]> git.ipfire.org Git - people/ms/u-boot.git/blob - CHANGELOG
Prepare 2009.08-rc2
[people/ms/u-boot.git] / CHANGELOG
1 commit 53cc18c71b2b920cca171874c6663e274fa80556
2 Author: Wolfgang Denk <wd@denx.de>
3 Date: Mon Aug 10 10:38:34 2009 +0200
4
5 Minor coding style cleanup.
6
7 Signed-off-by: Wolfgang Denk <wd@denx.de>
8
9 commit d371708a1beda0f529756e614af785b30461379e
10 Author: Wolfgang Denk <wd@denx.de>
11 Date: Mon Aug 10 09:59:10 2009 +0200
12
13 net/tftp.c: fix warning: pointer targets differ in signedness
14
15 tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen'
16 differ in signedness
17
18 This was only visible for the utx8245 board which seems to have DEBUG
19 enabled.
20
21 Signed-off-by: Wolfgang Denk <wd@denx.de>
22
23 commit 3ed9e943fdfe51174b23989d48563b8c1b7d2ea8
24 Author: Dirk Behme <dirk.behme@googlemail.com>
25 Date: Sat Aug 8 16:06:47 2009 +0200
26
27 ARM Cortex A8: Remove bogus config.mk entries
28
29 Remove bogus config.mk entry, fix newline and remove redundant
30 omap3/config.mk
31
32 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33
34 commit cd3dcba1422d3441503251fbc69cf2437c440781
35 Author: Dirk Behme <dirk.behme@googlemail.com>
36 Date: Sat Aug 8 12:46:09 2009 +0200
37
38 OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
39
40 Applying two indepenent OMAP3 patches resulted in missing
41 GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc
42 config struct" removes GPMC_CONFIG_CS0_BASE, independent patch
43 "omap3: bug fix for NOR boot support" introduces it's usage.
44 Re-introduce GPMC_CONFIG_CS0_BASE.
45
46 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
47
48 commit ba3dbaf281130029ecb970a922551902c1d80b50
49 Author: Ilya Yanok <yanok@emcraft.com>
50 Date: Mon Jun 8 04:12:49 2009 +0400
51
52 mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
53
54 This is a port of Linux driver for SDHC host controller hardware
55 found on Freescale's MX2 and MX3 processors. Uses new generic MMC
56 framework (CONFIG_GENERIC_MMC) and it looks like there are some
57 problems with a framework (at least on LE cpus). Some of these
58 problems are addressed in the following patches.
59
60 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
61
62 commit 642d7b63c343633dcafc4e23a20e32604a05ff13
63 Author: Alessandro Rubini <rubini-list@gnudd.com>
64 Date: Fri Aug 7 12:35:47 2009 +0200
65
66 kirkwood/gpio.h: remove duplicate definition
67
68 Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
69
70 commit 3ac374c0f0b7d856f1a43317a286f2079106bd6a
71 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
72 Date: Fri Aug 7 12:37:36 2009 +0200
73
74 Add driver for the ST M95xxx SPI EEPROM
75
76 This chip is used in a number of boards manufactured by Calao-Systems
77 which should be supported soon. This driver provides the necessary
78 spi_read and spi_write functions necessary to communicate with the chip.
79
80 Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
81
82 commit 30951960bae9a2c33e324a7165962a082e913f9e
83 Author: Prafulla Wadaskar <prafulla@marvell.com>
84 Date: Fri Aug 7 22:27:32 2009 +0530
85
86 arm: Sheevaplug: Fixed NAND specific warning
87
88 It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
89 for NAND specific warning removal, same is done in this patch
90
91 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
92
93 commit 317734966e763fdee183898c0ed940c9bada2541
94 Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
95 Date: Fri Aug 7 13:53:20 2009 -0400
96
97 Dual-license IBM code contributions
98
99 It was brought to our attention that U-Boot contains code derived from the
100 IBM OpenBIOS source code originally provided with some of the older PowerPC
101 4xx development boards. As a result, the original license of this code has
102 been carried in the various files for a number of years in the U-Boot project.
103
104 IBM is dual-licensing the IBM code contributions already present in U-Boot
105 under either the terms of the GNU General Public License version 2, or the
106 original code license already present.
107
108 Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
109
110 commit cfd700be9f5ed289fd57a9bd61e266319badcb0d
111 Author: Kumar Gala <galak@kernel.crashing.org>
112 Date: Wed Aug 5 09:03:54 2009 -0500
113
114 fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges
115
116 If the size of a region equal to 4G it can't be represnted in a 32-bit
117 BAR so we should have marked that case as MEM64.
118
119 Additionally bump the number of inbound windows up to 4 to handle the
120 fact that Freescale PPCs that have an implicit window for CCSRBAR.
121
122 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
123
124 commit 59b4d7471c42e955bd9846892a0cc7478171778d
125 Author: Wolfgang Denk <wd@denx.de>
126 Date: Thu Aug 6 21:29:59 2009 +0200
127
128 ARM EABI: add new helper functions resp. function names
129
130 The ARM EABI defines new names for GCC helper functions,
131 and GCC seems to need some new functions as well.
132
133 This patch is a minimal-invasive approach to fix problems with EABI
134 conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes").
135
136 Signed-off-by: Wolfgang Denk <wd@denx.de>
137 Tested-by: Dirk Behme <dirk.behme@googlemail.com>
138
139 commit 197324d7d998a791e5137b8176981b4af25220ae
140 Author: Peter Tyser <ptyser@xes-inc.com>
141 Date: Wed Aug 5 16:18:44 2009 -0500
142
143 hush: Fix bogus free() call
144
145 An off-by-one error in hush.c resulted in an unintentional free() call
146 every time a command was executed
147
148 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
149
150 commit ff27650bb255e2275a212357b78c3b77cbf1d2e9
151 Author: Detlev Zundel <dzu@denx.de>
152 Date: Wed Aug 5 18:37:45 2009 +0200
153
154 digsy_mtc: Update default environment
155
156 Signed-off-by: Detlev Zundel <dzu@denx.de>
157
158 commit 0b40bd439a33bde9e3cccf1acb5744225d0c6103
159 Author: Detlev Zundel <dzu@denx.de>
160 Date: Wed Aug 5 18:37:44 2009 +0200
161
162 digsy_mtc: Add delay in SPI transfers to the companion controller.
163
164 While at it, remove initialization of variables which will be set
165 before usage in all cases.
166
167 Signed-off-by: Detlev Zundel <dzu@denx.de>
168
169 commit 0bf00750e082a004e5fb058925622ae72890cc56
170 Author: Anatolij Gustschin <agust@denx.de>
171 Date: Wed Aug 5 18:37:43 2009 +0200
172
173 digsy_mtc: minor fixes for mtc command help
174
175 Add mtc state subcommand description to the
176 help of mtc command.
177
178 Remove some newlines in description of commands
179 for proper help formating.
180
181 Signed-off-by: Anatolij Gustschin <agust@denx.de>
182
183 commit 5cc69084189bf49aa99d13d57515be72d1844bdf
184 Author: Grzegorz Bernacki <gjb@semihalf.com>
185 Date: Wed Aug 5 18:37:42 2009 +0200
186
187 digsy_mtc: Add mtc state command.
188
189 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
190
191 commit 716655288a53c95fad203ebf21d0b8ffdc2f7525
192 Author: Wolfgang Denk <wd@denx.de>
193 Date: Tue Jul 28 22:35:39 2009 +0200
194
195 Partition support: remove newline from partition name
196
197 Remove bogus newline character that got added to the .name field of
198 the disk_partition_t structure.
199
200 Signed-off-by: Wolfgang Denk <wd@denx.de>
201
202 commit 3f1649fb0dfb1e5c8890de154c332c394db5cdb5
203 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
204 Date: Tue Jul 28 09:33:17 2009 +0200
205
206 Fix LZMA string.h header inclusion issue and remove unused variables.
207
208 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
209
210 commit 1c6232f1e2eae87e0e36d489611eb6891dff21e1
211 Author: Jens Scharsig <esw@bus-elektronik.de>
212 Date: Mon Jul 27 15:28:42 2009 +0200
213
214 bus_vcxk.c: fix warning: unused variable 'lineptr'
215
216 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
217
218 commit 18304f7675e84252965b4e24cba279071f1da472
219 Author: Mike Frysinger <vapier@gentoo.org>
220 Date: Fri Jul 24 17:51:27 2009 -0400
221
222 env: kill off default_environment_size
223
224 The only environment type that uses this variable is spi flash, and that is
225 only because it is reimplementing the common set_default_env() function.
226 So fix the spi flash code and kill off the default_environment_size in the
227 process.
228
229 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
230
231 commit bedd8403f77f790e9876578885eab1200ba2f8d8
232 Author: Mike Frysinger <vapier@gentoo.org>
233 Date: Thu Jul 23 16:37:48 2009 -0400
234
235 export SPI functions to standalone apps
236
237 While we're here, fix the broken #ifdef handling in _exports.h.
238
239 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
240
241 commit 3b9043a7c03290c9bdbef03848307263f5f3472c
242 Author: Penda Naveen Kumar <pnaveen@ti.com>
243 Date: Fri Jul 31 00:06:36 2009 +0530
244
245 omap3: bug fix for NOR boot support
246
247 This patch provides bug fix, when omap3 uses nor boot.
248
249 Signed-off-by: Penda Naveen Kumar<pnaveen@ti.com>
250 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
251
252 commit 61c68ae0b43bb5d6ab32958c45289aa197b1a2d1
253 Author: Michael Evans <horse_dung@hotmail.com>
254 Date: Mon Jul 13 20:13:45 2009 +0100
255
256 Fix examples for OMAP3 boards...
257
258 The attached patch corrects an error in the examples/Makefile which
259 causes the applications in the examples directory to hang on OMAP3
260 based boards. The current Makefile sets -Ttext during linking to
261 0x0c100000 which is outside of addressable SDRAM memory. The script
262 corrects the existing ifeq...else...endif logic to look at the VENDOR
263 tag rather than the CPU tag.
264
265 The patch affects the following configs: omap3_beagle_config,
266 omap3_overo_config, omap3_evm_config, omap3_pandora_config,
267 omap3_zoom1_config and omap3_zoom2_config.
268
269 Signed-off-by: Michael Evans <horse_dung@hotmail.com>
270
271 Edited commit message.
272 Signed-off-by: Wolfgang Denk <wd@denx.de>
273
274 commit a3d1421dfd0bb1a729e171f8a093ac837f92cec6
275 Author: Dirk Behme <dirk.behme@googlemail.com>
276 Date: Sat Aug 8 09:30:23 2009 +0200
277
278 omap3: use only fixed-size types inside ctrl_structs
279
280 replace variable types in ctrl_structs for omap3 by those with
281 fixed size (u8, u16, u32).
282 Additional ifndef-protection is needed by examples which do not
283 compile when including asm/types.h
284
285 Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
286 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
287
288 commit 894113529e3a04871544dde977d6d7adee05d3bf
289 Author: Dirk Behme <dirk.behme@googlemail.com>
290 Date: Sat Aug 8 09:30:22 2009 +0200
291
292 omap3: replace all instances of gpmc config struct by one global
293
294 Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
295 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
296
297 commit 97a099eaa48d5c762c4f73c52c3090c513b8b877
298 Author: Dirk Behme <dirk.behme@googlemail.com>
299 Date: Sat Aug 8 09:30:21 2009 +0200
300
301 omap3: remove typedefs for configuration structs
302
303 Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
304 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
305
306 commit aa0707897c49c330b7d6b8d8362e44f60f224732
307 Author: Roy Zang <tie-fei.zang@freescale.com>
308 Date: Fri Jul 31 13:34:02 2009 +0800
309
310 Add Intel E1000 PCIE card support
311
312 Based on Intel PRO/1000 Network Driver 7.3.20-k2
313 Add Intel E1000 PCIE card support. The following cards are added:
314 INTEL_82571EB_COPPER
315 INTEL_82571EB_FIBER,
316 INTEL_82571EB_SERDES
317 INTEL_82571EB_QUAD_COPPER
318 INTEL_82571PT_QUAD_COPPER
319 INTEL_82571EB_QUAD_FIBER
320 INTEL_82571EB_QUAD_COPPER_LOWPROFILE
321 INTEL_82571EB_SERDES_DUAL
322 INTEL_82571EB_SERDES_QUAD
323 INTEL_82572EI_COPPER
324 INTEL_82572EI_FIBER
325 INTEL_82572EI_SERDES
326 INTEL_82572EI
327 INTEL_82573E
328 INTEL_82573E_IAMT
329 INTEL_82573L
330 INTEL_82546GB_QUAD_COPPER_KSP3
331 INTEL_80003ES2LAN_COPPER_DPT
332 INTEL_80003ES2LAN_SERDES_DPT
333 INTEL_80003ES2LAN_COPPER_SPT
334 INTEL_80003ES2LAN_SERDES_SPT
335
336 82571EB_COPPER dual ports,
337 82572EI single port,
338 82572EI_COPPER single port PCIE cards
339 and
340 82545EM_COPPER,
341 82541GI_LF
342 pci cards are tested on both P2020 board
343 and MPC8544DS board.
344
345 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
346
347 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
348
349 commit 86848a74c3c8eb2f8dd179d039ee604dc45288cf
350 Author: Mike Frysinger <vapier@gentoo.org>
351 Date: Wed Jul 15 21:31:28 2009 -0400
352
353 net: sync env ethaddr to device enetaddr in eth_init()
354
355 In the previous enetaddr refactoring, the assumption with commit 56b555a644
356 was that the eth layer would handle the env -> device enetaddr syncing.
357 This was not the case as eth_initialize() is called only once and the sync
358 occurs there. So make sure the eth_init() function does the env -> device
359 sync with every network init.
360
361 Reported-by: Andrzej Wolski <awolski@poczta.fm>
362 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
363 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
364
365 commit 0ebf04c607b54a352629dcf7e76b76f1785dae54
366 Author: Robin Getz <rgetz@blackfin.uclinux.org>
367 Date: Thu Jul 23 03:01:03 2009 -0400
368
369 minor debug cleanups in ./net
370
371 Minor ./net cleanups - no functional changes
372 - change #ifdef DEBUG printf(); #endif to just debug()
373 - changed __FUNCTION__ to __func__
374 - got rid of extra whitespace between function and opening brace
375 - removed unnecessary braces on if statements
376
377 gcc dead code elimination should make this functionally/size equivalent
378 when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
379
380 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
381
382 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
383
384 commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e
385 Author: Matthias Ludwig <mludwig@ultratronik.de>
386 Date: Tue May 19 09:09:31 2009 +0200
387
388 omap3: embedd gpmc_cs into gpmc config struct
389
390 Embedd chip select configuration into struct for gpmc config
391 instead of having it completely separated as suggested by
392 Wolfgang Denk on
393 http://lists.denx.de/pipermail/u-boot/2009-May/052247.html
394
395 Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
396
397 commit 06bffc6ea52d4b390843d295d438b2037d12e5fd
398 Author: David Brownell <david-b@pacbell.net>
399 Date: Thu Jul 16 18:40:55 2009 -0700
400
401 rm9200 lowevel_init: don't touch reserved/readonly registers
402
403 For some reason the AT91rm9200 lowlevel init writes to a bunch of
404 reserved or read-only addresses. All the boards seem to define the
405 value-to-be-written values as zero ... but they shouldn't actually
406 be writing *anything* there.
407
408 No documented erratum justifies these accesses. It looks like maybe
409 some pre-release BDI-2000 setup code has been carried along by cargo
410 cult programming since at least late 2004 (per GIT history).
411
412 Here's a patch disabling what seems to be bogosity. Tested on a
413 csb337; there were no behavioral changes.
414
415 Signed-off-by: David Brownell <david-b@pacbell.net>
416
417 on RM9200ek
418 Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
419
420 commit 301b7db88fbdf7d118efb79b371b2527a2c31868
421 Author: David Hunter <hunterd42@gmail.com>
422 Date: Thu Jul 30 14:32:49 2009 -0700
423
424 pxa: Fix typo in GCDR(x)
425
426 Fix a typo in the GCDR(x) macro. It's a good thing no one was using it.
427
428 Signed-off-by: David Hunter <hunterd42@gmail.com>
429
430 commit 3c448e648221879ae0e030e94508b4f9f63b7ab8
431 Author: Eric Benard <eric@eukrea.com>
432 Date: Sat Jul 18 23:45:15 2009 +0200
433
434 Add AT91SAM9260 to at91's lowlevel_init.S
435
436 Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.
437
438 Signed-off-by: Eric Benard <eric@eukrea.com>
439
440 commit 56bdfa961242fc6acaeebc800640a12b28db3899
441 Author: Dirk Eibach <eibach@gdsys.de>
442 Date: Thu Jul 30 09:36:33 2009 +0200
443
444 ppc4xx: Remove check for PPC460EX from CompactCenter
445
446 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
447 Signed-off-by: Stefan Roese <sr@denx.de>
448
449 commit c3fa4f0c8684c862ecd3fb622fab1e17e44e82e1
450 Author: Stefan Roese <sr@denx.de>
451 Date: Wed Jul 29 08:46:10 2009 +0200
452
453 ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands
454
455 This patch is based on a diff created by Phong Vo from AMCC.
456
457 Signed-off-by: Phong Vo <pvo@amcc.com>
458 Signed-off-by: Stefan Roese <sr@denx.de>
459
460 commit 89bcc4875007ef6608297dc11e7a0d1fbd9900d2
461 Author: Stefan Roese <sr@denx.de>
462 Date: Wed Jul 29 08:45:27 2009 +0200
463
464 ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips
465
466 This patch is based on a diff created by Phong Vo from AMCC.
467
468 Signed-off-by: Phong Vo <pvo@amcc.com>
469 Signed-off-by: Stefan Roese <sr@denx.de>
470
471 commit 82a7edc7ea8f5fe55fed4ff7e127469569e539c4
472 Author: Stefan Roese <sr@denx.de>
473 Date: Tue Jul 28 15:12:04 2009 +0200
474
475 ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's
476
477 Some Canyonlands boards are equipped with different SODIMM's. This is no
478 problem with the "normal" NOR booting Canyonlands U-Boot, since it
479 automatically detects the SODIMM's via SPD data and correctly configures
480 them. But the NAND booting version is different. Here we only have 4k
481 of image size to completely setup the hardware, including DDR2 setup.
482 So we need to use a fixed DDR2 setup here. This doesn't work for different
483 SODIMM's right now.
484
485 Currently only this Crucial SODIMM is support:
486 CT6464AC667.8FB (dual ranked)
487
488 Now some boards are shipped with this SODIMM:
489 CT6464AC667.4FE (single ranked)
490
491 This patch now supports both SODIMM's by configuring first for the dual
492 ranked DIMM. A quick shows, if this module is really installed. If this test
493 fails, the DDR2 controller is re-configured for the single
494 ranked SODIMM.
495
496 Tested with those SODIMM's:
497
498 CT6464AC667.8FB (dual ranked)
499 CT6464AC667.4FE (single ranked)
500
501 Signed-off-by: Stefan Roese <sr@denx.de>
502
503 commit 27dd5f8e1062684f1ba685760409d9b2ab6691bf
504 Author: Stefan Roese <sr@denx.de>
505 Date: Tue Jul 28 10:56:03 2009 +0200
506
507 ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
508
509 This patch moves the load addresses for kernel, fdt and ramdisk to higher
510 addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
511 lockdep enabled).
512
513 Signed-off-by: Stefan Roese <sr@denx.de>
514
515 commit 6942efc2be1b90054fa4afa5cda7023469fe08b9
516 Author: Stefan Roese <sr@denx.de>
517 Date: Tue Jul 28 10:50:32 2009 +0200
518
519 ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels
520
521 This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the
522 initial TLB on 40x PPC's in the Linux kernel. With this change even bigger
523 Linux kernels (> 8MB) can be booted.
524
525 This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable
526 decompression of bigger images.
527
528 Signed-off-by: Stefan Roese <sr@denx.de>
529
530 commit 4c2e3da82dc2b7f8b39b7f1d57f570e4bc5caa6d
531 Author: Kumar Gala <kumar.gala@freescale.com>
532 Date: Tue Jul 28 21:49:52 2009 -0500
533
534 Update Freescale copyrights to remove "All Rights Reserved"
535
536 "All Rights Reserved" conflicts with the GPL.
537
538 Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
539
540 commit bb4291e62579dbc611e84eaaf973631e0bf129c7
541 Author: Alessandro Rubini <rubini@unipv.it>
542 Date: Fri Jul 24 11:27:14 2009 +0200
543
544 arm nomadik: add i2c
545
546 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
547 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
548 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
549
550 commit 60cbfbfd0fbebb4682f10ba96f622bfe17317598
551 Author: Alessandro Rubini <rubini@unipv.it>
552 Date: Fri Jul 24 11:27:03 2009 +0200
553
554 arm nomadik: add gpio support
555
556 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
557 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
558 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
559
560 commit 549b98306d897ae5991362d6096a36df50efe686
561 Author: Tom Rix <Tom.Rix@windriver.com>
562 Date: Sun Jun 28 12:52:32 2009 -0500
563
564 OMAP3 Remove twl4030 defines
565
566 These defines have been subplanted by the equivelent defines in
567 include/twl4030.h
568
569 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
570 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
571 Acked-by: Heiko Schocher <hs@denx.de>
572
573 commit fccc0fcaaae5154612f8259365d26d04f204859f
574 Author: Tom Rix <Tom.Rix@windriver.com>
575 Date: Sun Jun 28 12:52:31 2009 -0500
576
577 OMAP3 Move twl4030 mmc function
578
579 Because twl4030 now has its own device files, move and rename
580 twl4030_mmc_config.
581
582 twl4030_mmc_config initializes the twl4030 power setting to
583 the mmc device. Because it is in the twl4030 power domain, move
584 it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
585
586 The function was renamed to twl4030_power_mmc_init because all
587 the functions in this file are to have the format
588
589 twl4030_power_<device>_<action>
590
591 In this case the suffix is mmc_init so
592 device : mmc
593 action : init
594
595 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
596 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
597 Acked-by: Heiko Schocher <hs@denx.de>
598
599 commit 2c15513010493435c78f83202940ac3be11de2c3
600 Author: Tom Rix <Tom.Rix@windriver.com>
601 Date: Sun Jun 28 12:52:30 2009 -0500
602
603 OMAP3 Move twl4030 power and led functions
604
605 Because twl4030 now has its own device files, move exiting
606 omap3 power_init_r to a new location.
607
608 power_init_r is the only function in board/omap3/common.
609 It initializes the twl4030 power for the board and enables
610 the led.
611
612 The power part of the the function is moved to twl4030_power_init in
613 drivers/power/twl4030.c The power compilation is conditional on the
614 existing config variable CONFIG_TWL4030_POWER.
615
616 The led part is moved to twl4030_led_init in the new file
617 drivers/misc/twl4030_led.c The led compilation is conditional on
618 the new config variable CONFIG_TWL4030_LED
619
620 The directory board/omap3/common was removed because power_init_r
621 was the only function in it.
622
623 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
624 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
625 Acked-by: Heiko Schocher <hs@denx.de>
626
627 commit 3cb7a4805fc8fb4c09e4801e1c7d531186f20190
628 Author: Wolfgang Denk <wd@denx.de>
629 Date: Tue Jul 28 22:13:52 2009 +0200
630
631 TQM8xx* boards: set larger SMC Rx buffer len
632
633 Commit 2b3f12c2 added support for configurable SMC Rx buffer length on
634 8xx systems. Enable this feature on TQM8xx* based boards.
635
636 This fixes the problem that pasting text in the middle of a line
637 (i. e. inserting in edit mode) did not work - only the first two
638 characters got inserted, the rest was lost.
639
640 Signed-off-by: Wolfgang Denk <wd@denx.de>
641
642 commit 4b7511478b62a539e5b066d19a986b75e5d9a527
643 Author: Wolfgang Denk <wd@denx.de>
644 Date: Tue Jul 28 22:07:37 2009 +0200
645
646 Fix ext2load return code
647
648 Make the ext2load command return 0 on success (instead of the file
649 length).
650
651 Also fix output format (get rid of random newlines) and some coding
652 style issues (long lines etc.).
653
654 Signed-off-by: Wolfgang Denk <wd@denx.de>
655
656 commit 56fdaadc124a8ef9ec0fd8ff578233ec3b1137be
657 Author: Weirich, Bernhard <Bernhard.Weirich@riedel.net>
658 Date: Wed Jun 10 14:00:37 2009 +0200
659
660 ext2: fix inode size and calculations
661
662 Signed-off-by: unsik Kim <donari75@gmail.com>
663 Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
664 Signed-off-by: Wolfgang Denk <wd@denx.de>
665 Tested-by: Wolfgang Denk <wd@denx.de>
666
667 commit cd7826359ee71e8f6f3d68331930ab9cbe1c990e
668 Author: Tom Rix <Tom.Rix@windriver.com>
669 Date: Sun Jun 28 12:52:29 2009 -0500
670
671 TWL4030 Add power reset button
672
673 The Zoom2 power reset button is on the top right side of the
674 main board. Press and hold for about to 8 seconds to completely
675 reset the board.
676
677 Some of the beta boards have a hardware problem that prevents
678 using this feature. If is difficult to further characterize the
679 boards that fail. So disable resetting for all beta boards.
680
681 The Zoom1 reset button is the red circle on the top right,
682 front of the board. Press and hold the button for 8 seconds to
683 completely reset the board.
684
685 After analyzing beagle, it was determined that other boards
686 that use the twl4030 for power managment can also make use
687 this function.
688
689 The resetting is done by the power management part of the twl4030.
690 Since there is no existing drivers/power, add one.
691
692 The compilation of power/twl4030.h is controlled by the config
693 variable CONFIG_TWL4030_POWER
694
695 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
696 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
697 Acked-by: Heiko Schocher <hs@denx.de>
698
699 commit 8966eb4c1c2d894b2a76174ba904c26c5af815b8
700 Author: Tom Rix <Tom.Rix@windriver.com>
701 Date: Sun Jun 28 12:52:28 2009 -0500
702
703 TWL4030 Add initial support
704
705 The TWL4030 supplies many peripherals for OMAP3 boards. These include
706 power management, usb and, keyboard.
707
708 The product description is found here:
709
710 http://focus.ti.com/docs/prod/folders/print/tps65950.html
711
712 Product reference document, tps65950.pdf, is found here:
713
714 http://www.ti.com/lit/gpn/tps65950
715
716 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
717 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
718 Acked-by: Heiko Schocher <hs@denx.de>
719
720 commit 7f79dfb48b7419d5caa1cf932fcff4e2fb7040af
721 Author: Tom Rix <Tom.Rix@windriver.com>
722 Date: Sun Jun 28 12:52:27 2009 -0500
723
724 OMAP I2C Fix the sampling clock.
725
726 This problem is seen on Zoom1 and Zoom2 in the startup and
727 when i2c probe is used
728
729 Before :
730
731 In: serial
732 Out: serial
733 Err: serial
734 timed out in wait_for_bb: I2C_STAT=1000
735 timed out in wait_for_bb: I2C_STAT=1000
736 timed out in wait_for_bb: I2C_STAT=1000
737 timed out in wait_for_pin: I2C_STAT=1000
738 I2C read: I/O error
739 timed out in wait_for_bb: I2C_STAT=1000
740 timed out in wait_for_bb: I2C_STAT=1000
741 Die ID #327c00020000000004013ddd05026013
742 Hit any key to stop autoboot: 0
743 OMAP3 Zoom1# i2c probe
744 Valid chip addresses:timed out in wait_for_bb: I2C_STAT=1000
745 02 03 04 05 06 07 08 09 0A 0B 0C 0D <snip>
746
747 After :
748
749 In: serial
750 Out: serial
751 Err: serial
752 Die ID #327c00020000000004013ddd05026013
753 Hit any key to stop autoboot: 0
754 OMAP3 Zoom1# i2c probe
755 Valid chip addresses: 48 49 4A 4B
756
757 The addresses are for the twl4030.
758
759 The prescalar that converts the function clock to the sampling
760 clock is hardcoded to 0. The reference manual recommends 7
761 if the function clock is 96MHz.
762
763 Instead of just changing the hardcoded values, the prescalar
764 is calculated from the value I2C_IP_CLK.
765
766 The i2c #defines are in kHz. The speed passed into the
767 i2c init routine is in Hz. To be consistent, change the
768 defines to be in Hz.
769
770 The timing calculations are based on what is done in the
771 linux 2.6.30 kernel in drivers/i2c/buses/i2c_omap.c as
772 apposed to what is done in TRM.
773
774 The major variables in the timing caculations are
775 specified as #defines that can be overriden as required.
776
777 The variables and their defaults are
778
779 I2C_IP_CLK SYSTEM_CLOCK_96
780 I2C_INTERNAL_SAMPLING_CLK 19200000
781 I2C_FASTSPEED_SCLL_TRIM 6
782 I2C_FASTSPEED_SCLH_TRIM 6
783 I2C_HIGHSPEED_PHASE_ONE_SCLL_TRIM I2C_FASTSPEED_SCLL_TRIM
784 I2C_HIGHSPEED_PHASE_ONE_SCLH_TRIM I2C_FASTSPEED_SCLH_TRIM
785 I2C_HIGHSPEED_PHASE_TWO_SCLL_TRIM I2C_FASTSPEED_SCLL_TRIM
786 I2C_HIGHSPEED_PHASE_TWO_SCLH I2C_FASTSPEED_SCLH_TRIM
787
788 This was runtime verified on Zoom1, Zoom2, Beagle and Overo.
789 The 400kHz and 3.4M cases were verifed on test Zoom1,
790 Zoom2, Beagle and Overo configurations.
791
792 Testing for omap2 will be done in a second step as Nishanth
793 and Jean-Christophe commented.
794
795 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
796 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
797 Acked-by: Heiko Schocher <hs@denx.de>
798
799 commit 4ce5a72851ff2960543b125866c6132e0094e1ee
800 Author: Heiko Schocher <hs@denx.de>
801 Date: Mon Jul 20 09:59:37 2009 +0200
802
803 arm, i2c: added support for the TWSI I2C Interface
804
805 Signed-off-by: Heiko Schocher <hs@denx.de>
806
807 commit 042d01c72e0ea95731708dd24bb8b6cf42e75c80
808 Author: Stefan Roese <sr@denx.de>
809 Date: Mon Jul 27 09:13:38 2009 +0200
810
811 ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
812
813 This patch fixes the problem, that the current fdt board fixup code only
814 set's one range, the one for NOR. By this it's overwriting the already
815 correctly configured values done in __ft_board_setup(). Just remove this
816 now unneeded NOR fixup and all the ranges are correctly defined.
817
818 Signed-off-by: Stefan Roese <sr@denx.de>
819 Cc: Dirk Eibach <eibach@gdsys.de>
820 Cc: Felix Radensky <felix@embedded-sol.com>
821
822 commit 11a1604f8d0a8d936b42f6435d004b4aa33a5d87
823 Author: Stefan Roese <sr@denx.de>
824 Date: Mon Jul 27 07:42:48 2009 +0200
825
826 ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd
827
828 This patch adds some I2C bootstrap setting for NAND booting to the Kilauea
829 chip_config command ("533-nand" and "600-nand").
830
831 Additionally some incorrectly indented lines are fixed.
832
833 Signed-off-by: Stefan Roese <sr@denx.de>
834
835 commit 5b34691ff87821891375b28ec5bcf5154575a735
836 Author: Stefan Roese <sr@denx.de>
837 Date: Mon Jul 27 07:42:37 2009 +0200
838
839 ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
840
841 DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
842 targets. Otherwise the configured fixed init values for some DDR2
843 controller registers (e.g. RQDC) are not initialized at all resulting
844 in a non working SDRAM.
845
846 Signed-off-by: Stefan Roese <sr@denx.de>
847
848 commit f3ed3c9b7441cde936d06a1ff7b1490ff0d600e6
849 Author: Stefan Roese <sr@denx.de>
850 Date: Mon Jul 27 10:53:43 2009 +0200
851
852 ppc4xx: Fix Arches DDR2 initialization
853
854 Testing on AMCC Arches with the latest U-Boot version yielded that DDR2
855 initialization is currently broken. U-Boot hangs upon relocation to SDRAM
856 or crashes with random traps. This patch fixes this problem. Arches now
857 uses a different WRDTR and CLKTR default setting than Canyonlands/Glacier.
858
859 Signed-off-by: Stefan Roese <sr@denx.de>
860
861 commit ab4c62c1ba788bf7f673a985d99a76d9c2fd7eca
862 Author: Dirk Eibach <eibach@gdsys.de>
863 Date: Mon Jul 27 08:49:48 2009 +0200
864
865 ppc4xx: Add GDsys CompactCenter board support.
866
867 Board support for the Guntermann & Drunck CompactCenter and
868 DevCon-Center.
869 Based on the AMCC Canyonlands board support by Stefan Roese.
870
871 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
872 Signed-off-by: Stefan Roese <sr@denx.de>
873
874 commit c2e49f706ba13213f3c8da3a33e88010214e1997
875 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
876 Date: Sat Jul 25 06:19:12 2009 +0200
877
878 mpc83xx: Add esd VME8349 board support
879
880 This patch adds support for the esd VME8349 board equipped with the
881 MPC8349. It's a VME PMC carrier board equipped with the Tundra
882 TSI148 VME-bridge.
883
884 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
885 Signed-off-by: Stefan Roese <sr@denx.de>
886 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
887
888 commit fe613cdd4eb2c5b257a60d8dfb7759742318c28a
889 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
890 Date: Thu Jul 23 17:10:55 2009 -0400
891
892 sbc8349: combine HRCW flash and u-boot image flash
893
894 Up to this point in time, the sbc8349 board was storing the u-boot
895 image in flash 2x. One for the HRCW value at the beginning of
896 flash (0xff80_0000), and once close to the end of flash (0xfff8_0000)
897 for the actual image that got executed.
898
899 This moves the TEXT_BASE to be the beginning of flash, which makes
900 the second copy of the image redundant, and frees up the flash
901 from the end of the environment storage to the end of the flash
902 device itself.
903
904 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
905 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
906
907 commit be9b56df02168ca97562d6b9ec791136e4cd925a
908 Author: Kim Phillips <kim.phillips@freescale.com>
909 Date: Thu Jul 23 14:09:38 2009 -0500
910
911 mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
912
913 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
914
915 commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69
916 Author: Wolfgang Denk <wd@denx.de>
917 Date: Mon Jul 27 10:37:37 2009 +0200
918
919 Prepare 2009.08-rc1 (again, after fixing last minute issues).
920
921 Update CHANGELOG
922
923 Signed-off-by: Wolfgang Denk <wd@denx.de>
924
925 commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3
926 Author: Wolfgang Denk <wd@denx.de>
927 Date: Mon Jul 27 10:06:39 2009 +0200
928
929 cpu/arm920t/start.S: include <common.h> to have ROUND() defined
930
931 Commit fcd3c87e made include/common.h usable by assembler code but
932 failed to update cpu/arm920t/start.S
933
934 Signed-off-by: Wolfgang Denk <wd@denx.de>
935
936 commit c9ed38cb6de50fdb4aaa60b668c555002903b211
937 Author: Wolfgang Denk <wd@denx.de>
938 Date: Mon Jul 27 10:01:11 2009 +0200
939
940 at91cap9adk: fix #ifdef/#endif pairing (2nd try)
941
942 Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in
943 include/configs/at91cap9adk.h, but did not cate all problems.
944
945 Signed-off-by: Wolfgang Denk <wd@denx.de>
946
947 commit fb364bec5f29164d3ee681fcd9d187be8435db12
948 Author: Wolfgang Denk <wd@denx.de>
949 Date: Mon Jul 27 09:58:14 2009 +0200
950
951 Fix include/common.h for boards with CONFIG_STATUS_LED
952
953 The reordering of include/common.h by commit fcd3c87e495f3c48 broke
954 boards with status LED support, resulting in
955 error: #error Status LED configuration missing
956 errors. Undo this reordering to avoid this issue.
957
958 Signed-off-by: Wolfgang Denk <wd@denx.de>
959
960 commit 942828a0980b3cea7db698784cc7f6a3e7740b2b
961 Author: Wolfgang Denk <wd@denx.de>
962 Date: Mon Jul 27 09:19:15 2009 +0200
963
964 ABI: fix build problems due to now needed div64 routine.
965
966 Signed-off-by: Wolfgang Denk <wd@denx.de>
967
968 commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb
969 Author: Wolfgang Denk <wd@denx.de>
970 Date: Mon Jul 27 08:50:59 2009 +0200
971
972 PMC405DE: fix out of tree building
973
974 Signed-off-by: Wolfgang Denk <wd@denx.de>
975
976 commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff
977 Author: Wolfgang Denk <wd@denx.de>
978 Date: Mon Jul 27 00:24:55 2009 +0200
979
980 Prepare 2009.08-rc1
981
982 Update CHANGELOG, minor coding style fix.
983
984 Signed-off-by: Wolfgang Denk <wd@denx.de>
985
986 commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22
987 Author: rhabarber1848@web.de <rhabarber1848@web.de>
988 Date: Fri Jul 24 08:16:30 2009 +0200
989
990 add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
991
992 Signed-off-by: rhabarber1848@web.de
993
994 commit 3c972849f2becbf19c13a24f090d293f37ecf616
995 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
996 Date: Thu Jul 23 23:31:58 2009 +0200
997
998 Less verbose output when loading vxworks 6.x images
999
1000 Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
1001 With vxWorks 6.x and the new GCC it emits about 30 lines, which is
1002 far too noisy in my opinion.
1003
1004 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1005
1006 commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b
1007 Author: Wolfgang Denk <wd@denx.de>
1008 Date: Fri Jul 24 00:17:48 2009 +0200
1009
1010 Make include/common.h usable by assembler code
1011
1012 Commit 70ebf316 factored out the ROUND() macro into include/common.h,
1013 not realizing that the primary use of this macro on AT91 systems was
1014 in start.S where common.h was not included, and could not be included
1015 because it contains a lot of C code which the assembler doesn't
1016 understand.
1017
1018 This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__"
1019 construct, and then adds an include to cpu/arm926ejs/start.S thus
1020 solving the problem.
1021
1022 Signed-off-by: Wolfgang Denk <wd@denx.de>
1023
1024 commit deec15b3064d3bb0189aede3c2921fd7ee401a0f
1025 Author: Heiko Schocher <heiko.schocher@invitel.hu>
1026 Date: Thu Jul 23 13:27:04 2009 +0200
1027
1028 arm: add _lshrdi3.S
1029
1030 Signed-off-by: Heiko Schocher <hs@denx.de>
1031
1032 commit 52b1bf2c5cd2f8af880dab503d0039b35570665b
1033 Author: Wolfgang Denk <wd@denx.de>
1034 Date: Thu Jul 23 13:15:59 2009 +0200
1035
1036 Make linking against libgcc configurable
1037
1038 Many (especially ARM) tool chains seem to come with broken or
1039 otherwise unusable (for the purposes of builing U-Boot) run-time
1040 support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC"
1041 setting we allow to use alternative libraries instead.
1042
1043 "USE_PRIVATE_LIBGCC" can either be set as an environment variable in
1044 the shell, or as a command line argument when running "make", i. e.
1045 $ make USE_PRIVATE_LIBGCC=yes
1046 or
1047 $ USE_PRIVATE_LIBGCC=yes
1048 $ export USE_PRIVATE_LIBGCC
1049 $ make
1050
1051 The value of "USE_PRIVATE_LIBGCC" is the name of the directory which
1052 contains the alternative run-time support library `libgcc.a'. The
1053 special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) .
1054
1055 Note that not all architectures provide an alternative `libgcc.a' in
1056 their lib_$(ARCH) directories - so far, only ARM does.
1057
1058 Signed-off-by: Wolfgang Denk <wd@denx.de>
1059 Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1060 Cc: Prafulla Wadaskar <prafulla@marvell.com>
1061 cc: Stefan Roese <sr@denx.de>
1062
1063 commit 479105065d965121f57b55dcfe83a940cba46ac1
1064 Author: Dirk Behme <dirk.behme@googlemail.com>
1065 Date: Wed Jul 22 17:51:56 2009 +0200
1066
1067 Use do_div from div64.h for vsprintf
1068
1069 Use do_div from div64.h for vsprintf in case of 64bit division.
1070 For 32bit division, do_div from div64.h can't be used as it
1071 needs a 64bit parameter.
1072
1073 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1074 Acked-by: Stefan Roese <sr@denx.de>
1075 CC: Simon Kagstrom <simon.kagstrom@netinsight.net>
1076
1077 commit 48287792384a93d77d43aaaa1c06cac275bbe1bb
1078 Author: Kyungmin Park <kmpark@infradead.org>
1079 Date: Mon Jul 20 09:47:47 2009 +0900
1080
1081 Fix compiler warnings after loff_t change
1082
1083 Now 'env_addr' type is loff_t so use correct field type.
1084
1085 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1086
1087 commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f
1088 Author: Wolfgang Denk <wd@denx.de>
1089 Date: Sun Jul 26 23:28:02 2009 +0200
1090
1091 Revert "ppc: Unlock cache-as-ram in a consistent manner"
1092
1093 This reverts commit 982adfc610669482a32127282fe489857a92cfe3.
1094
1095 This patch causes problems on MPC83xx boards - flash recognition stops
1096 working.
1097
1098 Signed-off-by: Wolfgang Denk <wd@denx.de>
1099
1100 commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251
1101 Author: Jens Scharsig <esw@bus-elektronik.de>
1102 Date: Fri Jul 24 10:31:48 2009 +0200
1103
1104 update the EB+MCF-EV123 board support
1105
1106 This patch updates the support for EB+MCF-EV123 board and needs
1107 the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers
1108
1109 * remove the board framebuffer driver
1110 * use the common bus_vcxk framebuffer driver
1111 * adds bmp support
1112 * adds splashimage support
1113 * fix serveral cosmetical errors
1114
1115 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
1116 [agust@denx.de: fixed some style issues before applying]
1117 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1118
1119 commit 04538cdb752eeea8fd23cf7ac3394439f189fb77
1120 Author: Anatolij Gustschin <agust@denx.de>
1121 Date: Sun Jul 26 12:05:25 2009 +0200
1122
1123 video: bus_vcxk.c: fix style issues added by 50217dee
1124
1125 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1126
1127 commit 50217deeb07911d686790d34d468eb9a5245f68d
1128 Author: Jens Scharsig <esw@bus-elektronik.de>
1129 Date: Fri Jul 24 10:09:02 2009 +0200
1130
1131 new video driver for bus vcxk framebuffers
1132
1133 This patch adds a new video driver
1134
1135 * adds common bus_vcxk framebuffer driver
1136
1137 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
1138 [agust@denx.de: fixed lots of style issues before applying]
1139 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1140
1141 commit 60e97419246d0a3615758ad6af40680aefb5f7f1
1142 Author: Alessandro Rubini <rubini@gnudd.com>
1143 Date: Tue Jul 21 14:09:45 2009 +0200
1144
1145 lcd.h: define extern vidinfo_t for all cases
1146
1147 include/lcd.h has different vidinfo for different platforms,
1148 and several extern declaration, but one for the default case was
1149 missing. This makes them a single extern declaration for everyone.
1150
1151 Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
1152
1153 commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa
1154 Author: Anatolij Gustschin <agust@denx.de>
1155 Date: Sun Jul 26 11:04:59 2009 +0200
1156
1157 mimc200.c: fix too long lines added by f68378d6
1158
1159 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1160
1161 commit f68378d60a905d43155f2e89bf81999d3c93a90a
1162 Author: Mark Jackson <mpfj-list@mimc.co.uk>
1163 Date: Tue Jul 21 11:35:22 2009 +0100
1164
1165 Add LCD support to MIMC200 board
1166
1167 This patch updates the MIMC200 files to enable the LCD.
1168
1169 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
1170
1171 commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58
1172 Author: Mark Jackson <mpfj-list@mimc.co.uk>
1173 Date: Tue Jul 21 11:18:44 2009 +0100
1174
1175 Add 16bit colour support in lcd.h
1176
1177 This patch adds support for LCD_COLOR16 in include/lcd.h.
1178
1179 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
1180
1181 commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3
1182 Author: Anatolij Gustschin <agust@denx.de>
1183 Date: Sun Jul 26 10:34:58 2009 +0200
1184
1185 lib_avr32/board.c: fix too long line added by 716ece1d
1186
1187 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1188
1189 commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9
1190 Author: Mark Jackson <mpfj-list@mimc.co.uk>
1191 Date: Tue Jul 21 11:11:37 2009 +0100
1192
1193 Add AVR32 LCD support
1194
1195 This patch adds support for the AVR32 LCD controller. This patch is
1196 based off the latest u-boot-video.
1197
1198 A quick summary of what's going on:-
1199
1200 Enable LCDC pixel clock
1201 Enable LCDC port pins
1202 Add framebuffer pointer to global_data struct
1203 Allocate framebuffer
1204
1205 To use the new code, update your board config to include something like
1206 this:-
1207
1208 #define CONFIG_LCD 1
1209
1210 #if defined(CONFIG_LCD)
1211 #define CONFIG_CMD_BMP
1212 #define CONFIG_ATMEL_LCD 1
1213 #define LCD_BPP LCD_COLOR16
1214 #define CONFIG_BMP_16BPP 1
1215 #define CONFIG_FB_ADDR 0x10600000
1216 #define CONFIG_WHITE_ON_BLACK 1
1217 #define CONFIG_VIDEO_BMP_GZIP 1
1218 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE 262144
1219 #define CONFIG_ATMEL_LCD_BGR555 1
1220 #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1
1221 #define CONFIG_SPLASH_SCREEN 1
1222 #endif
1223
1224 The standard U-Boot BMP and Splash-screen features should just work.
1225
1226 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
1227 [agust@denx.de: fixed some style issues]
1228 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1229
1230 commit 6111722a9281c6e04a7304d502556afff6a5a1f8
1231 Author: Alessandro Rubini <rubini@gnudd.com>
1232 Date: Sun Jul 19 17:52:27 2009 +0200
1233
1234 video: move extern declarations from C to headers
1235
1236 This moves some extern declaration from lcd.c to lcd.h, removing
1237 unneeded ifdef around a pair of them. Additionally, since
1238 gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I
1239 removed the static. The extra "#include <lcd.h>" in cmd_bmp.c is
1240 added to ensure the header is consistent with the source.
1241
1242 This has been compile-tested on both ARM (at91 boards) and PowerPC
1243 (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use
1244 combinations.
1245
1246 Signed-off-by: Alessandro Rubini <rubini@gnudd.it>
1247 [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it]
1248 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1249
1250 commit f51e001143c58447eb50e7aefa2b09eb4cc1410c
1251 Author: Mike Frysinger <vapier@gentoo.org>
1252 Date: Thu Jul 23 16:26:58 2009 -0400
1253
1254 Blackfin: restore EVT1 handling in linker script
1255
1256 Sadly, the Blackfin linker script unification lost a small #ifdef logic
1257 needed on older parts. Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic.
1258
1259 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1260
1261 commit f33b325af666b12eafa9ab235b2cd59832d6e51c
1262 Author: Wolfgang Denk <wd@denx.de>
1263 Date: Fri Jul 24 14:24:07 2009 +0200
1264
1265 Revert "zlib: updated to v.1.2.3"
1266
1267 This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6.
1268
1269 The commit caused problems for example when unpacking kernel images:
1270
1271 Uncompressing Kernel Image ... Error: inflate() returned -2
1272 GUNZIP: uncompress, out-of-mem or overwrite error - must
1273 RESET board to recover
1274
1275 Conflicts:
1276
1277 include/u-boot/zlib.h
1278 lib_generic/zlib.c
1279
1280 Signed-off-by: Wolfgang Denk <wd@denx.de>
1281
1282 commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0
1283 Author: Stefan Roese <sr@denx.de>
1284 Date: Tue Jul 21 14:06:29 2009 +0200
1285
1286 ppc4xx: Add chip_config command to AMCC Kilauea eval board
1287
1288 This patch removes the "alterpll" command and replaces it with the now
1289 ppc4xx standard "chip_config" command to configure the I2C bootstrap
1290 EEPROM.
1291
1292 Signed-off-by: Stefan Roese <sr@denx.de>
1293
1294 commit f6af8ce0c80327cb6aaa347642026ad838335c23
1295 Author: Stefan Roese <sr@denx.de>
1296 Date: Tue Jul 21 14:33:52 2009 +0200
1297
1298 ppc4xx: Fix EEPROM configuration on Kilauea
1299
1300 Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining
1301 CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't
1302 work correctly.
1303
1304 Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS)
1305 is set to a more defensive value of 10ms.
1306
1307 Signed-off-by: Stefan Roese <sr@denx.de>
1308
1309 commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c
1310 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1311 Date: Wed Jul 22 13:56:21 2009 +0200
1312
1313 ppc4xx: Add 405EP based PMC405DE board
1314
1315 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1316 Signed-off-by: Stefan Roese <sr@denx.de>
1317
1318 commit da799f66ad1d4fc36dd20cc2d7e584493fda8546
1319 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1320 Date: Mon Jul 20 12:15:38 2009 +0200
1321
1322 ppc4xx: Add struct for 4xx GPIO controller registers
1323
1324 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1325 Signed-off-by: Stefan Roese <sr@denx.de>
1326
1327 commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a
1328 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1329 Date: Wed Jul 22 17:27:56 2009 +0200
1330
1331 ppc4xx: Replace 4xx lowercase SPR references
1332
1333 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1334 Signed-off-by: Stefan Roese <sr@denx.de>
1335
1336 commit 87c0b72908e05662b8b415e26e1042f4779629da
1337 Author: Stefan Roese <sr@denx.de>
1338 Date: Mon Jul 20 06:57:27 2009 +0200
1339
1340 Add "chip_config" command for PPC4xx bootstrap configuration
1341
1342 This patch adds a generic command for programming I2C bootstrap
1343 eeproms on PPC4xx. An implementation for Canyonlands board is
1344 included.
1345
1346 The command name is intentionally chosen not to be PPC4xx specific.
1347 This way other CPU's/SoC's can implement a similar command under
1348 the same name, perhaps with a different syntax.
1349
1350 Usage on Canyonlands:
1351
1352 => chip_config
1353 Available configurations (I2C address 0x52):
1354 600-nor - NOR CPU: 600 PLB: 200 OPB: 100 EBC: 100
1355 600-nand - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100
1356 800-nor - NOR CPU: 800 PLB: 200 OPB: 100 EBC: 100
1357 800-nand - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100
1358 1000-nor - NOR CPU:1000 PLB: 200 OPB: 100 EBC: 100
1359 1000-nand - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100
1360 1066-nor - NOR CPU:1066 PLB: 266 OPB: 88 EBC: 88 ***
1361 1066-nand - NAND CPU:1066 PLB: 266 OPB: 88 EBC: 88
1362 => chip_config 600-nor
1363 Using configuration:
1364 600-nor - NOR CPU: 600 PLB: 200 OPB: 100 EBC: 100
1365 done (dump via 'i2c md 52 0.1 10')
1366 Reset the board for the changes to take effect
1367
1368 Other 4xx boards will be migrated to use this command soon
1369 as well.
1370
1371 Signed-off-by: Stefan Roese <sr@denx.de>
1372 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1373 Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1374
1375 commit 10c1b218556ed9871f36bc0c407f4f2f6196353b
1376 Author: Peter Tyser <ptyser@xes-inc.com>
1377 Date: Fri Jul 17 19:01:16 2009 -0500
1378
1379 xpedite1k: Move to X-ES vendor directory
1380
1381 The XPedite1000 is an X-ES product thus it can be put in board/xes along
1382 with other X-ES boards. Along with the move, the board was renamed to
1383 XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
1384 Maintainership was also transfered to Peter Tyser.
1385
1386 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1387 Signed-off-by: Stefan Roese <sr@denx.de>
1388
1389 commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c
1390 Author: Peter Tyser <ptyser@xes-inc.com>
1391 Date: Fri Jul 17 19:01:15 2009 -0500
1392
1393 xpedite1k: Sync checkboard() with other X-ES boards
1394
1395 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1396 Signed-off-by: Stefan Roese <sr@denx.de>
1397
1398 commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2
1399 Author: Peter Tyser <ptyser@xes-inc.com>
1400 Date: Fri Jul 17 19:01:14 2009 -0500
1401
1402 xpedite1k: Sync up board config options with other X-ES boards
1403
1404 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1405 Signed-off-by: Stefan Roese <sr@denx.de>
1406
1407 commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f
1408 Author: Peter Tyser <ptyser@xes-inc.com>
1409 Date: Fri Jul 17 19:01:13 2009 -0500
1410
1411 xpedite1k: Sync organization of board config with other X-ES boards
1412
1413 This change should have no functional effect
1414
1415 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1416 Signed-off-by: Stefan Roese <sr@denx.de>
1417
1418 commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279
1419 Author: Peter Tyser <ptyser@xes-inc.com>
1420 Date: Fri Jul 17 19:01:12 2009 -0500
1421
1422 xpedite1k: Sync up commands and environment with other X-ES boards
1423
1424 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1425 Signed-off-by: Stefan Roese <sr@denx.de>
1426
1427 commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb
1428 Author: Peter Tyser <ptyser@xes-inc.com>
1429 Date: Fri Jul 17 19:01:11 2009 -0500
1430
1431 xpedite1k: Disable unused ethernet port 1
1432
1433 The XPedite1000 only has 2 available ethernet ports:
1434 ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3)
1435
1436 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1437 Signed-off-by: Stefan Roese <sr@denx.de>
1438
1439 commit 767e32ad369d83f55f950e6938e68b6dba7fa65f
1440 Author: Peter Tyser <ptyser@xes-inc.com>
1441 Date: Fri Jul 17 19:01:10 2009 -0500
1442
1443 xpedite1k: Store environment in flash
1444
1445 Previously an I2C EEPROM was used. The EEPROM had size, reliability,
1446 and access issues which are resolved by storing the environment in
1447 flash.
1448
1449 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1450 Signed-off-by: Stefan Roese <sr@denx.de>
1451
1452 commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f
1453 Author: Peter Tyser <ptyser@xes-inc.com>
1454 Date: Fri Jul 17 19:01:09 2009 -0500
1455
1456 xpedite1k: Add support for additional GPIO pins
1457
1458 Enable GPIO pins for an I2C EEPROM write protect, a system reset pin,
1459 and a PMC #MONARCH pin. These pins are not currently used in U-Boot,
1460 but are used in OSes and may be used in U-Boot in the future.
1461
1462 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1463 Signed-off-by: Stefan Roese <sr@denx.de>
1464
1465 commit 42735815dd9ba39efe51203868aebce04053c8de
1466 Author: Peter Tyser <ptyser@xes-inc.com>
1467 Date: Fri Jul 17 19:01:08 2009 -0500
1468
1469 xpedite1k: Add support for optional flashes
1470
1471 The XPedite1000 can be built with 4 total flashes:
1472 - 512KB AMD socketed
1473 - 16MB Intel soldered
1474 - 2 x 32MB AMD MirrorBit flashes
1475
1476 Add support for the optional 2 32MB CFI-compliant AMD flashes
1477
1478 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1479 Signed-off-by: Stefan Roese <sr@denx.de>
1480
1481 commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0
1482 Author: Peter Tyser <ptyser@xes-inc.com>
1483 Date: Fri Jul 17 19:01:07 2009 -0500
1484
1485 xpedite1k: Cleanup coding style
1486
1487 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1488 Signed-off-by: Stefan Roese <sr@denx.de>
1489
1490 commit 086ff34a3a7e5e595630d658c1c13778399452d1
1491 Author: Peter Tyser <ptyser@xes-inc.com>
1492 Date: Fri Jul 17 19:01:06 2009 -0500
1493
1494 xpedite1k: Remove support for reading MACs from EEPROM
1495
1496 By default, the XPedite1000 comes installed with xMon, a proprietary
1497 bootloader. xMon stores its MAC address in an onboard EEPROM. Rather
1498 than requiring a non-standard location in the EEPROM to be reserved for
1499 MAC addresses, store the MAC addresses in U-Boot's standard environment.
1500 A U-Boot application or OS application can be used to migrate xMon MAC
1501 addresses to U-Boot's environment if necessary.
1502
1503 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1504 Signed-off-by: Stefan Roese <sr@denx.de>
1505
1506 commit 108d6d0099372f9f6532c3198fbaacabc121c9b3
1507 Author: Peter Tyser <ptyser@xes-inc.com>
1508 Date: Fri Jul 17 19:01:05 2009 -0500
1509
1510 xpedite1k: Remove support for fixed SDRAM configuration
1511
1512 All XPedite1000's have SPD EEPROMs present and no fixed configuration
1513 parameters are currently defined or used
1514
1515 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1516 Signed-off-by: Stefan Roese <sr@denx.de>
1517
1518 commit c86d00a2ed923002f1ab0bfb0a925522628302e9
1519 Author: Peter Tyser <ptyser@xes-inc.com>
1520 Date: Fri Jul 17 19:01:04 2009 -0500
1521
1522 xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
1523
1524 POST or command line tests provide similar functionality
1525
1526 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1527 Signed-off-by: Stefan Roese <sr@denx.de>
1528
1529 commit 11ad309c183b176d8866944026a63c0f1c626f56
1530 Author: Peter Tyser <ptyser@xes-inc.com>
1531 Date: Fri Jul 17 19:01:03 2009 -0500
1532
1533 xpedite1k: Use standard CFI flash driver
1534
1535 Using the CFI flash driver will allow write access to the 16MB Intel
1536 StrataFlash present on the XPedite1000. The 512KB socketed (non
1537 CFI-compliant flash) will no longer be writable.
1538
1539 The mapping of the 16MB Strata flash was moved to 0xff000000 and the
1540 512KB AMD socketed flash was moved to 0xfe000000.
1541
1542 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1543 Signed-off-by: Stefan Roese <sr@denx.de>
1544
1545 commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c
1546 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1547 Date: Thu Jul 16 22:13:57 2009 +0200
1548
1549 ppc4xx: Cleanup PLU405 board code
1550
1551 Some Coding style cleanup (braces, whitespaces, long lines)
1552
1553 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1554 Signed-off-by: Stefan Roese <sr@denx.de>
1555
1556 commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb
1557 Author: Dirk Eibach <eibach@gdsys.de>
1558 Date: Fri Jul 17 14:16:40 2009 +0200
1559
1560 ppc4xx: Add DL-Vision 405EP board support
1561
1562 Board support for the Guntermann & Drunck DL-Vision.
1563
1564 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1565 Signed-off-by: Stefan Roese <sr@denx.de>
1566
1567 commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc
1568 Author: Dirk Eibach <eibach@gdsys.de>
1569 Date: Fri Jul 10 14:47:32 2009 +0200
1570
1571 ppc4xx: Fix missing freqOPB for 405EP
1572
1573 In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
1574 left out for no obvious reason.
1575
1576 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1577 Signed-off-by: Stefan Roese <sr@denx.de>
1578
1579 commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5
1580 Author: Stefan Roese <sr@denx.de>
1581 Date: Tue Jul 14 15:53:08 2009 +0200
1582
1583 ppc4xx: Fix TLB reset problem with recent 44x images
1584
1585 Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal"
1586 booting on some 44x platforms. This breakage is only noticed in some
1587 cases while powercycling. As it seems, the code in question in start.S
1588 didn't invalidate TLB #0. This makes sense since this TLB is used for
1589 the bootrom mapping. With the patch mentioned above even TLB #0 got
1590 invalidated resulting in an error later on.
1591
1592 This patch now fixes this issue by only invalidating TLB #0 in the RAM-
1593 booting case.
1594
1595 Tested succesfully on Sequoia and Canyonlands.
1596
1597 Signed-off-by: Stefan Roese <sr@denx.de>
1598 Cc: Dirk Eibach <Eibach@gdsys.de>
1599
1600 commit 44259bb9e696d22bf1773181111855a29f00cf33
1601 Author: Prafulla Wadaskar <prafulla@marvell.com>
1602 Date: Fri Jul 17 19:56:30 2009 +0530
1603
1604 usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
1605
1606 This change is cheked in Linux source and fix found to be in sync.
1607 This patch is tested for USB host interface on Kirkwood based
1608 Sheevaplug platform (ARM little endian board)
1609
1610 Risk: the impact of this patch is not validated on big endian board.
1611 This need to be checked...
1612
1613 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1614 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1615
1616 commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d
1617 Author: Wolfgang Denk <wd@denx.de>
1618 Date: Thu Jul 23 22:23:23 2009 +0200
1619
1620 Coding Style cleanup; update CHANGELOG.
1621
1622 Signed-off-by: Wolfgang Denk <wd@denx.de>
1623
1624 commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6
1625 Author: Mike Frysinger <vapier@gentoo.org>
1626 Date: Tue Jul 21 22:59:36 2009 -0400
1627
1628 autoconf.mk: include before config.mk for top level files
1629
1630 By including autoconf.mk before config.mk, all top level files can use any
1631 config options it sets up (like <arch>_config.mk) or the Makefile itself
1632 without being forced to use lazy evaluation.
1633
1634 commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
1635 Author: Mark Jackson <mpfj-list@mimc.co.uk>
1636 Date: Tue Jul 21 11:30:53 2009 +0100
1637
1638 Remove static declaration from gunzip_bmp()
1639
1640 This patch removes the static declaration from gunzip_bmp()
1641
1642 Without it, the gunzip_bmp() function is not visible to
1643 common/lcd.c and fails to compile with an error.
1644
1645 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
1646
1647 commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
1648 Author: Peter Tyser <ptyser@gmail.com>
1649 Date: Mon Jul 20 21:51:38 2009 -0500
1650
1651 cmd_tsi148: General cleanup
1652
1653 - Fix command help message
1654 - Disable DEBUG by default
1655 - Fix whitespace issues
1656 - Fix lines > 80 characters
1657
1658 Signed-off-by: Peter Tyser <ptyser@gmail.com>
1659 Acked-by: Stefan Roese <sr@denx.de>
1660
1661 commit 9aef73888509d10193615ee5cd9cf439ca44e937
1662 Author: Mike Frysinger <vapier@gentoo.org>
1663 Date: Sun Jul 19 15:17:03 2009 -0400
1664
1665 unify HOST_CFLAGS and HOSTCFLAGS
1666
1667 The top build system sets up HOSTCFLAGS a bit and exports it, but other
1668 places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the
1669 values stay in sync.
1670
1671 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1672
1673 commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936
1674 Author: Wolfgang Denk <wd@denx.de>
1675 Date: Thu Jul 23 21:16:59 2009 +0200
1676
1677 Update CHANGELOG
1678
1679 Signed-off-by: Wolfgang Denk <wd@denx.de>
1680
1681 commit e3b39f84e974df70065fa248f0f63993b1708c9d
1682 Author: André Schwarz <andre.schwarz@matrix-vision.de>
1683 Date: Fri Jul 17 14:50:24 2009 +0200
1684
1685 update config for mvBC-P (MPC5200)
1686
1687 This patch adds I2C support for mvBC-P and defines flash layout
1688 matching the shipped product.
1689
1690 Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
1691
1692 commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311
1693 Author: Kumar Gala <galak@kernel.crashing.org>
1694 Date: Mon Jul 13 09:24:00 2009 -0500
1695
1696 ahci: Fix gcc 4.4 compiler warning
1697
1698 ahci.c: In function 'ata_scsiop_read_capacity10':
1699 ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
1700
1701 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1702
1703 commit 51d91e1a253c97713c7f3e5c0b910a4db4979283
1704 Author: Kumar Gala <galak@kernel.crashing.org>
1705 Date: Mon Jul 13 09:23:59 2009 -0500
1706
1707 drivers/bios_emulator: Fix gcc 4.4 compiler warning
1708
1709 biosemu.c: In function 'BE_setVGA':
1710 biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules
1711
1712 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1713
1714 commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a
1715 Author: Detlev Zundel <dzu@denx.de>
1716 Date: Mon Jul 13 16:01:19 2009 +0200
1717
1718 Re-add support for image type 'Standalone Program'
1719
1720 Support for this type was lost during the bootm refactoring.
1721
1722 Signed-off-by: Detlev Zundel <dzu@denx.de>
1723
1724 commit ca95c9df0280f40e8e4befadbaae21fa67d92331
1725 Author: Detlev Zundel <dzu@denx.de>
1726 Date: Mon Jul 13 16:01:18 2009 +0200
1727
1728 Add error checking for unsupported OS types.
1729
1730 Signed-off-by: Detlev Zundel <dzu@denx.de>
1731
1732 commit 982adfc610669482a32127282fe489857a92cfe3
1733 Author: Peter Tyser <ptyser@xes-inc.com>
1734 Date: Fri Jul 10 18:46:10 2009 -0500
1735
1736 ppc: Unlock cache-as-ram in a consistent manner
1737
1738 Previously, non-e500 architectures only unlocked their data cache which
1739 was used as early RAM when booting to Linux using the "bootm" command.
1740 This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined
1741 to unlock their data cache during U-Boot's initialization. This
1742 improves U-Boot performance and provides a common cache state when
1743 booting to different OSes.
1744
1745 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1746
1747 commit b201171f2b4d509f3ad510b214bee70ff902e3d6
1748 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
1749 Date: Thu Jul 23 04:54:45 2009 -0400
1750
1751 zlib: updated to v.1.2.3
1752
1753 This patch updates zlib to the latest stable version.
1754
1755 Only relevant zlib parts were ported to u-boot tree, as was done for
1756 the previously used version of zlib (0.95). New zlib gives faster
1757 inflate performance and other improvements, see www.zlib.net
1758
1759 Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
1760 Reviewed-by: Angelo Castello <angelo.castello@st.com>
1761
1762 Edited commit message
1763
1764 Signed-off-by: Wolfgang Denk <wd@denx.de>
1765
1766 commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57
1767 Author: Robin Getz <rgetz@blackfin.uclinux.org>
1768 Date: Tue Jul 21 12:15:28 2009 -0400
1769
1770 Save server's MAC address in environment
1771
1772 Linux's netconsole works much better when you can pass it the MAC address of
1773 the server. (otherwise it just uses broadcast, which everyone else on my
1774 network complains about :)
1775
1776 This sets the env var "serveraddr" (to match ethaddr), so that you can pass
1777 it to linux with whatever bootargs you want to....
1778
1779 addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
1780
1781 Signed-of-by: Robin Getz <rgetz@blackfin.uclinux.org>
1782
1783 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1784
1785 commit 0b23fb368d08c9669fac647971ff249c3f9fee8f
1786 Author: Ilya Yanok <yanok@emcraft.com>
1787 Date: Tue Jul 21 19:32:21 2009 +0400
1788
1789 fec_mxc: driver for FEC ethernet controller on i.MX27
1790
1791 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1792 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1793
1794 commit 0544c63681d2ea3607faf374e9c56f101e365b42
1795 Author: Alessio Centazzo <centazzo@gmail.com>
1796 Date: Sat Jul 11 11:56:06 2009 -0700
1797
1798 ppc4xx: Fixed compilation warning in 4xx_enet.c
1799
1800 This patch fixes a compilation warning for some Ethernet PHY-less
1801 PPC4xx platforms (440SPE based ones) and a potential compilation
1802 error for 440SP platforms (use of undefined 'ethgroup' variable).
1803 In the original code and in case of 440SPE platforms, 'ethgroup'
1804 is initialized to -1 and never modified. Later in the function,
1805 within an #ifdef statement, an 'if statement' executes code only
1806 if 'ethgroup' is set to 4, therefore it is harmless to avoid
1807 executing the 'if statement' by removing the CONFIG_440SPE from
1808 the affected #ifdefs. In case of 440SP platforms with on-board
1809 Ethernet PHY, 'ethgroup' is undefined but used (there are not such
1810 platforms in the repository yet). All other architectures are not
1811 affected by this change.
1812
1813 Signed-off-by: Alessio Centazzo acpatin@yahoo.com
1814 Acked-by: Stefan Roese <sr@denx.de>
1815 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1816
1817 commit 09133f8580f0106429ba3600f1855bd3577ae58b
1818 Author: Michael Zaidman <michael.zaidman@gmail.com>
1819 Date: Tue Jul 14 23:37:12 2009 +0300
1820
1821 DHCP regression on 2009-06
1822
1823 Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
1824 by initializing our IP addr to 0 in order to accept any IP addr
1825 assigned to us by the DHCP/BOOTP/RARP server.
1826
1827 Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
1828 Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
1829 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1830
1831 commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
1832 Author: Prafulla Wadaskar <prafulla@marvell.com>
1833 Date: Thu Jul 16 20:58:02 2009 +0530
1834
1835 net: phy: bugfixes: mv88E61xx multichip addressing support
1836
1837 With these fixes, this driver works properly for multi chip
1838 addressging mode
1839
1840 Bugfixes:
1841 1. Build error fixed for function mv88e61xx_busychk_multic-fixed
1842 2. PHY dev address error detection- fixed
1843 3. wrong busy bit was refered in function mv88e61xx_busychk -fixed
1844 4. invalid data read ptr was refered for RD_PHY in case of
1845 multichip addressing mode -fixed
1846
1847 The Multichip Address mode is tested with RD6281A board having
1848 MV88E6165 switch on it
1849
1850 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1851 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1852
1853 commit 16025ea45539219f2a7c750c6f0ae983ea5c2737
1854 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
1855 Date: Wed Jul 8 13:05:11 2009 +0200
1856
1857 arm: Kirkwood: Check the error summary bit for error detection
1858
1859 The Marvell documentation for the 88f6281 states that the error coding
1860 is only valid if the error summary and last frame bits in the transmit
1861 descriptor status field are set. This patch adds checks for these for
1862 transmit (I would get transmit errors on bootp with the current check,
1863 which I believe are spurious).
1864
1865 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
1866 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1867
1868 commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6
1869 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
1870 Date: Wed Jul 8 13:03:18 2009 +0200
1871
1872 arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
1873
1874 kwgbe_send/recv both have loops waiting for the hardware to set a bit.
1875 GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
1876 patch uses readl to force a read from device memory. Other volatile
1877 accesses have also been replaced with readl/writel where appropriate
1878 (as per suggestions on the U-boot mailing list).
1879
1880 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
1881 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1882
1883 commit 3f6b18ffd94621625de961bc566022b0266790f5
1884 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1885 Date: Thu Jul 2 13:21:22 2009 -0400
1886
1887 MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
1888
1889 This patch sets the returned value to 0xFFFF if the PHY does not exist
1890 and does not assert Transfer Acknowledge. A NULL check for the value
1891 pointer is also added for buffer overflow protection.
1892
1893 Without this patch 'mii info' will show 'phantom' devices because the
1894 value will be not be initialized and return with some random value.
1895
1896 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1897 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1898
1899 commit 736fead8fdbf8a8407048bebc373cd551d01ec98
1900 Author: Ben Warren <biggerbadderben@gmail.com>
1901 Date: Mon Jul 20 22:01:11 2009 -0700
1902
1903 Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
1904
1905 All in-tree boards that use this controller have CONFIG_NET_MULTI added
1906 Also:
1907 - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
1908 - cleaned up line lengths
1909 - modified all boards that override weak function in this driver
1910 - added
1911
1912 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1913 Tested-by: Mike Frysinger <vapier@gentoo.org>
1914
1915 commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20
1916 Author: Ben Warren <biggerbadderben@gmail.com>
1917 Date: Fri Jul 17 00:50:15 2009 -0700
1918
1919 Add warning about upcoming removal of old Ethernet API
1920
1921 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1922
1923 commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1
1924 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
1925 Date: Thu Jul 2 16:15:13 2009 +0530
1926
1927 P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
1928
1929 These PHYs are on P2020RDB platform.
1930
1931 Also revamped Freescale copyright message in drivers/net/tsec.c.
1932
1933 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
1934 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1935
1936 commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf
1937 Author: Robin Getz <rgetz@blackfin.uclinux.org>
1938 Date: Mon Jul 20 14:53:54 2009 -0400
1939
1940 Add DNS support
1941
1942 On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
1943
1944 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html
1945 >
1946 > DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
1947 > the serverip environment var is updated.
1948 >
1949 > Probably there are some cosmetic issues with the patch. Unfortunatly I
1950 > do not have the time to correct these. So if anybody else likes DNS
1951 > support in U-Boot and has the time, feel free to patch it in the main tree.
1952
1953 Here it is again - slightly modified & smaller:
1954 - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0)
1955 - README.dns is added
1956 - syntax is changed (now takes a third option, the env var to store
1957 the result in)
1958 - add a random port() function in net.c
1959 - sort Makefile in ./net/Makefile
1960 - dns just returns unless a env var is given
1961 - run through checkpatch, and clean up style issues
1962 - remove packet from stack
1963 - cleaned up some comments
1964 - failure returns much faster (if server responds, don't wait for
1965 timeout)
1966 - use built in functions (memcpy) rather than byte copy.
1967
1968 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
1969 Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
1970 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1971
1972 commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f
1973 Author: Kim Phillips <kim.phillips@freescale.com>
1974 Date: Fri Jul 17 12:17:00 2009 -0500
1975
1976 net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
1977
1978 fix this gcc 4.4 warning:
1979
1980 tsec.c: In function 'tsec_init':
1981 tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules
1982
1983 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1984 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1985
1986 commit d9bec9f42ab34383737c8a94429aa02fe76d7946
1987 Author: Mike Frysinger <vapier@gentoo.org>
1988 Date: Sat Jul 18 21:04:08 2009 -0400
1989
1990 net: rename NetRxPkt to NetRxPacket
1991
1992 The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
1993 rename the minor detractor to follow suite.
1994
1995 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1996 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1997
1998 commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c
1999 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2000 Date: Thu Jun 25 16:33:04 2009 +0900
2001
2002 sh: sh_eth: Remove garbage from printf
2003
2004 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2005 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2006 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2007
2008 commit 2ea20efa47da9d98ff38223ff51dea5439ad8708
2009 Author: Andreas Pretzsch <apr@cn-eng.de>
2010 Date: Thu Jul 9 21:50:05 2009 +0200
2011
2012 smc911x: add support for LAN9221
2013
2014 Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
2015 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2016
2017 commit 7168eba729b9e6d730db7cd1028767f7b1a6128b
2018 Author: David Brownell <david-b@pacbell.net>
2019 Date: Tue Jun 9 11:14:24 2009 -0700
2020
2021 rm9200 ethernet driver: board-specific quirk (csb337)
2022
2023 CSB337 boards originally shipped with MicroMonitor, not U-Boot;
2024 and with a version using a different convention for recording
2025 Ethernet addresses than anyone else. To avoid breaking Linux
2026 when it uses U-Boot, have it use the same convention on that
2027 hardware.
2028
2029 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2030 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2031
2032 commit 57215cd2e59fd403248df8f2f195e382900d5fc2
2033 Author: Heiko Schocher <hs@denx.de>
2034 Date: Thu Jul 16 09:58:31 2009 +0200
2035
2036 arm, kirkwood: added kw_gpio_set_valid() in gpio.h
2037
2038 Signed-off-by: Heiko Schocher <hs@denx.de>
2039
2040 commit ec16441085f471c03a8c0909579463e31e5b947a
2041 Author: Dieter Kiermaier <dk-arm-linux@gmx.de>
2042 Date: Mon Jun 29 14:45:08 2009 +0200
2043
2044 Kirkwood: add Marvell Kirkwood gpio driver
2045
2046 Signed-off-by: Dieter Kiermaier <dk-arm-linux@gmx.de>
2047 Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
2048 Tested-by: Heiko Schocher <hs@denx.de>
2049
2050 commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f
2051 Author: Heiko Schocher <hs@denx.de>
2052 Date: Thu Jul 16 09:59:10 2009 +0200
2053
2054 arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
2055
2056 Signed-off-by: Heiko Schocher <hs@denx.de>
2057
2058 commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f
2059 Author: Prafulla Wadaskar <prafulla@marvell.com>
2060 Date: Thu Jul 16 21:02:24 2009 +0530
2061
2062 Marvell RD6281A Board support
2063
2064 This is Marvell's 88F6281_A0 based reference design board
2065
2066 This patch is tested for-
2067 1. Boot from DRAM/NAND flash/NFS
2068 2. File transfer using tftp and loadb
2069 3. NAND flash read/write/erase
2070
2071 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2072 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2073
2074 commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f
2075 Author: Piotr Ziecik <kosmo@semihalf.com>
2076 Date: Fri Jul 17 16:35:19 2009 +0200
2077
2078 api: Fix broken build on ARM.
2079
2080 This patch fixes broken build introduced by commit
2081 84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
2082 ifdef CONFIG_API already handle by the Makefile).
2083
2084 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2085
2086 commit 48677a1ef5f82adca49145a7baf11ece77f51945
2087 Author: Wolfgang Denk <wd@denx.de>
2088 Date: Wed Jul 22 23:53:23 2009 +0200
2089
2090 Fix "ld: cannot find -lstubs" build error
2091
2092 Commit 1bc15386 moved the examples/ to examples/standalone but failed
2093 to adapt the Makefiles that need to link against libstubs.a
2094
2095 Signed-off-by: Wolfgang Denk <wd@denx.de>
2096 Cc: Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2097
2098 commit ae71121a111ddf9dd057cacbbdd0f51054be428a
2099 Author: Wolfgang Denk <wd@denx.de>
2100 Date: Sat Jul 18 20:47:36 2009 +0200
2101
2102 at91cap9adk: fix #ifdef/#endif pairing
2103
2104 The #ifdef/#endif pairing in this file was obviously messed up.
2105
2106 Signed-off-by: Wolfgang Denk <wd@denx.de>
2107
2108 commit 6b96a20d512b04a808438553874c00cf40812c44
2109 Author: Minkyu Kang <mk7.kang@samsung.com>
2110 Date: Mon Jul 20 11:40:01 2009 +0900
2111
2112 ARM Cortex A8: Move OMAP3 specific reset handler
2113
2114 Because of the reset_cpu is soc specific, should be move to soc
2115
2116 Cc: Dirk Behme <dirk.behme@googlemail.com>
2117 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2118
2119 commit 048e7efe91f66094f868281c12e488ce2bae8976
2120 Author: Kumar Gala <galak@kernel.crashing.org>
2121 Date: Wed Jul 22 10:12:39 2009 -0500
2122
2123 85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
2124
2125 The pixis code used in8/out8 all over the place. Replace it with
2126 in_8/out_8 macros.
2127
2128 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2129
2130 commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
2131 Author: Peter Tyser <ptyser@xes-inc.com>
2132 Date: Tue Jul 21 13:51:08 2009 -0500
2133
2134 xpedite5370: Enable NAND command support
2135
2136 Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash
2137 via the 'nand' command.
2138
2139 Previously, the XPedite5370's NAND chip selects were properly
2140 configured, but NAND support was not enabled.
2141
2142 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2143 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2144
2145 commit 39121c0896a6760bd436d88c17892f49a97902d0
2146 Author: Peter Tyser <ptyser@xes-inc.com>
2147 Date: Tue Jul 21 13:51:07 2009 -0500
2148
2149 xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
2150
2151 Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to
2152 support uncompressing images larger than 8 MB when using the bootm
2153 command.
2154
2155 Note that recent Linux kernels for the 85xx and 86xx map greater than
2156 16MB of memory on bootup, but we use 16MB to maintain compatibility with
2157 older Linux kernels for now.
2158
2159 Signed-off-by: Nate Case <ncase@xes-inc.com>
2160 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2161 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2162
2163 commit 58f31b602dfd52eb7836ab82caa587514e046f02
2164 Author: Peter Tyser <ptyser@xes-inc.com>
2165 Date: Sun Jul 19 19:17:41 2009 -0500
2166
2167 xpedite5370: Fix I2C GPIO initialization typo
2168
2169 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2170 Acked-by: Heiko Schocher<hs@denx.de>
2171 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2172
2173 commit 5ff821006c6e7647d183ea95817044943bb22e7e
2174 Author: Peter Tyser <ptyser@xes-inc.com>
2175 Date: Sun Jul 19 19:17:40 2009 -0500
2176
2177 xpedite5200,5370: Use buffered NOR flash writes
2178
2179 Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
2180 improve NOR flash write speeds
2181
2182 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2183 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2184
2185 commit d9c147f371800a479a507a816b2fe572c97da197
2186 Author: Peter Tyser <ptyser@xes-inc.com>
2187 Date: Fri Jul 17 10:14:48 2009 -0500
2188
2189 85xx, 86xx: Add common board_add_ram_info()
2190
2191 Previously, 85xx and 86xx boards would display DRAM information on
2192 bootup such as:
2193
2194 ...
2195 I2C: ready
2196 DRAM:
2197 Memory controller interleaving enabled: Bank interleaving!
2198 2 GB
2199 FLASH: 256 MB
2200 ...
2201
2202 This patch moves the printing of the DRAM controller configuration to a
2203 common board_add_ram_info() function which prints out DDR type, width,
2204 CAS latency, and ECC mode. It also makes the DDR interleaving
2205 information print out in a more sane manner:
2206
2207 ...
2208 I2C: ready
2209 DRAM: 2 GB (DDR2, 64-bit, CL=4, ECC on)
2210 DDR Controller Interleaving Mode: bank
2211 FLASH: 256 MB
2212 ...
2213
2214 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2215 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2216
2217 commit 12a440ae6d09445140f1a0c2023dba76a9f1a617
2218 Author: Peter Tyser <ptyser@xes-inc.com>
2219 Date: Fri Jul 17 10:14:47 2009 -0500
2220
2221 tqm85xx: Remove board_add_ram_info()
2222
2223 This is in preparation for adding one common 8xxx board_add_ram_info()
2224 function for all 8xxx boards
2225
2226 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2227 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2228
2229 commit ed2c9488bbe389b7b25cada1e42bdae5d0976327
2230 Author: Peter Tyser <ptyser@xes-inc.com>
2231 Date: Fri Jul 17 10:14:46 2009 -0500
2232
2233 xes: Remove 8xxx board_add_ram_info() function
2234
2235 This is in preparation for adding one common 8xxx board_add_ram_info()
2236 fuction for all 8xxx boards
2237
2238 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2239 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2240
2241 commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592
2242 Author: Peter Tyser <ptyser@xes-inc.com>
2243 Date: Fri Jul 17 10:14:45 2009 -0500
2244
2245 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
2246
2247 Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match
2248 the 86xx user's manual and other Freescale architectures
2249
2250 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2251 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2252
2253 commit f6155c6fbb1d85f517b7c160570f0995ef14c43f
2254 Author: Roy Zang <tie-fei.zang@freescale.com>
2255 Date: Thu Jul 9 10:05:48 2009 +0800
2256
2257 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
2258
2259 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2260 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2261
2262 commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f
2263 Author: Kumar Gala <galak@kernel.crashing.org>
2264 Date: Tue Jul 14 22:42:01 2009 -0500
2265
2266 85xx: Report which "bank" of NOR flash we are booting from on FSL boards
2267
2268 The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of
2269 swizzling the upper address bits of the NOR flash we boot out of which
2270 creates the concept of "virtual" banks. This is useful in that we can
2271 flash a test of image of u-boot and reset to one of the virtual banks
2272 while still maintaining a working image in "bank 0".
2273
2274 The PIXIS FPGA exposes registers on LBC which we can use to determine
2275 which "bank" we are booting out of (as well as setting which bank to
2276 boot out of).
2277
2278 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2279
2280 commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6
2281 Author: Kumar Gala <galak@kernel.crashing.org>
2282 Date: Wed Jul 15 13:45:00 2009 -0500
2283
2284 86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
2285
2286 The MPC8641HPCN board is capable of swizzling the upper address bit of
2287 the NOR flash we boot out of which creates the concept of "virtual"
2288 banks. This is useful in that we can flash a test of image of u-boot
2289 and reset to one of the virtual banks while still maintaining a
2290 working image in "bank 0".
2291
2292 The PIXIS FPGA exposes registers on LBC which we can use to determine
2293 which "bank" we are booting out of (as well as setting which bank to
2294 boot out of).
2295
2296 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2297
2298 commit caf72ff329759b4da71352ab098537c7698c0e9f
2299 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
2300 Date: Tue Jul 21 10:45:49 2009 +0200
2301
2302 Refresh LZMA-lib to v4.65
2303
2304 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
2305
2306 commit 70ebf31633f372a24505e47846b2628e8435ea37
2307 Author: Wolfgang Denk <wd@denx.de>
2308 Date: Fri Jul 17 23:35:29 2009 +0200
2309
2310 AT91: factor out ROUND() macro
2311
2312 A large number of boards (all AT91 based) duplicated the ROUND()
2313 macro in their board specific config files. Add the definition to
2314 include/common.h and clean up the board config files.
2315
2316 Signed-off-by: Wolfgang Denk <wd@denx.de>
2317
2318 commit 89188a62333c0841a7166783d2ebdd39d7044eb2
2319 Author: Kumar Gala <galak@kernel.crashing.org>
2320 Date: Wed Jul 15 08:54:50 2009 -0500
2321
2322 85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
2323
2324 We have always mapped at least 16M in the kernel and we have seen cases
2325 with new kernel features that a kernel image needs more than 8M of
2326 memory.
2327
2328 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2329
2330 commit d4abc757c26c531293f5bbc4262ade44a317eec9
2331 Author: Peter Tyser <ptyser@xes-inc.com>
2332 Date: Mon Jul 20 19:02:21 2009 -0500
2333
2334 Move api_examples to examples/api
2335
2336 Also add a rule to remove demo.bin which was previously leftover
2337 after a "make clean"
2338
2339 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2340
2341 commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1
2342 Author: Heiko Schocher <hs@denx.de>
2343 Date: Tue Jul 21 06:37:28 2009 +0200
2344
2345 83xx, kmeter: fix compile error
2346
2347 CONFIG_SYS_MALLOC_LEN is defined in the board config, and
2348 the keymile-common.h, which collects common options used
2349 by all keymile-boards. This results in a compile error
2350 when compiling the kmeter1 board. So remove this define
2351 in the board config file.
2352
2353 Signed-off-by: Heiko Schocher <hs@denx.de>
2354
2355 commit 39df00d9aecfb465b9eec9af593f9b763fb5209a
2356 Author: Heiko Schocher <hs@denx.de>
2357 Date: Thu Jul 9 12:04:26 2009 +0200
2358
2359 i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c
2360
2361 This patch adds the possibility to call a board specific
2362 i2c bus reset routine for the fsl_i2c bus driver, and adds
2363 this option for the keymile kmeter1 board.
2364
2365 The deblock sequence for this board is implemented and
2366 tested in the following way:
2367
2368 CR = 0x20 (release SDA and SCL pin)
2369 CR = 0xa0 (start read)
2370 dummy read
2371 dummy read
2372 if 2. dummy read == 0x00
2373 3. dummy read
2374
2375 CR = 0x80 (SDA and SCL now 1 SR = 0x86)
2376 CR = 0x00 (Modul reset SR=0x81)
2377 CR = 0x80 (SDA and SCL = 1, SR = 0x81)
2378
2379 Signed-off-by: Heiko Schocher <hs@denx.de>
2380
2381 commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0
2382 Author: Peter Tyser <ptyser@xes-inc.com>
2383 Date: Fri Jul 10 11:03:19 2009 -0500
2384
2385 Move examples/ to examples/standalone
2386
2387 The current files in examples are all standalone application examples,
2388 so put them in their own subdirectory for organizational purposes
2389
2390 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2391
2392 commit b220c64d86f7c705a183302c3b50076d7e5d876c
2393 Author: Peter Tyser <ptyser@xes-inc.com>
2394 Date: Fri Jul 10 11:03:15 2009 -0500
2395
2396 Move architecture specific config.mk files into subdirs
2397
2398 This cleans up U-Boot's toplevel directory a bit and makes the
2399 architecture 'config.mk' file naming and location similar to board
2400 and cpu 'config.mk' files
2401
2402 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2403
2404 commit 082becd0d546399637fa94fdf9f1730a0f7bf348
2405 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
2406 Date: Fri Jul 10 18:25:34 2009 +0800
2407
2408 Add "tags" to .gitignore file.
2409
2410 Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
2411 Signed-off-by: Wolfgang Denk <wd@denx.de>
2412
2413 commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9
2414 Author: Heiko Schocher <hs@denx.de>
2415 Date: Thu Jul 9 12:04:18 2009 +0200
2416
2417 powerpc: updates for the keymile boards
2418
2419 - CONFIG_SYS_MAX_I2C_BUS changed to 1
2420 We use only one I2C hardwarecontroller on this boards, so
2421 change the CONFIG_SYS_MAX_I2C_BUS to 1.
2422 - common: dont print errormsg if second IVM Block lacks.
2423 - 82xx, mgcoge: fix double mtdpart entry in environment
2424 - 82xx, mgcoge: activate on second Flash the second bank.
2425 - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
2426 - common: Change malloc size to 1MByte for all Keymile boards
2427 We need a bigger malloc area for the environment support (128k)
2428 on some Keymile boards (kmeter1) and the upcoming UBI support.
2429 Change it to 1MB for all Keymile boards to be on the save side.
2430 Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
2431 UBI/UBIFS support.
2432 - Add UBI support to all Keymile boards
2433 - change manner of writing "/localbus/ranges" node
2434 instead of writting the complete "/localbus/ranges" node
2435 before booting Linux, only update the ranges entries
2436 which gets dynamical detected (size of flashes).
2437 This is needed, because keymile adds in the DTS
2438 "/localbus/ranges" node entries, which u-boot must
2439 not overwrite/delete.
2440 - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
2441 The Intel P30 chip has 2 non-identical chips on
2442 one die, so we need to define 2 seperate regions
2443 that are scanned by physmap_of independantly.
2444 - kmeter1: Add MTD concat support to Keymile boards
2445 - 82xx, mgcoge: add "unlock=yes" to default environment
2446 - added CONFIG_MTD_DEVICE to get in sync with mainline code
2447
2448 Signed-off-by: Heiko Schocher <hs@denx.de>
2449 Signed-off-by: Stefan Roese <sr@denx.de>
2450
2451 commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f
2452 Author: galak <galak@ducky.am.freescale.net>
2453 Date: Tue Jul 7 15:53:21 2009 -0500
2454
2455 fsl_sata: Fix compiler warnings shown by gcc-4.4
2456
2457 Update fsl_sata to use common structures instead of casting
2458 back and forth between the fsl specific ones and the common ones
2459 (which are identical).
2460
2461 fsl_sata.c: In function 'scan_sata':
2462 fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
2463 fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
2464 fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
2465 fsl_sata.c:545: note: initialized from here
2466 fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
2467 fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
2468 fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
2469 fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
2470 fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
2471 ...
2472
2473 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2474
2475 commit 20938e54a207472a090f04f20f30c9e32b14137e
2476 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
2477 Date: Tue Jul 7 15:58:51 2009 +0200
2478
2479 Add unaligned.h for arm
2480
2481 This patch adds unaligned.h for ARM (needed to build with LZO
2482 compression). The file is taken from the linux kernel, but includes
2483 u-boot headers instead.
2484
2485 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2486 Acked-by: Stefan Roese <sr@denx.de>
2487
2488 commit 433ea8abd6adfae3138dd4ce238237a037e1e537
2489 Author: Peter Tyser <ptyser@xes-inc.com>
2490 Date: Sun Jul 19 19:17:42 2009 -0500
2491
2492 Remove last remanants of unused CONFIG_I2C_CMD_TREE
2493
2494 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2495
2496 commit f6ca3b70949790ab5438d6c9a592216cc3616110
2497 Author: Andrzej Wolski <awolski@poczta.fm>
2498 Date: Fri Jul 17 22:26:54 2009 +0200
2499
2500 ubi: help message correction
2501
2502 Fix incorrect information about size units and correct typo.
2503
2504 Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
2505 Signed-off-by: Stefan Roese <sr@denx.de>
2506
2507 commit 22f2017c31bc682e9b15612a5c2580ab5b84418e
2508 Author: Peter Tyser <ptyser@xes-inc.com>
2509 Date: Sun Jul 19 19:17:42 2009 -0500
2510
2511 Remove last remanants of unused CONFIG_I2C_CMD_TREE
2512
2513 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2514
2515 commit f99a292aa6083057f5db8283d2ce4a2be22b8856
2516 Author: Andrzej Wolski <awolski@poczta.fm>
2517 Date: Fri Jul 17 22:26:54 2009 +0200
2518
2519 ubi: help message correction
2520
2521 Fix incorrect information about size units and correct typo.
2522
2523 Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
2524 Signed-off-by: Stefan Roese <sr@denx.de>
2525
2526 commit b86b85e2611d57d834795a92453431a1a340c3c9
2527 Author: Ilya Yanok <yanok@emcraft.com>
2528 Date: Mon Jun 29 17:53:16 2009 +0400
2529
2530 mmc: set bus width to 1 and clock to minimum early during initialization
2531
2532 We need to switch back to 1-bit before initialization or SD 2.0 cards
2533 will fail to send SCR if we've switched to 4-bit already.
2534
2535 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2536
2537 commit cff80f2cd12bf9767509b5334ecfc90cd7de5502
2538 Author: Shinya Kuribayashi <skuribay@pobox.com>
2539 Date: Sat Jun 20 19:14:33 2009 +0900
2540
2541 config.mk: Remove unused HPATH
2542
2543 This variable is not unused anywhere.
2544
2545 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
2546
2547 commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154
2548 Author: Grzegorz Bernacki <gjb@semihalf.com>
2549 Date: Wed Jun 17 16:20:14 2009 +0200
2550
2551 digsy mtc: Enable command line history.
2552
2553 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2554
2555 commit 37566090766d61beef70c62986b90749920255d8
2556 Author: Mike Frysinger <vapier@gentoo.org>
2557 Date: Thu Jul 2 19:23:25 2009 -0400
2558
2559 compiler.h: unify system ifdef cruft here
2560
2561 Shove a lot of the HOSTCC and related #ifdef checking crap into the new
2562 compiler.h header so that we can keep all other headers nice and clean.
2563
2564 Also introduce custom uswap functions so we don't have to rely on the non
2565 standard implementations that a host may (or may not in the case of OS X)
2566 provide. This allows mkimage to finally build cleanly on an OS X system.
2567
2568 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2569
2570 commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
2571 Author: Kim Phillips <kim.phillips@freescale.com>
2572 Date: Mon Jun 15 11:50:40 2009 -0500
2573
2574 common: fix 'dummy' is used uninitialized in this function warning
2575
2576 fix this gcc 4.4 warning:
2577
2578 xyzModem.c: In function 'xyzModem_stream_open':
2579 xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
2580
2581 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2582
2583 commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
2584 Author: Mike Frysinger <vapier@gentoo.org>
2585 Date: Sun Jun 14 23:33:14 2009 -0400
2586
2587 push CROSS_COMPILE out to $(ARCH)_config.mk
2588
2589 Each arch should handle setting a proper default CROSS_COMPILE value in
2590 their own config.mk file rather than having to maintain a large ugly list
2591 in the Makefile. By using conditional assignment, we don't have to worry
2592 about the variable already being set (env/cmdline/etc...).
2593
2594 The common config.mk file takes care of exporting CROSS_COMPILE already,
2595 and while a few variables (toolchain ones) utilize CROSS_COMPILE before
2596 including the arch config.mk, they do so with deferred assignment.
2597
2598 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2599
2600 commit 60a3f404acbf8238a3138fe1f80a6bac75da4582
2601 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2602 Date: Sat Jun 13 12:55:37 2009 +0200
2603
2604 malloc.h: protect it against multiple include
2605
2606 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2607
2608 commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984
2609 Author: Wolfgang Denk <wd@denx.de>
2610 Date: Sun Jul 19 19:37:24 2009 +0200
2611
2612 Fix boards broken after removal of legacy NAND and DoC support
2613
2614 Commit 2419169f removed support for legacy NAND and disk on chip but
2615 missed to update the code for a few boards. This patch fixes the
2616 resulting build issues.
2617
2618 Signed-off-by: Wolfgang Denk <wd@denx.de>
2619
2620 commit 1a4664b53aaf23687b52d64b94be06a9aa260b86
2621 Author: Wolfgang Denk <wd@denx.de>
2622 Date: Sun Jul 19 19:32:37 2009 +0200
2623
2624 cmd_flash.c: fix fix compile error for boards with DataFlash
2625
2626 Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
2627 'addr_first'/'addr_last'") changed the #ifdef logic areound the
2628 declaration of these variables and missed a combination of settings
2629 of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
2630
2631 Also spotted by Alessandro Rubini <rubini@gnudd.com>
2632
2633 Signed-off-by: Wolfgang Denk <wd@denx.de>
2634
2635 commit 341245a28830d3261c41b09d958eeea7bb93587a
2636 Author: Wolfgang Denk <wd@denx.de>
2637 Date: Sun Jul 19 12:05:15 2009 +0200
2638
2639 pcm030: fix out-of-tree building
2640
2641 Commit 0a87dd90 that was supposed to fix out-of-tree building for the
2642 pcm030 board was unfortunately incomplete.
2643
2644 Signed-off-by: Wolfgang Denk <wd@denx.de>
2645
2646 commit 8bf29b59fce8cc381114929082202d800e313ad5
2647 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
2648 Date: Tue Jul 7 13:58:51 2009 +0200
2649
2650 Add unaligned.h for arm
2651
2652 This patch adds unaligned.h for ARM (needed to build with LZO
2653 compression). The file is taken from the linux kernel, but includes
2654 u-boot headers instead.
2655
2656 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2657 Acked-by: Stefan Roese <sr@denx.de>
2658
2659 commit e405afab1dda66c9df3733f6b779d72fc36a0162
2660 Author: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
2661 Date: Fri Jun 12 18:10:12 2009 +0900
2662
2663 Canyonlands SATA harddisk driver
2664
2665 This patch adds a SATA harddisk driver for the canyonlands.
2666 This patch is kernel driver's porting.
2667 This patch corresponded to not cmd_scsi but cmd_sata.
2668 This patch divided an unused member with ifndef __U_BOOT__ in the structure.
2669
2670 [environment variable, boot script]
2671 setenv bootargs root=/dev/sda7 rw
2672 setenv bootargs ${bootargs} console=ttyS0,115200
2673 ext2load sata 0:2 0x400000 /canyonlands/uImage
2674 ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
2675 fdt addr 0x800000 0x4000
2676 bootm 0x400000 - 0x800000
2677
2678 If you drive SATA-2 disk on Canyonlands, you must change parts from
2679 PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
2680 following disks:
2681
2682 1.Vendor: Fujitsu Type: MHW2040BS
2683 2.Vendor: Fujitsu Type: MHW2060BK
2684 3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
2685 4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
2686 5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
2687 6.Vendor: Hitachi Type: HTS543232L9A300 (CONFIG_LBA48 required)
2688 7.Vendor: Seagate Type: ST31000333AS (CONFIG_LBA48 required)
2689 8.Vendor: Transcend Type: TS32GSSD25S-M
2690 9.Vendor: MTRON Type: MSD-SATA1525-016
2691
2692 Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
2693
2694 commit 52a0e2dee90c17e39634de814b16b96061cfb472
2695 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
2696 Date: Wed Jun 10 19:09:40 2009 +0200
2697
2698 Add support for the Tundra TSI148 VME-bridge
2699
2700 From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
2701
2702 This patch adds support for the Tundra TSI148 VME-bridge. It's used on
2703 the upcoming esd VME8349 board.
2704
2705 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
2706 Signed-off-by: Stefan Roese <sr@denx.de>
2707
2708 commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b
2709 Author: Mike Frysinger <vapier@gentoo.org>
2710 Date: Thu Jul 16 19:05:30 2009 -0400
2711
2712 Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
2713
2714 MAC addresses should not be hardcoded in boards to avoid random link level
2715 conflicts.
2716
2717 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2718
2719 commit baf357050353aee30c04f3f4b868426cb54468ca
2720 Author: Mike Frysinger <vapier@gentoo.org>
2721 Date: Fri Jul 10 10:42:06 2009 -0400
2722
2723 Blackfin: bf533-stamp: back down SCLK a bit
2724
2725 While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher
2726 SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with
2727 the shortened SDRAM traces. So lower the SCLK speed down to a value that
2728 all three can handle.
2729
2730 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2731
2732 commit 490fe7349102012c48730f6fc14ef36c8d155068
2733 Author: Mike Frysinger <vapier@gentoo.org>
2734 Date: Thu Jul 9 20:56:56 2009 -0400
2735
2736 Blackfin: split cpu COBJS into multilines
2737
2738 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2739
2740 commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1
2741 Author: Mike Frysinger <vapier@gentoo.org>
2742 Date: Thu Jul 9 01:15:05 2009 -0400
2743
2744 Blackfin: add os log functions
2745
2746 Part of the mini Blackfin ABI with operating systems is that they can use
2747 0x4f0-0x4f8 to pass log buffers to/from bootloaders. So add support to
2748 U-Boot for reading the log buffer.
2749
2750 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2751
2752 commit 9993e196da707a0a1cd4584f1fcef12382c1c144
2753 Author: Kim Phillips <kim.phillips@freescale.com>
2754 Date: Sat Jul 18 18:42:13 2009 -0500
2755
2756 mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
2757
2758 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2759
2760 commit d39041fcadb1231430201d298c31f6be03d654f7
2761 Author: Wolfgang Denk <wd@denx.de>
2762 Date: Sun Jul 19 01:15:52 2009 +0200
2763
2764 PATI board: fix compiler warnings
2765
2766 Fix these:
2767 pati.c: In function 'checkboard':
2768 pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness
2769 ../common/flash.c: In function 'write_word':
2770 ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules
2771 cmd_pati.c: In function 'do_pati':
2772 cmd_pati.c:279: warning: 'value' may be used uninitialized in this function
2773
2774 Signed-off-by: Wolfgang Denk <wd@denx.de>
2775
2776 commit 28c345042eafc550a34b9f52431bd4a22af6ac25
2777 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2778 Date: Sat May 16 12:14:56 2009 +0200
2779
2780 mpl: printing current stdio devices cleanup
2781
2782 Currently the mpl boards duplicate the code to print the current
2783 devices from common/console.c; use stdio_print_current_devices()
2784 instead
2785
2786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2787
2788 Edited commit message.
2789
2790 Signed-off-by: Wolfgang Denk <wd@denx.de>
2791
2792 commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead
2793 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2794 Date: Sat May 16 12:14:55 2009 +0200
2795
2796 console: unify printing current devices
2797
2798 Create stdio_print_current_devices() for this purpose
2799
2800 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2801
2802 commit 5669ed4557edf2714203aa8625c9fcd5a753b338
2803 Author: Wolfgang Denk <wd@denx.de>
2804 Date: Sat Jul 18 23:18:14 2009 +0200
2805
2806 cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'
2807
2808 Signed-off-by: Wolfgang Denk <wd@denx.de>
2809
2810 commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
2811 Author: Tom Rix <Tom.Rix@windriver.com>
2812 Date: Tue Jun 30 15:04:13 2009 -0500
2813
2814 OMAP3 Fix compiler warning for v7_flush_dcache_all
2815
2816 On build of omap3 targets in MAKEALL, the *.ERR files have
2817
2818 cpu.c: In function 'cleanup_before_linux':
2819 cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
2820 cpu.c:64: warning: implicit declaration of function 'get_device_type
2821
2822 The functions v7_flush_dcache_all and get_device_type are declared
2823 in include/asm-arm/arch-omap3/sys_proto.h, so use this file to
2824 declare the functions.
2825
2826 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2827
2828 commit dba107b967332fc8a35867f4d58038626c968800
2829 Author: Wolfgang Denk <wd@denx.de>
2830 Date: Sat Jul 18 22:09:38 2009 +0200
2831
2832 ARM: make split_by_variant.sh output more useful
2833
2834 The board/armltd/integrator/split_by_variant.sh script used to print
2835 "Configuring for integrator*p board..." no matter which board name
2836 was being compiled. This made it difficult to match MAKEALL output to
2837 board names. This patch fixes this.
2838
2839 Signed-off-by: Wolfgang Denk <wd@denx.de>
2840
2841 commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd
2842 Author: Wolfgang Denk <wd@denx.de>
2843 Date: Sat Jul 18 21:52:24 2009 +0200
2844
2845 NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
2846
2847 Commit 8d2effea added a warning for configurations that use NAND
2848 without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
2849 failed to fix the affected boards.
2850
2851 This patch covers the non-PPC boards that were missed in the previous
2852 patch (commit 170c1972).
2853
2854 Signed-off-by: Wolfgang Denk <wd@denx.de>
2855
2856 commit 7024aa14df2981b4e65c6189909da9aadb1c22da
2857 Author: Wolfgang Denk <wd@denx.de>
2858 Date: Sat Jul 18 20:46:38 2009 +0200
2859
2860 at91cap9adk: fix #ifdef/#endif pairing
2861
2862 The #ifdef/#endif pairing in this file was obviously messed up.
2863
2864 Signed-off-by: Wolfgang Denk <wd@denx.de>
2865
2866 commit 4abc5bffea244589fa1097e4c899a63efc609c8e
2867 Author: Prafulla Wadaskar <prafulla@marvell.com>
2868 Date: Thu Jul 16 20:58:01 2009 +0530
2869
2870 Marvell MV88F6281GTW_GE Board support
2871
2872 This is Marvell's 88F6281_A0 based custom board developed
2873 for wireless access point product
2874
2875 This patch is tested for-
2876 1. Boot from DRAM/SPI flash/NFS
2877 2. File transfer using tftp and loadb
2878 3. SPI flash read/write/erase
2879 4. Booting Linux kernel and RFS from SPI flash
2880 5. Boot from USB supported
2881
2882 Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
2883 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2884
2885 commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c
2886 Author: Prafulla Wadaskar <prafulla@marvell.com>
2887 Date: Thu Jul 16 20:58:00 2009 +0530
2888
2889 Marvell Sheevaplug Board support
2890
2891 Reference:
2892 http://plugcomputer.org/
2893 http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
2894
2895 This patch is tested for-
2896 1. Boot from DRAM/NAND flash
2897 2. File transfer using tftp
2898 3. NAND flash read/write/erase
2899 4. Linux kernel and RFS Boot from NAND
2900 5. Enabled USB PHY init for kernel need
2901 6. Boot from USB supported
2902
2903 Note: to boot Kirkwood kernel with USB support,
2904 you should add "usb start" in the boot sequence
2905
2906 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2907
2908 commit 0a87dd90a75d034301496285026fbd8106c7c6d5
2909 Author: Wolfgang Denk <wd@denx.de>
2910 Date: Sat Jul 18 18:00:25 2009 +0200
2911
2912 pcm030: fix out-of-tree building
2913
2914 Commit c9969947, which added support for the pcm030 board
2915 (aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
2916
2917 Signed-off-by: Wolfgang Denk <wd@denx.de>
2918
2919 commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4
2920 Author: Wolfgang Denk <wd@denx.de>
2921 Date: Sat Jul 18 16:36:11 2009 +0200
2922
2923 MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined
2924
2925 Signed-off-by: Wolfgang Denk <wd@denx.de>
2926
2927 commit 2b5243fc24a724e83409c0b70caa1a3180e997ae
2928 Author: Wolfgang Denk <wd@denx.de>
2929 Date: Sat Jul 18 16:13:18 2009 +0200
2930
2931 8xxx: fix warning: implicit declaration of function 'uec_standard_init'
2932
2933 Commit 8e55258f created function uec_standard_init() to initialize
2934 all UEC interfaces for 83xx and 85xx but failed to provide a
2935 prototype for it.
2936
2937 Signed-off-by: Wolfgang Denk <wd@denx.de>
2938
2939 commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d
2940 Author: Wolfgang Denk <wd@denx.de>
2941 Date: Sat Jul 18 15:46:02 2009 +0200
2942
2943 MIP405T: fix compile problem
2944
2945 The "stdio/device: rework function naming convention" patch
2946 (commit 52cb4d4f) broke the MIP405T board; this patch fixes it.
2947
2948 Signed-off-by: Wolfgang Denk <wd@denx.de>
2949
2950 commit 170c19725ecd3a0e2e517dfd49979ca8822edec0
2951 Author: Wolfgang Denk <wd@denx.de>
2952 Date: Sat Jul 18 15:32:10 2009 +0200
2953
2954 NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
2955
2956 Commit 8d2effea added a warning for configurations that use NAND
2957 without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
2958 failed to fix the affected boards.
2959
2960 Signed-off-by: Wolfgang Denk <wd@denx.de>
2961
2962 commit 6e897a661fb9968ce354165a12cce82e4b889e04
2963 Author: Wolfgang Denk <wd@denx.de>
2964 Date: Sat Jul 18 15:05:44 2009 +0200
2965
2966 CPCI750: fix compile problem
2967
2968 Commit bc0d3296 removed ppc_error_no.h from Marvell boards
2969 but forgot to update board/esd/cpci750/mv_eth.h
2970
2971 Signed-off-by: Wolfgang Denk <wd@denx.de>
2972
2973 commit 6aee3048348f1b19ab89156da98bfa4f7babf24b
2974 Author: Alessandro Rubini <rubini-list@gnudd.com>
2975 Date: Fri Jul 17 14:42:11 2009 +0200
2976
2977 cmd_i2c: bugfix: add missing brace
2978
2979 The sub-command parser missed a brace, so "return 0;" is always
2980 taken and no error message is diplayed if you say "i2c scan"
2981 instead of "i2c probe", for example.
2982
2983 Proper brace is added. Also, a misleading and unneeded else
2984 is removed.
2985
2986 Signed-off-by: Alessandro Rubini <rubini@gnudd.com.it>
2987
2988 commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365
2989 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2990 Date: Sat May 16 12:14:54 2009 +0200
2991
2992 stdio/device: rework function naming convention
2993
2994 So far the console API uses the following naming convention:
2995
2996 ======Extract======
2997 typedef struct device_t;
2998
2999 int device_register (device_t * dev);
3000 int devices_init (void);
3001 int device_deregister(char *devname);
3002 struct list_head* device_get_list(void);
3003 device_t* device_get_by_name(char* name);
3004 device_t* device_clone(device_t *dev);
3005 =======
3006
3007 which is too generic and confusing.
3008
3009 Instead of using device_XX and device_t we change this
3010 into stdio_XX and stdio_dev
3011
3012 This will also allow to add later a generic device mechanism in order
3013 to have support for multiple devices and driver instances.
3014
3015 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3016
3017 Edited commit message.
3018
3019 Signed-off-by: Wolfgang Denk <wd@denx.de>
3020
3021 commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee
3022 Author: Peter Tyser <ptyser@xes-inc.com>
3023 Date: Wed Jul 15 00:01:08 2009 -0500
3024
3025 ppc: Fix compile error for boards with CONFIG_DDR_ECC
3026
3027 A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
3028 which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC
3029 defined and resulted in errors such as:
3030
3031 Configuring for canyonlands board...
3032 fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
3033 processor"
3034 make[1]: *** No rule to make target `.depend', needed by `libdma.a'. Stop.
3035
3036 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3037
3038 commit 18e067de9b6ed087fa60496e64887f0b7458dbaa
3039 Author: Prafulla Wadaskar <prafulla@marvell.com>
3040 Date: Thu Jul 16 20:57:59 2009 +0530
3041
3042 include/config_cmd_default.h cleanup
3043
3044 arranged configurations in alphabetical order
3045 CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH
3046
3047 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3048
3049 commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b
3050 Author: Mike Frysinger <vapier@gentoo.org>
3051 Date: Sun Jun 14 21:35:22 2009 -0400
3052
3053 sata: namespace curr_device variable
3054
3055 The curr_device variable really should be namespaced with a "sata_" prefix
3056 since it is only used by the sata code. It also avoids random conflicts
3057 with other pieces of code (like cmd_mmc):
3058 common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
3059 multiple definition of `curr_device'
3060 common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
3061
3062 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3063
3064 commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa
3065 Author: Mike Frysinger <vapier@gentoo.org>
3066 Date: Sun Jun 14 21:35:21 2009 -0400
3067
3068 cmd_mmc: make curr_device static
3069
3070 The curr_device variable isn't used outside of cmd_mmc, so mark it static
3071 to avoid conflicts with other pieces of code (like sata which also exports
3072 a curr_device). Otherwise we end up with stuff like:
3073 common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
3074 multiple definition of `curr_device'
3075 common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
3076
3077 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3078
3079 commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53
3080 Author: Mike Frysinger <vapier@gentoo.org>
3081 Date: Sun Jun 14 21:35:16 2009 -0400
3082
3083 envcrc: add missing dependencies on env storage
3084
3085 When the envcrc building was made conditional, it missed a bunch of env
3086 storage types, so add all currently supported types.
3087
3088 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3089
3090 commit 2419169f5749d7af501b3b77a5336d1d535320de
3091 Author: Scott Wood <scottwood@freescale.com>
3092 Date: Thu Jul 16 19:08:04 2009 -0500
3093
3094 Remove legacy NAND and disk on chip references from boards.
3095
3096 Signed-off-by: Scott Wood <scottwood@freescale.com>
3097
3098 commit 12e9043c7ed961b60df865f45d9a3c74d6a38199
3099 Author: Shinya Kuribayashi <skuribay@pobox.com>
3100 Date: Sat Jun 20 19:10:14 2009 +0900
3101
3102 config.mk: Remove $(PCI_CLOCK) reference
3103
3104 The following commit introduced $(PCI_CLOCK) reference so that
3105 we could tweak `PCI_66M' definition via an environment variable.
3106
3107 > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6
3108 > Author: Eran Liberty <liberty@freescale.com>
3109 > Date: Thu Jul 28 10:08:46 2005 -0500
3110 >
3111 > * Patch by Eran Liberty
3112 > Add support for the Freescale MPC8349ADS board.
3113
3114 But I suggest a removal of it for the following reasons:
3115
3116 * In 2006, MPC8349ADS was merged into MPC8349EMDS port,
3117 and it seems that MPC8349EMDS port is PCI_66M free.
3118
3119 * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports,
3120 but they don't need $(PCI_CLOCK) environment variable at all.
3121 PCI_66M is automatically configured via $(BOARD)_config names
3122 with the help of $(findstring _66_,$@).
3123
3124 * Unfortunately $(PCI_CLOCK) has been undocumented anywhere,
3125 so only a few people know the existence of it these days.
3126
3127 * Keep config.mk independent from $(BOARD) as much as possible.
3128
3129 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
3130 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3131
3132 commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155
3133 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3134 Date: Sat May 23 21:42:36 2009 +0200
3135
3136 fix: missing autoconfig.mk from general Makefile
3137
3138 At the first run of make we generate the autoconf.mk and
3139 autoconf.mk.dep if not already the case and we currently include only
3140 to .dep
3141
3142 In order to use these autogenerated values we need to include it also
3143 even if it's included in config.mk but it's done before their
3144 generation
3145
3146 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3147 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3148
3149 commit 1ca298ced07327749b54321815f76fcddb2f9479
3150 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
3151 Date: Thu Jul 9 16:07:30 2009 +0200
3152
3153 Added support for splash screen positioning
3154
3155 This patch adds support splash image positioning by adding an
3156 additional variable "splashpos" to the environment. Please see
3157 README for details.
3158
3159 Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
3160 Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3161 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3162
3163 commit 9d173e0233493113c9b1aa81bd2208d0057ab9db
3164 Author: Anatolij Gustschin <agust@denx.de>
3165 Date: Tue Jul 7 13:11:36 2009 +0200
3166
3167 video: mb862xx: replace printf with puts
3168
3169 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3170
3171 commit cce99b2a7dd80683d61360aee56a6ece344950b2
3172 Author: Anatolij Gustschin <agust@denx.de>
3173 Date: Tue Jul 7 13:27:07 2009 +0200
3174
3175 video: mb862xx: use macros instead of magic numbers
3176
3177 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3178
3179 commit e86528671ece6d5c1162656a37fc68a8e0bf67f8
3180 Author: Anatolij Gustschin <agust@denx.de>
3181 Date: Tue Jul 7 13:24:08 2009 +0200
3182
3183 video: mb862xx: fix coding style and remove dead code
3184
3185 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3186
3187 commit 292ed489dba8cc97b458579003a8001cd4703cd8
3188 Author: Michal Simek <monstr@monstr.eu>
3189 Date: Tue Jun 30 12:03:50 2009 +0200
3190
3191 microblaze: Remove ignored return type for __arch__swab16 function
3192
3193 This change remove compilation warnings.
3194
3195 Signed-off-by: Michal Simek <monstr@monstr.eu>
3196
3197 commit e2776587c0eac131954ae100fda89cc3e7ed8b57
3198 Author: Michal Simek <monstr@monstr.eu>
3199 Date: Tue Jun 30 12:02:45 2009 +0200
3200
3201 microblaze: Removed unused variables
3202
3203 Signed-off-by: Michal Simek <monstr@monstr.eu>
3204
3205 commit be33b046b549ad88c204c209508cd7657232ffbd
3206 Author: Scott Wood <scottwood@freescale.com>
3207 Date: Wed Apr 1 15:02:13 2009 -0500
3208
3209 Remove legacy NAND and disk on chip code.
3210
3211 Legacy NAND had been scheduled for removal. Any boards that use this
3212 were already not building in the previous release due to an #error.
3213
3214 The disk on chip code in common/cmd_doc.c relies on legacy NAND,
3215 and it has also been removed. There is newer disk on chip code
3216 in drivers/mtd/nand; someone with access to hardware and sufficient
3217 time and motivation can try to get that working, but for now disk
3218 on chip is not supported.
3219
3220 Signed-off-by: Scott Wood <scottwood@freescale.com>
3221
3222 commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
3223 Author: Stefan Roese <sr@denx.de>
3224 Date: Thu Jun 4 16:40:36 2009 +0200
3225
3226 nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
3227
3228 This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already
3229 defines such a 4k plus 218 bytes ECC layout.
3230
3231 Signed-off-by: Stefan Roese <sr@denx.de>
3232 Cc: Scott Wood <scottwood@freescale.com>
3233 Signed-off-by: Scott Wood <scottwood@freescale.com>
3234
3235 commit f2f376ab956c17d4a0c42a993133ca25cdc87278
3236 Author: Stefan Roese <sr@denx.de>
3237 Date: Thu Jul 16 15:13:04 2009 +0200
3238
3239 nand: ndfc: Remove unnecessary #ifdef's
3240
3241 Now that the 4xx NAND driver ndfc is moved to the common NAND driver
3242 directory we don't need this #ifdef's anymore.
3243
3244 Signed-off-by: Stefan Roese <sr@denx.de>
3245 Cc: Scott Wood <scottwood@freescale.com>
3246 Signed-off-by: Scott Wood <scottwood@freescale.com>
3247
3248 commit 12582ac771b0bf3852817c3bfa4be326522a0665
3249 Author: Stefan Roese <sr@denx.de>
3250 Date: Thu Jul 16 15:12:48 2009 +0200
3251
3252 nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
3253
3254 Signed-off-by: Stefan Roese <sr@denx.de>
3255 Cc: Scott Wood <scottwood@freescale.com>
3256 Signed-off-by: Scott Wood <scottwood@freescale.com>
3257
3258 commit 3ebf70db5452d3d47c316ddef09f40e76553bcba
3259 Author: Valeriy Glushkov <gvv@lstec.com>
3260 Date: Tue Jul 14 13:51:10 2009 +0300
3261
3262 nand: fixed failed reads on corrected ECC errors in nand_util.c
3263
3264 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
3265 Signed-off-by: Paulraj, Sandeep <s-paulraj@ti.com>
3266 Signed-off-by: Scott Wood <scottwood@freescale.com>
3267
3268 commit ed727d394c5ab139033719772dc95dc25cfa14f7
3269 Author: David Brownell <david-b@pacbell.net>
3270 Date: Mon Jul 13 16:29:04 2009 -0700
3271
3272 Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
3273
3274 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3275 Signed-off-by: Scott Wood <scottwood@freescale.com>
3276
3277 commit 937076f84c5064f0a79105fce352ac7cf7b33643
3278 Author: Kyungmin Park <kmpark@infradead.org>
3279 Date: Sat Jul 11 16:49:55 2009 +0900
3280
3281 MTD: OneNAND: Increase the environment size to 4KiB
3282
3283 Also use mtd operation instead of onenand functions
3284
3285 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3286 Signed-off-by: Scott Wood <scottwood@freescale.com>
3287
3288 commit bfadb17f69c256196620c32164775f063a59c34f
3289 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3290 Date: Wed Jun 10 00:25:38 2009 +0400
3291
3292 mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable
3293
3294 Since we have simple hwconfig interface now, we don't need
3295 pci_external_arbiter variable any longer.
3296
3297 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3298 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3299
3300 commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e
3301 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3302 Date: Wed Jun 10 00:25:36 2009 +0400
3303
3304 mpc83xx: MPC8315ERDB: Use hwconfig for board type selection
3305
3306 This patch simply converts the board to the hwconfig infrastructure.
3307
3308 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3309 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3310
3311 commit c78c678354c8321737aa07e86831ff14176f4ed5
3312 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3313 Date: Wed Jun 10 00:25:31 2009 +0400
3314
3315 mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree
3316
3317 fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and
3318 also will fixup clock-frequency property.
3319
3320 Plus, since DR USB and eSDHC are mutually exclusive, we should
3321 only configure the eSDHC if asked through hwconfig.
3322
3323 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3324 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3325
3326 commit c9646ed758804fa1fa6c1425369a4eee5d618b1d
3327 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3328 Date: Wed Jun 10 00:25:30 2009 +0400
3329
3330 mpc83xx: MPC837XERDB: Add support for FSL eSDHC
3331
3332 This patch adds support for eSDHC on MPC837XERDB boards. The WP
3333 switch doesn't seem to work on RDB boards though, the WP pin is
3334 always asserted (can see the pin state when it's in GPIO mode).
3335
3336 FSL DR USB and FSL eSDHC are mutually exclusive because of pins
3337 multiplexing, so user should specify 'esdhc' or 'dr_usb' options
3338 in the hwconfig environment variable to choose between the
3339 devices.
3340
3341 p.s.
3342 Now we're very close to a monitor len limit (196 bytes left using
3343 gcc-4.2.0), so also increase the monitor len by one sector (64 KB).
3344
3345 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3346 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3347
3348 commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d
3349 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3350 Date: Wed Jun 10 00:25:29 2009 +0400
3351
3352 fsl_esdhc: Add device tree fixups
3353
3354 This patch implements fdt_fixup_esdhc() function that is used to fixup
3355 the device tree.
3356
3357 The function adds status = "disabled" propery if esdhc pins muxed away,
3358 otherwise it fixups clock-frequency for esdhc nodes.
3359
3360 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3361 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3362
3363 commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933
3364 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3365 Date: Wed Jun 10 00:25:27 2009 +0400
3366
3367 Add simple hwconfig infrastructure
3368
3369 This patch implements simple hwconfig infrastructure: an
3370 interface for software knobs to control a hardware.
3371
3372 This is very simple implementation, i.e. it is implemented
3373 via `hwconfig' environment variable. Later we could write
3374 some "hwconfig <enable|disable|list>" commands, ncurses
3375 interface for Award BIOS-like interface, and frame-buffer
3376 interface for AMI GUI[1] BIOS-like interface with mouse
3377 support[2].
3378
3379 Current implementation details/limitations:
3380
3381 1. Doesn't support options dependencies and mutual exclusion.
3382 We can implement this by integrating apt-get[3] into the
3383 u-boot. But I didn't bother yet.
3384
3385 2. Since we don't implement hwconfig command, i.e. we're working
3386 with the environement directly, there is no way to tell that
3387 toggling a particular option will need a reboot to take
3388 an effect. So, for now it's advised to always reboot the
3389 target after modifying hwconfig variable.
3390
3391 3. We support hwconfig options with arguments. For example,
3392
3393 set hwconfig dr_usb:mode=peripheral,phy_type=ulpi
3394
3395 That means:
3396 - dr_usb - enable Dual-Role USB controller;
3397 - dr_usb:mode=peripheral - USB in Function mode;
3398 - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs;
3399
3400 The purpose of this simple implementation is to define some
3401 internal API and then we can continue improving user experience
3402 by adding more mature interface, like hwconfig command with
3403 bells and whistles. Or not adding, if we feel that current
3404 interface fits its needs.
3405
3406 [1] http://en.wikipedia.org/wiki/American_Megatrends
3407 [2] Regarding ncurses and GUI with mouse support -- I'm just
3408 kidding.
3409 [3] The comment regarding apt-get is also a joke, meaning that
3410 dependency tracking could be non-trivial. For example, for
3411 enabling HW feature X we may need to disable Y, and turn Z
3412 into reduced mode (like RMII-only interface for ethernet,
3413 no MII).
3414
3415 It's quite trivial to implement simple cases though.
3416
3417 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3418 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3419
3420 commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043
3421 Author: Jerry Van Baren <gvb.uboot@gmail.com>
3422 Date: Wed Jul 15 20:42:59 2009 -0400
3423
3424 Improve U-Boot Porting Guide in the README
3425
3426 Update for...
3427 * BDI2000 -> BDI3000 (BDI2000 is obsolete).
3428 * Add a line to read the doc/README.* files
3429 * Fix coding standard violations
3430
3431 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3432
3433 commit 9578718c1b085cac73017d834001bc5cb0b2f73f
3434 Author: Kim Phillips <kim.phillips@freescale.com>
3435 Date: Tue Jul 14 16:00:24 2009 -0500
3436
3437 mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
3438
3439 a.k.a cfi_mtd.c does as cfi_flash.c does. This also prevents
3440 the TQM834x build from doing a:
3441
3442 cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
3443 cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope
3444
3445 using gcc 4.4.
3446
3447 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3448 Signed-off-by: Stefan Roese <sr@denx.de>
3449
3450 commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0
3451 Author: Kim Phillips <kim.phillips@freescale.com>
3452 Date: Tue Jul 7 18:04:21 2009 -0500
3453
3454 mpc83xx: increase MONITOR_LEN to offset growing pains
3455
3456 Saving the environment leads to overwriting u-boot itself,
3457 bricking boards. Increase u-boot's image size so the environment
3458 base address doesn't end up overlapping u-boot text.
3459
3460 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3461
3462 commit c31e13260bcd048a94412a47b004386ea6112acf
3463 Author: Valeriy Glushkov <gvv@lstec.com>
3464 Date: Tue Jun 30 15:48:41 2009 +0300
3465
3466 usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
3467
3468 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
3469 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3470
3471 commit d89e1c36891de793a20a929282acc0fc7b98feac
3472 Author: Valeriy Glushkov <gvv@lstec.com>
3473 Date: Tue Jun 30 15:48:40 2009 +0300
3474
3475 usb: mpc834x: added support of the MPH USB controller in addition to the DR one
3476
3477 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
3478 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3479
3480 commit d9ac3d5a17ecef0beb70073018925e011b11684e
3481 Author: Kim Phillips <kim.phillips@freescale.com>
3482 Date: Mon Jun 15 11:51:47 2009 -0500
3483
3484 mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
3485
3486 When enabling NAND support for a board, one must also define
3487 CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
3488 for correct output.
3489
3490 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3491 Cc: Dave Liu <daveliu@freescale.com>
3492 Cc: Ron Madrid <ron_madrid@sbcglobal.net>
3493 Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
3494
3495 commit 052c08916532d1d9c2f69eb9229709c7b2fc1f02
3496 Author: TsiChung Liew <tsicliew@gmail.com>
3497 Date: Wed Jul 8 07:41:24 2009 +0000
3498
3499 ColdFire: Update bootargs
3500
3501 Add a bootargs for M53017EVB and update bootargs
3502 for M54451EVB
3503
3504 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3505
3506 commit 6e8d58d36691520f8da74cd948661d28d5a5dc66
3507 Author: TsiChung Liew <tsicliew@gmail.com>
3508 Date: Tue Jun 30 14:30:19 2009 +0000
3509
3510 Command for accessing serial flash update
3511
3512 Change strtoul number base of argv 3 from 0 to 16
3513
3514 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3515
3516 commit ee0a8462466dd284968536eb57c6eef4be0d6aad
3517 Author: TsiChung Liew <tsicliew@gmail.com>
3518 Date: Tue Jun 30 14:18:29 2009 +0000
3519
3520 ColdFire: Add DSPI support for MCF5227x and MCF5445x
3521
3522 Remove individual CPU specific DSPI driver.
3523 Add required feature for the common DSPI driver in cpu_init and
3524 in platform configuration file.
3525
3526 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3527
3528 commit dec61c7851baa72151ef1d3657e7bb3b68907d48
3529 Author: TsiChung Liew <tsicliew@gmail.com>
3530 Date: Tue Jun 30 14:09:47 2009 +0000
3531
3532 Coldfire: Consolidate DSPI driver
3533
3534 Unify both MCF5227x and MCF5445x DSPI driver in CPU to
3535 driver/spi folder for common use.
3536
3537 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3538
3539 commit 11d88b26a68bd4bf98b1c962fde6257a50978231
3540 Author: TsiChung Liew <tsicliew@gmail.com>
3541 Date: Fri Jun 12 13:03:34 2009 +0000
3542
3543 ColdFire: Remove compiler warning messages
3544
3545 Remove unused variables and printf type mismatch in
3546 lib_m68k/board.c
3547
3548 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3549
3550 commit 4567c7bff2503fb1a7c738ff9b9f0bd00d274d9a
3551 Author: TsiChung Liew <tsicliew@gmail.com>
3552 Date: Fri Jun 12 11:31:31 2009 +0000
3553
3554 ColdFire: Fix M53017EVB flash size
3555
3556 Increase the flash size from 8MB to 16MB
3557
3558 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3559
3560 commit bf9a521529e484b15e8fdb583a607cf7945d2f6b
3561 Author: TsiChung Liew <tsicliew@gmail.com>
3562 Date: Fri Jun 12 11:29:00 2009 +0000
3563
3564 ColdFire: Add M5208EVB and MCF520x CPU support
3565
3566 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3567
3568 commit 709b384b6493d9726dce20663ebe31bf7cab2925
3569 Author: TsiChung Liew <tsicliew@gmail.com>
3570 Date: Thu Jun 11 15:39:57 2009 +0000
3571
3572 ColdFire: Update for M54451EVB
3573
3574 Update serial boot DRAM's Internal RAM, vector table and DRAM in
3575 start.S, serial flash's read status command over SPI and NOR
3576 flash.
3577
3578 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3579
3580 commit bbf6bbffcaf694c03504c661e58fbd1aefe5bf64
3581 Author: TsiChung Liew <tsicliew@gmail.com>
3582 Date: Thu Jun 11 12:50:05 2009 +0000
3583
3584 ColdFire: Update configuration file to use flash buffer write
3585
3586 Update M52277EVB, M53017EVB and M54455EVB platform configuration
3587 file to use flash buffer write
3588
3589 Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3590
3591 commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1
3592 Author: Wolfgang Denk <wd@denx.de>
3593 Date: Sun Jun 14 20:58:53 2009 +0200
3594
3595 mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
3596
3597 Signed-off-by: Wolfgang Denk <wd@denx.de>
3598
3599 commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e
3600 Author: Wolfgang Denk <wd@denx.de>
3601 Date: Sun Jun 14 20:58:52 2009 +0200
3602
3603 aria: add JFFS2 and MTDPARTS support; adjust flash map
3604
3605 Signed-off-by: Wolfgang Denk <wd@denx.de>
3606
3607 commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1
3608 Author: Wolfgang Denk <wd@denx.de>
3609 Date: Sun Jun 14 20:58:51 2009 +0200
3610
3611 aria: enable NAND flash support
3612
3613 Signed-off-by: Wolfgang Denk <wd@denx.de>
3614
3615 commit 13946925e850db5351982acb691d51716fc754e2
3616 Author: Wolfgang Denk <wd@denx.de>
3617 Date: Sun Jun 14 20:58:50 2009 +0200
3618
3619 MPC512x: fix typo in comment listing the NAND driver name
3620
3621 Signed-off-by: Wolfgang Denk <wd@denx.de>
3622 Cc: Stefan Roese <sr@denx.de>
3623 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3624
3625 commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51
3626 Author: Wolfgang Denk <wd@denx.de>
3627 Date: Sun Jun 14 20:58:49 2009 +0200
3628
3629 mecp5123: cleanup - remove dead code
3630
3631 Remove dead code that was obviously a left-over from copy & paste.
3632
3633 Signed-off-by: Wolfgang Denk <wd@denx.de>
3634 Cc: Stefan Roese <sr@denx.de>
3635 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3636
3637 commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf
3638 Author: Wolfgang Denk <wd@denx.de>
3639 Date: Sun Jun 14 20:58:48 2009 +0200
3640
3641 aria: adjust memory controller initialization
3642
3643 Needed for Rev. 2 silicon at 400 MHz
3644
3645 Signed-off-by: Wolfgang Denk <wd@denx.de>
3646
3647 commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227
3648 Author: Wolfgang Denk <wd@denx.de>
3649 Date: Sun Jun 14 20:58:47 2009 +0200
3650
3651 MPC512x: factor out common code
3652
3653 Now that we have 3 boards for the MPC512x it turns out that they all
3654 use the very same fixed_sdram() code.
3655
3656 This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
3657 and adds a new header file, include/asm-ppc/mpc512x.h, with some
3658 macros, inline functions and prototype definitions specific to MPC512x
3659 systems.
3660
3661 Signed-off-by: Wolfgang Denk <wd@denx.de>
3662 Cc: Stefan Roese <sr@denx.de>
3663 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3664
3665 commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9
3666 Author: Wolfgang Denk <wd@denx.de>
3667 Date: Sun Jun 14 20:58:46 2009 +0200
3668
3669 mecp5123: fix build error
3670
3671 The mecp5123 board did not compile because the MSCAN Clock Control
3672 Registers were missing; these got added, but as an array instead
3673 of 4 individual registers. Adapt the code so it builds.
3674
3675 Signed-off-by: Wolfgang Denk <wd@denx.de>
3676 Cc: Stefan Roese <sr@denx.de>
3677 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3678
3679 commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3
3680 Author: Wolfgang Denk <wd@denx.de>
3681 Date: Sun Jun 14 20:58:45 2009 +0200
3682
3683 MPC512x: Add MSCAN1...4 Clock Control Registers
3684
3685 Signed-off-by: Wolfgang Denk <wd@denx.de>
3686 Cc: Stefan Roese <sr@denx.de>
3687 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3688
3689 commit f5489c4200b37c9a1d6dbde116f5adc0539610de
3690 Author: Wolfgang Denk <wd@denx.de>
3691 Date: Sun Jun 14 20:58:44 2009 +0200
3692
3693 MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF
3694
3695 When enabling NAND support for a board, one must also define
3696 CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
3697 for correct output.
3698
3699 Signed-off-by: Wolfgang Denk <wd@denx.de>
3700 Cc: Stefan Roese <sr@denx.de>
3701 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3702
3703 commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780
3704 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
3705 Date: Fri Jul 10 18:03:57 2009 +0800
3706
3707 issue write command to base for JEDEC flash
3708
3709 For JEDEC flash, we should issue word programming command relative to
3710 base address rather than sector base address. Original source makes
3711 SST Flash fails to program sectors which are not on the 0x10000 boundaries.
3712
3713 e.g.
3714 SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector
3715 is 0x1000 bytes.
3716
3717 Thus, if we issue command to "sector base (0x41000) + offset(0x5555)",
3718 it sends to 0x46555 and the chip fails to recognize that address.
3719
3720 This patch is tested with SST39LF040.
3721
3722 Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
3723 Signed-off-by: Stefan Roese <sr@denx.de>
3724
3725 commit 986922714ffd21ad39f48522d285fffc7aed56b1
3726 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3727 Date: Sat May 2 11:53:50 2009 +0200
3728
3729 versatile: update config and merge to cfi flash driver
3730
3731 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3732 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
3733 Cc: Catalin Marinas <catalin.marinas@arm.com>
3734
3735 commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e
3736 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3737 Date: Sat May 2 11:53:49 2009 +0200
3738
3739 versatile: specify the board type on the prompt
3740
3741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3742 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
3743 Cc: Catalin Marinas <catalin.marinas@arm.com>
3744
3745 commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf
3746 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
3747 Date: Thu Jun 25 17:04:15 2009 +0200
3748
3749 at91: Introduction of at91sam9g10 SOC.
3750
3751 AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
3752 faster clock speed: 266/133MHz.
3753
3754 Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
3755
3756 commit 22ee647380c42f44528f99b7c1b423725e542102
3757 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
3758 Date: Thu Jul 9 10:16:29 2009 +0200
3759
3760 at91: Introduction of at91sam9g45 SOC.
3761
3762 AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
3763 It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
3764 peripherals.
3765
3766 The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
3767 On the board you can find 2 USART, USB high speed,
3768 a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
3769
3770 Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
3771
3772 commit c33c5990cec7ced9ef1ef148debbca34adafa12b
3773 Author: Daniel Mack <daniel@caiaq.de>
3774 Date: Tue Jun 23 17:30:05 2009 +0200
3775
3776 pxa: fix CKEN_B register bits
3777
3778 The current defition for CKEN_B register bits is nonsense. Adding 32 to
3779 the shifted value is equal to '| (1 << 5)', and this bit is marked
3780 'reserved' in the PXA docs.
3781
3782 Signed-off-by: Daniel Mack <daniel@caiaq.de>
3783
3784 commit bd876be46f28b5fc2896537f6d01353f332789f7
3785 Author: Daniel Mack <daniel@caiaq.de>
3786 Date: Tue Jun 23 17:30:04 2009 +0200
3787
3788 pxa: add clock for system bus 2 arbiter
3789
3790 This clock is needed for systems using the USB2 device unit or the 2d
3791 graphics accelerator.
3792
3793 Signed-off-by: Daniel Mack <daniel@caiaq.de>
3794
3795 commit b016000a95514c08cab50e1cba00b019c0801bc4
3796 Author: Grazvydas Ignotas <notasas@gmail.com>
3797 Date: Wed Jul 8 00:30:01 2009 +0300
3798
3799 OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
3800
3801 Pandora is using both SDRC CSes. The MUX setting is needed
3802 for the second CS clock signal to allow the 2 RAM parts to
3803 be put in self-refresh correctly.
3804
3805 Based on similar patch for beagle and overo by
3806 Jean Pihet and Steve Sakoman.
3807
3808 commit 8672c288703f3c51c829851c8fe6608c7869faaa
3809 Author: Grazvydas Ignotas <notasas@gmail.com>
3810 Date: Wed Jul 8 00:30:00 2009 +0300
3811
3812 OMAP3 pandora: setup pulls for various GPIOs
3813
3814 Set pullups or pulldowns for GPIOs which need them.
3815 Disable them for others, which have external pulls.
3816 Also make disabled pull setting consistent (some pins had
3817 type set to "up" even if pull type selection was disabled).
3818
3819 commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5
3820 Author: Grazvydas Ignotas <notasas@gmail.com>
3821 Date: Wed Jul 8 00:29:59 2009 +0300
3822
3823 OMAP3 pandora: setup pin mux for pins used on rev3 boards
3824
3825 Setup pin mux for GPIO pins connected on rev3 or later
3826 boards. Also change NUB2 IRQ pin. This should not affect
3827 older boards because they don't have any nubs (analog
3828 controllers) attached to them.
3829
3830 commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a
3831 Author: Grazvydas Ignotas <notasas@gmail.com>
3832 Date: Wed Jul 8 00:29:58 2009 +0300
3833
3834 OMAP3 pandora: pin mux cleanup
3835
3836 Remove configuration of not unused pins, effectively
3837 leaving them in safe mode.
3838
3839 commit b996165f5a1623a055c03b22d64d6d5da81835d0
3840 Author: Prafulla Wadaskar <prafulla@marvell.com>
3841 Date: Mon Jul 6 15:50:47 2009 +0530
3842
3843 arm: Kirkwood: bugfix: UART1 bar correction
3844
3845 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3846
3847 commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
3848 Author: Kumar Gala <galak@kernel.crashing.org>
3849 Date: Tue Jul 7 15:48:58 2009 -0500
3850
3851 usb: Fix compiler warning with gcc4.4
3852
3853 ehci-hcd.c: In function 'ehci_submit_root':
3854 ehci-hcd.c:719: warning: value computed is not used
3855 ehci-hcd.c:748: warning: value computed is not used
3856
3857 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3858 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3859
3860 commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0
3861 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3862 Date: Wed Jul 8 11:42:19 2009 +0900
3863
3864 sh: Update pci config for Renesas r7780mp board
3865
3866 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3867
3868 commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a
3869 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3870 Date: Thu Jun 25 16:31:26 2009 +0900
3871
3872 sh: Add support ESPT-GIGA borad
3873
3874 ESPT-Giga is SH7763-based reference board.
3875 Board support is relatively sparse, presently supporting serial,
3876 gigabit ethernet, USB host, and MTD.
3877
3878 More information (in Japanese) available at:
3879 http://www.cente.jp/product/cente_hard/ESPT-Giga.html
3880
3881 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3882 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3883
3884 commit dae4e0148a1146a5610025ae4b445e841410b659
3885 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
3886 Date: Fri Jul 3 16:06:37 2009 +0200
3887
3888 Add ESD PCI vendor ID
3889
3890 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3891
3892 commit 876b3cef537aab2cba8c19505db2876f6057f818
3893 Author: Peter Tyser <ptyser@xes-inc.com>
3894 Date: Mon Jun 22 18:01:41 2009 -0500
3895
3896 api_examples/Makefile: General cleanup
3897
3898 * Remove symlinking of files located outside api_examples/
3899
3900 * Auto generate dependencies for files located outside api_examples/
3901
3902 * Update names of variables to be similar to those in tools/Makefile
3903
3904 * Fix out of tree build error
3905 Dependencies are calculated for all files in the SRCS variable.
3906 Previously, the SRCS variable contained files which were symlinked
3907 into the api_examples/ directory. These symlinked files did not exist
3908 when dependencies were calculated when building out of tree. This
3909 resulted in errors such as:
3910 make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'. Stop.
3911 make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples'
3912 make: *** [depend] Error 2
3913
3914 Since symlinked source files are no longer used, this bug no longer
3915 exists.
3916
3917 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3918 Acked-by: Rafal Jaworowski <raj@semihalf.com>
3919
3920 commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea
3921 Author: Peter Tyser <ptyser@xes-inc.com>
3922 Date: Mon Jun 22 18:01:40 2009 -0500
3923
3924 api_examples/Makefile: Get rid of unnecessary intermediate LIB target
3925
3926 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3927 Acked-by: Rafal Jaworowski <raj@semihalf.com>
3928
3929 commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39
3930 Author: Peter Tyser <ptyser@xes-inc.com>
3931 Date: Mon Jun 22 18:01:39 2009 -0500
3932
3933 api_examples/Makefile: Combine ELF and BIN targets
3934
3935 Combining the two rules cleans up the Makefile a bit
3936
3937 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3938 Acked-by: Rafal Jaworowski <raj@semihalf.com>
3939
3940 commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8
3941 Author: Peter Tyser <ptyser@xes-inc.com>
3942 Date: Mon Jun 22 18:01:38 2009 -0500
3943
3944 api_examples/Makefile: Split up variable declarations
3945
3946 This cleans up the Makefile a bit and simplifies future changes
3947
3948 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3949 Acked-by: Rafal Jaworowski <raj@semihalf.com>
3950
3951 commit 890d242facc4079ed21e979ced2e8c6d6974f6d3
3952 Author: Timur Tabi <timur@freescale.com>
3953 Date: Fri Jun 19 14:10:52 2009 -0500
3954
3955 remove _IO_BASE and KSEG1ADDR from board configuration files
3956
3957 The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
3958 driver, but the code that used that macro was removed over a year
3959 ago, so board configuration files no longer need to define it.
3960
3961 The _IO_BASE macro is also automatically defined to 0 if it isn't
3962 already set, so there's no need to define that macro either in the
3963 board configuration files.
3964
3965 Signed-off-by: Timur Tabi <timur@freescale.com>
3966 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3967 Acked-by: Andy Fleming <afleming@freescale.com>
3968 Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3969 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3970
3971 commit c9969947a4687de90e2bb58e76842b491aa0e0b9
3972 Author: Jon Smirl <jonsmirl@gmail.com>
3973 Date: Sun Jun 14 18:21:28 2009 -0400
3974
3975 board support patch for phyCORE-MPC5200B-tiny
3976
3977 Add support for the Phytec phyCORE-MPC5200B-tiny.
3978 Code originally from Pengutronix.de.
3979 Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
3980 Timer 0/1
3981
3982 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
3983 Acked-by: Grant Likely <grant.likely@secretlab.ca>
3984
3985 commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d
3986 Author: Mike Frysinger <vapier@gentoo.org>
3987 Date: Mon Jun 15 13:37:20 2009 -0400
3988
3989 kallsyms: fix escaping of NUL char in strings
3990
3991 The current kallsyms code is using \\0 to escape the backslash in the awk
3992 code, but the shell too needs escaping. This way we make sure gcc is
3993 passed the \0. Then gcc itself will consume this as an octal, so we have
3994 to use 000 so gcc will create the final NUL.
3995
3996 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3997
3998 commit ed540f07b8ad86909704e9806c1762462cb4995a
3999 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
4000 Date: Fri Jun 26 10:18:49 2009 -0400
4001
4002 Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on
4003
4004 The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
4005 board, so add a simple example of how to do that in the board config.
4006
4007 Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
4008 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4009
4010 commit f8bf54b4081c3c3d518830df0017a23ec672a841
4011 Author: Mike Frysinger <vapier@gentoo.org>
4012 Date: Thu Jun 25 19:40:28 2009 -0400
4013
4014 Blackfin: blackstamp: update spi flash settings
4015
4016 The latest blackstamp boards can only run the SPI flash at 15MHz before
4017 they start to crap out, so lower the max speeds accordingly. The new SPI
4018 flash also has different sector requirements, so update the environment
4019 sizes as well.
4020
4021 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4022
4023 commit 286070ddc8339666c09bd7912e960b850a8a0318
4024 Author: Mike Frysinger <vapier@gentoo.org>
4025 Date: Mon Oct 6 03:31:52 2008 -0400
4026
4027 Blackfin: add cache_dump commands
4028
4029 A few debug-type commands used to dump the raw icache/dcache data. Useful
4030 when trying to track down cache-related bugs.
4031
4032 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4033
4034 commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc
4035 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4036 Date: Wed Jul 8 15:31:57 2009 +0200
4037
4038 ppc4xx: Set default PCI device ID for 405EP boards
4039
4040 Current code only sets the PCI vendor id to 0x1014 and
4041 leaved device id to 0x0000.
4042
4043 Ths patch ....
4044 a) uses the correct PCI_VENDOR_ID_IBM macro for this
4045 b) sets the default device ID as stated in the UM to 0x0156
4046 by using PCI_DEVICE_ID_IBM_405GP for this.
4047
4048 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4049 Signed-off-by: Stefan Roese <sr@denx.de>
4050
4051 commit 123f102ec093fba6967066acdf9beb637df2e2d1
4052 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4053 Date: Wed Jul 8 13:43:55 2009 +0200
4054
4055 ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()
4056
4057 This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
4058 to cpu/ppc4xx/4xx_pci.c.
4059
4060 The original cpu_init_f() function enabled the 405EP's internal arbiter
4061 in all situations. Also the HCE bit in cpc0_pci is always set.
4062 The first is not really wanted for PCI adapter designs and the latter
4063 is a general bug for PCI adapter U-Boots. Because it enables
4064 PCI configuration by the system CPU even when the PCI configuration has
4065 not been setup by the 405EP. The one and only correct place is
4066 in pci_405gp_init() (see "Set HCE bit" comment).
4067
4068 So for compatibility reasons the arbiter is still enabled in any case,
4069 but from weak pci_pre_init() so that it can be replaced by board specific
4070 code.
4071
4072 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4073 Signed-off-by: Stefan Roese <sr@denx.de>
4074
4075 commit c71103f9dc66dfcce8ad6df942364043bf27ade8
4076 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4077 Date: Wed Jul 8 13:43:23 2009 +0200
4078
4079 ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs
4080
4081 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4082 Signed-off-by: Stefan Roese <sr@denx.de>
4083
4084 commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
4085 Author: Prafulla Wadaskar <prafulla@marvell.com>
4086 Date: Mon Jun 29 20:56:43 2009 +0530
4087
4088 usb: add Marvell Kirkwood ehci host controller driver
4089
4090 This driver is tested on Sheevaplug platform
4091
4092 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4093 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4094
4095 commit db7b43e4681f6f93c336132708157a8a0cca1f8b
4096 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4097 Date: Wed Jun 24 10:08:40 2009 +0530
4098
4099 mpc83xx: USB: fix: access of ehci struct elements
4100
4101 It fixes the access to the 'ehci' struct elements for mpc83xx which
4102 should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
4103 Sorry about that.
4104
4105 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4106 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4107
4108 commit 08066152735417fc55a5c9de2cec0714c529e4f3
4109 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4110 Date: Fri Jun 19 17:56:00 2009 +0530
4111
4112 mpc8xxx: USB: fix: access of ehci struct elements
4113
4114 This patch fixes the access to the 'ehci' struct elements which should
4115 have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
4116 Sorry about that.
4117
4118 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4119 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4120
4121 commit c3a012ce65818beb274195cd47f31ed80d0fbaa5
4122 Author: Bryan Wu <bryan.wu@analog.com>
4123 Date: Tue Jun 16 05:26:27 2009 -0400
4124
4125 usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
4126
4127 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
4128 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4129 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4130
4131 commit 7984967a9405672db1581402d2c2cfae268d1a67
4132 Author: Mike Frysinger <vapier@gentoo.org>
4133 Date: Tue Jun 16 05:26:25 2009 -0400
4134
4135 usb: musb: drop old musb read/write prototypes
4136
4137 These functions are no longer defined, so remove their prototypes.
4138
4139 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4140 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4141
4142 commit 4e04f16020115ab5ccf53158e100de58bcaf29bd
4143 Author: Kim Phillips <kim.phillips@freescale.com>
4144 Date: Mon Jun 15 11:50:07 2009 -0500
4145
4146 usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
4147
4148 fix a stray CONFIG_MPC83XX that escaped commit
4149 0f898604945af4543c1525fc33b6bae621a3b805.
4150
4151 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4152 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4153
4154 commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb
4155 Author: Michal Simek <monstr@monstr.eu>
4156 Date: Tue Jun 30 23:47:30 2009 +1000
4157
4158 asm-generic: Consolidate errno.h to asm-generic/errno.h
4159
4160 This patch use blackfin errno.h implementation which
4161 correspond Linux kernel one.
4162
4163 MIPS implemetation is different that's why I keep it.
4164
4165 I removed ppc_error_no.h from Marvell boards which
4166 was the same too.
4167
4168 I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
4169
4170 Acked-by: Stefan Roese <sr@denx.de>
4171 Signed-off-by: Michal Simek <monstr@monstr.eu>
4172
4173 commit 2896b5851f0430bf16529376a4193630e966c788
4174 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
4175 Date: Tue Jul 7 16:01:02 2009 +0200
4176
4177 Command improvements for ubifs
4178
4179 Check that an argument is passed to ubifsmount and that addresses and
4180 sizes are actually numbers for ubifsload. Also improve the instructions
4181 a bit.
4182
4183 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
4184 Signed-off-by: Stefan Roese <sr@denx.de>
4185
4186 commit 25c8f4005979ab2d190713ba341d96a5fa905cdb
4187 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
4188 Date: Tue Jul 7 16:59:46 2009 +0200
4189
4190 Handle VID header offset in ubi part command
4191
4192 The VID header offset is sometimes needed to initialize the UBI
4193 partition. This patch adds it (optionally) to the command line
4194 for the ubi part command.
4195
4196 (Lines have been properly wrapped since last version)
4197
4198 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
4199 Acked-by: Stefan Roese <sr@denx.de>
4200 Signed-off-by: Stefan Roese <sr@denx.de>
4201
4202 commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52
4203 Author: Wolfgang Denk <wd@denx.de>
4204 Date: Thu Jul 9 09:56:16 2009 +0200
4205
4206 MAINTAINERS: fix sorting, remove duplicates.
4207
4208 Signed-off-by: Wolfgang Denk <wd@denx.de>
4209
4210 commit efbf14e9a2394a154b12643d4a011994b5096b5a
4211 Author: Heiko Schocher <heiko.schocher@invitel.hu>
4212 Date: Wed Dec 10 08:27:01 2008 +0100
4213
4214 all platforms: make show_boot_progress() work again
4215
4216 Signed-off-by: Heiko Schocher <hs@denx.de>
4217
4218 commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2
4219 Author: Prafulla Wadaskar <prafulla@marvell.com>
4220 Date: Mon Jun 29 15:25:18 2009 +0530
4221
4222 nand: Add Marvell Kirkwood NAND driver
4223
4224 This patch adds a NAND driver for the Marvell Kirkwood SoC's
4225
4226 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4227 Acked-by: Scott Wood <scottwood@freescale.com>
4228
4229 commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32
4230 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4231 Date: Mon Jul 6 16:27:33 2009 +0200
4232
4233 ppc4xx: Make pll_write global
4234
4235 This patch makes pll_write on PPC405EP boards
4236 global and callable from C code.
4237
4238 pll_write can be used to dynamically modify the PLB:PCI divider
4239 as it is required for 33/66 MHz pci adapters based on the 405EP.
4240
4241 board_early_init_f() is a good place to do that (check M66EN signal
4242 and call pll_write() when it is required).
4243
4244 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4245 Signed-off-by: Stefan Roese <sr@denx.de>
4246
4247 commit 20b3c4b528606d51799aed5e4c71783720cd2b72
4248 Author: Stefan Roese <sr@denx.de>
4249 Date: Mon Jul 6 11:44:33 2009 +0200
4250
4251 ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
4252
4253 Signed-off-by: Stefan Roese <sr@denx.de>
4254
4255 commit d0a1364f91c80d29daff6b27a7904a50cdc00b35
4256 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4257 Date: Fri Jul 3 16:06:06 2009 +0200
4258
4259 ppc4xx: Implement is_pci_host() for 405 CPUs
4260
4261 This patch implements the is_pci_host() function in a similiar way
4262 as it is used on 440 targets.
4263
4264 The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not
4265 build on 405EP targets because checking the PCI arbiter is different.
4266 So putting the fixed code into a separate function makes the code
4267 more readable.
4268
4269 Also using is_pci_host() on 405 brings 405 and 440 PCI code
4270 a little bit closer.
4271
4272 In preparation for an upcoming 405EP based PMC module I made this
4273 function weak so that it can be overwritten from board specific code.
4274
4275 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4276 Signed-off-by: Stefan Roese <sr@denx.de>
4277
4278 commit 04ddae915f295dee301f15c32100533a48e3b433
4279 Author: Alessio Centazzo <centazzo@gmail.com>
4280 Date: Wed Jul 1 22:20:51 2009 -0700
4281
4282 ppc4xx: Fixed PPC4xx debug compilation error in uic.c
4283
4284 This patch fixes a debug compilation error for PPC4xx platforms, all
4285 other architectures are not affected by this change. The 'handler'
4286 pointer was undefined. The fix is exercised and has effect only if
4287 DEBUG is defined.
4288
4289 Signed-off-by: Alessio Centazzo acpatin@yahoo.com
4290 Signed-off-by: Stefan Roese <sr@denx.de>
4291
4292 commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d
4293 Author: Felix Radensky <felix@embedded-sol.com>
4294 Date: Wed Jul 1 11:37:46 2009 +0300
4295
4296 4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
4297
4298 This patch fixes printf format string compilation warnings in several
4299 debug statements. It also fixes the dump of DDR controller MQ registers
4300 found on some 44x and 46x platforms. The current register dump code
4301 uses incorrect DCRs to access these registers.
4302
4303 Signed-off-by: Felix Radensky <felix@embedded-sol.com>
4304 Signed-off-by: Stefan Roese <sr@denx.de>
4305
4306 commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a
4307 Author: Felix Radensky <felix@embedded-sol.com>
4308 Date: Mon Jun 22 15:30:42 2009 +0300
4309
4310 ppc4xx: Fix FDT EBC mappings on Canyonlands
4311
4312 This patch fixes 2 problems with FDT EBC mappings on Canyonlands.
4313 First, NAND EBC mapping was missing, making Linux NAND driver
4314 unusable on this board. Second, NOR remapping code assumed that
4315 NOR is always on CS0, however when booting from NAND NOR is on CS3.
4316
4317 Signed-off-by: Felix Radensky <felix@embedded-sol.com>
4318 Signed-off-by: Stefan Roese <sr@denx.de>
4319
4320 commit baa9f9ba4345ed6dc5c403871c32e6295316ea52
4321 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4322 Date: Tue Jun 16 22:29:15 2009 +0900
4323
4324 sh: Revised the build with newest compiler
4325
4326 The check of data became severe from newest gcc.
4327 This patch checked in gcc-4.2 and 4.3 .
4328
4329 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4330
4331 commit be45c632568ba76343c1453b3951ad793f482fd5
4332 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4333 Date: Thu Jun 4 12:06:48 2009 +0200
4334
4335 sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
4336
4337 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4338 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4339 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4340
4341 commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4
4342 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4343 Date: Thu Jun 4 12:06:47 2009 +0200
4344
4345 sh3/sh4: fix CONFIG_SYS_HZ to 1000
4346
4347 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4348 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4349 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4350
4351 commit add380f51f34ed1e2678c2abac8d53c91d652f26
4352 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4353 Date: Thu Jun 4 12:06:46 2009 +0200
4354
4355 sh: introduce clock framework
4356
4357 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4358 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4359 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4360
4361 commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef
4362 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4363 Date: Thu Jun 4 12:06:45 2009 +0200
4364
4365 sh: unify linker script
4366
4367 all sh boards use the same cpu linker script so move it to cpu/$(CPU)
4368
4369 that could be overwrite in following order
4370 SOC
4371 BOARD
4372 via the corresponding config.mk
4373
4374 tested on r2dplus
4375
4376 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4377 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4378 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4379
4380 commit 236aad875817771eb1f25ed32784b3cd7760b2e6
4381 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4382 Date: Thu Jun 4 12:06:44 2009 +0200
4383
4384 sh: make the linker scripts more generic
4385
4386 currently we need to sync the linker script enty and TEXT_BASE manualy
4387 and the reloc_dst is based on it
4388
4389 instead provide it now from the ldflags
4390
4391 tested on r2dplus
4392
4393 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4394 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4395 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4396
4397 commit ce29817212792113cd2d67a9767049a2e262c406
4398 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4399 Date: Thu Jun 4 12:06:43 2009 +0200
4400
4401 sh7785lcr: fix out of tree build
4402
4403 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4404 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4405 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4406
4407 commit 2e8a6f551cba550e9220dca4d8504066203b1f74
4408 Author: HeungJun Kim <riverful.kim@gmail.com>
4409 Date: Tue Jun 30 14:42:22 2009 +0900
4410
4411 env_onenand: change env_address type from unsigned long to loff_t
4412
4413 If use the onenand boot, the env_relocate_spec() calls mtd->read(),
4414 and the type of the argument #2 of mtd->read() was changed to loff_t.
4415 But, the "env_addr" type is still unsigned long, thus this patch change
4416 the type from unsigned long to loff_t.
4417
4418 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
4419 Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
4420 Signed-off-by: Scott Wood <scottwood@freescale.com>
4421
4422 commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909
4423 Author: Mingkai Hu <Mingkai.hu@freescale.com>
4424 Date: Thu Jun 18 18:23:27 2009 +0800
4425
4426 fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
4427
4428 The bbt descriptors contains the pointer to the bbt pattern which
4429 are statically initialized memory struct. When relocated to RAM,
4430 these pointers will continue point to NOR flash(or L2 SRAM, or
4431 other boot device). If the contents of NOR flash changed or L2
4432 SRAM disabled, it'll hang the system.
4433
4434 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
4435 Signed-off-by: Scott Wood <scottwood@freescale.com>
4436
4437 commit 1dac3a51875967f32641bbc0d26dc382ef02330a
4438 Author: Scott Wood <scottwood@freescale.com>
4439 Date: Wed Jun 24 17:23:49 2009 -0500
4440
4441 nand_spl: Fix cmd_ctrl usage in nand_boot.c.
4442
4443 When adding large page NAND support to this file, I had a misunderstanding
4444 about the exact semantics of NAND_CTRL_CHANGE (which isn't documented
4445 anywhere I can find) -- it is apparently just a hint to drivers,
4446 which aren't required to preserve the old value for subsequent
4447 non-"change" invocations.
4448
4449 This change makes nand_boot.c no longer assume this. Note that this
4450 happened to work by chance with some NAND drivers, which don't preserve
4451 the value, but treat 0 equivalently to NAND_CTRL_ALE.
4452
4453 I don't have hardware to test this, so any testing is appreciated.
4454
4455 Signed-off-by: Scott Wood <scottwood@freescale.com>
4456
4457 commit 98713d2663d5d30dde74f48f547114a2bfd9d463
4458 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
4459 Date: Thu Jun 18 18:41:03 2009 +0100
4460
4461 Bug-fix in drivers mtd nand Makefile
4462
4463 The S3C2410 NAND driver source file is included in the makefile instead of
4464 the object file.
4465
4466 Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
4467 Signed-off-by: Scott Wood <scottwood@freescale.com>
4468
4469 commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96
4470 Author: Guennadi Liakhovetski <lg@denx.de>
4471 Date: Mon May 18 16:07:22 2009 +0200
4472
4473 nand_spl: read environment early, when booting from NAND using nand_spl
4474
4475 Currently, when booting from NAND using nand_spl, in the beginning the default
4476 environment is used until later in boot process the dynamic environment is read
4477 out. This way environment variables that must be interpreted early, like the
4478 baudrate or "silent", cannot be modified dynamically and remain at their
4479 default values. Fix this problem by reading out main and redundand (if used)
4480 copies of the environment in the nand_spl code.
4481
4482 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4483 Signed-off-by: Scott Wood <scottwood@freescale.com>
4484
4485 commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21
4486 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4487 Date: Sat May 16 14:27:40 2009 +0200
4488
4489 mtd: nand: use loff_t for offset
4490
4491 nand_util currently uses size_t which is arch dependent and not always a
4492 unsigned long. Now use loff_t, as does the linux mtd layer.
4493
4494 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4495 Signed-off-by: Scott Wood <scottwood@freescale.com>
4496
4497 commit 8360b66bac9567701027a0087274d0c9b2fe8d6b
4498 Author: Wolfgang Denk <wd@denx.de>
4499 Date: Sun May 24 17:34:33 2009 +0200
4500
4501 nand/onenand: Fix missing argument checking for "markbad" command
4502
4503 The "nand markbad" and "onenand markbad" commands did not check if an
4504 argument was passed; if this was forgotten, no error was raised but
4505 block 0 was marked as bad.
4506
4507 While fixing this bug, clean up the code a bit and allow to pass more
4508 than one block address, thus allowing to mark several blocks as bad
4509 in a single command invocation.
4510
4511 Signed-off-by: Wolfgang Denk <wd@denx.de>
4512 Signed-off-by: Scott Wood <scottwood@freescale.com>
4513
4514 commit cd84423a09f3a08029fe41c1db96168debd0b51f
4515 Author: Mike Frysinger <vapier@gentoo.org>
4516 Date: Mon May 25 22:42:28 2009 -0400
4517
4518 mtd: nand: new base driver for memory mapped nand devices
4519
4520 The BF537-STAMP Blackfin board had a driver for working with NAND devices
4521 that are simply memory mapped. Since there is nothing Blackfin specific
4522 about this, generalize the driver a bit so that everyone can leverage it.
4523
4524 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4525 Signed-off-by: Scott Wood <scottwood@freescale.com>
4526
4527 commit d27bc728cf35e7d7996fbd77154335e66615b213
4528 Author: Guennadi Liakhovetski <lg@denx.de>
4529 Date: Mon May 18 16:06:45 2009 +0200
4530
4531 env_nand: remove unused variable.
4532
4533 Remove an unused "total" variable in multiple functions.
4534
4535 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4536 Signed-off-by: Scott Wood <scottwood@freescale.com>
4537
4538 commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302
4539 Author: David Brownell <dbrownell@users.sourceforge.net>
4540 Date: Sun May 10 15:43:01 2009 -0700
4541
4542 davinci_nand chipselect/init cleanup
4543
4544 Update chipselect handling in davinci_nand.c so that it can
4545 handle 2 GByte chips the same way Linux does: as one device,
4546 even though it has two halves with independent chip selects.
4547 For such chips the "nand info" command reports:
4548
4549 Device 0: 2x nand0, sector size 128 KiB
4550
4551 Switch to use the default chipselect function unless the board
4552 really needs its own. The logic for the Sonata board moves out
4553 of the driver into board-specific code. (Which doesn't affect
4554 current build breakage if its NAND support is enabled...)
4555
4556 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4557 Signed-off-by: Scott Wood <scottwood@freescale.com>
4558
4559 commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1
4560 Author: Sandeep Paulraj <s-paulraj@ti.com>
4561 Date: Sat May 9 12:35:20 2009 -0400
4562
4563 NAND DaVinci: Update to ALE/CLE Mask values
4564
4565 All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8
4566 except the DM646x. This was decided by the design team driving the design.
4567 This patch updates the CLE and ALE values for DM646x.
4568 Updated patches for DM646x will be sent shortly.
4569 This applies to u-boot-nand-flash git
4570
4571 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
4572 Signed-off-by: Scott Wood <scottwood@freescale.com>
4573
4574 commit 0c1684437ef810c503df29e8d73f63191aa63862
4575 Author: Sandeep Paulraj <s-paulraj@ti.com>
4576 Date: Wed Apr 29 09:47:09 2009 -0400
4577
4578 ARM DaVinci: Changing ALE Mask Value
4579
4580 The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
4581 from '0xa' to '0x8'. This is the mask we use for all TI releases.
4582
4583 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
4584 Signed-off-by: Scott Wood <scottwood@freescale.com>
4585
4586 commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc
4587 Author: David Brownell <dbrownell@users.sourceforge.net>
4588 Date: Tue Apr 28 13:19:53 2009 -0700
4589
4590 davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
4591
4592 Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option. It's not just nasty;
4593 it's also unused by any current boards, and doesn't even match the
4594 main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
4595 on newer chips that support it).
4596
4597 DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
4598 match non-BROKEN code paths for 1-bit HW ECC. The BROKEN code paths
4599 do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
4600 and 5.0/2.6.18) do ... but only for small pages. Large page support
4601 is really broken (and it's unclear just what software it was trying
4602 to match!), and the ECC layout was making three more bytes available
4603 for use by filesystem (or whatever) code.
4604
4605 Since this option itself seems broken, remove it. Add a comment
4606 about the MV/TI compat issue, and the most straightforward way to
4607 address it (should someone really need to solve it).
4608
4609 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4610 Signed-off-by: Scott Wood <scottwood@freescale.com>
4611
4612 commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6
4613 Author: David Brownell <dbrownell@users.sourceforge.net>
4614 Date: Tue Apr 28 13:19:50 2009 -0700
4615
4616 davinci_nand: cleanup I (minor)
4617
4618 Minor cleanup for DaVinci NAND code:
4619
4620 - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
4621 be defined when there are multiple chipselect lines in use
4622 (as with common 2 GByte chips).
4623
4624 - Cleanup handling of EMIF control registers
4625 * Only need one pointer pointing to them
4626 * Remove incorrect and unused struct supersetting them
4627
4628 - Use the standard waitfunc; we don't need a custom version
4629
4630 - Partial legacy cleanup:
4631 * Don't initialize every board like it's a DM6446 EVM
4632 * #ifdef a bit more code for BROKEN_ECC
4633
4634 Sanity checked with small page NAND on dm355 and dm6446 EVMs;
4635 and large page on dm355 EVM (packaged as two devices, not one).
4636
4637 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4638 Signed-off-by: Scott Wood <scottwood@freescale.com>
4639
4640 commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a
4641 Author: Wolfgang Denk <wd@denx.de>
4642 Date: Tue Jul 7 22:35:02 2009 +0200
4643
4644 Coding style cleanup; update CHANGELOG
4645
4646 Signed-off-by: Wolfgang Denk <wd@denx.de>
4647
4648 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
4649 Author: Stefan Roese <sr@denx.de>
4650 Date: Mon Jun 29 13:30:50 2009 +0200
4651
4652 UBI: Fix build problem noticed on Apollon (arm/testing repo)
4653
4654 This patch fixes a build problem noticed on Apollon by using
4655 mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
4656 So this brings the U-Boot UBI version more in sync with the Linux
4657 version again.
4658
4659 Signed-off-by: Stefan Roese <sr@denx.de>
4660
4661 commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4
4662 Author: Prafulla Wadaskar <prafulla@marvell.com>
4663 Date: Mon Jul 6 20:29:15 2009 +0530
4664
4665 sf: Macronix additional chips supported
4666
4667 new chips supported:-
4668 MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E
4669 out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms
4670
4671 Modified the Macronix flash support to use 2 bytes of device id instead of 1
4672 This was required to support MX25L12855E
4673
4674 Signed-off-by: Piyush Shah <spiyush@marvell.com>
4675 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4676 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4677
4678 commit dd54126715b89ed0c43322aa78b0dad306f043b6
4679 Author: Mike Frysinger <vapier@gentoo.org>
4680 Date: Fri Jun 19 03:27:28 2009 -0400
4681
4682 sf: sst: add sst25vf###b ids
4683
4684 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4685
4686 commit 7d907f0ea993b179a197d8db2a36f122bc673c2d
4687 Author: Mike Frysinger <vapier@gentoo.org>
4688 Date: Fri Jun 19 03:20:06 2009 -0400
4689
4690 sf: sst: fix sector size
4691
4692 Looks like when I was encoding the sector sizes, I forgot to divide by 8
4693 (due to the stupid marketing driven process that declares all sizes in
4694 useless megabits and not megabytes).
4695
4696 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4697
4698 commit ceb70b466e75ceb1a621b6163f7e31116bfc8094
4699 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4700 Date: Sun Jul 5 01:06:06 2009 +0200
4701
4702 nhk8815: fix MAKEALL
4703
4704 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4705
4706 commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1
4707 Author: Magnus Lilja <lilja.magnus@gmail.com>
4708 Date: Sat Jul 4 10:31:24 2009 +0200
4709
4710 MX31: Add NAND SPL boot support to i.MX31 PDK board.
4711
4712 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
4713
4714 commit 78eabb90b793fafe875a7469526d1715fa56cbb4
4715 Author: Prafulla Wadaskar <prafulla@marvell.com>
4716 Date: Mon Jun 29 20:55:54 2009 +0530
4717
4718 arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
4719
4720 This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver
4721
4722 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4723
4724 commit 095a460b49022e64df76134300643606e3acb4e9
4725 Author: Alessandro Rubini <rubini@unipv.it>
4726 Date: Mon Jun 29 10:52:37 2009 +0200
4727
4728 arm nomadik: use 1000 as HZ value and rewrite timer code
4729
4730 This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
4731 timer code, which is now both correct and much smaller. Unused
4732 functions like udelay_masked() have been removed as no driver uses
4733 them, even the ones that are not currently active for this board.
4734 mtu.h is copied literally from the kernel sources.
4735
4736 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
4737 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
4738 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4739
4740 commit f7aa59b29a451cc502078a9e4ba32345a4250c05
4741 Author: Alessandro Rubini <rubini@unipv.it>
4742 Date: Mon Jun 22 09:18:57 2009 +0200
4743
4744 arm nomadik: allow Nand and OneNand to coexists
4745
4746 The evaluation kit has both Nand and OneNand, both drivers are there
4747 and the two configurations only select a different default for the
4748 jffs partition. This adds the OneNand driver and cleans up storage.
4749
4750 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
4751 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
4752
4753 commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9
4754 Author: Alessandro Rubini <rubini@unipv.it>
4755 Date: Mon Jun 22 09:18:47 2009 +0200
4756
4757 arm nomadik: cleanup reset
4758
4759 There is only one public release of the Nomadik chip, so the ifdef
4760 in reset code as well as a define in the config file are not needed
4761
4762 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
4763 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
4764
4765 commit ee1363f2da3996bafdecdd8f4e48862ebff3f271
4766 Author: Alessandro Rubini <rubini@unipv.it>
4767 Date: Mon Jun 22 09:18:37 2009 +0200
4768
4769 arm nomadik: rename board to nhk8815
4770
4771 This is an error in my side in the initial submission: nobody
4772 calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
4773
4774 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
4775 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
4776
4777 commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38
4778 Author: Stefano Babic <sbabic@denx.de>
4779 Date: Wed Jul 1 20:40:41 2009 +0200
4780
4781 xscale: add support for the polaris board
4782
4783 The Polaris board is based on the TrizepsIV module of
4784 Keith & Koep (http://www.keith-koep.com).
4785
4786 Signed-off-by: Stefano Babic <sbabic@denx.de>
4787
4788 commit 88bd97501314683b87f3f1edcf55b347c041b722
4789 Author: Stefano Babic <sbabic@denx.de>
4790 Date: Wed Jul 1 04:33:56 2009 +0200
4791
4792 xscale: fix USB initialization for Trizepsiv module
4793
4794 Due to change in the usb_board_init() prototype, the USB for
4795 the TrizepsIV was not correctly initialized.
4796 Removed dummy print from usb_board_stop().
4797
4798 Signed-off-by: Stefano Babic <sbabic@denx.de>
4799
4800 commit 0b785ddd60120cfb74d18e58c56054238219f6db
4801 Author: Prafulla Wadaskar <prafulla@marvell.com>
4802 Date: Wed Jul 1 20:34:51 2009 +0200
4803
4804 net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
4805
4806 This patch looks okay on u-boot-net.git/next branch
4807 but when it was merged to u-boot.git/master the last line is missing
4808
4809 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4810 Acked-by: Ben Warren <biggerbadderben@gmail.com>
4811
4812 commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2
4813 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4814 Date: Tue Jun 30 21:03:37 2009 +0200
4815
4816 at91: Add esd gmbh MEESC board support
4817
4818 This patch adds support for esd gmbh MEESC board.
4819 The MEESC is based on an Atmel AT91SAM9263 SoC.
4820
4821 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4822
4823 commit 21761540b43c7086c75ee9afb412da1e5ddde2e9
4824 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4825 Date: Tue Jun 30 21:03:35 2009 +0200
4826
4827 ARM: Update mach-types
4828
4829 update against linux v2.6.30
4830
4831 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4832
4833 commit 45627fce18139a74e0755124d27376b520db156c
4834 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4835 Date: Tue Jun 30 23:03:33 2009 +0200
4836
4837 at91: Add CAN init function
4838
4839 To enable CAN init, CONFIG_CAN has to be defined in the board config file
4840 and at91_can_hw_init() has to be called in the board specific code.
4841
4842 CAN is available on AT91SAM9263 and AT91CAP9 SoC.
4843
4844 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4845
4846 commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf
4847 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
4848 Date: Tue Jun 30 23:03:31 2009 +0200
4849
4850 arm: Kirkwood: Correct header define
4851
4852 Correct define typo (. -> ,)
4853
4854 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
4855
4856 commit 8449f287f5c53d59db13c3c512e6bd1750b692d1
4857 Author: Magnus Lilja <lilja.magnus@gmail.com>
4858 Date: Wed Jul 1 01:07:55 2009 +0200
4859
4860 MX31: Add basic support for Freescale i.MX31 PDK board.
4861
4862 Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
4863
4864 This patch assumes that some other program performs the actual
4865 NAND boot.
4866
4867 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
4868 Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
4869 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4870
4871 commit 8d460a573e2a2ac4834636903865a0428ad0e629
4872 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4873 Date: Tue Jun 23 00:12:01 2009 +0200
4874
4875 S3C24x0: extract interrupts from timer
4876
4877 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4878
4879 commit c8badbe500a752f42049e51042767ee62ea714e0
4880 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4881 Date: Sun Jun 28 14:14:21 2009 +0200
4882
4883 dm355/pm9261: add missing CONFIG_NET_MULTI
4884
4885 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4886
4887 commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a
4888 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4889 Date: Tue Jun 23 00:12:01 2009 +0200
4890
4891 arm920t/interrupts: Move conditional compilation to Makefile
4892
4893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4894
4895 commit 06e758e75c79ce8761866bf8165c443584a20893
4896 Author: Kim, Heung Jun <riverful@gmail.com>
4897 Date: Sat Jun 20 11:02:17 2009 +0200
4898
4899 move L2 cache enable/disable function to cache.c in the omap3 SoC directory
4900
4901 Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
4902 CC: Dirk Behme <dirk.behme@googlemail.com>
4903 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4904
4905 commit d583ef5147066d3609de21f3beebbab99a19bad4
4906 Author: Thomas Lange <thomas@corelatus.se>
4907 Date: Sat Jun 20 11:02:17 2009 +0200
4908
4909 ARM DaVinci: EMIF settings
4910
4911 NAND module should not modify EMIF registers unrelated to CS2
4912 that is used for NAND, i.e. do not modify EWAIT config register
4913 or registers for other Chip Selects.
4914
4915 Without this patch, EMIF configurations made in board_init()
4916 will be invalidated.
4917
4918 Signed-off-by: Thomas Lange <thomas@corelatus.se>
4919
4920 commit 2600b8571a26c10c1c43401d7af38e2333cc5381
4921 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4922 Date: Sat Jun 20 11:02:17 2009 +0200
4923
4924 versatile: config coding style cleanup
4925
4926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4927 Cc: Peter Pearse <peter.pearse@arm.com>
4928
4929 commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72
4930 Author: Prafulla Wadaskar <prafulla@marvell.com>
4931 Date: Sat Jun 20 11:01:53 2009 +0200
4932
4933 arm: Kirkwood: Basic SOCs support
4934
4935 Kirkwood family controllers are highly integrated SOCs
4936 based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.
4937
4938 SOC versions supported:-
4939 1) 88F6281-A0 define CONFIG_KW88F6281_A0
4940 2) 88F6192-A0 define CONFIG_KW88F6192_A0
4941
4942 Other supported features:-
4943 1) get_random_hex() fucntion
4944 2) PCI Express port initialization
4945 3) NS16550 driver support
4946
4947 Contributors:
4948 Yotam Admon <yotam@marvell.com>
4949 Michael Blostein <michaelbl@marvell.com
4950
4951 Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
4952 Acked-by: Stefan Rose <sr@denx.de>
4953 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4954
4955 commit 5c3d5817e5e68b828c165c501c215e793dc63aac
4956 Author: Prafulla Wadaskar <prafulla@marvell.com>
4957 Date: Sat Jun 20 11:01:52 2009 +0200
4958
4959 arm: generic cache.h for ARM architectures
4960
4961 This patch is required for Kirkwood SoC support
4962 may be used by other ARM architectures
4963
4964 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4965
4966 commit 9c8c706c92e53433a871a563946c38075d76504d
4967 Author: Matthias Ludwig <mludwig@ultratronik.de>
4968 Date: Sat Jun 20 11:01:50 2009 +0200
4969
4970 OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
4971
4972 Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
4973
4974 commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9
4975 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
4976 Date: Wed Jun 24 08:32:09 2009 +0200
4977
4978 at91sam9260/9263: add back up for the rst(reset controller).
4979
4980 On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was
4981 set to 0 after being set to 500 ms for the PHY reset.
4982 Do backup the old reset length and restore it after the MACB initialisation.
4983
4984 Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
4985 Signed-off-by: Stelian Pop <stelian@popies.net>
4986
4987 commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1
4988 Author: Kumar Gala <galak@kernel.crashing.org>
4989 Date: Fri Jul 3 12:45:44 2009 -0500
4990
4991 fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
4992
4993 sys_eeprom.c: In function 'do_mac':
4994 sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
4995 sys_eeprom.c: In function 'mac_read_from_eeprom':
4996 sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
4997
4998 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4999
5000 commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
5001 Author: Peter Tyser <ptyser@xes-inc.com>
5002 Date: Tue Jun 30 17:15:51 2009 -0500
5003
5004 83xx: Add support for fsl_dma driver
5005
5006 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5007 Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
5008 Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
5009 Acked-by: Kim Phillips <kim.phillips@freescale.com>
5010 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5011
5012 commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf
5013 Author: Peter Tyser <ptyser@xes-inc.com>
5014 Date: Tue Jun 30 17:15:50 2009 -0500
5015
5016 83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
5017
5018 Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to
5019 CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures
5020 use
5021
5022 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5023 Acked-by: Kim Phillips <kim.phillips@freescale.com>
5024 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5025
5026 commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5
5027 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5028 Date: Thu Jul 2 16:15:01 2009 +0530
5029
5030 8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
5031
5032 Defining the next two configs allows to switch the serial port from the
5033 console using the setenv stdin and stdout
5034 1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
5035 2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */
5036
5037 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5038 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5039 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5040
5041 commit 546b1032907df70f2dd0f98f3ad09885a88411e5
5042 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5043 Date: Thu Jul 2 16:14:40 2009 +0530
5044
5045 85xx: Adds GPIO registers to MPC85xx Memory Map.
5046
5047 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5048 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5049
5050 commit 5da6f806b400372b8a0664f3282c9e83a402eb66
5051 Author: Peter Tyser <ptyser@xes-inc.com>
5052 Date: Tue Jun 30 17:26:01 2009 -0500
5053
5054 86xx: XPedite5170 board support
5055
5056 Initial support for Extreme Engineering Solutions XPedite5170 -
5057 a MPC8640-based 3U VPX single board computer with a PMC/XMC
5058 site.
5059
5060 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5061 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5062
5063 commit e66f38da8434425aca8df08d06d9ef41b3478d3b
5064 Author: Timur Tabi <timur@freescale.com>
5065 Date: Wed Jul 1 16:51:59 2009 -0500
5066
5067 fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
5068
5069 The calculate for rank density in compute_ranksize() for DDR3 used all
5070 integers for the expression, so the result was also a 32-bit integer, even
5071 though the 'bsize' variable is a u64. Fix the expression to calculate a
5072 true 64-bit value.
5073
5074 Signed-off-by: Timur Tabi <timur@freescale.com>
5075 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5076
5077 commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab
5078 Author: Peter Tyser <ptyser@xes-inc.com>
5079 Date: Tue Jun 30 17:15:49 2009 -0500
5080
5081 fsl_dma: Make DMA transactions snoopable
5082
5083 Make DMA transactions snoopable so that CPUs can keep caches up-to-date.
5084 This allows dma transactions to be used for operations such as memory
5085 copies without any additional cache control operations.
5086
5087 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5088 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5089
5090 commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56
5091 Author: Peter Tyser <ptyser@xes-inc.com>
5092 Date: Tue Jun 30 17:15:48 2009 -0500
5093
5094 fsl_dma: Break out common memory initialization function
5095
5096 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5097 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5098
5099 commit 79f4333ceb059049b3ee560167d6cbaec493695f
5100 Author: Peter Tyser <ptyser@xes-inc.com>
5101 Date: Tue Jun 30 17:15:47 2009 -0500
5102
5103 8xxx: Move dma_init() call to common code
5104
5105 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5106 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5107
5108 commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76
5109 Author: Peter Tyser <ptyser@xes-inc.com>
5110 Date: Tue Jun 30 17:15:46 2009 -0500
5111
5112 fsl_dma: Move dma function prototypes to common header file
5113
5114 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5115 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5116
5117 commit 7892f619d40f4196e41e7114c5dfee9fad0f572f
5118 Author: Peter Tyser <ptyser@xes-inc.com>
5119 Date: Tue Jun 30 17:15:45 2009 -0500
5120
5121 8xxx: Rename dma_xfer() to dmacpy()
5122
5123 Also update dmacpy()'s argument order to match memcpy's and use
5124 phys_addr_t/phy_size_t for address/size arguments
5125
5126 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5127 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5128
5129 commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c
5130 Author: Peter Tyser <ptyser@xes-inc.com>
5131 Date: Tue Jun 30 17:15:44 2009 -0500
5132
5133 fsl_dma: Fix Channel Start bug in dma_check()
5134
5135 The Channel Start (CS) bit in the Mode Register (MR) should actually be
5136 cleared as the comment in the code suggests. Previously, CS was being
5137 set, not cleared.
5138
5139 Assuming normal operation of the DMA engine, this change shouldn't have
5140 any real affect.
5141
5142 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5143 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5144
5145 commit 51402ac12be9a0025f16db51fbde7c050a54e5fe
5146 Author: Peter Tyser <ptyser@xes-inc.com>
5147 Date: Tue Jun 30 17:15:43 2009 -0500
5148
5149 fsl_dma: Add support for arbitrarily large transfers
5150
5151 Support DMA transfers larger than the DMA controller's limit of
5152 (2 ^ 26 - 1) bytes
5153
5154 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5155 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5156
5157 commit a730393a362741c318b21771b8d7b2647e546c3e
5158 Author: Peter Tyser <ptyser@xes-inc.com>
5159 Date: Tue Jun 30 17:15:42 2009 -0500
5160
5161 fsl_dma: Use proper I/O access functions
5162
5163 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5164 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5165
5166 commit 9c06071a6077ba95e9d43226156e39567d5d064a
5167 Author: Peter Tyser <ptyser@xes-inc.com>
5168 Date: Tue Jun 30 17:15:41 2009 -0500
5169
5170 fsl_dma: Add bitfield definitions for common registers
5171
5172 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5173 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5174
5175 commit 017f11f68ef543e866be033bcb7b8058a8a380d8
5176 Author: Peter Tyser <ptyser@xes-inc.com>
5177 Date: Tue Jun 30 17:15:40 2009 -0500
5178
5179 8xxx: Break out DMA code to a common file
5180
5181 DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
5182 previous CONFIG_DDR_ECC
5183
5184 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5185 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5186
5187 commit 6bbced671719518d0e28ff422623cd7ce396cbda
5188 Author: Mark Jackson <mpfj-list@mimc.co.uk>
5189 Date: Mon Jun 29 15:59:10 2009 +0100
5190
5191 Atmel LCD driver GUARDTIME fix
5192
5193 This patch allows the guard time parameter to be set in
5194 the Atmel LCDC driver.
5195
5196 By default, the previous value of 1 is used, unless the
5197 setting is defined elsewhere.
5198
5199 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5200
5201 commit 29c35182462feea09f322e51913759a53359a3e0
5202 Author: Roy Zang <tie-fei.zang@freescale.com>
5203 Date: Tue Jun 30 13:56:23 2009 +0800
5204
5205 85xx: Add pci e1000 Ethernet support for P2020 board
5206
5207 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
5208 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5209
5210 commit 156984a3611c28093919d3e3c042f722b5548253
5211 Author: Kumar Gala <galak@kernel.crashing.org>
5212 Date: Thu Jun 18 08:39:42 2009 -0500
5213
5214 8xxx: Fix PCI bus address setup for 36-bit configs
5215
5216 We want the outbound PCI memory map to end at the 4G boundary so we
5217 can maximize the amount of space available for inbound mappings if
5218 we have large amounts of memory.
5219
5220 This matches the device tree setup in the kernel for the 36-bit physical
5221 configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS).
5222
5223 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5224
5225 commit 480f61790565d77432b70b4016b73f2ae27d530f
5226 Author: Kumar Gala <galak@kernel.crashing.org>
5227 Date: Thu Jun 18 08:23:01 2009 -0500
5228
5229 86xx: Add CPU_TYPE_ENTRY support
5230
5231 Unify with 83xx and 85xx and use CPU_TYPE_ENTRY. We are going to use
5232 this to convey the # of cores and DDR width in the near future so its
5233 good to keep in sync.
5234
5235 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5236
5237 commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff
5238 Author: Peter Meerwald <pmeerw@pmeerw.net>
5239 Date: Mon Jun 29 15:48:33 2009 -0400
5240
5241 Blackfin: TWI/I2C: fix pure writes
5242
5243 If doing a pure write with register address and data (not a read/write
5244 combo transfer), we don't set the initial transfer length properly which
5245 ends up causing only the register address to be transferred.
5246
5247 While we're here, fix the i2c_write() parameter description of the buffer.
5248
5249 Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
5250 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5251
5252 commit 5710de45808eb8f1cc34b51dc3e67e2422113249
5253 Author: Prafulla Wadaskar <prafulla@marvell.com>
5254 Date: Sat May 30 01:13:33 2009 +0530
5255
5256 spi: Add Marvell Kirkwood SPI driver
5257
5258 This patch adds a SPI driver for the Marvell Kirkwood SoC's.
5259
5260 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5261
5262 commit 6bde171a4c4116cee179167cb65335a28f99932d
5263 Author: Minkyu Kang <mk7.kang@samsung.com>
5264 Date: Thu Jun 25 19:21:33 2009 +0900
5265
5266 s3c64xx: move the reset_cpu function
5267
5268 Because of the reset_cpu is soc specific, should be move to soc
5269 And read reset value from SYS_ID register instead of hard code
5270 this patch also supports s3c6410
5271
5272 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
5273
5274 commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48
5275 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5276 Date: Sun May 17 00:58:37 2009 +0200
5277
5278 integrator: merge integratorap and integratorcp
5279
5280 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5281 Acked-by: Peter Pearse <peter.pearse@arm.com>
5282
5283 commit 46937b27427688a56bf7f5944a92d962dc43c3fa
5284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5285 Date: Sun May 17 00:58:36 2009 +0200
5286
5287 integratorap/cp: use cfi driver
5288
5289 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5290 Acked-by: Peter Pearse <peter.pearse@arm.com>
5291
5292 commit de7a01abd8aeb167946f391327e1e0d1e01f90c9
5293 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5294 Date: Sun May 17 00:58:36 2009 +0200
5295
5296 integratorap/cp/versatile: remove non used functions
5297
5298 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5299 Acked-by: Peter Pearse <peter.pearse@arm.com>
5300
5301 commit f54851a6e3844b7e01581b5a9681f294118b7529
5302 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5303 Date: Sun May 17 00:58:36 2009 +0200
5304
5305 integratorcp: split timer support
5306
5307 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5308 Acked-by: Peter Pearse <peter.pearse@arm.com>
5309
5310 commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1
5311 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5312 Date: Sun May 17 00:58:36 2009 +0200
5313
5314 integratorap: split timer support
5315
5316 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5317 Acked-by: Peter Pearse <peter.pearse@arm.com>
5318
5319 commit 86baa085c52a7f3377a88074679c5aca9b9e4d38
5320 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5321 Date: Sun May 17 00:58:36 2009 +0200
5322
5323 integratorap: split pci support
5324
5325 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5326 Acked-by: Peter Pearse <peter.pearse@arm.com>
5327
5328 commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c
5329 Author: Ilya Yanok <yanok@emcraft.com>
5330 Date: Mon Jun 8 04:12:50 2009 +0400
5331
5332 arm: add support for CONFIG_GENERIC_MMC
5333
5334 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5335
5336 commit 47d19da4d3f9ac4787abe9dee32406478424be52
5337 Author: Ilya Yanok <yanok@emcraft.com>
5338 Date: Mon Jun 8 04:12:46 2009 +0400
5339
5340 serial_mx31: allow it to work with mx27 too and rename to serial_mxc
5341
5342 UART hardware on i.MX27 is the same as on the i.MX31 so we just
5343 need to provide the driver with correct address of the registers.
5344
5345 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5346
5347 commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3
5348 Author: Ilya Yanok <yanok@emcraft.com>
5349 Date: Mon Jun 8 04:12:45 2009 +0400
5350
5351 mx27: basic cpu support
5352
5353 This patch adds generic code to support Freescale's i.MX27 SoCs.
5354
5355 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5356
5357 commit dd2f6965a6c71f6f711ec98827880152e022c236
5358 Author: Magnus Lilja <lilja.magnus@gmail.com>
5359 Date: Sat Jun 13 20:50:03 2009 +0200
5360
5361 i.MX31: Create a common device file.
5362
5363 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5364
5365 commit 958f7da7887fea4a2091ae60944d62c1708c2c55
5366 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5367 Date: Sat Jun 13 20:50:02 2009 +0200
5368
5369 ARM: Add macros.h to be used in assembler file.
5370
5371 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5372
5373 commit 40c642bc19b9fa2906e3172487a522fee456340b
5374 Author: Magnus Lilja <lilja.magnus@gmail.com>
5375 Date: Sat Jun 13 20:50:01 2009 +0200
5376
5377 MX31: Add NAND SPL for i.MX31.
5378
5379 This patch adds the NAND SPL framework needed to boot i.MX31 boards
5380 from NAND.
5381
5382 It has been tested on a i.MX31 PDK board with large page NAND. Small
5383 page NANDs should work as well, but this has not been tested.
5384
5385 Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
5386 whether this is compatible with a particular setup depends on how
5387 the NAND device is programmed by the flash programmer (e.g. JTAG
5388 debugger).
5389
5390 The patch is based on the work by Maxim Artamonov.
5391
5392 Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
5393 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5394
5395 commit df81238b3e27a791da996a9208402ac8f40b9862
5396 Author: Magnus Lilja <lilja.magnus@gmail.com>
5397 Date: Sat Jun 13 20:50:00 2009 +0200
5398
5399 ARM1136: Introduce CONFIG_PRELOADER macro.
5400
5401 Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's
5402 in start.S. In preparation for adding support for NAND SPL
5403 the macro CONFIG_PRELOADER is introducted and replaces the
5404 CONFIG_ONENAND_IPL in start.S.
5405
5406 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5407
5408 commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b
5409 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5410 Date: Sat Jun 13 12:50:04 2009 +0200
5411
5412 at91: unify nor boot support
5413
5414 the lowlevel init sequence is the same so unify it
5415
5416 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5417
5418 commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4
5419 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5420 Date: Sat Jun 13 12:48:36 2009 +0200
5421
5422 at91sam9263ek: add nor flash support
5423
5424 this will allow you to store use it for the env and to boot directly U-Boot from
5425
5426 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5427
5428 commit 329492329700812c6df275aa0fda09d609cd0fd4
5429 Author: Ilko Iliev <iliev@ronetix.at>
5430 Date: Fri Jun 12 21:20:39 2009 +0200
5431
5432 at91: add support for the PM9261 board of Ronetix GmbH
5433
5434 The PM9261 board is based on the AT91SAM9261-EK board.
5435
5436 Here is the page on Ronetix website:
5437 http://www.ronetix.at/starter_kit_9261.html
5438
5439 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
5440 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5441
5442 commit 01550a2b650fbabc03334f9eadcc6083601a2414
5443 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5444 Date: Fri Jun 12 21:20:38 2009 +0200
5445
5446 pm9263: use macro instead of hardcode value for the lowlevel_init
5447
5448 optimize a few the RAM init
5449
5450 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
5451 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5452
5453 commit 7a11c7f9747240dc770954d320569596c0fbcb50
5454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5455 Date: Fri Jun 12 21:20:37 2009 +0200
5456
5457 pm9263: lowlevel init update
5458
5459 move PSRAM init to pm9263.c
5460 this will allow us after to make the nor lowlevel_init generic
5461
5462 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5463
5464 commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0
5465 Author: Mike Frysinger <vapier@gentoo.org>
5466 Date: Mon Jun 15 00:25:19 2009 -0400
5467
5468 Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
5469
5470 The way the ALL variable is used allows for config.mk's to add more
5471 targets themselves without having to clutter up the top level Makefile.
5472
5473 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5474
5475 commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
5476 Author: Mike Frysinger <vapier@gentoo.org>
5477 Date: Sun Jun 14 22:29:35 2009 -0400
5478
5479 Blackfin: fix SPI flash speed define name
5480
5481 The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
5482 CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
5483
5484 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5485
5486 commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106
5487 Author: Mike Frysinger <vapier@gentoo.org>
5488 Date: Sun Jun 14 22:26:31 2009 -0400
5489
5490 Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
5491
5492 Building the compression code in lib_generic/ with -O2 rather than -Os
5493 gives a nice speed boost without too much code size increase.
5494
5495 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5496
5497 commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4
5498 Author: Mike Frysinger <vapier@gentoo.org>
5499 Date: Sun Jun 14 21:23:27 2009 -0400
5500
5501 Blackfin: bf548-ezkit: bump up monitor size
5502
5503 The latest version of U-Boot got a bit fatter in the BSS section which
5504 caused overflows in the RAM region, so increase the monitor size.
5505
5506 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5507
5508 commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081
5509 Author: Vivi Li <vivi.li@analog.com>
5510 Date: Fri Jun 12 10:53:22 2009 +0000
5511
5512 Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash
5513
5514 The SPI flash layer is much stricter about sector usage than the eeprom
5515 layer we used to use, so update the env settings to better match the
5516 sector alignment of the flashes we use.
5517
5518 Signed-off-by: Vivi Li <vivi.li@analog.com>
5519 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5520
5521 commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c
5522 Author: Vivi Li <vivi.li@analog.com>
5523 Date: Fri Jun 12 10:33:23 2009 +0000
5524
5525 Blackfin: bump up default JTAG console timeout
5526
5527 The debug tools that interface with the other side of the JTAG console
5528 got much slower when generalizing things, so bump up the default timeout
5529 value on the U-Boot side to cope. Hopefully at some point we can improve
5530 the debug tools to speed things back up.
5531
5532 Signed-off-by: Vivi Li <vivi.li@analog.com>
5533 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5534
5535 commit c11ff779f4e0e0c7edc322e84dd229ad28709595
5536 Author: Mike Frysinger <vapier@gentoo.org>
5537 Date: Mon Jun 1 19:08:33 2009 -0400
5538
5539 Blackfin: add jtagconsole helper script
5540
5541 This script is similar to the netconsole script, but instead works with
5542 the JTAG console device driver that exists on Blackfin parts.
5543
5544 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5545
5546 commit 60f61e6d7655400bb785a2ef637581679941f6d1
5547 Author: Remy Bohmer <linux@bohmer.net>
5548 Date: Sat May 2 21:49:18 2009 +0200
5549
5550 Convert DM9000 driver for CONFIG_NET_MULTI
5551
5552 All drivers need to be converted to CONFIG_NET_MULTI.
5553 This patch converts the dm9000 driver.
5554
5555 Signed-off-by: Thomas Smits <ts.smits@gmail.com>
5556 Signed-off-by: Remy Bohmer <linux@bohmer.net>
5557 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5558
5559 commit 9131589ada4dda0718604d0a425ca46e52775f6e
5560 Author: Prafulla Wadaskar <prafulla@marvell.com>
5561 Date: Sun Jun 14 22:33:46 2009 +0530
5562
5563 net: Add Marvell Kirkwood gigabit ethernet driver
5564
5565 This patch adds a egiga driver for the Marvell Kirkwood SoC's.
5566
5567 Contributors:
5568 Yotam Admon <yotam@marvell.com>
5569 Michael Blostein <michaelbl@marvell.com
5570
5571 Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
5572 Acked-by: Stefan Rose <sr@denx.de>
5573 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5574 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5575
5576 commit 7835f4b94927ecb5affd99aad62592108db606ad
5577 Author: s-paulraj@ti.com <s-paulraj@ti.com>
5578 Date: Tue May 12 11:45:34 2009 -0400
5579
5580 DaVinci Network Driver Updates
5581
5582 Different flavours of DaVinci SOC's have differences in their EMAC IP
5583 This patch does the following
5584 1) Updates base addresses for DM365
5585 2) Updates MDIO frequencies for DM365 and DM646x
5586 3) Update EMAC wrapper registers for DM365 and DM646x
5587
5588 Patch applies to u-boot-net git. the EMAC driver itself
5589 will be updated shortly to add support for DM365 and DM646x
5590
5591 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5592 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5593
5594 commit 44578bea14e49035331a8f0e000e935e0d830ff4
5595 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5596 Date: Tue May 26 08:29:29 2009 -0400
5597
5598 Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
5599
5600 From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001
5601 From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5602 Date: Wed, 20 May 2009 18:26:01 -0400
5603 Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
5604
5605 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5606 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5607
5608 commit c9a2aab1512fb2d132670fff9c27656d2eb949cd
5609 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
5610 Date: Thu Jun 4 09:39:48 2009 +0200
5611
5612 A VLAN tagged DHCP request/discover is 4 bytes short
5613
5614 The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
5615 If sending a VLAN tagged frame (when env variable vlan is set) this
5616 should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
5617
5618 Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
5619 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5620
5621 commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193
5622 Author: Ben Warren <biggerbadderben@gmail.com>
5623 Date: Tue Apr 28 16:39:19 2009 -0700
5624
5625 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
5626
5627 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5628
5629 commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0
5630 Author: Ben Warren <biggerbadderben@gmail.com>
5631 Date: Tue May 26 00:34:07 2009 -0700
5632
5633 Switched davinci_emac Ethernet driver to use newer API
5634
5635 Added CONFIG_NET_MULTI to all Davinci boards
5636 Removed all calls to Davinci network driver from board code
5637 Added cpu_eth_init() to cpu/arm926ejs/cpu.c
5638
5639 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5640
5641 commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf
5642 Author: Ben Warren <biggerbadderben@gmail.com>
5643 Date: Mon Apr 27 23:19:10 2009 -0700
5644
5645 Initial cleanup of Davinci Ethernet driver
5646
5647 Removed pointless #ifdefs
5648 Moved functions around in file in preparation for switch to newer API
5649
5650 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5651
5652 commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b
5653 Author: Ben Warren <biggerbadderben@gmail.com>
5654 Date: Tue May 26 00:17:59 2009 -0700
5655
5656 Moved Davinci Ethernet driver to drivers/net
5657
5658 This driver has been renamed davinci_emac.c
5659
5660 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5661
5662 commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f
5663 Author: Prafulla Wadaskar <prafulla@marvell.com>
5664 Date: Tue May 19 01:40:16 2009 +0530
5665
5666 Marvell MV88E61XX Switch Driver support
5667
5668 Chips supported:-
5669 1. 88E6161 6 port gbe swtich with 5 integrated PHYs
5670 2. 88E6165 6 port gbe swtich with 5 integrated PHYs
5671 2. 88E6132 3 port gbe swtich with 2 integrated PHYs
5672 Platform specific configuration supported for:-
5673 default or router port vlan configuration
5674 led_init configuration
5675 mdip/n polarity reversal configuration
5676
5677 Note: This driver is supported and tested against
5678 kirkwood egiga interface
5679
5680 Contributors:
5681 Yotam Admon <yotam@marvell.com>
5682 Michael Blostein <michaelbl@marvell.com
5683
5684 Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
5685 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5686 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5687
5688 commit 091dc9f6adaf572b067ae91af92c4e7db33d7903
5689 Author: Zach LeRoy <zleroy@xes-inc.com>
5690 Date: Fri May 22 10:26:33 2009 -0500
5691
5692 tsec: Add support for BCM5482S PHY
5693
5694 Signed-off-by: Zach LeRoy <zleroy@xes-inc.com>
5695 Acked-by: Kumar Gala <galak@kernel.crashing.org>
5696 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5697
5698 commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0
5699 Author: Mike Frysinger <vapier@gentoo.org>
5700 Date: Sun Jun 14 06:29:07 2009 -0400
5701
5702 Blackfin: unify u-boot linker scripts
5703
5704 All the Blackfin linker scripts were duplicated across the board dirs with
5705 no difference save from the semi-often used ENV_IS_EMBEDDED option. So
5706 unify all of them in the lib_blackfin/ dir and for the few boards that
5707 need to embedded the environment directly, add a LDS_BOARD_TEXT define for
5708 them to customize via their board config file. This is much simpler than
5709 forcing them to duplicate the rest of the linker script.
5710
5711 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5712
5713 commit f52efcae98cbb8a39f1d0535df8d9646a776af9e
5714 Author: Mike Frysinger <vapier@gentoo.org>
5715 Date: Fri May 29 17:02:37 2009 -0400
5716
5717 Blackfin: bf518f-ezbrd: enable SST SPI flash driver
5718
5719 The BF51xF parts have an internal SST SPI flash, so make sure the driver is
5720 enabled by default so we can access it.
5721
5722 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5723
5724 commit f348ab85f741dc98b2d202c04b5f430eace94925
5725 Author: Mike Frysinger <vapier@gentoo.org>
5726 Date: Fri Apr 24 17:22:40 2009 -0400
5727
5728 Blackfin: convert specific pre/post config headers to common method
5729
5730 The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
5731 common Blackfin board defines. The common method now is to use config.h,
5732 so convert blackfin-config-post.h to that. Rename the still Blackfin
5733 specific blackfin-config-pre.h to config-pre.h so the naming conventions
5734 at least line up.
5735
5736 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5737
5738 commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1
5739 Author: Mike Frysinger <vapier@gentoo.org>
5740 Date: Fri Apr 24 17:11:47 2009 -0400
5741
5742 Blackfin: enable LZMA for all ADI boards
5743
5744 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5745
5746 commit 0e63dc0679451d48f8b727c543ce48b488f7a33f
5747 Author: Mike Frysinger <vapier@gentoo.org>
5748 Date: Mon Apr 13 05:52:45 2009 -0400
5749
5750 Blackfin: make default ADI env more flexible
5751
5752 Allow boards to easily override the root= and default bootcmd, allow
5753 people to tweak the file used in default bootcmds at runtime via one env
5754 var, and add a stock nandboot command.
5755
5756 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5757
5758 commit 0f52b560f19623ec651f9b9b40405d138ec251d3
5759 Author: Hoan Hoang <hnhoan@i-syst.com>
5760 Date: Sun Jan 18 22:44:17 2009 -0500
5761
5762 Blackfin: ibf-dsp561: new board port
5763
5764 Signed-off-by: Hoan Hoang <hnhoan@i-syst.com>
5765 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5766
5767 commit 3088189a15d219c48fd7e71623ca4daa08b80b59
5768 Author: Mike Frysinger <vapier@gentoo.org>
5769 Date: Sun Oct 12 23:28:33 2008 -0400
5770
5771 Blackfin: blackstamp: new board port
5772
5773 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5774
5775 commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2
5776 Author: Mike Frysinger <vapier@gentoo.org>
5777 Date: Sun Oct 12 23:22:25 2008 -0400
5778
5779 Blackfin: bf537-srv1: new board port
5780
5781 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5782
5783 commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b
5784 Author: Mike Frysinger <vapier@gentoo.org>
5785 Date: Sun Oct 12 23:16:52 2008 -0400
5786
5787 Blackfin: bf537-minotaur: new board port
5788
5789 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5790
5791 commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf
5792 Author: Mike Frysinger <vapier@gentoo.org>
5793 Date: Sun Oct 12 23:08:03 2008 -0400
5794
5795 Blackfin: bf537-pnav: new board port
5796
5797 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5798
5799 commit 59e4be945b6469e31eee721e0bcdccf4940d75ac
5800 Author: Mike Frysinger <vapier@gentoo.org>
5801 Date: Sun Oct 12 21:55:45 2008 -0400
5802
5803 Blackfin: cm-bf527: new board port
5804
5805 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5806
5807 commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5
5808 Author: Mike Frysinger <vapier@gentoo.org>
5809 Date: Sun Oct 12 21:54:07 2008 -0400
5810
5811 Blackfin: cm-bf548: new board port
5812
5813 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5814
5815 commit 9417d9a21384279308abe5b4dd8dfd418742484c
5816 Author: Mike Frysinger <vapier@gentoo.org>
5817 Date: Sun Oct 12 21:49:28 2008 -0400
5818
5819 Blackfin: tcm-bf537: new board port
5820
5821 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5822
5823 commit e548321af00e869af7194896576beb9b68457ff7
5824 Author: Mike Frysinger <vapier@gentoo.org>
5825 Date: Sun Oct 12 21:45:05 2008 -0400
5826
5827 Blackfin: cm-bf561: new board port
5828
5829 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5830
5831 commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c
5832 Author: Mike Frysinger <vapier@gentoo.org>
5833 Date: Sun Oct 12 21:41:06 2008 -0400
5834
5835 Blackfin: cm-bf537e: new board port
5836
5837 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5838
5839 commit e82d8a1f028bedb12c4ab88a35a935010d92898c
5840 Author: Mike Frysinger <vapier@gentoo.org>
5841 Date: Sun Oct 12 21:36:22 2008 -0400
5842
5843 Blackfin: cm-bf533: new board port
5844
5845 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5846
5847 commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38
5848 Author: Mike Frysinger <vapier@gentoo.org>
5849 Date: Thu Nov 27 16:50:32 2008 -0500
5850
5851 Blackfin: new spibootldr command
5852
5853 Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes,
5854 so add a new 'spibootldr' command to take advantage of it.
5855
5856 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5857
5858 commit 67c2829b646bb5b859088b36fbc89e971b9c1960
5859 Author: Mike Frysinger <vapier@gentoo.org>
5860 Date: Mon Oct 6 04:42:33 2008 -0400
5861
5862 Blackfin: support embedding the environment into loader files (LDRs)
5863
5864 For the most part, the Blackfin processor boots files in the LDR format
5865 rather than binary/ELF files. So we want to export the environment as a
5866 raw blob to the LDR utility so it can embed it at the right location.
5867
5868 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5869
5870 commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6
5871 Author: Mike Frysinger <vapier@gentoo.org>
5872 Date: Sun Jun 14 11:03:48 2009 -0400
5873
5874 add %.c->%.i and %.c->%.s rules
5875
5876 The Linux kernel has some helper rules which allow you to quickly produce
5877 some of the intermediary files from C source. Specifically, you can
5878 create .i files which is the preprocessed output and you can create .s
5879 files which is the assembler output. This is useful when you are trying
5880 to track down header/macro expansion errors or inline assembly errors.
5881
5882 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5883 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5884
5885 commit 6d1ce387874c1060f27656f70151a52c511cd0e3
5886 Author: Mike Frysinger <vapier@gentoo.org>
5887 Date: Sat May 30 01:02:03 2009 -0400
5888
5889 make sure toplevel $(SUBDIRS) is always declared
5890
5891 The $(SUBDIRS) variable is only declared when U-Boot has been configured,
5892 but it gets used all the time. In the non-configured case, it is used to
5893 generate a helpful error message, but it needs to be set properly for that
5894 to occur.
5895
5896 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5897
5898 commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43
5899 Author: Grzegorz Bernacki <gjb@semihalf.com>
5900 Date: Fri Jun 12 11:33:55 2009 +0200
5901
5902 digsy mtc: Add description to GPIO initial configuration.
5903
5904 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
5905
5906 commit 12304871bc7839145f2b4238923e9023616d7399
5907 Author: Grzegorz Bernacki <gjb@semihalf.com>
5908 Date: Fri Jun 12 11:33:54 2009 +0200
5909
5910 digsy MTC: Add 'mtc' command.
5911
5912 New command allows to:
5913 o check FW version
5914 o set LED status
5915 o set digital output status
5916 o get digital input status
5917
5918 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
5919
5920 commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5
5921 Author: Grzegorz Bernacki <gjb@semihalf.com>
5922 Date: Fri Jun 12 11:33:53 2009 +0200
5923
5924 digsy MTC: Add SPI support.
5925
5926 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
5927
5928 commit 6325b7780dad8be26ba6fc25ef88ba338c50205b
5929 Author: Grzegorz Bernacki <gjb@semihalf.com>
5930 Date: Fri Jun 12 11:33:52 2009 +0200
5931
5932 mpc52xx: Add SPI driver.
5933
5934 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
5935
5936 commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
5937 Author: Mike Frysinger <vapier@gentoo.org>
5938 Date: Sun Jun 14 09:33:00 2009 -0400
5939
5940 allow boards to customize compiler options on a per-file/dir basis
5941
5942 With our Blackfin boards, we like to build the compression routines with
5943 -O2 as our tests show a pretty good size/speed tradeoff. For the rest of
5944 U-Boot though, we want to stick with the default -Os as that is mostly
5945 control code. So in our case, we would add a line like so to the board
5946 specific config.mk file:
5947 CFLAGS_lib_generic += -O2
5948
5949 Now all files under lib_generic/ will have -O2 appended to their build.
5950
5951 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5952 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5953
5954 commit 6b1f78ae6ad037382ad430b07064105c88f7ac02
5955 Author: Wolfgang Denk <wd@denx.de>
5956 Date: Sun Jun 14 21:30:39 2009 +0200
5957
5958 Prepare v2009.06
5959
5960 Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
5961
5962 Signed-off-by: Wolfgang Denk <wd@denx.de>
5963
5964 commit c3147c1762f8caf99649051116a2411bdf887c10
5965 Author: Wolfgang Denk <wd@denx.de>
5966 Date: Sun Jun 14 20:31:36 2009 +0200
5967
5968 Revert "SMC911x driver fixed for NFS boot"
5969
5970 This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
5971 which causes compile warnings ("large integer implicitly truncated
5972 to unsigned type") on all systems that use this driver. The warning
5973 results from passing long constants (TX_CFG, RX_CFG) into
5974 smc911x_set_mac_csr() which is declared to accept "unsigned
5975 character" arguments only.
5976
5977 Being close to a release, with nobody available to actually test the
5978 code or the suggested fixes, it seems better to revert the patch.
5979
5980 commit 388517e4b745b00256c2fa201ce7bccb67b4f245
5981 Author: Peter Tyser <ptyser@xes-inc.com>
5982 Date: Fri May 22 10:26:37 2009 -0500
5983
5984 xes: Update Freescale clock code to work with 86xx processors
5985
5986 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5987 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5988
5989 commit 25623937bb81cae788d767e6c59a11c96fc82866
5990 Author: Peter Tyser <ptyser@xes-inc.com>
5991 Date: Fri May 22 10:26:36 2009 -0500
5992
5993 xes: Update Freescale DDR code to work with 86xx processors
5994
5995 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5996 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5997
5998 commit bef3013908bbc68f24084174a3ca86cc2a3eb986
5999 Author: Peter Tyser <ptyser@xes-inc.com>
6000 Date: Fri May 22 10:26:35 2009 -0500
6001
6002 xes: Update Freescale PCI code to work with 86xx processors
6003
6004 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6005 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6006
6007 commit 6442b71b522face775c1c31bd43121db3b4bf7d6
6008 Author: Peter Tyser <ptyser@xes-inc.com>
6009 Date: Fri May 22 10:26:32 2009 -0500
6010
6011 85xx: Add PORBMSR and PORDEVSR shift defines
6012
6013 Add defines similar to those already used for the the 86xx architecture.
6014 This will ease sharing of PCI code between the 85xx and 86xx
6015 architectures.
6016
6017 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6018 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6019
6020 commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec
6021 Author: Peter Tyser <ptyser@xes-inc.com>
6022 Date: Thu May 21 12:10:00 2009 -0500
6023
6024 fsl/85xx, 86xx: Sync up DMA code
6025
6026 The following changes were made to sync up the DMA code between the 85xx
6027 and 86xx architectures which will make it easier to break out common
6028 8xxx DMA code:
6029
6030 85xx:
6031 - Don't set STRANSINT and SPCIORDER fields in SATR register. These bits
6032 only have an affect when the SBPATMU bit is set.
6033 - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
6034 status register. We may as well clear all 32 bits of the register...
6035
6036 86xx:
6037 - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
6038 - Add clearing of errors in the DMA status register when initializing
6039 the controller
6040 - Clear the channel start bit in the DMA mode register after a transfer
6041
6042 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6043 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6044
6045 commit b1f12650d332eadac1306a772cab6096abee6ddd
6046 Author: Peter Tyser <ptyser@xes-inc.com>
6047 Date: Thu May 21 12:09:59 2009 -0500
6048
6049 fsl: Create common fsl_dma.h for 85xx and 86xx cpus
6050
6051 Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
6052 reduce a large amount of code duplication
6053
6054 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6055 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6056
6057 commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9
6058 Author: Haiying Wang <Haiying.Wang@freescale.com>
6059 Date: Wed May 20 12:30:41 2009 -0400
6060
6061 85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS
6062
6063 On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via
6064 UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we
6065 disable UEC6 and UEC8 by default.
6066
6067 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6068 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6069
6070 commit e8efef7c1b457442583a8b9d38d8a5b667661616
6071 Author: Haiying Wang <Haiying.Wang@freescale.com>
6072 Date: Thu Jun 4 16:12:42 2009 -0400
6073
6074 drivers/qe: add sgmii support in for UEC driver
6075
6076 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6077 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6078
6079 commit 8e55258f144764de8902e9f078a7ad4c6c022c2f
6080 Author: Haiying Wang <Haiying.Wang@freescale.com>
6081 Date: Thu Jun 4 16:12:41 2009 -0400
6082
6083 qe: Pass in uec_info struct through uec_initialize
6084
6085 The uec driver contains code to hard code configuration information for the uec
6086 ethernet controllers. This patch creates an array of uec_info structures, which
6087 are then parsed by the corresponding driver instance to determine configuration.
6088 It also creates function uec_standard_init() to initialize all UEC interfaces
6089 for 83xx and 85xx.
6090
6091 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6092 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6093
6094 commit 9a6110897fc9282ade598bbba70ad72b940436e3
6095 Author: Haiying Wang <Haiying.Wang@freescale.com>
6096 Date: Thu Jun 4 16:12:40 2009 -0400
6097
6098 fsl: Update the number of ethxaddr in reading system eeprom
6099
6100 We support up to 8 mac addresses in system eeprom, so we define the macro
6101 MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr
6102 according to mac_count.
6103
6104 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6105 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6106
6107 commit f82107f637f167a77803c0933f9b24741a91c711
6108 Author: Haiying Wang <Haiying.Wang@freescale.com>
6109 Date: Wed May 20 12:30:37 2009 -0400
6110
6111 85xx: Add RMII support for MPC8569MDS
6112
6113 This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
6114 support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
6115 enalbe_mpc8569mds_qe_uec which is more accurate.
6116
6117 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6118 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6119
6120 commit 750098d33bc362ac4263863e92da158cf011063f
6121 Author: Haiying Wang <Haiying.Wang@freescale.com>
6122 Date: Wed May 20 12:30:36 2009 -0400
6123
6124 85xx: Add UEC3 and UEC4 support for MPC8569MDS
6125
6126 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6127 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6128
6129 commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e
6130 Author: Haiying Wang <Haiying.Wang@freescale.com>
6131 Date: Wed May 20 12:30:35 2009 -0400
6132
6133 drivers/qe: Add more SNUM number for QE
6134
6135 Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII-
6136 1000 mode.
6137
6138 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6139 Acked-by: Timur Tabi <timur@freescale.com>
6140 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6141
6142 commit 7211fbfa18f3061858696150ee6e9e093d9eceae
6143 Author: Haiying Wang <Haiying.Wang@freescale.com>
6144 Date: Thu May 21 15:34:14 2009 -0400
6145
6146 drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
6147
6148 Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and
6149 define MAX_QE_RISC for QE based silicons.
6150
6151 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6152 Acked-by: Timur Tabi <timur@freescale.com>
6153 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6154
6155 commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c
6156 Author: Haiying Wang <Haiying.Wang@freescale.com>
6157 Date: Wed May 20 12:30:29 2009 -0400
6158
6159 85xx: Add QE clk support
6160
6161 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6162 Acked-by: Timur Tabi <Timur@freescale.com>
6163 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6164
6165 commit 71b358cc26792889bbac35054d8e89d59b3fabc4
6166 Author: Kumar Gala <galak@kernel.crashing.org>
6167 Date: Wed May 20 01:11:33 2009 -0500
6168
6169 85xx: Added MPC8535/E identifiers
6170
6171 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6172
6173 commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1
6174 Author: Kumar Gala <galak@kernel.crashing.org>
6175 Date: Thu May 21 08:36:43 2009 -0500
6176
6177 85xx: Always attempt ethernet device tree fixup
6178
6179 Its reasonable that we may have ethernet devices but dont have drivers
6180 or support enabled for them in u-boot and want the device tree fixed up.
6181 Unconditionally calling the ethernet fixup is fine since if we dont have
6182 ethernet nodes that match (or aliases) we will not attempt to do
6183 anything.
6184
6185 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6186 Acked-by: Timur Tabi <timur@freescale.com>
6187
6188 commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
6189 Author: Haiying Wang <Haiying.Wang@freescale.com>
6190 Date: Thu May 21 15:32:13 2009 -0400
6191
6192 drivers/qe: Rename the camel-case identifiers in uec
6193
6194 Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle.
6195
6196 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6197
6198 commit feb7838f979ec2b581df3c791b9ae3284c36bb47
6199 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
6200 Date: Fri Apr 3 15:36:13 2009 -0500
6201
6202 85xx: Add P2020DS support
6203
6204 The patch adds support for P2020DS reference platform.
6205 DDR3 interface uses hard-coded initialization rather than SPD
6206 for now and was tested at 667Mhz. Some PIXIS register
6207 definitions and associated code sections need to be fixed.
6208 TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all
6209 tested under u-boot.
6210
6211 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
6212 Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
6213 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6214
6215 commit 229549a56d9ae413c00f64fd7c728c6879a1b54b
6216 Author: Stefan Roese <sr@denx.de>
6217 Date: Tue Jun 9 16:57:47 2009 +0200
6218
6219 mpc512x: MPC5121ADS: Add NAND support
6220
6221 This patch adds NAND support to the MPC5121ADS board. Please
6222 note that the image size increased since NAND support didn't
6223 fit in the current image size (256k).
6224
6225 Signed-off-by: Stefan Roese <sr@denx.de>
6226 Signed-off-by: Wolfgang Denk <wd@denx.de>
6227 Cc: Wolfgang Denk <wd@denx.de>
6228
6229 commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f
6230 Author: Stefan Roese <sr@denx.de>
6231 Date: Tue Jun 9 16:57:03 2009 +0200
6232
6233 nand/mpc512x: Add MPC512x NAND support (NFC)
6234
6235 This patch adds NAND Flash Controller driver for MPC5121 revision 2.
6236 All device features, except hardware ECC and power management, are
6237 supported.
6238
6239 This NFC driver replaces the one orignally posted by John Rigby:
6240
6241 "[PATCH] Freescale NFC NAND driver"
6242
6243 It's a port of the Linux driver version posted by Piotr Ziecik a few
6244 weeks ago. Using this driver has the following advantages (from my
6245 point of view):
6246
6247 - Compatibility with the Linux NAND driver (e.g. ECC usage)
6248 - Better code quality in general
6249 - Resulting U-Boot image is a bit smaller (approx. 3k)
6250 - Better to sync with newer Linux driver versions
6251
6252 The only disadvantage I can see, is that HW-ECC is not supported right
6253 now. But this could be added later (e.g. port from Linux driver after
6254 it's supported there). Using HW-ECC on the MCP5121 NFC has a general
6255 problem because of the ECC usage in the spare area. This collides with
6256 JFFS2 for example.
6257
6258 Signed-off-by: Stefan Roese <sr@denx.de>
6259 Cc: Piotr Ziecik <kosmo@semihalf.com>
6260 Cc: Wolfgang Denk <wd@denx.de>
6261 Cc: John Rigby <jcrigby@gmail.com>
6262 Cc: Scott Wood <scottwood@freescale.com>
6263
6264 commit e53b507cee5d976953134a565c72fd32c967d7dd
6265 Author: Stefan Roese <sr@denx.de>
6266 Date: Tue Jun 9 11:50:40 2009 +0200
6267
6268 mpc512x: Add esd gmbh mecp5123 board support
6269
6270 MECP5123 is a MPC5121E based module by esd gmbh.
6271
6272 Signed-off-by: Stefan Roese <sr@denx.de>
6273 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
6274
6275 commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9
6276 Author: Stefan Roese <sr@denx.de>
6277 Date: Tue Jun 9 11:50:05 2009 +0200
6278
6279 mcp512x: Add macros for SCFR LPC divisor access
6280
6281 Thos macros will be used by the esd mecp5123 board.
6282
6283 Signed-off-by: Stefan Roese <sr@denx.de>
6284
6285 commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551
6286 Author: Stefan Roese <sr@denx.de>
6287 Date: Mon Jun 8 09:38:07 2009 +0200
6288
6289 mpc512x: Fix problem with I2C access before relocation
6290
6291 This is needed for the upcoming esd MECP5123 board port which uses
6292 I2C EEPROM for environment storage.
6293
6294 Signed-off-by: Stefan Roese <sr@denx.de>
6295 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
6296 Acked-by: Heiko Schocher<hs@denx.de>
6297
6298 commit 58f10460b05e0928d986b15edd4f2e1e99403f7e
6299 Author: Stefan Roese <sr@denx.de>
6300 Date: Thu Jun 4 13:35:39 2009 +0200
6301
6302 74xx_7xx: CPCI750: Add CPCI adapter/target support
6303
6304 The CPCI750 can be built as CPCI host or adapter/target board. This patch
6305 adds support for runtime detection of those variants.
6306
6307 Signed-off-by: Stefan Roese <sr@denx.de>
6308 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
6309
6310 commit ae7a2739d7a0704437376e229bb21940952c55be
6311 Author: Stefan Roese <sr@denx.de>
6312 Date: Fri Jun 5 05:45:41 2009 +0200
6313
6314 74xx_7xx: CPCI750: Enable access to PCI function > 0
6315
6316 The Marvell bridge 64360 supports serveral PCI functions, not only 0. This
6317 patch enables access to those functions.
6318
6319 Signed-off-by: Stefan Roese <sr@denx.de>
6320 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
6321
6322 commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a
6323 Author: Stefan Roese <sr@denx.de>
6324 Date: Thu Jun 4 13:35:37 2009 +0200
6325
6326 74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
6327
6328 Signed-off-by: Stefan Roese <sr@denx.de>
6329 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
6330
6331 commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5
6332 Author: Stefan Roese <sr@denx.de>
6333 Date: Thu Jun 4 13:35:36 2009 +0200
6334
6335 74xx_7xx: CPCI750: Add loadpci command
6336
6337 This command is used to load/boot an OS-image which is transferred from
6338 the CPCI host to the CPCI target/adapter.
6339
6340 Signed-off-by: Stefan Roese <sr@denx.de>
6341 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
6342
6343 commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a
6344 Author: Stefan Roese <sr@denx.de>
6345 Date: Thu Jun 4 13:35:35 2009 +0200
6346
6347 74xx_7xx: CPCI750: Add commandline editing/history
6348
6349 Signed-off-by: Stefan Roese <sr@denx.de>
6350 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
6351
6352 commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724
6353 Author: Stefan Roese <sr@denx.de>
6354 Date: Thu Jun 4 16:55:34 2009 +0200
6355
6356 UBI: Add compile-time check for correct malloc area configuration
6357
6358 UBI is quite memory greedy and requires at least approx. 512k of malloc
6359 area. This patch adds a compile-time check, so that boards will not
6360 build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN).
6361
6362 Signed-off-by: Stefan Roese <sr@denx.de>
6363
6364 commit 7ce6031afc8671c8b47c6135b3678d43fcd02852
6365 Author: Prafulla Wadaskar <prafulla@marvell.com>
6366 Date: Mon Apr 6 21:24:43 2009 +0530
6367
6368 sf: new Macronix MX25xx SPI flash driver
6369
6370 Added macronix SF driver for MTD framework
6371 MX25L12805D is supported and tested
6372 TBD: sector erase implementation, other deivces support
6373
6374 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
6375 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6376
6377 commit 2a6cc58869305f346e389eefdfa96dea5146cb0c
6378 Author: Todor I Mollov <tmollov@ucsd.edu>
6379 Date: Sat Apr 4 07:14:44 2009 -0400
6380
6381 sf: atmel: implement power-of-two write/erase funcs
6382
6383 Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
6384 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6385 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6386
6387 commit 4bc6eb79be2a7317425575184324b94e3b43fbc2
6388 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
6389 Date: Mon May 25 17:23:18 2009 +0530
6390
6391 mpc85xx: 8536ds: Add USB related CONFIGs
6392
6393 This patch adds CONFIGs for enabling USB in mpc8536ds and also
6394 adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
6395 Copyright.
6396
6397 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6398 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6399
6400 commit 6823e9b01290977c4d9c90381459c01f66e12e79
6401 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
6402 Date: Mon May 25 17:23:17 2009 +0530
6403
6404 mpc83xx: 8315erdb: Add USB related CONFIGs
6405
6406 This patch adds CONFIGs for enabling USB in mpc8315erdb and also
6407 adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
6408 Copyright.
6409
6410 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6411 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6412
6413 commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8
6414 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
6415 Date: Thu May 21 17:32:48 2009 +0530
6416
6417 mpc85xx: USB: Add support
6418
6419 The following patch adds 85xx-specific USB support and also
6420 revamps Copyright in immap_85xx.h
6421
6422 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6423 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6424
6425 commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a
6426 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
6427 Date: Mon May 25 17:23:16 2009 +0530
6428
6429 mpc83xx: USB: Reorganized its support
6430
6431 The following patch reorganizes/reworks the USB support for mpc83xx
6432 as under:-
6433
6434 * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
6435 cpu/mpx83xx/cpu_init.c
6436
6437 * Board specific usb_phy_type is read from the environment
6438
6439 * Adds USB EHCI specific structure in include/usb/ehci-fsl.h
6440
6441 * Copyrights revamped in most of the following files
6442
6443 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6444 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6445
6446 commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e
6447 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
6448 Date: Thu May 21 17:32:27 2009 +0530
6449
6450 mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
6451
6452 The following patch moves 8xxx-specifc USB #defines from
6453 drivers/usb/host/ehci-fsl.h to include/usb.
6454
6455 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6456 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6457
6458 commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da
6459 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
6460 Date: Thu May 21 17:32:15 2009 +0530
6461
6462 mpc8xxx: USB: Removed reenablement of its interface
6463
6464 To prepare for the 85xx USB support, which requires interface enablement
6465 only once in (specified) order, no different than instructions for
6466 enabling the interface under 83xx. It is unknown why the original author
6467 enabled the interface twice (checked for references in errata, etc).
6468
6469 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6470 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6471
6472 commit 2c7920afaf96d9779304202cd8a355b4f7576a83
6473 Author: Peter Tyser <ptyser@xes-inc.com>
6474 Date: Fri May 22 17:23:25 2009 -0500
6475
6476 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
6477
6478 Use the standard lowercase "x" capitalization that other Freescale
6479 architectures use for CPU defines to prevent confusion and errors
6480
6481 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6482 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6483
6484 commit 0f898604945af4543c1525fc33b6bae621a3b805
6485 Author: Peter Tyser <ptyser@xes-inc.com>
6486 Date: Fri May 22 17:23:24 2009 -0500
6487
6488 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
6489
6490 Use the standard lowercase "xx" capitalization that other Freescale
6491 architectures use for CPU defines to prevent confusion and errors
6492
6493 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6494 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6495
6496 commit ba4feae90ca71de1681d5808f17e73224d8f03c4
6497 Author: Stefan Roese <sr@denx.de>
6498 Date: Tue Jun 2 16:53:16 2009 +0200
6499
6500 mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
6501
6502 This patch removes the duplicated code for baudrate generator configuration
6503 in the PSC serial_init() implementation by calling serial_setbrg() instead
6504 of duplicating the code.
6505
6506 Signed-off-by: Stefan Roese <sr@denx.de>
6507
6508 commit b8c1d6a54ff8195488b68e163de8ec31f1603496
6509 Author: Stefan Roese <sr@denx.de>
6510 Date: Tue Jun 2 16:53:15 2009 +0200
6511
6512 mpc512x: Fix PSC divisor calculation for baudrate setting
6513
6514 The wrong input frequency was used in serial_setbrg(). This patch fixes
6515 this by using ips_clk as input frequency for the PSC baudrate generator.
6516
6517 Signed-off-by: Stefan Roese <sr@denx.de>
6518
6519 commit 52568c3654b2b257016d52167805ae132faac14e
6520 Author: Wolfgang Denk <wd@denx.de>
6521 Date: Sat May 16 10:47:46 2009 +0200
6522
6523 MPC512x: add support for ARIA board
6524
6525 ARIA is a MPC5121E based COM Express module by Dave/DENX.
6526
6527 Signed-off-by: Wolfgang Denk <wd@denx.de>
6528 Cc: John Rigby <jcrigby@gmail.com>
6529
6530 commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f
6531 Author: Wolfgang Denk <wd@denx.de>
6532 Date: Sat May 16 10:47:45 2009 +0200
6533
6534 MPC512x: remove include/mpc512x.h
6535
6536 Move needed definitions (register descriptions etc.) from
6537 include/mpc512x.h into include/asm-ppc/immap_512x.h.
6538
6539 Instead of using a #define'd register offset, use a function that
6540 provides the PATA controller's base address.
6541
6542 All the rest of include/mpc512x.h are register offset definitions
6543 which can be eliminated by proper use of C structures.
6544
6545 There are only a few register offsets remaining that are needed in
6546 cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h
6547 which is intended as a temporary workaround only. In a later patch
6548 this file will be removed, too, and then auto-generated from the
6549 respective C structs.
6550
6551 Signed-off-by: Wolfgang Denk <wd@denx.de>
6552 Cc: John Rigby <jcrigby@gmail.com>
6553
6554 commit a927e491b2a326c1e9c4313e3ce4042988422697
6555 Author: Wolfgang Denk <wd@denx.de>
6556 Date: Sat May 16 10:47:44 2009 +0200
6557
6558 MPC512x FEC: get rid of duplicated struct ethernet_regs
6559
6560 Use existing struct fec512x instead.
6561
6562 Signed-off-by: Wolfgang Denk <wd@denx.de>
6563 Cc: John Rigby <jcrigby@gmail.com>
6564 Acked-by: Ben Warren <biggerbadderben@gmail.com>
6565
6566 commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
6567 Author: Wolfgang Denk <wd@denx.de>
6568 Date: Sat May 16 10:47:43 2009 +0200
6569
6570 MPC512x: use I/O accessors instead of pointer accesses
6571
6572 This commit changes the MPC512x code to use I/O accessor calls (i.e.
6573 out_*() and in_*()) instead of using deprecated pointer accesses.
6574
6575 Signed-off-by: Wolfgang Denk <wd@denx.de>
6576 Cc: John Rigby <jcrigby@gmail.com>
6577
6578 commit 19dc7e179268be148e550c36203208c662610d76
6579 Author: Wolfgang Denk <wd@denx.de>
6580 Date: Sat May 16 10:47:42 2009 +0200
6581
6582 MPC512x: add more hardware description to immap_512x.h
6583
6584 - add GPIO module description
6585 - add Address Latch Timing Register description
6586 - add IO Control Memory Map
6587 - add FEC Memory Map
6588
6589 Also change board/freescale/mpc5121ads/mpc5121ads.c and
6590 cpu/mpc512x/iopin.c as needed.
6591
6592 Signed-off-by: Wolfgang Denk <wd@denx.de>
6593 Cc: John Rigby <jcrigby@gmail.com>
6594
6595 commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c
6596 Author: Wolfgang Denk <wd@denx.de>
6597 Date: Sat May 16 10:47:41 2009 +0200
6598
6599 Rename ads5121 board into mpc5121ads
6600
6601 We rename the board so we use a consistent name in U-Boot and in
6602 Linux. Also, we use this opportunity to move the board into the
6603 Freecale vendor directory.
6604
6605 Signed-off-by: Wolfgang Denk <wd@denx.de>
6606 Cc: John Rigby <jcrigby@gmail.com>
6607
6608 commit debf87415579c0f50aab9e0832976d4506babe0f
6609 Author: Wolfgang Denk <wd@denx.de>
6610 Date: Sat May 16 10:47:40 2009 +0200
6611
6612 cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type
6613
6614 Signed-off-by: Wolfgang Denk <wd@denx.de>
6615 Cc: John Rigby <jcrigby@gmail.com>
6616
6617 commit 8b251263191ec554967dd1add6237c1ba7f7eb25
6618 Author: Wolfgang Denk <wd@denx.de>
6619 Date: Sat May 16 10:47:39 2009 +0200
6620
6621 cpu/mpc512x/pci.c: minor coding style cleanup
6622
6623 Get rid of variable declaration in the middle of the code.
6624
6625 Signed-off-by: Wolfgang Denk <wd@denx.de>
6626 Cc: John Rigby <jcrigby@gmail.com>
6627
6628 commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87
6629 Author: Wolfgang Denk <wd@denx.de>
6630 Date: Sat May 16 10:47:38 2009 +0200
6631
6632 mpc512x: Move common files to share them by several boards
6633
6634 We will soon see several new MPC521x based boards added. This patch
6635 moves files that are not board specific to a common directory so they
6636 can be shared by all such ports. It also splits off common IDE code
6637 into a new file, cpu/mpc512x/ide.c .
6638
6639 Signed-off-by: Wolfgang Denk <wd@denx.de>
6640 Cc: John Rigby <jcrigby@gmail.com>
6641
6642 commit 03e069dc0a765d506f78a68319acf33d432e035b
6643 Author: Wolfgang Denk <wd@denx.de>
6644 Date: Sat May 16 10:47:37 2009 +0200
6645
6646 mpc512x: change cpu/mpc512x/Makefile to use Kconfig style
6647
6648 Signed-off-by: Wolfgang Denk <wd@denx.de>
6649 Cc: John Rigby <jcrigby@gmail.com>
6650
6651 commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd
6652 Author: Wolfgang Denk <wd@denx.de>
6653 Date: Sun May 24 17:06:54 2009 +0200
6654
6655 General help message cleanup
6656
6657 Many of the help messages were not really helpful; for example, many
6658 commands that take no arguments would not print a correct synopsis
6659 line, but "No additional help available." which is not exactly wrong,
6660 but not helpful either.
6661
6662 Commit ``Make "usage" messages more helpful.'' changed this
6663 partially. But it also became clear that lots of "Usage" and "Help"
6664 messages (fields "usage" and "help" in struct cmd_tbl_s respective)
6665 were actually redundant.
6666
6667 This patch cleans this up - for example:
6668
6669 Before:
6670 => help dtt
6671 dtt - Digital Thermometer and Thermostat
6672
6673 Usage:
6674 dtt - Read temperature from digital thermometer and thermostat.
6675
6676 After:
6677 => help dtt
6678 dtt - Read temperature from Digital Thermometer and Thermostat
6679
6680 Usage:
6681 dtt
6682
6683 Signed-off-by: Wolfgang Denk <wd@denx.de>
6684
6685 commit 94796d8544d4248028141bad11c6a74b840e9d6e
6686 Author: Wolfgang Denk <wd@denx.de>
6687 Date: Sun May 24 19:17:29 2009 +0200
6688
6689 Make "usage" messages more helpful.
6690
6691 In case of incorrect command invocations U-Boot used to print pretty
6692 useless "usage" messages, for example:
6693
6694 => nand markbad
6695 Usage:
6696 nand - NAND sub-system
6697
6698 In the result, the user would have to run the "help" command to get
6699 the (available) information about correct command usage. Change this,
6700 so that this information gets always printed.
6701
6702 Note that this changes the user interface of all commands, but
6703 hopefully to the better.
6704
6705 Signed-off-by: Wolfgang Denk <wd@denx.de>
6706
6707 commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be
6708 Author: Mike Frysinger <vapier@gentoo.org>
6709 Date: Sun May 24 02:26:19 2009 -0400
6710
6711 nvedit: speed up printing of environment
6712
6713 The printing code would check the same environment byte multiple times and
6714 write to the console one byte at a time. For some devices (such as the
6715 Blackfin JTAG console which operates in 8 bytes at a time), this is pretty
6716 damned slow. So create a small 16 byte buffer to fill up and send to puts
6717 as needed. In the process, unify the different print functions, shrink
6718 the resulting code (source and compiled), and avoid excess env reads as
6719 those too can be somewhat expensive depending on the board.
6720
6721 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6722
6723 commit 3112030a430553768de5d30c05bedf8710784452
6724 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6725 Date: Fri May 22 19:28:52 2009 +0200
6726
6727 config.mk: remove un-needed REMOTE_BUILD check
6728
6729 as $(obj) is empty when in tree build
6730
6731 %.s: %.S
6732 $(CPP) $(AFLAGS) -o $@ $<
6733
6734 and
6735
6736 $(obj)%.s: %.S
6737 $(CPP) $(AFLAGS) -o $@ $<
6738
6739 are the same
6740
6741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6742 Acked-by: Mike Frysinger <vapier@gentoo.org>
6743
6744 commit 651351fe980b20217b014b9a888398f18d77951c
6745 Author: Tom Rix <Tom.Rix@windriver.com>
6746 Date: Wed May 20 07:55:41 2009 -0500
6747
6748 FAT replace compare_sign with strncmp.
6749
6750 The static function compare_sign is only used to compare the fs_type string
6751 and does not do anything more than what strncmp does.
6752
6753 The addition of the trailing '\0' to fs_type, while legal, is not needed
6754 because the it is never printed out and strncmp does not depend on NULL
6755 terminated strings.
6756
6757 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6758
6759 commit ecb1dc892297d5d99876907328fed732feefeab2
6760 Author: Mike Frysinger <vapier@gentoo.org>
6761 Date: Wed May 20 04:35:14 2009 -0400
6762
6763 Add support for Linux-like kallsysms
6764
6765 The kernel stores address<->symbol names in it so things can be decoded at
6766 runtime. Do it in U-Boot, and we get nice symbol decoding when crashing.
6767
6768 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6769
6770 commit 36c9169aa6f79ddf604a3bca64e145654f94888b
6771 Author: Wolfgang Denk <wd@denx.de>
6772 Date: Sun May 17 16:01:54 2009 +0200
6773
6774 cmd_mtdparts.c: allow to omit definitions for default settings
6775
6776 There is actually no good reason to enforce that all board
6777 configuations must define default settings for "mtdids" and
6778 "mtdparts". Actually this may be difficult to handle, especially on
6779 boards where different sizes of flash chips can be fit, so there is no
6780 real "default" partition map for all boards.
6781
6782 Lift this arbitrary limitation.
6783
6784 Signed-off-by: Wolfgang Denk <wd@denx.de>
6785
6786 commit 864aa034f3a0e10ce710e8bbda171df3cab59414
6787 Author: Stefan Roese <sr@denx.de>
6788 Date: Tue May 12 14:31:56 2009 +0200
6789
6790 cmd_mtdparts: Move to common handling of FLASH devices via MTD layer
6791
6792 This patch removes all references to the direct CFI FLASH interface
6793 (via flash_info[]). Now that all FLASH types currently handled in
6794 mtdparts are available (if selected, see below) via the MTD infrastructure.
6795 This is NOR, NAND and OneNAND right now. This can be achieved by defining
6796 the following options:
6797
6798 CONFIG_MTD_DEVICE (for all FLASH types)
6799
6800 plus
6801
6802 CONFIG_FLASH_CFI_MTD (for NOR FLASH)
6803
6804 So we need to add those defines to the board config headers currently
6805 using the mtdparts commands. This is done via another patch, so
6806 we shouldn't break mtdparts compatibility.
6807
6808 One big advantage from this solution is that the cmd_mtdparts.c is
6809 *much* cleaner now. Lot's of #ifdef's are removed and the code itself
6810 is smaller. Additionally the newly added MDT concatenation feature
6811 can new be used via the mtdparts infrastructure and therefor via
6812 UBI etc.
6813
6814 Signed-off-by: Stefan Roese <sr@denx.de>
6815 Cc: Ladislav Michl <ladis@linux-mips.org>
6816 Cc: Scott Wood <scottwood@freescale.com>
6817
6818 commit d558107c18708050f05b6639b2192efb67c905dc
6819 Author: Stefan Roese <sr@denx.de>
6820 Date: Tue May 12 14:31:18 2009 +0200
6821
6822 mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
6823
6824 This new define enables mtdcore.c compilation and with this we can
6825 select the MTD device infrastructure needed for the reworked mtdparts
6826 command.
6827
6828 We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
6829 CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
6830 for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.
6831
6832 Signed-off-by: Stefan Roese <sr@denx.de>
6833 Cc: Scott Wood <scottwood@freescale.com>
6834
6835 commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad
6836 Author: Stefan Roese <sr@denx.de>
6837 Date: Tue May 12 14:32:58 2009 +0200
6838
6839 mtd: MTD related config header changes (mtdparts command)
6840
6841 By changing the cmd_mtdparts to only use the MTD infrastructure and
6842 not the direct interface to the CFI NOR FLASH driver we now need
6843 to add the MTD infrastructure to all boards using those mtdparts
6844 commands. This patch adds those components:
6845
6846 CONFIG_MTD_DEVICE (for all FLASH types)
6847
6848 plus
6849
6850 CONFIG_FLASH_CFI_MTD (for NOR FLASH)
6851
6852 To all board maintainers: Please test this on your platforms and
6853 report any problems/issues found. Thanks.
6854
6855 Signed-off-by: Stefan Roese <sr@denx.de>
6856 Cc: Wolfgang Denk <wd@denx.de>
6857 Cc: Ron Madrid <info@sheldoninst.com>
6858 Cc: Georg Schardt <schardt@team-ctech.de>
6859 Cc: Michal Simek <monstr@monstr.eu>
6860 Cc: Ladislav Michl <ladis@linux-mips.org>
6861 Cc: Martin Krause <martin.krause@tqs.de>
6862 Cc: Gary Jennejohn <garyj@denx.de>
6863 Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
6864
6865 commit 8d2effea23e938631126a7888008a0637e13b389
6866 Author: Stefan Roese <sr@denx.de>
6867 Date: Mon May 11 16:03:55 2009 +0200
6868
6869 mtd: Update MTD infrastructure to support 64bit device size
6870
6871 This patch brings the U-Boot MTD infrastructure in sync with the current
6872 Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size
6873 support and a resync of the mtdpart.c file which has seen multiple fixes
6874 meanwhile.
6875
6876 Signed-off-by: Stefan Roese <sr@denx.de>
6877 Cc: Scott Wood <scottwood@freescale.com>
6878 Cc: Kyungmin Park <kmpark@infradead.org>
6879
6880 commit 0a57265533c412adf6024f4b4955141f4346b2b9
6881 Author: Stefan Roese <sr@denx.de>
6882 Date: Tue May 12 14:29:39 2009 +0200
6883
6884 mtd: Add MTD concat support to concatenate multiple MTD NOR devices
6885
6886 This patch adds concatenation support to the U-Boot MTD infrastructure.
6887 By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate
6888 all found NOR devices into one single MTD device. This can be used by
6889 e.g by UBI to access a partition that spans over multiple NOR chips.
6890
6891 Signed-off-by: Stefan Roese <sr@denx.de>
6892
6893 commit 55e0ed6078b10b0d425b6a0677f38a015c277df6
6894 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6895 Date: Sat Apr 25 14:57:52 2009 +0200
6896
6897 make MODEM SUPPORT generic instead of duplicate it
6898
6899 and fix comment
6900
6901 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6902
6903 Adjusted Copyright message.
6904
6905 Signed-off-by: Wolfgang Denk <wd@denx.de>
6906
6907 commit a30f519bd0cde78ba46b424314de94fdab863726
6908 Author: Tom Rix <Tom.Rix@windriver.com>
6909 Date: Tue Jun 2 20:53:56 2009 -0500
6910
6911 ZOOM2 detect the version of the zoom2 board at runtime.
6912
6913 There are currently 3 versions of the zoom2 board.
6914 The production board, that is currently being released.
6915 The beta board, similar in form to the production board but not released.
6916 The alpha board, a set of PCBs with a very limited circulation.
6917
6918 GPIO 94 is used to determine the version of the board. If GPIO 94 is clear,
6919 the board is a production board, otherwise it is a beta board.
6920
6921 The alpha board will likely be mistaken for a beta board. An alpha board
6922 was unavailible for testing.
6923
6924 This has been tested on the beta and production boards.
6925
6926 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6928
6929 commit 718763c4745fd3d987a5576d2a67325e9444f9d4
6930 Author: Tom Rix <Tom.Rix@windriver.com>
6931 Date: Wed Jun 3 01:53:57 2009 -0500
6932
6933 Beagle Convert the board version detection to use the OMAP3 GPIO interface.
6934
6935 There is no new functionality in the change.
6936
6937 This change is a conversion from the using raw register access to using
6938 the OMAP3 GPIO API described in doc/README.omap3.
6939
6940 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6941 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
6942
6943 commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b
6944 Author: Tom Rix <Tom.Rix@windriver.com>
6945 Date: Wed Jun 3 01:53:55 2009 -0500
6946
6947 Fix a typo in the instructions on using omap3's gpio interface.
6948
6949 Using the example for reading a gpio, shows the problem.
6950 NULL should be the gpio number.
6951
6952 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6953 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
6954
6955 commit 0c9520efd651ce13451654a35307ec87d4a13a69
6956 Author: Tom Rix <Tom.Rix@windriver.com>
6957 Date: Fri May 29 18:57:32 2009 -0500
6958
6959 ZOOM2 Define GPIO banks used.
6960
6961 Enable the function and interface clocks for banks 2,3,5 and 6.
6962
6963 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6964 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
6965
6966 commit 708cfb74b7c6df9c37d3c48988a154be79daefeb
6967 Author: Tom Rix <Tom.Rix@windriver.com>
6968 Date: Fri May 29 18:57:31 2009 -0500
6969
6970 OMAP3 Turn on the GPIO bank clocks
6971
6972 The function and interface clocks for each GPIO bank, except the first, must
6973 be explicitly turned on. These are controlled by the config level defines
6974 CONFIG_OMAP3_GPIO_n where n is from 2 to 6.
6975
6976 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6977 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
6978
6979 commit 59272620c24549b5bcd03c94ba12ec302c1476a2
6980 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6981 Date: Thu Mar 26 15:26:01 2009 -0400
6982
6983 Coldfire M5271: Activate u-boot system timer interrupt.
6984
6985 This patch assigns the u-boot system timer interrupt to
6986 interrupt level 3, priority 6. Without this patch the interrupt
6987 will be a level 0, priority 0, which disables it and cause
6988 u-boot functions that relies on the timer (e.g. sleep command)
6989 to never return.
6990
6991 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6992
6993 commit dc26965ad3acdfb18780361d77a276b2843a90af
6994 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6995 Date: Mon Mar 23 13:35:48 2009 -0400
6996
6997 Compier warning cleanup
6998
6999 Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
7000
7001 Cleanup on compiler warnings on unused variables now that
7002 bd->bi_enetaddr is no longer used.
7003
7004 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7005
7006 commit 42a83765d54f042b4079e05a3438789542429981
7007 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7008 Date: Fri Mar 20 15:30:10 2009 -0400
7009
7010 Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
7011
7012 Ported from lib_ppc/interrupts.c, this adds the ability for
7013 the coldfire system timer to auto-reset the watchdog when
7014 dtimer_interrupts is called.
7015
7016 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7017
7018 commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199
7019 Author: Prafulla Wadaskar <prafulla@marvell.com>
7020 Date: Sun May 31 14:53:20 2009 +0200
7021
7022 arch_misc_init support for ARM architectures
7023
7024 This patch is required for Kirkwood support
7025 may be used by other ARM architectures
7026
7027 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
7028
7029 commit b2403589b4d9996394bafc73eca3623f43ac2c31
7030 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7031 Date: Sun May 31 14:53:18 2009 +0200
7032
7033 at91: move cpu info print to cpu
7034
7035 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7036
7037 commit b32e189079fa16e1b647ac6b949fd4e0a9435343
7038 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7039 Date: Sun May 31 12:44:46 2009 +0200
7040
7041 at91: move cpu name define to arm/arch/ cpu header
7042
7043 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7044
7045 commit 5bb59b3c906ee01adfaac9565443e5236a793079
7046 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7047 Date: Sun May 31 12:44:45 2009 +0200
7048
7049 at91: extract reset from timer
7050
7051 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7052
7053 commit 61cf851b09cf8b67009ec11fc47c16add6b142a5
7054 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7055 Date: Sun May 31 12:44:43 2009 +0200
7056
7057 omap24xx: rename reset file
7058
7059 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7060
7061 commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32
7062 Author: Dirk Behme <dirk.behme@googlemail.com>
7063 Date: Sun May 31 12:44:42 2009 +0200
7064
7065 OMAP3: Fix CKE1 MUX setting to allow self-refresh
7066
7067 The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX
7068 setting is needed for the second CS clock signal to allow the 2 RAM
7069 parts to be put in self-refresh correctly. This also works on rev B
7070 Beagle boards with 128M of RAM.
7071
7072 From: Steve Sakoman <steve@sakoman.com>
7073 From: Jean Pihet <jpihet@mvista.com>
7074 Signed-off-by: Jean Pihet <jpihet@mvista.com>
7075 Signed-off-by: Steve Sakoman <steve@sakoman.com>
7076 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7077
7078 commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a
7079 Author: Dirk Behme <dirk.behme@googlemail.com>
7080 Date: Sun May 31 12:44:41 2009 +0200
7081
7082 OMAP3: Zoom2: Enable Board and CPU info
7083
7084 With other OMAP3 boards we recently switched to CPU and Board
7085 info API. From parallel merge, this is missing for Zoom2.
7086 Enable it for Zoom2, too.
7087
7088 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7089 Acked-by: Tom Rix <Tom.Rix@windriver.com>
7090
7091 commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66
7092 Author: Tom Rix <Tom.Rix@windriver.com>
7093 Date: Sun May 31 12:44:39 2009 +0200
7094
7095 ZOOM2 Add led support.
7096
7097 This patch controls the large LED on the top left of the zoom2.
7098
7099 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7100
7101 commit 660888b7fb8840ce169dcd2589e49ab44c46b87b
7102 Author: Tom Rix <Tom.Rix@windriver.com>
7103 Date: Sun May 31 12:44:37 2009 +0200
7104
7105 ZOOM2 Add serial support.
7106
7107 Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
7108 The default serial is from the USB connector on left side of the debug board.
7109 The USB connector will produce 2 of the 4 UARTS. On your host pick the first
7110 enumeration.
7111
7112 The details of the setting of the serial gpmc setup are not available.
7113 The values were provided by another party.
7114
7115 The serial port set up is the same with Zoom1.
7116 Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
7117
7118 The kernel bootargs are
7119 console=ttyS3,115200n8
7120
7121 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7122
7123 commit 3ea201b016ab259a5ac8824af767569522768c47
7124 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7125 Date: Sun May 31 12:44:27 2009 +0200
7126
7127 lh7a40x: move serial driver to drivers/serial
7128
7129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7130
7131 commit 379be585eb2343d8814a5cee5fb3da930d846bee
7132 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7133 Date: Sat May 16 22:48:46 2009 +0200
7134
7135 pxa: move serial driver to drivers/serial
7136
7137 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7138
7139 commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1
7140 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7141 Date: Sat May 9 13:21:19 2009 +0200
7142
7143 arm: remove cpu_init
7144
7145 move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it
7146
7147 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7148
7149 commit c358d9c3f16571e8f825e81b75eaf32e228cb669
7150 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7151 Date: Sat May 9 13:21:18 2009 +0200
7152
7153 arm: unify interrupt init
7154
7155 all arm init the IRQ stack the same way
7156 so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
7157
7158 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7159
7160 commit 10a451cd57cffbca875c97bbd8929059c5627ec6
7161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7162 Date: Fri May 8 20:24:12 2009 +0200
7163
7164 arm: unify linker script
7165
7166 all arm boards except a few use the same cpu linker script
7167 so move it to cpu/$(CPU)
7168
7169 that could be overwrite in following order
7170 SOC
7171 BOARD
7172 via the corresponding config.mk
7173
7174 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7175
7176 commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212
7177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7178 Date: Sat May 16 10:02:05 2009 +0200
7179
7180 afeb9260: fix macb device init
7181
7182 uses PA10, PA11 for ETX2 and ETX3.
7183
7184 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7185
7186 commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7
7187 Author: Stefan Roese <sr@denx.de>
7188 Date: Wed May 27 10:34:32 2009 +0200
7189
7190 ppc4xx: Remove PCI async bootup message if PCI is not used
7191
7192 Signed-off-by: Stefan Roese <sr@denx.de>
7193
7194 commit a3455c00510c5abf1e91743c4a02d8393b6df18d
7195 Author: Wolfgang Denk <wd@denx.de>
7196 Date: Fri May 15 09:19:52 2009 +0200
7197
7198 TQM834x: use buffered writes to accelerate writing to flash
7199
7200 Also enable display of 'E'mpty sectors in "flinfo" output.
7201
7202 Signed-off-by: Wolfgang Denk <wd@denx.de>
7203 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7204
7205 commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d
7206 Author: Wolfgang Denk <wd@denx.de>
7207 Date: Thu May 14 23:18:34 2009 +0200
7208
7209 TQM834x: add FDT support
7210
7211 Signed-off-by: Wolfgang Denk <wd@denx.de>
7212 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7213
7214 commit 929b79a0b5e48303ab04aae9d0abceb0c707f111
7215 Author: Wolfgang Denk <wd@denx.de>
7216 Date: Thu May 14 23:18:33 2009 +0200
7217
7218 TQM834x: fix environment size; add redundant env.
7219
7220 Also reserve more space for U-Boot as it will probably grow soon.
7221
7222 Signed-off-by: Wolfgang Denk <wd@denx.de>
7223 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7224
7225 commit 2ae0f35fd60c7345446835b95a4daff356e1f031
7226 Author: Thomas Lange <thomas@corelatus.se>
7227 Date: Sun May 3 20:07:33 2009 +0200
7228
7229 ARM DaVinci: Reset with watchdog enabled
7230
7231 Once the Davinci watchdog has been enabled, the timeout
7232 value cannot be changed. If the timeout in use is long,
7233 it can take a long time for card to reset. By writing
7234 an invalid service key, we can trigger an immediate reset.
7235
7236 Signed-off-by: Thomas Lange <thomas@corelatus.se>
7237
7238 commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be
7239 Author: Wolfgang Denk <wd@denx.de>
7240 Date: Fri May 15 10:07:43 2009 +0200
7241
7242 video: Add an option to skip video initialization
7243
7244 This patch adds an option to skip the video initialization on for all
7245 video drivers. This is needed for the CPCI750 which can be built as
7246 CPCI host and adapter/target board. And the adapter board can't
7247 access the video cards located on the CompactPCI bus.
7248
7249 Signed-off-by: Stefan Roese <sr@denx.de>
7250 Cc: Anatolij Gustschin <agust@denx.de>
7251
7252 Rebased against simplifying patch.
7253 Signed-off-by: Wolfgang Denk <wd@denx.de>
7254
7255 commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd
7256 Author: Wolfgang Denk <wd@denx.de>
7257 Date: Fri May 15 10:07:42 2009 +0200
7258
7259 drv_video_init(): simplify logic
7260
7261 Simplify nesting of drv_video_init() and use a consistent way of
7262 indicating failure / success. Before, it took me some time to realize
7263 which of the returns was due to an error condition and which of them
7264 indicated success.
7265
7266 Signed-off-by: Wolfgang Denk <wd@denx.de>
7267 Cc: Anatolij Gustschin <agust@denx.de>
7268
7269 commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca
7270 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7271 Date: Wed May 13 21:01:13 2009 +0200
7272
7273 at91: regroup IP hw init in one file per soc
7274
7275 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7276
7277 commit 28b00324becf3552134ae1e086509dc9c3d6e932
7278 Author: David Brownell <dbrownell@users.sourceforge.net>
7279 Date: Fri May 15 23:48:37 2009 +0200
7280
7281 dm355 evm support
7282
7283 Initial U-Boot support for the DaVinci DM355 EVM. This is a board
7284 from Spectrum Digital. Board docs include schematic and firmware
7285 for its microcontroller:
7286
7287 http://c6000.spectrumdigital.com/evmdm355/revd/
7288
7289 Most of the DM355 chip is fully documented by TI, the most notable
7290 exception being the MPEG/JPEG coprocessor (programmable using codecs
7291 available at no cost from TI), which is omitted from its DM335 sibling:
7292
7293 http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
7294
7295 This version can boot from the on-board DM9000 Ethernet chip, after
7296 being loaded (from NAND, MMC/SD, or UART). In the near future, NAND
7297 and USB support could be added ... NAND support is being held back
7298 until the support for the 4-bit ECC hardware is ready.
7299
7300 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7301
7302 commit 136cf92dc9e84c9a1bf567f1fe741092bf765495
7303 Author: Sanjeev Premi <premi@ti.com>
7304 Date: Fri May 15 23:48:37 2009 +0200
7305
7306 OMAP3EVM: Set default bootfile
7307
7308 The current configuration doesn't define default
7309 bootfile; leading to this warning at execution:
7310
7311 OMAP3_EVM # dhcp
7312 ...
7313 ...
7314 DHCP client bound to address 192.168.1.11
7315 *** Warning: no boot file name; using 'AC18BE16.img'
7316 TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
7317 sending through gateway 192.168.1.1
7318 Filename 'AC18BE16.img'.
7319 Load address: 0x82000000
7320 Loading: *
7321 TFTP error: 'File not found' (1)
7322
7323 Signed-off-by: Sanjeev Premi <premi@ti.com>
7324
7325 commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5
7326 Author: s-paulraj@ti.com <s-paulraj@ti.com>
7327 Date: Fri May 15 23:48:36 2009 +0200
7328
7329 ARM DaVinci: Minor Updates to base addresses
7330
7331 Patch adds base addresses for DaVinci DM365. Updated patches for DM365
7332 will be posted soon.
7333
7334 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7335
7336 commit de193e8e369f5f029ed3b6e2fc60341098eea766
7337 Author: Tom Rix <Tom.Rix@windriver.com>
7338 Date: Fri May 15 23:48:36 2009 +0200
7339
7340 ZOOM2 Add support for debug board detection.
7341
7342 The logicpd web site is a good source for general information on this board.
7343 Please start looking here if the below links are broken.
7344 http://www.logicpd.com
7345
7346 This is a pdf of the product
7347 http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
7348
7349 This is a pdf of the product quick start guide.
7350 The debug board is described here.
7351 http://support.logicpd.com/downloads/1165/
7352
7353 This is a wiki showing the debug board in use
7354 https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
7355
7356 The zoom2 has an auxillary board that contains the serial, net, jtag and
7357 battery simulator. This change supports a runtime check if the debug board is
7358 connected.
7359
7360 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7361
7362 commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356
7363 Author: Tom Rix <Tom.Rix@windriver.com>
7364 Date: Fri May 15 23:48:36 2009 +0200
7365
7366 OMAP3 Port kernel omap gpio interface.
7367
7368 Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot.
7369 The orignal source is in linux/arch/arm/plat-omap/gpio.c
7370
7371 See doc/README.omap3 for instructions on use.
7372
7373 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7374
7375 commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
7376 Author: Tom Rix <Tom.Rix@windriver.com>
7377 Date: Fri May 15 23:48:36 2009 +0200
7378
7379 ZOOM2 Add initial support for Zoom2
7380
7381 Zoom2 is a new board from Texas Instruments and LogicPD
7382
7383 The logicpd web site is a good source for general information on this board.
7384 Please start looking here if the below links are broken.
7385 http://www.logicpd.com
7386
7387 This is a pdf of the product
7388 http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
7389 This is the product description web page
7390 http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
7391
7392 This patch provides a zoom2 base target by copying zoom1 and by making some
7393 obvious changes.
7394
7395 To configure, run
7396 make omap3_zoom2_config
7397
7398 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7399
7400 commit 53925acf1b5c1a1e6230cda2697640cd05bd1104
7401 Author: Sandeep Paulraj <s-paulraj@ti.com>
7402 Date: Fri May 15 23:48:33 2009 +0200
7403
7404 ARM DaVinci:Consolidate common u-boot.lds
7405
7406 The u-boot.lds is common for all DaVinci boards. The patch removes
7407 multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci
7408 folder. This addresses one of the comments i received while submitting
7409 patches for DM3xx
7410
7411 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7412
7413 commit 68a531fd465f5c0b3d373e0010afed32e88d37c4
7414 Author: Tom Rix <Tom.Rix@windriver.com>
7415 Date: Fri May 15 23:47:52 2009 +0200
7416
7417 OMAP Consolidate common u-boot.lds to cpu layer.
7418
7419 The u-boot.lds file is common for all omap boards.
7420 Move a cleaned up version to the cpu layer and add makefile logic to use it.
7421
7422 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7423
7424 commit 65a76d4f947a193e57bb8f8093c481f27e059f8f
7425 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7426 Date: Fri May 15 23:47:14 2009 +0200
7427
7428 arm/dcc: add xscale support
7429
7430 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7431
7432 commit 66e8f9da6879fe37f3159b3997bff874842dc51d
7433 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7434 Date: Fri May 15 23:47:14 2009 +0200
7435
7436 arm/dcc: use static support to allow to use it at anytime
7437
7438 the dcc can be used at the start of the cpu
7439
7440 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7441
7442 commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00
7443 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7444 Date: Fri May 15 23:47:13 2009 +0200
7445
7446 ARM: Update mach-types
7447
7448 update against linux v2.6.29
7449
7450 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7451
7452 commit 2907798926ee932f453ac8538e7a6c05c18428a5
7453 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7454 Date: Fri May 15 23:47:13 2009 +0200
7455
7456 arm920/926/926: remove non needed header
7457
7458 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7459
7460 commit 269dfea017b09c5a999d3053d00505c19789c350
7461 Author: David Brownell <david-b@pacbell.net>
7462 Date: Fri May 15 23:47:13 2009 +0200
7463
7464 davinci dm6446evm NAND update
7465
7466 This updates the optional (non-default!) NAND support for the
7467 DaVinci DM6446 EVM:
7468
7469 - include MTD partitioning, defaulting to what Linux uses
7470
7471 - use a flash-based BBT, which among other things speeds bootup
7472
7473 This matches code that's now queued for mainline Linux, and might
7474 even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so
7475 that the U-Boot $mtdparts environment variable can be passed as-is
7476 on the kernel command line as a cmdlinepart override.
7477
7478 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7479
7480 commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
7481 Author: David Brownell <dbrownell@users.sourceforge.net>
7482 Date: Fri May 15 23:47:12 2009 +0200
7483
7484 davinci: display correct clock info
7485
7486 Move the clock-rate dumping code into the cpu/.../davinci area
7487 where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
7488 updating the format and showing the DSP clock (where relevant).
7489
7490 Switch boards to use the cpuinfo() hook for this stuff.
7491
7492 Remove a few now-obsolete PLL #defines.
7493
7494 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7495
7496 commit daea928829098cae3c9ec6b801e52ba616725034
7497 Author: Tom Rix <Tom.Rix@windriver.com>
7498 Date: Fri May 15 23:47:12 2009 +0200
7499
7500 ZOOM1 Remove more legacy NAND defines.
7501
7502 These legacy NAND defines are no longer needed by this target.
7503
7504 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7505
7506 commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078
7507 Author: Tom Rix <Tom.Rix@windriver.com>
7508 Date: Fri May 15 23:47:12 2009 +0200
7509
7510 LED Add documentation describing the status_led and colour led API.
7511
7512 This document describes the u-boot status LED API.
7513 This allows common u-boot commands to use a board's leds to
7514 provide status for activities like booting and downloading files.
7515
7516 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7517
7518 commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825
7519 Author: Tom Rix <Tom.Rix@windriver.com>
7520 Date: Fri May 15 23:47:12 2009 +0200
7521
7522 ARM Add blue colour LED to status_led.
7523
7524 There is exiting support for red,yellow,green but no blue.
7525 The main LED on the zoom2 is a blue LED.
7526
7527 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7528
7529 commit b54384e3ba6b5535751f317fcd3940a53eed0d3a
7530 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7531 Date: Fri May 15 23:47:02 2009 +0200
7532
7533 arm: timer and interrupt init rework
7534
7535 actually the timer init use the interrupt_init as init callback
7536 which make the interrupt and timer implementation difficult to follow
7537
7538 so now rename it as int timer_init(void) and use interrupt_init for interrupt
7539
7540 btw also remane the corresponding file to the functionnality implemented
7541
7542 as ixp arch implement two timer - one based on interrupt - so all the timer
7543 related code is moved to timer.c
7544
7545 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7546
7547 commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25
7548 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7549 Date: Fri May 15 23:45:22 2009 +0200
7550
7551 OMAP3: Reorganize Makefile style
7552
7553 Reformat COBJS handling.
7554
7555 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7556 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7557
7558 commit b1966982718347f67317b3fb356439743ca68a37
7559 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7560 Date: Fri May 15 23:45:22 2009 +0200
7561
7562 OMAP3: Remove dublicated interrupt code
7563
7564 Remove duplicated interrupt code. Original, identical code can be found
7565 in lib_arm/interrupts.c
7566
7567 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7568 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7569
7570 commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5
7571 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7572 Date: Fri May 15 23:45:22 2009 +0200
7573
7574 at91rm9200: move reset code to reset.c
7575
7576 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7577
7578 commit 2c75c78d94574ee996db2aa9b511258519471dd6
7579 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7580 Date: Fri May 15 23:45:22 2009 +0200
7581
7582 ixp/interrupts: Move conditional compilation to Makefile
7583
7584 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7585
7586 commit 8fc3bb4b0603516ad641e2de252a400b85fd869b
7587 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7588 Date: Fri May 15 23:45:20 2009 +0200
7589
7590 arm: cleanup remaining CONFIG_INIT_CRITICAL
7591
7592 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7593
7594 commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c
7595 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7596 Date: Fri May 15 23:45:12 2009 +0200
7597
7598 arm946es: remove non used timer
7599
7600 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7601
7602 commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2
7603 Author: David Brownell <dbrownell@users.sourceforge.net>
7604 Date: Fri May 15 23:44:09 2009 +0200
7605
7606 davinci: add basic dm355/dm350/dm335 support
7607
7608 Add some basic declarations for DaVinci DM355/DM350/DM335 support,
7609 keyed on CONFIG_SOC_DM355. (DM35X isn't quite right because the
7610 DM357 is very different; while the DM355 is like a DM355 without
7611 the MPEG/JPEG coprocessor).
7612
7613 These have different peripherals than the DM6446, and some of
7614 the peripherals are at different addresses. Notably for U-Boot,
7615 there's no EMAC, and the NAND controller address is different
7616
7617 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7618
7619 commit bd36fdc146654f9de4e2ad346126e6bd2990fb19
7620 Author: David Brownell <dbrownell@users.sourceforge.net>
7621 Date: Fri May 15 23:44:09 2009 +0200
7622
7623 davinci: fix dm644x buglets
7624
7625 Fix two buglets in the dm644x support: don't set two must-be-zero
7626 bits in the UART management register; and only include the I2C hooks
7627 if the I2C driver is being included.
7628
7629 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7630
7631 commit f79043681ff44bae435c06f830e51e1546db7e19
7632 Author: David Brownell <dbrownell@users.sourceforge.net>
7633 Date: Fri May 15 23:44:08 2009 +0200
7634
7635 davinci: split out some dm644x-specific bits from psc
7636
7637 Split out DaVinci DM6446-specific bits from more generic bits:
7638
7639 - Add a CONFIG_SOC_DM644X. All current boards use DM6446 chips;
7640 DM6443 and DM6441 chips differ in available peripherals.
7641
7642 - Move most DM644X-specific bits from psc.c to a new dm644x.c file,
7643 which is conditionally built. It provides device-specific setup.
7644
7645 Plus minor coding style and comment updates with respect to the PSC.
7646
7647 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7648
7649 commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc
7650 Author: David Brownell <dbrownell@users.sourceforge.net>
7651 Date: Fri May 15 23:44:08 2009 +0200
7652
7653 davinci: cpu-specific build uses conditional make syntax
7654
7655 Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
7656 Add the first conditional: for EMAC driver support. Not all
7657 chips have an EMAC; and boards might not use it, anyway.
7658
7659 This doesn't touch PHY configuration; that should eventually
7660 become conditional too.
7661
7662 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7663
7664 commit 7b7808ae6dace59287f565e9323cda7b098a5612
7665 Author: David Brownell <dbrownell@users.sourceforge.net>
7666 Date: Fri May 15 23:44:06 2009 +0200
7667
7668 davinci: move psc support board-->cpu
7669
7670 Move DaVinci PSC support from board/* to cpu/* where it belongs.
7671 The PSC module manages clocks and resets for all DaVinci-family
7672 SoCs, and isn't at all board-specific.
7673
7674 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7675
7676 commit 84f7411cb901b8df2391cf7e967ad0737f6194aa
7677 Author: David Brownell <david-b@pacbell.net>
7678 Date: Tue Apr 14 08:52:58 2009 -0700
7679
7680 DaVinci now respects SKIP_LOWLEVEL_INIT
7681
7682 Don't needlessly include lowlevel init code; that's only really
7683 needed with boot-from NOR (not boot-from-NAND). The 2nd stage
7684 loader (UBL) handles that before it loads U-Boot.
7685
7686 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7687
7688 commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd
7689 Author: David Brownell <dbrownell@users.sourceforge.net>
7690 Date: Sun Apr 12 22:49:26 2009 -0700
7691
7692 DaVinci Ethernet cleanup
7693
7694 Chips without the EMAC controller won't need the utilities
7695 it uses to read an Ethernet address from EEPROM; so don't
7696 include them needlessly.
7697
7698 Use is_valid_ether() to validate the address from EEPROM.
7699 All-zero addresses aren't the only invalid addresses.
7700 A fully erased EEPROM returns all-ones, also invalid...
7701
7702 Switch those Ethernet utilities to use "%pM" for printing
7703 MAC addresses; and not say ROM when they mean EEPROM.
7704
7705 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7706 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7707
7708 commit c790b04d230363d03939dc008bcc80f3ba4de1ae
7709 Author: Stefan Roese <sr@denx.de>
7710 Date: Mon May 11 15:50:12 2009 +0200
7711
7712 lib_arch/board.c: Move malloc initialization before flash_init()
7713
7714 This patch moves the malloc initialization before calling flash_init().
7715 Upcoming changes to the NOR FLASH common CFI driver with optional
7716 MTD infrastructure and MTD concatenation support will call malloc().
7717 And nothing really speaks against enabling malloc just a little earlier
7718 in the boot stage. Some architectures already enable malloc before
7719 calling flash_init() so they don't need any changes here.
7720
7721 Signed-off-by: Stefan Roese <sr@denx.de>
7722 Cc: Wolfgang Denk <wd@denx.de>
7723 Cc: Mike Frysinger <vapier@gentoo.org>
7724 Cc: Scott McNutt <smcnutt@psyent.com>
7725 Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7726 Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7727 Cc: Daniel Hellstrom <daniel@gaisler.com>
7728 Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7729 Cc: John Rigby <jcrigby@gmail.com>
7730
7731 commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3
7732 Author: Stefan Roese <sr@denx.de>
7733 Date: Mon May 11 13:46:14 2009 +0200
7734
7735 ppc4xx: Add Sequoia RAM-booting target
7736
7737 This patch adds another build target for the AMCC Sequoia PPC440EPx
7738 eval board. This RAM-booting version is targeted for boards without
7739 NOR FLASH (NAND booting) which need a possibility to initially
7740 program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000)
7741 configured to setup the SDRAM, this debugger can load this RAM-
7742 booting image to the target address in SDRAM (in this case 0x1000000)
7743 and start it there. Then U-Boot's standard NAND commands can be
7744 used to program the NAND FLASH (e.g. "nand write ...").
7745
7746 Here the commands to load and start this image from the BDI2000:
7747
7748 440EPX>reset halt
7749 440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin
7750 440EPX>go 0x1000000
7751
7752 Please note that this image automatically scans for an already
7753 initialized SDRAM TLB (detected by EPN=0). This TLB will not be
7754 cleared. This TLB doesn't need to be TLB #0, this RAM-booting
7755 version will detect it and preserve it. So booting via BDI2000
7756 will work and booting with a complete different TLB init via
7757 U-Boot works as well.
7758
7759 Signed-off-by: Stefan Roese <sr@denx.de>
7760
7761 commit 837db3d87f4bfe9261629fb4a1bb433506a3056a
7762 Author: Mike Frysinger <vapier@gentoo.org>
7763 Date: Wed May 6 08:41:45 2009 -0400
7764
7765 tools/envcrc: add --binary option to export embedded env
7766
7767 The --binary option to envcrc can be used to export the embedded env as a
7768 binary blob so that it can be manipulated/examined/whatever externally.
7769
7770 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7771
7772 commit 18cc7afd9a153a66854af862d14ba01c5496cf07
7773 Author: Ben Warren <biggerbadderben@gmail.com>
7774 Date: Tue Apr 28 16:50:53 2009 -0700
7775
7776 Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
7777
7778 All in-tree PPC4xx boards now use CONFIG_NET_MULTI
7779
7780 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7781 Signed-off-by: Stefan Roese <sr@denx.de>
7782
7783 commit 70be6c2d40076f14062b892152649f9a62832fc9
7784 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7785 Date: Wed Apr 29 09:51:01 2009 +0200
7786
7787 4xx: Add support for DP405 hardware variants
7788
7789 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
7790 Signed-off-by: Stefan Roese <sr@denx.de>
7791
7792 commit de47a34d4de1d007a8951efd072283516d580ffa
7793 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7794 Date: Wed Apr 29 09:51:00 2009 +0200
7795
7796 4xx: Remove binary cpld bitstream from DP405 board
7797
7798 This patch removes the cpld binary bitstream that is
7799 used by esd's cpld command on DP405 boards.
7800
7801 Because u-boot with an external cpld bitstream may not
7802 take more space in flash than before the u-boot binary is
7803 shrinked a little bit. Some unused featues have been
7804 removed therefore.
7805
7806 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
7807 Signed-off-by: Stefan Roese <sr@denx.de>
7808
7809 commit 700d553fd3afe804086de8f73d95153315eb0c32
7810 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7811 Date: Wed Apr 29 09:50:59 2009 +0200
7812
7813 4xx: Remove binary cpld bitstream from VOM405 board
7814
7815 This patch removes the cpld binary bitstream that is
7816 used by esd's cpld command on VOM405 boards.
7817
7818 Because u-boot with an external cpld bitstream may not
7819 take more space in flash than before the u-boot binary is
7820 shrinked a little bit.
7821
7822 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
7823 Signed-off-by: Stefan Roese <sr@denx.de>
7824
7825 commit 0bb10630364c48d9857cbf5353da609fc4dd6751
7826 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7827 Date: Wed Apr 29 09:50:58 2009 +0200
7828
7829 4xx: Remove binary cpld bitstream from PMC405 board
7830
7831 This patch removes the cpld binary bitstream that is
7832 used by esd's cpld command on PMC405 boards.
7833
7834 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
7835 Signed-off-by: Stefan Roese <sr@denx.de>
7836
7837 commit 7cc635fb35f5b94e304fa2243d56758f57f6416b
7838 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7839 Date: Wed Apr 29 09:50:57 2009 +0200
7840
7841 4xx: Remove binary cpld bitstream from CMS700 board
7842
7843 This patch removes the cpld binary bitstream that is
7844 used by esd's cpld command on CMS700 boards.
7845
7846 Because u-boot with an external cpld bitstream may not
7847 take more space in flash than before the u-boot binary is
7848 shrinked a little bit. Some unused featues have been
7849 removed therefore.
7850
7851 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
7852 Signed-off-by: Stefan Roese <sr@denx.de>
7853
7854 commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e
7855 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7856 Date: Wed Apr 29 09:50:56 2009 +0200
7857
7858 esd/common: extend cpld command with address parameter
7859
7860 This patch adds support for an address parameter to esd's
7861 cpld command. This is in preparation to remove compiled-in
7862 binary cpld (xsvf) bitstreams.
7863
7864 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
7865 Signed-off-by: Stefan Roese <sr@denx.de>
7866
7867 commit 9166b776350d16460c7330bfb0a50154ea0a1903
7868 Author: Peter Tyser <ptyser@xes-inc.com>
7869 Date: Sat Apr 18 22:34:06 2009 -0500
7870
7871 cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
7872
7873 When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
7874 correct, eg:
7875
7876 => help i2c
7877 i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
7878 speed [speed] - show or set I2C bus speed
7879 i2c dev [dev] - show or set current I2C bus
7880 ...
7881
7882 It has been changed to:
7883 i2c speed [speed] - show or set I2C bus speed
7884 i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
7885 i2c dev [dev] - show or set current I2C bus
7886 ...
7887
7888 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7889
7890 commit 0a45a6357b02e5ce5bf899a60db09def6a129fee
7891 Author: Peter Tyser <ptyser@xes-inc.com>
7892 Date: Sat Apr 18 22:34:05 2009 -0500
7893
7894 cmd_i2c: Clean up trivial helper functions
7895
7896 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7897
7898 commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035
7899 Author: Peter Tyser <ptyser@xes-inc.com>
7900 Date: Sat Apr 18 22:34:04 2009 -0500
7901
7902 cmd_i2c: Clean up i2c command argument parsing
7903
7904 argc and argv should only be modified once instead of once for
7905 every i2c sub-command
7906
7907 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7908
7909 commit 0f89c54be92773b23d66ac401ba6acb6144100c3
7910 Author: Peter Tyser <ptyser@xes-inc.com>
7911 Date: Sat Apr 18 22:34:03 2009 -0500
7912
7913 i2c: Update references to individual i2c commands
7914
7915 The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
7916 and isdram are no longer available so all references to them have been
7917 updated to the new form of "i2c <cmd>".
7918
7919 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7920
7921 commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641
7922 Author: Peter Tyser <ptyser@xes-inc.com>
7923 Date: Sat Apr 18 22:34:02 2009 -0500
7924
7925 i2c: Remove deprecated individual i2c commands
7926
7927 The following individual I2C commands have been removed: imd, imm, inm,
7928 imw, icrc32, iprobe, iloop, isdram.
7929
7930 The functionality of the individual commands is still available via
7931 the 'i2c' command.
7932
7933 This change only has an impact on those boards which did not have
7934 CONFIG_I2C_CMD_TREE defined.
7935
7936 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7937
7938 commit 655b34a78adf60ef260981688837904208883ae9
7939 Author: Peter Tyser <ptyser@xes-inc.com>
7940 Date: Sat Apr 18 22:34:01 2009 -0500
7941
7942 i2c: Create common default i2c_[set|get]_bus_speed() functions
7943
7944 New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
7945 replace a number of architecture-specific implementations.
7946
7947 Also, providing default functions will allow all boards to enable
7948 CONFIG_I2C_CMD_TREE. This was previously not possible since the
7949 tree-form of the i2c command provides the ability to display and modify
7950 the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
7951 present.
7952
7953 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7954
7955 commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a
7956 Author: Peter Tyser <ptyser@xes-inc.com>
7957 Date: Sat Apr 18 22:34:00 2009 -0500
7958
7959 cm5200: Make function test command names more unique
7960
7961 Add "_test" to cm5200's function test command names to prevent
7962 overlap with common, global function names. Originally, the
7963 "do_i2c" function test command interfered with
7964 common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.
7965
7966 The functions were also made static as they are not globally accessed.
7967
7968 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7969
7970 commit f0722ee762e8dada9d7f74ac2745e043f83aae85
7971 Author: Peter Tyser <ptyser@xes-inc.com>
7972 Date: Fri Apr 24 15:34:09 2009 -0500
7973
7974 tsi108_i2c: Add i2c_init() stub function
7975
7976 Add the i2c_init() function so that the tsi108_i2c.c driver fits
7977 U-Boot's standard I2C API which is utilized by cmd_i2c.c
7978
7979 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7980
7981 commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9
7982 Author: Peter Tyser <ptyser@xes-inc.com>
7983 Date: Fri Apr 24 15:34:08 2009 -0500
7984
7985 mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
7986
7987 Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that
7988 it can use the common 'i2c speed' command. Note that the I2C controller
7989 utilized by the mpc7448hpc2 has a fixed speed and cannot be changed
7990 dynamically.
7991
7992 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7993
7994 commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f
7995 Author: Peter Tyser <ptyser@xes-inc.com>
7996 Date: Fri Apr 24 15:34:07 2009 -0500
7997
7998 Marvell: i2c cleanup
7999
8000 The following changes were made, primarily to bring the Marvell i2c
8001 driver in line with U-Boot's current I2C API:
8002 - Made i2c_init() globally accessible
8003 - Made i2c_read() and i2c_write() return an integer
8004 - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
8005 offhand chance someone adds slave support in the future
8006
8007 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8008
8009 commit 54afc6ee10c8cd09598d814d49e601359b005e49
8010 Author: Peter Tyser <ptyser@xes-inc.com>
8011 Date: Fri Apr 24 15:34:06 2009 -0500
8012
8013 cpci750: i2c cleanup
8014
8015 The following changes were made, primarily to bring the cpci750 i2c
8016 driver in line with U-Boot's current I2C API:
8017 - Made i2c_init() globally accessible
8018 - Made i2c_read() and i2c_write() return an integer
8019 - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
8020 offhand chance someone adds slave support in the future
8021
8022 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8023
8024 commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b
8025 Author: Peter Tyser <ptyser@xes-inc.com>
8026 Date: Fri Apr 24 15:34:05 2009 -0500
8027
8028 i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
8029
8030 Many boards/controllers/drivers don't support an I2C slave interface,
8031 however CONFIG_SYS_I2C_SLAVE is used in common code so provide a
8032 default
8033
8034 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8035
8036 commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
8037 Author: Kumar Gala <galak@kernel.crashing.org>
8038 Date: Thu Jun 11 23:42:35 2009 -0500
8039
8040 fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
8041
8042 The ddr code computes most things as 64-bit quantities and had some places
8043 in the middle that it was using phy_addr_t and phys_size_t.
8044
8045 Instead we use unsigned long long through out and only at the last stage of
8046 setting the LAWs and reporting the amount of memory to the board code do we
8047 truncate down to what we can cover via phys_size_t.
8048
8049 This has the added benefit that the DDR controller itself is always setup
8050 the same way regardless of how much memory we have. Its only the LAW
8051 setup that limits what is visible to the system.
8052
8053 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8054
8055 commit d4b130dc80761b430dc5b410159cd158fca1a348
8056 Author: Kumar Gala <galak@kernel.crashing.org>
8057 Date: Thu Jun 11 23:40:34 2009 -0500
8058
8059 85xx: Use print_size to report amount of memory not mapped by TLBs
8060
8061 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8062
8063 commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
8064 Author: Haiying Wang <Haiying.Wang@freescale.com>
8065 Date: Wed May 20 12:30:42 2009 -0400
8066
8067 85xx: Add README for MPC8569MDS
8068
8069 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8070 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8071
8072 commit b2aab386e957ba684d4f2a466bfaa91770e5058a
8073 Author: Haiying Wang <Haiying.Wang@freescale.com>
8074 Date: Wed May 20 12:30:33 2009 -0400
8075
8076 85xx: Add UART1 support for MPC8569MDS
8077
8078 MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
8079 those pins before using UART1.
8080
8081 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8082 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8083
8084 commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
8085 Author: Haiying Wang <Haiying.Wang@freescale.com>
8086 Date: Wed May 20 12:30:32 2009 -0400
8087
8088 85xx: Add PIB support at CS4/CS5 for MPC8569MDS
8089
8090 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8091 Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
8092 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8093
8094 commit fb27949059f1bc84381a6216a819090f0cdbaa70
8095 Author: Haiying Wang <Haiying.Wang@freescale.com>
8096 Date: Thu Jun 4 16:12:39 2009 -0400
8097
8098 85xx: Fix some settings for MPC8569MDS board
8099
8100 - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
8101 malloc to support up to eight Ethernet interfaces.
8102 - Move Environment address out of uboot thus the saved environment variables
8103 will not be erased after u-boot is re-programmed.
8104
8105 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8106 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8107
8108 commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
8109 Author: Haiying Wang <Haiying.Wang@freescale.com>
8110 Date: Wed May 20 12:30:30 2009 -0400
8111
8112 85xx: Fix MURAM size for MPC8569
8113
8114 MPC8569 has 128K bytes MURAM.
8115
8116 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8117 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8118
8119 commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
8120 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8121 Date: Fri May 22 20:23:51 2009 +0200
8122
8123 at91/cpu.c: add missing Copyright & GPL header
8124
8125 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8126
8127 commit aa446a591aca46ef2b53cc6598ea8091feb45444
8128 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8129 Date: Sun Jun 7 21:45:16 2009 +0900
8130
8131 apollon: Fix a OBJCFLAGS typo
8132
8133 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
8134
8135 commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
8136 Author: Wolfgang Denk <wd@denx.de>
8137 Date: Wed Jun 10 00:19:28 2009 +0200
8138
8139 Prepare 2009.06-rc3
8140
8141 Update CHANGELOG
8142
8143 Signed-off-by: Wolfgang Denk <wd@denx.de>
8144
8145 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
8146 Author: Wolfgang Denk <wd@denx.de>
8147 Date: Wed Jun 10 00:15:11 2009 +0200
8148
8149 rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
8150
8151 Signed-off-by: Wolfgang Denk <wd@denx.de>
8152
8153 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
8154 Author: Daniel Mack <daniel@caiaq.de>
8155 Date: Thu Jun 4 19:44:12 2009 +0200
8156
8157 ubifs: fix small error path mismatch
8158
8159 In do_readpage(), don't free 'dn' if its allocation failed.
8160
8161 Signed-off-by: Daniel Mack <daniel@caiaq.de>
8162
8163 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
8164 Author: Wolfgang Denk <wd@denx.de>
8165 Date: Thu Jun 4 00:31:07 2009 +0200
8166
8167 EP88x: fix broken linker script
8168
8169 Signed-off-by: Wolfgang Denk <wd@denx.de>
8170 Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
8171
8172 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
8173 Author: Wolfgang Denk <wd@denx.de>
8174 Date: Fri May 15 00:16:02 2009 +0200
8175
8176 TQM85xx: minor config file cleanup
8177
8178 Remove "saveenv" from "update" definition: the environment is outside
8179 the U-Boot image on TQM85xx and therefor not affected by updates.
8180
8181 Also "beautify" code a bit (vertical alignment).
8182
8183 Signed-off-by: Wolfgang Denk <wd@denx.de>
8184
8185 commit c0296b1801fc9426d772fa75fe58458db605dfee
8186 Author: Wolfgang Denk <wd@denx.de>
8187 Date: Fri May 15 00:16:01 2009 +0200
8188
8189 TQM85xx: adapt for new flash types
8190
8191 Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
8192 series while new boards have 'N' type Flashes from the S29GLxxxN
8193 series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
8194
8195 We now change the configuration to the new flash types for all
8196 boards; this also works on old boards - we just waste two flash
8197 sectors for the environment which could be smaller there.
8198
8199 Signed-off-by: Wolfgang Denk <wd@denx.de>
8200
8201 commit 6735104924f06340071a6914a9ee3345607fc102
8202 Author: Dave Liu <daveliu@freescale.com>
8203 Date: Mon May 18 17:49:23 2009 +0800
8204
8205 85xx: Fix the wrong SYS_CLK_IN for 8569MDS
8206
8207 The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
8208 The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
8209 so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
8210
8211 Signed-off-by: Dave Liu <daveliu@freescale.com>
8212
8213 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
8214 Author: Dave Liu <daveliu@freescale.com>
8215 Date: Fri May 15 10:27:44 2009 +0800
8216
8217 85xx: Fix the wrong BCSR address of 8569MDS
8218
8219 The BCSR17[7] = 1 will unlock the write protect of FLASH.
8220 The WP# pin only controls the write protect of top/bottom sector,
8221 That is why we can save env, but we can't write the first sector
8222 before the patch.
8223
8224 Signed-off-by: Dave Liu <daveliu@freescale.com>
8225
8226 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
8227 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
8228 Date: Tue Jun 2 16:27:10 2009 -0500
8229
8230 85xx: bugfix for reading maximum TLB size on mpc85xx
8231
8232 The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
8233 This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
8234 (256 MB)
8235 which made u-boot hang in board_init_f() when trying to create a new stack
8236 in RAM.
8237 I have an mpc8540 with one 1GB dimm.
8238
8239 Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
8240 Signed-off-by: Andy Fleming <afleming@freescale.com>
8241 Acked-by: Kumar Gala <galak@kernel.crashing.org>
8242
8243 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
8244 Author: Dave Liu <daveliu@freescale.com>
8245 Date: Fri Mar 27 14:32:43 2009 +0800
8246
8247 85xx: Fix the clock adjust of mpc8569mds board
8248
8249 Currently the clk_adj is 6 (3/4 cycle), The settings will cause
8250 the DDR controller hang at the data init. Change the clk_adj
8251 from 6 to 4 (1/2 cycle), make the memory system stable.
8252
8253 Signed-off-by: Dave Liu <daveliu@freescale.com>
8254
8255 commit faa14babd7466dfade358f9cac128ae246b9bf1b
8256 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
8257 Date: Fri Jun 5 16:54:31 2009 +0200
8258
8259 at91: fix a USB problem for AT91SAM9261
8260
8261 This patch corrects the missing PLLB initialization in usb_cpu_init()
8262 for AT91SAM9261.
8263 Because of the missing PLLB initialization, the USB support for all
8264 AT91SAM9261 based boards will work only if the PLLB is configured by a
8265 precedent bootloader.
8266
8267 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
8268 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8269 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8270
8271 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
8272 Author: Felix Radensky <felix@embedded-sol.com>
8273 Date: Sun May 31 20:44:15 2009 +0300
8274
8275 ppc4xx/net: Fix MDIO clock setup
8276
8277 This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
8278 Current code assumes that the value of sysinfo.freqOPB is 100000000
8279 when OPB frequency is 100MHz. In reality it is 100000001. As a result
8280 MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
8281 the standard. This in not a problem on boards equipped with Marvell PHYs
8282 (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
8283 but can be a problem for other PHYs (e.g. Realtek ones).
8284
8285 Signed-off-by: Felix Radensky <felix@embedded-sol.com>
8286 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8287
8288 commit d65e34d12514de2bbe3b8f519761d641c081bad0
8289 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
8290 Date: Wed Feb 25 14:27:29 2009 +0900
8291
8292 rtl8169: fix PCI system memory address
8293
8294 When PCI device use system memory, some PCI host controller should be
8295 set physical memory address.
8296
8297 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
8298 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8299
8300 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
8301 Author: Manikandan Pillai <mani.pillai@ti.com>
8302 Date: Wed Apr 8 09:14:35 2009 +0530
8303
8304 SMC911x driver fixed for NFS boot
8305
8306 eth_halt() function in the smc911x drivers used to call the
8307 smc911x_reset() function. eth_halt() used to be called after
8308 tftp transfers. This used to put the ethernet chip in reset
8309 while the linux boots up resulting in the ethernet driver
8310 not coming up. NFS boot used to fail as a result.
8311
8312 This patch calls smc911x_shutdown() instead of smc911x_reset().
8313 Some comments received has also been fixed.
8314
8315 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
8316 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8317
8318 commit e5a3bc2401a23f1890611f020f57f94824a534db
8319 Author: Remy Bohmer <linux@bohmer.net>
8320 Date: Sun May 3 12:11:40 2009 +0200
8321
8322 Add config option for disabling DM9000-SROM support.
8323
8324 Some boards do not have SROM support for the DM9000 network adapter.
8325 Instead of listing these board names in the driver code, make this
8326 option configurable from the board config file.
8327
8328 It also removes a build warning for the at91sam9261ek board:
8329 'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
8330
8331 And it repaires the trizepsiv board build which was broken around the
8332 same routines
8333
8334 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8335 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8336
8337 commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
8338 Author: Kim Phillips <kim.phillips@freescale.com>
8339 Date: Fri Jun 5 14:11:33 2009 -0500
8340
8341 mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
8342
8343 In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
8344 impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
8345 SICRH[TSIOB1] was erroneously being set high.
8346
8347 U-Boot always operated this PHY interface in GMII mode. It is assumed this
8348 was missed in the clean up by the original board porters, and copied along
8349 to the TQM and sbc boards.
8350
8351 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8352 Acked-by: Ira Snyder <iws@ovro.caltech.edu>
8353 Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
8354 Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
8355 CC: Dave Liu <DaveLiu@freescale.com>
8356
8357 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
8358 Author: Daniel Mack <daniel@caiaq.de>
8359 Date: Wed Apr 8 13:23:37 2009 +0200
8360
8361 smc911x: write back the manually set MAC address
8362
8363 If the MAX address is given by the environment, write it back to the
8364 hardware.
8365
8366 Signed-off-by: Daniel Mack <daniel@caiaq.de>
8367 Cc: Sascha Hauer <s.hauer@pengutronix.de>
8368 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8369
8370 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
8371 Author: Wolfgang Denk <wd@denx.de>
8372 Date: Fri May 15 00:16:03 2009 +0200
8373
8374 Redundant Environment: protect full sector size
8375
8376 Several boards used different ways to specify the size of the
8377 protected area when enabling flash write protection for the sectors
8378 holding the environment variables: some used CONFIG_ENV_SIZE and
8379 CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
8380 a mix of both for the "normal" and the "redundant" areas.
8381
8382 Normally, this makes no difference at all. However, things are
8383 different when you have to deal with boards that can come with
8384 different types of flash chips, which may have different sector
8385 sizes.
8386
8387 Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
8388 biggest sector size, which may include several sectors on boards using
8389 the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
8390 or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
8391 case that only the first of these sectors get protected, while the
8392 following ones aren't.
8393
8394 This is no real problem, but it can be confusing for the user -
8395 especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
8396 "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
8397 "redundant" area.
8398
8399 To avoid such inconsistencies, I changed all sucn boards that I found
8400 to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
8401 not cause any functional changes to the code.
8402
8403 Signed-off-by: Wolfgang Denk <wd@denx.de>
8404 Cc: Paul Ruhland
8405 Cc: Pantelis Antoniou <panto@intracom.gr>
8406 Cc: Stefan Roese <sr@denx.de>
8407 Cc: Gary Jennejohn <garyj@denx.de>
8408 Cc: Dave Ellis <DGE@sixnetio.com>
8409 Acked-by: Stefan Roese <sr@denx.de>
8410
8411 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
8412 Author: Ilya Yanok <yanok@emcraft.com>
8413 Date: Thu May 14 14:03:09 2009 +0400
8414
8415 mmc: it's safe to ignore mmc_send_if_cond() return value
8416
8417 Return value of mmc_send_if_cond() can be safely ignored (as it is
8418 done in Linux). This makes older cards work with MXC MCI controller.
8419
8420 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8421
8422 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
8423 Author: Stefan Roese <sr@denx.de>
8424 Date: Mon May 11 15:54:13 2009 +0200
8425
8426 cfi_mtd: Fix bug in last sector detection
8427
8428 This patch now enabled this cfi-mtd wrapper to correctly detect and
8429 erase the last sector in an NOR FLASH device.
8430
8431 Signed-off-by: Stefan Roese <sr@denx.de>
8432
8433 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
8434 Author: Yauhen Kharuzhy <jekhor@gmail.com>
8435 Date: Thu May 7 00:43:30 2009 +0300
8436
8437 mmc: Fix decoding of SCR & function switch data on little-endian machines
8438
8439 SCR & switch data are read from card as big-endian words and should be
8440 converted to CPU byte order.
8441
8442 Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
8443 Signed-off-by: Andy Fleming <afleming@freescale.com>
8444
8445 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
8446 Author: Yauhen Kharuzhy <jekhor@gmail.com>
8447 Date: Thu May 7 13:08:53 2009 +0300
8448
8449 mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
8450
8451 Cards which are not compatible with SD 2.0 standard, may return response
8452 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
8453 accept this case as admissible, just like Linux does.
8454
8455 Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
8456 Signed-off-by: Andy Fleming <afleming@freescale.com>
8457
8458 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
8459 Author: Rabin Vincent <rabin@rab.in>
8460 Date: Sun Apr 5 13:30:56 2009 +0530
8461
8462 mmc: drop unnecessary casts
8463
8464 Now that response is a uint, we can drop all the casts.
8465
8466 Signed-off-by: Rabin Vincent <rabin@rab.in>
8467
8468 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
8469 Author: Rabin Vincent <rabin@rab.in>
8470 Date: Sun Apr 5 13:30:55 2009 +0530
8471
8472 mmc: fix response decoding on little endian
8473
8474 The mmc code defines the response as an array of chars. However, it
8475 access the response bytes both as (i) an array of four uints (with
8476 casts) and (ii) as individual chars. The former case is used more
8477 often, including by the driver when it assigns the response.
8478
8479 The char-wise accesses are broken on little endian systems because they
8480 assume that the bytes in the uints are in big endian byte order.
8481
8482 This patch fixes this by changing the response to be an array of four
8483 uints and replacing the char-wise accesses with equivalent uint-wise
8484 accesses.
8485
8486 Signed-off-by: Rabin Vincent <rabin@rab.in>
8487
8488 commit 9b1f942c09dd942e6de3185caa81c111b14de567
8489 Author: Rabin Vincent <rabin@rab.in>
8490 Date: Sun Apr 5 13:30:54 2009 +0530
8491
8492 mmc: use lldiv to fix arm eabi build
8493
8494 The generic MMC core uses direct long long divisions, which do not build
8495 with ARM EABI toolchains. Use lldiv() instead, which works everywhere.
8496
8497 Signed-off-by: Rabin Vincent <rabin@rab.in>
8498
8499 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
8500 Author: Rabin Vincent <rabin@rab.in>
8501 Date: Sun Apr 5 13:30:53 2009 +0530
8502
8503 mmc: check find_mmc_device return value
8504
8505 find_mmc_device returns NULL if an invalid device number is specified.
8506 Check for this to avoid dereferencing NULL pointers.
8507
8508 Signed-off-by: Rabin Vincent <rabin@rab.in>
8509
8510 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
8511 Author: Rabin Vincent <rabin@rab.in>
8512 Date: Sun Apr 5 13:30:52 2009 +0530
8513
8514 mmc: clean up help texts
8515
8516 Remove some repeated words and superfluous newlines in the mmc command
8517 help entries.
8518
8519 Signed-off-by: Rabin Vincent <rabin@rab.in>
8520
8521 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
8522 Author: Mike Frysinger <vapier@gentoo.org>
8523 Date: Fri May 29 17:01:48 2009 -0400
8524
8525 Blackfin: spi: fix pin handling of SPI0 SSEL4
8526
8527 CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
8528 peripheral in order to work.
8529
8530 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8531
8532 commit 2157359dad2533987f5eb0181ef543693fad6a33
8533 Author: Mike Frysinger <vapier@gentoo.org>
8534 Date: Tue May 26 02:51:57 2009 -0400
8535
8536 Blackfin: fix if() logic in bootrom evt1 check
8537
8538 A missing set of parenthesis caused the silicon revision to apply only to
8539 the BF533 and not the BF531/BF532 variants.
8540
8541 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8542
8543 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
8544 Author: Stefan Roese <sr@denx.de>
8545 Date: Sat May 16 12:04:22 2009 +0200
8546
8547 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
8548
8549 Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
8550 mtdparts_init() is available in both files, cmd_mtdparts.c and
8551 cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
8552 the jffs2/mtdparts command/file split those 2 different versions
8553 already existed. So this is nothing new. The main problem is that the
8554 variables "current_dev" and "current_partnum" are declared in both
8555 files now. This doesn't work.
8556
8557 This patch now changes the names of those variable to more specific
8558 names: "current_mtd_dev" and "current_mtd_partnum". This is because
8559 this patch also changes the declaration from static to global, so
8560 that they can be used from both files.
8561
8562 Please note that my first tests were not successful. The MTD devices
8563 selected via mtdparts are now accessed but I'm failing to see the
8564 directory listed via the "ls" command. Nothing is displayed. Perhaps
8565 I didn't generate the JFFS2 image correctly (I never used JFFS2 in
8566 U-Boot before). Not sure. Perhaps somebody else could take a look at
8567 this as well. I'll continue looking into this on Monday.
8568
8569 Signed-off-by: Stefan Roese <sr@denx.de>
8570 Cc: Wolfgang Denk <wd@denx.de>
8571 Cc: Detlev Zundel <dzu@denx.de>
8572 Cc: Ilya Yanok <yanok@emcraft.com>
8573 Cc: Renaud barbier <renaud.barbier@ge.com>
8574
8575 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
8576 Author: Graf Yang <graf.yang@analog.com>
8577 Date: Sun May 24 02:34:34 2009 -0400
8578
8579 Blackfin: bf518f-ezbrd: setup portmux for async flash
8580
8581 The pins for async memory where parallel flash lives are not enabled by
8582 default, so make sure we mux them as needed.
8583
8584 Signed-off-by: Graf Yang <graf.yang@analog.com>
8585 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8586
8587 commit f40f6db278f602b55820693634a7256b0b4e4b80
8588 Author: Stefan Roese <sr@denx.de>
8589 Date: Wed May 20 10:58:03 2009 +0200
8590
8591 nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
8592
8593 This patch enables Smart Media (SMC) ECC byte ordering which is used
8594 on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
8595 incompatible ECC byte ordering to the Linux kernel NDFC driver.
8596
8597 Signed-off-by: Stefan Roese <sr@denx.de>
8598 Acked-by: Scott Wood <scottwood@freescale.com>
8599
8600 commit 399aab7748bef053d59612211e1bd7a3fabfce18
8601 Author: Stefan Roese <sr@denx.de>
8602 Date: Wed May 20 10:58:02 2009 +0200
8603
8604 ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
8605
8606 This patch now uses the correct ECC byte order (Smart Media - SMC)
8607 to be used on the 4xx NAND FLASH driver. Without this patch we have
8608 incompatible ECC byte ordering to the Linux kernel NDFC driver.
8609
8610 Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
8611 drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
8612 a seperate patch.
8613
8614 Signed-off-by: Stefan Roese <sr@denx.de>
8615 Acked-by: Scott Wood <scottwood@freescale.com>
8616
8617 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
8618 Author: Stefan Roese <sr@denx.de>
8619 Date: Wed May 20 10:58:01 2009 +0200
8620
8621 ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
8622
8623 This patch moves the definition for the PPC4xx NAND FLASH controller
8624 (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
8625 upcoming fix for the ECC byte ordering of the NDFC driver.
8626
8627 Signed-off-by: Stefan Roese <sr@denx.de>
8628 Acked-by: Scott Wood <scottwood@freescale.com>
8629
8630 commit 2df72b82bc9e17b88dc82735a067749220beb025
8631 Author: Kim Phillips <kim.phillips@freescale.com>
8632 Date: Tue May 19 12:53:36 2009 -0500
8633
8634 common: fix inline--weak error spotted by gcc 4.4
8635
8636 cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
8637
8638 removing the inline attribute fixes it.
8639
8640 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8641
8642 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
8643 Author: Kim Phillips <kim.phillips@freescale.com>
8644 Date: Tue May 19 12:53:32 2009 -0500
8645
8646 TQM834x: remove defines causing gcc4.4 warnings
8647
8648 Configuring for TQM834x board...
8649 cpu_init.c: In function 'cpu_init_f':
8650 cpu_init.c:262: warning: array subscript is above array bounds
8651 cpu_init.c:263: warning: array subscript is above array bounds
8652 cpu_init.c:270: warning: array subscript is above array bounds
8653 ...
8654
8655 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8656
8657 commit 0850301747228a3327f2815a85284d26ade3de95
8658 Author: Andreas Huber <andreas.huber@keymile.com>
8659 Date: Tue May 19 11:06:30 2009 +0200
8660
8661 UBI: fix return code in ubi_volume_read
8662
8663 Return -ENODEV instead of 0 when trying to read from a non existing volume.
8664
8665 Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
8666 Signed-off-by: Stefan Roese <sr@denx.de>
8667
8668 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
8669 Author: Graf Yang <graf.yang@analog.com>
8670 Date: Tue May 19 04:40:08 2009 -0400
8671
8672 Blackfin: fix timer_init()/timer_reset()
8673
8674 The timer_init() function was not using the right csync instruction, nor
8675 was it doing it right after disabling the core timer.
8676
8677 The timer_reset() function would reset the timestamp, but not the actual
8678 timer, so there was a common edge case where get_timer() return a jump of
8679 one timestamp (couple milliseconds) right after resetting. This caused
8680 many functions to improperly timeout right away.
8681
8682 Signed-off-by: Graf Yang <graf.yang@analog.com>
8683 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8684
8685 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
8686 Author: Shinya Kuribayashi <skuribay@pobox.com>
8687 Date: Sat May 16 09:12:09 2009 +0900
8688
8689 MIPS: lib_mips/board.c: Remove unused variables
8690
8691 This fixes the following build warnings:
8692
8693 board.c: In function 'board_init_r':
8694 board.c:328: warning: unused variable 'i'
8695 board.c:326: warning: unused variable 'e'
8696
8697 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
8698
8699 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
8700 Author: Shinya Kuribayashi <skuribay@pobox.com>
8701 Date: Sat May 16 09:12:09 2009 +0900
8702
8703 MIPS: Make all extern-ed functions in bitops.h static
8704
8705 All these functions are expected to be static inline-ed.
8706 This patch also fixes the following build warnings on MIPS targets:
8707
8708 include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
8709 include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
8710 include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
8711 include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
8712
8713 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
8714
8715 commit 87423d740b91329b8d1d0b73cafd6930993b558a
8716 Author: Thomas Lange <thomas@corelatus.se>
8717 Date: Fri Apr 24 16:22:16 2009 +0200
8718
8719 MIPS: Implement ethernet halt for au1x00
8720
8721 Implement ethernet halt() by putting MAC0 in reset.
8722 If we do not do this, we will get memory corruption
8723 when ethernet frames are received during early OS boot.
8724
8725 Signed-off-by: Thomas Lange <thomas@corelatus.se>
8726 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
8727
8728 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
8729 Author: Wolfgang Denk <wd@denx.de>
8730 Date: Fri May 15 23:29:23 2009 +0200
8731
8732 Prepare v2009.06-rc2
8733
8734 Update CHANGELOG.
8735
8736 Signed-off-by: Wolfgang Denk <wd@denx.de>
8737
8738 commit f4317ea91942f44cc1c433277927b61618e9b0a5
8739 Author: Daniel Mack <daniel@caiaq.de>
8740 Date: Tue May 5 12:48:29 2009 +0200
8741
8742 ARM: fix PXA build by defining UP2OCR
8743
8744 U-Boot does not currently build for PXA platforms with USB support
8745 enabled:
8746
8747 usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
8748
8749 Signed-off-by: Daniel Mack <daniel@caiaq.de>
8750 Cc: Markus Klotzbuecher <mk@denx.de>
8751
8752 Edited commit message.
8753 Signed-off-by: Wolfgang Denk <wd@denx.de>
8754
8755 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
8756 Author: Wolfgang Denk <wd@denx.de>
8757 Date: Fri May 15 22:32:57 2009 +0200
8758
8759 Minor Coding Style fix; update CHANGELOG.
8760
8761 Signed-off-by: Wolfgang Denk <wd@denx.de>
8762
8763 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
8764 Author: Wolfgang Denk <wd@denx.de>
8765 Date: Fri May 15 09:27:58 2009 +0200
8766
8767 IDE: bail out of dev_print() for unknown device types
8768
8769 Commit 574b319512 introduced a subtle bug by mixing a list of tests
8770 for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
8771 then mostly did not work because "dev_desc->type" cannot take any
8772 "IF_*" type values. A later fix in commit 8ec6e332ea changed the
8773 switch() into testing "dev_desc->if_type", but at this point the
8774 initial test for unknown device types was completely lost, which
8775 resulted in output like that for IDE ports without device attached:
8776
8777 Device 1: Model: Firm: Ser#:
8778 Type: # 1F #
8779 Capacity: not available
8780
8781 This patch re-introduces the missing test for unknown device types.
8782
8783 Signed-off-by: Wolfgang Denk <wd@denx.de>
8784 Cc: Stefan Roese <sr@denx.de>
8785 Cc: Detlev Zundel <dzu@denx.de>
8786 Tested-by: Stefan Roese <sr@denx.de>
8787
8788 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
8789 Author: Stefan Roese <sr@denx.de>
8790 Date: Thu May 14 07:25:13 2009 +0200
8791
8792 74xx_7xx: Fix rounding problem in CPU frequency calculation
8793
8794 This patch fixes a problem in the CPU frequency calculation. Without it
8795 a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
8796
8797 Signed-off-by: Stefan Roese <sr@denx.de>
8798
8799 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
8800 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8801 Date: Wed May 13 22:24:12 2009 +0200
8802
8803 console.h: remove unused prototype 'console_realloc'
8804
8805 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8806
8807 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
8808 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8809 Date: Wed May 13 22:16:31 2009 +0200
8810
8811 api: remove un-needed ifdef CONFIG_API already handle by the Makefile
8812
8813 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8814
8815 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
8816 Author: Detlev Zundel <dzu@denx.de>
8817 Date: Wed May 13 10:54:10 2009 +0200
8818
8819 Fix e-mail address of Gary Jennejohn.
8820
8821 Signed-off-by: Detlev Zundel <dzu@denx.de>
8822
8823 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
8824 Author: Emil Medve <Emilian.Medve@Freescale.com>
8825 Date: Tue May 12 13:48:32 2009 -0500
8826
8827 Remove inline qualifier from show_boot_progress()
8828
8829 The 'inline' is conflicting with the semantic of 'weak' attribute and with the
8830 way the show_boot_progress() function is used.
8831
8832 Also gcc 4.4 is complaining about it:
8833
8834 main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
8835
8836 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
8837
8838 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
8839 Author: Wolfgang Denk <wd@denx.de>
8840 Date: Tue May 12 15:17:35 2009 +0200
8841
8842 MPC8260: fixup device tree by property instead of path
8843
8844 cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
8845 clock frequencies in the device tree, using a CPU path
8846 "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
8847
8848 However, this does not work when one board config file (here:
8849 MPC8260ADS.h) is intended to be used for several diffrent CPUs and
8850 therefor contains a generic definition like "cpu@0", as the device
8851 trees that will then be loaded will contain specific names like
8852 "PowerPC,8272@0".
8853
8854 We switch to using do_fixup_by_prop_u32() instead, so we can search
8855 for device_type="cpu", as it is done in other architectures, too.
8856
8857 Signed-off-by: Wolfgang Denk <wd@denx.de>
8858 Cc: Heiko Schocher <hs@denx.de>
8859 Acked-by: Heiko Schocher <hs@denx.de>
8860 Tested-by: Heiko Schocher <hs@denx.de>
8861
8862 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
8863 Author: Rohit Hagargundgi <h.rohit@samsung.com>
8864 Date: Mon Mar 9 19:45:46 2009 +0530
8865
8866 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
8867
8868 Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
8869 CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
8870 and is used by OneNAND ipl when reading U-Boot image.
8871
8872 Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
8873 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
8874
8875 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
8876 Author: Ben Warren <biggerbadderben@gmail.com>
8877 Date: Tue Apr 28 17:04:51 2009 -0700
8878
8879 Schedule removal of non-CONFIG_NET_MULTI net driver API
8880
8881 This will make CONFIG_NET_MULTI the only net driver configuration and
8882 we'll be able to remove this option.
8883
8884 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8885
8886 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
8887 Author: Detlev Zundel <dzu@denx.de>
8888 Date: Tue May 5 16:04:06 2009 +0200
8889
8890 powerpc/inka4x0: Remove left-over ide reset code.
8891
8892 The pin which was used in preliminary versions of the board for ide
8893 reset is really connected to the rtc clock.
8894
8895 Signed-off-by: Detlev Zundel <dzu@denx.de>
8896
8897 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
8898 Author: Marco Stornelli <marco.stornelli@gmail.com>
8899 Date: Tue Apr 28 19:04:02 2009 +0200
8900
8901 Add imls utility command
8902
8903 This patch adds, under tools folder, a new command called imls. Its
8904 goal is the same of UBoot's imls but it can be used as Linux shell
8905 command. It reads from raw mtd partition and prints the list of the
8906 stored images.
8907
8908 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
8909
8910 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
8911 Author: Heiko Schocher <hs@denx.de>
8912 Date: Tue Apr 28 08:36:11 2009 +0200
8913
8914 netloop: updates for NetLoop
8915
8916 Fix some issues introduced from commit:
8917 2f70c49e5b9813635ad73666aa30f304c7fdeda9
8918 suggested by Mike Frysinger.
8919
8920 - added some comment for the env_id variable in common_cmd_nvedit.c
8921 - moved some variables in fn scope instead of file scope
8922 - NetInitLoop now static void
8923
8924 Signed-off-by: Heiko Schocher <hs@denx.de>
8925 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8926
8927 commit 3c1d89545de11822f8b5afb5646a57757620bd95
8928 Author: Heiko Schocher <hs@denx.de>
8929 Date: Tue Apr 28 07:48:39 2009 +0200
8930
8931 82xx, ids8247: added ids8247 board to MAKEALL script
8932
8933 Signed-off-by: Heiko Schocher <hs@denx.de>
8934
8935 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
8936 Author: Detlev Zundel <dzu@denx.de>
8937 Date: Thu May 7 13:08:55 2009 +0200
8938
8939 arm/imx31_phycore: Fix bi_arch_number
8940
8941 Signed-off-by: Detlev Zundel <dzu@denx.de>
8942 Cc: Sascha Hauer <s.hauer@pengutronix.de>
8943
8944 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
8945 Author: Sascha Hauer <s.hauer@pengutronix.de>
8946 Date: Fri May 15 10:21:33 2009 +0200
8947
8948 remove myself as phycore/litekit Maintainer
8949
8950 I never acked a patch that adds me as phycore i.MX31 maintainer nor was
8951 it me who pushed the patches, so remove myself from the maintainer list
8952 so that other people do not longer wait for my ack.
8953
8954 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8955
8956 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
8957 Author: Sergey Lapin <slapin@ossfans.org>
8958 Date: Tue May 12 12:25:14 2009 +0400
8959
8960 AFEB9260 network fix
8961
8962 AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
8963 Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
8964 not 0.
8965
8966 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
8967
8968 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
8969 Author: Graf Yang <graf.yang@analog.com>
8970 Date: Tue May 5 02:26:27 2009 -0400
8971
8972 Blackfin: bf518f-ezbrd: reset ethernet PHY during init
8973
8974 We don't know what state the ethernet PHY is in when starting up, so make
8975 sure we set it to a sane state. This fixes troubles seen when Linux boots
8976 up, configures the PHY is a non-default state, and then the system reboots
8977 into U-Boot which previously expected a reset state only.
8978
8979 Signed-off-by: Graf Yang <graf.yang@analog.com>
8980 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8981
8982 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
8983 Author: Mike Frysinger <vapier@gentoo.org>
8984 Date: Tue May 5 01:35:41 2009 -0400
8985
8986 Blackfin: bf527-ezkit: fix SPI flash env params
8987
8988 The BF527-EZKIT settings for storing the environment in SPI flash wasn't
8989 using the correct sector settings for the SPI flash part that is actually
8990 on the board.
8991
8992 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8993
8994 commit f58bf804a14324c6c9186a7a664fa23281780e8b
8995 Author: Mike Frysinger <vapier@gentoo.org>
8996 Date: Fri Apr 24 23:54:19 2009 -0400
8997
8998 Blackfin: avoid get_sclk() with early serial debug
8999
9000 When the clock functions were changed to use cached values (and thereby
9001 avoiding expensive math functions), early serial debug broke because the
9002 baud programming is called before external memory is available.
9003
9004 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9005
9006 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
9007 Author: Mike Frysinger <vapier@gentoo.org>
9008 Date: Fri Apr 24 23:39:41 2009 -0400
9009
9010 Blackfin: fix booting with older bootroms (no EVT1)
9011
9012 When dropping jump block support, the assumption was that all bootroms
9013 supported entry point redirection via the EVT1 register. Unfortunately,
9014 this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
9015 and older and BF561). No one really noticed earlier because these parts
9016 usually are booted by bypassing the bootrom entirely, and older BF533
9017 parts are not supported at all (too many anomalies).
9018
9019 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9020
9021 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
9022 Author: Mike Frysinger <vapier@gentoo.org>
9023 Date: Fri Apr 24 23:22:48 2009 -0400
9024
9025 Blackfin: recurse with early serial initcode
9026
9027 Make sure we recurse through serial_putc() rather than bang on the UART
9028 transmit register directly to avoid hardware overflows when using \n.
9029
9030 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9031
9032 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
9033 Author: Wolfgang Denk <wd@denx.de>
9034 Date: Fri May 1 21:59:12 2009 +0200
9035
9036 Prepare v2009.06-rc1
9037
9038 Update CHANGELOG.
9039
9040 Signed-off-by: Wolfgang Denk <wd@denx.de>
9041
9042 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
9043 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9044 Date: Fri May 1 15:38:06 2009 +0200
9045
9046 at91: remove lowlevel_init.S
9047
9048 lowlevel_init.S is not used any more so remove it.
9049 As consequence, we also don't have to generate u-boot.lds
9050 but can use a static version as before.
9051
9052 This also fixes the out-of-tree build problem introduced
9053 with commit f0a2c7b4 "at91: add support for the PM9263 board"
9054
9055 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9056 Signed-off-by: Wolfgang Denk <wd@denx.de>
9057
9058 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
9059 Author: Wolfgang Denk <wd@denx.de>
9060 Date: Fri May 1 00:16:11 2009 +0200
9061
9062 Update CHANGELOG; minor coding style cleanup.
9063
9064 Signed-off-by: Wolfgang Denk <wd@denx.de>
9065
9066 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
9067 Author: Manikandan Pillai <mani.pillai@ti.com>
9068 Date: Tue Apr 21 17:29:05 2009 +0200
9069
9070 OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
9071
9072 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9073 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
9074
9075 commit ac9140037a84629c5583066ff1a177396c47d89d
9076 Author: Dirk Behme <dirk.behme@googlemail.com>
9077 Date: Fri Apr 17 14:27:56 2009 +0200
9078
9079 OMAP3: Beagle: Set pinmux conditionally for Rev C boards
9080
9081 The Beagle Rev C boards pull UART2 from an alternate set of balls.
9082
9083 Signed-off-by: Steve Sakoman <steve@sakoman.com>
9084 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9085
9086 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
9087 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9088 Date: Mon Apr 27 18:33:33 2009 +0200
9089
9090 ubifs: BUG: Blocks commpressed with zlib
9091
9092 Blocks compressed with zlib dont have the full gzip header.
9093
9094 Without this patch, block compressed with zlib cannot be readed!
9095
9096 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9097
9098 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
9099 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9100 Date: Mon Apr 27 18:33:32 2009 +0200
9101
9102 lib_generic: gunzip: New function zunzip
9103
9104 Separate gunzip in
9105
9106 gunzip: Find the end of the header and call zunzip.
9107 zunzip: Inflate gunzip block without header.
9108
9109 UBI fs blocks can be compresed in lzo, zlib or no-compression. The
9110 current implementation of u-boot supported all the compressions but
9111 there was a bug in the implementation of the zlib blocks.
9112
9113 UBIFS's Zlib blocks do not have header but they were compressed using
9114 gunzip, a function used to decompress gunzip files/sectors with a
9115 header.
9116
9117 This patch adds a new function zunzip that uncompress a zlib block with
9118 no header.
9119
9120 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9121
9122 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
9123 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
9124 Date: Thu Apr 23 15:37:16 2009 +0200
9125
9126 at91: fixed plla calc when no USB support is active
9127
9128 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
9129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9130
9131 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
9132 Author: Ladislav Michl <ladis@linux-mips.org>
9133 Date: Wed Apr 22 01:12:04 2009 +0200
9134
9135 arm925t: Fix CONFIG_SYS_HZ to 1000
9136
9137 Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
9138 get_timer.
9139
9140 Changes since original version:
9141 * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
9142 improve timer resolution.
9143
9144 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
9145
9146 commit 42bf4b2248146abdc592bde0009c6ea42067f437
9147 Author: Dirk Behme <dirk.behme@googlemail.com>
9148 Date: Tue Apr 14 20:15:17 2009 +0200
9149
9150 OMAP3: Remove legacy NAND defines
9151
9152 Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
9153
9154 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9155
9156 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
9157 Author: Sanjeev Premi <premi@ti.com>
9158 Date: Mon Apr 27 21:27:54 2009 +0530
9159
9160 OMAP3: Print correct silicon revision
9161
9162 The function display_board_info() displays incorrect
9163 silicon revision - based on the return value from
9164 function get_cpu_rev().
9165
9166 This patch fixes the problem.
9167
9168 Signed-off-by: Sanjeev Premi <premi@ti.com>
9169
9170 commit 90006e9b33bcdbf241b0295d186e3634137907a9
9171 Author: Sanjeev Premi <premi@ti.com>
9172 Date: Mon Apr 27 21:27:44 2009 +0530
9173
9174 OMAP3: Remove unused board-types
9175
9176 The board-types defined in struct omap3_sysinfo seem to be
9177 unused. The function display_board_info() is passed
9178 board type as an argument; which is ignored.
9179
9180 This patch removes all uses of board-type, related definitions
9181 and functions.
9182
9183 Signed-off-by: Sanjeev Premi <premi@ti.com>
9184
9185 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
9186 Author: Sanjeev Premi <premi@ti.com>
9187 Date: Mon Apr 27 21:27:27 2009 +0530
9188
9189 OMAP3: Use functions print_cpuinfo() and checkboard()
9190
9191 Use the functions print_cpuinfo() and checkboard() to
9192 display the cpu and board specific information.
9193
9194 These functions reuse content from the existing function
9195 display_board_info() - which has been removed.
9196
9197 Also, updated the existig OMAP3 configurations to
9198 define:
9199 - CONFIG_DISPLAY_CPUINFO
9200 - CONFIG_DISPLAY_BOARDINFO
9201
9202 Signed-off-by: Sanjeev Premi <premi@ti.com>
9203
9204 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
9205 Author: Stefan Roese <sr@denx.de>
9206 Date: Wed Mar 18 11:17:37 2009 +0100
9207
9208 MTD: Change cfi-mtd to accept non-uniform sector sizes
9209
9210 With this patch non-uniform NOR FLASH chips (chips with multiple erase
9211 regions) can be exported via the cfi-mtd layer and therefor used by UBI.
9212 We select the largest sector size as erasesize. The cfi driver will make
9213 sure that the smaller sectors are handled correctly.
9214
9215 Signed-off-by: Stefan Roese <sr@denx.de>
9216
9217 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
9218 Author: Anatolij Gustschin <agust@denx.de>
9219 Date: Thu Apr 23 12:35:22 2009 +0200
9220
9221 video: fix bug in cfb_console.c code
9222
9223 Fix bug in drawing long version/info strings:
9224 U-Boot version string like
9225 "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
9226 is long and doesn't wrap around correctly while drawing
9227 beside the logo. Such long strings partially overwrite
9228 the logo. This patch is an attempt to fix it.
9229
9230 Signed-off-by: Anatolij Gustschin <agust@denx.de>
9231
9232 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
9233 Author: Wolfgang Denk <wd@denx.de>
9234 Date: Tue Apr 28 08:50:31 2009 +0200
9235
9236 cmd_ext2.c: fix compile warnings
9237
9238 Get rid of these warnings:
9239
9240 cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
9241 cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
9242
9243 Signed-off-by: Wolfgang Denk <wd@denx.de>
9244
9245 commit 28afe0160f87ff74574150d703055a965f91422a
9246 Author: Heiko Schocher <hs@denx.de>
9247 Date: Mon Apr 27 10:48:20 2009 +0200
9248
9249 ids8247: Remove legacy NAND defines
9250
9251 because legacy NAND support is deprecated converting to current
9252 NAND interface. !This just compile, because I have no more the
9253 hardware to test it.
9254
9255 Signed-off-by: Heiko Schocher <hs@denx.de>
9256
9257 commit dbd33614404b65aa441c5620c3dbd560c4460c09
9258 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9259 Date: Mon Apr 27 09:13:31 2009 +0200
9260
9261 ubifs: BUG realpath string must be ended with NULL
9262
9263 If the memory used to copy the link_make is "dirty" the string wont
9264 be ended with NULL, throwing out multiple memory bugs.
9265
9266 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9267 Acked-by: Stefan Roese <sr@denx.de>
9268
9269 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
9270 Author: Peter Tyser <ptyser@xes-inc.com>
9271 Date: Fri Apr 24 15:59:56 2009 -0500
9272
9273 bmp_logo: Check return value of fread()
9274
9275 Add basic error handling to fread() function calls. This prevents
9276 compililation warnings such as:
9277
9278 bmp_logo.c: In function ‘main’:
9279 bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with
9280 attribute warn_unused_result
9281 ...
9282
9283 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9284
9285 commit eea8be86d1c2b570660d1f6c553845e13164231a
9286 Author: Peter Tyser <ptyser@xes-inc.com>
9287 Date: Fri Apr 24 15:59:46 2009 -0500
9288
9289 ncb: Check return value of write()
9290
9291 This prevents the compilation warning:
9292
9293 ncb.c: In function 'main':
9294 ncb.c:32: warning: ignoring return value of ‘write’, declared with
9295 attribute warn_unused_result
9296
9297 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9298
9299 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
9300 Author: Stefan Roese <sr@denx.de>
9301 Date: Fri Apr 24 15:59:35 2009 +0200
9302
9303 mtd: nand/onenand: Register mtd device upon device scanning
9304
9305 With this patch the NAND and OneNAND devices are registered in the MTD
9306 subsystem and can then be referenced by the mtdcore code (e.g.
9307 get_mtd_device_nm()). This is needed for the new "ubi part" command
9308 syntax without the flash type parameter (nor|nand|onenand).
9309
9310 Signed-off-by: Stefan Roese <sr@denx.de>
9311
9312 commit 10bb62d85a0850dbad1fdd34123378686373f166
9313 Author: Stefan Roese <sr@denx.de>
9314 Date: Fri Apr 24 15:58:33 2009 +0200
9315
9316 mtd: nand: Include linux/mtd/partitions.h in nand_base.h
9317
9318 This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
9319 defined:
9320
9321 nand_base.c: In function 'nand_release':
9322 nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
9323
9324 Signed-off-by: Stefan Roese <sr@denx.de>
9325
9326 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
9327 Author: Stefan Roese <sr@denx.de>
9328 Date: Fri Apr 24 20:24:19 2009 +0200
9329
9330 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
9331
9332 This patch removes the now unnecessary flash type parameter from the
9333 "ubi part" command. Currently the user has to define the type of flash
9334 he will be using UBI on. Example:
9335
9336 => ubi part nor partition1
9337
9338 With this patch this type parameter is not needed anymore. The user can
9339 now select the partition directly without the flash type paramter.
9340 Example:
9341
9342 => ubi part partition1
9343
9344 This breaks backward compatibility right now because of the change in the
9345 command syntax. But UBI support is still quite fresh and the advantage of
9346 this new command is syntax big enough for this change. Additionally the
9347 code is much cleaner now.
9348
9349 Signed-off-by: Stefan Roese <sr@denx.de>
9350 CC: Kyungmin Park <kyungmin.park@samsung.com>
9351
9352 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
9353 Author: Detlev Zundel <dzu@denx.de>
9354 Date: Thu Apr 23 13:14:20 2009 +0200
9355
9356 mips/vcth: Use generic 16550 uart driver
9357
9358 As the common code also handles baudrate switching, which the board
9359 specific vct.c driver did not support, this is one of the rare
9360 occassions where deleting code actually adds a feature :)
9361
9362 Signed-off-by: Detlev Zundel <dzu@denx.de>
9363 Acked-by: Stefan Roese <sr@denx.de>
9364 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9365
9366 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
9367 Author: Ladislav Michl <ladis@linux-mips.org>
9368 Date: Tue Apr 21 02:26:31 2009 +0200
9369
9370 Separate mtdparts command from jffs2
9371
9372 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
9373 > Currently the mtdparts commands are included in the jffs2 command support.
9374 > This doesn't make sense anymore since other commands (e.g. UBI) use this
9375 > infrastructure as well now. This patch separates the mtdparts commands from
9376 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
9377 > support is needed.
9378
9379 One more leftover... Let nboot command know about partitions even if JFFS2
9380 support is not enabled.
9381
9382 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
9383 Acked-by: Stefan Roese <sr@denx.de>
9384
9385 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
9386 Author: Peter Tyser <ptyser@xes-inc.com>
9387 Date: Mon Apr 20 11:22:13 2009 -0500
9388
9389 cmd_ide: Remove unused AmigaOneG3SE code
9390
9391 The output_data_short() and input_data_short() functions for the
9392 AmigaOneG3SE are unused and result in compiler warnings.
9393
9394 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9395
9396 commit c93c102ace00764a56dbdf78bac134a23906721e
9397 Author: Peter Tyser <ptyser@xes-inc.com>
9398 Date: Mon Apr 20 11:21:40 2009 -0500
9399
9400 AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
9401
9402 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9403
9404 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
9405 Author: Peter Tyser <ptyser@xes-inc.com>
9406 Date: Mon Apr 20 11:09:05 2009 -0500
9407
9408 Replace __asm references with __asm__
9409
9410 __asm__ follows gcc's documented syntax and is generally more common
9411 than __asm. This change is only asthetic and should not affect
9412 functionality.
9413
9414 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9415
9416 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
9417 Author: Peter Tyser <ptyser@xes-inc.com>
9418 Date: Mon Apr 20 11:08:46 2009 -0500
9419
9420 Replace __attribute references with __attribute__
9421
9422 __attribute__ follows gcc's documented syntax and is generally more
9423 common than __attribute. This change is only asthetic and should not
9424 affect functionality.
9425
9426 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9427
9428 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
9429 Author: David Brownell <dbrownell@users.sourceforge.net>
9430 Date: Thu Apr 16 19:55:48 2009 -0700
9431
9432 mtdpart command: align output columns
9433
9434 Make the headers in the "mtdparts" command output line up
9435 with their columns ... strike the extra TAB character.
9436
9437 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9438
9439 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
9440 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9441 Date: Thu Apr 16 10:51:03 2009 +0900
9442
9443 Remove sa1100.h
9444
9445 sa1100.h is not used anywhere, then remove it.
9446
9447 $ find . -name '*.h' -empty -print
9448 ./include/sa1100.h
9449 $ git grep 'sa1100.h' .
9450 $
9451
9452 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
9453 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9454
9455 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
9456 Author: Stefan Roese <sr@denx.de>
9457 Date: Tue Apr 14 17:51:21 2009 +0200
9458
9459 UBIFS: Remove tnc_commit.c which is not used in the read-only version
9460
9461 I missed removing this file while implementing the UBIFS support. It's
9462 not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
9463 for spotting.
9464
9465 Signed-off-by: Stefan Roese <sr@denx.de>
9466
9467 commit 6356daff70867822bdb23cea49f98e65421a25b8
9468 Author: Adrian Hunter <adrian.hunter@nokia.com>
9469 Date: Tue Apr 14 17:50:38 2009 +0200
9470
9471 UBIFS: fix recovery bug
9472
9473 UBIFS did not recovery in a situation in which it could
9474 have. The relevant function assumed there could not be
9475 more nodes in an eraseblock after a corrupted node, but
9476 in fact the last (NAND) page written might contain anything.
9477 The correct approach is to check for empty space (0xFF bytes)
9478 from then on.
9479
9480 Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
9481 Signed-off-by: Stefan Roese <sr@denx.de>
9482
9483 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
9484 Author: Gao Guanhua <B22826@freescale.com>
9485 Date: Tue Apr 14 14:37:35 2009 +0800
9486
9487 fs: Fix the wrong type of var
9488
9489 The filelen should be signed type, not unsigned type.
9490 otherwise, The condition as below never take.
9491 if (filelen < 0)
9492
9493 Signed-off-by: Gao Guanhua <B22826@freescale.com>
9494 Signed-off-by: Dave Liu <daveliu@freescale.com>
9495
9496 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
9497 Author: Wolfgang Denk <wd@denx.de>
9498 Date: Tue Apr 28 00:29:34 2009 +0200
9499
9500 Update CHANGELOG
9501
9502 Signed-off-by: Wolfgang Denk <wd@denx.de>
9503
9504 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
9505 Author: David Brownell <dbrownell@users.sourceforge.net>
9506 Date: Thu Apr 16 23:15:15 2009 -0700
9507
9508 dm9000 EEPROM reading bugfix
9509
9510 Make the U-Boot dm9000 driver read addresses from EEPROM just
9511 like Linux does ... read six bytes, instead of reading twelve
9512 bytes and then discarding every other one.
9513
9514 Using the right Ethernet address is a big win.
9515
9516 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9517 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9518 Acked-by: Ben Warren <biggerbadderben@gmail.com>
9519
9520 commit d4c02e6f5d49880123e7f584b88f857ffd874381
9521 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9522 Date: Wed Feb 25 14:27:24 2009 +0900
9523
9524 rtl8169: fix cache coherency problem
9525
9526 Fix the problem that cannot access actual data when CPU data cache enabled.
9527
9528 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9529 Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9530 Acked-by: Ben Warren <biggerbadderben@gmail.com>
9531
9532 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
9533 Author: Dirk Behme <dirk.behme@googlemail.com>
9534 Date: Tue Apr 21 17:30:51 2009 +0200
9535
9536 OMAP3: Fix changed mmc init command
9537
9538 In recent U-Boot mmcinit changed to mmc init.
9539
9540 Signed-off-by: Steve Sakoman <steve@sakoman.com>
9541 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9542
9543 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
9544 Author: Wolfgang Denk <wd@denx.de>
9545 Date: Sun Apr 26 20:39:26 2009 +0200
9546
9547 lib_arm/board.c: remove misleading "test-only" comment.
9548
9549 For a long time, the print_cpuinfo() declaration in lib_arm/board.c
9550 had been marked as "test-only", which is plain wrong considering
9551 current usage. Delete this misleading comment.
9552
9553 Signed-off-by: Wolfgang Denk <wd@denx.de>
9554
9555 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
9556 Author: David Brownell <dbrownell@users.sourceforge.net>
9557 Date: Sun Apr 12 15:40:16 2009 -0700
9558
9559 minor DaVinci clock cleanup
9560
9561 Minor cleanup to clock-related defines for DaVinci DM6446 boards:
9562
9563 - CONFIG_SYS_CLK_FREQ is unused; remove it.
9564
9565 - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
9566
9567 On DM6446 both of those peripheral clocks actually come from the
9568 same source, the primary oscillator. Having them use the same
9569 symbol avoids bugs in the clone'n'modify development cycle.
9570
9571 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9572
9573 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
9574 Author: Minkyu Kang <mk7.kang@samsung.com>
9575 Date: Mon Apr 6 19:59:29 2009 +0900
9576
9577 s3c64xx: remove unnecessary definition
9578
9579 CONFIG_S3C6400 is must defined at config header file
9580 That definition is unnecessary at this file
9581
9582 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
9583
9584 commit 14b9308d511b53042ef478936e367a67282df66a
9585 Author: Heiko Schocher <hs@denx.de>
9586 Date: Fri Apr 24 06:50:45 2009 +0200
9587
9588 83xx: searching "muram-data" by compatible property
9589
9590 if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
9591 in the muram-data node, the reg entry needs to be updated.
9592 This is done in fdt_fixup_muram(), but we should use
9593 the compatible "fsl,qe-muram-data" for searching the
9594 node instead of searching the muram-data node with
9595 an absolute path.
9596
9597 Signed-off-by: Heiko Schocher <hs@denx.de>
9598 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9599
9600 commit 8e15088794807944b221c11609d36789efc7f767
9601 Author: Anatolij Gustschin <agust@denx.de>
9602 Date: Thu Apr 23 21:29:34 2009 +0200
9603
9604 mpc83xx: MPC8360ERDK: fix environment offset configuration bug
9605
9606 The size of U-Boot binary for MPC8360ERDK increased
9607 (> 2 flash sectors now), so 'saveenv' will partially
9608 overwrite U-Boot in flash and will brick the board.
9609 This patch moves environment offset to fourth flash
9610 sector and also fixes CONFIG_SYS_MONITOR_LEN.
9611
9612 Signed-off-by: Anatolij Gustschin <agust@denx.de>
9613 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9614
9615 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
9616 Author: Michael Zaidman <michael.zaidman@gmail.com>
9617 Date: Sat Apr 4 01:43:00 2009 +0300
9618
9619 NetLoop initialization bug
9620
9621 The patch fixes the bug of partial initialization of global network
9622 parameters.
9623
9624 Upon u-boot's start up the first ping command causes a failure of the
9625 consequent TFTP command. It happens in the recently added mechanism of
9626 the NetLoop initialization where initialization of global network
9627 parameters is separated in the NetInitLoop routine which is called per
9628 env_id change. Thus, ping request will initialize the network parameters
9629 necessary for ping operation only, afterwards the env_changed_id will be
9630 set to the env_id that will prevent all following initialization requests
9631 from other protocols.
9632 The problem is that the initialized by ping subset of network parameters
9633 is not sufficient for other protocols and particularly for TFTP which
9634 requires the NetServerIp also.
9635
9636 Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
9637 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9638
9639 commit b11f664f52c2855990107c18f242223377183575
9640 Author: Timur Tabi <timur@freescale.com>
9641 Date: Thu Apr 9 10:27:05 2009 -0500
9642
9643 net: fix ULI 526x macro usage in netdev.h
9644
9645 Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X
9646 is used everywhere else, so that's the correct macro name. Without this fix,
9647 Ethernet will not work on the Freescale MPC8610 HPCD.
9648
9649 Signed-off-by: Timur Tabi <timur@freescale.com>
9650 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9651
9652 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
9653 Author: David Brownell <dbrownell@users.sourceforge.net>
9654 Date: Sun Apr 12 15:38:06 2009 -0700
9655
9656 fix DaVinci NS16550_REG_SIZE regression
9657
9658 Update the DaVinci DM6446 boards to use the new convention
9659 for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
9660 from the original 4 bytes, but these chips are little-endian.
9661
9662 (Resolves a regression added recently by the include/ns16550.h
9663 patch to "Unify structure declaration for registers". The code
9664 previously worked just fine because the registers were accessed
9665 as host-endian words, not as bytes.)
9666
9667 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9668
9669 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
9670 Author: Mike Frysinger <vapier@gentoo.org>
9671 Date: Sun Apr 12 22:29:20 2009 -0400
9672
9673 cmd_nand: drop duplicate NULL ptr check
9674
9675 The first if statement checks for NULL ptrs, so there is no need to check
9676 it again in later else cases (such as .oob).
9677
9678 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9679 CC: Scott Wood <scottwood@freescale.com>
9680
9681 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
9682 Author: David Brownell <dbrownell@users.sourceforge.net>
9683 Date: Mon Apr 13 08:03:38 2009 -0700
9684
9685 CMD_UBI != MTD_PARTITIONS
9686
9687 Fix dependency goofage: it should certainly be possible to have the
9688 partition support without bringing in UBI commands.
9689
9690 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9691 Acked-by: Stefan Roese <sr@denx.de>
9692
9693 commit 6ebff365eb63093ca35b687316002535c6a18820
9694 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9695 Date: Thu Apr 16 21:30:48 2009 +0200
9696
9697 at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
9698
9699 The timer has been rewrote with a precision at ~0,18%
9700
9701 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9702 Tested-by: Sergey Lapin <slapin@ossfans.org>
9703 Tested-by: Eric BENARD <ebenard@free.fr>
9704
9705 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
9706 Author: Ilko Iliev <iliev@ronetix.at>
9707 Date: Thu Apr 16 21:30:48 2009 +0200
9708
9709 at91: add support for the PM9263 board of Ronetix GmbH
9710
9711 The PM9263 board is based on the AT91SAM9263-EK board.
9712
9713 Here is the page on Ronetix website:
9714 http://www.ronetix.at/starter_kit_9263.html
9715
9716 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
9717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9718
9719 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
9720 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9721 Date: Thu Apr 16 21:30:44 2009 +0200
9722
9723 at91sam9/at91cap: improve clock framework
9724
9725 calculate dynamically the clock rate and pllb setting for usb
9726
9727 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9728
9729 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
9730 Author: Stefan Roese <sr@denx.de>
9731 Date: Wed Apr 15 14:08:48 2009 +0200
9732
9733 ppc4xx: Disable POST memory test on NAND-booting Kilauea
9734
9735 Don't run the memory POST on the NAND-booting version. It will
9736 overwrite part of the U-Boot image which is already loaded from NAND
9737 to SDRAM. We were just lucky that it booted at all with this SDRAM
9738 test enabled.
9739
9740 Signed-off-by: Stefan Roese <sr@denx.de>
9741
9742 commit 9a929170be89b27bce677504da27e88600c06c49
9743 Author: Stefan Roese <sr@denx.de>
9744 Date: Wed Apr 15 14:06:26 2009 +0200
9745
9746 ppc4xx: Disable POST memory test on NAND-booting Sequoia
9747
9748 Don't run the memory POST on the NAND-booting version. It will
9749 overwrite part of the U-Boot image which is already loaded from NAND
9750 to SDRAM. We were just lucky that it booted at all with this SDRAM
9751 test enabled.
9752
9753 Signed-off-by: Stefan Roese <sr@denx.de>
9754
9755 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
9756 Author: Stefan Roese <sr@denx.de>
9757 Date: Wed Apr 15 11:32:53 2009 +0200
9758
9759 ppc4xx: Remove unused code for Sequoia NAND booting version
9760
9761 The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
9762 used at all. This patch changes it's define to the currently used value of
9763 133333333 and removes the unnecessary code.
9764
9765 Signed-off-by: Stefan Roese <sr@denx.de>
9766
9767 commit cf9409885cbe01405bad76790e99f8adf3351f4d
9768 Author: Stefan Roese <sr@denx.de>
9769 Date: Wed Apr 15 10:50:48 2009 +0200
9770
9771 ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
9772
9773 This additional text in the bootup log helps to see if the board is
9774 configured for NAND-booting. Especially helpful for boards that can
9775 boot from NOR and NAND (e.g. most of the AMCC eval boards).
9776
9777 Signed-off-by: Stefan Roese <sr@denx.de>
9778
9779 commit 5132106a27b8fb302677852b26ffd319b40d17e2
9780 Author: Stefan Roese <sr@denx.de>
9781 Date: Wed Apr 8 10:36:22 2009 +0200
9782
9783 ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
9784
9785 Currently the NOR & NAND support in Linux only works for the "standard"
9786 Sequoia, the version booting for NOR flash. The NAND-booting version
9787 has the chip-selects swapped. Here the chip-select mappings:
9788
9789 "Standard" NOR-booting version:
9790 CS0 NOR
9791 CS3 NAND
9792
9793 NAND-booting version:
9794 CS0 NAND
9795 CS3 NOR
9796
9797 With this path the dtb gets fixed-up, so that the correct chip-select
9798 numbers are patched in the dtb enabling correct NOR & NAND support
9799 in Linux on the NAND-booting Sequoia version.
9800
9801 Signed-off-by: Stefan Roese <sr@denx.de>
9802
9803 commit aad4eca4ba8d597747199d8af723426681557dda
9804 Author: Mike Frysinger <vapier@gentoo.org>
9805 Date: Sat Apr 4 09:10:27 2009 -0400
9806
9807 Blackfin: audit UART for all known anomalies
9808
9809 There is no code change here, just new comments, but this keeps me from
9810 having to do another audit from scratch in the future.
9811
9812 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9813
9814 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
9815 Author: Mike Frysinger <vapier@gentoo.org>
9816 Date: Sat Apr 4 08:40:13 2009 -0400
9817
9818 Blackfin: add check for anomaly 05000362
9819
9820 DESCRIPTION:
9821 The column address width settings for banks 2 and 3 are misconnected in
9822 the SDRAM controller. Accesses to bank 2 will result in an error if the
9823 Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
9824 that of bank 2.
9825
9826 WORKAROUND:
9827 If using bank 2, make sure that banks 2 and 3 have the same column address
9828 width settings in the EBIU_SDBCTL register. This must be the case
9829 regardless of whether or not bank 3 is enabled.
9830
9831 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9832
9833 commit c2e07449f546fb375289cdac1a608fdc20357873
9834 Author: Mike Frysinger <vapier@gentoo.org>
9835 Date: Sat Apr 4 08:29:55 2009 -0400
9836
9837 Blackfin: add comment about anomaly 05000430 avoidance
9838
9839 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9840
9841 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
9842 Author: Mike Frysinger <vapier@gentoo.org>
9843 Date: Sat Apr 4 08:10:22 2009 -0400
9844
9845 Blackfin: add workaround for anomaly 05000242
9846
9847 DESCRIPTION:
9848 If the DF bit is set prior to a hardware reset, the PLL will continue to
9849 divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
9850 cleared in the PLL_CTL register.
9851
9852 WORKAROUND:
9853 Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
9854 2 after reset.
9855
9856 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9857
9858 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
9859 Author: Mike Frysinger <vapier@gentoo.org>
9860 Date: Sat Apr 4 08:09:24 2009 -0400
9861
9862 Blackfin: add workaround for anomaly 05000171
9863
9864 DESCRIPTION:
9865 The Boot ROM is executed at power up/reset and changes the value of the
9866 SICA_IWR registers from their default reset value of 0xFFFF, but does not
9867 restore them.
9868
9869 WORKAROUND:
9870 User code should not rely on the default value of these registers. Set
9871 the desired values explicitly.
9872
9873 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9874
9875 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
9876 Author: Mike Frysinger <vapier@gentoo.org>
9877 Date: Sat Apr 4 08:22:36 2009 -0400
9878
9879 Blackfin: update anomaly sheets
9880
9881 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9882
9883 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
9884 Author: Graf Yang <graf.yang@analog.com>
9885 Date: Sat Apr 4 07:45:57 2009 -0400
9886
9887 Blackfin: nand: flush peripheral before polling it
9888
9889 We need to make sure the data written to the nand flash controller makes
9890 it there before we start polling its status register. Otherwise, we may
9891 get stale data and return before the controller is actually ready.
9892
9893 Signed-off-by: Graf Yang <graf.yang@analog.com>
9894 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9895 Acked-by: Scott Wood <scottwood@freescale.com>
9896
9897 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
9898 Author: Remy Bohmer <linux@bohmer.net>
9899 Date: Sun Apr 5 11:43:28 2009 +0200
9900
9901 Support for PXA27X UDC.
9902
9903 This Patch adds Support for PXA27X UDC.
9904 (Rebased to drivers/usb reorganisation)
9905
9906 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
9907 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9908
9909 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
9910 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9911 Date: Fri Apr 3 12:46:58 2009 +0200
9912
9913 drivers/usb: regorganisation
9914
9915 move to linux usb driver organisation
9916
9917 as following
9918
9919 drivers/usb/gadget
9920 drivers/usb/host
9921 drivers/usb/musb
9922
9923 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9924 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9925
9926 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
9927 Author: Todor I Mollov <tmollov@ucsd.edu>
9928 Date: Sat Apr 4 06:53:06 2009 -0400
9929
9930 Blackfin: spi: make cs deassert function deterministic
9931
9932 Blackfin SPI driver was not driving the SPI chip-select high before
9933 putting the chip-select signals into tri-state mode. This is probably
9934 something that slipped by unnoticed in most designs. If the signals are
9935 put directly into a tri-state mode, then the board is relying on the
9936 pull-up resistors to pull up the chip-select before the next transaction.
9937 Most of the time this is fine, except when you have two transactions that
9938 follow each other very closely, such as the flash erase and read status
9939 register commands. In this case I was seeing a 500ns separation between
9940 the transactions. In my setup, with a 10kOhm pull-up, it would meet
9941 timing spec about half the time and resulted in intermittent errors. (A
9942 stronger pull up would fix this, but our design is targeted for low power
9943 consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
9944 I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
9945 chip-selects high before putting them into tri-state. For me, this
9946 resulted in a rise time of 5ns instead of the previous rise time of about
9947 1us, and fully satisfied the timing spec of the chip.
9948
9949 Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
9950 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9951
9952 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
9953 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9954 Date: Sat Dec 13 21:08:05 2008 +0100
9955
9956 integratorap: fix PCI support
9957
9958 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9959
9960 commit 1c397508c836dfcb01fb2471c71de0727051f117
9961 Author: Dirk Behme <dirk.behme@googlemail.com>
9962 Date: Mon Mar 30 21:15:23 2009 +0200
9963
9964 OMAP3: Update Overo pin mux for new expansion board
9965
9966 A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
9967 switches. This patch changes the pinmux configuration for those pins.
9968 They were previously set up for unused MMC3_DAT4-7.
9969
9970 Signed-off-by: Steve Sakoman <steve@sakoman.com>
9971 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9972
9973 commit ab298231518675b3784aea88ee9b978438f99e63
9974 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9975 Date: Sun Apr 5 13:08:03 2009 +0200
9976
9977 arm: unify reset command
9978
9979 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9980
9981 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
9982 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9983 Date: Sun Apr 5 13:06:31 2009 +0200
9984
9985 arm: clean cache management
9986
9987 unify arm cache management except for non standard cache as ARM7TDMI
9988
9989 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9990
9991 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
9992 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9993 Date: Sun Apr 5 13:02:43 2009 +0200
9994
9995 arm: update co-processor 15 access
9996
9997 import system.h from linux
9998
9999 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10000
10001 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
10002 Author: Guennadi Liakhovetski <lg@denx.de>
10003 Date: Sun Apr 5 00:42:02 2009 +0200
10004
10005 ARM: add the imx31_phycore_eet target to MAINTAINERS
10006
10007 imx31_phycore_eet is a variant of the imx31_phycore board with a few
10008 extensions, which justifies a separate entry in the MAINTAINERS list,
10009 whereas normally all entries sharing a single configuration file and a
10010 board/ directory have only one entry in MAINTAINERS.
10011
10012 Reported-by: Wolfgang Denk <wd@denx.de>
10013 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10014
10015 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
10016 Author: Guennadi Liakhovetski <lg@denx.de>
10017 Date: Sun Apr 5 00:37:07 2009 +0200
10018
10019 ARM: fix out-of-tree build of imx31_phycore_eet
10020
10021 Fix out-of-tree build of the imx31_phycore_eet target.
10022
10023 Reported-by: Wolfgang Denk <wd@denx.de>
10024 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10025
10026 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
10027 Author: Jon Smirl <jonsmirl@gmail.com>
10028 Date: Sat Apr 4 17:44:51 2009 -0400
10029
10030 mpc5200: reduce delays in i2c
10031
10032 The previous code waited 1000us before checking i2c
10033 status. Measurement shows i2c is usually ready in
10034 under 50us. Change the polling interval to 15us,
10035 loop 6,667 times to keep the polling timeout constant
10036 at 100ms.
10037
10038 commit 36003268968949110ef145d9f2eaf8439c96d25b
10039 Author: Sanjeev Premi <premi@ti.com>
10040 Date: Fri Apr 3 14:00:07 2009 +0530
10041
10042 OMAP: Fix compile issue
10043
10044 Fixes this compile error:
10045 board.c: In function 'do_switch_ecc':
10046 board.c:339: error: 'cmd_tbl_t' has no member named 'help'
10047 make[1]: *** [board.o] Error 1
10048 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
10049 make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
10050
10051 This is due to the fact that current command uses long
10052 help for the usage print even if the CONFIG_SYS_LONGHELP
10053 is not enabled. (Thanks Jean-Christophe for explanation).
10054
10055 Signed-off-by: Sanjeev Premi <premi@ti.com>
10056
10057 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
10058 Author: Minkyu Kang <mk7.kang@samsung.com>
10059 Date: Fri Apr 3 09:56:16 2009 +0900
10060
10061 s3c64xx: fix the wrong gpio offset
10062
10063 This patch fix the wrong gpio offset
10064
10065 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10066
10067 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
10068 Author: Kyungmin Park <kmpark@infradead.org>
10069 Date: Wed Nov 26 10:18:13 2008 +0900
10070
10071 Move machine specific code to board at s3c64xx (v2)
10072
10073 Move machine specific code to smdk6400.
10074 Some board use OneNAND instead of NAND.
10075
10076 Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
10077 So it's better to use macro instead of hard-coded value.
10078
10079 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10080
10081 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
10082 Author: Tom Rix <Tom.Rix@windriver.com>
10083 Date: Wed Apr 1 22:02:19 2009 -0500
10084
10085 ZOOM1 Remove legacy NAND defines
10086
10087 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10088
10089 commit 5891151707ee5902fe62d554c247f42865815757
10090 Author: Tom Rix <Tom.Rix@windriver.com>
10091 Date: Wed Apr 1 22:02:20 2009 -0500
10092
10093 OMAP3 Fix multiline formatting in board init files.
10094
10095 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10096
10097 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
10098 Author: Wolfgang Denk <wd@denx.de>
10099 Date: Sun Apr 5 00:27:57 2009 +0200
10100
10101 Update CHANGELOG, coding style cleanup.
10102
10103 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
10104 Author: Wolfgang Denk <wd@denx.de>
10105 Date: Sun Apr 5 00:18:44 2009 +0200
10106
10107 One more fix for building env_embedded.o
10108
10109 In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
10110 commit afcbce07, we also need to do the same for
10111 CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
10112
10113 Signed-off-by: Wolfgang Denk <wd@denx.de>
10114
10115 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
10116 Author: Scott Wood <scottwood@freescale.com>
10117 Date: Thu Apr 2 16:15:10 2009 -0500
10118
10119 common/image.c: Relocate strings in tables.
10120
10121 Without this, u-boot can crash or print garbage if the original link
10122 address no longer points to a valid string.
10123
10124 Signed-off-by: Scott Wood <scottwood@freescale.com>
10125
10126 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
10127 Author: Scott Wood <scottwood@freescale.com>
10128 Date: Thu Apr 2 16:10:36 2009 -0500
10129
10130 mpc8260: Fill in brg's clock-frequency in device tree.
10131
10132 Signed-off-by: Scott Wood <scottwood@freescale.com>
10133
10134 commit c73ed274a211699739d83c2cef92853dc6716e15
10135 Author: Scott Wood <scottwood@freescale.com>
10136 Date: Thu Apr 2 18:20:43 2009 -0500
10137
10138 MPC8260ADS: Add nfsboot/ramboot to default environment.
10139
10140 This brings it in line with other Freescale boards.
10141
10142 Signed-off-by: Scott Wood <scottwood@freescale.com>
10143
10144 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
10145 Author: Andreas Huber <andreas.huber@keymile.com>
10146 Date: Thu Apr 2 17:15:34 2009 +0200
10147
10148 UBI/cfi-mtd: Fix mtd name for multiple chips
10149
10150 On platforms with multiple NOR chips, currently only the first one
10151 can be selected using the "ubi part" command. This patch fixes this
10152 problem by using different names for the NOR "mtd devices".
10153
10154 It also changes the name of the NOR MTD device from "cfi-mtd" to
10155 "norX" (X indexing the device numer) to better match the mtdparts
10156 defaults.
10157
10158 Signed-off-by: Stefan Roese <sr@denx.de>
10159 Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
10160
10161 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
10162 Author: Peter Korsgaard <jacmet@sunsite.dk>
10163 Date: Tue Mar 31 17:52:16 2009 +0200
10164
10165 tools/setlocalversion: use git svn instead of git-svn
10166
10167 Use the new "git <subcmd>" syntax instead of the deprecated
10168 "git-<subcmd>".
10169
10170 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10171
10172 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
10173 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10174 Date: Tue Mar 31 14:09:40 2009 +0800
10175
10176 eSPI: add the eSPI register support
10177
10178 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10179
10180 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
10181 Author: Minkyu Kang <mk7.kang@samsung.com>
10182 Date: Mon Mar 30 14:55:51 2009 +0900
10183
10184 cmd_mmc: add support for device command for selecting mmc device
10185
10186 This patch improves device command for selecting mmc device
10187
10188 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10189
10190 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
10191 Author: Alan Carvalho de Assis <acassis@gmail.com>
10192 Date: Sat Mar 28 19:50:16 2009 -0300
10193
10194 Small fix to m5282evb
10195
10196 This is just a small fix to get u-boot on m5282evb.
10197
10198 Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
10199
10200 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
10201 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
10202 Date: Fri Mar 27 10:21:14 2009 +0100
10203
10204 UBIFS: add R/O compatibility
10205
10206 Now UBIFS is supported by u-boot. If we ever decide to change the
10207 media format, then people will have to upgrade their u-boots to
10208 mount new format images. However, very often it is possible to
10209 preserve R/O forward-compatibility, even though the write
10210 forward-compatibility is not preserved.
10211
10212 This patch introduces a new super-block field which stores the
10213 R/O compatibility version.
10214
10215 Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
10216 Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
10217 Signed-off-by: Stefan Roese <sr@denx.de>
10218
10219 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
10220 Author: Mike Frysinger <vapier@gentoo.org>
10221 Date: Mon Mar 23 22:27:34 2009 -0400
10222
10223 more command usage cleanup
10224
10225 Fix up a few dangling commands like in "Command usage cleanup" commit.
10226
10227 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10228
10229 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
10230 Author: Ladislav Michl <ladis@linux-mips.org>
10231 Date: Mon Mar 23 12:06:07 2009 +0100
10232
10233 Separate mtdparts command from jffs2
10234
10235 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
10236 > Currently the mtdparts commands are included in the jffs2 command support.
10237 > This doesn't make sense anymore since other commands (e.g. UBI) use this
10238 > infrastructure as well now. This patch separates the mtdparts commands from
10239 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
10240 > support is needed.
10241
10242 ... and to make it useful for NAND chips as well, we should also remove now
10243 unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
10244 jffs2/load_kernel.h which is a bit misleading filename for that purpose,
10245 but that can be fixed later (tm).
10246
10247 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10248
10249 commit b196ca75503ce307c535b87bf47d51f05e7530df
10250 Author: Mike Frysinger <vapier@gentoo.org>
10251 Date: Sun Mar 22 22:18:01 2009 -0400
10252
10253 smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
10254
10255 Rather than sticking Blackfin-specific stuff into the eeprom example, use
10256 an indirect macro so that any board can override it with their own magic
10257 sauce in their board config file.
10258
10259 Also fix some spurious semi-colons in defines while I'm at it ...
10260
10261 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10262 CC: Ben Warren <biggerbadderben@gmail.com>
10263
10264 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
10265 Author: Sascha Hauer <s.hauer@pengutronix.de>
10266 Date: Sat Mar 21 09:38:46 2009 -0400
10267
10268 mpc52xx phy: initialize only when needed
10269
10270 Do not initialize phy on startup, instead initialize it
10271 when we actually need it.
10272
10273 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10274
10275 commit 03bab0091948196b9558248684c04f60943ca4b5
10276 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10277 Date: Mon Mar 30 16:51:40 2009 +0200
10278
10279 at91sam9263ek: enable hush and auto complete support
10280
10281 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10282 Acked-by: Stelian Pop <stelian@popies.net>
10283
10284 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
10285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10286 Date: Fri Mar 27 23:26:44 2009 +0100
10287
10288 at91: move dataflash spi driver to drivers/spi
10289
10290 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10291
10292 commit 2b7178afce59f71e95da657273f4132012098c1f
10293 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10294 Date: Fri Mar 27 23:26:44 2009 +0100
10295
10296 at91: move usb driver to drivers/usb
10297
10298 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10299
10300 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
10301 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10302 Date: Fri Mar 27 23:26:43 2009 +0100
10303
10304 at91rm9200: Reset update
10305
10306 Update the rm9200 reset sequence to try executing a board-specific reset
10307 function and move specific board reset to board.
10308
10309 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10310
10311 commit 3524049cd053746298e4cfab2449882e75c146fc
10312 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10313 Date: Fri Mar 27 23:26:43 2009 +0100
10314
10315 at91rm9200: move serial shutdown code to serial drivers
10316
10317 introduce serial_exit for this purpose. Use it only when the rm9200
10318 serial driver is active
10319
10320 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10321
10322 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
10323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10324 Date: Fri Mar 27 23:26:43 2009 +0100
10325
10326 at91rm9200: move serial driver to drivers/serial
10327
10328 add CONFIG_AT91RM9200_USART to activate the driver
10329
10330 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10331
10332 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
10333 Author: Ulf Samuelsson <ulf@atmel.com>
10334 Date: Fri Mar 27 23:26:43 2009 +0100
10335
10336 Add support for the AT91RM9200EK Board.
10337
10338 The AT91RM9200-EK Evaluation Board supports the AT91RM9200
10339 ARM9-based 32-bit RISC microcontroller and enables real-time code development
10340 and evaluation.
10341
10342 Here is the chip page on Atmel website:
10343 http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
10344
10345 with
10346 - NOR (cfi driver)
10347 - DataFlash
10348 - USB OHCI
10349 - Net
10350 - I2C (hard)
10351
10352 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
10353 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10354
10355 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
10356 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10357 Date: Fri Mar 27 23:26:42 2009 +0100
10358
10359 add dataflash mmc mux missing support
10360
10361 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10362
10363 commit 2a325ce3c705ab2d82760afc541c511328472df8
10364 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10365 Date: Fri Mar 27 23:26:42 2009 +0100
10366
10367 at91rm9200dk: Move conditional compilation to Makefile
10368
10369 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10370
10371 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
10372 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10373 Date: Fri Mar 27 23:26:42 2009 +0100
10374
10375 at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
10376
10377 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10378
10379 commit 843a2654bce74192de2b5a43474fdc27a572ab40
10380 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10381 Date: Fri Mar 27 23:26:42 2009 +0100
10382
10383 at91sam9: add watchdog support
10384
10385 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
10386 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10387
10388 commit a47492ac60657dd9d59c713aa049319ea6eabd52
10389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10390 Date: Fri Mar 27 13:14:52 2009 +0100
10391
10392 at91sam9/at91cap: spi init add hardware chip select support
10393
10394 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10395
10396 commit 66932ac3929c7a145a6ef6574a96fd7535154951
10397 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10398 Date: Sat Apr 4 19:15:40 2009 +0200
10399
10400 netstar: fix crc32.c dependancy location
10401
10402 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10403
10404 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
10405 Author: Scott Wood <scottwood@freescale.com>
10406 Date: Fri Apr 3 15:24:40 2009 -0500
10407
10408 MPC8260ADS: Define CONFIG_HAS_ETH0.
10409
10410 This is required so that the MAC address will be updated in the device tree.
10411
10412 Signed-off-by: Scott Wood <scottwood@freescale.com>
10413
10414 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
10415 Author: Scott Wood <scottwood@freescale.com>
10416 Date: Fri Apr 3 15:26:45 2009 -0500
10417
10418 PQ2FADS: Enable PCI.
10419
10420 PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
10421
10422 Signed-off-by: Scott Wood <scottwood@freescale.com>
10423
10424 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
10425 Author: Wolfgang Denk <wd@denx.de>
10426 Date: Sat Apr 4 16:57:50 2009 +0200
10427
10428 Fix quoting bug introduced by commit 74de7aef
10429
10430 Signed-off-by: Wolfgang Denk <wd@denx.de>
10431
10432 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
10433 Author: Wolfgang Denk <wd@denx.de>
10434 Date: Sat Apr 4 16:14:51 2009 +0200
10435
10436 Fix implicit declaration of function 'htons'
10437
10438 Include <netinet/in.h> instead of <linux/in.h> to get htons()
10439 prototpye.
10440
10441 Signed-off-by: Wolfgang Denk <wd@denx.de>
10442
10443 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
10444 Author: Kumar Gala <galak@kernel.crashing.org>
10445 Date: Sat Apr 4 10:21:02 2009 -0500
10446
10447 fsl_law: Fix bug in calculation of LAW sizing
10448
10449 In set_ddr_laws() when we determined how much of the size requested
10450 to be mapped was covered by the the first LAW we needed to recalculate
10451 the size based on what was actually mapped.
10452
10453 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10454
10455 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
10456 Author: Kumar Gala <galak@kernel.crashing.org>
10457 Date: Thu Apr 2 13:57:05 2009 -0500
10458
10459 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
10460
10461 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10462
10463 commit c8514622e2713d9c47919acfe23fce386782afe7
10464 Author: Kumar Gala <galak@kernel.crashing.org>
10465 Date: Thu Apr 2 13:22:48 2009 -0500
10466
10467 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
10468
10469 Rename the pci header for FSL HW so we can move some prototypes
10470 in there and stop doing explicit externs
10471
10472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10473
10474 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
10475 Author: Wolfgang Denk <wd@denx.de>
10476 Date: Sat Apr 4 16:10:40 2009 +0200
10477
10478 Fix building of env_embedded.o
10479
10480 Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
10481 only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
10482 building for many boards.
10483
10484 We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
10485 set.
10486
10487 Signed-off-by: Wolfgang Denk <wd@denx.de>
10488
10489 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
10490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10491 Date: Sat Apr 4 12:49:11 2009 +0200
10492
10493 rename include/zlib.h to include/u-boot/zlib.h
10494
10495 Some systems have zlib.h installed in /usr/include/. This isn't the
10496 desired file for u-boot code - we want the one in include/zlib.h.
10497 This rename will avoid the conflict.
10498
10499 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10500 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10501
10502 commit ae644c178f097874a92a6d934f364985fc7e075a
10503 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10504 Date: Sat Apr 4 12:46:31 2009 +0200
10505
10506 tools/Makefile: fix image.c dependancy location
10507
10508 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10509 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10510
10511 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
10512 Author: Mike Frysinger <vapier@gentoo.org>
10513 Date: Sat Apr 4 07:42:25 2009 -0400
10514
10515 tools: add ncb to gitignore
10516
10517 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10518
10519 commit 453c0d7558215cbc8636d94af172886d84e0dbba
10520 Author: Detlev Zundel <dzu@denx.de>
10521 Date: Fri Apr 3 16:45:46 2009 +0200
10522
10523 include/ns16550.h: Unify structure declaration for registers
10524
10525 Instead of special casing the different access patterns, use common
10526 code with light macros sprinkled in to accomodate for the different
10527 layouts of the register structure.
10528
10529 Note that this also changes the types of the registers for the
10530 "positively packed (>1)" cases. As the registers truly are unsigned
10531 chars, this is surely the Right Thing, but it is a semantic change.
10532 Note that for this case depending on the endianness on the bus, we may
10533 see a change of behaviour.
10534
10535 Signed-off-by: Detlev Zundel <dzu@denx.de>
10536
10537 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
10538 Author: Peter Tyser <ptyser@xes-inc.com>
10539 Date: Fri Mar 13 18:54:52 2009 -0500
10540
10541 Delete now unused tools/Makefile.win32
10542
10543 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10544
10545 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
10546 Author: Peter Tyser <ptyser@xes-inc.com>
10547 Date: Fri Mar 13 18:54:51 2009 -0500
10548
10549 Add support for building native win32 tools
10550
10551 Add support for compiling the host tools in the tools directory using
10552 the MinGW toolchain. This produces executables which can be used on
10553 standard Windows computers without requiring cygwin.
10554
10555 One must specify the MinGW compiler and strip utilities as if they
10556 were the host toolchain in order to build win32 executables, eg:
10557
10558 make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
10559
10560 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10561
10562 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
10563 Author: Peter Tyser <ptyser@xes-inc.com>
10564 Date: Fri Mar 13 18:54:50 2009 -0500
10565
10566 tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
10567
10568 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10569
10570 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
10571 Author: Peter Tyser <ptyser@xes-inc.com>
10572 Date: Fri Mar 13 18:54:49 2009 -0500
10573
10574 tools/Makefile: Create generic build rules
10575
10576 Create a few generic build rules to replace the current method which has
10577 1 build target for each file
10578
10579 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10580
10581 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
10582 Author: Peter Tyser <ptyser@xes-inc.com>
10583 Date: Fri Mar 13 18:54:48 2009 -0500
10584
10585 tools/Makefile: Use auto-generated object file dependencies
10586
10587 Files in the SRCS variable have their dependencies automatically
10588 generated so remove duplicate explicit dependencies
10589
10590 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10591
10592 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
10593 Author: Peter Tyser <ptyser@xes-inc.com>
10594 Date: Fri Mar 13 18:54:47 2009 -0500
10595
10596 tools/Makefile: Remove symlinks for remaining source files
10597
10598 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10599
10600 commit eed073315b6447eceadf7468a4c2b757442c7c6f
10601 Author: Peter Tyser <ptyser@xes-inc.com>
10602 Date: Fri Mar 13 18:54:46 2009 -0500
10603
10604 tools/Makefile: Dynamically generate libfdt object dependencies
10605
10606 Add the libfdt files to the SRCS variable so that they have their
10607 dependencies automatically generated
10608
10609 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10610
10611 commit c0170175393b94560fa7a5da6dd31377df5f4a72
10612 Author: Peter Tyser <ptyser@xes-inc.com>
10613 Date: Fri Mar 13 18:54:45 2009 -0500
10614
10615 tools/Makefile: Remove symlinks for fdt targets
10616
10617 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10618
10619 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
10620 Author: Peter Tyser <ptyser@xes-inc.com>
10621 Date: Fri Mar 13 18:54:44 2009 -0500
10622
10623 tools/Makefile: Add libfdt/ to the include search path
10624
10625 This change makes the process of symlinking libfdt_internal.h
10626 unnecessary
10627
10628 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10629
10630 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
10631 Author: Peter Tyser <ptyser@xes-inc.com>
10632 Date: Fri Mar 13 18:54:43 2009 -0500
10633
10634 tools: Remove unecessary symlinking of zlib.h
10635
10636 crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink
10637 was previously necessary to give U-Boot's version of zlib.h precedence
10638 over the host computer's version of zlib.h.
10639
10640 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10641
10642 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
10643 Author: Peter Tyser <ptyser@xes-inc.com>
10644 Date: Fri Mar 13 18:54:42 2009 -0500
10645
10646 tools/Makefile: Add tools/ to the include search path
10647
10648 This change makes the process of symlinking mkimage.h and fdt_host.h
10649 unnecessary
10650
10651 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10652
10653 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
10654 Author: Peter Tyser <ptyser@xes-inc.com>
10655 Date: Fri Mar 13 18:54:41 2009 -0500
10656
10657 tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
10658
10659 Also conditionally add ncb.o to OBJ_FILES list
10660
10661 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10662
10663 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
10664 Author: Peter Tyser <ptyser@xes-inc.com>
10665 Date: Fri Mar 13 18:54:40 2009 -0500
10666
10667 tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
10668
10669 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10670
10671 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
10672 Author: Peter Tyser <ptyser@xes-inc.com>
10673 Date: Fri Mar 13 18:54:39 2009 -0500
10674
10675 tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
10676
10677 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10678
10679 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
10680 Author: Peter Tyser <ptyser@xes-inc.com>
10681 Date: Fri Mar 13 18:54:38 2009 -0500
10682
10683 tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
10684
10685 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10686
10687 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
10688 Author: Peter Tyser <ptyser@xes-inc.com>
10689 Date: Fri Mar 13 18:54:37 2009 -0500
10690
10691 tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
10692
10693 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10694
10695 commit eeba8617908e33f7e7db3b1588c04ca65b856793
10696 Author: Peter Tyser <ptyser@xes-inc.com>
10697 Date: Fri Mar 13 18:54:36 2009 -0500
10698
10699 tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
10700
10701 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10702
10703 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
10704 Author: Peter Tyser <ptyser@xes-inc.com>
10705 Date: Fri Mar 13 18:54:35 2009 -0500
10706
10707 tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
10708
10709 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10710
10711 commit ee3584a5970230ee96aae19505ad3226734ee4ff
10712 Author: Peter Tyser <ptyser@xes-inc.com>
10713 Date: Fri Mar 13 18:54:34 2009 -0500
10714
10715 tools/Makefile: Split variable declarations into multiple lines
10716
10717 Split variable declarations into multiple lines and use the standard
10718 VAR-y convention. Also move object and binary variable declarations to
10719 after config.mk has been included to allow for these lists to utilize
10720 the CONFIG_XXX variables.
10721
10722 These changes lay the groundwork for conditional compilation of files
10723 in the tools directory.
10724
10725 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10726
10727 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
10728 Author: Peter Tyser <ptyser@xes-inc.com>
10729 Date: Fri Mar 13 18:54:33 2009 -0500
10730
10731 tools/Makefile: Remove inappropriate double-tabs
10732
10733 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10734
10735 commit 652f4ba076689fd0acd447561a777b1c440a4b57
10736 Author: Peter Tyser <ptyser@xes-inc.com>
10737 Date: Fri Mar 13 18:54:32 2009 -0500
10738
10739 tools/Makefile: Remove HOSTARCH HOSTOS defines
10740
10741 The values of HOSTARCH and HOSTOS which are exported from the top-level
10742 Makefile should be used
10743
10744 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10745
10746 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
10747 Author: Peter Tyser <ptyser@xes-inc.com>
10748 Date: Fri Mar 13 18:54:31 2009 -0500
10749
10750 gen_eth_addr: Use POSIX rand() and srand()
10751
10752 Replace random()/srandom() use with rand()/srand() to support
10753 compilation with the mingw toolchain. The rand()/srand() functions are
10754 generally more common and are functionally equivalent to the original
10755 random()/srandom() calls.
10756
10757 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10758
10759 commit 24d2ae5e9debe4b75151a55251031a14477fa875
10760 Author: Peter Tyser <ptyser@xes-inc.com>
10761 Date: Fri Mar 13 18:54:28 2009 -0500
10762
10763 elf.h: Use stdint.h to provide standard typedefs for WIN32
10764
10765 The original code provided an incomplete set of typedefs for WIN32
10766 compiles and replicated the standard typedefs that are already
10767 provided by stdint.h
10768
10769 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10770
10771 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
10772 Author: Peter Tyser <ptyser@xes-inc.com>
10773 Date: Fri Mar 13 18:54:27 2009 -0500
10774
10775 common/Makefile: Conditionally compile env_embedded.o
10776
10777 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10778
10779 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
10780 Author: Peter Tyser <ptyser@xes-inc.com>
10781 Date: Fri Mar 13 18:54:26 2009 -0500
10782
10783 Makefile: Add removal of *.exe files to clean target
10784
10785 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10786
10787 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
10788 Author: Peter Tyser <ptyser@xes-inc.com>
10789 Date: Fri Mar 13 18:54:25 2009 -0500
10790
10791 Makefile: Make autoconf.mk a dependency of the depend target
10792
10793 The original code did not generate autoconf.mk until after some targets
10794 dependencies had already been calculated, for example the directories in
10795 the SUBDIRS variable
10796
10797 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10798
10799 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
10800 Author: unsik Kim <donari75@gmail.com>
10801 Date: Wed Feb 25 11:31:24 2009 +0900
10802
10803 mflash: Initial mflash support
10804
10805 Mflash is fusion memory device mainly targeted consumer eletronic and
10806 mobile phone.
10807 Internally, it have nand flash and other hardware logics and supports
10808 some different operation (ATA, IO, XIP) modes.
10809
10810 IO mode is custom mode for the host that doesn't have IDE interface.
10811 (Many mobile targeted SoC doesn't have IDE bus)
10812
10813 This driver support mflash IO mode.
10814
10815 Followings are brief descriptions about IO mode.
10816
10817 1. IO mode based on ATA protocol and uses some custom command. (read
10818 confirm, write confirm)
10819 2. IO mode uses SRAM bus interface.
10820
10821 Signed-off-by: unsik Kim <donari75@gmail.com>
10822
10823 commit 200779e3e2a9aeda7030b171a8c39d7797019917
10824 Author: Detlev Zundel <dzu@denx.de>
10825 Date: Fri Apr 3 11:53:01 2009 +0200
10826
10827 Rename common ns16550 constants with UART_ prefix to prevent conflicts
10828
10829 Fix problems introduced in commit
10830 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
10831 diagnosis functions for inka4x0] which redefined MSR_RI which is
10832 already used on PowerPC systems.
10833
10834 Also eliminate redundant definitions in ps2mult.h. More cleanup will
10835 be needed for other redundant occurrences though.
10836
10837 Signed-off-by: Detlev Zundel <dzu@denx.de>
10838
10839 commit 99067b08f4a0ce20ff337a35211239f334d8f451
10840 Author: Scott Wood <scottwood@freescale.com>
10841 Date: Wed Apr 1 15:33:24 2009 -0500
10842
10843 Noisily disable the legacy NAND subsystem.
10844
10845 Legacy NAND is marked for feature removal after April 2009 (i.e. this
10846 upcoming release). There are still several boards that reference it
10847 (though many do so only for disk-on-chip support which has been silently
10848 disabled for a while now). These boards will now fail to build
10849 with #error, though the code is still there if the user removes #error.
10850
10851 The plan is to remove the code outright in the next release, along with
10852 any board code that refers to it (such as board/esd/common/auto_update.c).
10853
10854 Also, remove the legacy NAND API description from README.nand.
10855
10856 Signed-off-by: Scott Wood <scottwood@freescale.com>
10857
10858 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
10859 Author: apgmoorthy <moorthy.apg@samsung.com>
10860 Date: Fri Mar 27 14:45:23 2009 +0530
10861
10862 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
10863
10864 Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
10865 However, u-boot image for apollon board is 195KB making the board
10866 unbootable with OneNAND.
10867
10868 Fix ipl to read CONFIG_SYS_MONITOR_LEN.
10869 CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
10870
10871 Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
10872 Signed-off-by: Gangheyamoorthy <moorthy.apg@samsung.com>
10873 Signed-off-by: Scott Wood <scottwood@freescale.com>
10874
10875 commit 74de7aefd79690bae8cf5a5120f5962d444be089
10876 Author: Wolfgang Denk <wd@denx.de>
10877 Date: Wed Apr 1 23:34:12 2009 +0200
10878
10879 Add "source" command; prepare removal of "autoscr" command
10880
10881 According to the doc/feature-removal-schedule.txt, the "autoscr"
10882 command will be replaced by the "source" command in approximately 6
10883 months from now.
10884
10885 This patch prepares this change and starts a 6 month transition
10886 period as follows:
10887
10888 - The new "source" command has been added, which implements exactly
10889 the same functionlaity as the old "autoscr" command before
10890 - The old "autoscr" command name is kept as an alias for compatibility
10891 - Command sequences, script files atc. have been adapted to use the
10892 new "source" command
10893 - Related environment variables ("autoscript", "autoscript_uname")
10894 have *not* been adapted yet; these will be renamed resp. removed in
10895 a separate patch when the support for the "autoscr" command get's
10896 finally dropped.
10897
10898 Signed-off-by: Wolfgang Denk <wd@denx.de>
10899
10900 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
10901 Author: Wolfgang Denk <wd@denx.de>
10902 Date: Thu Apr 2 17:31:09 2009 +0200
10903
10904 Add "GPL cleanup" task to feature-removal-schedule.txt
10905
10906 Announce removal of all non-GPL or GPL-incompatible files
10907 after August 2009.
10908
10909 Signed-off-by: Wolfgang Denk <wd@denx.de>
10910
10911 commit d9596ffbdc79cea285010b67dd20a4618303f624
10912 Author: Mike Frysinger <vapier@gentoo.org>
10913 Date: Thu Apr 2 12:51:28 2009 -0400
10914
10915 sf: stmicro: dont send 4 bytes when reading status register
10916
10917 I can't find anywhere in the datasheet that says the status register needs
10918 3 dummy bytes sent to it before being able to read back the first real
10919 result. Tests on a Blackfin board show that after writing the opcode, the
10920 status register starts coming back immediately. So only write out the
10921 read status register opcode before polling the result.
10922
10923 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10924 CC: Jason McMullan <mcmullan@netapp.com>
10925 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10926
10927 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
10928 Author: Mike Frysinger <vapier@gentoo.org>
10929 Date: Thu Apr 2 08:11:31 2009 -0400
10930
10931 sf: set common timeouts in seconds, not milliseconds
10932
10933 Since timeouts are only hit when there is a problem in the system, we
10934 don't want to prematurely timeout on a functioning setup. Thus having
10935 low timeouts (in milliseconds) doesn't gain us anything in the production
10936 case, but rather increases likely hood of causing problems where none
10937 otherwise exist.
10938
10939 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10940 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10941
10942 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
10943 Author: Mike Frysinger <vapier@gentoo.org>
10944 Date: Thu Apr 2 06:51:49 2009 -0400
10945
10946 sf: stmicro: use common page timeout define
10947
10948 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10949 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10950
10951 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
10952 Author: Mike Frysinger <vapier@gentoo.org>
10953 Date: Sat Mar 28 06:41:09 2009 -0400
10954
10955 sf: always read 5 bytes for the idcode
10956
10957 Some SPI flash drivers like to have extended id information available
10958 (like the spansion flash), so rather than making it re-issue the ID cmd
10959 to get at the last 2 bytes, have the common code read 5 bytes rather than
10960 just 3. This also matches the Linux behavior where it always reads 5 id
10961 bytes from all flashes.
10962
10963 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10964 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10965 CC: Mingkai Hu <Mingkai.hu@freescale.com>
10966
10967 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
10968 Author: Mike Frysinger <vapier@gentoo.org>
10969 Date: Fri Mar 27 16:34:21 2009 -0400
10970
10971 sf: stmicro: drop redundant id read
10972
10973 The common SPI flash code reads the idcode and passes it down to the SPI
10974 flash driver, so there is no need to read it again ourselves.
10975
10976 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10977 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10978 CC: Jason McMullan <mcmullan@netapp.com>
10979 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10980
10981 commit 1c5874374e091b4bb62917c519861f7682fe066e
10982 Author: Mike Frysinger <vapier@gentoo.org>
10983 Date: Fri Mar 27 19:27:58 2009 -0400
10984
10985 sf: add driver for SST flashes
10986
10987 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10988 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10989
10990 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
10991 Author: Mike Frysinger <vapier@gentoo.org>
10992 Date: Mon Mar 23 23:03:58 2009 -0400
10993
10994 sf: drop DEBUG defines
10995
10996 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10997 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10998
10999 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
11000 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11001 Date: Sun Jan 4 07:44:07 2009 +0100
11002
11003 mtd: add some at45 spi flash support
11004
11005 - AT45DB321D
11006 - AT45DB161D
11007 - AT45DB081D
11008 - AT45DB041D
11009 - AT45DB021D
11010 - AT45DB011D
11011
11012 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11013 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11014
11015 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
11016 Author: Mingkai Hu <Mingkai.hu@freescale.com>
11017 Date: Tue Mar 31 14:09:41 2009 +0800
11018
11019 mtd: SPI Flash: Support the Spansion Flash
11020
11021 Add MTD SPI Flash support for S25FL008A, S25FL016A,
11022 S25FL032A, S25FL064A, S25FL128P.
11023
11024 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
11025 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11026
11027 commit 40587701924aa0afc86b3840421b4cc6de42c748
11028 Author: Mike Frysinger <vapier@gentoo.org>
11029 Date: Mon Mar 30 20:56:45 2009 -0400
11030
11031 Blackfin: force all boards to HZ of 1000
11032
11033 Since the Blackfin timer code requires HZ to be 1000, barf on any board
11034 that tries to use a different value.
11035
11036 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11037
11038 commit f4032d2eec9d71a59c6c724671e577f67a76839b
11039 Author: Mike Frysinger <vapier@gentoo.org>
11040 Date: Fri Mar 27 21:07:45 2009 -0400
11041
11042 Blackfin: bf533-stamp: drop old spi flash driver
11043
11044 Now that the common SPI flash code supports all the flashes, we can stop
11045 using the old driver.
11046
11047 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11048
11049 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
11050 Author: Mike Frysinger <vapier@gentoo.org>
11051 Date: Thu Mar 26 15:42:12 2009 -0400
11052
11053 Blackfin: add BF538/BF539 SPI portmux handling
11054
11055 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11056
11057 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
11058 Author: Mike Frysinger <vapier@gentoo.org>
11059 Date: Mon Mar 23 22:36:10 2009 -0400
11060
11061 Blackfin: do not delay on output bytes
11062
11063 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11064
11065 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
11066 Author: Mike Frysinger <vapier@gentoo.org>
11067 Date: Mon Mar 23 22:17:27 2009 -0400
11068
11069 Blackfin: drop newline from OTP help
11070
11071 Looks like I accidentally added a newline to the OTP help when merging and
11072 older change.
11073
11074 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11075
11076 commit d3c38d96b991d641a33f7748130dae008563cdc9
11077 Author: Mike Frysinger <vapier@gentoo.org>
11078 Date: Sun Mar 22 23:43:31 2009 -0400
11079
11080 Blackfin: convert bfin_sdh to legacy mmc
11081
11082 The Blackfin SDH controller is still using the legacy framework, so update
11083 the driver to use the renamed functions.
11084
11085 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11086
11087 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
11088 Author: Mike Frysinger <vapier@gentoo.org>
11089 Date: Sun Feb 22 16:30:38 2009 -0500
11090
11091 Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
11092
11093 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11094
11095 commit ad9073211ca9e62162a39851e082b8d07a662fb6
11096 Author: Mike Frysinger <vapier@gentoo.org>
11097 Date: Fri Feb 13 17:10:58 2009 -0500
11098
11099 Blackfin: fix crash when booting from external memory
11100
11101 When testing a u-boot binary that hasn't been booted from the bootrom, we
11102 have to make sure the bootstruct structure has sane storage space. If we
11103 don't, the initcode will crash when it tries to dereference an invalid
11104 pointer.
11105
11106 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11107
11108 commit 84a9dda324c3faa56be14449d7519b993d9397a9
11109 Author: Mike Frysinger <vapier@gentoo.org>
11110 Date: Sun Oct 12 21:32:52 2008 -0400
11111
11112 Blackfin: bf518f-ezbrd: new board port
11113
11114 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11115
11116 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
11117 Author: Mike Frysinger <vapier@gentoo.org>
11118 Date: Sun Oct 12 21:30:48 2008 -0400
11119
11120 Blackfin: bf526-ezbrd: new board port
11121
11122 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11123
11124 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
11125 Author: Mike Frysinger <vapier@gentoo.org>
11126 Date: Sun Oct 12 21:25:33 2008 -0400
11127
11128 Blackfin: bf538f-ezkit: new board port
11129
11130 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11131
11132 commit d9a5d113b93583c984711127ab8503e136ed1e4a
11133 Author: Mike Frysinger <vapier@gentoo.org>
11134 Date: Sun Oct 12 20:59:12 2008 -0400
11135
11136 Blackfin: bf527-ezkit: new board port
11137
11138 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11139
11140 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
11141 Author: Mike Frysinger <vapier@gentoo.org>
11142 Date: Sun Oct 12 05:05:42 2008 -0400
11143
11144 Blackfin: bf548-ezkit: new board port
11145
11146 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11147
11148 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
11149 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
11150 Date: Tue Mar 3 14:23:59 2009 +0100
11151
11152 libfdt: Fix C++ compile-time cast error on gnu 4.2.1
11153
11154 Allow the inclusion of libfdt.h in C++ source.
11155
11156 Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
11157 Acked-by: David Gibson <david@gibson.dropbear.id.au>
11158
11159 commit 13d93f38e86818739317b0206d597265cf9e675e
11160 Author: Emil Medve <Emilian.Medve@Freescale.com>
11161 Date: Mon Feb 23 10:43:36 2009 -0600
11162
11163 Fix a possible overflow case detected by gcc 4.3.2
11164
11165 .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
11166 .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
11167
11168 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
11169
11170 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
11171 Author: David Gibson <david@gibson.dropbear.id.au>
11172 Date: Fri Feb 6 14:03:24 2009 +1100
11173
11174 libfdt: Rework/cleanup fdt_next_tag()
11175
11176 Currently, callers of fdt_next_tag() must usually follow the call with
11177 some sort of call to fdt_offset_ptr() to verify that the blob isn't
11178 truncated in the middle of the tag data they're going to process.
11179 This is a bit silly, since fdt_next_tag() generally has to call
11180 fdt_offset_ptr() on at least some of the data following the tag for
11181 its own operation.
11182
11183 This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
11184 verify the data between its starting offset and the offset it returns
11185 in nextoffset. This simplifies fdt_get_property() which no longer has
11186 to verify itself that the property data is all present.
11187
11188 At the same time, I neaten and clarify the error handling for
11189 fdt_next_tag(). Previously, fdt_next_tag() could return -1 instead of
11190 a tag value in some circumstances - which almost none of the callers
11191 checked for. Also, fdt_next_tag() could return FDT_END either because
11192 it encountered an FDT_END tag, or because it reached the end of the
11193 structure block - no way was provided to tell between these cases.
11194
11195 With this patch, fdt_next_tag() always returns FDT_END with a negative
11196 value in nextoffset for an error. This means the several places which
11197 loop looking for FDT_END will still work correctly - they only need to
11198 check for errors at the end. The errors which fdt_next_tag() can
11199 report are:
11200 - -FDT_ERR_TRUNCATED if it reached the end of the structure
11201 block instead of finding a tag.
11202
11203 - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
11204 tag data couldn't be verified with fdt_offset_ptr().
11205
11206 This patch also updates the callers of fdt_next_tag(), where
11207 appropriate, to make use of the new error reporting.
11208
11209 Finally, the prototype for the long gone _fdt_next_tag() is removed
11210 from libfdt_internal.h.
11211
11212 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11213
11214 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
11215 Author: David Gibson <david@gibson.dropbear.id.au>
11216 Date: Fri Feb 6 14:01:56 2009 +1100
11217
11218 libfdt: Rework fdt_next_node()
11219
11220 Currently fdt_next_node() will find the next node in the blob
11221 regardless of whether it is above, below or at the same level in the
11222 tree as the starting node - the depth parameter is updated to indicate
11223 which is the case. When a depth parameter is supplied, this patch
11224 makes it instead terminate immediately when it finds the END_NODE tag
11225 for a node at depth 0. In this case it returns the offset immediately
11226 past the END_NODE tag.
11227
11228 This has a couple of advantages. First, this slightly simplifies
11229 fdt_subnode_offset(), which no longer needs to explicitly check that
11230 fdt_next_node()'s iteration hasn't left the starting node. Second,
11231 this allows fdt_next_node() to be used to implement
11232 _fdt_node_end_offset() considerably simplifying the latter function.
11233
11234 The other users of fdt_next_node() either don't need to iterate out of
11235 the starting node, or don't pass a depth parameter at all. Any
11236 callers that really need to iterate out of the starting node, but keep
11237 tracking depth can do so by biasing the initial depth value.
11238
11239 This is a semantic change, but I think it's very unlikely to break any
11240 existing library users.
11241
11242 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11243
11244 commit c123098035be8bae3859bbfbd06861f197c07631
11245 Author: Scott Wood <scottwood@freescale.com>
11246 Date: Tue Mar 31 17:49:36 2009 -0500
11247
11248 mpc83xx: Set guarded bit on BAT that covers the end of the address space
11249
11250 The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
11251 address space; however, not all of this space is covered by a device. In
11252 particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
11253 at the far end of the address space.
11254
11255 In zlib, there is a loop that references p[-1] if p is non-NULL. Under
11256 some circumstances, this leads to the CPU speculatively loading from
11257 0xfffffff8 if p is NULL. This leads to a machine check.
11258
11259 Signed-off-by: Scott Wood <scottwood@freescale.com>
11260
11261 continuation to the remaining mpc83xx boards that suffer from the same problem.
11262
11263 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11264
11265 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
11266 Author: Kim Phillips <kim.phillips@freescale.com>
11267 Date: Mon Mar 30 14:28:05 2009 -0500
11268
11269 rtc: remove broken rtc_read and rtc_write declarations
11270
11271 commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
11272 EPSON)" introduces the following build error on boards configuring e.g,
11273 the ds1374 rtc:
11274
11275 Configuring for MPC837XEMDS board...
11276 ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
11277 /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
11278 ds1374.c:104: error: conflicting types for 'rtc_write'
11279 /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
11280
11281 this reverts the erroneous chunk.
11282
11283 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11284 Acked-by: Detlev Zundel <dzu@denx.de>
11285 CC: Detlev Zundel <dzu@denx.de>
11286 CC: Andreas Pfefferle <ap@denx.de>
11287
11288 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
11289 Author: Kumar Gala <galak@kernel.crashing.org>
11290 Date: Tue Mar 31 17:58:13 2009 -0500
11291
11292 85xx/86xx: Ensure MP boot page is not used
11293
11294 We had a bug on 86xx in which the boot page used to bring up secondary
11295 cores was being overwritten and used for the malloc region in u-boot.
11296
11297 We need to reserve the region of memory that the boot page is going to
11298 be put at so nothing uses it.
11299
11300 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11301 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
11302
11303 commit c840d26c752141b94bbc24ac748ddd45752a955a
11304 Author: Kumar Gala <galak@kernel.crashing.org>
11305 Date: Tue Mar 31 23:11:05 2009 -0500
11306
11307 85xx: Introduce determine_mp_bootpg() helper.
11308
11309 Match determine_mp_bootpg() that was added for 86xx. We need this to
11310 address a bug introduced in v2009.03 with 86xx MP booting. We have to
11311 make sure to reserve the region of memory used for the MP bootpg() so
11312 other u-boot code doesn't use it.
11313
11314 Also added a comment about how cpu_reset() is dealing w/an errata on
11315 early 85xx MP HW.
11316
11317 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11318
11319 commit 7649a590b53ee548f41428bf20780f74ce9fc099
11320 Author: Kumar Gala <galak@kernel.crashing.org>
11321 Date: Tue Mar 31 23:02:38 2009 -0500
11322
11323 86xx: Cleanup MP support
11324
11325 * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
11326 * Introduce determine_mp_bootpg() helper. We'll need this to address a
11327 bug introduced in v2009.03 with 86xx MP booting. We have to make sure
11328 to reserve the region of memory used for the MP bootpg() so other
11329 u-boot code doesn't use it.
11330 * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
11331 allow cmd_mp.c to build and work. In the future we should look at
11332 implementing all these functions. This could be common w/85xx if we
11333 use spin tables on 86xx.
11334
11335 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11336
11337 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
11338 Author: Becky Bruce <beckyb@kernel.crashing.org>
11339 Date: Tue Mar 31 18:38:37 2009 -0500
11340
11341 mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
11342
11343 We're missing the board_lmb_reserve definitions that allow
11344 cpu_mp_lmb_reserve to be called; this means that Linux
11345 is free to reallocate reserved pages. Linux currently boots
11346 because we're getting lucky - the page we've reserved is
11347 high enough in memory that it isn't allocated by Linux
11348 while we still need it to be in existence.
11349
11350 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11351 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11352
11353 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
11354 Author: Ladislav Michl <ladis@linux-mips.org>
11355 Date: Tue Mar 31 13:43:10 2009 +0200
11356
11357 NetStar: fix NAND
11358
11359 Fix NAND support broken during new NAND code merge. Move those few lines of
11360 code to board/netstar/netstar.c
11361
11362 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11363
11364 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
11365 Author: Jens Scharsig <esw@bus-elektronik.de>
11366 Date: Tue Mar 31 08:18:29 2009 +0200
11367
11368 soft_i2c.c compiler/linker error
11369
11370 This patch fix the compiler/linker errors
11371
11372 common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
11373 common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
11374
11375 if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
11376 uesd/undef (wrong define order)
11377
11378 and
11379
11380 removes additional empty lines
11381
11382 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
11383
11384 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
11385 Author: Haiying Wang <Haiying.Wang@freescale.com>
11386 Date: Fri Mar 27 17:02:45 2009 -0400
11387
11388 MPC85xx: Add MPC8569MDS board support
11389
11390 This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
11391 EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
11392
11393 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11394 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
11395 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11396
11397 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
11398 Author: Haiying Wang <Haiying.Wang@freescale.com>
11399 Date: Fri Mar 27 17:02:44 2009 -0400
11400
11401 MPC85xx: Add MPC8569 CPU support
11402
11403 There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
11404 LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
11405 then invalidate it after LBCR bit 13 is set.
11406
11407 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11408 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11409
11410 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
11411 Author: Haiying Wang <Haiying.Wang@freescale.com>
11412 Date: Thu Mar 26 17:01:49 2009 -0400
11413
11414 MPC85xx: Load and enable QE microcode patch in IRAM
11415
11416 For the silicon which doesn't have ROM support in QE, it always needs to load
11417 a pre-built ucode binary to IRAM so that QE can work.
11418
11419 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11420 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
11421
11422 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
11423 Author: Kumar Gala <galak@kernel.crashing.org>
11424 Date: Thu Mar 19 09:16:10 2009 -0500
11425
11426 85xx: Add support for additional e500mc features
11427
11428 * Enable backside L2
11429 * e500mc no longer has timebase enable in HID (moved to CCSR register)
11430
11431 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11432
11433 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
11434 Author: Dave Liu <daveliu@freescale.com>
11435 Date: Sat Mar 14 12:48:30 2009 +0800
11436
11437 fsl-ddr: add the DDR3 SPD infrastructure
11438
11439 - support mirrored DIMMs, not support register DIMMs
11440 - test passed on P2020DS board with MT9JSF12872AY-1G1D1
11441 - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
11442
11443 Signed-off-by: Dave Liu <daveliu@freescale.com>
11444 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
11445
11446 commit 6a8197836702991468cead5ead073f589e2623ad
11447 Author: Dave Liu <daveliu@freescale.com>
11448 Date: Sat Mar 14 12:48:19 2009 +0800
11449
11450 fsl-ddr: Fix two bugs in the ddr infrastructure
11451
11452 1. wr_lat
11453 UM said the total write latency for DDR2 is equal to
11454 WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
11455 so, the WR_LAT = CL - 1;
11456 2. rd_to_pre
11457 we missed to add the ADD_LAT for DDR2 case.
11458
11459 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
11460 Signed-off-by: Dave Liu <daveliu@freescale.com>
11461
11462 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
11463 Author: Kumar Gala <galak@kernel.crashing.org>
11464 Date: Thu Mar 26 01:34:39 2009 -0500
11465
11466 83xx: Use common LSDMR defines from asm/fsl_lbc.h
11467
11468 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11469 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11470
11471 commit b0fe93eda69721aef1fdef576164b668fad83bbd
11472 Author: Kumar Gala <galak@kernel.crashing.org>
11473 Date: Thu Mar 26 01:34:38 2009 -0500
11474
11475 85xx: Use common LSDMR defines from asm/fsl_lbc.h
11476
11477 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11478
11479 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
11480 Author: Kumar Gala <galak@kernel.crashing.org>
11481 Date: Thu Mar 26 01:34:37 2009 -0500
11482
11483 Add LSDMR (SDRAM Mode Register) definition on localbus
11484
11485 The masks for various bit defines of LSDMR are common and thus we can
11486 define them in one place rather than replicating them in each config.h
11487
11488 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11489
11490 commit 89c00fb15859213788f0ad089934c376fb356099
11491 Author: Ladislav Michl <ladis@linux-mips.org>
11492 Date: Mon Mar 30 18:58:41 2009 +0200
11493
11494 OMAP: use {read,write}l to access timer registers
11495
11496 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11497
11498 commit 81472d893fa565c9d300928a40e504a689bde131
11499 Author: Ladislav Michl <ladis@linux-mips.org>
11500 Date: Mon Mar 30 18:58:41 2009 +0200
11501
11502 OMAP: rename timer divisor
11503
11504 Divisor field is called PTV not PVT.
11505
11506 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11507 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11508
11509 commit fe672d60b2a8c9e803596ba4533fa1776015551d
11510 Author: Ladislav Michl <ladis@linux-mips.org>
11511 Date: Mon Mar 30 18:58:40 2009 +0200
11512
11513 OMAP: reindent timer code
11514
11515 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11516
11517 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
11518 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11519 Date: Mon Mar 30 18:58:40 2009 +0200
11520
11521 s3c2410: move nand driver to drivers/mtd/nand
11522
11523 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11524
11525 commit d3b635774194404bcd424f6b376419bce22076ad
11526 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11527 Date: Mon Mar 30 18:58:40 2009 +0200
11528
11529 s3c24x0: move i2c driver to drivers/i2c
11530
11531 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11532
11533 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
11534 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11535 Date: Mon Mar 30 18:58:39 2009 +0200
11536
11537 s3c24x0: move serial driver to drivers/serial
11538
11539 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11540
11541 commit 942ba9969b9efa25f816c238861ecb339c54ed73
11542 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11543 Date: Mon Mar 30 18:58:39 2009 +0200
11544
11545 davinci: move i2c driver to drivers/i2c
11546
11547 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11548
11549 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
11550 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11551 Date: Mon Mar 30 18:58:39 2009 +0200
11552
11553 davinci: move nand driver to drivers/mtd/nand
11554
11555 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11556
11557 commit d3e55d0774a180c1837bd7ddec464015e883bd86
11558 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11559 Date: Mon Mar 30 18:58:38 2009 +0200
11560
11561 imx: move serial driver to drivers/serial
11562
11563 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11564
11565 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
11566 Author: Detlev Zundel <dzu@denx.de>
11567 Date: Mon Mar 30 00:31:36 2009 +0200
11568
11569 inka4x0: Use proper accessor macros for memory mapped registers.
11570
11571 Signed-off-by: Detlev Zundel <dzu@denx.de>
11572
11573 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
11574 Author: Detlev Zundel <dzu@denx.de>
11575 Date: Mon Mar 30 00:31:35 2009 +0200
11576
11577 inka4x0: Add hardware diagnosis and RTC in configuration.
11578
11579 This patch adds the board specific communication routines needed by
11580 the external 4543 RTC.
11581
11582 Signed-off-by: Detlev Zundel <dzu@denx.de>
11583 Signed-off-by: Andreas Pfefferle <ap@denx.de>
11584
11585 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
11586 Author: Detlev Zundel <dzu@denx.de>
11587 Date: Mon Mar 30 00:31:34 2009 +0200
11588
11589 inka4x0: Add hardware diagnosis functions for inka4x0
11590
11591 This patch adds advanced diagnosis functions for the inka4x0 board.
11592
11593 Signed-off-by: Andreas Pfefferle <ap@denx.de>
11594 Signed-off-by: Detlev Zundel <dzu@denx.de>
11595
11596 commit 04e11cf383ff6231535fd981023bb1306b2133d4
11597 Author: Detlev Zundel <dzu@denx.de>
11598 Date: Mon Mar 30 00:31:33 2009 +0200
11599
11600 rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
11601
11602 Signed-off-by: Detlev Zundel <dzu@denx.de>
11603 Signed-off-by: Andreas Pfefferle <ap@denx.de>
11604
11605 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
11606 Author: Detlev Zundel <dzu@denx.de>
11607 Date: Mon Mar 30 00:31:32 2009 +0200
11608
11609 drivers/twserial: Add protocol driver for "three wire serial" interface.
11610
11611 This pretty unintelligent interface is used on some RTC chips.
11612
11613 Signed-off-by: Detlev Zundel <dzu@denx.de>
11614
11615 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
11616 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11617 Date: Sun Mar 29 23:01:42 2009 +0200
11618
11619 arm720t/clps7111: move serial driver to drivers/serial
11620
11621 add CONFIG_CLPS7111_SERIAL to activate the driver
11622
11623 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11624
11625 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
11626 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11627 Date: Sun Mar 29 23:01:42 2009 +0200
11628
11629 lpc2292: move serial driver to drivers/serial
11630
11631 add CONFIG_LPC2292_SERIAL to activate the driver
11632
11633 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11634
11635 commit 176a600d0ecdaccbac483d2ba992d0119f853119
11636 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11637 Date: Sun Mar 29 23:01:42 2009 +0200
11638
11639 ks8695: move serial driver to drivers/serial
11640
11641 add CONFIG_KS8695_SERIAL to activate the driver
11642
11643 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11644
11645 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
11646 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11647 Date: Sun Mar 29 23:01:42 2009 +0200
11648
11649 s3c64xx: move usb driver to drivers/usb
11650
11651 add CONFIG_USB_S3C64XX to activate the driver
11652
11653 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11654
11655 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
11656 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11657 Date: Sun Mar 29 23:01:41 2009 +0200
11658
11659 imx31: move serial driver to drivers/serial
11660
11661 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11662
11663 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
11664 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11665 Date: Sun Mar 29 23:01:41 2009 +0200
11666
11667 netarm: move serial driver to drivers/serial
11668
11669 add CONFIG_NETARM_SERIAL to activate the driver
11670
11671 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11672
11673 commit 412ab705888742add435dd6ffc2e8bda14962235
11674 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11675 Date: Sun Mar 29 23:01:41 2009 +0200
11676
11677 sa1100: move serial driver to drivers/serial
11678
11679 add CONFIG_SA1100_SERIAL to activate the driver
11680
11681 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11682
11683 commit b2368754a9202225fd072e159fb78da7d2cdb623
11684 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11685 Date: Sun Mar 29 23:01:41 2009 +0200
11686
11687 s3c44b0: extract cache from cpu.c
11688
11689 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11690
11691 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
11692 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11693 Date: Sun Mar 29 23:01:41 2009 +0200
11694
11695 s3c44b0: move serial driver to drivers/serial
11696
11697 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11698
11699 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
11700 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11701 Date: Sun Mar 29 23:01:40 2009 +0200
11702
11703 s3c44b0: move rtc driver to drivers/rtc
11704
11705 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11706
11707 commit 50f601cca8985615f9e3de4c34887448ade8a64b
11708 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11709 Date: Sun Mar 29 23:01:40 2009 +0200
11710
11711 s3c44b0: move i2c driver to drivers/i2c
11712
11713 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11714
11715 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
11716 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11717 Date: Sun Mar 29 23:01:36 2009 +0200
11718
11719 s3c4510b: move specific code to soc directory
11720
11721 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11722
11723 commit 04531f3c11c693dc54924f82c41979d960309c9d
11724 Author: Ladislav Michl <ladis@linux-mips.org>
11725 Date: Wed Mar 25 23:43:58 2009 +0100
11726
11727 NetStar: add RTC support
11728
11729 Add RTC support.
11730
11731 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11732
11733 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
11734 Author: Ladislav Michl <ladis@linux-mips.org>
11735 Date: Wed Mar 25 23:43:50 2009 +0100
11736
11737 NetStar: use generic flash driver
11738
11739 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11740
11741 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
11742 Author: Ladislav Michl <ladis@linux-mips.org>
11743 Date: Mon Mar 16 23:31:20 2009 +0100
11744
11745 NetStar: update crcit utility
11746
11747 Make crc32 function to match its prototype. Use more meaningful identifiers.
11748
11749 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11750
11751 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
11752 Author: Ladislav Michl <ladis@linux-mips.org>
11753 Date: Mon Mar 23 17:46:27 2009 +0100
11754
11755 Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
11756
11757 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11758
11759 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
11760 Author: Wolfgang Denk <wd@denx.de>
11761 Date: Sun Mar 29 00:58:16 2009 +0100
11762
11763 VCMA9: fix compile errors
11764
11765 Fix these:
11766 cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
11767 cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
11768
11769 Signed-off-by: Wolfgang Denk <wd@denx.de>
11770
11771 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
11772 Author: Wolfgang Denk <wd@denx.de>
11773 Date: Sun Mar 29 00:54:21 2009 +0100
11774
11775 ARM: fix warning: 'print_eth' defined but not used
11776
11777 This warning got issued for all ARM systems that don't have
11778 CONFIG_CMD_NET enabled.
11779
11780 Signed-off-by: Wolfgang Denk <wd@denx.de>
11781
11782 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
11783 Author: Ladislav Michl <ladis@linux-mips.org>
11784 Date: Mon Mar 23 18:16:34 2009 +0100
11785
11786 cs8900 compile fix
11787
11788 cs8900.c: In function 'eth_init':
11789 cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
11790 cs8900.c:165: error: invalid operands to binary <<
11791 cs8900.c:166: error: invalid operands to binary <<
11792 cs8900.c:167: error: invalid operands to binary <<
11793
11794 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11795 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11796
11797 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
11798 Author: Wolfgang Denk <wd@denx.de>
11799 Date: Sat Mar 28 20:16:16 2009 +0100
11800
11801 Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
11802
11803 ...and some other compile warnings.
11804
11805 Signed-off-by: Wolfgang Denk <wd@denx.de>
11806
11807 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
11808 Author: Wolfgang Denk <wd@denx.de>
11809 Date: Sat Mar 28 16:17:29 2009 +0100
11810
11811 mpc8xx/ether.c: fix warning: unused variable 'bd'
11812
11813 Also minor coding style cleanup.
11814
11815 Signed-off-by: Wolfgang Denk <wd@denx.de>
11816
11817 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
11818 Author: Detlev Zundel <dzu@denx.de>
11819 Date: Wed Mar 25 17:27:52 2009 +0100
11820
11821 command.c: Expose the core of do_help as _do_help to the rest of u-boot.
11822
11823 Other commands implementing subcommands can reuse this code nicely.
11824
11825 Signed-off-by: Detlev Zundel <dzu@denx.de>
11826 Signed-off-by: Andreas Pfefferle <ap@denx.de>
11827
11828 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
11829 Author: Detlev Zundel <dzu@denx.de>
11830 Date: Tue Mar 24 18:02:33 2009 +0100
11831
11832 mpc5xxx: Add structure definition for several more register blocks.
11833
11834 Signed-off-by: Detlev Zundel <dzu@denx.de>
11835
11836 commit 739b0e594677a0676577bc95db4495a5563fc7f8
11837 Author: Detlev Zundel <dzu@denx.de>
11838 Date: Fri Mar 27 15:03:55 2009 +0100
11839
11840 MAINTAINERS: Add entry for 'inka4x0' board.
11841
11842 Signed-off-by: Detlev Zundel <dzu@denx.de>
11843
11844 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
11845 Author: Detlev Zundel <dzu@denx.de>
11846 Date: Fri Mar 27 15:03:54 2009 +0100
11847
11848 MAINTAINERS: Keep list sorted.
11849
11850 Signed-off-by: Detlev Zundel <dzu@denx.de>
11851
11852 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
11853 Author: Mike Frysinger <vapier@gentoo.org>
11854 Date: Thu Mar 26 11:17:41 2009 -0400
11855
11856 karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
11857
11858 The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
11859
11860 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11861 CC: Ben Warren <biggerbadderben@gmail.com>
11862
11863 commit 76756e41cde0a617e781a604cc47dfaef63697cd
11864 Author: Heiko Schocher <hs@denx.de>
11865 Date: Thu Mar 26 07:33:59 2009 +0100
11866
11867 ppc: cleanup compiler errors/warnings
11868
11869 Current u-boot top of tree builds with warnings/errors for
11870 the following boards:
11871
11872 ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
11873 RPXClassic debris PN62
11874
11875 following patch solves this.
11876
11877 Signed-off-by: Heiko Schocher <hs@denx.de>
11878 Acked-by: Mike Frysinger <vapier@gentoo.org>
11879
11880 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
11881 Author: Stefan Roese <sr@denx.de>
11882 Date: Thu Mar 26 16:14:13 2009 +0100
11883
11884 ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
11885
11886 This patch fixes a bug in the Sequoia TLB init code to reconfigure
11887 the correct TLB (boot space) after running from RAM. This bug was
11888 introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
11889 [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
11890 TLB in the Sequoia init.S file.
11891
11892 Signed-off-by: Stefan Roese <sr@denx.de>
11893
11894 commit e2b66fe453a3679f807b37fc5923d89214302764
11895 Author: Wolfgang Denk <wd@denx.de>
11896 Date: Thu Mar 26 10:00:57 2009 +0100
11897
11898 ads5121: enable instruction cache
11899
11900 Enabling the instruction cache significantly accelerates U-Boot
11901 operations like CRC checking, image uncompression, etc.
11902
11903 Kudos to Andrea Scian for pointing out.
11904
11905 Signed-off-by: Wolfgang Denk <wd@denx.de>
11906
11907 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
11908 Author: Jon Smirl <jonsmirl@gmail.com>
11909 Date: Sun Mar 22 22:55:45 2009 -0400
11910
11911 mpc5200: suppress printf until console initialized
11912
11913 On boards which have the environment in eeprom, i2c_init() is called
11914 before the console and RAM are initialized.
11915 Suppress printfs until the console is initialized.
11916
11917 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
11918 Acked-by: Heiko Schocher <hs@denx.de>
11919
11920 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
11921 Author: Guennadi Liakhovetski <lg@denx.de>
11922 Date: Wed Mar 25 11:36:50 2009 +0100
11923
11924 ARM: Add the imx31_phycore_eet board to MAKEALL
11925
11926 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11927
11928 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
11929 Author: Nishanth Menon <nm@ti.com>
11930 Date: Wed Mar 25 22:13:56 2009 +0100
11931
11932 OMAP3:Beagle: Enable mtdparts
11933
11934 http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
11935 provides a flexible way to create and maintain u-boot mtd
11936 partitions. This allows commands such as "nand erase fs"
11937 to work and the user no longer needs to decode the absolute
11938 nand offsets. This patch enables this function for beagleboard
11939
11940 Signed-off-by: Nishanth Menon <nm@ti.com>
11941 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11942
11943 commit 4de1a5daab079ddc8ce1274144700203d692105c
11944 Author: Mike Frysinger <vapier@gentoo.org>
11945 Date: Sun Feb 22 16:26:35 2009 -0500
11946
11947 Blackfin: bf537-stamp: split post code out into dedicated post.c
11948
11949 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11950
11951 commit 5e8f245743ed14c89e495ba2c027703db9813160
11952 Author: Mike Frysinger <vapier@gentoo.org>
11953 Date: Sat Oct 11 22:51:56 2008 -0400
11954
11955 Blackfin: add support for S25FL128 parts
11956
11957 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11958
11959 commit bf1e028bf3eab1d702fa0627cade4460688f3913
11960 Author: Mike Frysinger <vapier@gentoo.org>
11961 Date: Sat Oct 11 22:51:23 2008 -0400
11962
11963 Blackfin: overhaul SPI flash handling to speed things up
11964
11965 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11966
11967 commit efcc08cededa2168b96f12a22a5872340880d334
11968 Author: Mike Frysinger <vapier@gentoo.org>
11969 Date: Sat Oct 11 22:51:05 2008 -0400
11970
11971 Blackfin: add support for SST SPI flashes
11972
11973 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11974
11975 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
11976 Author: Mike Frysinger <vapier@gentoo.org>
11977 Date: Sat Oct 11 22:50:10 2008 -0400
11978
11979 Blackfin: add hack for crappy m25p80
11980
11981 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11982
11983 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
11984 Author: Mike Frysinger <vapier@gentoo.org>
11985 Date: Wed Jan 21 20:47:12 2009 -0500
11986
11987 Blackfin: bf537-stamp: increase monitor size
11988
11989 The new jffs2 code pushed the code size just over the limit, so increase
11990 the limit a bit more.
11991
11992 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11993
11994 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
11995 Author: Mike Frysinger <vapier@gentoo.org>
11996 Date: Mon Dec 8 16:16:11 2008 -0500
11997
11998 Blackfin: bf537-stamp: bump default SCLK up to 125MHz
11999
12000 Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
12001 increase the speed of SCLK to 125MHz rather than 100MHz.
12002
12003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12004
12005 commit 751e54c3b77311b720b794813cce20546f288ada
12006 Author: Mike Frysinger <vapier@gentoo.org>
12007 Date: Sat Oct 11 22:44:14 2008 -0400
12008
12009 Blackfin: bf537-stamp: rewrite MAC-in-flash handling
12010
12011 Use the common net eth functions to setup the env/global data with the MAC
12012 address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
12013
12014 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12015
12016 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
12017 Author: Mike Frysinger <vapier@gentoo.org>
12018 Date: Tue Dec 9 13:47:39 2008 -0500
12019
12020 Blackfin: add clkin_hz= to default kernel command line for ADI boards
12021
12022 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12023
12024 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
12025 Author: Mike Frysinger <vapier@gentoo.org>
12026 Date: Sun Oct 12 23:49:13 2008 -0400
12027
12028 Blackfin: bf533-stamp: bump up default clocks
12029
12030 Since the hardware can handle it, bump the default clocks from 80mhz SCLK
12031 and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
12032
12033 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12034
12035 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
12036 Author: Mike Frysinger <vapier@gentoo.org>
12037 Date: Sat Oct 11 22:40:22 2008 -0400
12038
12039 Blackfin: bf533-stamp: rewrite startup LED notifications
12040
12041 Again, don't clobber pins that we aren't actually using, and use the common
12042 LED framework rather than our own hob-job-but-not-really-working.
12043
12044 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12045
12046 commit cf6f469e2730fc8ab3523808b828be000d6eee77
12047 Author: Mike Frysinger <vapier@gentoo.org>
12048 Date: Sun Jun 1 09:09:48 2008 -0400
12049
12050 Blackfin: unify common ADI board settings
12051
12052 Rather than duplicate the same ADI settings in every ADI board, create a
12053 common ADI config header and have all ADI boards start using that. This
12054 will also make merging the ~10 boards I have to forward port a lot easier.
12055
12056 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12057
12058 commit 196c74311f394c6eb08bd9ab07a35671299b9851
12059 Author: Kyungmin Park <kmpark@infradead.org>
12060 Date: Tue Mar 3 09:05:53 2009 +0900
12061
12062 Reduce OneNAND IPL common code
12063
12064 OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
12065 bootloader, but it's common code used about 300~400 bytes. So board
12066 specific codes, such as lowlevel_init, can't has enough code. It make
12067 a difficult to implement OneNAND IPL.
12068
12069 his patch make this common code as small as possible. and give
12070 lowlevel_init can have more codes.
12071
12072 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12073 Signed-off-by: Scott Wood <scottwood@freescale.com>
12074
12075 commit 16f2f5a351004129e79e79816697a367fd9e5446
12076 Author: Wolfgang Grandegger <wg@grandegger.com>
12077 Date: Wed Feb 11 18:38:24 2009 +0100
12078
12079 Add multi-chip NAND support for the TQM8548 modules
12080
12081 This patches configures the NAND UPM-FSL driver with multi-chip
12082 support for the Micron MT29F8G08FAB NAND flash memory on the
12083 TQM8548 modules.
12084
12085 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12086 Signed-off-by: Scott Wood <scottwood@freescale.com>
12087
12088 commit 33846df28fa1f4cf96a96c18142d48d813caa892
12089 Author: Wolfgang Grandegger <wg@grandegger.com>
12090 Date: Wed Feb 11 18:38:23 2009 +0100
12091
12092 Add wait flags to support board/chip specific delays
12093
12094 The NAND flash on the TQM8548_BE modules requires a short delay after
12095 running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
12096 requires a further short delay after writing out a buffer. Normally the
12097 R/B pin should be checked, but it's not connected on the TQM8548_BE.
12098 The corresponding Linux FSL UPM driver uses similar delay points at the
12099 same locations. To manage these extra delays in a more general way, I
12100 introduced the "wait_flags" field allowing the board-specific driver to
12101 specify various types of extra delay.
12102
12103 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12104 Signed-off-by: Scott Wood <scottwood@freescale.com>
12105
12106 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
12107 Author: Wolfgang Grandegger <wg@grandegger.com>
12108 Date: Wed Feb 11 18:38:22 2009 +0100
12109
12110 Add support for TQM-specific chip select logic to FSL-UPM
12111
12112 For the NAND chips on the TQM8548 modules, a special chip-select logic is
12113 used. It uses dedicated address lines to be set via UPM machine address
12114 register (mar). This patch adds such support to the FSL-UPM driver.
12115
12116 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12117 Signed-off-by: Scott Wood <scottwood@freescale.com>
12118
12119 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
12120 Author: Wolfgang Grandegger <wg@grandegger.com>
12121 Date: Wed Feb 11 18:38:21 2009 +0100
12122
12123 Add multi chip support to the FSL-UPM driver
12124
12125 This patch adds support for multi-chip NAND devices to the FSL-UPM
12126 driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
12127 called with the argument "chip_nr" to allow testing the proper chip
12128 select line. The NAND support of the MPC8360ERDK is updated as well.
12129 No other boards are currently using the FSL UPM driver.
12130
12131 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12132 Signed-off-by: Scott Wood <scottwood@freescale.com>
12133
12134 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
12135 Author: Wolfgang Grandegger <wg@grandegger.com>
12136 Date: Wed Feb 11 18:38:20 2009 +0100
12137
12138 Enable multi chip support in the NAND layer
12139
12140 This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
12141 Multi-chips devices are displayed as shown:
12142
12143 Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
12144
12145 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12146 Signed-off-by: Scott Wood <scottwood@freescale.com>
12147
12148 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
12149 Author: Mike Frysinger <vapier@gentoo.org>
12150 Date: Sat Oct 11 21:58:33 2008 -0400
12151
12152 Blackfin: put memory into self-refresh before/after programming clocks
12153
12154 When initializing the core clocks, stick external memory into self-refresh.
12155 This gains us a few cool things:
12156 - support suspend-to-RAM with Linux
12157 - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
12158 - make sure settings are stable before flashing new version
12159 - finally fully unify initialize startup code path between LDR/non-LDR
12160
12161 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12162
12163 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
12164 Author: Mike Frysinger <vapier@gentoo.org>
12165 Date: Sat Oct 11 21:56:08 2008 -0400
12166
12167 Blackfin: do not program voltage regulator on parts that do not have one
12168
12169 Some newer Blackfins (like the BF51x) do not have an on-chip voltage
12170 regulator, so do not attempt to program the memory as if it does.
12171
12172 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12173
12174 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
12175 Author: Mike Frysinger <vapier@gentoo.org>
12176 Date: Sun Jun 1 01:28:24 2008 -0400
12177
12178 Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
12179
12180 If the board config does not specify an explicit EBIU_SDBCTL value, set it
12181 up with sane values based on other configuration options.
12182
12183 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12184
12185 commit 3986e981f565c08f10c7e526af8cb518d741c349
12186 Author: Mike Frysinger <vapier@gentoo.org>
12187 Date: Sat Dec 6 18:06:58 2008 -0500
12188
12189 Blackfin: handle reboot anomaly 432
12190
12191 Workaround anomaly 432:
12192 The bfrom_SysControl() firmware function does not clear the SIC_IWR1
12193 register before executing the PLL programming sequence. Therefore, any
12194 interrupt enabled in the SIC_IWR1 register prior to the call to
12195 bfrom_SysControl() can prematurely terminate the idle sequence required
12196 for the PLL to relock properly. SIC_IWR0 is properly handled.
12197
12198 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12199
12200 commit 7e1d212b6da492c6ea32c62af92e185284f41291
12201 Author: Mike Frysinger <vapier@gentoo.org>
12202 Date: Sat Oct 18 04:04:49 2008 -0400
12203
12204 Blackfin: kill off LDR jump block
12205
12206 The Boot ROM uses EVT1 as the entry point so set that rather than having
12207 to use a tiny jump block in the default EVT1 location.
12208
12209 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12210
12211 commit a75fa148d60b1975403441e45565621bba50d2d9
12212 Author: Mike Frysinger <vapier@gentoo.org>
12213 Date: Tue Jan 6 10:00:48 2009 -0500
12214
12215 Blackfin: simplify symbol_lookup() a bit
12216
12217 No need to skip a byte as the symbol table handles this.
12218
12219 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12220
12221 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
12222 Author: Mike Frysinger <vapier@gentoo.org>
12223 Date: Sat Feb 7 05:43:21 2009 -0500
12224
12225 Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
12226
12227 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12228
12229 commit 58130f8920151d9e8942bbdf3388f2defb47e415
12230 Author: Mike Frysinger <vapier@gentoo.org>
12231 Date: Sat Feb 7 05:41:17 2009 -0500
12232
12233 Blackfin: drop SPORT_TX read helper macros
12234
12235 The SPORT_TX registers cannot be read (the hardware will trigger an error),
12236 so drop the read helper macros.
12237
12238 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12239
12240 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
12241 Author: Mike Frysinger <vapier@gentoo.org>
12242 Date: Sat Feb 7 05:25:35 2009 -0500
12243
12244 Blackfin: unify duplicate CPU port definitions
12245
12246 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12247
12248 commit 744fd240d181b0b05b1436e1b655c9a62526c752
12249 Author: Mike Frysinger <vapier@gentoo.org>
12250 Date: Fri Feb 6 00:59:50 2009 -0500
12251
12252 Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
12253
12254 With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
12255 are no longer used/needed.
12256
12257 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12258
12259 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
12260 Author: Mike Frysinger <vapier@gentoo.org>
12261 Date: Mon Oct 6 04:01:26 2008 -0400
12262
12263 Blackfin: print out Flash: before checking it
12264
12265 If there is some problem in the flash init/checking code, it's nicer to see
12266 the message "Flash:" before crashing. This way the source of the problem
12267 is a bit more straightforward.
12268
12269 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12270
12271 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
12272 Author: Mike Frysinger <vapier@gentoo.org>
12273 Date: Thu Aug 7 15:33:09 2008 -0400
12274
12275 Blackfin: safely flush data caches when in writeback mode
12276
12277 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12278
12279 commit c06f2b13022703611bc3e512bd34f9014a46f448
12280 Author: Mike Frysinger <vapier@gentoo.org>
12281 Date: Thu Aug 7 13:21:48 2008 -0400
12282
12283 Blackfin: update lockbox api according to latest documentation
12284
12285 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12286
12287 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
12288 Author: Mike Frysinger <vapier@gentoo.org>
12289 Date: Sat Oct 11 21:49:06 2008 -0400
12290
12291 Blackfin: mark bfin_reset static
12292
12293 The function is only used locally, so mark it static.
12294
12295 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12296
12297 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
12298 Author: Sonic Zhang <Sonic.Zhang@analog.com>
12299 Date: Fri Mar 20 19:28:20 2009 -0400
12300
12301 Blackfin: spi: there is no PORTJ_FER MMR on BF537
12302
12303 Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
12304 then there is no PORTJ_FER register for us to worry about.
12305
12306 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
12307 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12308
12309 commit e82b762f293debc53c5afa90f37264f6b07520f9
12310 Author: Mike Frysinger <vapier@gentoo.org>
12311 Date: Tue Mar 17 13:58:23 2009 -0400
12312
12313 Blackfin: fix jtag console tstc
12314
12315 The jtag tstc operation was checking the hardware to see if data is
12316 available from it (which is fine for the jtag getc operation), but the
12317 higher layers need to know whether any data is available. Since we have
12318 to read up to 4 bytes at a time from the hardware, the higher layers need
12319 to know they can consume the cached bytes as well.
12320
12321 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12322
12323 commit bc683f58b1f1d8d20546fe019483967a51a49df1
12324 Author: Mike Frysinger <vapier@gentoo.org>
12325 Date: Sun Feb 22 16:23:41 2009 -0500
12326
12327 Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
12328
12329 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12330
12331 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
12332 Author: Mike Frysinger <vapier@gentoo.org>
12333 Date: Sun Feb 22 16:02:27 2009 -0500
12334
12335 Blackfin: unify net-related init code
12336
12337 Unify all of the net-related init code in the common Blackfin board init
12338 code to clean up the ifdef mess a bit.
12339
12340 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12341
12342 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
12343 Author: Mike Frysinger <vapier@gentoo.org>
12344 Date: Wed Feb 18 12:51:48 2009 -0500
12345
12346 Blackfin: fix SWRST/SYSCR register sizes
12347
12348 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12349
12350 commit a9d6777d39154978b9ef9c682b2627a3480b194c
12351 Author: Mike Frysinger <vapier@gentoo.org>
12352 Date: Wed Feb 18 12:51:31 2009 -0500
12353
12354 Blackfin: update anomaly lists
12355
12356 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12357
12358 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
12359 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12360 Date: Thu Mar 19 18:31:38 2009 +0100
12361
12362 avr32: fix cacheflush.h location introducted by d8f2aa3298610b
12363
12364 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12365 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12366
12367 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
12368 Author: Eric Schumann <E.Schumann@phytec.de>
12369 Date: Sat Mar 21 09:59:34 2009 -0400
12370
12371 Make flash protection work, when the environment is in EEPROM
12372
12373 On the pcm030 the environment is located in the onboard EEPROM. But we want
12374 to handle flash sector protection in a safe manner. So we must read the
12375 unlock environment variable from EEPROM instead from flash.
12376
12377 This patch is required as long the evironment is saved into the EEPROM.
12378
12379 Stefan: Additional change as suggested by Wolfgang, use bigger char array
12380 (instead of 4).
12381
12382 Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
12383 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
12384 Acked-by: Wolfgang Denk <wd@denx.de>
12385 Signed-off-by: Stefan Roese <sr@denx.de>
12386
12387 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
12388 Author: Jon Smirl <jonsmirl@gmail.com>
12389 Date: Sat Mar 21 11:17:56 2009 -0400
12390
12391 Add define for mpc5200 CDM_CLK_ENA
12392
12393 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
12394
12395 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
12396 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
12397 Date: Sun Mar 22 14:48:16 2009 +0100
12398
12399 at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
12400
12401 AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
12402
12403 The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
12404 It is essentially the same, with a few minor differences.
12405
12406 Here is the chip page on Atmel website:
12407 http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
12408
12409 Signed-off-by: Justin Waters <justin.waters@timesys.com>
12410 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
12411 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12412
12413 commit 118d168035cc93f586da4812c89cb153eb9f4243
12414 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12415 Date: Sun Mar 22 14:28:14 2009 +0100
12416
12417 cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
12418
12419 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12420
12421 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
12422 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12423 Date: Sun Mar 22 14:28:13 2009 +0100
12424
12425 cmc_pu2: fix misc_init_r prototype
12426
12427 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12428
12429 commit 53158aea995221706b42c7bad9f717b31ae20414
12430 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12431 Date: Sun Jan 11 03:32:01 2009 +0100
12432
12433 at91sam9xeek: fix soc name
12434
12435 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12436
12437 commit 74c076d6c33d6d42ab065541a38383587879e7b7
12438 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12439 Date: Sun Mar 22 10:22:34 2009 +0100
12440
12441 at91sam9/at91cap: move nand drivers to drivers/mtd/nand
12442
12443 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12444
12445 commit 163966087d62680547f188a93c61d01c8155254e
12446 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12447 Date: Sat Mar 21 21:08:01 2009 +0100
12448
12449 atmel/at91/boards: compile dataflash partition only when dataflash is
12450
12451 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12452
12453 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
12454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12455 Date: Sat Mar 21 21:08:00 2009 +0100
12456
12457 at91sam9/at91cap: move common macb initialisation to cpu
12458
12459 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12460
12461 commit f3f91f886bc8927fd692ac411b7423a87ffec532
12462 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12463 Date: Sat Mar 21 21:08:00 2009 +0100
12464
12465 at91sam9/at91cap: move common usb host initialisation to cpu
12466
12467 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12468
12469 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
12470 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12471 Date: Sat Mar 21 21:08:00 2009 +0100
12472
12473 at91sam9/at91cap: move common led management to cpu
12474
12475 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12476
12477 commit 7ebafb7ec1a0285af8380623c009576f92583b98
12478 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12479 Date: Sat Mar 21 21:07:59 2009 +0100
12480
12481 at91sam9/at91cap: move common spi initialisation to cpu
12482
12483 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12484
12485 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
12486 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12487 Date: Sat Mar 21 21:07:59 2009 +0100
12488
12489 at91sam9/at91cap: move common serial initialisation to cpu
12490
12491 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12492
12493 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
12494 Author: Wolfgang Denk <wd@denx.de>
12495 Date: Sat Mar 21 22:04:41 2009 +0100
12496
12497 Prepare 2009.03
12498
12499 Update CHANGELOG
12500
12501 Signed-off-by: Wolfgang Denk <wd@denx.de>
12502
12503 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
12504 Author: Vivek Kutal <vivek.kutal@azingo.com>
12505 Date: Mon Feb 23 21:35:11 2009 +0530
12506
12507 Replaced endpoint numbers with appropriate macros in usbtty.c.
12508
12509 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
12510 Signed-off-by: Remy Bohmer <linux@bohmer.net>
12511
12512 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
12513 Author: Michael Lawnick <ml.lawnick@gmx.de>
12514 Date: Thu Mar 19 10:06:41 2009 +0100
12515
12516 UBIFS: Missing offset relocation for compressor 'none'
12517
12518 On systems where U-Boot is linked to another address than it really lays
12519 (e.g. backup image), calls via function pointers must be fixed with a
12520 '+= gd->reloc_off'.
12521 This was not done for none_compr in ubifs_compressors_init() what leads
12522 to system crash on ubifsmount command.
12523
12524 Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
12525 Acked-by: Stefan Roese <sr@denx.de>
12526
12527 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
12528 Author: Stefan Roese <sr@denx.de>
12529 Date: Thu Mar 19 15:35:50 2009 +0100
12530
12531 UBIFS: Add UBIFS commands
12532
12533 This patchset adds these UBIFS related commands:
12534
12535 - ubifsmount
12536 Mount an UBIFS volume
12537
12538 - ubifsls
12539 List a directory of the mounted UBIFS volume
12540
12541 - ubifsload
12542 Load a file from the mounted UBIFS volume to memory
12543
12544 Signed-off-by: Stefan Roese <sr@denx.de>
12545
12546 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
12547 Author: Stefan Roese <sr@denx.de>
12548 Date: Thu Mar 19 15:35:05 2009 +0100
12549
12550 UBIFS: Implement read-only UBIFS support in U-Boot
12551
12552 The U-Boot UBIFS implementation is largely a direct copy from the current
12553 Linux version (2.6.29-rc6). As already done in the UBI version we have an
12554 "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
12555 ...). This makes it possible to use the original Linux code with very
12556 little changes. And by this we can better update to later Linux versions.
12557
12558 I removed some of the Linux features that are not used in the U-Boot
12559 version (e.g. garbage-collection, write support).
12560
12561 Signed-off-by: Stefan Roese <sr@denx.de>
12562 CC: Artem Bityutskiy <dedekind@infradead.org>
12563 CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
12564
12565 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
12566 Author: Stefan Roese <sr@denx.de>
12567 Date: Thu Mar 19 15:34:56 2009 +0100
12568
12569 Add LZO decompressor support
12570
12571 This patch adds LZO decompression support to U-Boot. It is needed for
12572 the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
12573 decompressor. Since we only support read-only in UBIFS, only the
12574 decompressor is needed.
12575
12576 All this is copied with minor changes from the current Linux kernel
12577 version (2.6.28-rc8).
12578
12579 This patch only implements this LZO decompressor support for PPC.
12580 Other platforms using UBIFS will have to add the required
12581 "include/asm/unaligned.h" as well. It should be fairly easy to copy this
12582 from the Linux source tree as I have done it for PPC in this patch.
12583
12584 Signed-off-by: Stefan Roese <sr@denx.de>
12585
12586 commit 68d7d65100e84df00bca971c114092731b441090
12587 Author: Stefan Roese <sr@denx.de>
12588 Date: Thu Mar 19 13:30:36 2009 +0100
12589
12590 Separate mtdparts command from jffs2
12591
12592 Currently the mtdparts commands are included in the jffs2 command support.
12593 This doesn't make sense anymore since other commands (e.g. UBI) use this
12594 infrastructure as well now. This patch separates the mtdparts commands from
12595 the jffs2 commands making it possible to only select mtdparts when no JFFS2
12596 support is needed.
12597
12598 Signed-off-by: Stefan Roese <sr@denx.de>
12599 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12600
12601 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
12602 Author: Stefan Roese <sr@denx.de>
12603 Date: Wed Feb 25 12:11:15 2009 +0100
12604
12605 powerpc: Only use eth_getenv_enetaddr() if networking is enabled
12606
12607 Signed-off-by: Stefan Roese <sr@denx.de>
12608
12609 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
12610 Author: Grzegorz Bernacki <gjb@semihalf.com>
12611 Date: Tue Mar 17 10:06:40 2009 +0100
12612
12613 Add support for the digsy MTC board.
12614
12615 This is the InterControl custom device based on the MPC5200B chip.
12616
12617 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
12618
12619 commit ff7dc067369e30066744f096995aef7d97574d15
12620 Author: Stefan Roese <sr@denx.de>
12621 Date: Mon Feb 23 16:52:36 2009 +0100
12622
12623 powerpc: Fix compilation warning in board.c
12624
12625 Fix this warning:
12626
12627 board.c: In function 'board_init_r':
12628 board.c:653: warning: unused variable 'i'
12629 board.c:651: warning: unused variable 'e'
12630
12631 Signed-off-by: Stefan Roese <sr@denx.de>
12632
12633 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
12634 Author: Stefan Roese <sr@denx.de>
12635 Date: Mon Feb 23 16:42:51 2009 +0100
12636
12637 ppc4xx: Don't write the MAC address into the internal SoC registers
12638
12639 Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
12640 addresses into the SoC registers instead.
12641
12642 Signed-off-by: Stefan Roese <sr@denx.de>
12643
12644 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
12645 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12646 Date: Fri Feb 20 10:19:19 2009 +0100
12647
12648 ppc4xx: Use correct io accessors for esd 405/440 boards
12649
12650 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
12651 macros. Also volatile pointer references are replaced by the
12652 new accessors.
12653
12654 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12655 Signed-off-by: Stefan Roese <sr@denx.de>
12656
12657 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
12658 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12659 Date: Fri Feb 20 10:19:18 2009 +0100
12660
12661 ppc4xx: Use correct io accessors for esd 405 boards
12662
12663 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
12664 macros. Also volatile pointer references are replaced by the
12665 new accessors.
12666
12667 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12668 Signed-off-by: Stefan Roese <sr@denx.de>
12669
12670 commit a59205d1519375d027f97a545ad642ab20fce6f8
12671 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12672 Date: Fri Feb 20 10:19:17 2009 +0100
12673
12674 ppc4xx: Cleanup linker scripts of esd 4xx boards
12675
12676 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12677 Signed-off-by: Stefan Roese <sr@denx.de>
12678
12679 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
12680 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12681 Date: Fri Feb 20 10:19:16 2009 +0100
12682
12683 ppc4xx: Update TEXT_BASE for DASA_SIM boards
12684
12685 Fix building DASA_SIM boards by increasing U-Boot's size in flash.
12686
12687 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12688 Signed-off-by: Stefan Roese <sr@denx.de>
12689
12690 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
12691 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12692 Date: Fri Feb 20 10:19:15 2009 +0100
12693
12694 ppc4xx: DU405 maintenance fix
12695
12696 -strip unused features
12697 -fix resetting phy
12698
12699 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12700 Signed-off-by: Stefan Roese <sr@denx.de>
12701
12702 commit 75511b47ac2647be48218dbb93af05b21f404f67
12703 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12704 Date: Fri Feb 20 10:19:14 2009 +0100
12705
12706 ppc4xx: Abort autoboot only by space key on CPCI405 boards
12707
12708 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12709 Signed-off-by: Stefan Roese <sr@denx.de>
12710
12711 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
12712 Author: Graeme Russ <graeme.russ@gmail.com>
12713 Date: Tue Feb 24 21:14:56 2009 +1100
12714
12715 Add basic relocation to i386 port
12716
12717 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12718
12719 commit 8c63d47651f77d9fb887cad433370b866eb0a193
12720 Author: Graeme Russ <graeme.russ@gmail.com>
12721 Date: Tue Feb 24 21:14:45 2009 +1100
12722
12723 Implement SC520 timers
12724
12725 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
12726
12727 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
12728 Author: Graeme Russ <graeme.russ@gmail.com>
12729 Date: Tue Feb 24 21:14:32 2009 +1100
12730
12731 Factor out SC520 sub-features
12732
12733 Moved sub-features of the SC520 code which is currently selectively compiled
12734 using #ifdef out of sc520.c into individual files selectively compiled via
12735 the makefile
12736
12737 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
12738
12739 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
12740 Author: Graeme Russ <graeme.russ@gmail.com>
12741 Date: Tue Feb 24 21:13:40 2009 +1100
12742
12743 Rewrite i386 interrupt handling
12744
12745 Rewrite interrupt handling functionality for the i386 port. Separated
12746 functionality into separate CPU and Architecture components.
12747
12748 It appears as if the i386 interrupt handler functionality was intended
12749 to allow multiple handlers to be installed for a given interrupt.
12750 Unfortunately, this functionality was not fully implemented and also
12751 had the problem that irq_free_handler() does not allow the passing
12752 of the handler function pointer and therefore could never be used to
12753 free specific handlers that had been installed for a given IRQ.
12754
12755 There were also various issues with array bounds not being fully
12756 tested.
12757
12758 I had two objectives in mind for the new implementation:
12759
12760 1) Keep the implementation as similar as possible to existing
12761 implementations. To that end, I have used the leon2/3
12762 implementations as the reference
12763
12764 2) Seperate CPU and Architecture specific elements. All specific i386
12765 interrupt functionality is now in cpu/i386/ with the high level
12766 API and architecture specific code in lib_i386. Functionality
12767 specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
12768 been further split out into an individual file to allow for the
12769 implementation of the PIC architecture of the SC520 CPU (supports
12770 more IRQs)
12771
12772 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
12773
12774 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
12775 Author: Graeme Russ <graeme.russ@gmail.com>
12776 Date: Tue Feb 24 21:12:35 2009 +1100
12777
12778 Move ali512x.h
12779
12780 Moved ali512x.h from include/asm-i386/ic/ to /include
12781
12782 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
12783
12784 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
12785 Author: Graeme Russ <graeme.russ@gmail.com>
12786 Date: Tue Feb 24 21:12:20 2009 +1100
12787
12788 Rename SC520 Configuration Options
12789
12790 Options are now all uniformly CONFIG_SYS_SC520_<option>
12791
12792 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
12793
12794 commit f62fb99941c625605aa16a0097b396a5c16d2c88
12795 Author: Trent Piepho <xyzzy@speakeasy.org>
12796 Date: Wed Feb 18 15:22:05 2009 -0800
12797
12798 Fix all linker script to handle all rodata sections
12799
12800 A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
12801 which needs to be added the the linker script. Instead of just adding this
12802 one section, we use a wildcard ".rodata*" to get all rodata linker section
12803 gcc has now and might add in the future.
12804
12805 However, '*(.rodata*)' by itself will result in sub-optimal section
12806 ordering. The sections will be sorted by object file, which causes extra
12807 padding between the unaligned rodata.str.1.1 of one object file and the
12808 aligned rodata of the next object file. This is easy to fix by using the
12809 SORT_BY_ALIGNMENT command.
12810
12811 This patch has not be tested one most of the boards modified. Some boards
12812 have a linker script that looks something like this:
12813
12814 *(.text)
12815 . = ALIGN(16);
12816 *(.rodata)
12817 *(.rodata.str1.4)
12818 *(.eh_frame)
12819
12820 I change this to:
12821
12822 *(.text)
12823 . = ALIGN(16);
12824 *(.eh_frame)
12825 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
12826
12827 This means the start of rodata will no longer be 16 bytes aligned.
12828 However, the boundary between text and rodata/eh_frame is still aligned to
12829 16 bytes, which is what I think the real purpose of the ALIGN call is.
12830
12831 Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
12832
12833 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
12834 Author: Mike Frysinger <vapier@gentoo.org>
12835 Date: Wed Feb 11 18:26:08 2009 -0500
12836
12837 remove bi_enet*addr from global data for all arches
12838
12839 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12840 CC: Ben Warren <biggerbadderben@gmail.com>
12841 CC: Daniel Hellstrom <daniel@gaisler.com>
12842 CC: Michal Simek <monstr@seznam.cz>
12843 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12844 CC: Scott McNutt <smcnutt@psyent.com>
12845 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12846
12847 commit eb85aa594c1b57a1e3be9689b65171a137a36432
12848 Author: Mike Frysinger <vapier@gentoo.org>
12849 Date: Wed Feb 11 20:07:19 2009 -0500
12850
12851 ppc: mark global bi_enet*addr as legacy
12852
12853 The environment is the canonical storage location of the mac address, so
12854 we're killing off the global data location and moving everything to
12855 querying the env directly.
12856
12857 In the ppc case, these things are part of the legacy ABI, so keep them
12858 around but mark them as legacy so no new code will touch them.
12859
12860 Also stop calling load_sernum_ethaddr() since all boards now implement
12861 this as a stub.
12862
12863 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12864 CC: Ben Warren <biggerbadderben@gmail.com>
12865
12866 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
12867 Author: Mike Frysinger <vapier@gentoo.org>
12868 Date: Wed Feb 11 20:09:52 2009 -0500
12869
12870 boards: get mac address from env and move load_sernum_ethaddr() to board init
12871
12872 The environment is the canonical storage location of the mac address, so
12873 we're killing off the global data location and moving everything to
12874 querying the env directly.
12875
12876 Rather than have common ppc code call a board-specific function like
12877 load_sernum_ethaddr(), have each board call it in its own board-specific
12878 misc_init_r() function.
12879
12880 The boards that get converted here are:
12881 - kup4k/kup4x
12882 - pcs440ep
12883 - tqm8xx
12884
12885 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12886 CC: Ben Warren <biggerbadderben@gmail.com>
12887 CC: Stefan Roese <sr@denx.de>
12888
12889 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
12890 Author: Mike Frysinger <vapier@gentoo.org>
12891 Date: Wed Feb 11 19:55:01 2009 -0500
12892
12893 cmc_pu2: get mac address from environment
12894
12895 The environment is the canonical storage location of the mac address, so
12896 we're killing off the global data location and moving everything to
12897 querying the env directly.
12898
12899 Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
12900 handle this board specially in common ARM code.
12901
12902 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12903 CC: Ben Warren <biggerbadderben@gmail.com>
12904
12905 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
12906 Author: Mike Frysinger <vapier@gentoo.org>
12907 Date: Mon Feb 16 18:03:14 2009 -0500
12908
12909 boards: move board_get_enetaddr() into board-specific init
12910
12911 The environment is the canonical storage location of the mac address, so
12912 we're killing off the global data location and moving everything to
12913 querying the env directly.
12914
12915 Rather than have the common ppc code have board-specific hooks, move the
12916 board_get_enetaddr() function into the board-specific init functions.
12917
12918 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12919 CC: Ben Warren <biggerbadderben@gmail.com>
12920
12921 commit f11e6ff5b1859d9213f0d501b3309e065f487543
12922 Author: Mike Frysinger <vapier@gentoo.org>
12923 Date: Wed Feb 11 19:39:55 2009 -0500
12924
12925 arm: get mac address from environment
12926
12927 The environment is the canonical storage location of the mac address, so
12928 we're killing off the global data location and moving everything to
12929 querying the env directly.
12930
12931 Some warts are remaining and should be killed off (by moving the func to
12932 the appropriate board init code):
12933 - davinci_eth_set_mac_addr
12934 - cs8900_get_enetaddr
12935 - smc_set_mac_addr
12936
12937 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12938 CC: Ben Warren <biggerbadderben@gmail.com>
12939
12940 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
12941 Author: Mike Frysinger <vapier@gentoo.org>
12942 Date: Wed Feb 11 19:36:20 2009 -0500
12943
12944 nx823: get mac address from environment
12945
12946 The environment is the canonical storage location of the mac address, so
12947 we're killing off the global data location and moving everything to
12948 querying the env directly.
12949
12950 For the nx823, the serial number is moved out of load_sernum_ethaddr() and
12951 into misc_init_r() as is the env setup. This lets us kill off the former
12952 function in the process.
12953
12954 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12955 CC: Ben Warren <biggerbadderben@gmail.com>
12956
12957 commit 19b5b533ccd522abeb501d510750693c35e20456
12958 Author: Mike Frysinger <vapier@gentoo.org>
12959 Date: Wed Feb 11 18:27:18 2009 -0500
12960
12961 lib_*/board.c: do not initialize bi_enet*addr in global data
12962
12963 Since everyone is using the environment for mac address storage, there is
12964 no point in seeding the global data.
12965
12966 The arches that are converted here:
12967 i386
12968 m68k
12969 microblaze
12970 mips
12971 nios
12972 nios2
12973 sh
12974 sparc
12975
12976 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12977 CC: Ben Warren <biggerbadderben@gmail.com>
12978 CC: Daniel Hellstrom <daniel@gaisler.com>
12979 CC: Michal Simek <monstr@seznam.cz>
12980 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12981 CC: Scott McNutt <smcnutt@psyent.com>
12982 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12983
12984 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
12985 Author: Mike Frysinger <vapier@gentoo.org>
12986 Date: Wed Feb 11 19:19:54 2009 -0500
12987
12988 npe: get mac address from environment
12989
12990 The environment is the canonical storage location of the mac address, so
12991 we're killing off the global data location and moving everything to
12992 querying the env directly.
12993
12994 The resulting code can also be simplified even further.
12995
12996 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12997 CC: Stefan Roese <sr@denx.de>
12998 CC: Ben Warren <biggerbadderben@gmail.com>
12999
13000 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
13001 Author: Mike Frysinger <vapier@gentoo.org>
13002 Date: Wed Feb 11 19:18:41 2009 -0500
13003
13004 cpu/: get mac address from environment
13005
13006 The environment is the canonical storage location of the mac address, so
13007 we're killing off the global data location and moving everything to
13008 querying the env directly.
13009
13010 The cpus that get converted here:
13011 at91rm9200
13012 mpc512x
13013 mpc5xxx
13014 mpc8260
13015 mpc8xx
13016 ppc4xx
13017
13018 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13019 CC: Ben Warren <biggerbadderben@gmail.com>
13020 CC: John Rigby <jrigby@freescale.com>
13021 CC: Stefan Roese <sr@denx.de>
13022
13023 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
13024 Author: Mike Frysinger <vapier@gentoo.org>
13025 Date: Wed Feb 11 19:09:54 2009 -0500
13026
13027 lan91c96/smc91111/smc911x: get mac address from environment
13028
13029 The environment is the canonical storage location of the mac address, so
13030 we're killing off the global data location and moving everything to
13031 querying the env directly.
13032
13033 Also, do not bother checking the EEPROM if the env is setup. This
13034 simplifies the code greatly.
13035
13036 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13037 Signed-off-by: Wolfgang Dnek <wd@denx.de>
13038 CC: Ben Warren <biggerbadderben@gmail.com>
13039 CC: Rolf Offermanns <rof@sysgo.de>
13040 CC: Erik Stahlman <erik@vt.edu>
13041 CC: Daris A Nevil <dnevil@snmc.com>
13042 CC: Sascha Hauer <s.hauer@pengutronix.de>
13043
13044 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
13045 Author: Mike Frysinger <vapier@gentoo.org>
13046 Date: Wed Feb 11 19:14:09 2009 -0500
13047
13048 sh_eth: get mac address from environment
13049
13050 The environment is the canonical storage location of the mac address, so
13051 we're killing off the global data location and moving everything to
13052 querying the env directly.
13053
13054 The sh_eth driver can also be simplified a bit by using enetaddr member of
13055 the eth_device structure.
13056
13057 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13058 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13059 CC: Carlos Munoz <carlos@kenati.com>
13060 CC: Ben Warren <biggerbadderben@gmail.com>
13061
13062 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
13063 Author: Mike Frysinger <vapier@gentoo.org>
13064 Date: Wed Feb 11 19:06:09 2009 -0500
13065
13066 cs8900: get mac address from environment
13067
13068 The environment is the canonical storage location of the mac address, so
13069 we're killing off the global data location and moving everything to
13070 querying the env directly.
13071
13072 The cs8900 driver also changes slightly in that the hardware is not
13073 consulted if the mac address in the env is sane.
13074
13075 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13076 CC: Marius Groeger <mgroeger@sysgo.de>
13077 CC: Ben Warren <biggerbadderben@gmail.com>
13078
13079 commit c4b8762f11d337e6a9d90c227b2871d65d372469
13080 Author: Mike Frysinger <vapier@gentoo.org>
13081 Date: Wed Feb 11 19:04:25 2009 -0500
13082
13083 bcm570x: get mac address from environment
13084
13085 The environment is the canonical storage location of the mac address, so
13086 we're killing off the global data location and moving everything to
13087 querying the env directly.
13088
13089 Since the address is in the PLM_DEVICE_BLOCK structure already, there is
13090 no need to pass the NodeAddress as a second parameter. So drop the second
13091 argument to the LM_SetMacAddress() function (and update the tigon3 driver
13092 accordingly).
13093
13094 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13095 CC: Ben Warren <biggerbadderben@gmail.com>
13096
13097 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
13098 Author: Mike Frysinger <vapier@gentoo.org>
13099 Date: Wed Feb 11 19:01:26 2009 -0500
13100
13101 drivers/net/: get mac address from environment
13102
13103 The environment is the canonical storage location of the mac address, so
13104 we're killing off the global data location and moving everything to
13105 querying the env directly.
13106
13107 The drivers that get converted here:
13108 3c589
13109 4xx_enet
13110 dc2114x
13111 dm9000x
13112 enc28j60
13113 fsl_mcdmafec
13114 ks8695eth
13115 mcffec
13116 rtl8019
13117 rtl8169
13118 s3c4510b_eth
13119 xilinx_emac
13120 xilinx_emaclite
13121
13122 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13123 CC: Ben Warren <biggerbadderben@gmail.com>
13124 CC: Rolf Offermanns <rof@sysgo.de>
13125 CC: Stefan Roese <sr@denx.de>
13126 CC: Sascha Hauer <saschahauer@web.de>
13127 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13128 CC: Greg Ungerer <greg.ungerer@opengear.com>
13129 CC: Xue Ligong <lgxue@hotmail.com>
13130 CC: Masami Komiya <mkomiya@sonare.it>
13131 CC: Curt Brune <curt@cucy.com>
13132 CC: Michal SIMEK <monstr@monstr.eu>
13133
13134 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
13135 Author: Mike Frysinger <vapier@gentoo.org>
13136 Date: Wed Feb 11 18:38:38 2009 -0500
13137
13138 boards: get mac address from environment
13139
13140 The boards that get converted here to use the environment for the mac
13141 address rather than global data:
13142 debris
13143 mgcoge
13144 mgsuvd
13145 muas3001
13146 netstal
13147 pn62
13148 sixnet
13149 vcma9
13150 xilinx (the ones that use xilinx_enet)
13151
13152 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13153 CC: Ben Warren <biggerbadderben@gmail.com>
13154 CC: Sangmoon Kim <dogoil@etinsys.com>
13155 CC: Heiko Schocher <hs@denx.de>
13156 CC: David Mueller <d.mueller@elsoft.ch>
13157 CC: Niklaus Giger <niklaus.giger@netstal.com>
13158 CC: Wolfgang Grandegger <wg@denx.de>
13159 CC: Dave Ellis <DGE@sixnetio.com>
13160 CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
13161
13162 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
13163 Author: Mike Frysinger <vapier@gentoo.org>
13164 Date: Wed Feb 11 18:36:45 2009 -0500
13165
13166 AmigaOneG3SE/enet: get mac address from environment
13167
13168 Always use the MAC address that is stored in the environment first before
13169 falling back to the ROM. This also cuts out any comparison steps: if the
13170 mac in the env is sane, the ROM is never consulted.
13171
13172 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13173 CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
13174 CC: Ben Warren <biggerbadderben@gmail.com>
13175
13176 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
13177 Author: Mike Frysinger <vapier@gentoo.org>
13178 Date: Wed Feb 11 18:52:38 2009 -0500
13179
13180 nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
13181
13182 Since the ethernet layer handles updating of device addresses itself from
13183 the environment, there is no point in calling eth_set_enetaddr().
13184
13185 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13186 CC: Ben Warren <biggerbadderben@gmail.com>
13187
13188 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
13189 Author: Mike Frysinger <vapier@gentoo.org>
13190 Date: Wed Feb 11 18:54:07 2009 -0500
13191
13192 lynxkdi: get mac address from environment
13193
13194 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13195 CC: Ben Warren <biggerbadderben@gmail.com>
13196
13197 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
13198 Author: Mike Frysinger <vapier@gentoo.org>
13199 Date: Wed Feb 11 18:51:43 2009 -0500
13200
13201 bootvx: get mac address from environment
13202
13203 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13204 CC: Niklaus Giger <niklaus.giger@member.fsf.org>
13205 CC: Ben Warren <biggerbadderben@gmail.com>
13206
13207 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
13208 Author: Mike Frysinger <vapier@gentoo.org>
13209 Date: Wed Feb 11 18:50:10 2009 -0500
13210
13211 bdinfo: get mac address from environment
13212
13213 Add a new print_eth() function to automate the eth*addr env var acquisition
13214 and display. Affects all arches.
13215
13216 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13217 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13218 CC: Scott McNutt <smcnutt@psyent.com>
13219 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13220 CC: Michal Simek <monstr@seznam.cz>
13221 CC: Daniel Hellstrom <daniel@gaisler.com>
13222 CC: Ben Warren <biggerbadderben@gmail.com>
13223
13224 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
13225 Author: Mike Frysinger <vapier@gentoo.org>
13226 Date: Wed Feb 11 18:23:48 2009 -0500
13227
13228 net: get mac address from environment and use eth util funcs
13229
13230 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13231 CC: Ben Warren <biggerbadderben@gmail.com>
13232
13233 commit 500b6c51e4c41f4562cb48344af98deb7e342731
13234 Author: Mike Frysinger <vapier@gentoo.org>
13235 Date: Mon Oct 13 15:06:25 2008 -0400
13236
13237 Blackfin: bfin_mac: force boards to setup the MAC themselves
13238
13239 Since the on-chip MAC does not have an eeprom or similar interface, force
13240 all Blackfin boards that use this driver to setup the board data with a
13241 proper MAC.
13242
13243 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13244 CC: Ben Warren <biggerbadderben@gmail.com>
13245
13246 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
13247 Author: Mike Frysinger <vapier@gentoo.org>
13248 Date: Wed Feb 11 14:12:34 2009 -0500
13249
13250 doc/README.enetaddr: document proper MAC usage
13251
13252 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13253 CC: Ben Warren <biggerbadderben@gmail.com>
13254
13255 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
13256 Author: Mike Frysinger <vapier@gentoo.org>
13257 Date: Thu Jan 29 19:43:44 2009 -0500
13258
13259 net: new utility functions for working with enetaddr's
13260
13261 Declare new utility functions for converting between the environment
13262 variables (eth*addr) and the binary MAC address representation. This way
13263 we can unify all the random places that already do this kind of thing.
13264
13265 The functions in question:
13266 eth_parse_enetaddr - "..." -> {...}
13267 eth_getenv_enetaddr - env -> {...}
13268 eth_setenv_enetaddr - {...} -> env
13269
13270 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13271 CC: Ben Warren <biggerbadderben@gmail.com>
13272
13273 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
13274 Author: Mike Frysinger <vapier@gentoo.org>
13275 Date: Tue Feb 17 00:00:53 2009 -0500
13276
13277 convert print_IPaddr() to %pI4
13278
13279 Now that our printf functions support the %pI4 modifier like the kernel,
13280 let's drop the inflexible print_IPaddr() function and covert over to the
13281 %pI4 modifier.
13282
13283 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13284 CC: Ben Warren <biggerbadderben@gmail.com>
13285
13286 commit 6c6166f52983dac775e3852f9d0f49d033f27108
13287 Author: Mike Frysinger <vapier@gentoo.org>
13288 Date: Mon Feb 16 23:21:36 2009 -0500
13289
13290 vsprintf: pull updates from Linux kernel
13291
13292 This brings in support for the %p modifier which allows us to easily print
13293 out things like ip addresses, mac addresses, and pointers.
13294
13295 It also converts the rarely used 'q' length modifier to the common 'L'
13296 modifier when dealing with quad types.
13297
13298 While this new code is a bit larger (~1k .text), most of it should be made
13299 up by converting the existing ip/mac address code to use format modifiers.
13300
13301 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13302
13303 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
13304 Author: Jon Smirl <jonsmirl@gmail.com>
13305 Date: Thu Mar 19 23:04:18 2009 -0400
13306
13307 .gitignore for generated files in api_examples directory
13308
13309 Add .gitignore for generated files in api_examples directory
13310
13311 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
13312 Signed-off-by: Wolfgang Denk <wd@denx.de>
13313
13314 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
13315 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13316 Date: Wed Mar 18 12:27:04 2009 +0900
13317
13318 net: sh_eth: Remove sh_eth_reset() from halt function
13319
13320 sh_eth_reset is function to reset Ether IP.
13321 The MAC address is stored in IP, but it is initialized by this function.
13322 OS (e.g. Linux Kernel) can not use this device when initialized.
13323 This revises this problem.
13324
13325 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13326
13327 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
13328 Author: Anatolij Gustschin <agust@denx.de>
13329 Date: Fri Mar 20 12:45:50 2009 +0100
13330
13331 ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
13332
13333 PCI outbound address map configuration doesn't match the
13334 PCI memory address range covered by appropriate TLB entry
13335 configuration for canyonlands causing machine check
13336 exceptions while accessing PCI memory regions. This patch
13337 provides a fix for this issue.
13338
13339 Kazuaki Ichinohe observed and reported this issue while
13340 testing display output with PCI ATI video card on canyonlands.
13341
13342 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13343 Signed-off-by: Stefan Roese <sr@denx.de>
13344
13345 commit 7a88601a34132548c3c591ea87ab3468b51121b0
13346 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13347 Date: Fri Mar 6 10:09:37 2009 -0500
13348
13349 CFI: geometry reversal for STMicro M29W320DT
13350
13351 Follow up to the flash_fixup_stm to fix geometry reversal
13352 on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
13353
13354 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13355 Signed-off-by: Stefan Roese <sr@denx.de>
13356
13357 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
13358 Author: Mike Frysinger <vapier@gentoo.org>
13359 Date: Wed Feb 25 17:29:40 2009 -0500
13360
13361 smc911x_eeprom: update register API
13362
13363 The smc911x driver changed the naming convention for its register funcs,
13364 so update the eeprom code accordingly.
13365
13366 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13367 CC: Ben Warren <biggerbadderben@gmail.com>
13368
13369 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
13370 Author: Grzegorz Bernacki <gjb@semihalf.com>
13371 Date: Tue Mar 17 10:06:39 2009 +0100
13372
13373 mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
13374
13375 Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
13376 To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
13377 define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
13378 Total5200 and will be used by digsy MTC and other boards with
13379 ATA CS on I2C pins.
13380
13381 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
13382
13383 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
13384 Author: Heiko Schocher <hs@denx.de>
13385 Date: Thu Mar 12 07:37:34 2009 +0100
13386
13387 8xx: add support for new keymile kmsupx4 board.
13388
13389 This patch adds support for the kmsupx4 board from Keymile,
13390 based on a Freescale MPC852T CPU
13391
13392 - serial console on SMC1
13393 - 32 MB SDRAM
13394 - 32 MB NOR Flash
13395 - Ethernet over SCC3
13396 - I2C Bitbang
13397
13398 Signed-off-by: Heiko Schocher <hs@denx.de>
13399
13400 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
13401 Author: Heiko Schocher <hs@denx.de>
13402 Date: Thu Mar 12 07:37:28 2009 +0100
13403
13404 8xx, mgsuvd: rename board to a more generic name
13405
13406 renaming the "mgsuvd" board port into "km8xx", because
13407 there come more similar boards from keymile.
13408 Compiling the mgsuvd board with "make mgsuvd_config"
13409 remains.
13410
13411 Signed-off-by: Heiko Schocher <hs@denx.de>
13412
13413 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
13414 Author: Heiko Schocher <hs@denx.de>
13415 Date: Thu Mar 12 07:37:23 2009 +0100
13416
13417 8xx, mgsuvd: Coding Style cleanup config file
13418
13419 Signed-off-by: Heiko Schocher <hs@denx.de>
13420
13421 commit 364123db6730d32330f818b65360d2cd27396667
13422 Author: Heiko Schocher <hs@denx.de>
13423 Date: Thu Mar 12 07:37:18 2009 +0100
13424
13425 powerpc: common updates for keymile boards
13426
13427 - added to keymile-common.h:
13428 - bootcount support
13429 - COMMAND HISTORY
13430 - CONFIG_AUTO_COMPLETE
13431 - CONFIG_SYS_FLASH_PROTECTION
13432 - JFFS2 support
13433 - CONFIG_VERSION_VARIABLE
13434 - extracted common I2C settings for all boards
13435 - common default environment settings summarized
13436
13437 Signed-off-by: Heiko Schocher <hs@denx.de>
13438
13439 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
13440 Author: Heiko Schocher <hs@denx.de>
13441 Date: Thu Mar 12 07:37:15 2009 +0100
13442
13443 8xx, icache: enabling ICache not before running from RAM
13444
13445 with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
13446 is not enabled before code runs from RAM.
13447
13448 Signed-off-by: Heiko Schocher <hs@denx.de>
13449
13450 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
13451 Author: Heiko Schocher <hs@denx.de>
13452 Date: Thu Mar 12 07:37:11 2009 +0100
13453
13454 82xx, mgcoge: fix environment sector size
13455
13456 Size of one environment sector is 0x20000.
13457
13458 Signed-off-by: Heiko Schocher <hs@denx.de>
13459
13460 commit 27057d416c7cc9eb1860953da8836352c07f13e9
13461 Author: Ladislav Michl <ladis@linux-mips.org>
13462 Date: Mon Mar 16 23:27:31 2009 +0100
13463
13464 NetStar: config reindentation
13465
13466 Fix indentation broken by symbol renames. "Sort" driver related definitons.
13467
13468 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
13469
13470 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
13471 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13472 Date: Tue Mar 17 11:21:43 2009 +0000
13473
13474 ColdFire: Fix incorrect definition
13475
13476 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13477
13478 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
13479 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13480 Date: Mon Mar 2 19:16:45 2009 +0000
13481
13482 ColdFire: Fix M5329EVB and M5373EVB nand issue
13483
13484 The Nand flash was unable to read and write properly
13485 due to Nand Chip Select (nCE) setup was in reverse
13486 order. Also, increase the Nand time out value to 60.
13487
13488 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13489
13490 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
13491 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13492 Date: Tue Jan 27 15:19:35 2009 +0000
13493
13494 ColdFire: PLATFORM_CPPFLAGS updates for new compiler
13495
13496 Update PLATFORM_CPPFLAGS to accept 4.3.x version of
13497 ColdFire compiler.
13498
13499 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13500
13501 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
13502 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13503 Date: Tue Jan 27 12:57:47 2009 +0000
13504
13505 ColdFire: Provide gzip image size V2 & V3 platforms
13506
13507 Default gzip bootm size is 8MB. Some platforms require
13508 more than 8MB
13509
13510 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13511
13512 commit c3a9e6374210679a81f611c1bcf968988bc20e41
13513 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13514 Date: Wed Feb 18 11:49:31 2009 +0000
13515
13516 ColdFire: Fix M54451 serial boot dram setup
13517
13518 The serial boot dram extended/standard mode register was not
13519 setup and was using default DRAM setup causing the U-boot was
13520 unstable to boot up in serial mode.
13521
13522 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13523
13524 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
13525 Author: arun c <arun.edarath@gmail.com>
13526 Date: Thu Dec 4 15:57:15 2008 +0530
13527
13528 Coldfire: XL Bus minor fixes
13529
13530 According to coldfire manual data timeout > address time out
13531 also use correct macro to program XARB_CFG
13532
13533 Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
13534
13535 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
13536 Author: Scott Wood <scottwood@freescale.com>
13537 Date: Tue Mar 17 12:06:04 2009 -0500
13538
13539 NAND: Have nboot accept .e and .i as legacy no-ops.
13540
13541 This was intended to happen before, but a trivial bug prevented it.
13542
13543 Signed-off-by: Scott Wood <scottwood@freescale.com>
13544
13545 commit 0987505540918b2464b73069af3a5b766dbd3ceb
13546 Author: Ladislav Michl <ladis@linux-mips.org>
13547 Date: Fri Mar 13 14:38:19 2009 +0100
13548
13549 NAND: Make nboot skip bad blocks
13550
13551 nboot command currently does not skip bad blocks and gives read error when
13552 loading image stored over bad block. With patch applied, nboot works as
13553 expected:
13554
13555 Device 0 bad blocks:
13556 00780000
13557 014a0000
13558 02000000
13559 02cc0000
13560 04aa0000
13561
13562 Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
13563 Image Name: Linux-2.6.22-omap1
13564 Created: 2008-11-20 23:44:32 UTC
13565 Image Type: ARM Linux Kernel Image (uncompressed)
13566 Data Size: 1052520 Bytes = 1 MB
13567 Load Address: 10008000
13568 Entry Point: 10008000
13569 Skipping bad block 0x02cc0000
13570 Automatic boot of image at addr 0x10400000 ...
13571 ...
13572
13573 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
13574 Signed-off-by: Scott Wood <scottwood@freescale.com>
13575
13576 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
13577 Author: Stefan Roese <sr@denx.de>
13578 Date: Thu Mar 12 07:27:25 2009 +0100
13579
13580 ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
13581
13582 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
13583 the DDR2 configuration to only use one CS (rank). As this code is most
13584 likely copied from the original Sequoia version, this error was copied
13585 as well.
13586
13587 This patch also removes some dead code.
13588
13589 Signed-off-by: Stefan Roese <sr@denx.de>
13590
13591 commit 9199b9cc8f56aca26504b48cf702176208f46e54
13592 Author: Stefan Roese <sr@denx.de>
13593 Date: Thu Mar 12 07:24:40 2009 +0100
13594
13595 ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
13596
13597 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
13598 the DDR2 configuration to only use one CS (rank). As this code is most
13599 likely copied from the original Sequoia version, this error was copied
13600 as well.
13601
13602 Signed-off-by: Stefan Roese <sr@denx.de>
13603
13604 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
13605 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
13606 Date: Wed Mar 11 10:54:46 2009 +0200
13607
13608 Fix AMCC Sequoia board DDR memory configuration
13609
13610 Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
13611 specifies that BankSel#1 is not connected, while bootloader memory
13612 configuration is (board/amcc/sequoia/sdram.c):
13613 mtsdram(DDR0_10, 0x00000300);
13614 i.e. both Chip Selects used - not correct.
13615
13616 If we change to correct value here:
13617 mtsdram(DDR0_10, 0x00000100);
13618 memory is accessible OK also.
13619
13620 Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
13621 Signed-off-by: Stefan Roese <sr@denx.de>
13622
13623 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
13624 Author: Wolfgang Denk <wd@denx.de>
13625 Date: Sun Mar 15 22:40:09 2009 +0100
13626
13627 Prepare 2009.03-rc2
13628
13629 Update CHANEGLOG, fix minor coding style issue.
13630
13631 Signed-off-by: Wolfgang Denk <wd@denx.de>
13632
13633 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
13634 Author: Jerry Van Baren <gvb.uboot@gmail.com>
13635 Date: Fri Mar 13 11:40:10 2009 -0400
13636
13637 mpc83xx: Add bank configuration to FSL spd_sdram.c
13638
13639 The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
13640 bank SDRAMs.
13641
13642 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
13643 Acked-by: Dave Liu <daveliu@freescale.com>
13644 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13645
13646 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
13647 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
13648 Date: Fri Mar 13 08:58:14 2009 +0100
13649
13650 mpc83xx: correctly set encryption and I2C bus 0 clock
13651
13652 This patch makes sure the correct mask is applied when setting
13653 the encryption and I2C bus 0 clock in SCCR.
13654 Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
13655 won't function.
13656
13657 Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
13658 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13659
13660 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
13661 Author: Dirk Behme <dirk.behme@googlemail.com>
13662 Date: Thu Mar 12 19:30:50 2009 +0100
13663
13664 OMAP3: Add support for OMAP3 die ID
13665
13666 Read and store OMAP3 die ID in U-Boot environment.
13667
13668 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13669
13670 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
13671 Author: Jon Smirl <jonsmirl@gmail.com>
13672 Date: Wed Mar 11 15:08:56 2009 -0400
13673
13674 MPC5200 FEC MII speed register
13675
13676 Set a non-zero speed in the MII register so that MII commands will work.
13677
13678 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
13679
13680 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
13681 Author: Yusuke.Goda <goda.yusuke@renesas.com>
13682 Date: Fri Mar 13 16:08:18 2009 +0900
13683
13684 sh: ap325rxa: Change the wait cycle in the area 5
13685
13686 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
13687 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13688
13689 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
13690 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13691 Date: Wed Feb 25 16:04:26 2009 +0900
13692
13693 sh: Fix cannot work rtl8139 on r2dplus
13694
13695 The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
13696 registration.
13697
13698 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13699 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13700
13701 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
13702 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13703 Date: Fri Feb 27 18:35:41 2009 +0900
13704
13705 sh: Add netdev header fixing of warning/build
13706
13707 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13708 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13709
13710 commit ada9318252f51c2626e9837c623f9812b0308dea
13711 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13712 Date: Tue Mar 3 15:11:17 2009 +0900
13713
13714 sh: Add support 32-Bit Extended Address Mode to sh7785lcr
13715
13716 We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
13717 for this mode. This command changes PMB for using 512MB system memory.
13718
13719 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13720 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13721
13722 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
13723 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13724 Date: Wed Feb 25 14:26:42 2009 +0900
13725
13726 sh: Add some register value configurable to PCI of SH7780
13727
13728 Some register value was hardcoded for System memory size 128MB and
13729 memory offset 0x08000000. This patch fixed the problem.
13730
13731 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13732 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13733
13734 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
13735 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13736 Date: Wed Feb 25 14:26:52 2009 +0900
13737
13738 sh: Add system memory registration to PCI for SH4
13739
13740 It is necessary for some pci device driver.
13741
13742 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13743 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13744
13745 commit b3061b40db691245a7bb9a55354b4edacbf3902d
13746 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13747 Date: Wed Feb 25 14:26:55 2009 +0900
13748
13749 sh: Add value for PCI system memory registration of sh7785lcr
13750
13751 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13752 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13753
13754 commit 6d84ae3956a6cd7aebd86f661130752594e60124
13755 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13756 Date: Tue Mar 3 15:11:08 2009 +0900
13757
13758 sh: Add macros for SH-4A 32-Bit Address Extended Mode
13759
13760 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13761 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13762
13763 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
13764 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13765 Date: Tue Feb 3 13:35:05 2009 +0900
13766
13767 sh: use write{8,16,32} in ms7720se lowlevel_init
13768
13769 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13770 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13771
13772 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
13773 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13774 Date: Mon Mar 9 18:07:53 2009 -0500
13775
13776 tsec: report when there is no vendor specific PHY support
13777
13778 Commit af1c2b84 added a generic phy support, with an ID of zero
13779 and a 32 bit mask; meaning that it will match on any PHY ID.
13780
13781 The problem is that there is a test that checked if a matching
13782 PHY was found, and if not, it printed the non-matching ID.
13783 But since there will always be a match (on the generic PHY,
13784 worst case), this test will never trip.
13785
13786 In the case of a misconfigured PHY address, or of a PHY that
13787 isn't explicitly supported outside of the generic support,
13788 you will never see the ID of 0xffffffff, or the ID of the
13789 real (but unsupported) chip. It will silently fall through
13790 onto the generic support.
13791
13792 This change makes that test useful again, and ensures that
13793 the selection of generic PHY support doesn't happen without
13794 some sort of notice. It also makes it explicitly clear that
13795 the generic PHY must be last in the PHY table.
13796
13797 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13798 Acked-by: Andy Fleming <afleming@freescale.com>
13799
13800 commit c279dfc10186ceba78d3862036f158750e86599a
13801 Author: Wolfgang Denk <wd@denx.de>
13802 Date: Mon Mar 9 10:53:05 2009 +0100
13803
13804 SIMPC8313 board: fix out of tree building.
13805
13806 Fix typo in makefile which broke out of tree builds.
13807
13808 Also use expolicit "rm" instead of "ln -sf" which is known to be
13809 unreliable.
13810
13811 Signed-off-by: Wolfgang Denk <wd@denx.de>
13812 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13813
13814 commit 49b5aff491bd574935ecaf8545152066a25eff3d
13815 Author: ksi@koi8.net <ksi@koi8.net>
13816 Date: Mon Feb 23 10:53:13 2009 -0800
13817
13818 Add eTSEC 1/2 IO override control (corrected)
13819
13820 This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
13821
13822 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
13823
13824 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
13825 Author: Andy Fleming <afleming@freescale.com>
13826 Date: Fri Mar 6 19:05:52 2009 -0600
13827
13828 fsl: Remove unnecessary debug printfs
13829
13830 These were left in accidentally, and are not really useful unless the
13831 code is as broken as it was when it was being developed.
13832
13833 Signed-off-by: Andy Fleming <afleming@freescale.com>
13834
13835 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
13836 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
13837 Date: Tue Feb 24 02:37:59 2009 -0600
13838
13839 Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
13840
13841 Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
13842 sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
13843
13844 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
13845
13846 commit a922fdb87af25c25c032424908dcf60fbf3250ea
13847 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13848 Date: Tue Feb 24 06:13:10 2009 +0100
13849
13850 PXA: timer use do_div and simplify it
13851
13852 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13853
13854 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
13855 Author: Wolfgang Denk <wd@denx.de>
13856 Date: Mon Mar 9 10:51:39 2009 +0100
13857
13858 SIMPC8313 board: fix out of tree building.
13859
13860 Fix typo in makefile which broke out of tree builds.
13861
13862 Also use expolicit "rm" instead of "ln -sf" which is known to be
13863 unreliable.
13864
13865 Signed-off-by: Wolfgang Denk <wd@denx.de>
13866
13867 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
13868 Author: Heiko Schocher <hs@denx.de>
13869 Date: Tue Feb 24 11:30:51 2009 +0100
13870
13871 8360, kmeter1: added bootcount feature.
13872
13873 add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
13874
13875 The bootcounter uses 8 bytes from the muram,
13876 because no other memory was found on this
13877 CPU for the bootcount feature. So we must
13878 correct the muram size in DTS before booting
13879 Linux.
13880
13881 This feature is actual only implemented for
13882 MPC8360, because not all 83xx CPU have qe,
13883 and therefore no muram, which this feature
13884 uses.
13885
13886 Signed-off-by: Heiko Schocher <hs@denx.de>
13887 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13888
13889 commit 1e7ed2565031e01abc18c713030a0a9829c07684
13890 Author: Heiko Schocher <hs@denx.de>
13891 Date: Tue Feb 24 11:30:48 2009 +0100
13892
13893 83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
13894
13895 old code implemented the QE_ENET10 errata only for Silicon
13896 Revision 2.0. New code reads now the Silicon Revision
13897 register and sets dependend on the Silicon Revision the
13898 values as advised in the QE_ENET10 errata.
13899
13900 Signed-off-by: Heiko Schocher <hs@denx.de>
13901 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13902
13903 commit 605f78e34a3f0103693b891f2573edd352e7d495
13904 Author: Heiko Schocher <hs@denx.de>
13905 Date: Tue Feb 24 11:30:44 2009 +0100
13906
13907 83xx, kmeter1: updates for 2009.03
13908
13909 - HRCW update
13910 HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
13911 HRCWH_LALE_EARLY added
13912 - DDR-SDRAM settings modified. This solves sporadically
13913 problems with this memory.
13914 - CS1 now 128 MB window size
13915 - CS3 now 512 MB window size
13916 - PRAM activated
13917 - MTDPARTS_DEFAULT defined
13918 - CONFIG_HOSTNAME added
13919 - MONITOR_LEN now 384 KB
13920
13921 Signed-off-by: Heiko Schocher <hs@denx.de>
13922 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13923
13924 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
13925 Author: Heiko Schocher <hs@denx.de>
13926 Date: Tue Feb 24 11:30:40 2009 +0100
13927
13928 83xx, kmeter1: autodetect size of DDR II RAM
13929
13930 it is possible that some board variants have different DDR II
13931 RAM sizes. So we autodetect the size of the assembled RAM.
13932
13933 Signed-off-by: Heiko Schocher <hs@denx.de>
13934 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13935
13936 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
13937 Author: Heiko Schocher <hs@denx.de>
13938 Date: Tue Feb 24 11:30:37 2009 +0100
13939
13940 83xx, i2c: add mux support for fsl_i2c
13941
13942 This patch adds I2C mux support for the fsl_i2c driver. This
13943 allows you to add "new" i2c busses, which are reached over
13944 i2c muxes. For more infos, please look in the README and
13945 search for CONFIG_I2C_MUX.
13946
13947 Signed-off-by: Heiko Schocher <hs@denx.de>
13948 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13949
13950 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
13951 Author: Heiko Schocher <hs@denx.de>
13952 Date: Tue Feb 24 11:30:34 2009 +0100
13953
13954 83xx, kmeter1: add I2C, dtt, eeprom support
13955
13956 This patch adds I2C support for the Keymile kmeter1 board.
13957 It uses the First I2C Controller from the CPU, for
13958 accessing 4 temperature sensors, an eeprom with IVM data
13959 and the booteeprom over a pca9547 mux.
13960
13961 Signed-off-by: Heiko Schocher <hs@denx.de>
13962 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13963
13964 commit db1d72afd77287bc8577210f3f71ab249dcf146f
13965 Author: Heiko Schocher <hs@denx.de>
13966 Date: Tue Feb 24 11:30:30 2009 +0100
13967
13968 i2c, dtt: move dtt_init () to board_init_r ()
13969
13970 In case where a board not uses CONFIG_POST, it is not
13971 necessary to init the DTTs when running from flash.
13972
13973 Signed-off-by: Heiko Schocher <hs@denx.de>
13974 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13975
13976 commit 5b0055547f0246908b79cc300170d87380b69e18
13977 Author: Dave Liu <daveliu@freescale.com>
13978 Date: Wed Feb 25 12:31:32 2009 +0800
13979
13980 83xx: Fix some bugs in spd sdram code
13981
13982 1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
13983 tRTP according to DDR2 JEDEC spec.
13984 2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
13985 3. add the support of DDR2-533,667,800 DIMMs
13986 4. cpo
13987 5. make the AL to min to gain better performance.
13988
13989 The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
13990 MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
13991
13992 items 1, 2 and 5:
13993 Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
13994
13995 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
13996 Signed-off-by: Dave Liu <daveliu@freescale.com>
13997 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13998
13999 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
14000 Author: Valeriy Glushkov <gvv@lstec.com>
14001 Date: Wed Feb 4 18:27:49 2009 +0200
14002
14003 MPC8349ITX: several config issues fixed
14004
14005 The previous version rebooted forever with DDR bigger than 256MB.
14006 Access the DS1339 RTC chip is on I2C1 bus.
14007 Allow DHCP.
14008
14009 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
14010 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14011
14012 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
14013 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14014 Date: Thu Feb 19 18:20:39 2009 +0300
14015
14016 mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
14017
14018 The SerDes initialization should be finished before negating the reset
14019 signal according to the reference manual. This isn't an issue on real
14020 hardware, but we'd better stick to the specifications anyway.
14021
14022 Suggested-by: Liu Dave <DaveLiu@freescale.com>
14023 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14024 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14025
14026 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
14027 Author: Heiko Schocher <hs@denx.de>
14028 Date: Wed Feb 25 12:28:32 2009 +0100
14029
14030 i2c, dtt: move dtt_init () to board_init_r ()
14031
14032 it is not necessary to init the DTTs so early,
14033 so move this init to board_init_r ().
14034
14035 Signed-off-by: Heiko Schocher <hs@denx.de>
14036
14037 commit 00cc5595a7caac8066b408774383a956c2e26797
14038 Author: Anatolij Gustschin <agust@denx.de>
14039 Date: Wed Feb 25 20:28:13 2009 +0100
14040
14041 lcd: Fix compilation warning in common/lcd.c
14042
14043 Fix following warning while compilation for mcc200 board:
14044
14045 lcd.c: In function 'lcd_display_bitmap':
14046 lcd.c:625: warning: unused variable 'cmap'
14047
14048 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14049
14050 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
14051 Author: Graeme Russ <graeme.russ@gmail.com>
14052 Date: Tue Feb 24 21:11:24 2009 +1100
14053
14054 Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
14055
14056 Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
14057
14058 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
14059
14060 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
14061 Author: Mike Frysinger <vapier@gentoo.org>
14062 Date: Mon Feb 23 10:29:47 2009 -0500
14063
14064 smc911x: split out useful defines/functions into local header
14065
14066 The smc911x driver has a lot of useful defines/functions which can be used
14067 by pieces of code (such as example eeprom programmers). Rather than
14068 forcing each place to duplicate these defines/functions, split them out
14069 of the smdc911x driver into a local header.
14070
14071 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14072 Acked-by: Ben Warren <biggerbadderben@gmail.com>
14073 CC: Sascha Hauer <s.hauer@pengutronix.de>
14074 CC: Guennadi Liakhovetski <lg@denx.de>
14075 CC: Magnus Lilja <lilja.magnus@gmail.com>
14076 CC: Ben Warren <biggerbadderben@gmail.com>
14077
14078 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
14079 Author: Guennadi Liakhovetski <lg@denx.de>
14080 Date: Tue Feb 24 10:44:02 2009 +0100
14081
14082 ARM: add an "eet" variant of the imx31_phycore board
14083
14084 The "eet" variant of the imx31_phycore board has an OLED display, using a
14085 s6e63d6 display controller on the first SPI interface, using GPIO57 as a
14086 chip-select for it. With this configuration you can display 256 colour BMP
14087 images in 16-bit RGB (RGB565) LCD mode.
14088
14089 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14090 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14091
14092 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
14093 Author: Guennadi Liakhovetski <lg@denx.de>
14094 Date: Fri Feb 6 10:37:57 2009 +0100
14095
14096 video: add an i.MX31 framebuffer driver
14097
14098 Add a driver for the Synchronous Display Controller and the Display
14099 Interface on i.MX31, using IPU for DMA channel setup. So far only
14100 displaying of bitmaps is supported, no text output.
14101
14102 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14103 Acked-by: Anatolij Gustschin <agust@denx.de>
14104
14105 commit b245e65ee3c4cce3ccf008a21f4528239655876c
14106 Author: Guennadi Liakhovetski <lg@denx.de>
14107 Date: Fri Feb 6 10:37:53 2009 +0100
14108
14109 LCD: support 8bpp BMPs on 16bpp displays
14110
14111 This patch also simplifies some ifdefs in lcd.c, introduces a generic
14112 vidinfo_t, which new drivers are encouraged to use and old drivers to switch
14113 over to.
14114
14115 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14116 Acked-by: Anatolij Gustschin <agust@denx.de>
14117
14118 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
14119 Author: Mark Jackson <mpfj@mimc.co.uk>
14120 Date: Fri Feb 6 10:37:49 2009 +0100
14121
14122 Add 16bpp BMP support
14123
14124 This patch adds 16bpp BMP support to the common lcd code.
14125
14126 Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
14127
14128 At the moment it's only been tested on the MIMC200 AVR32 board, but extending
14129 this to other platforms should be a simple task !!
14130
14131 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
14132 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14133 Acked-by: Anatolij Gustschin <agust@denx.de>
14134
14135 commit 689551c5ff1b394b88412f3df22144e79468d3a9
14136 Author: Guennadi Liakhovetski <lg@denx.de>
14137 Date: Fri Feb 6 10:37:41 2009 +0100
14138
14139 A driver for the S6E63D6 SPI display controller from Samsung
14140
14141 This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
14142 It only provides access to controller's registers so the client can freely
14143 configure it.
14144
14145 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14146 Acked-by: Anatolij Gustschin <agust@denx.de>
14147
14148 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
14149 Author: Guennadi Liakhovetski <lg@denx.de>
14150 Date: Fri Feb 13 09:26:40 2009 +0100
14151
14152 i.MX31: support GPIO as a chip-select in the mxc_spi driver
14153
14154 Some SPI devices have special requirements on chip-select handling.
14155 With this patch we can use a GPIO as a chip-select and strictly follow
14156 the SPI_XFER_BEGIN and SPI_XFER_END flags.
14157
14158 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14159 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14160
14161 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
14162 Author: Guennadi Liakhovetski <lg@denx.de>
14163 Date: Sat Feb 7 01:18:07 2009 +0100
14164
14165 i.MX31: add a simple gpio driver
14166
14167 This is a minimal driver, so far only managing output. It will
14168 be used by the mxc_spi.c driver.
14169
14170 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14171 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14172
14173 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
14174 Author: Guennadi Liakhovetski <lg@denx.de>
14175 Date: Sat Feb 7 00:09:12 2009 +0100
14176
14177 i.MX31: fix SPI driver for shorter than 32 bit
14178
14179 Fix setting the SPI Control register, 8 and 16-bit transfers
14180 and a wrong pointer in the free routine in the mxc_spi driver.
14181
14182 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14183 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14184
14185 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
14186 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14187 Date: Thu Feb 19 18:20:52 2009 +0300
14188
14189 mpc83xx: MPC837XERDB: Add PCIe support
14190
14191 On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
14192 slots. Let's support them.
14193
14194 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14195 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14196
14197 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
14198 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14199 Date: Thu Feb 19 18:20:50 2009 +0300
14200
14201 mpc83xx: PCI: Fix hard-coded first_busno value
14202
14203 We should use pci_last_busno() in pci_init_bus(), otherwise we'll
14204 erroneously re-use PCI0's first_busno for PCI1 hoses.
14205
14206 NOTE: The patch is untested. All MPC83xx FSL boards I have have
14207 PCI1 in miniPCI form, for which I don't have any cards handy.
14208
14209 But looking in cpu/mpc85xx/pci.c:
14210 ...
14211 #ifdef CONFIG_MPC85XX_PCI2
14212 hose = &pci_hose[1];
14213
14214 hose->first_busno = pci_hose[0].last_busno + 1;
14215
14216 And considering that we do the same for MPC83xx PCI-E support,
14217 I think this patch is correct.
14218
14219 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14220 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14221
14222 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
14223 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14224 Date: Thu Feb 19 18:20:46 2009 +0300
14225
14226 mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
14227
14228 This patch fixes copy-paste issue: pci_hose[0]'s first and last
14229 busnos were used to fixup pci1's nodes.
14230
14231 We don't see this bug triggering only because Linux reenumerate
14232 buses anyway.
14233
14234 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14235 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14236
14237 commit b24a99f6666ac278ec9f9c1334518af828833d19
14238 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14239 Date: Thu Feb 19 18:20:44 2009 +0300
14240
14241 mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
14242
14243 This patch fixes an issue in config space read accessors: we should
14244 fill-in the value even if we fail (e.g. skipping devices), otherwise
14245 CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
14246
14247 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14248 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14249
14250 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
14251 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14252 Date: Thu Feb 19 18:20:42 2009 +0300
14253
14254 mpc83xx: PCIe: Don't start bus enumeration at 0
14255
14256 Currently we assign first_busno = 0 for the first PCIe hose, but this
14257 scheme won't work if we have ordinary PCI hose already registered (its
14258 first_busno value is 0 too).
14259
14260 The old code worked fine only because we have PCI disabled on
14261 MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
14262 "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
14263 But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
14264 triggers.
14265
14266 So, to fix the issue, we should use pci_last_busno() + 1 for the
14267 first_busno (i.e. last available busno).
14268
14269 Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
14270 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14271 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14272
14273 commit cc2a8c7751ddbae3116660064f446888538b93e9
14274 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14275 Date: Thu Feb 19 18:20:41 2009 +0300
14276
14277 PCI: Add pci_last_busno() helper
14278
14279 This is just a handy routine that reports last PCI busno: we walk
14280 down all the hoses and return last hose's last_busno.
14281
14282 Will be used by PCI/PCIe initialization code.
14283
14284 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14285 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14286
14287 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
14288 Author: Becky Bruce <beckyb@kernel.crashing.org>
14289 Date: Mon Feb 23 13:56:51 2009 -0600
14290
14291 MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
14292
14293 Currently, we get 256MB as the default, but since all the 86xx
14294 board configs define a 2G BAT mapping for RAM, raise default
14295 to 2G.
14296
14297 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14298 Acked-by: Jon Loeliger <jdl@freescale.com>
14299
14300 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
14301 Author: Becky Bruce <beckyb@kernel.crashing.org>
14302 Date: Thu Feb 12 10:43:32 2009 -0600
14303
14304 mpc8641hpcn: Indicate 36-bit addr map in boot messages
14305
14306 If 36-bit addressing is enabled, print a message on the console
14307 when we boot.
14308
14309 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14310
14311 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
14312 Author: Mark Jackson <mpfj-list@mimc.co.uk>
14313 Date: Fri Feb 13 15:48:18 2009 +0000
14314
14315 Setup extra MIMC200 chip selects
14316
14317 Added code to setup the extra Flash and FRAM chip selects as used on the
14318 MIMC200 board.
14319
14320 V2 moves the init code from the common "cpu.c" file into the board specific
14321 setup file.
14322
14323 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
14324 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14325
14326 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
14327 Author: Mark Jackson <mpfj@mimc.co.uk>
14328 Date: Mon Nov 24 12:10:56 2008 +0000
14329
14330 MIMC200: tidy GCLK init code
14331
14332 Change the MIMC200 startup code to use the built-in (rather than
14333 hard-coded) funtions for setting up gclk outputs.
14334
14335 We'll also move the code to the new, more-appropriate
14336 board_postclk_init() routine.
14337
14338 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
14339 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14340
14341 commit b423f94063bf04e92047ff85c7e53441eb3b712b
14342 Author: Olav Morken <olavmrk@gmail.com>
14343 Date: Fri Jan 23 12:56:32 2009 +0100
14344
14345 AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
14346
14347 The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
14348 workaround, two NOPs can be inserted.
14349
14350 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
14351 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
14352 Signed-off-by: Olav Morken <olavmrk@gmail.com>
14353 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14354
14355 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
14356 Author: Gunnar Rangoy <gunnar@rangoy.com>
14357 Date: Fri Jan 23 12:56:29 2009 +0100
14358
14359 AVR32: Make GPIO implmentation cpu dependent
14360
14361 There are some differences in the implementation of GPIO in the
14362 at32uc chip compared to the ap700x series.
14363
14364 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
14365 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
14366 Signed-off-by: Olav Morken <olavmrk@gmail.com>
14367 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14368
14369 commit a38de083d2979db3680f0d0978c509a172c8fa00
14370 Author: Olav Morken <olavmrk@gmail.com>
14371 Date: Fri Jan 23 12:56:28 2009 +0100
14372
14373 AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
14374
14375 The AVR32A architecture (which AT32UC3A-series is based on) has a
14376 different memory layout than the AVR32B-architecture. This patch moves
14377 addrspace.h to an arch-dependent directory in preparation for
14378 AT32UC3A-support. It also moves some address-space manipulation
14379 functions from io.h to addrspace.h.
14380
14381 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
14382 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
14383 Signed-off-by: Olav Morken <olavmrk@gmail.com>
14384 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14385
14386 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
14387 Author: Olav Morken <olavmrk@gmail.com>
14388 Date: Fri Jan 23 12:56:27 2009 +0100
14389
14390 AVR32: Make cacheflush cpu-dependent
14391
14392 The AT32UC3A series of processors doesn't contain any cache, and issuing
14393 cache control instructions on those will cause an exception. This commit
14394 makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
14395
14396 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
14397 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
14398 Signed-off-by: Olav Morken <olavmrk@gmail.com>
14399 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14400
14401 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
14402 Author: Heiko Schocher <hs@denx.de>
14403 Date: Tue Feb 10 09:38:52 2009 +0100
14404
14405 netloop: speed up NetLoop
14406
14407 NetLoop polls every cycle with getenv some environment variables.
14408 This is horribly slow, especially when the environment is big.
14409
14410 This patch reads only the environment variables in NetLoop,
14411 when they were changed.
14412
14413 Also moved the init part of the NetLoop function in a seperate
14414 function.
14415
14416 Signed-off-by: Heiko Schocher <hs@denx.de>
14417 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14418
14419 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
14420 Author: Mike Frysinger <vapier@gentoo.org>
14421 Date: Mon Dec 22 02:56:07 2008 -0500
14422
14423 smc911x_eeprom: new example app for managing newer SMC parts
14424
14425 A forward port of the last version to work with the newer smc911x driver.
14426 I only have a board with a LAN9218 part on it, so that is the only one
14427 I've tested. But there isn't anything in this that would make it terribly
14428 chip specific afaik.
14429
14430 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14431 CC: Sascha Hauer <s.hauer@pengutronix.de>
14432 CC: Guennadi Liakhovetski <lg@denx.de>
14433 CC: Magnus Lilja <lilja.magnus@gmail.com>
14434 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14435
14436 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
14437 Author: Pieter Henning <phenning@vastech.co.za>
14438 Date: Sun Feb 22 23:17:15 2009 -0800
14439
14440 Added Vitesse VSC8211 definitions to TSEC driver
14441
14442 Added the struct containing PHY settings for the Vitesse VSC8211 phy to
14443 the phy_info list in tsec.c
14444
14445 Signed-off-by: Pieter Henning <phenning@vastech.co.za>
14446 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14447
14448 commit 32688e572ff96715b41420e9a7f280db6c399b65
14449 Author: Wolfgang Denk <wd@denx.de>
14450 Date: Mon Feb 23 00:22:21 2009 +0100
14451
14452 Update CHANGELOG; Prepare 2009.03-rc1
14453
14454 Signed-off-by: Wolfgang Denk <wd@denx.de>
14455
14456 commit 80b827c2b78329c6503b271e43d9eb693d644710
14457 Author: Wolfgang Denk <wd@denx.de>
14458 Date: Sun Feb 22 23:45:40 2009 +0100
14459
14460 ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
14461
14462 The file was generated from building versatile_defconfig.
14463
14464 Signed-off-by: Wolfgang Denk <wd@denx.de>
14465
14466 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
14467 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14468 Date: Sun Feb 22 14:24:11 2009 +0900
14469
14470 MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
14471
14472 Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
14473 like this:
14474
14475 skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
14476 Configuring for dbau1x00 board...
14477 au1x00_eth.c: In function 'au1x00_send':
14478 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
14479 au1x00_eth.c: In function 'au1x00_recv':
14480 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
14481 au1x00_eth.c: In function 'au1x00_init':
14482 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
14483 au1x00_eth.c: In function 'au1x00_recv':
14484 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
14485 au1x00_eth.c: In function 'au1x00_init':
14486 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
14487 au1x00_eth.c: In function 'au1x00_send':
14488 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
14489
14490 We're passing a volatile pointer to a function which is expecting a non-
14491 volatile pointer. That's potentially dangerous, so gcc warns about it.
14492 Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
14493
14494 To fix this, we add a volatile attribute to the argument in question.
14495 The virt_to_phys function in Linux kernel also does the same thing.
14496
14497 Signed-off-by: Stefan Roese <sr@denx.de>
14498 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14499
14500 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
14501 Author: Dirk Behme <dirk.behme@googlemail.com>
14502 Date: Fri Feb 20 17:51:28 2009 +0100
14503
14504 OMAP3: Clean up MMC code
14505
14506 Clean up OMAP3 MMC code:
14507
14508 * Convert register access to struct & readx/writex style
14509 * Replace hardcode values by macros
14510 * Remove macro defined twice
14511
14512 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14513
14514 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
14515 Author: Dirk Behme <dirk.behme@googlemail.com>
14516 Date: Thu Feb 12 18:55:43 2009 +0100
14517
14518 OMAP3: Pandora: Update pin mux
14519
14520 Clock pin must have input enabled for MMC3 to work.
14521 Also enable pull-ups for cmd/data lines to be consistent
14522 with remaining MMC host pin setup.
14523
14524 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
14525
14526 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
14527 Author: Dirk Behme <dirk.behme@googlemail.com>
14528 Date: Thu Feb 12 18:55:42 2009 +0100
14529
14530 OMAP3: Add OMAP3 auto detection
14531
14532 This patch adds OMAP3 cpu type auto detection based on OMAP3 register
14533 and removes hardcoded values.
14534
14535 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
14536 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14537
14538 commit f956fd0338f4990793a10f767929ba4963665261
14539 Author: Dirk Behme <dirk.behme@googlemail.com>
14540 Date: Thu Feb 12 18:55:41 2009 +0100
14541
14542 OMAP3: Beagle: Add board revision detection
14543
14544 With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
14545 which might need different software handling. For this, GPIO pin 171 (GPIO
14546 module 6, offset 11) can be used to check for board revision. If this pin
14547 is low, we have a rev C board. Else it must be a revision Ax or Bx board.
14548
14549 To handle board differences you can call function beagle_get_revision().
14550 E.g.:
14551
14552 if (beagle_get_revision()) {
14553
14554 /* do special revision C stuff here */
14555
14556 }
14557
14558 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14559
14560 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
14561 Author: Dirk Behme <dirk.behme@googlemail.com>
14562 Date: Thu Feb 12 18:55:40 2009 +0100
14563
14564 OMAP3: Overo: Clean up pin mux and GPIO configuration
14565
14566 * Make Overo GPIO114 an input for touchscreen PENDOWN
14567 * Make Overo GPIO144-147 readable
14568 * Make Overo EHCI pinmux match beagle rev c setup
14569 * Adjust pinmux for SMSC911X network chip support
14570 * Remove unnecessary GPIO setup
14571 * Fix merge error in Makefile
14572
14573 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
14574 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14575
14576 commit 2579019b8248e5f166e60e37065766efc8a49dbc
14577 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14578 Date: Sun Feb 22 17:08:41 2009 +0100
14579
14580 nmdk8815: fix onenand support
14581
14582 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14583
14584 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
14585 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14586 Date: Sun Feb 22 17:56:50 2009 +0100
14587
14588 nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
14589
14590 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14591
14592 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
14593 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14594 Date: Sun Feb 22 17:49:43 2009 +0100
14595
14596 davinci: fix implicit declaration of function 'davinci_errata_workarounds'
14597
14598 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14599
14600 commit 4f5728987f4f9f7845688482aa2b7f2127768165
14601 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14602 Date: Sun Feb 22 15:49:28 2009 +0100
14603
14604 arm: add uart dcc support
14605
14606 Serial driver via the EmbeddedICE macrocell's DCC channel using
14607 co-processor 14.
14608
14609 It does include a timeout to ensure that the system does not
14610 totally freeze when there is nothing connected to read.
14611
14612 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14613
14614 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
14615 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14616 Date: Fri Nov 21 14:35:56 2008 -0500
14617
14618 ARM DaVinci: Add common peripherals and modules enable functions.
14619
14620 Taken all the duplicated code for enabling common modules and apply
14621 software workarounds from the board specific code into common
14622 functions. Also added comments explaining the workarounds
14623 (from TI errata documents) and replaced some numerical bit numbers
14624 with more meaningful defines.
14625
14626 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14627
14628 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
14629 Author: Alessandro Rubini <rubini@unipv.it>
14630 Date: Mon Feb 9 15:53:33 2009 +0100
14631
14632 Enable Ethernet for Nomadik 8815 Evaluation Kit
14633
14634 This trivially enables Ethernet support in the debug board
14635 by setting up the proper chip select.
14636
14637 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
14638 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
14639
14640 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
14641 Author: Alessandro Rubini <rubini@unipv.it>
14642 Date: Mon Feb 9 15:53:31 2009 +0100
14643
14644 Nand driver for Nomadik SoC
14645
14646 This driver implements the ECC algorithm described in
14647 the CPU data sheet and uses the OOB layout chosen in
14648 already-released development systems (shipped with a custom-made
14649 u-boot 1.3.1).
14650
14651 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
14652 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
14653
14654 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
14655 Author: Alessandro Rubini <rubini@unipv.it>
14656 Date: Mon Feb 9 15:53:31 2009 +0100
14657
14658 Added nomadik.h header
14659
14660 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
14661 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
14662
14663 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
14664 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14665 Date: Wed Oct 29 20:05:18 2008 +0900
14666
14667 r8a66597-hcd: fix cannot use external hub
14668
14669 Fix the problem that cannot use external hub, because this driver
14670 did not control correctly a DEVADDx register.
14671
14672 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14673 Signed-off-by: Remy Bohmer <linux@bohmer.net>
14674
14675 commit e1ffaee728190e76a4596a3579d94e730143585f
14676 Author: Mike Frysinger <vapier@gentoo.org>
14677 Date: Thu Feb 19 01:20:27 2009 -0500
14678
14679 Blackfin: disable syscontrol code for now
14680
14681 Looks like the initcode updates fell out of order during my merges. The
14682 patch that really fixes up this code is part of power-on overhaul and so
14683 is too large for merging at this point. Instead, we can disable the code
14684 as no currently in-tree board depends on it. The next merge window will
14685 fix things up properly.
14686
14687 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14688
14689 commit 1b228d68f54832edd867ef98520f760f68192ab7
14690 Author: Mike Frysinger <vapier@gentoo.org>
14691 Date: Thu Feb 19 01:19:49 2009 -0500
14692
14693 Blackfin: bf537-stamp: fix I2C board defines
14694
14695 The previous merge for cleaning up the I2C driver incorrectly reverted the
14696 CFG_xxx rename for some of the I2C defines.
14697
14698 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14699 Signed-off-by: Heiko Schocher <hs@denx.de>
14700
14701 commit 09fee8e8677a6265e89144ccc163bf00e321769e
14702 Author: Wolfgang Denk <wd@denx.de>
14703 Date: Sun Feb 22 01:19:52 2009 +0100
14704
14705 Coding Style cleanup; update CHANGELOG
14706
14707 Signed-off-by: Wolfgang Denk <wd@denx.de>
14708
14709 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
14710 Author: Wolfgang Denk <wd@denx.de>
14711 Date: Sun Feb 22 01:17:47 2009 +0100
14712
14713 Makefile: fix cleanup
14714
14715 Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
14716 to adapt the cleanup rules in the Makefile
14717
14718 Signed-off-by: Wolfgang Denk <wd@denx.de>
14719
14720 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
14721 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14722 Date: Fri Feb 20 13:01:56 2009 -0500
14723
14724 Cleanup the comment for m68k linux boot argument passing.
14725
14726 This patch clarifies the way m68k passes linux boot argument.
14727 The one gotcha here is that the assembly instruction that
14728 the compiler uses to jump to the kernel is 'jsr' which pushes the
14729 program counter for the instruction after the jsr into the stack pointer.
14730
14731 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14732 Signed-off-by: Wolfgang Denk <wd@denx.de>
14733
14734 commit 4d41650eec959668280a612467bd95c7b8398513
14735 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
14736 Date: Tue Feb 10 16:44:45 2009 +0000
14737
14738 sh: Fix rsk7203 in tree build
14739
14740 Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
14741
14742 commit fca0cecff73db99d99ad094cca7980472b8a11b5
14743 Author: Minkyu Kang <mk7.kang@samsung.com>
14744 Date: Wed Feb 18 09:05:52 2009 +0900
14745
14746 bootm: Reduce the unnecessary memmove
14747
14748 Although load address and image start address are same address,
14749 bootm command always does memmove.
14750 That is unnecessary memmove and can be taken few milliseconds
14751 (about 500 msec to 1000 msec).
14752 If skip this memmove, we can reduce the boot time.
14753
14754 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14755
14756 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
14757 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
14758 Date: Sun Feb 15 22:29:15 2009 +0100
14759
14760 fpga: Fix Spartan III FPGA booting
14761
14762 This patch does some minor fixing of the Xilinx Spartan III
14763 FPGA boot code:
14764
14765 - Fixed call order of post configuration callback and
14766 success message printing (result of copy-paste?)
14767 - remove obsolete comment
14768 - minor coding style cleanup
14769
14770 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14771
14772 commit 3818b677641038d27b2663fbd6771ad38c932f86
14773 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
14774 Date: Sun Feb 15 22:28:36 2009 +0100
14775
14776 fpga: Fix Spartan II FPGA booting
14777
14778 This patch does some minor fixing of the Xilinx Spartan II
14779 FPGA boot code:
14780
14781 - Fixed call order of post configuration callback and
14782 success message printing (result of copy-paste?)
14783 - relocate post configuration callback only when it
14784 is implemented
14785 - remove obsolete comment
14786 - minor coding style cleanup
14787
14788 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14789
14790 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
14791 Author: Mike Frysinger <vapier@gentoo.org>
14792 Date: Wed Feb 11 20:26:52 2009 -0500
14793
14794 drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
14795
14796 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14797
14798 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
14799 Author: Derek Ou <dou@siconix.com>
14800 Date: Tue Feb 3 16:00:07 2009 -0700
14801
14802 lcd_putc bug fix for tab.
14803
14804 Signed-off-by: Derek Ou <dou@siconix.com>
14805
14806 commit 35c9e14d8096e519fe76c953a43d52a09617345c
14807 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
14808 Date: Mon Feb 2 09:46:21 2009 +0900
14809
14810 MIPS: cpu/mips/Makefile: Add a missing START line
14811
14812 In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
14813 Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
14814 line. This patch puts it back.
14815
14816 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
14817
14818 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
14819 Author: Wolfgang Denk <wd@denx.de>
14820 Date: Sat Feb 21 21:51:21 2009 +0100
14821
14822 Enable ext2 support for TQM8xxL/M based boards
14823
14824 Signed-off-by: Wolfgang Denk <wd@denx.de>
14825
14826 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
14827 Author: Tom Rix <Tom.Rix@windriver.com>
14828 Date: Fri Feb 20 03:47:50 2009 +0100
14829
14830 ARM:PXA Use new definitions in mmc.h
14831
14832 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
14833 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14834
14835 commit 682beeac34dc9ab18fab58b26973d2e29d113717
14836 Author: Andy Fleming <afleming@freescale.com>
14837 Date: Fri Feb 20 03:47:50 2009 +0100
14838
14839 Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
14840
14841 These names are being taken over by the new MMC framework. Hopefuly
14842 the PXA can be easily ported, and these functions will go away entirely.
14843
14844 Signed-off-by: Andy Fleming <afleming@freescale.com>
14845 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14846
14847 commit b03d92e5584935886ff91d5aa0755dc8888b7187
14848 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14849 Date: Fri Feb 20 03:47:50 2009 +0100
14850
14851 pxa: move mmc drivers to drivers/mmc
14852
14853 introduce new macro CONFIG_PXA_MMC to activate it
14854
14855 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14856
14857 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
14858 Author: Tom Rix <Tom.Rix@windriver.com>
14859 Date: Thu Feb 19 19:27:22 2009 -0600
14860
14861 ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
14862
14863 These structures are defined in the common mmc.h
14864
14865 This was compile checked on cerf250.
14866
14867 commit 94a3312920b6f9b5da27309549fb73650718c10a
14868 Author: Micha Kalfon <smichak.uv@gmail.com>
14869 Date: Wed Feb 11 19:50:11 2009 +0200
14870
14871 pxa: fixing get_timer to return time in miliseconds.
14872
14873 Fixing the get_timer function to return time in miliseconds instead of
14874 ticks. Also fixed PXA boards to use the conventional value of 1000 for
14875 CONFIG_SYS_HZ.
14876
14877 Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
14878
14879 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
14880 Author: Tom Rix <Tom.Rix@windriver.com>
14881 Date: Thu Feb 19 16:45:43 2009 -0600
14882
14883 ARM:OMAP3 Change mmc_init to mmc_legacy_init
14884
14885 omap3_mmc.c was changed to define mmc_legacy_init.
14886 Remove unused functions.
14887
14888 Compile tested on all arm
14889 Runtime tested on Zoom1.
14890
14891 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
14892
14893 commit 9e80bb21629988063574f88ca0d28baadff4d963
14894 Author: Heiko Schocher <hs@denx.de>
14895 Date: Thu Feb 19 17:23:58 2009 +0100
14896
14897 82xx, mgcoge: updates for 2009.03
14898
14899 - activate CS4 for accessing the FPGA
14900 - activate Rx buf len > 1 on SMC
14901 - pram activated
14902 - MTDPARTS_DEFAULT defined
14903 - update the size of the flashes in the DTS
14904 before booting Linux
14905 - MONITOR_LEN updated to 384k
14906 - added CONFIG_HOSTNAME
14907 - added CONFIG_ENV_BUFFER_PRINT
14908 - Environment size reduced to 16k
14909
14910 Signed-off-by: Heiko Schocher <hs@denx.de>
14911
14912 commit df909554e2401f307925e1bd45d576e4176d9de9
14913 Author: Heiko Schocher <hs@denx.de>
14914 Date: Thu Feb 19 17:24:01 2009 +0100
14915
14916 8xx, mgsuvd: updates for 2009.03
14917
14918 - activate Rx buf len > 1 on SMC
14919 - pram activated
14920 - MTDPARTS_DEFAULT defined
14921 - update the size of the flash in the DTS
14922 before booting Linux
14923 - MONITOR_LEN updated to 384k
14924 - added CONFIG_HOSTNAME
14925 - added CONFIG_ENV_BUFFER_PRINT
14926 - Environment size reduced to 16k
14927
14928 Signed-off-by: Heiko Schocher <hs@denx.de>
14929
14930 commit 3511b4e208e12be85b532866f1c660aa2e021557
14931 Author: Dirk Behme <dirk.behme@googlemail.com>
14932 Date: Wed Feb 18 19:59:39 2009 +0100
14933
14934 MMC: Don't use new framework code if not enabled
14935
14936 Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
14937 isn't enabled.
14938
14939 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14940
14941 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
14942 Author: Wolfgang Denk <wd@denx.de>
14943 Date: Thu Feb 19 13:53:29 2009 +0100
14944
14945 TQM8xxL: make some room in low memory for future needs
14946
14947 THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
14948 small boot sectors in the flash. This patch makes some room in the
14949 first sector to prepare for a size increase of lib_generic/vsprintf.o
14950 by a future patch.
14951
14952 Signed-off-by: Wolfgang Denk <wd@denx.de>
14953
14954 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
14955 Author: Kim Phillips <kim.phillips@freescale.com>
14956 Date: Wed Feb 18 18:06:18 2009 -0600
14957
14958 README: remove duplicate entry
14959
14960 it's been around since the original commit (2ad6b513) that added two
14961 identical entries.
14962
14963 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14964
14965 commit 1bba30efe1717bea13026e15c7c7d906419fac69
14966 Author: Wolfgang Denk <wd@denx.de>
14967 Date: Thu Feb 19 00:41:08 2009 +0100
14968
14969 Coding style cleanup, update CHANGELOG
14970
14971 Signed-off-by: Wolfgang Denk <wd@denx.de>
14972
14973 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
14974 Author: Kim Phillips <kim.phillips@freescale.com>
14975 Date: Wed Feb 18 17:43:59 2009 -0600
14976
14977 sata_sil3114: fix compiler warning
14978
14979 judging from other printfs in the same file, it seems ata should be
14980 postpended with the interface number, not the address of the global
14981 port variable. Fixes this for current u-boot-mpc83xx tree:
14982
14983 Configuring for MPC8349ITX board...
14984 sata_sil3114.c: In function 'sata_bus_softreset':
14985 sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
14986 sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
14987
14988 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14989
14990 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
14991 Author: Ron Madrid <ron_madrid@sbcglobal.net>
14992 Date: Wed Feb 18 14:30:44 2009 -0800
14993
14994 Create configuration option for restricted ns16550 functions
14995
14996 This patch will create a configuration option for a minimum configuration for
14997 the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
14998 configuration option to the SIMPC8313.h config file in order to fix the NAND
14999 bootstrap build error. This option will exclude all functions with exception of
15000 NS16550_putc and NS16550_init. This will be used primarily to save space and
15001 remove unused code from builds in which space is limited.
15002
15003 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
15004
15005 commit 7b0bc0219db8981613259473cf19699ac259b4fb
15006 Author: Kim Phillips <kim.phillips@freescale.com>
15007 Date: Wed Feb 18 16:14:29 2009 -0600
15008
15009 mkconfig: include board config.h before asm/config.h
15010
15011 swapping the include order suppresses warnings for board configs
15012 that define their own CONFIG_MAX_MEM_MAPPED:
15013
15014 In file included from /home/r1aaha/git/u-boot/include/config.h:5,
15015 from /home/r1aaha/git/u-boot/include/common.h:35,
15016 from simpc8313.c:26:
15017 /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
15018 "CONFIG_MAX_MEM_MAPPED" redefined
15019 In file included from /home/r1aaha/git/u-boot/include/config.h:4,
15020 from /home/r1aaha/git/u-boot/include/common.h:35,
15021 from simpc8313.c:26:
15022 /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
15023 the location of the previous definition
15024
15025 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15026
15027 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
15028 Author: Wolfgang Denk <wd@denx.de>
15029 Date: Wed Feb 18 21:35:38 2009 +0100
15030
15031 Fix build errors after making flash_get_info() non-static
15032
15033 Fix for these build problems:
15034 error: static declaration of 'flash_get_info' follows non-static declaration
15035
15036 Signed-off-by: Wolfgang Denk <wd@denx.de>
15037
15038 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
15039 Author: Stefan Roese <sr@denx.de>
15040 Date: Wed Feb 18 13:18:00 2009 +0100
15041
15042 ppc4xx: PCIe: Change 16GB inbound memory to 4GB
15043
15044 This patch fixes a problem recently seen on some 4xx platforms. For
15045 example on Kilauea PCIe slot #0.
15046
15047 Signed-off-by: Stefan Roese <sr@denx.de>
15048
15049 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
15050 Author: Stefan Roese <sr@denx.de>
15051 Date: Wed Feb 18 14:05:37 2009 +0100
15052
15053 ppc4xx: Some more PMC405 coding-style cleanup
15054
15055 Signed-off-by: Stefan Roese <sr@denx.de>
15056
15057 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
15058 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15059 Date: Sun Feb 15 22:27:47 2009 +0100
15060
15061 ppc4xx: Update PMC405 board support
15062
15063 This patch prepares the good old PMC405 board support for
15064 upcoming PMC405V2 patches.
15065
15066 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15067 Signed-off-by: Stefan Roese <sr@denx.de>
15068
15069 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
15070 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15071 Date: Sun Feb 15 22:26:54 2009 +0100
15072
15073 ppc4xx: Cleanup PMC405 board support
15074
15075 This patch fixes coding style for PMC405 board support.
15076 Also some unneeded features/code is removed.
15077
15078 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15079 Signed-off-by: Stefan Roese <sr@denx.de>
15080
15081 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
15082 Author: Ilya Yanok <yanok@emcraft.com>
15083 Date: Thu Feb 5 04:08:20 2009 +0100
15084
15085 qong: changes to Dave/DENX Qong configuration
15086
15087 1. Changes to the default environment:
15088 - "bootcmd" defined as "run flash_self"
15089 - "saveenv" command removed from "update"
15090 - "uboot" changed to "u-boot" (also in "load")
15091 - "addmtd" variable defined (and added to all boot commands)
15092 2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
15093 3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
15094 4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
15095 with truncated "bootargs" environment variable.
15096
15097 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
15098
15099 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
15100 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15101 Date: Sun Feb 1 17:07:52 2009 +0100
15102
15103 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
15104
15105 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15106
15107 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
15108 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15109 Date: Sun Feb 1 17:07:51 2009 +0100
15110
15111 common/console: coding style cleanup
15112
15113 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15114
15115 commit daaf74f176b548dfd34a9990231f4189201d57ba
15116 Author: Mike Frysinger <vapier@gentoo.org>
15117 Date: Thu Jan 29 20:02:23 2009 -0500
15118
15119 mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
15120
15121 Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
15122 into the Makefile so we avoid pointless compiling of the file.
15123
15124 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15125
15126 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
15127 Author: Mike Frysinger <vapier@gentoo.org>
15128 Date: Thu Jan 29 20:02:07 2009 -0500
15129
15130 disk: convert part_* files to COBJ-$(CONFIG_XXX) style
15131
15132 Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
15133 avoid pointless compiles.
15134
15135 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15136
15137 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
15138 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
15139 Date: Thu Jan 29 10:35:40 2009 +0200
15140
15141 include/image.h: Ease grepping of image_* functions
15142
15143 Because the functions have been defined using macros, grepping for
15144 their definitions is not possible. This patch adds the real function
15145 names in comments.
15146
15147 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
15148 Acked-by: Mike Frysinger <vapier@gentoo.org>
15149
15150 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
15151 Author: Mike Frysinger <vapier@gentoo.org>
15152 Date: Wed Jan 28 19:08:14 2009 -0500
15153
15154 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
15155
15156 The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
15157 rather than a generic "env" command, or anything else related to the
15158 environment. So, let's make sure the define is named accordingly.
15159
15160 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15161
15162 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
15163 Author: Valeriy Glushkov <gvv@lstec.com>
15164 Date: Fri Jan 23 20:02:17 2009 +0200
15165
15166 disable imls command if no flash is defined
15167
15168 Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
15169
15170 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
15171
15172 commit 923aa48126259c13de95131203f1d28bfa5cb889
15173 Author: Rafal Jaworowski <raj@semihalf.com>
15174 Date: Fri Jan 23 13:27:18 2009 +0100
15175
15176 API: Improve glue mid-layer of the API demo application.
15177
15178 - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
15179 read, which allows for better control and error handling (this introduces
15180 additional error code API_ESYSC returned by the glue mid-layer).
15181
15182 - Clean up definitions naming and usage.
15183
15184 - Other minor cosmetics.
15185
15186 Note these changes do not touch the API proper, so the interface between
15187 U-Boot and standalone applications remains unchanged.
15188
15189 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
15190
15191 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
15192 Author: Rafal Jaworowski <raj@semihalf.com>
15193 Date: Fri Jan 23 13:27:17 2009 +0100
15194
15195 API: Only output test data when reading was successful.
15196
15197 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
15198
15199 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
15200 Author: Rafal Jaworowski <raj@semihalf.com>
15201 Date: Fri Jan 23 13:27:16 2009 +0100
15202
15203 API: Provide syscall entry point for the ARM architecture.
15204
15205 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
15206 Acked-by: Rafal Jaworowski <raj@semihalf.com>
15207
15208 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
15209 Author: Rafal Jaworowski <raj@semihalf.com>
15210 Date: Fri Jan 23 13:27:15 2009 +0100
15211
15212 API: Use stack pointer as API signature search hint in the glue layer.
15213
15214 De-hardcode range in RAM we search for the API signature. Instead use the stack
15215 pointer as a hint to narrow down the range in which the signature could reside
15216 (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
15217 from stack area). Adjust PowerPC code in API demo to the new scheme.
15218
15219 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
15220 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
15221
15222 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
15223 Author: Wolfgang Denk <wd@denx.de>
15224 Date: Tue Feb 17 10:26:38 2009 +0100
15225
15226 TQM8260: fix locations of kernel and ramdisk images in flash
15227
15228 After introducing redundant environment the kernel images was
15229 overlapping with environment.
15230
15231 Signed-off-by: Wolfgang Denk <wd@denx.de>
15232
15233 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
15234 Author: Heiko Schocher <hs@denx.de>
15235 Date: Wed Feb 11 19:26:15 2009 +0100
15236
15237 83xx: add missing TIMING_CFG1_CASLAT_* defines
15238
15239 Signed-off-by: Heiko Schocher <hs@denx.de>
15240 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15241
15242 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
15243 Author: Valeriy Glushkov <gvv@lstec.com>
15244 Date: Thu Feb 5 14:35:21 2009 +0200
15245
15246 mpc8349itx: allow SATA boot from the onboard SIL1334
15247
15248 This patch allows using of SATA devices connected
15249 to the onboard PCI SIL1334 SATA controller.
15250
15251 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
15252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15253
15254 commit e1ac387f4645499746856adc1aeaa9787da2eca6
15255 Author: Andy Fleming <afleming@freescale.com>
15256 Date: Thu Oct 30 16:50:14 2008 -0500
15257
15258 83xx: Add eSDHC support on 8379 EMDS board
15259
15260 Signed-off-by: Andy Fleming <afleming@freescale.com>
15261
15262 commit 80522dc8369a89938369fbcee572e662373bc9a3
15263 Author: Andy Fleming <afleming@freescale.com>
15264 Date: Thu Oct 30 16:51:33 2008 -0500
15265
15266 85xx: Add eSDHC support for 8536 DS
15267
15268 Signed-off-by: Andy Fleming <afleming@freescale.com>
15269
15270 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
15271 Author: Andy Fleming <afleming@freescale.com>
15272 Date: Thu Oct 30 16:47:16 2008 -0500
15273
15274 Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
15275
15276 This uses the new MMC framework
15277
15278 Some contributions by Dave Liu <daveliu@freescale.com>
15279
15280 Signed-off-by: Andy Fleming <afleming@freescale.com>
15281
15282 commit 272cc70b211e945e4413122aa73868f6ada732a5
15283 Author: Andy Fleming <afleming@freescale.com>
15284 Date: Thu Oct 30 16:41:01 2008 -0500
15285
15286 Add MMC Framework
15287
15288 Here's a new framework (based roughly off the linux one) for managing
15289 MMC controllers. It handles all of the standard SD/MMC transactions,
15290 leaving the host drivers to implement only what is necessary to
15291 deal with their specific hardware.
15292
15293 This also hooks the infrastructure into the PowerPC board code
15294 (similar to how the ethernet infrastructure now hooks in)
15295
15296 Some of this code was contributed by Dave Liu <daveliu@freescale.com>
15297
15298 Signed-off-by: Andy Fleming <afleming@freescale.com>
15299
15300 commit 1de97f9856f697380cc504126ab92561ed238803
15301 Author: Andy Fleming <afleming@freescale.com>
15302 Date: Thu Oct 30 16:31:39 2008 -0500
15303
15304 Eliminated arch-specific mmc header requirement
15305
15306 The current MMC infrastructure relies on the existence of an
15307 arch-specific header file. This isn't necessary, and a couple
15308 drivers were forced to implement dummy files to meet this requirement.
15309 Instead, we move the stuff in those header files into a more appropriate
15310 place, and eliminate the stubs and the #include of asm/arch/mmc.h
15311
15312 Signed-off-by: Andy Fleming <afleming@freescale.com>
15313
15314 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
15315 Author: Andy Fleming <afleming@freescale.com>
15316 Date: Thu Oct 30 16:21:00 2008 -0500
15317
15318 Convert mmc_init to mmc_legacy_init
15319
15320 This is to get it out of the way of incoming MMC framework
15321
15322 Signed-off-by: Andy Fleming <afleming@freescale.com>
15323
15324 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
15325 Author: Andy Fleming <afleming@freescale.com>
15326 Date: Thu Oct 30 16:19:25 2008 -0500
15327
15328 Eliminate support for using MMC as memory
15329
15330 MMC cards are not memory, so we stop treating them that way.
15331
15332 Signed-off-by: Andy Fleming <afleming@freescale.com>
15333
15334 commit e1be0d25ecf494ae81245ca438738ba839d6329b
15335 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
15336 Date: Sun Jan 4 08:46:38 2009 +0530
15337
15338 32bit BUg fix for DDR2 on 8572
15339
15340 This errata fix is required for 32 bit DDR2 controller on 8572.
15341 May also be required for P10XX20XX platforms
15342
15343 Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
15344
15345 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
15346 Author: Andy Fleming <afleming@freescale.com>
15347 Date: Mon Feb 16 09:40:20 2009 -0600
15348
15349 TQM85xx: Fix a couple warnings in TQM8548 build
15350
15351 The ecm variable in sdram.c was being declared for all 8548, but only
15352 used by specific 8548 boards, so we make that variable require those
15353 specific boards, too
15354
15355 The nand code was using an index "i" into a table, and then re-using "i"
15356 to set addresses for each upm. However, then it relied on the old value
15357 of i still being there to enable things. Changed the second "i" to "j"
15358
15359 Signed-off-by: Andy Fleming <afleming@freescale.com>
15360
15361 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
15362 Author: Wolfgang Grandegger <wg@grandegger.com>
15363 Date: Wed Feb 11 18:38:26 2009 +0100
15364
15365 MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
15366
15367 This patch adds the workaround for erratum DDR20 according to MPC8548
15368 Device Errata document, Rev. 1: "CKE signal may not function correctly
15369 after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
15370 processor version 2.1 and the work-around must be removed.
15371
15372 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15373
15374 commit 080408fdc71706adcb883d22125637c54f6010b1
15375 Author: Wolfgang Grandegger <wg@grandegger.com>
15376 Date: Wed Feb 11 18:38:25 2009 +0100
15377
15378 MPC85xx: TQM8548: use cache for AG and BE variants
15379
15380 This patch makes accesses to the system memory cachable by removing the
15381 caching-inhibited and guarded flags from the relevant TLB entries for
15382 the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
15383 are configured similarly.
15384
15385 This results in a big averall performace improvement. TFTP downloads,
15386 NAND Flash accesses, kernel boots, etc. are much faster.
15387
15388 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15389
15390 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
15391 Author: Wolfgang Grandegger <wg@grandegger.com>
15392 Date: Wed Feb 11 18:38:24 2009 +0100
15393
15394 MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
15395
15396 This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
15397 module.
15398
15399 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
15400 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15401
15402 commit 88b0e88d186479349e5a2b771e82775109e10fb4
15403 Author: Wolfgang Grandegger <wg@grandegger.com>
15404 Date: Wed Feb 11 18:38:23 2009 +0100
15405
15406 MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
15407
15408 According to new TQM8548 timing specification:
15409 Refresh Recovery: 34 -> 53 clocks
15410 CKE pulse width: 1 -> 3 cycles
15411 Window for four activities: 13 -> 14 cycles
15412
15413 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
15414 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15415
15416 commit a865bcdac89278cac4dfc07dec8299403110499d
15417 Author: Wolfgang Grandegger <wg@grandegger.com>
15418 Date: Wed Feb 11 18:38:22 2009 +0100
15419
15420 MPC85xx: TQM8548: add support for the TQM8548_AG module
15421
15422 The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
15423 CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
15424 with "$ make TQM8548_AG_config".
15425
15426 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15427
15428 commit ad7ee5d43b0db94079d56521dabca25674f28747
15429 Author: Wolfgang Grandegger <wg@grandegger.com>
15430 Date: Wed Feb 11 18:38:21 2009 +0100
15431
15432 MPC85xx: TQM8548: add support for the TQM8548_BE module
15433
15434 The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
15435 interface. With NAND support, the image is significantly larger and
15436 TEXT_BASE is adjusted accordingly. U-Boot can be built for this
15437 module with "$ make TQM8548_BE_config".
15438
15439 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15440
15441 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
15442 Author: Wolfgang Grandegger <wg@grandegger.com>
15443 Date: Wed Feb 11 18:38:20 2009 +0100
15444
15445 MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
15446
15447 The TQM8548_AG module does not have the standard PCI/PCI-X interface
15448 connected but just the PCI Express interface . So far it was not
15449 possible to disable it without disabling the complete PCI interface
15450 (CONFIG_PCI) including PCI Express.
15451
15452 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15453
15454 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
15455 Author: Wolfgang Grandegger <wg@grandegger.com>
15456 Date: Wed Feb 11 18:38:19 2009 +0100
15457
15458 MPC85xx: TQM85xx: fix flash protection for boot loader
15459
15460 As the reset vector is located at 0xfffffffc, all flash sectors from the
15461 beginning of the U-Boot binary to 0xffffffff must be protected. On the
15462 TQM8548-AG having small sectors at the end of the flash it happened that
15463 the last two sector were not protected and an "erase all" left an
15464 un-bootable system behind:
15465
15466 Bank # 2: CFI conformant FLASH (32 x 16) Size: 32 MB in 270 Sectors
15467 AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
15468 Erase timeout: 8192 ms, write timeout: 1 ms
15469
15470 FFFA0000 E RO FFFC0000 RO FFFE0000 RO FFFE4000 RO FFFE8000 RO
15471 FFFEC000 RO FFFF0000 RO FFFF4000 RO FFFF8000 E FFFFC000
15472
15473 The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
15474 board BSPs as well.
15475
15476 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15477
15478 commit a1c8a719262151f97119e76166043ee3da3f97b2
15479 Author: Peter Tyser <ptyser@xes-inc.com>
15480 Date: Fri Feb 6 14:30:40 2009 -0600
15481
15482 86xx: Update CPU info output on bootup
15483
15484 - Update style of 86xx CPU information on boot to more closely
15485 match 85xx boards
15486 - Fix detection of 8641/8641D
15487 - Use strmhz() to display frequencies
15488 - Display L1 information
15489 - Display L2 cache size
15490 - Fixed CPU/SVR version output
15491
15492 == Before ==
15493 Freescale PowerPC
15494 CPU:
15495 Core: E600 Core 0, Version: 0.2, (0x80040202)
15496 System: Unknown, Version: 2.1, (0x80900121)
15497 Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
15498 L2: Enabled
15499 Board: X-ES XPedite5170 3U VPX SBC
15500
15501 == After ==
15502 CPU: 8641D, Version: 2.1, (0x80900121)
15503 Core: E600 Core 0, Version: 2.2, (0x80040202)
15504 Clock Configuration:
15505 CPU:1066.667 MHz, MPX:533.333 MHz
15506 DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
15507 L1: D-cache 32 KB enabled
15508 I-cache 32 KB enabled
15509 L2: 512 KB enabled
15510 Board: X-ES XPedite5170 3U VPX SBC
15511
15512 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15513
15514 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
15515 Author: Peter Tyser <ptyser@xes-inc.com>
15516 Date: Thu Feb 5 11:25:24 2009 -0600
15517
15518 86xx: Update Global Utilities structure
15519
15520 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15521
15522 commit 4ef630df773e45806d701bf5d25c328778bb4cde
15523 Author: Peter Tyser <ptyser@xes-inc.com>
15524 Date: Thu Feb 5 11:25:25 2009 -0600
15525
15526 86xx: Reset update
15527
15528 Update the 86xx reset sequence to try executing a board-specific reset
15529 function. If the board-specific reset is not implemented or does not
15530 succeed, then assert #HRESET_REQ. Using #HRESET_REQ is a more standard
15531 reset procedure than the previous method and allows all board
15532 peripherals to be reset if needed.
15533
15534 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15535
15536 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
15537 Author: Kumar Gala <galak@kernel.crashing.org>
15538 Date: Tue Feb 10 23:53:40 2009 -0600
15539
15540 fsl-ddr: Allow system to boot if we have more than 4G of memory
15541
15542 Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
15543 an error and hang. Instead of doing that since DDR is mapped in the
15544 lowest priority LAWs we setup the DDR controller and the max amount
15545 of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
15546
15547 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15548 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
15549
15550 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
15551 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
15552 Date: Wed Jan 21 17:17:33 2009 -0600
15553
15554 mpc85xx: Add support for the P2020
15555
15556 Added various p2020 processor specific details:
15557 * SVR for p2020, p2020E
15558 * immap updates for LAWs and DDR on p2020
15559 * LAW defines related to p2020
15560
15561 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
15562 Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
15563 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15564
15565 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
15566 Author: Kumar Gala <galak@kernel.crashing.org>
15567 Date: Tue Feb 10 17:36:15 2009 -0600
15568
15569 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
15570
15571 Added some info that is printed out when we boot to distiquish if we
15572 built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
15573 different address maps.
15574
15575 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15576
15577 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
15578 Author: Andy Fleming <afleming@freescale.com>
15579 Date: Fri Dec 5 20:10:22 2008 -0600
15580
15581 Fixup SGMII PHY ids in the device tree
15582
15583 The device tree's PHY addresses need to be fixed up if we're using the
15584 SGMII Riser Card.
15585
15586 The 8572, 8536, and 8544 DS boards were modified to call this function.
15587
15588 Code idea taken from Liu Yu <yu.liu@freescale.com>
15589
15590 Signed-off-by: Andy Fleming <afleming@freescale.com>
15591
15592 commit 5dc0cf68f8f101042997d75188081d8526d705ea
15593 Author: Andy Fleming <afleming@freescale.com>
15594 Date: Wed Feb 11 15:10:31 2009 -0600
15595
15596 Make some minor whitespace changes to eliminate line-wrapping
15597
15598 Signed-off-by: Andy Fleming <afleming@freescale.com>
15599
15600 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
15601 Author: Andy Fleming <afleming@freescale.com>
15602 Date: Wed Feb 11 15:07:24 2009 -0600
15603
15604 Add eth_get_dev_by_index
15605
15606 This allows code to iterate through the ethernet devices
15607
15608 Signed-off-by: Andy Fleming <afleming@freescale.com>
15609
15610 commit b67305120aaf268a6140125346678166d14f1f47
15611 Author: Kumar Gala <galak@kernel.crashing.org>
15612 Date: Mon Feb 9 22:03:04 2009 -0600
15613
15614 85xx: Fix bug in device tree setup in 36-bit physical confg
15615
15616 In the 36-bit physical config for MPC8572DS when need the start address
15617 of memory and it size to be kept in phys_*_t instead of a ulong since
15618 we support >4G of memory in the config and ulong cant represent that.
15619 Otherwise we end up seeing the memory node in the device tree reporting
15620 back we have memory starting @ 0 and of size 0.
15621
15622 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15623
15624 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
15625 Author: Kumar Gala <galak@kernel.crashing.org>
15626 Date: Mon Feb 9 22:03:05 2009 -0600
15627
15628 85xx: Fix address map for 36-bit config of MPC8572DS
15629
15630 When we introduced the 36-bit config of the MPC8572DS board we had the
15631 wrong PCI MEM bus address map. Additionally, the change to the address
15632 map exposes a small issue in our dummy read on the ULI bus. We need
15633 to use the new mapping functions to handle that read properly in the
15634 36-bit config.
15635
15636 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15637
15638 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
15639 Author: Kumar Gala <galak@kernel.crashing.org>
15640 Date: Fri Feb 6 09:56:35 2009 -0600
15641
15642 85xx: Fix how we map DDR memory
15643
15644 Previously we only allowed power-of-two memory sizes and didnt
15645 handle >2G of memory. Now we will map up to CONFIG_MAX_MEM_MAPPED
15646 and should properly handle any size that we can make in the TLBs
15647 we have available to us
15648
15649 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15650
15651 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
15652 Author: Kumar Gala <galak@kernel.crashing.org>
15653 Date: Fri Feb 6 09:56:34 2009 -0600
15654
15655 fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
15656
15657 If we only have one controller we can completely ignore how
15658 memctl_intlv_ctl is set. Otherwise other levels of code get confused
15659 and think we have twice as much memory.
15660
15661 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15662
15663 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
15664 Author: Kumar Gala <galak@kernel.crashing.org>
15665 Date: Wed Feb 4 09:35:57 2009 -0600
15666
15667 85xx: Format cpu freq printing to handle 8 cores
15668
15669 Only print 4 cpu freq per line. This way when we have 8 cores its a
15670 bit more readable.
15671
15672 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15673
15674 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
15675 Author: Abraham, Thomas <t-abraham@ti.com>
15676 Date: Tue Oct 28 16:51:31 2008 +0530
15677
15678 USB: Remove LUN number from CDB
15679
15680 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.
15681
15682 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
15683 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15684
15685 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
15686 Author: Atin Malaviya <atin.malaviya@gmail.com>
15687 Date: Tue Feb 3 15:17:10 2009 -0500
15688
15689 Added usbtty_configured() check. Fixed attribute(packed) warnings.
15690
15691 V3: Fixed line-wrap problem due to user error in mail!
15692
15693 Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
15694 when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
15695 Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
15696
15697 Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
15698 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15699
15700 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
15701 Author: Guennadi Liakhovetski <lg@denx.de>
15702 Date: Fri Feb 13 09:23:36 2009 +0100
15703
15704 i.MX31: Start the I2C clock on driver initialisation
15705
15706 i.MX31 powers on with most clocks running, so, after a power on this explicit
15707 clock start up is not required. However, as Linux boots it disables most clocks
15708 to save power. This includes the I2C clock. If we then soft reboot from Linux
15709 the I2C clock stays off. This breaks the phycore, which has its environment in
15710 I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
15711 initialisation routine.
15712
15713 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15714 Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15715
15716 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
15717 Author: Mike Frysinger <vapier@gentoo.org>
15718 Date: Wed Feb 11 20:36:14 2009 -0500
15719
15720 i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
15721
15722 The Blackfin i2c driver has been rewritten thus the special ifdefs in the
15723 common code are no longer needed.
15724
15725 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15726
15727 commit c2d9befa0b4695b89476fb5d259742c09afe243f
15728 Author: Heiko Schocher <hs@denx.de>
15729 Date: Thu Feb 12 08:08:54 2009 +0100
15730
15731 82xx, mgcoge: fix compile error
15732
15733 With actual u-boot compiling the mgcoge port fails, because
15734 since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
15735 necessary to define CONFIG_NET_MULTI.
15736
15737 Seems to me the mgcoge port is the only actual existing 8260
15738 port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
15739 to be fixed.
15740
15741 Signed-off-by: Heiko Schocher <hs@denx.de>
15742
15743 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
15744 Author: Dirk Eibach <eibach@gdsys.de>
15745 Date: Mon Feb 9 08:18:34 2009 +0100
15746
15747 ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
15748
15749 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15750 Signed-off-by: Stefan Roese <sr@denx.de>
15751
15752 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
15753 Author: Carolyn Smith <carolyn.smith@tektronix.com>
15754 Date: Thu Feb 12 06:13:44 2009 +0100
15755
15756 ppc4xx: Fix initialization of the SDRAM_CODT register
15757
15758 This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
15759 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
15760 and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
15761
15762 Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
15763 Signed-off-by: Stefan Roese <sr@denx.de>
15764
15765 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
15766 Author: Stefan Roese <sr@denx.de>
15767 Date: Wed Feb 11 09:29:33 2009 +0100
15768
15769 ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
15770
15771 Some AMCC eval boards do have a board_eth_init() function calling
15772 pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
15773 with the new eth_init rework.
15774
15775 Signed-off-by: Stefan Roese <sr@denx.de>
15776
15777 commit c645012aefebb301e6907d148c6c8efacac049d4
15778 Author: Adam Graham <agraham@amcc.com>
15779 Date: Mon Feb 9 13:18:12 2009 -0800
15780
15781 ppc4xx: Autocalibration can set RDCC to over aggressive value.
15782
15783 The criteria of the AMCC SDRAM Controller DDR autocalibration
15784 U-Boot code is to pick the largest passing write/read/compare
15785 window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
15786 Cycle Select value.
15787
15788 On some Kilauea boards the DDR autocalibration algorithm can
15789 find a large passing write/read/compare window with a small
15790 SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
15791 value "T1 Sample".
15792
15793 This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
15794 "T1 Sample" proves to be to aggressive when later on U-Boot
15795 relocates into DDR memory and executes.
15796
15797 The memory traces on the Kilauea board are short so on some
15798 Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
15799 value of "T1 Sample" shows up as a potentially valid value for
15800 the DDR autocalibratiion algorithm.
15801
15802 The fix is to define a weak default function which provides
15803 the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
15804 to accept for DDR autocalibration. The default will be the
15805 "T2 Sample" value. A board developer who has a well defined
15806 board and chooses to be more aggressive can always provide
15807 their own board specific string function with the more
15808 aggressive "T1 Sample" value or stick with the default
15809 minimum SDRAM_RDCC.[RDSS] value of "T2".
15810
15811 Also put in a autocalibration loop fix for case where current
15812 write/read/compare passing window size is the same as a prior
15813 window size, then in this case choose the write/read/compare
15814 result that has the associated smallest RDCC T-Sample value.
15815
15816 Signed-off-by: Adam Graham <agraham@amcc.com>
15817 Signed-off-by: Stefan Roese <sr@denx.de>
15818
15819 commit 2ede879fcb67470524847bb4fc8972651bb46184
15820 Author: Stefan Roese <sr@denx.de>
15821 Date: Wed Feb 11 09:37:12 2009 +0100
15822
15823 ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
15824
15825 CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
15826 included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
15827
15828 It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
15829 boards right now.
15830
15831 Signed-off-by: Stefan Roese <sr@denx.de>
15832
15833 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
15834 Author: Wolfgang Denk <wd@denx.de>
15835 Date: Thu Feb 12 00:08:39 2009 +0100
15836
15837 Coding style cleanup; update CHANGELOG
15838
15839 Signed-off-by: Wolfgang Denk <wd@denx.de>
15840
15841 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
15842 Author: Peter Tyser <ptyser@xes-inc.com>
15843 Date: Fri Jan 30 16:36:40 2009 -0600
15844
15845 Add feature-removal-schedule.txt
15846
15847 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15848
15849 commit 255d28e1642e8fc32a6753226be1a96b481ce111
15850 Author: Heiko Schocher <hs@denx.de>
15851 Date: Tue Feb 10 09:32:38 2009 +0100
15852
15853 8xx serial, smc: Coding-Style cleanup serial SMC driver
15854
15855 Signed-off-by: Heiko Schocher <hs@denx.de>
15856
15857 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
15858 Author: Heiko Schocher <hs@denx.de>
15859 Date: Tue Feb 10 09:31:47 2009 +0100
15860
15861 8xx serial, smc: add configurable SMC Rx buffer len
15862
15863 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
15864 With this option it is possible to allow the receive
15865 buffer for the SMC on 8xx to be greater then 1. In case
15866 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
15867 old version.
15868
15869 When defining CONFIG_SYS_SMC_RXBUFLEN also
15870 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
15871 idle timeout for the SMC.
15872
15873 Signed-off-by: Heiko Schocher <hs@denx.de>
15874
15875 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
15876 Author: Mike Frysinger <vapier@gentoo.org>
15877 Date: Thu Feb 5 21:04:36 2009 -0500
15878
15879 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
15880
15881 Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
15882 the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb
15883 code in the process.
15884
15885 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15886
15887 commit ab76e9848a1f4db64d14233741d739a3b3360c93
15888 Author: Mike Frysinger <vapier@gentoo.org>
15889 Date: Thu Feb 5 21:04:50 2009 -0500
15890
15891 bzip2: move ifdef handling to Makefile COBJS-$(...)
15892
15893 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15894
15895 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
15896 Author: Jerry Van Baren <gvb.uboot@gmail.com>
15897 Date: Thu Feb 5 22:18:02 2009 -0500
15898
15899 Fix whitespace damage: double space changed to a tab
15900
15901 At some point an intentional double space at the end of the sentence
15902 got changed into a tab in the GPL header line:
15903 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15904
15905 This patch fixes the damage.
15906
15907 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
15908
15909 commit 4f975678de995b55749d5e84590c268972a7c835
15910 Author: Heiko Schocher <hs@denx.de>
15911 Date: Tue Feb 10 09:53:29 2009 +0100
15912
15913 cfi: make flash_get_info() non static
15914
15915 If on your board is more than one flash, you must know
15916 the size of every single flash, for example, for updating
15917 the DTS before booting Linux. So make this function
15918 flash_get_info() extern, and you can have all info
15919 about your flashes.
15920
15921 Signed-off-by: Heiko Schocher <hs@denx.de>
15922 Signed-off-by: Stefan Roese <sr@denx.de>
15923
15924 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
15925 Author: Ben Warren <biggerbadderben@gmail.com>
15926 Date: Thu Feb 5 23:58:25 2009 -0800
15927
15928 net: removed board-specific CONFIGs from MPC5xxx FEC driver
15929
15930 Added new CONFIG options for the three type of MAC-PHY interconnect and
15931 applied them all relevant board config files
15932
15933 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15934
15935 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
15936 Author: Mike Frysinger <vapier@gentoo.org>
15937 Date: Thu Feb 5 21:04:47 2009 -0500
15938
15939 net/sntp.c: move ifdef into Makefile COBJS-$(...)
15940
15941 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15942 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15943
15944 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
15945 Author: Andy Fleming <afleming@freescale.com>
15946 Date: Tue Feb 3 18:26:41 2009 -0600
15947
15948 tsec: Fix a bug in soft-resetting
15949
15950 SOFT_RESET must be asserted for at least 3 TX clocks. Usually, that's about 30
15951 clock cycles, so it's been mostly working. But we had no guarantee, and at
15952 slower bitrates, it's just over a microsecond (over 1000 clock cycles). This
15953 enforces a 2 microsecond gap between assertion and deassertion.
15954
15955 Signed-off-by: Andy Fleming <afleming@freescale.com>
15956 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15957
15958 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
15959 Author: Simon Munton <simon@nidoran.m5data.com>
15960 Date: Mon Feb 2 09:44:08 2009 +0000
15961
15962 Fix 100Mbs ethernet operation on sh7763 based boards
15963
15964 100Mbs ethernet does not work on sh7763 chips due to the wrong value being
15965 used in the GECMR register. Following diff fixes the problem
15966
15967 Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
15968 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15969
15970 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
15971 Author: ksi@koi8.net <ksi@koi8.net>
15972 Date: Fri Feb 6 16:27:55 2009 -0800
15973
15974 Fix MPC8260 with ethernet on SCC
15975
15976 This fixes MPC8260 compilation with ethernet on SCC. Probably was a
15977 typo or something...
15978
15979 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
15980 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15981
15982 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
15983 Author: Heiko Schocher <hs@denx.de>
15984 Date: Fri Jan 30 12:56:15 2009 +0100
15985
15986 82xx serial, smc: Coding-Style cleanup serial SMC driver
15987
15988 Signed-off-by: Heiko Schocher <hs@denx.de>
15989
15990 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
15991 Author: Heiko Schocher <hs@denx.de>
15992 Date: Fri Jan 30 12:55:38 2009 +0100
15993
15994 82xx serial, smc: add configurable SMC Rx buffer len
15995
15996 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
15997 With this option it is possible to allow the receive
15998 buffer for the SMC on 82xx to be greater then 1. In case
15999 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
16000 old version.
16001
16002 When defining CONFIG_SYS_SMC_RXBUFLEN also
16003 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
16004 idle timeout for the SMC.
16005
16006 Signed-off-by: Heiko Schocher <hs@denx.de>
16007
16008 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
16009 Author: Kumar Gala <galak@kernel.crashing.org>
16010 Date: Fri Feb 6 08:08:06 2009 -0600
16011
16012 ppc: Fix roll over bug in flush_cache()
16013
16014 If we call flush_cache(0xfffff000, 0x1000) it would never
16015 terminate the loop since end = 0xffffffff and we'd roll over
16016 our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
16017
16018 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16019
16020 commit 87c9063963561d3d01064be34d0c30855a56587b
16021 Author: Kumar Gala <galak@kernel.crashing.org>
16022 Date: Thu Feb 5 20:40:58 2009 -0600
16023
16024 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
16025
16026 Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
16027 between the two current users (lib_ppc/board.c, 44x SPD DDR2).
16028
16029 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16030 Acked-by: Stefan Roese <sr@denx.de>
16031
16032 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
16033 Author: Kumar Gala <galak@kernel.crashing.org>
16034 Date: Thu Feb 5 20:40:57 2009 -0600
16035
16036 Add an architecture specific config.h for common defines
16037
16038 We have common defines that we duplicate in various ways. Having an
16039 arch specific config.h gives us a common location for those defines.
16040
16041 Eventually we should be able to replace this when we have proper
16042 Kconfig support.
16043
16044 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16045
16046 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
16047 Author: Becky Bruce <beckyb@kernel.crashing.org>
16048 Date: Tue Feb 3 18:10:56 2009 -0600
16049
16050 mpc8641hpcn: Change PCI MEM pci bus address
16051
16052 Now that the rest of u-boot can support it, change the PCI bus
16053 address of the PCI MEM regions from 0x80000000 to 0xc0000000,
16054 and use the same bus address for both PCI1 and PCI2. This will
16055 maximize the amount of PCI address space left over to map RAM
16056 on systems with large amounts of memory.
16057
16058 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16059
16060 commit 1785dbeed43599eed1d8875673c96912cd770141
16061 Author: Becky Bruce <beckyb@kernel.crashing.org>
16062 Date: Tue Feb 3 18:10:55 2009 -0600
16063
16064 drivers/block/ahci: Fix pci mapping bug
16065
16066 The code assumes that the pci bus address and the virtual
16067 address used to access a region are the same, but they might
16068 not be. Fix this assumption.
16069
16070 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16071
16072 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
16073 Author: Becky Bruce <beckyb@kernel.crashing.org>
16074 Date: Tue Feb 3 18:10:54 2009 -0600
16075
16076 MPC8641HPCN: Enable CONFIG_ADDR_MAP
16077
16078 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16079
16080 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
16081 Author: Becky Bruce <beckyb@kernel.crashing.org>
16082 Date: Tue Feb 3 18:10:53 2009 -0600
16083
16084 mpc8641hpcn: Clean up PCI mapping concepts
16085
16086 Clean up PCI mapping concepts in the 8641 config - rename _BASE
16087 to _BUS, as it's actually a PCI bus address, separate virtual
16088 and physical addresses into _VIRT and _PHYS, and use each
16089 appopriately.
16090
16091 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16092
16093 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
16094 Author: Becky Bruce <beckyb@kernel.crashing.org>
16095 Date: Tue Feb 3 18:10:52 2009 -0600
16096
16097 mpc86xx: Add support to populate addr map based on BATs
16098
16099 If CONFIG_ADDR_MAP is enabled, update the address map
16100 whenever we write a bat.
16101
16102 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16103
16104 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
16105 Author: Becky Bruce <beckyb@kernel.crashing.org>
16106 Date: Tue Feb 3 18:10:51 2009 -0600
16107
16108 powerpc: Move duplicated BAT defines to mmu.h
16109
16110 The BAT fields are architected; there's no need for these to be in
16111 cpu-specific files. Drop the duplication and move these to
16112 include/asm-ppc/mmu.h. Also, remove the BL_xxx defines that were only
16113 used by the alaska board, and switch to using the BATU_BL_xxx defines
16114 used by all the other boards. The BL_ defines previously in use
16115 had to be shifted into the proper position for use, which was inefficient.
16116
16117 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16118
16119 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
16120 Author: Becky Bruce <beckyb@kernel.crashing.org>
16121 Date: Tue Feb 3 18:10:50 2009 -0600
16122
16123 drivers/pci: Create pci_map_bar function
16124
16125 It is no longer always true that the pci bus address can be
16126 used as the virtual address for pci accesses. pci_map_bar()
16127 is created to return the virtual address for a pci region.
16128
16129 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16130
16131 commit 2ecca3401775b125c3b9ff65766befb23989414b
16132 Author: Becky Bruce <beckyb@kernel.crashing.org>
16133 Date: Tue Feb 3 18:10:49 2009 -0600
16134
16135 mpc8641hpcn: Set up outbound pci windows before inbound
16136
16137 Because the inbound pci windows are mapped generously, set up
16138 the more specific outbound windows first. This way, when we
16139 search the pci regions for something, we will hit on the more
16140 specific region. This can actually be a problem on systems
16141 with large amounts of RAM.
16142
16143 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16144
16145 commit b81b773ead0687114dc8a800f99ea6e504447739
16146 Author: Becky Bruce <beckyb@kernel.crashing.org>
16147 Date: Mon Feb 2 16:34:52 2009 -0600
16148
16149 mpc8641hpcn: Use physical address in flash banks defintion
16150
16151 If the VA and PA of the flash aren't the same, the banks list
16152 should be initialized to hold the physical address. Correct this.
16153
16154 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16155
16156 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
16157 Author: Ilya Yanok <yanok@emcraft.com>
16158 Date: Tue Feb 10 00:22:31 2009 +0100
16159
16160 qong: support for Dave/DENX QongEVB-LITE board
16161
16162 This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
16163
16164 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16165 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16166
16167 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
16168 Author: Ilya Yanok <yanok@emcraft.com>
16169 Date: Mon Feb 9 18:45:28 2009 +0100
16170
16171 dnet: driver for Dave DNET ethernet controller
16172
16173 Driver for Dave DNET ethernet controller (used on Dave/DENX
16174 QongEVB-LITE board).
16175
16176 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16177 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16178
16179 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
16180 Author: Kumar Gala <galak@kernel.crashing.org>
16181 Date: Fri Feb 6 09:49:32 2009 -0600
16182
16183 pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
16184
16185 When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
16186 we should give preference to memory regions that aren't system memory.
16187
16188 Its possible that we have over mapped system memory in the regions and
16189 we want to avoid depending on the order of the regions.
16190
16191 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16192
16193 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
16194 Author: Kumar Gala <galak@kernel.crashing.org>
16195 Date: Fri Feb 6 09:49:31 2009 -0600
16196
16197 pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
16198
16199 The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
16200 can be confusing when reading the code.
16201
16202 Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
16203 for system memory mapping purposes.
16204
16205 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16206
16207 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
16208 Author: Ilya Yanok <yanok@emcraft.com>
16209 Date: Sun Feb 8 00:59:43 2009 +0300
16210
16211 mx31: add GPIO registers definitions
16212
16213 Added definitions for i.MX31 processor GPIO registers.
16214
16215 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16216
16217 commit 8da601280a8acbc3385784780ed35130e53812f1
16218 Author: Peter Tyser <ptyser@xes-inc.com>
16219 Date: Wed Feb 4 13:47:22 2009 -0600
16220
16221 NAND: Add timeout for reset command
16222
16223 Without the timeout present an infinite loop can occur if the
16224 NAND device is broken or not present.
16225
16226 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16227 Signed-off-by: Scott Wood <scottwood@freescale.com>
16228
16229 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
16230 Author: Peter Tyser <ptyser@xes-inc.com>
16231 Date: Wed Feb 4 13:39:40 2009 -0600
16232
16233 NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
16234
16235 Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
16236 for disabling the "No NAND device found!!!" warning when
16237 CONFIG_SYS_NAND_QUIET_TEST was defined. This re-adds support
16238 for silencing the warning.
16239
16240 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16241 Signed-off-by: Scott Wood <scottwood@freescale.com>
16242
16243 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
16244 Author: Valeriy Glushkov <gvv@lstec.com>
16245 Date: Mon Jan 19 16:32:59 2009 +0200
16246
16247 NAND: Fixed invalid pointers to static relocated chip names
16248
16249 Dear Wolfgang,
16250
16251 You are right, the patch was ugly.
16252 The new one seems to be better.
16253
16254 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
16255 Signed-off-by: Scott Wood <scottwood@freescale.com>
16256
16257 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
16258 Author: Nishanth Menon <nm@ti.com>
16259 Date: Mon Feb 2 18:20:12 2009 -0600
16260
16261 ARM:OMAP3:Zoom1: Add nand unlock option
16262
16263 Enable NAND_UNLOCK option for unlocking nand for
16264 erase/write operations
16265
16266 Signed-off-by: Nishanth Menon <nm@ti.com>
16267
16268 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
16269 Author: derek@siconix.com <derek@siconix.com>
16270 Date: Mon Jan 26 14:08:17 2009 -0700
16271
16272 env_nand: fix env memory release
16273
16274 This fixes a bug that tmp environment memory not being released.
16275
16276 Signed-off-by: Derek Ou <dou@siconix.com>
16277 Signed-off-by: Scott Wood <scottwood@freescale.com>
16278
16279 commit 05fd88776419df59e7f37bac063a209409dd801d
16280 Author: Guennadi Liakhovetski <lg@denx.de>
16281 Date: Fri Feb 6 10:37:45 2009 +0100
16282
16283 ARM: remove unused variable
16284
16285 The "size" variable in start_armboot() in lib_arm/board.c is only really
16286 used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
16287 eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
16288
16289 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16290
16291 commit 6989e4f546d960a407dd5425f800dff9751c8132
16292 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16293 Date: Thu Feb 5 09:33:50 2009 -0500
16294
16295 Coldfire: M527x: Add missing GPIO register address defines
16296
16297 Add missing GPIO registers address definition for Coldfire M5271.
16298
16299 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16300
16301 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
16302 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16303 Date: Fri Jan 23 14:42:58 2009 -0500
16304
16305 Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
16306
16307 Modified mii_init to support boards with PHYs that are not set to
16308 autonegotiate, but still want to use u-boot's mii commands to probe
16309 the smi bus. Such PHYs will not set the Autonegotiate-done bit.
16310
16311 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16312
16313 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
16314 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16315 Date: Fri Jan 23 11:44:30 2009 -0500
16316
16317 Coldfire: Applied baudrate formula of serial_init to serial_setbrg
16318
16319 Applied the patch for baudrate divider value truncation for
16320 serial_init to serial_setbrg as well.
16321
16322 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16323
16324 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
16325 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16326 Date: Fri Jan 23 14:07:05 2009 -0500
16327
16328 Coldfire: M5271EVB: Board header update (dependencies)
16329
16330 Cleanup for M5271EVB:
16331 Added clarification on the use of CONFIG_SYS_CLOCK.
16332 Modified to use u-boot's HUSH parser.
16333 Cleanup on environment settings.
16334 Removed compiler warning by defining CONFIG_SYS_CS0_*
16335
16336 Dependencies:
16337 Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
16338 This depends on a patch to include/asm-m68k/m5271.h
16339 that defines the multiplier and divider ratios.
16340
16341 Removed the definition of CONFIG_SYS_FECI2C.
16342 This depends on a patch that removes the use of it in
16343 cpu/mcf52x2/cpu_init.c
16344
16345 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16346
16347 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
16348 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16349 Date: Thu Jan 29 14:36:06 2009 -0500
16350
16351 Coldfire: M5271: Allow board header file to specify clock multiplier
16352
16353 M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
16354
16355 Allow the board header file to set their own multiplier and divider.
16356 Added the #define for the multiplier and divider to the cpu header file.
16357
16358 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16359
16360 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
16361 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16362 Date: Fri Jan 23 10:47:13 2009 -0500
16363
16364 Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
16365
16366 Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
16367 Use read-modify-write to activate the FEC pins without disabling I2C.
16368
16369 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16370
16371 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
16372 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16373 Date: Fri Jan 23 09:45:34 2009 -0500
16374
16375 Coldfire: cmd_bdinfo cleanup
16376
16377 CONFIG_M68K bdinfo cleanup:
16378
16379 Fixed compiler warning about baudrate printing.
16380 format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
16381
16382 Added printing of "cpufreq"
16383
16384 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16385
16386 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
16387 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16388 Date: Fri Jan 23 09:27:00 2009 -0500
16389
16390 Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
16391
16392 Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
16393 was causing the bus clock (not CPU clock) to be declared twice as
16394 fast as it actually is. This causes UARTS to operate at half the
16395 specified baudrate.
16396
16397 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16398
16399 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
16400 Author: Dirk Eibach <eibach@gdsys.de>
16401 Date: Tue Feb 3 15:15:21 2009 +0100
16402
16403 ppc4xx: Make PCIE support selectable
16404
16405 On some platforms PCIE support is not required, but would be included
16406 because the cpu supports it. To reduce fooprint it is now configurable
16407 via CONFIG_PCI_DISABLE_PCIE.
16408
16409 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16410 Signed-off-by: Stefan Roese <sr@denx.de>
16411
16412 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
16413 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16414 Date: Tue Feb 3 22:13:16 2009 +0100
16415
16416 ppc4xx: Only fixup opb attached UARTs
16417
16418 This patch updates the fdt UART clock fixup code to
16419 only touch CPU internal UARTs on 4xx systems.
16420 Only these UARTs are definitely clocked by gd->uart_clk.
16421
16422 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16423 Signed-off-by: Stefan Roese <sr@denx.de>
16424
16425 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
16426 Author: Mike Frysinger <vapier@gentoo.org>
16427 Date: Tue Jan 13 11:00:29 2009 -0500
16428
16429 Blackfin: move default boot SPI CS to common code
16430
16431 Move the default SPI CS that we boot from into common code so that it can
16432 be used in other SPI drivers and environment settings.
16433
16434 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16435
16436 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
16437 Author: Mike Frysinger <vapier@gentoo.org>
16438 Date: Wed Dec 10 12:33:54 2008 -0500
16439
16440 Blackfin: dynamically update UART speed when initializing
16441
16442 Previously, booting over the UART required the baud rate to be known ahead
16443 of time. Using a bit of tricky simple math, we can calculate the new board
16444 rate based on the old divisors.
16445
16446 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16447 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
16448
16449 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
16450 Author: Mike Frysinger <vapier@gentoo.org>
16451 Date: Tue Dec 9 17:21:08 2008 -0500
16452
16453 Blackfin: add support for fast SPI reads with Boot ROM
16454
16455 Newer Blackfin boot roms support using the fast SPI read command rather than
16456 just the slow one. If the functionality is available, then use it.
16457
16458 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16459
16460 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
16461 Author: Mike Frysinger <vapier@gentoo.org>
16462 Date: Sat Oct 11 21:46:52 2008 -0400
16463
16464 Blackfin: check for reserved settings in DDR MMRs
16465
16466 Some bits of the DDR MMRs should not be set. If they do, bad things may
16467 happen (like random failures or hardware destruction).
16468
16469 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16470
16471 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
16472 Author: Mike Frysinger <vapier@gentoo.org>
16473 Date: Sat Oct 11 21:54:00 2008 -0400
16474
16475 Blackfin: set default voltage levels for BF538/BF539 parts
16476
16477 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16478
16479 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
16480 Author: Mike Frysinger <vapier@gentoo.org>
16481 Date: Sun Jun 1 01:29:57 2008 -0400
16482
16483 Blackfin: use on-chip syscontrol() rom function when available
16484
16485 Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
16486 to be used to properly program the memory and voltage settings as it will
16487 include (possibly critical) factory tested bias values.
16488
16489 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16490
16491 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
16492 Author: Stefan Roese <sr@denx.de>
16493 Date: Thu Feb 5 11:44:52 2009 +0100
16494
16495 cfi_flash: Fix typo in cfi_flash.c
16496
16497 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
16498 introduced a small typo and compilation warning for systems with CFI
16499 legacy support (e.g. hcu4). This patch fixes it.
16500
16501 Signed-off-by: Stefan Roese <sr@denx.de>
16502
16503 commit 28745db969b72693754991c838f68a7fb4a8b1ab
16504 Author: Stefan Roese <sr@denx.de>
16505 Date: Thu Jan 29 11:21:38 2009 +0100
16506
16507 jedec_flash: Only use manufacturer defines from common flash.h
16508
16509 This patch removes the double defined manufacturer defines from
16510 jedec_flash.c. Since the common defines in flash.h are 32bit
16511 we now need the (16) cast. This patch also removes the compilation
16512 warning (e.g. seen on hcu5):
16513
16514 ./MAKEALL hcu5
16515 Configuring for hcu5 board...
16516 jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
16517
16518 Signed-off-by: Stefan Roese <sr@denx.de>
16519
16520 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
16521 Author: Stefan Roese <sr@denx.de>
16522 Date: Thu Feb 5 11:25:57 2009 +0100
16523
16524 cfi_flash: Silence compilation warning
16525
16526 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
16527 introduced a small compilation warning. This patch fixes it.
16528
16529 Signed-off-by: Stefan Roese <sr@denx.de>
16530
16531 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
16532 Author: Becky Bruce <beckyb@kernel.crashing.org>
16533 Date: Mon Feb 2 16:34:51 2009 -0600
16534
16535 flash/cfi_flash: Use virtual sector start address, not phys
16536
16537 include/flash.h was commented to say that the address in
16538 flash_info->start was a physical address. However, from u-boot's
16539 point of view, and looking at most flash code, it makes more
16540 sense for this to be a virtual address. So I corrected the
16541 comment to indicate that this was a virtual address.
16542
16543 The only flash driver that was actually treating the address
16544 as physical was the mtd/cfi_flash driver. However, this code
16545 was using it inconsistently as it actually directly dereferenced
16546 the "start" element, while it used map_physmem to get a
16547 virtual address in other places. I changed this driver so
16548 that the code which initializes the info->start field calls
16549 map_physmem to get a virtual address, eliminating the need for
16550 further map_physmem calls. The code is now consistent.
16551
16552 The *only* place a physical address should be used is when defining the
16553 flash banks list that is used to initialize the flash_info struct,
16554 usually found in the board config file.
16555
16556 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16557 Signed-off-by: Stefan Roese <sr@denx.de>
16558
16559 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
16560 Author: Wolfgang Denk <wd@denx.de>
16561 Date: Wed Feb 4 09:42:20 2009 +0100
16562
16563 Fix compiler warning
16564
16565 (shows up only when DEBUG is enabled)
16566
16567 Signed-off-by: Wolfgang Denk <wd@denx.de>
16568
16569 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
16570 Author: Mike Frysinger <vapier@gentoo.org>
16571 Date: Mon Oct 6 03:45:55 2008 -0400
16572
16573 Blackfin: update anomaly lists
16574
16575 Update the anomaly lists to match latest anomaly sheets.
16576
16577 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16578
16579 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
16580 Author: Ralph Kondziella <rk@argos-messtechnik.de>
16581 Date: Mon Jan 26 12:34:36 2009 -0700
16582
16583 ADS5121 Add PATA support
16584
16585 Original patch from Ralph Kondziella
16586 plus clean up by Wolfgang Denk
16587 plus changes by John Rigby
16588 use ips clock not lpc
16589 port forward to current u-boot release
16590
16591 Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
16592 Signed-off-by: Wolfgang Denk <wd@denx.de>
16593 Signed-off-by: John Rigby <jrigby@freescale.com>
16594
16595 commit abfbd0ae4967df18102345db4f4b529a13da107b
16596 Author: Martha Marx <mmarx@silicontkx.com>
16597 Date: Mon Jan 26 10:45:07 2009 -0700
16598
16599 ADS5121 Add IC Ident Module (IIM) support
16600
16601 IIM (IC Identification Module) is the fusebox for the mpc5121.
16602 Use #define CONFIG_IIM to turn on the clock for this module
16603 use #define CONFIG_CMD_FUSE to add fusebox commands.
16604 Fusebox commands include the ability to read
16605 the status, read the register cache, override the register cache,
16606 program the fuses and sense them.
16607
16608 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
16609 Signed-off-by: John Rigby <jrigby@freescale.com>
16610
16611 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
16612 Author: John Rigby <jrigby@freescale.com>
16613 Date: Fri Jan 23 10:33:15 2009 -0700
16614
16615 ADS5121 Fix rev2 silicon pci iopad config
16616
16617 Reset config is not correct
16618
16619 Signed-off-by: John Rigby <jrigby@freescale.com>
16620
16621 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
16622 Author: John Rigby <jrigby@freescale.com>
16623 Date: Wed Nov 19 13:57:34 2008 -0700
16624
16625 ADS5121 DIU Add diu_bmp_addr env
16626
16627 Add support for using a bmp other than
16628 FSL_Logo_BMP for the DIU splash screen.
16629
16630 Can now set the env var "diu_bmp_addr" to
16631 the address of a BMP in flash to use instead
16632 of the default FSL_Logo_BMP.
16633
16634 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
16635 Signed-off-by: John Rigby <jrigby@freescale.com>
16636
16637 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
16638 Author: John Rigby <jrigby@freescale.com>
16639 Date: Thu Oct 30 16:39:35 2008 -0600
16640
16641 ADS5121 DIU Make inclusion of FSL logo optional
16642
16643 Make inclusion of FSL logo optional and
16644 turn it off by default.
16645
16646 Signed-off-by: John Rigby <jrigby@freescale.com>
16647
16648 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
16649 Author: Remy Bohmer <linux@bohmer.net>
16650 Date: Sun Feb 1 12:27:53 2009 +0100
16651
16652 Compile warning fix in onenand_uboot.h
16653
16654 Regression since merge window after 2009.01
16655
16656 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16657
16658 commit a270d1e7295c3d829f42c0480117941dfc1c6477
16659 Author: Stefan Roese <sr@denx.de>
16660 Date: Thu Jan 29 06:33:55 2009 +0100
16661
16662 USB: Add EHCI support for VCT EHCI controller (really with driver now)
16663
16664 Somehow I missed the real driver part in my last patch version. This patch
16665 now adds the driver.
16666
16667 Signed-off-by: Stefan Roese <sr@denx.de>
16668 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16669
16670 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
16671 Author: Cliff Cai <cliff.cai@analog.com>
16672 Date: Sat Nov 29 18:22:38 2008 -0500
16673
16674 Blackfin: add driver for on-chip MMC/SD controller
16675
16676 This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
16677
16678 Signed-off-by: Cliff Cai <cliff.cai@analog.com>
16679 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16680
16681 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
16682 Author: Mike Frysinger <vapier@gentoo.org>
16683 Date: Sat Oct 11 22:47:34 2008 -0400
16684
16685 Blackfin: add port muxing for BF51x SPI
16686
16687 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16688
16689 commit fc68f9f85959664d528daea2aef5ef54974331ce
16690 Author: Mike Frysinger <vapier@gentoo.org>
16691 Date: Tue Jan 6 06:16:19 2009 -0500
16692
16693 Blackfin: output booting source when booting
16694
16695 Knowing the booting source of the part is useful, especially when the part
16696 can switch dynamically between sources.
16697
16698 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16699
16700 commit 8df3ce0f49c37947800ac7c84e751499882619fc
16701 Author: Mike Frysinger <vapier@gentoo.org>
16702 Date: Thu Dec 11 06:30:46 2008 -0500
16703
16704 Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
16705
16706 Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
16707 the Blackfin on-chip bootrom to boot out of SPI flash.
16708
16709 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16710
16711 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
16712 Author: Mike Frysinger <vapier@gentoo.org>
16713 Date: Thu Dec 11 04:06:26 2008 -0500
16714
16715 Blackfin: update asm-blackfin/posix_types.h to latest Linux version
16716
16717 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16718
16719 commit e5eb93e77391bcc308697116c544ea1340aaae8a
16720 Author: Mike Frysinger <vapier@gentoo.org>
16721 Date: Sat Dec 6 02:54:52 2008 -0500
16722
16723 Blackfin: add port I bits
16724
16725 Some people need to access port I, so make sure the pins are defined.
16726
16727 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16728
16729 commit 8a6b272596d43de0db4943eac7af58c3534c4026
16730 Author: Sonic Zhang <Sonic.Zhang@analog.com>
16731 Date: Wed Nov 26 22:16:45 2008 -0500
16732
16733 Blackfin: add driver for on-chip ATAPI controller
16734
16735 This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
16736
16737 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
16738 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16739
16740 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
16741 Author: Mike Frysinger <vapier@gentoo.org>
16742 Date: Wed Nov 26 21:43:06 2008 -0500
16743
16744 Blackfin: add driver for on-chip NAND controller
16745
16746 This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
16747
16748 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16749
16750 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
16751 Author: Mike Frysinger <vapier@gentoo.org>
16752 Date: Wed Nov 12 07:18:15 2008 -0500
16753
16754 Blackfin: build with -mno-fdpic
16755
16756 Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
16757 up u-boot, including ones that output FDPIC ELF by default.
16758
16759 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16760
16761 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
16762 Author: Mike Frysinger <vapier@gentoo.org>
16763 Date: Tue Nov 11 05:43:57 2008 -0500
16764
16765 Blackfin: fix up EBIU defines
16766
16767 The EBIU defines for EBSZ 256/512 were incorrect.
16768
16769 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16770
16771 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
16772 Author: Mike Frysinger <vapier@gentoo.org>
16773 Date: Wed Nov 5 12:45:24 2008 -0500
16774
16775 Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
16776
16777 Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
16778 as usable with the source/destination addresses and the count size.
16779
16780 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16781
16782 commit b93c68648426f906d63b98117496b6415f505f39
16783 Author: Mike Frysinger <vapier@gentoo.org>
16784 Date: Wed Nov 5 08:50:23 2008 -0500
16785
16786 Blackfin: only flag L1 instruction for DMA memcpy
16787
16788 The performance difference from doing an 8 bit DMA memcpy vs an optimized
16789 core memcpy can be pretty big when you add in the overhead of setting up the
16790 MDMA registers, cache flushes, etc... So only use dma_memcpy() when we
16791 actually require it.
16792
16793 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16794
16795 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
16796 Author: Mike Frysinger <vapier@gentoo.org>
16797 Date: Wed Nov 5 07:20:37 2008 -0500
16798
16799 Blackfin: dma_memcpy(): fix random failures
16800
16801 We have to make sure the DMA channel is actually disabled in hardware before
16802 attempting to reprogram it. Otherwise the new settings are ignored and we
16803 end up with random hangs/failures.
16804
16805 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16806
16807 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
16808 Author: Mike Frysinger <vapier@gentoo.org>
16809 Date: Tue Nov 4 00:04:03 2008 -0500
16810
16811 Blackfin: rewrite cache handling functions
16812
16813 Take the cache flush functions from the kernel as they use hardware loops in
16814 order to get optimal performance.
16815
16816 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16817
16818 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
16819 Author: Mike Frysinger <vapier@gentoo.org>
16820 Date: Mon Nov 3 22:30:05 2008 -0500
16821
16822 Blackfin: setup bi_enetaddr for single nets
16823
16824 For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
16825 based on $ethaddr, so set it up.
16826
16827 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16828
16829 commit 40599239e7875b39e2a5c12e6545992041c72c52
16830 Author: Mike Frysinger <vapier@gentoo.org>
16831 Date: Fri Oct 24 22:48:47 2008 -0400
16832
16833 Blackfin: cache core/system clock values
16834
16835 Calculating the clocks requires a bit of calls to gcc math functions, so
16836 cache the values after the first run since they'll most likely never
16837 change once U-Boot is up and running.
16838
16839 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16840
16841 commit 6957a6209b02f6b69607fc47425f13731cc477f1
16842 Author: Mike Frysinger <vapier@gentoo.org>
16843 Date: Fri Oct 24 18:18:16 2008 -0400
16844
16845 Blackfin: enable --gc-sections
16846
16847 Start building all Blackfin boards with -ffunction-sections/-fdata-sections
16848 and linking with --gc-sections.
16849
16850 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16851
16852 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
16853 Author: Mike Frysinger <vapier@gentoo.org>
16854 Date: Mon Oct 20 21:08:54 2008 -0400
16855
16856 Blackfin: dont check baud if it wont actually get used
16857
16858 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16859
16860 commit 400f5778f375bc99c73c8488c555def261ccfab7
16861 Author: Mike Frysinger <vapier@gentoo.org>
16862 Date: Tue Oct 14 07:54:09 2008 -0400
16863
16864 Blackfin: add driver for on-chip SPI controller
16865
16866 This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
16867
16868 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16869
16870 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
16871 Author: Mike Frysinger <vapier@gentoo.org>
16872 Date: Sat Oct 18 05:33:51 2008 -0400
16873
16874 Blackfin: only build post code when CONFIG_POST
16875
16876 Save some time by using CONFIG_POST in the Makefile rather than C files.
16877
16878 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16879
16880 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
16881 Author: Mike Frysinger <vapier@gentoo.org>
16882 Date: Thu Jan 8 11:57:57 2009 -0500
16883
16884 Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
16885
16886 Redo how pointers are managed to get rid of ugly casts and strict pointer
16887 aliasing issues that are highlighted by gcc 4.3.
16888
16889 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16890 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16891
16892 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
16893 Author: Mike Frysinger <vapier@gentoo.org>
16894 Date: Tue Dec 9 17:46:21 2008 -0500
16895
16896 Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
16897
16898 No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
16899 does exactly the same thing as common "CONFIG_RMII".
16900
16901 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16902 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16903
16904 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
16905 Author: Mike Frysinger <vapier@gentoo.org>
16906 Date: Wed Nov 5 06:36:15 2008 -0500
16907
16908 Blackfin: bfin_mac: use common debug()
16909
16910 Rather then defining our own DEBUGF(), just use the common debug().
16911
16912 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16913 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16914
16915 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
16916 Author: Mike Frysinger <vapier@gentoo.org>
16917 Date: Mon Oct 20 13:59:51 2008 -0400
16918
16919 Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
16920
16921 Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
16922 of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
16923
16924 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16925 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16926
16927 commit ac45af4e63ea925f4accc98453aab1a1166c196d
16928 Author: Mike Frysinger <vapier@gentoo.org>
16929 Date: Tue Oct 14 04:52:00 2008 -0400
16930
16931 Blackfin: bfin_mac: cleanup MII/PHY functions
16932
16933 Cleanup and rewrite the MII/PHY related functions so that we can reuse the
16934 existing common linux/miiphy.h code and hook into the `mii` command.
16935
16936 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16937 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16938
16939 commit 6b310a05f0d10c751f22468040932139f71c71d3
16940 Author: Mike Frysinger <vapier@gentoo.org>
16941 Date: Tue Oct 14 00:31:30 2008 -0400
16942
16943 Blackfin: bfin_mac: set MDCDIV based on SCLK
16944
16945 Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
16946 use the real algorithm so it gets set correctly regardless of SCLK.
16947
16948 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16949 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16950
16951 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
16952 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16953 Date: Sat Jan 31 09:10:48 2009 +0100
16954
16955 ixp: move serial to drivers/serial
16956
16957 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16958
16959 commit f90c8022f448bc5e93090e4b714368e52e912f0f
16960 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16961 Date: Sat Jan 31 09:04:58 2009 +0100
16962
16963 ixp: move pci init in arm/board instead of cpu
16964
16965 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16966
16967 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
16968 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16969 Date: Sat Jan 31 08:56:49 2009 +0100
16970
16971 ixp: move pci drivers to drivers/pci
16972
16973 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16974
16975 commit 012d5bab09a534e4800b02f50cf508e6837202ea
16976 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16977 Date: Sat Jan 31 08:53:44 2009 +0100
16978
16979 ixp: Move conditional compilation to Makefile
16980
16981 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16982
16983 commit f693f501d67434df1f815fd1824a71973ae08207
16984 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16985 Date: Sat Jan 31 08:53:44 2009 +0100
16986
16987 ixp: add missing os define
16988
16989 need by arm-elf toolchains and no impact on the arm-linux one
16990
16991 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16992
16993 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
16994 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16995 Date: Sat Jan 31 09:53:39 2009 +0100
16996
16997 ixp: remove the option to include the Microcode
16998
16999 instead the board will have to load it from flash or ram
17000 which will be specified by npe_ucode env var
17001
17002 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17003
17004 commit 1b017baf2071d8daf643bce87250db898c606c66
17005 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17006 Date: Fri Jan 30 09:45:23 2009 +0100
17007
17008 ixp/npe: Move conditional compilation to Makefile
17009
17010 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17011
17012 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
17013 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17014 Date: Wed Jan 28 21:58:04 2009 +0100
17015
17016 SX1: add hardware V2 support
17017
17018 In the V2 the 2 flash has been replace by one 32MB flash
17019
17020 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17021
17022 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
17023 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17024 Date: Wed Jan 28 21:58:03 2009 +0100
17025
17026 SX1: Fix second flash mapping
17027
17028 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17029
17030 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
17031 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17032 Date: Wed Jan 28 21:58:03 2009 +0100
17033
17034 SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
17035
17036 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17037
17038 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
17039 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17040 Date: Wed Jan 28 21:57:59 2009 +0100
17041
17042 move Samsung's board to board/samsung
17043
17044 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17045
17046 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
17047 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17048 Date: Thu Jan 29 12:07:21 2009 +0100
17049
17050 move ARM Ltd. to vendor dir
17051
17052 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17053
17054 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
17055 Author: Larry Johnson <lrj@acm.org>
17056 Date: Wed Jan 28 15:30:37 2009 -0500
17057
17058 ppc4xx: Clean up configuration file for Korat board
17059
17060 This patch updates the default environmental variables for the
17061 Korat PPC 440EPx board, and makes additional minor fixes.
17062
17063 Signed-off-by: Larry Johnson <lrj@acm.org>
17064 Signed-off-by: Stefan Roese <sr@denx.de>
17065
17066 commit f20405e31680efc36293c59b4963db57c9d93df4
17067 Author: Larry Johnson <lrj@acm.org>
17068 Date: Wed Jan 28 15:30:02 2009 -0500
17069
17070 ppc4xx: Add variable "korat_usbcf" for Korat board
17071
17072 The new environment variable "korat_usbcf" selects the USB
17073 port used by the Korat board's CompactFlash controller.
17074
17075 Signed-off-by: Larry Johnson <lrj@acm.org>
17076 Signed-off-by: Stefan Roese <sr@denx.de>
17077
17078 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
17079 Author: Gunnar Rangoy <gunnar@rangoy.com>
17080 Date: Fri Jan 23 12:56:31 2009 +0100
17081
17082 AVR32: macb - Search for PHY id
17083
17084 This patch adds support for searching through available PHY-addresses in
17085 the macb-driver. This is needed for the ATEVK1100 evaluation board,
17086 where the PHY-address will be initialized to either 1 or 7.
17087
17088 This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
17089 enabled tells the driver to search for the PHY address.
17090
17091 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
17092 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
17093 Signed-off-by: Olav Morken <olavmrk@gmail.com>
17094 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17095
17096 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
17097 Author: Olav Morken <olavmrk@gmail.com>
17098 Date: Fri Jan 23 12:56:26 2009 +0100
17099
17100 Fix IP alignment problem
17101
17102 This patch removes volatile from:
17103 volatile IP_t *ip = (IP_t *)xip;
17104
17105 Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
17106 using volatile, which causes an exception since xip isn't aligned on a word
17107 boundary.
17108
17109 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
17110 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
17111 Signed-off-by: Olav Morken <olavmrk@gmail.com>
17112 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17113
17114 commit 12a8b9db12f82a189ff143a58731007f5469da61
17115 Author: Ron Madrid <ron_madrid@sbcglobal.net>
17116 Date: Wed Jan 28 16:17:21 2009 -0800
17117
17118 Marvell 88E1118 interrupt fix
17119
17120 This patch adjusts the LED control so that interrupt lines are not reading LEDs
17121 and effectively causing indefinite interrupts to the controller.
17122
17123 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
17124 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17125
17126 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
17127 Author: Stefan Roese <sr@denx.de>
17128 Date: Wed Jan 21 17:14:26 2009 +0100
17129
17130 net: smc911x.c: Add LAN9211 to chip_ids[] array
17131
17132 Signed-off-by: Stefan Roese <sr@denx.de>
17133 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17134
17135 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
17136 Author: Mike Frysinger <vapier@gentoo.org>
17137 Date: Tue Jan 27 16:53:39 2009 -0500
17138
17139 Move is_valid_ether_addr() to include/net.h
17140
17141 Import the is_valid_ether_addr() function from the Linux kernel.
17142
17143 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17144 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17145
17146 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
17147 Author: Michal Simek <monstr@monstr.eu>
17148 Date: Mon Jan 5 12:25:13 2009 +0100
17149
17150 net: Sort Makefile labels
17151
17152 Signed-off-by: Michal Simek <monstr@monstr.eu>
17153 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17154
17155 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
17156 Author: Wolfgang Denk <wd@denx.de>
17157 Date: Wed Jan 28 23:06:42 2009 +0100
17158
17159 85xx: Fix compile breakage with sbc8540 and sbc8560
17160
17161 This fixes an error which raises just a warning:
17162 sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
17163
17164 Signed-off-by: Wolfgang Denk <wd@denx.de>
17165
17166 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
17167 Author: Mike Frysinger <vapier@gentoo.org>
17168 Date: Wed Jan 28 13:48:55 2009 -0500
17169
17170 SPD823TS: do not define CONFIG_CMD_ENV
17171
17172 Since the SPD823TS board does not actually have any writable flash to save
17173 its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
17174 disabled.
17175
17176 This fixes the build error:
17177 common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
17178 common/cmd_nvedit.c:557: undefined reference to `saveenv'
17179 make: *** [u-boot] Error 1
17180
17181 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17182
17183 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
17184 Author: Dirk Behme <dirk.behme@googlemail.com>
17185 Date: Wed Jan 28 21:40:16 2009 +0100
17186
17187 OMAP3: Add Zoom1 board support
17188
17189 Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
17190 http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
17191
17192 Signed-off-by: Nishanth Menon <nm@ti.com>
17193 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
17194
17195 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
17196 Author: Dirk Behme <dirk.behme@googlemail.com>
17197 Date: Wed Jan 28 21:39:58 2009 +0100
17198
17199 OMAP3: Add Pandora support
17200
17201 Add Pandora support.
17202
17203 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
17204 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
17205 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
17206
17207 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
17208 Author: Dirk Behme <dirk.behme@googlemail.com>
17209 Date: Wed Jan 28 21:39:58 2009 +0100
17210
17211 OMAP3: Add EVM board
17212
17213 Add EVM board support.
17214
17215 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
17216 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
17217 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
17218
17219 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
17220 Author: Dirk Behme <dirk.behme@googlemail.com>
17221 Date: Wed Jan 28 21:39:57 2009 +0100
17222
17223 OMAP3: Add Overo board
17224
17225 Add Overo board support.
17226
17227 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
17228 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
17229 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
17230
17231 commit f904cdbb68167c647887f19929ad295dbaac8862
17232 Author: Dirk Behme <dirk.behme@googlemail.com>
17233 Date: Tue Jan 27 18:19:12 2009 +0100
17234
17235 OMAP3: Add common power code, README, and BeagleBoard
17236
17237 Add BeagleBoard support, common power code and README.
17238
17239 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
17240 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
17241
17242 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
17243 Author: Kumar Gala <galak@kernel.crashing.org>
17244 Date: Wed Jan 28 08:31:10 2009 -0600
17245
17246 85xx: Fix compile breakage with MPC8540EVAL
17247
17248 Configuring for MPC8540EVAL board...
17249 mpc8540eval.c: In function 'checkboard':
17250 mpc8540eval.c:53: error: invalid operands to binary /
17251 make[1]: *** [mpc8540eval.o] Error 1
17252
17253 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17254
17255 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
17256 Author: Bryan Wu <bryan.wu@analog.com>
17257 Date: Sun Jan 18 23:04:27 2009 -0500
17258
17259 usb_scan_devices: fix output with no devices
17260
17261 We should check the return of usb_new_device() so that if no USB device is
17262 found, we print out the right message rather than always saying "new usb
17263 device found".
17264
17265 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
17266 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17267 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17268
17269 commit f1c1f540243438246aefb703fdcf16957e3a72e1
17270 Author: Stefan Roese <sr@denx.de>
17271 Date: Thu Jan 22 10:11:21 2009 +0100
17272
17273 USB: Add high-speed (480Mb/s) to all USB related outputs
17274
17275 With this patch the USB related connection speed output ("usb tree" command and
17276 debug output) is now high-speed enabled.
17277
17278 This patch also fixes a compilation warning when debugging is enabled.
17279
17280 Signed-off-by: Stefan Roese <sr@denx.de>
17281 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17282
17283 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
17284 Author: Stefan Roese <sr@denx.de>
17285 Date: Wed Jan 21 17:12:19 2009 +0100
17286
17287 USB: Add dcache support to the EHCI driver
17288
17289 This patch adds routines to handle (flush/invalidate) the dcache for the
17290 QH and qTD structures and data buffers. This is needed on platforms using
17291 this EHCI support with dcache enabled (like the MIPS VCT board port).
17292
17293 Signed-off-by: Stefan Roese <sr@denx.de>
17294 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17295
17296 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
17297 Author: Stefan Roese <sr@denx.de>
17298 Date: Wed Jan 21 17:12:28 2009 +0100
17299
17300 USB: Add EHCI support for VCT EHCI controller
17301
17302 Signed-off-by: Stefan Roese <sr@denx.de>
17303 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17304
17305 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
17306 Author: Stefan Roese <sr@denx.de>
17307 Date: Wed Jan 21 17:12:10 2009 +0100
17308
17309 USB: Add config option to call ehci_hcd_init() again after EHCI reset
17310
17311 This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
17312 to call ehci_hcd_init() again after ehci_reset() is executed. This
17313 is needed for the upcoming VCT EHCI support which needs to re-init
17314 the hcd part again after the EHCI CMD_RESET is executed.
17315
17316 Signed-off-by: Stefan Roese <sr@denx.de>
17317 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17318
17319 commit 597eb28bd9691266b7b804364cda577cdb51d106
17320 Author: Stefan Roese <sr@denx.de>
17321 Date: Wed Jan 21 17:12:01 2009 +0100
17322
17323 USB: Fix speed detection on EHCI cntr with root hub transaction translators
17324
17325 This patch fixes an issue that the speed of USB devices was not detected
17326 correctly on some EHCI controllers. This will be used on the upcoming VCT
17327 EHCI support.
17328
17329 Signed-off-by: Stefan Roese <sr@denx.de>
17330 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17331
17332 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
17333 Author: Thomas Abraham <t-abraham@ti.com>
17334 Date: Sun Jan 4 09:41:20 2009 +0530
17335
17336 usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
17337
17338 Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
17339 configuration file.
17340
17341 Signed-off-by: Ravi Babu <ravibabu@ti.com>
17342 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
17343 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
17344 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
17345 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17346
17347 commit 538ef967715322f64ee08efa2296d9682111b014
17348 Author: Thomas Abraham <t-abraham@ti.com>
17349 Date: Sun Jan 4 09:41:16 2009 +0530
17350
17351 usb : musb : Enabling DM6446 (TI DaVinci) USB module power
17352
17353 Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
17354 controller hook up to USB core layer.
17355
17356 Signed-off-by: Ravi Babu <ravibabu@ti.com>
17357 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
17358 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
17359 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
17360 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17361
17362 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
17363 Author: Thomas Abraham <t-abraham@ti.com>
17364 Date: Sun Jan 4 09:41:13 2009 +0530
17365
17366 usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
17367
17368 Adding DM6446 (TI DaVinci) platform specific USB functionality for
17369 USB Phy and VBUS initialization.
17370
17371 Signed-off-by: Ravi Babu <ravibabu@ti.com>
17372 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
17373 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
17374 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
17375 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17376
17377 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
17378 Author: Thomas Abraham <t-abraham@ti.com>
17379 Date: Sun Jan 4 09:41:09 2009 +0530
17380
17381 usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
17382
17383 Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
17384 platform.
17385
17386 Signed-off-by: Ravi Babu <ravibabu@ti.com>
17387 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
17388 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
17389 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
17390 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17391
17392 commit a142896934c755e679ba87e227a8e449f39b0012
17393 Author: Thomas Abraham <t-abraham@ti.com>
17394 Date: Sun Jan 4 09:41:03 2009 +0530
17395
17396 usb : musb : Adding host controller driver for Mentor USB controller
17397
17398 Adding Mentor USB core functionality and Mentor USB Host controller
17399 functionality for Mentor USB OTG controller (musbhdrc).
17400
17401 Signed-off-by: Ravi Babu <ravibabu@ti.com>
17402 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
17403 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
17404 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
17405 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17406
17407 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
17408 Author: Mike Frysinger <vapier@gentoo.org>
17409 Date: Thu Jan 1 18:27:27 2009 -0500
17410
17411 usb.h: use standard __LITTLE_ENDIAN from Linux headers
17412
17413 Rather than forcing people to define a custom "LITTLEENDIAN", just use the
17414 __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
17415 already setting up.
17416
17417 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17418 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17419
17420 commit 7b6e31eb17e3ff76238a60803fc531517d516223
17421 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17422 Date: Wed Dec 31 10:33:56 2008 +0100
17423
17424 USB ehci ixp4xx support
17425
17426 Add USB ehci ixp4xx host controller. Test on ixdp465 board.
17427
17428 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
17429 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17430
17431 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
17432 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17433 Date: Wed Dec 31 10:33:22 2008 +0100
17434
17435 USB ehci remove infinite loop and use handshake function
17436
17437 USB ehci code cleanup. Use handshake instead of infinite while loop
17438 to check the STD_ASS status
17439
17440 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
17441 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17442
17443 commit 8fea2914ac974029b65926ef8247d908f84d202d
17444 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17445 Date: Wed Dec 31 10:32:41 2008 +0100
17446
17447 Add initial support for USB ehci pci
17448
17449 Add USB ehci pci support. This patch doesn't include any
17450 pci_ids and it is not tested on real hardware.
17451
17452 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
17453 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17454
17455 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
17456 Author: Bryan Wu <Bryan.Wu@analog.com>
17457 Date: Thu Jan 1 19:48:07 2009 -0500
17458
17459 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
17460
17461 The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
17462 does not like to be reset, so check for it.
17463
17464 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
17465 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17466 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17467
17468 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
17469 Author: Thomas Abraham <t-abraham@ti.com>
17470 Date: Sun Jan 4 12:15:35 2009 +0530
17471
17472 usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
17473
17474 This patch populates the 'priv' field of the USB keyboard device_t
17475 structure. The 'priv' field is populated with the address of the
17476 'struct usb_device' structure that represents the USB device.
17477
17478 The 'priv' field can then be used in the 'usb_event_poll' function to
17479 determine the USB device that requires to be polled. An
17480 example of its usage in 'usb_event_poll' function is as below.
17481
17482 device_t *dev;
17483 struct usb_device *usb_kbd_dev;
17484
17485 <snip>
17486
17487 dev = device_get_by_name("usbkbd");
17488 usb_kbd_dev = (struct usb_device *)dev->priv;
17489 iface = &usb_kbd_dev->config.if_desc[0];
17490
17491 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
17492 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17493
17494 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
17495 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17496 Date: Thu Dec 18 10:05:37 2008 +0100
17497
17498 USB change speed
17499
17500 USB changes the speed according to the port status
17501
17502 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
17503 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17504
17505 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
17506 Author: Remy Böhmer <linux@bohmer.net>
17507 Date: Sat Dec 13 22:51:58 2008 +0100
17508
17509 EHCI fix code and ixp4xx test.
17510 USB ehci configuration parameter:
17511
17512 #define CONFIG_CMD_USB 1
17513 #define CONFIG_USB_STORAGE 1
17514 #define CONFIG_USB_EHCI
17515 #define CONFIG_USB_EHCI_IXP4XX 1
17516 #define CONFIG_EHCI_IS_TDI 1
17517 #define CONFIG_EHCI_DESC_BIG_ENDIAN 1
17518 #define CONFIG_EHCI_MMIO_BIG_ENDIAN 1
17519 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
17520 #define CONFIG_LEGACY_USB_INIT_SEQ 1
17521
17522 2 USB Device(s) found
17523 scanning bus for storage devices... 0 Storage Device(s) found
17524 => usb tree
17525
17526 Device Tree:
17527 1 Hub (1.5MBit/s, 0mA)
17528 | u-boot EHCI Host Controller
17529 |
17530 |+-2 Mass Storage (12MBit/s, 100mA)
17531 Sony Storage Media 0C07040930296
17532
17533 =>
17534
17535 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
17536 Signed-off-by: Remy Böhmer <linux@bohmer.net>
17537
17538 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
17539 Author: michael <michael@panicking.retis>
17540 Date: Thu Dec 11 13:43:55 2008 +0100
17541
17542 [PATCH] This patch add varius fix to the ehci.
17543 - fix ehci_readl, ehci_writel
17544 - introduce new define in ehci.h
17545 - introduce the handshake function for waiting on a register
17546 - fix usb_ehci_fsl with the new HC_LENGTH macro
17547
17548 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
17549 Signed-off-by: Remy Böhmer <linux@bohmer.net>
17550
17551 commit db63299b1dd2894ade542278210bccd046de6435
17552 Author: michael <michael@panicking.retis>
17553 Date: Wed Dec 10 17:55:19 2008 +0100
17554
17555 [PATCH] Fix EHCI usb. I start to test on a
17556 IXP465 board and I find some errors in the code. This
17557 patch fix:
17558 - descriptor initizialization (config, interface and endpoint
17559 must be one next-to the other when the USB_DT_CONFIG message
17560 is send.
17561 - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
17562 and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
17563 - Introduce the linux version of the usb_config_descriptor and
17564 usb_interface descriptor. This descriptor does't contains
17565 u-boot extension.
17566
17567 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
17568 Signed-off-by: Remy Böhmer <linux@bohmer.net>
17569
17570 commit 6b92487dcf9afe83a3570153d66940fdb293be76
17571 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17572 Date: Fri Nov 28 13:22:09 2008 +0100
17573
17574 USB ehci freescale support
17575
17576 Add USB ehci freescale support
17577
17578 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17579 Signed-off-by: Remy Böhmer <linux@bohmer.net>
17580
17581 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
17582 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17583 Date: Fri Nov 28 13:20:46 2008 +0100
17584
17585 USB ehci core support
17586
17587 Add USB ehci core support
17588
17589 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17590 Signed-off-by: Remy Böhmer <linux@bohmer.net>
17591
17592 commit 3e126484df7868e341545cce740b24b62b0cd3b7
17593 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17594 Date: Fri Nov 28 13:19:19 2008 +0100
17595
17596 Prepare USB layer for ehci
17597
17598 Prepare USB layer for ehci support
17599
17600 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17601 Signed-off-by: Remy Böhmer <linux@bohmer.net>
17602
17603 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
17604 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17605 Date: Wed Dec 10 15:52:06 2008 +0100
17606
17607 USB storage cleanup patch
17608
17609 Cleanup usb storage
17610
17611 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
17612 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17613
17614 commit fe033ad6d0883063fe857237abb9436fab03208c
17615 Author: Mike Frysinger <vapier@gentoo.org>
17616 Date: Sun Oct 12 06:02:55 2008 -0400
17617
17618 Blackfin: fixup misc warnings such as printf's and missing casts
17619
17620 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17621
17622 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
17623 Author: Mike Frysinger <vapier@gentoo.org>
17624 Date: Sun Oct 12 22:09:26 2008 -0400
17625
17626 Blackfin: convert old boards to use COBJS-y Makefile style
17627
17628 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17629
17630 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
17631 Author: Mike Frysinger <vapier@gentoo.org>
17632 Date: Sat Oct 11 22:38:37 2008 -0400
17633
17634 Blackfin: bf533-stamp: rewrite resource swap logic
17635
17636 The old swap function tended to clobber unrelated pins and screw up masks.
17637 Rewrite the thing from scratch so it only uses the resources it needs.
17638
17639 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17640
17641 commit 29d4ea0a9073c82469184331010136f52edf8db6
17642 Author: Mike Frysinger <vapier@gentoo.org>
17643 Date: Sat Oct 11 22:08:42 2008 -0400
17644
17645 Blackfin: bootldr: implement BF53x/BF56x LDR loader
17646
17647 The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
17648 arbitrary memory locations, so implement a basic one in software.
17649
17650 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17651
17652 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
17653 Author: Mike Frysinger <vapier@gentoo.org>
17654 Date: Sat Oct 11 22:05:42 2008 -0400
17655
17656 Blackfin: implement real write support for OTP
17657
17658 Now that real documentation has been released for the OTP interface and
17659 the on-chip ROM wrt writing/timings, implement support for reading/writing
17660 as well as dumping/locking.
17661
17662 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17663
17664 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
17665 Author: Mike Frysinger <vapier@gentoo.org>
17666 Date: Sat Oct 11 22:04:05 2008 -0400
17667
17668 Blackfin: update on-chip ROM API
17669
17670 This brings the API for the on-chip ROM in line with the toolchain and
17671 hardware documentation.
17672
17673 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17674
17675 commit 7633903bff432ec7b27905dce7396958553f2be6
17676 Author: Mike Frysinger <vapier@gentoo.org>
17677 Date: Sat Oct 11 21:52:17 2008 -0400
17678
17679 Blackfin: allow serial console to be disabled
17680
17681 Some devices have no UART device pulled out, so allow people to disable the
17682 driver completely in favor of other methods (like JTAG-console).
17683
17684 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17685
17686 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
17687 Author: Mike Frysinger <vapier@gentoo.org>
17688 Date: Sat Oct 11 21:51:20 2008 -0400
17689
17690 Blackfin: support console-over-JTAG
17691
17692 The Blackfin JTAG has the ability to pass data via a back-channel without
17693 halting the processor. Utilize that channel to emulate a console.
17694
17695 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17696
17697 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
17698 Author: Mike Frysinger <vapier@gentoo.org>
17699 Date: Sat Oct 11 21:49:06 2008 -0400
17700
17701 Blackfin: handle new anomalies with reset
17702
17703 Workaround fun new anomalies related to software reset of the processor.
17704
17705 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17706
17707 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
17708 Author: Mike Frysinger <vapier@gentoo.org>
17709 Date: Sat Oct 11 21:44:00 2008 -0400
17710
17711 Blackfin: pass RETX to Linux
17712
17713 Make sure we save the value of RETX at power on and then pass it on to the
17714 kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
17715
17716 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17717
17718 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
17719 Author: Mike Frysinger <vapier@gentoo.org>
17720 Date: Sat Oct 11 21:40:26 2008 -0400
17721
17722 Blackfin: clarify relocation comment during init
17723
17724 People often ask questions about the init process and when things go
17725 from flash to relocated base, so clarify the comments a bit.
17726
17727 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17728
17729 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
17730 Author: Mike Frysinger <vapier@gentoo.org>
17731 Date: Sat Oct 11 21:23:41 2008 -0400
17732
17733 Blackfin: just set SP register directly during init
17734
17735 No need to set the SP register indirectly to the configured value when it
17736 can be set directly.
17737
17738 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17739
17740 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
17741 Author: Mike Frysinger <vapier@gentoo.org>
17742 Date: Sat Oct 11 21:15:53 2008 -0400
17743
17744 Blackfin: add portmuxing for UARTs on the BF51x
17745
17746 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17747
17748 commit 4f6a313240c531042f16909a3a170ab047b95779
17749 Author: Mike Frysinger <vapier@gentoo.org>
17750 Date: Sun Jun 1 01:26:29 2008 -0400
17751
17752 Blackfin: respect CONFIG_CLKIN_HALF
17753
17754 As pointed out by Ivan Koryakovskiy, the initialization code was not
17755 actually respecting the CONFIG_CLKIN_HALF option when configuring the
17756 PLL_CTL register.
17757
17758 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17759
17760 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
17761 Author: Mike Frysinger <vapier@gentoo.org>
17762 Date: Sun Jun 1 01:21:34 2008 -0400
17763
17764 Blackfin: use common memcpy routine during init
17765
17766 Rather than using a local custom memcpy function, just call the existing
17767 optimized Blackfin version.
17768
17769 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17770
17771 commit 362c943347364e9373af4c5530778491ab56ec2e
17772 Author: Mike Frysinger <vapier@gentoo.org>
17773 Date: Wed Apr 9 02:27:06 2008 -0400
17774
17775 Blackfin: set default boot SPI CS for BF538/BF539
17776
17777 The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
17778 Blackfin parts.
17779
17780 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17781
17782 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
17783 Author: Mike Frysinger <vapier@gentoo.org>
17784 Date: Wed Apr 9 02:20:59 2008 -0400
17785
17786 Blackfin: punt unused BF533-STAMP definitions
17787
17788 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17789
17790 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
17791 Author: Mike Frysinger <vapier@gentoo.org>
17792 Date: Fri Apr 18 20:44:11 2008 -0400
17793
17794 Blackfin: resurrect BF533-STAMP video splash driver
17795
17796 This video driver used to live in the Blackfin cpu directory, but it was
17797 lost during the unification process. This brings it back.
17798
17799 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17800
17801 commit a750d038f2548d846ea1e046d873dc932d041319
17802 Author: Mike Frysinger <vapier@gentoo.org>
17803 Date: Wed Apr 9 02:31:29 2008 -0400
17804
17805 Blackfin: tighten up post memory coding style
17806
17807 No functional changes here; just cleanup code style a bit.
17808
17809 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17810
17811 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
17812 Author: Mike Frysinger <vapier@gentoo.org>
17813 Date: Wed Apr 9 02:29:18 2008 -0400
17814
17815 Blackfin: bf537-stamp nand: fix more style errors in previous commit
17816
17817 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17818
17819 commit 41f3325ae9add641036d7cb362e884b698e53f07
17820 Author: Mike Frysinger <vapier@gentoo.org>
17821 Date: Sat Oct 11 20:31:17 2008 -0400
17822
17823 Blackfin: drop dead/wrong debug code in initdram()
17824
17825 The DEBUG code in initdram() is quite old and was never really useful, so
17826 just drop it altogether. Common Blackfin debug code does a better job.
17827
17828 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17829
17830 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
17831 Author: Mike Frysinger <vapier@gentoo.org>
17832 Date: Sat Oct 11 20:30:28 2008 -0400
17833
17834 Blackfin: bf533-ezkit: shuffle flash defines a little
17835
17836 Some of the flash defines weren't in the correct location and caused build
17837 problems in some configurations, so let's move types and defines to better
17838 local locations.
17839
17840 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17841
17842 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
17843 Author: Mike Frysinger <vapier@gentoo.org>
17844 Date: Mon Oct 6 04:16:47 2008 -0400
17845
17846 Blackfin: overhaul i2c driver
17847
17848 The current Blackfin i2c driver does not work properly with certain devices
17849 due to it breaking up transfers incorrectly. This is a rewrite of the
17850 driver and relocates it to the newer place in the source tree.
17851
17852 Also remove duplicated I2C speed defines in Blackfin board configs and
17853 disable I2C slave address usage since it isn't implemented.
17854
17855 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17856
17857 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
17858 Author: Mike Frysinger <vapier@gentoo.org>
17859 Date: Mon Oct 6 04:00:07 2008 -0400
17860
17861 Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
17862
17863 Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
17864 128kB when setting up the default flash protection region for U-Boot
17865 itself.
17866
17867 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17868
17869 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
17870 Author: Mike Frysinger <vapier@gentoo.org>
17871 Date: Mon Oct 6 03:57:39 2008 -0400
17872
17873 Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
17874
17875 When setting up the global data, rather than relying on sizeof(), use the
17876 common CONFIG_SYS_GBL_DATA_SIZE define.
17877
17878 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17879
17880 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
17881 Author: Mike Frysinger <vapier@gentoo.org>
17882 Date: Mon Oct 6 03:52:24 2008 -0400
17883
17884 Blackfin: implement general support for CONFIG_STATUS_LED
17885
17886 Here are the Blackfin-specific and board-independent pieces for status leds.
17887
17888 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17889
17890 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
17891 Author: Mike Frysinger <vapier@gentoo.org>
17892 Date: Mon Oct 6 03:49:32 2008 -0400
17893
17894 Blackfin: do not init i2c in Blackfin board init
17895
17896 The common code takes care of calling i2c_init() when needed, so no point
17897 in us doing it as well.
17898
17899 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17900
17901 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
17902 Author: Mike Frysinger <vapier@gentoo.org>
17903 Date: Mon Oct 6 03:42:20 2008 -0400
17904
17905 Blackfin: bfin_mac: update port muxing
17906
17907 Adds support more Blackfin parts and fixes broken muxing for older ones.
17908
17909 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17910
17911 commit 05b75e48832fc4afeecf8e76d704349557dffa35
17912 Author: Mike Frysinger <vapier@gentoo.org>
17913 Date: Mon Oct 6 03:35:44 2008 -0400
17914
17915 Blackfin: fix dcache handling when doing dma memcpy's
17916
17917 Our dcache invalidate function doesn't just invalidate, it also flushes.
17918 So rename the function accordingly and fix the dma_memcpy() function so it
17919 doesn't inadvertently corrupt the data destination.
17920
17921 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17922
17923 commit 68e5632494168095d75f120af70043b68afd2476
17924 Author: Mike Frysinger <vapier@gentoo.org>
17925 Date: Thu Aug 7 18:56:56 2008 -0400
17926
17927 Blackfin: dont generate ldrs with --force
17928
17929 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17930
17931 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
17932 Author: Mike Frysinger <vapier@gentoo.org>
17933 Date: Thu Aug 7 18:55:30 2008 -0400
17934
17935 Blackfin: pass --bmode/--initcode when creating ldr
17936
17937 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17938
17939 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
17940 Author: Mike Frysinger <vapier@gentoo.org>
17941 Date: Thu Aug 7 18:39:27 2008 -0400
17942
17943 Blackfin: minimize time cache is turned off when replacing cplb entries
17944
17945 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17946
17947 commit 21d631360430cf0ae9099612273cd4de28911ba9
17948 Author: Mike Frysinger <vapier@gentoo.org>
17949 Date: Thu Aug 7 15:31:13 2008 -0400
17950
17951 Blackfin: split cache handling out of dma_memcpy()
17952
17953 Creating a new dma_memcpy() function that skips all cache checks allows us
17954 to use the function in very early init where the cache is not yet setup.
17955
17956 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17957
17958 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
17959 Author: Mike Frysinger <vapier@gentoo.org>
17960 Date: Thu Aug 7 15:30:49 2008 -0400
17961
17962 Blackfin: abort dma_memcpy() for L1 scratchpad
17963
17964 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17965
17966 commit 81b799add709177e838466461f7b9989488b0fd5
17967 Author: Mike Frysinger <vapier@gentoo.org>
17968 Date: Thu Aug 7 15:27:52 2008 -0400
17969
17970 Blackfin: rename bootm.c to boot.c
17971
17972 The boot file contains functions for more than just "bootm", so rename it
17973 accordingly.
17974
17975 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17976
17977 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
17978 Author: Mike Frysinger <vapier@gentoo.org>
17979 Date: Thu Aug 7 13:22:37 2008 -0400
17980
17981 Blackfin: set more sane default board config values
17982
17983 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17984
17985 commit 36cd52a00794fb15ffab05d640acca92d7482993
17986 Author: Mike Frysinger <vapier@gentoo.org>
17987 Date: Thu Aug 7 15:24:59 2008 -0400
17988
17989 Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
17990
17991 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17992
17993 commit c8054bc12e00669bd7588f2b30fef48aa94babac
17994 Author: Mike Frysinger <vapier@gentoo.org>
17995 Date: Thu Aug 7 13:21:27 2008 -0400
17996
17997 Blackfin: add bit defines for DDR parts
17998
17999 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18000
18001 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
18002 Author: Mike Frysinger <vapier@gentoo.org>
18003 Date: Thu Aug 7 13:21:11 2008 -0400
18004
18005 Blackfin: add defines to describe active bootrom behavior
18006
18007 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18008
18009 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
18010 Author: Kim Phillips <kim.phillips@freescale.com>
18011 Date: Tue Jan 27 16:03:53 2009 -0600
18012
18013 mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
18014
18015 extend commit c70564e6b1bd08f3230182392238907f3531a87e
18016 "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
18017 to the simpc8313 build and fix this:
18018
18019 ...Large Page NAND...Configuring for SIMPC8313 board...
18020 nand_boot_fsl_elbc.o: In function `nand_boot':
18021 nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
18022 make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
18023 make: *** [nand_spl] Error 2
18024
18025 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18026
18027 commit 54a7cc4912feefa45be961cc47cc159563725d2f
18028 Author: Wolfgang Denk <wd@denx.de>
18029 Date: Wed Jan 28 09:25:31 2009 +0100
18030
18031 mpc8536ds.c: include sata.h to for needed function prototypes
18032
18033 Signed-off-by: Wolfgang Denk <wd@denx.de>
18034
18035 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
18036 Author: Peter Tyser <ptyser@xes-inc.com>
18037 Date: Tue Jan 27 18:03:12 2009 -0600
18038
18039 Command usage cleanup
18040
18041 Remove command name from all command "usage" fields and update
18042 common/command.c to display "name - usage" instead of
18043 just "usage". Also remove newlines from command usage fields.
18044
18045 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18046
18047 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
18048 Author: Peter Tyser <ptyser@xes-inc.com>
18049 Date: Tue Jan 27 18:03:11 2009 -0600
18050
18051 amcc: Clean up command usage output
18052
18053 Update taihu and taishan commands to use cmd_usage() function
18054 to display usage messages.
18055
18056 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18057
18058 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
18059 Author: Peter Tyser <ptyser@xes-inc.com>
18060 Date: Tue Jan 27 18:03:10 2009 -0600
18061
18062 Standardize command usage messages with cmd_usage()
18063
18064 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18065
18066 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
18067 Author: Peter Tyser <ptyser@xes-inc.com>
18068 Date: Tue Jan 27 18:03:09 2009 -0600
18069
18070 pcs440ep: Clean up led command definition
18071
18072 The pcs440ep's led command usage formatting is non-standard. It
18073 was made standard in preparation for larger command usage updates.
18074
18075 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18076
18077 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
18078 Author: Peter Tyser <ptyser@xes-inc.com>
18079 Date: Tue Jan 27 18:03:08 2009 -0600
18080
18081 Clean up diufb command definitions
18082
18083 The diufb command usage formatting is non-standard. It was
18084 made standard in preparation for larger command usage updates.
18085
18086 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18087
18088 commit 6450a8485836fc80615ae6de6a864c33369b44f5
18089 Author: Wolfgang Denk <wd@denx.de>
18090 Date: Wed Jan 28 00:29:26 2009 +0100
18091
18092 Update CHANGELOG, tiny coding style cleanup.
18093
18094 Signed-off-by: Wolfgang Denk <wd@denx.de>
18095
18096 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
18097 Author: Mike Frysinger <vapier@gentoo.org>
18098 Date: Tue Jan 27 16:12:21 2009 -0500
18099
18100 SATA: do not auto-initialize during boot
18101
18102 Rather than have the board code initialize SATA automatically during boot,
18103 make the user manually run "sata init". This brings the SATA subsystem in
18104 line with common U-Boot policy.
18105
18106 Rather than having a dedicated weak function "is_sata_supported", people
18107 can override sata_initialize() to do their weird board stuff. Then they
18108 can call the actual __sata_initialize().
18109
18110 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18111
18112 commit 50970839712dda35399e2fa83fe818df9354d618
18113 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18114 Date: Mon Jan 26 08:45:14 2009 -0500
18115
18116 part_efi: Fix partition size calculation due to inclusive ending LBA.
18117
18118 The ending LBA is inclusive. Hence, the partition size should be
18119 ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
18120
18121 This is confirmed against the results from the parted tool.
18122 (e.g. use parted /dev/sda -s unit S print) and observe the size.
18123
18124 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18125
18126 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
18127 Author: Tomasz Figa <tomasz.figa@gmail.com>
18128 Date: Tue Dec 30 18:35:57 2008 +0100
18129
18130 jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
18131
18132 This patch fixes a bug (?) introduced after inclusion of the new
18133 JFFS2 code.
18134
18135 When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
18136 fill in part->sector_size (keeping it as 0), but a correct value is
18137 needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
18138 to be in the same place of the memory, what obviously means
18139 impossibility to use the JFFS2 partition.
18140
18141 This problem is fixed in this patch by including sector size
18142 calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
18143
18144 Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
18145
18146 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
18147 Author: Mike Frysinger <vapier@gentoo.org>
18148 Date: Tue Dec 30 02:59:25 2008 -0500
18149
18150 saveenv: standardize enablement
18151
18152 Rather than special casing each environment type for enabling the saveenv
18153 command, have them all behave the same. This avoids bitrot as new env
18154 sources are added/removed.
18155
18156 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18157
18158 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
18159 Author: Andrew Dyer <adyer@righthandtech.com>
18160 Date: Mon Dec 29 17:36:01 2008 -0600
18161
18162 soft_i2c.c add option for repeated start in i2c_read()
18163
18164 This patch adds a #define to optionally change the behaviour of
18165 i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
18166 stop-start between sending the device address pointer write and
18167 reading back the data. The current behaviour is retained as the
18168 default.
18169
18170 While most devices will work either way, I have a smart battery(*)
18171 that requires repeated start, and someone at some point found a
18172 device that required a stop-start.
18173
18174 (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
18175
18176 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18177
18178 commit 3429071700963ca2f944c51d695a7481af0cee33
18179 Author: Wolfgang Denk <wd@denx.de>
18180 Date: Tue Jan 27 22:07:14 2009 +0100
18181
18182 {delta,zylonite}/lowlevel_init.S: fix typo
18183
18184 Commit 9d803d8c mistakenly changed some constants
18185 from 0x300 into 300 - this patch fixes it.
18186
18187 Pointed out by Tom Evans <tom@ceos.com.au>, see
18188 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
18189 details.
18190
18191 Signed-off-by: Wolfgang Denk <wd@denx.de>
18192
18193 commit 1bc434373013af241835c14011ac3f291dccbf53
18194 Author: Stefan Althoefer <stefan.althoefer@web.de>
18195 Date: Sat Dec 20 19:40:41 2008 +0100
18196
18197 drivers/net/e1000.c: missing terminator for supported devices
18198
18199 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
18200
18201 commit 65f7d41031a70b1649b35020995c505edca91533
18202 Author: Wolfgang Denk <wd@denx.de>
18203 Date: Tue Jan 27 21:36:28 2009 +0100
18204
18205 fat.c: fix warning: array subscript is above array bounds
18206
18207 Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
18208
18209 Signed-off-by: Wolfgang Denk <wd@denx.de>
18210
18211 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
18212 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18213 Date: Fri Jan 2 15:11:41 2009 +0100
18214
18215 Fix gunzip in case of insufficient output buffer
18216
18217 U-Boot's gunzip() function does not handle the return code
18218 of zlib's inflate() function correctly. gunzip() is implemented
18219 to uncompress all input data in one run. So the correct return
18220 code for the good case is Z_STREAM_END. In case of insufficient
18221 output buffer memory inflate returns Z_OK. For gunzip() this
18222 is an error.
18223
18224 It also makes sense to me to call inflateEnd() also in case
18225 of an error.
18226
18227 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18228
18229 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
18230 Author: Stefan Roese <sr@denx.de>
18231 Date: Wed Jan 21 17:25:01 2009 +0100
18232
18233 MIPS: Add VCT board series support (Part 3/3)
18234
18235 Signed-off-by: Stefan Roese <sr@denx.de>
18236
18237 commit ae691e5719c48f1d2826cb72722497d1d162765b
18238 Author: Stefan Roese <sr@denx.de>
18239 Date: Wed Jan 21 17:24:49 2009 +0100
18240
18241 MIPS: Add VCT board series support (Part 2/3)
18242
18243 Signed-off-by: Stefan Roese <sr@denx.de>
18244
18245 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
18246 Author: Stefan Roese <sr@denx.de>
18247 Date: Wed Jan 21 17:24:39 2009 +0100
18248
18249 MIPS: Add VCT board series support (Part 1/3)
18250
18251 Signed-off-by: Stefan Roese <sr@denx.de>
18252
18253 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
18254 Author: Stefan Roese <sr@denx.de>
18255 Date: Wed Jan 21 17:20:20 2009 +0100
18256
18257 MIPS: Add flush_dcache_range() and invalidate_dcache_range()
18258
18259 This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
18260 Those functions are needed for the upcoming dcache support for the USB
18261 EHCI driver. I chose this API because those cache handling functions are
18262 already present in the PPC architecture.
18263
18264 Signed-off-by: Stefan Roese <sr@denx.de>
18265 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18266
18267 commit de832a99414ff06a4b2cdc9f5280b387da039834
18268 Author: Stefan Roese <sr@denx.de>
18269 Date: Mon Jan 26 10:05:20 2009 +0100
18270
18271 nand_spl: Fix compile problem with board_nand_init() prototype
18272
18273 This patch removes the now obsolete and additionally wrongly defined
18274 board_nand_init() prototype from nand_spl/nand_boot.c.
18275
18276 Signed-off-by: Stefan Roese <sr@denx.de>
18277 Signed-off-by: Scott Wood <scottwood@freescale.com>
18278
18279 commit e8eac437189430d8e04a5d254ed92c58bc534a79
18280 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18281 Date: Wed Jan 14 08:44:26 2009 -0500
18282
18283 CFI: Add geometry reversal for STMicro M29W320ET
18284
18285 Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
18286
18287 Modeled after flash_fixup_amd, this patch handles the geometry reversal
18288 or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
18289 Since I cannot test all STM's chips, the detection is implemented as
18290 narrow as possible for now.
18291
18292 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18293 Signed-off-by: Stefan Roese <sr@denx.de>
18294
18295 commit 0f8e851e897b535959a0781171910cd97f33c30c
18296 Author: Jens Gehrlein <sew_s@tqs.de>
18297 Date: Tue Dec 16 17:25:55 2008 +0100
18298
18299 CFI: increase performance of function find_sector()
18300
18301 Tested on TQM5200S-BD with Samsung K8P2815UQB
18302
18303 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
18304 Signed-off-by: Stefan Roese <sr@denx.de>
18305
18306 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
18307 Author: Jens Gehrlein <sew_s@tqs.de>
18308 Date: Tue Dec 16 17:25:54 2008 +0100
18309
18310 CFI: avoid redundant function call in single word programming mode
18311
18312 The function find_sector() doesn't need to be called twice in
18313 the case of AMD command set.
18314 Tested on TQM5200S-BD with Samsung K8P2815UQB.
18315
18316 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
18317 Signed-off-by: Stefan Roese <sr@denx.de>
18318
18319 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
18320 Author: Stefan Roese <sr@denx.de>
18321 Date: Mon Jan 26 10:15:23 2009 +0100
18322
18323 ppc4xx: Remove compilation warning in gdppc440etc.c
18324
18325 Signed-off-by: Stefan Roese <sr@denx.de>
18326
18327 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
18328 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18329 Date: Fri Jan 2 12:19:47 2009 +0100
18330
18331 ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
18332
18333 Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
18334 Either they define or undef it. Because it's not used in any source
18335 files this patch removes any references to it.
18336
18337 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18338 Signed-off-by: Stefan Roese <sr@denx.de>
18339
18340 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
18341 Author: Dirk Eibach <eibach@gdsys.de>
18342 Date: Tue Dec 9 13:12:40 2008 +0100
18343
18344 ppc4xx: Add GDsys PowerPC 440 ETX board support.
18345
18346 Board support for the Guntermann & Drunck PowerPC 440 ETX module.
18347 Based on the AMCC Yosemite board support by Stefan Roese.
18348
18349 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
18350 Signed-off-by: Stefan Roese <sr@denx.de>
18351
18352 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
18353 Author: Dirk Eibach <eibach@gdsys.de>
18354 Date: Tue Dec 9 11:00:07 2008 +0100
18355
18356 ppc4xx: Improve DDR autodetect
18357
18358 Added support for a second memory bank to DDR autodetection for 440
18359 platforms.
18360 Made hardcoded values configurable.
18361
18362 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
18363 Signed-off-by: Stefan Roese <sr@denx.de>
18364
18365 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
18366 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18367 Date: Fri Nov 21 12:06:26 2008 +0900
18368
18369 sh: sh7763rdp: Update sh7763rdp config
18370
18371 Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
18372
18373 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18374 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18375
18376 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
18377 Author: Gary Jennejohn <garyj@denx.de>
18378 Date: Thu Nov 20 12:28:38 2008 +0100
18379
18380 mgcoge make ether_scc.c work with CONFIG_NET_MULTI
18381
18382 This change is needed for mgcoge because it uses two ethernet drivers.
18383
18384 Add a check for the presence of the PIGGY board on mgcoge. Without this
18385 board networking cannot work and the initialization must be aborted.
18386
18387 Only allocate rtx once to prevent DPRAM exhaustion.
18388
18389 Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
18390 soon) in eth.c.
18391
18392 Signed-off-by: Gary Jennejohn <garyj@denx.de>
18393 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18394
18395 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
18396 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18397 Date: Fri Nov 21 12:04:18 2008 +0900
18398
18399 sh: sh_eth: Change new network API
18400
18401 sh_eth used old network API. This patch changed new API.
18402
18403 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18404 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18405
18406 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
18407 Author: Stefan Roese <sr@denx.de>
18408 Date: Wed Nov 12 13:31:02 2008 +0100
18409
18410 net: smc911x: Make register read/write functions weak
18411
18412 This patch changes the reg_read/_write to smc911x_reg_read/_write
18413 and defines then as weak so that they can be overridden by board
18414 specific version.
18415
18416 This will be used by the upcoming VCTH board support.
18417
18418 Signed-off-by: Stefan Roese <sr@denx.de>
18419 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18420
18421 commit 8b69b563039989885969d24465c56f8ac4c07c4c
18422 Author: Heiko Schocher <hs@denx.de>
18423 Date: Thu Nov 20 09:57:14 2008 +0100
18424
18425 powerpc: net: support for the SMSC LAN8700 PHY
18426
18427 Signed-off-by: Heiko Schocher <hs@denx.de>
18428 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18429
18430 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
18431 Author: Alessandro Rubini <rubini@unipv.it>
18432 Date: Sat Jan 24 18:10:37 2009 +0100
18433
18434 Initial support for Nomadik 8815 development board
18435
18436 The NMDK8815 board is distributed by ST Microelectornics.
18437 Other (proprietary) code must be run to unlock the CPU before
18438 U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
18439
18440 This is the initial port, with basic infrastructure and
18441 a working serial port.
18442
18443 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
18444 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
18445 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18446
18447 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
18448 Author: Dirk Behme <dirk.behme@googlemail.com>
18449 Date: Sun Dec 14 09:47:18 2008 +0100
18450
18451 OMAP3: Add I2C support
18452
18453 Add I2C support.
18454
18455 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18456
18457 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
18458 Author: Dirk Behme <dirk.behme@googlemail.com>
18459 Date: Sun Dec 14 09:47:17 2008 +0100
18460
18461 OMAP3: Add MMC support
18462
18463 Add MMC support.
18464
18465 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18466
18467 commit 12201a13547ec22ddcdae278e74465e54a3be60c
18468 Author: Dirk Behme <dirk.behme@googlemail.com>
18469 Date: Sun Dec 14 09:47:16 2008 +0100
18470
18471 OMAP3: Add NAND support
18472
18473 Add NAND support.
18474
18475 Signed-off-by: Nishanth Menon <nm@ti.com>
18476 Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
18477 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18478
18479 commit 91eee546737ae21d930af479530997174c342b13
18480 Author: Dirk Behme <dirk.behme@googlemail.com>
18481 Date: Sun Dec 14 09:47:15 2008 +0100
18482
18483 OMAP3: Add common board, interrupt and system info
18484
18485 Add common board, interrupt and system info code.
18486
18487 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18488
18489 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
18490 Author: Dirk Behme <dirk.behme@googlemail.com>
18491 Date: Sun Dec 14 09:47:14 2008 +0100
18492
18493 OMAP3: Add common clock, memory and low level code
18494
18495 Add common clock, memory and low level code
18496
18497 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18498
18499 commit 0b02b184003e6a5023e05d5f31de54db279b1431
18500 Author: Dirk Behme <dirk.behme@googlemail.com>
18501 Date: Sun Dec 14 09:47:13 2008 +0100
18502
18503 OMAP3: Add common cpu and start code
18504
18505 Add common cpu and start code.
18506
18507 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18508
18509 commit a8b6450546cd507d331b8fde384791d84bde5651
18510 Author: Dirk Behme <dirk.behme@googlemail.com>
18511 Date: Sun Dec 14 09:47:12 2008 +0100
18512
18513 OMAP3: Add OMAP3, memory and function prototype headers
18514
18515 Add OMAP3, memory and function prototype header files for OMAP3.
18516
18517 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18518
18519 commit 2c803210a464abbac35752ca1c737514360b4c32
18520 Author: Dirk Behme <dirk.behme@googlemail.com>
18521 Date: Sun Dec 14 09:47:11 2008 +0100
18522
18523 OMAP3: Add pin mux, clock and cpu headers
18524
18525 Add pin mux, clock and cpu header files for OMAP3.
18526
18527 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18528
18529 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
18530 Author: Maxim Artamonov <scn1874@yandex.ru>
18531 Date: Wed Dec 3 05:38:17 2008 +0300
18532
18533 bugfix for i.mx31 CCM_UPCTL reg
18534
18535 Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
18536
18537 commit 24113a44ed5cd3257a0237c3961e121812fca6db
18538 Author: Mike Frysinger <vapier@gentoo.org>
18539 Date: Tue Dec 30 03:15:38 2008 -0500
18540
18541 easylogo: add optional gzip support
18542
18543 Some images can be quite large, so add an option to compress the
18544 image data with gzip in the U-Boot image. Then at runtime, the
18545 board can decompress it with the normal zlib functions.
18546
18547 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18548
18549 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
18550 Author: Bryan Wu <bryan.wu@analog.com>
18551 Date: Fri Jan 2 20:47:45 2009 -0500
18552
18553 fat: fix unaligned errors
18554
18555 A couple of buffers in the fat code are declared as an array of bytes.
18556 But it is then cast up to a structure with 16bit and 32bit members.
18557 Since GCC assumes structure alignment here, we have to force the
18558 buffers to be aligned according to the structure usage.
18559
18560 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
18561 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18562
18563 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
18564 Author: Brad Bozarth <bflinux@yumbrad.com>
18565 Date: Thu Jan 1 22:45:47 2009 -0500
18566
18567 spi flash: fix crash due to spi flash miscommunication
18568
18569 Higher spi flash layers expect to be given back a pointer that was
18570 malloced so that it can free the result, but the lower layers return
18571 a pointer that is in the middle of the malloced memory. Reorder the
18572 members of the lower spi structures so that things work out.
18573
18574 Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
18575 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18576 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18577
18578 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
18579 Author: Yuri Tikhonov <yur@emcraft.com>
18580 Date: Sat Dec 20 14:54:21 2008 +0300
18581
18582 FPU POST: fix warnings when building with 2.18 binutils
18583
18584 When compile u-boot with the 2.18 binutils the following
18585 warning messages for each object file in post/lib_ppc/fpu/ is
18586 produced at the linking stage:
18587
18588 post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
18589 ...
18590
18591 This is because of the fact that, in general, the soft-float and
18592 hard-float ABIs are incompatible; the 2.18 binutils do checking
18593 of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
18594 produce the worning like above if these are not compatible.
18595
18596 The incompatibility of ABIs is concerned only the float values:
18597 e.g. the soft-float ABI assumes the float argument passing in the
18598 pair of rX registers, and the hard-float ABI assumes passing of
18599 the float argument in the fX register. When we don't pass the float
18600 arguments between the functions compiled with different floatness,
18601 then such an application will work correctly.
18602 This is the case for the FPU POST: u-boot (compiled with soft-float)
18603 doesn't pass to (and doesn't get from) the FPU POST functions any
18604 floats; there are no functions exported from the post/lib_ppc/fpu/
18605 objects which would work with float parameters/returns too. So, we
18606 can reassure the linker not to worry about the difference in ABI
18607 attributes of linking files just by setting the 'soft-float'
18608 attribute for the objects in post/lib_ppc/fpu. And this patch does
18609 this.
18610
18611 Also, to avoid passing both soft- and hard-float options in CFLAGS
18612 when compiling the files from post/lib_ppc/fpu (which is OK, but
18613 looks rather dirty) this patch removes the soft-float string from
18614 CFLAGS in post/lib_ppc/fpu/Makefile.
18615
18616 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18617
18618 commit a7c9310457e85b4598abe5b304108edf11332e2f
18619 Author: Peter Tyser <ptyser@xes-inc.com>
18620 Date: Wed Dec 17 16:36:22 2008 -0600
18621
18622 Add support for Maxim's DS4510 I2C device
18623
18624 Initial support for the DS4510, a CPU supervisor with
18625 integrated EEPROM, SRAM, and 4 programmable non-volatile
18626 GPIO pins. The CONFIG_DS4510 define enables support
18627 for the device while the CONFIG_CMD_DS4510 define
18628 enables the ds4510 command. The additional
18629 CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
18630 CONFIG_DS4510_RST defines add additional sub-commands
18631 to the ds4510 command when defined.
18632
18633 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18634
18635 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
18636 Author: Dirk Eibach <eibach@gdsys.de>
18637 Date: Tue Dec 16 14:51:56 2008 +0100
18638
18639 common: Iteration limit for memory test.
18640
18641 The iteration limit is passed to mtest as a fourth parameter:
18642 [start [end [pattern [iterations]]]]
18643 If no fourth parameter is supplied, there is no iteration limit and the
18644 test will loop forever.
18645
18646 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
18647
18648 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
18649 Author: Stefan Roese <sr@denx.de>
18650 Date: Mon Dec 15 15:40:12 2008 +0100
18651
18652 serial: Rename driver vcth to vct to support other board variants
18653
18654 Moved driver vcth.c to vct.c to better reflect the VCT board series.
18655 This driver is now used by the VCT platforms:
18656
18657 vct_premium
18658 vct_platinum
18659 vct_platinumsvc
18660
18661 Signed-off-by: Stefan Roese <sr@denx.de>
18662
18663 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
18664 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18665 Date: Fri Dec 12 00:45:27 2008 +0900
18666
18667 nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
18668
18669 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18670
18671 commit c3284b030b1cd492b4f46c576aea01bef258599d
18672 Author: Peter Korsgaard <jacmet@sunsite.dk>
18673 Date: Wed Dec 10 16:24:16 2008 +0100
18674
18675 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
18676
18677 Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
18678 similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
18679 !CONFIG_AUTOBOOT_KEYED case.
18680
18681 Do this by reversing the loop so we do at least one iteration before
18682 checking for timeout.
18683
18684 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18685
18686 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
18687 Author: Niklaus Giger <niklaus.giger@netstal.com>
18688 Date: Mon Dec 8 17:24:08 2008 +0100
18689
18690 Added legacy flash ST Micro M29W040B
18691
18692 commit 626d07348e5f9f302f4ea182161a89f7362a0488
18693 Author: Graeme Russ <graeme.russ@gmail.com>
18694 Date: Mon Dec 8 20:04:51 2008 +1100
18695
18696 Fixed off-by-one errors in lib_m68k/interrupts.c
18697
18698 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18699
18700 commit a5989c42ae5e295f274a795c426c47819bbdbfda
18701 Author: Graeme Russ <graeme.russ@gmail.com>
18702 Date: Sun Dec 7 10:29:05 2008 +1100
18703
18704 Removed all references to CONFIG_SYS_RESET_GENERIC
18705
18706 Generic i386 reset - #define made redundant by weak function
18707
18708 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18709
18710 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
18711 Author: Graeme Russ <graeme.russ@gmail.com>
18712 Date: Sun Dec 7 10:29:04 2008 +1100
18713
18714 Remove #ifdef CONFIG_SC520 in source code
18715
18716 CONFIG_SC520 is now used for conditional compile
18717
18718 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18719
18720 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
18721 Author: Graeme Russ <graeme.russ@gmail.com>
18722 Date: Sun Dec 7 10:29:03 2008 +1100
18723
18724 Added MMCR reset functionality
18725
18726 Reset function specific to AMD SC520 microcontroller - Is more of a
18727 'hard reset' that the triple fault.
18728
18729 Requires CONFIG_SYS_RESET_SC520 to be defined in config
18730
18731 I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
18732 but ld requires that a object file in a library arhive MUST contain
18733 at least one function which does not override a weak function (and is
18734 called from outside the object file) in order for that object file to
18735 be extracted from the archive. This would be the only function on the
18736 new file, and hence, will never get linked in.
18737
18738 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18739
18740 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
18741 Author: Graeme Russ <graeme.russ@gmail.com>
18742 Date: Sun Dec 7 10:29:02 2008 +1100
18743
18744 Moved generic (triple fault) reset code
18745
18746 Moved from interrupts.c to cpu.c and made into a weak function to
18747 allow vendor specific override
18748
18749 Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
18750 added to the vendor specific code without the need to remember to
18751 #undef usage of the generic method and if you forget to include your
18752 custom reset method, you will always get the default.
18753
18754 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18755
18756 commit 9933d609020c297788f53f334c8465fa7a99b10c
18757 Author: Graeme Russ <graeme.russ@gmail.com>
18758 Date: Sun Dec 7 10:29:01 2008 +1100
18759
18760 Moved definition of set_vector() to new header file
18761
18762 This allows for future tidy ups and functionality that will require
18763 set_vector ()
18764
18765 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18766
18767 commit 407976185e0dda2c90e89027121a1071b9c77bfb
18768 Author: Graeme Russ <graeme.russ@gmail.com>
18769 Date: Sun Dec 7 10:29:00 2008 +1100
18770
18771 Moved sc520 specific code into new cpu/i386/sc520 folder
18772
18773 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18774 Signed-off-by: Wolfgang Denk <wd@denx.de>
18775
18776 commit 85ffbbd51914925a542d8528be7f072e5ab02157
18777 Author: Graeme Russ <graeme.russ@gmail.com>
18778 Date: Sun Dec 7 10:28:58 2008 +1100
18779
18780 Renamed cpu/i386/reset.S to resetvec.S
18781
18782 Brings i386 in line with other CPUs with a reset vector and frees up reset.c
18783 for CPU reset functions
18784
18785 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18786
18787 commit a3f4c123f569474e80ea012b8db0de46afdb6443
18788 Author: Wolfgang Denk <wd@denx.de>
18789 Date: Sat Jan 24 01:01:49 2009 +0100
18790
18791 Makefile: keep lists sorted.
18792
18793 Signed-off-by: Wolfgang Denk <wd@denx.de>
18794
18795 commit c620c01e96814558470698ed5cab1bf2f504d1b5
18796 Author: Graeme Russ <graeme.russ@gmail.com>
18797 Date: Sun Dec 7 10:28:57 2008 +1100
18798
18799 Added initial eNET board support
18800
18801 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18802
18803 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
18804 Author: Gary Jennejohn <garyj@denx.de>
18805 Date: Thu Nov 20 11:37:26 2008 +0100
18806
18807 POWERPC 82xx: add the SCC as an HDLC controller
18808
18809 Right now this is only used by keymile.
18810
18811 Signed-off-by: Gary Jennejohn <garyj@denx.de>
18812
18813 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
18814 Author: Heiko Schocher <hs@denx.de>
18815 Date: Thu Nov 20 09:59:09 2008 +0100
18816
18817 powerpc, keymile boards: extract identical config options
18818
18819 This patch extracts the identical config options for the
18820 keymile boards mgcoge, mgsuvd and kmeter1 in a new
18821 common config file keymile-common.h.
18822
18823 Signed-off-by: Heiko Schocher <hs@denx.de>
18824
18825 commit 210c8c00aad3328145204adab434bb7d70b06b75
18826 Author: Heiko Schocher <hs@denx.de>
18827 Date: Fri Nov 21 08:29:40 2008 +0100
18828
18829 powerpc: keymile: Add a check for the PIGGY debug board
18830
18831 Check the presence of the PIGGY on the keymile boards mgcoge,
18832 mgsuvd and kmeter1. If the PIGGY is not present, dont register
18833 this Ethernet device.
18834
18835 Signed-off-by: Heiko Schocher <hs@denx.de>
18836 Acked-by: Ben Warren <biggerbadderben@gmail.com>
18837
18838 commit de0443614af4d16675ab436665aeb11ddc9f7214
18839 Author: Heiko Schocher <hs@denx.de>
18840 Date: Thu Nov 20 09:57:47 2008 +0100
18841
18842 powerpc: 83xx: add support for the kmeter1 board
18843
18844 This patch adds support for the kmeter1 board from Keymile,
18845 based on a Freescale MPC8360 CPU.
18846
18847 - serial console on UART 1
18848 - 256 MB DDR2 RAM
18849 - 64 MB NOR Flash
18850 - Ethernet RMII Mode over UCC4
18851 - PHY SMSC LAN8700
18852
18853 Signed-off-by: Heiko Schocher <hs@denx.de>
18854
18855 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
18856 Author: Sergei Poselenov <sposelenov@emcraft.com>
18857 Date: Tue Nov 4 13:51:18 2008 +0100
18858
18859 Add a do_div() wrapper macro, lldiv().
18860
18861 Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
18862 the dividend and returns the result of division, so it is useful
18863 in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
18864
18865 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18866
18867 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
18868 Author: Kumar Gala <galak@kernel.crashing.org>
18869 Date: Fri Jan 23 14:22:14 2009 -0600
18870
18871 85xx: Add a 36-bit physical configuration for MPC8572DS
18872
18873 We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
18874 to allow for larger memory sizes.
18875
18876 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18877
18878 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
18879 Author: Kumar Gala <galak@kernel.crashing.org>
18880 Date: Fri Jan 23 14:22:13 2009 -0600
18881
18882 85xx: Handle eLBC difference w/36-bit physical
18883
18884 The eLBC only handles 32-bit physical address in systems with 36-bit
18885 physical. The previos generation of LBC handled 34-bit physical
18886 address in 36-bit systems. Added a new CONFIG option to convey
18887 the difference between the LBC and eLBC.
18888
18889 Also added defines for XAM bits used in LBC for the extended 34-bit
18890 support.
18891
18892 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18893
18894 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
18895 Author: Kumar Gala <galak@kernel.crashing.org>
18896 Date: Fri Jan 23 14:22:12 2009 -0600
18897
18898 85xx: Use BR_ADDR macro for NAND chipselects
18899
18900 Use the new BR_ADDR macro to properly setup the address field of the
18901 localbus chipselects used by NAND.
18902
18903 This allows us to deal with 36-bit phys on these boards in the future.
18904
18905 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18906
18907 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
18908 Author: Haiying Wang <Haiying.Wang@freescale.com>
18909 Date: Thu Jan 15 11:58:35 2009 -0500
18910
18911 Add secondary CPUs processor frequency for e500 core
18912
18913 This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
18914 and prints each CPU's frequency separately. It also fixes up each CPU's
18915 frequency in "clock-frequency" of fdt blob.
18916
18917 Signed-off-by: James Yang <James.Yang@freescale.com>
18918 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18919
18920 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
18921 Author: Dave Liu <daveliu@freescale.com>
18922 Date: Fri Nov 21 16:31:53 2008 +0800
18923
18924 85xx: enable the auto self refresh for wake up ARP
18925
18926 The wake up ARP feature need use the memory to process
18927 wake up packet, we enable auto self refresh to support it.
18928
18929 Signed-off-by: Dave Liu <daveliu@freescale.com>
18930 Acked-by: Andy Fleming <afleming@freescale.com>
18931
18932 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
18933 Author: Dave Liu <daveliu@freescale.com>
18934 Date: Fri Nov 21 16:31:43 2008 +0800
18935
18936 fsl-ddr: use the 1T timing as default configuration
18937
18938 For light loaded system, we use the 1T timing to gain better
18939 memory performance, but for some heavily loaded system,
18940 you have to add the 2T timing options to board files.
18941
18942 Signed-off-by: Dave Liu <daveliu@freescale.com>
18943 Acked-by: Andy Fleming <afleming@freescale.com>
18944
18945 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
18946 Author: Dave Liu <daveliu@freescale.com>
18947 Date: Fri Nov 21 16:31:35 2008 +0800
18948
18949 fsl-ddr: make the self refresh idle threshold configurable
18950
18951 Some 85xx processors have the advanced power management feature,
18952 such as wake up ARP, that needs enable the automatic self refresh.
18953
18954 If the DDR controller pass the SR_IT (self refresh idle threshold)
18955 idle cycles, it will automatically enter self refresh. However,
18956 anytime one transaction is issued to the DDR controller, it will
18957 reset the counter and exit self refresh state.
18958
18959 Signed-off-by: Dave Liu <daveliu@freescale.com>
18960 Acked-by: Andy Fleming <afleming@freescale.com>
18961
18962 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
18963 Author: Dave Liu <daveliu@freescale.com>
18964 Date: Fri Nov 21 16:31:29 2008 +0800
18965
18966 fsl-ddr: clean up the ddr code for DDR3 controller
18967
18968 - The DDR3 controller is expanding the bits for timing config
18969 - Add the DDR3 32-bit bus mode support
18970
18971 Signed-off-by: Dave Liu <daveliu@freescale.com>
18972 Acked-by: Andy Fleming <afleming@freescale.com>
18973
18974 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
18975 Author: Dave Liu <daveliu@freescale.com>
18976 Date: Fri Nov 21 16:31:22 2008 +0800
18977
18978 fsl-ddr: update the bit mask for DDR3 controller
18979
18980 According to the latest 8572 UM, the DDR3 controller
18981 is expanding the bit mask, and we use the extend ACTTOPRE
18982 mode when tRAS more than 19 MCLK.
18983
18984 Signed-off-by: Dave Liu <daveliu@freescale.com>
18985
18986 commit aca5f018a8386b85469482ed9867e3e29a2437d0
18987 Author: Kumar Gala <galak@kernel.crashing.org>
18988 Date: Tue Dec 2 16:08:40 2008 -0600
18989
18990 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
18991
18992 Introduce a new define to seperate out the virtual address that PCI
18993 IO space is at from the physical address. In most situations these are
18994 mapped 1:1. However any code accessing the bus should use VIRT.
18995
18996 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18997 Acked-by: Andy Fleming <afleming@freescale.com>
18998
18999 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
19000 Author: Kumar Gala <galak@kernel.crashing.org>
19001 Date: Tue Dec 2 16:08:39 2008 -0600
19002
19003 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
19004
19005 Introduce a new define to seperate out the virtual address that PCI
19006 memory is at from the physical address. In most situations these are
19007 mapped 1:1. However any code accessing the bus should use VIRT.
19008
19009 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19010 Acked-by: Andy Fleming <afleming@freescale.com>
19011
19012 commit a6e04c344ad1eefd47a75484441b385da815b8df
19013 Author: Kumar Gala <galak@kernel.crashing.org>
19014 Date: Tue Dec 2 16:08:38 2008 -0600
19015
19016 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
19017
19018 Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
19019 of TLBs. This is what we should have always been using from the start.
19020
19021 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19022 Acked-by: Andy Fleming <afleming@freescale.com>
19023
19024 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
19025 Author: Kumar Gala <galak@kernel.crashing.org>
19026 Date: Tue Dec 2 16:08:37 2008 -0600
19027
19028 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
19029
19030 Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
19031 of _IO_BASE so we are more explicit.
19032
19033 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19034
19035 commit 10795f42cb94e71bcb262b615084f69dd886399a
19036 Author: Kumar Gala <galak@kernel.crashing.org>
19037 Date: Tue Dec 2 16:08:36 2008 -0600
19038
19039 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
19040
19041 Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
19042 of _MEM_BASE so we are more explicit.
19043
19044 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19045 Acked-by: Andy Fleming <afleming@freescale.com>
19046
19047 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
19048 Author: Kumar Gala <galak@kernel.crashing.org>
19049 Date: Tue Dec 2 14:19:34 2008 -0600
19050
19051 85xx: separate FLASH BASE virtual from physical address
19052
19053 Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
19054 maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
19055
19056 This allows us to deal with 36-bit phys on these boards in the future.
19057
19058 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19059 Acked-by: Andy Fleming <afleming@freescale.com>
19060
19061 commit 52b565f5ad23b682489055b187767d8bf1c2e444
19062 Author: Kumar Gala <galak@kernel.crashing.org>
19063 Date: Tue Dec 2 14:19:33 2008 -0600
19064
19065 85xx: separate PIXIS virtual from physical address
19066
19067 Added a PIXIS_BASE_PHYS for use as the physical address and maintain
19068 PIXIS_BASE as the virtual address of the PIXIS fpga registers.
19069
19070 This allows us to deal with 36-bit phys on these boards in the future.
19071
19072 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19073 Acked-by: Andy Fleming <afleming@freescale.com>
19074
19075 commit 30837e5b21d5a742983581ab9ee3fac085311d19
19076 Author: Haiying Wang <Haiying.Wang@freescale.com>
19077 Date: Tue Nov 11 08:52:09 2008 -0500
19078
19079 Add README file for MPC8572DS board
19080
19081 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19082 Acked-by: Andy Fleming <afleming@freescale.com>
19083
19084 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
19085 Author: Mike Frysinger <vapier@gentoo.org>
19086 Date: Mon Oct 20 16:15:04 2008 -0400
19087
19088 Blackfin: use common strmhz() in system output
19089
19090 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19091
19092 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
19093 Author: Ron Madrid <ron_madrid@sbcglobal.net>
19094 Date: Thu Jan 22 15:05:24 2009 -0800
19095
19096 mpc83xx: New board support for SIMPC8313
19097
19098 This patch will create a new board, SIMPC8313, from Sheldon Instruments. This
19099 board boots from NAND devices and is configureable for either large or small
19100 page devices. The board supports non-soldered DDR2, one ethernet port, a
19101 Marvell 88E1118 PHY, and PCI host support. The board also has a FPGA connected
19102 to the eLBC providing glue logic to a TMS320C67xx DSP.
19103
19104 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
19105 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19106
19107 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
19108 Author: Mike Frysinger <vapier@gentoo.org>
19109 Date: Sun Jan 18 19:46:06 2009 -0500
19110
19111 nand: fixup printf modifiers to match types used
19112
19113 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19114 Signed-off-by: Scott Wood <scottwood@freescale.com>
19115
19116 commit 389e6620e2271096df3316917528003627db4021
19117 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
19118 Date: Tue Jan 20 16:57:55 2009 +0100
19119
19120 nand read.jffs2 (nand_legacy) in common/cmd_nand.c
19121
19122 Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
19123 With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
19124 "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
19125 tested before ".jffs2s" and only the first two characters are compared.
19126
19127 Correction:
19128 Test for ".jffs2s" first and compare the first 7 characters.
19129
19130 Signed-off-by: Scott Wood <scottwood@freescale.com>
19131
19132 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
19133 Author: Wolfgang Grandegger <wg@grandegger.com>
19134 Date: Fri Jan 16 18:55:54 2009 +0100
19135
19136 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
19137
19138 This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
19139 changes the default from 8 to 1 for the legacy and the new MTD
19140 NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
19141 in the board config files because none of the boards use multi
19142 chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
19143 define
19144
19145 #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE
19146
19147 but that's bogus and did not work anyhow.
19148
19149 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19150 Signed-off-by: Scott Wood <scottwood@freescale.com>
19151
19152 commit c70564e6b1bd08f3230182392238907f3531a87e
19153 Author: Dave Liu <daveliu@freescale.com>
19154 Date: Tue Dec 2 11:48:51 2008 +0800
19155
19156 NAND: Fix cache and memory inconsistency issue
19157
19158 We load the secondary stage u-boot image from NAND to
19159 system memory by nand_load, but we did not flush d-cache
19160 to memory, nor invalidate i-cache before we jump to RAM.
19161 When the system has cache enabled and the TLB/page attribute
19162 of system memory is cacheable, it will cause issues.
19163
19164 - 83xx family is using the d-cache lock, so all of d-cache
19165 access is cache-inhibited. so you can't see the issue.
19166 - 85xx family is using d-cache, i-cache enable, partial
19167 cache lock. you will see the issue.
19168
19169 This patch fixes the cache issue.
19170
19171 Signed-off-by: Dave Liu <daveliu@freescale.com>
19172 Signed-off-by: Scott Wood <scottwood@freescale.com>
19173
19174 commit 50657c273278f74378e1ac39b41d612b92fdffa0
19175 Author: Nishanth Menon <menon.nishanth@gmail.com>
19176 Date: Sat Dec 13 09:43:06 2008 -0600
19177
19178 NAND: Enable nand lock, unlock feature
19179
19180 Enable nand lock, unlock and status of lock feature.
19181 Not every device and platform requires this, hence,
19182 it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
19183
19184 Nand unlock and status operate on block boundary instead
19185 of page boundary. Details in:
19186 http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
19187
19188 Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
19189 Includes preliminary suggestions from Scott Wood
19190
19191 Signed-off-by: Nishanth Menon <nm@ti.com>
19192 Signed-off-by: Scott Wood <scottwood@freescale.com>
19193
19194 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
19195 Author: Mike Frysinger <vapier@gentoo.org>
19196 Date: Sat Dec 6 02:40:55 2008 -0500
19197
19198 NAND: move board_nand_init to nand.h
19199
19200 Rather than putting the function prototype for board_nand_init() in the one
19201 place where it gets called, put it into nand.h so that every place that also
19202 defines it gets the prototype. Otherwise, errors can go silently unnoticed
19203 such as using the wrong return value (void rather than int) when defining
19204 the function.
19205
19206 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19207 Signed-off-by: Scott Wood <scottwood@freescale.com>
19208
19209 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
19210 Author: Stefan Roese <sr@denx.de>
19211 Date: Tue Dec 2 11:06:47 2008 +0100
19212
19213 OneNAND: Additional sync with 2.6.27
19214
19215 - Add subpage write support
19216 - Add onenand_oob_64/32 ecclayout
19217
19218 This has been missing and without it UBI has some incompatibilies issues
19219 with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
19220 placed differently (2048 instead of 512) without this fix.
19221
19222 Signed-off-by: Stefan Roese <sr@denx.de>
19223 Signed-off-by: Scott Wood <scottwood@freescale.com>
19224
19225 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
19226 Author: Kyungmin Park <kmpark@infradead.org>
19227 Date: Thu Nov 13 15:14:33 2008 +0900
19228
19229 Add markbad function
19230
19231 Add missing markbad function
19232 If not, it's hang when it entered the mtd->mark_bad().
19233
19234 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19235
19236 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
19237 Author: Stefan Roese <sr@denx.de>
19238 Date: Wed Nov 12 13:47:24 2008 +0100
19239
19240 OneNAND: Bad block aware read/write command support
19241
19242 Update OneNAND command to support bad block awareness.
19243 Also change the OneNAND command style to better match the
19244 NAND version.
19245
19246 Signed-off-by: Stefan Roese <sr@denx.de>
19247 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
19248
19249 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
19250 Author: Stefan Roese <sr@denx.de>
19251 Date: Tue Nov 11 10:29:09 2008 +0100
19252
19253 OneNAND: Save version_id in onenand_chip struct
19254
19255 The version (ver_id) was not stored in the onenand_chip structure and
19256 because of this the continuous locking scheme could be enabled on some
19257 chips.
19258
19259 Signed-off-by: Stefan Roese <sr@denx.de>
19260
19261 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
19262 Author: Stefan Roese <sr@denx.de>
19263 Date: Tue Nov 11 10:28:53 2008 +0100
19264
19265 OneNAND: Fix compiler warnings
19266
19267 Signed-off-by: Stefan Roese <sr@denx.de>
19268
19269 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
19270 Author: Dave Liu <daveliu@freescale.com>
19271 Date: Tue Nov 4 14:55:06 2008 +0800
19272
19273 mpc83xx: enable eLBC NAND support for MPC8315ERDB board
19274
19275 Signed-off-by: Dave Liu <daveliu@freescale.com>
19276
19277 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
19278 Author: Kyungmin Park <kmpark@infradead.org>
19279 Date: Tue Nov 4 09:24:07 2008 +0900
19280
19281 Sync with 2.6.27
19282
19283 Sync with OneNAND kernel codes
19284
19285 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19286
19287 commit e7f325be9edeb84bb457301776bbac1f7257dafc
19288 Author: Michal Simek <monstr@monstr.eu>
19289 Date: Mon Jan 5 13:35:31 2009 +0100
19290
19291 microblaze: Use cache functions (especially cache status)
19292 in systems which are configured without flash
19293
19294 commit e9b737deb2c30125362d20e24170617476026e94
19295 Author: Michal Simek <monstr@monstr.eu>
19296 Date: Mon Jan 5 13:29:32 2009 +0100
19297
19298 microblaze: Add cache flush
19299
19300 commit b4f8dda35bfad447b4106828232705b2e878d168
19301 Author: Michal Simek <monstr@monstr.eu>
19302 Date: Mon Jan 5 13:28:40 2009 +0100
19303
19304 microblaze: Add bootup messages to board.c
19305
19306 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
19307 Author: Michal Simek <monstr@monstr.eu>
19308 Date: Fri Dec 19 13:25:55 2008 +0100
19309
19310 microblaze: Change microblaze-generic config file
19311
19312 Signed-off-by: Michal Simek <monstr@monstr.eu>
19313
19314 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
19315 Author: Michal Simek <monstr@monstr.eu>
19316 Date: Fri Dec 19 13:14:05 2008 +0100
19317
19318 microblaze: Rename ml401 to microblaze-generic
19319
19320 Signed-off-by: Michal Simek <monstr@monstr.eu>
19321
19322 commit 6677876181cc8772bca8a372479a500d160f3993
19323 Author: Scott Wood <scottwood@freescale.com>
19324 Date: Tue Jan 20 11:56:11 2009 -0600
19325
19326 83xx: Use the proper sequence for updating IMMR.
19327
19328 This ensures that subsequent accesses properly hit the new window.
19329
19330 The dcbi during the NAND loop was accidentally working around this;
19331 it's no longer necessary, as the cache is not enabled.
19332
19333 Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
19334 Signed-off-by: Scott Wood <scottwood@freescale.com>
19335 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19336
19337 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
19338 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19339 Date: Thu Jan 8 04:26:19 2009 +0300
19340
19341 mpc83xx: Add PCI-E support for MPC837XEMDS boards
19342
19343 MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
19344 provides two PCI-E (x2) ports. Though, only one port can be used in x2
19345 mode. Two ports can function simultaneously in x1 mode.
19346
19347 PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
19348
19349 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19350 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19351
19352 commit 8f11e34b31a7be124a3239653f33af9510502045
19353 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19354 Date: Thu Jan 8 04:26:17 2009 +0300
19355
19356 mpc83xx: Add PCI-E support for MPC8315ERDB boards
19357
19358 MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
19359 support them.
19360
19361 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19362 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19363
19364 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
19365 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19366 Date: Thu Jan 8 04:26:12 2009 +0300
19367
19368 mpc83xx: Add support for MPC83xx PCI-E controllers
19369
19370 This patch adds support for MPC83xx PCI-E controllers in Root Complex
19371 mode.
19372
19373 The patch is based on Tony Li and Dave Liu work[1].
19374
19375 Though unlike the original patch, by default we don't register PCI-E
19376 buses for use in U-Boot, we only configure the controllers for future
19377 use in other OSes (Linux). This is done because we don't have enough
19378 of spare BATs to map all the PCI-E regions.
19379
19380 To actually use PCI-E in U-Boot, users should explicitly define
19381 CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
19382 only then U-Boot will able to access PCI-E, but at the cost of disabled
19383 address translation.
19384
19385 [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
19386
19387 Signed-off-by: Tony Li <tony.li@freescale.com>
19388 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19389 Acked-by: Dave Liu <daveliu@freescale.com>
19390 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19391
19392 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
19393 Author: Ira Snyder <iws@ovro.caltech.edu>
19394 Date: Mon Jan 12 13:33:17 2009 -0800
19395
19396 MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
19397
19398 When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
19399 not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
19400 "Clocking in PCI Agent Mode".
19401
19402 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
19403 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19404
19405 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
19406 Author: Ira Snyder <iws@ovro.caltech.edu>
19407 Date: Mon Jan 12 13:32:26 2009 -0800
19408
19409 83xx: PCI agent mode fixes for multi-board systems
19410
19411 When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
19412 the boards will lock up the PCI bus by scanning against each other.
19413
19414 The boards lock against each other by trying to access the PCI bus before
19415 clearing their configuration lock bit. Both boards end up in a loop,
19416 sending and receiving "Target Not Ready" messages forever.
19417
19418 When running in PCI agent mode, the scanning now takes place after the
19419 boards have cleared their configuration lock bit.
19420
19421 Also, add a missing declaration to the mpc83xx.h header file, fixing a
19422 build warning.
19423
19424 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
19425 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19426
19427 commit 455a46915b82896cc2070eb326d075555c2bc580
19428 Author: Ron Madrid <ron_madrid@sbcglobal.net>
19429 Date: Fri Dec 12 13:12:45 2008 -0800
19430
19431 mpc83xx: Size optimization of start.S
19432
19433 Currently there are in excess of 100 bytes located at the beginning of the image
19434 built by start.S that are not being utilized. This patch moves a few functions
19435 into this part of the image. This will create a greater number of *available*
19436 bytes that can be used by board specific code in NAND builds and will decrease
19437 the size of the assembled code in other builds.
19438
19439 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
19440 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19441
19442 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
19443 Author: Wolfgang Denk <wd@denx.de>
19444 Date: Wed Jan 21 23:08:12 2009 +0100
19445
19446 Prepare v2009.01
19447
19448 Signed-off-by: Wolfgang Denk <wd@denx.de>
19449
19450 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
19451 Author: Wolfgang Denk <wd@denx.de>
19452 Date: Sun Jan 18 21:37:48 2009 +0100
19453
19454 Prepare 2009.01-rc3
19455
19456 Update CHANGELOG
19457
19458 Signed-off-by: Wolfgang Denk <wd@denx.de>
19459
19460 commit 4cda437898f7873752f0201757cd33f12196ce87
19461 Author: Mike Frysinger <vapier@gentoo.org>
19462 Date: Sat Jan 17 13:32:42 2009 -0500
19463
19464 build system: treat all Darwin's alike
19465
19466 The x86 based version of Darwin behaves the same quirky way as the powerpc
19467 Darwin, so only check HOSTOS when setting up Darwin workarounds.
19468
19469 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19470
19471 commit c088a108c75db565e07292fd668dfa5491e85bc2
19472 Author: Peter Korsgaard <jacmet@sunsite.dk>
19473 Date: Wed Jan 14 13:52:24 2009 +0100
19474
19475 fdt_resize(): fix actualsize calculations with unaligned blobs
19476
19477 The code in fdt_resize() to extend the fdt size to end on a page boundary
19478 is wrong for fdt's not located at an address aligned on a page boundary.
19479 What's even worse, the code would make actualsize shrink rather than grow
19480 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
19481 causing fdt_add_mem_rsv to fail.
19482
19483 Fix it by aligning end address (blob + size) to a page boundary instead.
19484 For aligned fdt's this is equivalent to what we had before.
19485
19486 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19487
19488 commit fadad1573fb16c90025f08a2861d6047d093cba7
19489 Author: Mike Frysinger <vapier@gentoo.org>
19490 Date: Fri Jan 9 04:38:17 2009 -0500
19491
19492 ncb: use socklen_t
19493
19494 The recvfrom() function takes a socklen_t, not an int.
19495
19496 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19497
19498 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
19499 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19500 Date: Sun Jan 11 16:35:16 2009 +0100
19501
19502 sh: serial: use readx/writex accessors
19503
19504 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19505 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19506
19507 commit 9e1fa628bdb64745811cdd26c4f953846c076180
19508 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19509 Date: Sun Jan 11 16:35:15 2009 +0100
19510
19511 sh: serial: coding style cleanup
19512
19513 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19514 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19515
19516 commit c9935c992575922b7ef13eec0656ed8665d324e3
19517 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19518 Date: Sun Jan 11 17:48:56 2009 +0900
19519
19520 sh: Fix compile error on lowlevel_init file
19521
19522 lowlevel_init of SH was corrected to use the write/readXX macro.
19523 However, there was a problem that was not able to be compiled partially.
19524 This patch corrected this.
19525
19526 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19527
19528 commit a5b04d00bfeb940c62232972ce644d50b45797f9
19529 Author: Kieran Bingham <kieranbingham@gmail.com>
19530 Date: Tue Dec 30 01:16:03 2008 +0000
19531
19532 sh: Fix up rsk7203 target for out of tree build
19533
19534 Fix up rsk7203 target to build successfully using out-of-tree build.
19535
19536 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
19537 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19538
19539 commit f7e78f3b74aae9caca2997bad865a72338326c0a
19540 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19541 Date: Sat Dec 20 19:29:49 2008 +0100
19542
19543 sh: use write{8,16,32} in all lowlevel_init
19544
19545 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19546 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19547
19548 commit e4430779623af500de1cee7892c379f07ef59813
19549 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19550 Date: Sat Dec 20 19:29:48 2008 +0100
19551
19552 sh: lowlevel_init coding style cleanup
19553
19554 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19555 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19556
19557 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
19558 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19559 Date: Sat Dec 20 15:27:45 2008 +0100
19560
19561 sh: update sh2/sh2a timer coding style
19562
19563 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19564 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19565
19566 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
19567 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19568 Date: Sat Dec 20 15:25:22 2008 +0100
19569
19570 sh: update sh timer coding style
19571
19572 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19573 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19574
19575 commit 0e3ece33801e377be67ffa29f083421ad820f28b
19576 Author: Wolfgang Denk <wd@denx.de>
19577 Date: Wed Jan 14 23:26:05 2009 +0100
19578
19579 Prepare 2009.01-rc2
19580
19581 Update CHANGELOG.
19582
19583 Signed-off-by: Wolfgang Denk <wd@denx.de>
19584
19585 commit e92c9a860e44c14513c8909ce4299e253a775eeb
19586 Author: Wolfgang Denk <wd@denx.de>
19587 Date: Wed Jan 14 22:35:30 2009 +0100
19588
19589 cpu/mpc824x/Makefile: fix warning with parallel builds
19590
19591 Parallel builds would occasionally issue this build warning:
19592
19593 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
19594
19595 Use "ln -sf" as quick work around for the issue.
19596
19597 Signed-off-by: Wolfgang Denk <wd@denx.de>
19598
19599 commit 3ba605d4beec649438539e7df97b5fedb26592fb
19600 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19601 Date: Fri Jan 2 12:18:49 2009 +0100
19602
19603 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
19604
19605 This patch adds esd's loadpci BSP command to CPCI4052 and
19606 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
19607
19608 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19609 Signed-off-by: Stefan Roese <sr@denx.de>
19610
19611 commit 600fe46fb3dab7f07604f9009904f31584415114
19612 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19613 Date: Fri Jan 2 12:18:12 2009 +0100
19614
19615 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
19616
19617 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19618 Signed-off-by: Stefan Roese <sr@denx.de>
19619
19620 commit f6a1f490d224c600a09137e58d1026d150b8e679
19621 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19622 Date: Fri Jan 2 12:17:36 2009 +0100
19623
19624 ppc4xx: Cleanup CPCI405 board code
19625
19626 This patch cleans up CPCI405 board support:
19627 - wrap long lines
19628 - unification of spaces in function calls
19629 - remove dead code
19630
19631 Use correct io accessors on peripherals.
19632
19633 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19634 Signed-off-by: Stefan Roese <sr@denx.de>
19635
19636 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
19637 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19638 Date: Fri Jan 2 12:16:35 2009 +0100
19639
19640 ppc4xx: Enable auto RS485 mode on PLU405 boards
19641
19642 This patch turns on the auto RS485 mode in the 2nd external
19643 uart on PLU405 boards. This is a special mode of the used
19644 Exar XR16C2850 uart. Because these boards only have a 485 physical
19645 layer connected it's a good idea to turn it on by default.
19646
19647 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19648 Signed-off-by: Stefan Roese <sr@denx.de>
19649
19650 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
19651 Author: Haiying Wang <Haiying.Wang@freescale.com>
19652 Date: Tue Jan 13 16:29:28 2009 -0500
19653
19654 Some changes of TLB entry setting for MPC8572DS
19655
19656 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
19657 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
19658 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
19659
19660 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
19661
19662 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19663
19664 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
19665 Author: Haiying Wang <Haiying.Wang@freescale.com>
19666 Date: Tue Jan 13 16:29:22 2009 -0500
19667
19668 Change DDR tlb start entry to CONFIG param for 85xx
19669
19670 So that we can locate the DDR tlb start entry to the value other than 8. By
19671 default, it is still 8.
19672
19673 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19674
19675 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
19676 Author: Roy Zang <tie-fei.zang@freescale.com>
19677 Date: Fri Jan 9 16:02:35 2009 +0800
19678
19679 Change PCIE1&2 deciide logic on MPC8544DS board more readable
19680
19681 The IO port selection for MPC8544DS board:
19682 Port cfg_io_ports
19683 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
19684 PCIE2 0x4, 0x5, 0x6, 0x7
19685 PCIE3 0x6, 0x7
19686 This patch changes the PCIE12 and PCIE2 logic more readable.
19687 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
19688
19689 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
19690 Author: Roy Zang <tie-fei.zang@freescale.com>
19691 Date: Fri Jan 9 16:01:52 2009 +0800
19692
19693 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
19694
19695 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
19696 PCIE1 bit.
19697 On MPC8572DS board, PCIE refers to PCIE1.
19698 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
19699
19700 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
19701 Author: Roy Zang <tie-fei.zang@freescale.com>
19702 Date: Fri Jan 9 16:00:55 2009 +0800
19703
19704 Fix IO port selection issue on MPC8544DS and MPC8572DS boards
19705
19706 The IO port selection is not correct on MPC8572DS and MPC8544DS board.
19707 This patch fixes this issue.
19708 For MPC8572
19709 Port cfg_io_ports
19710 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
19711 PCIE2 0x3, 0x7
19712 PCIE3 0x7
19713
19714 For MPC8544
19715 Port cfg_io_ports
19716 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
19717 PCIE2 0x4, 0x5, 0x6, 0x7
19718 PCIE3 0x6, 0x7
19719 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
19720
19721 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
19722 Author: Becky Bruce <beckyb@kernel.crashing.org>
19723 Date: Wed Dec 3 22:36:44 2008 -0600
19724
19725 mpc8610hpcd: Fix PCI mapping concepts
19726
19727 Rename _BASE to _BUS, as it's actually a PCI bus address,
19728 separate virtual and physical addresses into _VIRT and _PHYS,
19729 and use each appopriately. This makes the code easier to read
19730 and understand, and facilitates mapping changes going forward.
19731
19732 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
19733
19734 commit 79e436cad3b4a7db88408c3f05175028f30d700d
19735 Author: Becky Bruce <beckyb@kernel.crashing.org>
19736 Date: Wed Dec 3 22:36:26 2008 -0600
19737
19738 sbc8641d: Fix PCI mapping concepts
19739
19740 Rename _BASE to _BUS, as it's actually a PCI bus address,
19741 separate virtual and physical addresses into _VIRT and _PHYS,
19742 and use each appopriately. This makes the code easier to read
19743 and understand, and facilitates mapping changes going forward.
19744
19745 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
19746
19747 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
19748 Author: Wolfgang Denk <wd@denx.de>
19749 Date: Mon Jan 12 14:50:35 2009 +0100
19750
19751 MPC86xx: fix build warnings
19752
19753 Signed-off-by: Wolfgang Denk <wd@denx.de>
19754
19755 commit 032a1c934ef4dc003281f57302b6e693062c1868
19756 Author: Mike Frysinger <vapier@gentoo.org>
19757 Date: Mon Jan 5 16:09:44 2009 -0500
19758
19759 bf537-stamp/nand: fix board_nand_init prototype
19760
19761 The board_nand_init() function should return an int, not void.
19762
19763 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19764
19765 commit 687f952e4119594ab913be11c90f7f018c2a7a79
19766 Author: Mike Frysinger <vapier@gentoo.org>
19767 Date: Thu Dec 11 07:04:48 2008 -0500
19768
19769 Blackfin: drop CONFIG_SPI handling in board init
19770
19771 The eeprom SPI init functions are duplicated as the common code already
19772 executes these for us.
19773
19774 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19775
19776 commit e7e684b10d73a303902208594c7c3e7e0d753282
19777 Author: Mike Frysinger <vapier@gentoo.org>
19778 Date: Fri Oct 24 17:51:57 2008 -0400
19779
19780 Blackfin: fix out-of-tree building with ldscripts
19781
19782 Many of the Blackfin board linker scripts are preprocessed, so make sure we
19783 output the linker script into the build tree rather than the source tree.
19784
19785 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19786
19787 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
19788 Author: Mike Frysinger <vapier@gentoo.org>
19789 Date: Fri Oct 24 17:48:54 2008 -0400
19790
19791 Blackfin: fix linker scripts to work with --gc-sections
19792
19793 Make sure all .text sections get pulled in and the entry point is properly
19794 referenced so they don't get discarded when linking with --gc-sections.
19795
19796 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19797
19798 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
19799 Author: Mike Frysinger <vapier@gentoo.org>
19800 Date: Sat Oct 11 20:45:44 2008 -0400
19801
19802 Blackfin: set proper LDRFLAGS for parallel booting LDRs
19803
19804 In order to boot an LDR out of parallel flash, the ldr utility needs a few
19805 flags to tell it to generate the right header.
19806
19807 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19808
19809 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
19810 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19811 Date: Tue Jan 6 21:41:59 2009 +0100
19812
19813 at91rm9200: move define from lowlevel_init to header
19814
19815 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19816
19817 commit 8a48686fac2030287765f1970ea046bd5734b733
19818 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19819 Date: Sat Jan 3 17:22:26 2009 +0100
19820
19821 m501sk: move to the common memory setup
19822
19823 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19824
19825 commit d481c80d78f954133c035dae6c7d22de3625795d
19826 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19827 Date: Sat Jan 3 17:22:25 2009 +0100
19828
19829 at91rm9200: rename lowlevel init value to CONFIG_SYS_
19830
19831 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19832
19833 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
19834 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
19835 Date: Tue Jan 6 21:13:14 2009 +0100
19836
19837 at91: add at91sam9xeek board support
19838
19839 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
19840 it as another entry for at91sam9260 in the Makefile.
19841
19842 Check documentation at :
19843 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
19844
19845 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
19846 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19847
19848 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
19849 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19850 Date: Tue Jan 6 21:15:57 2009 +0100
19851
19852 fix bmp_logo.h make dependencies to allow parallel build
19853
19854 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19855
19856 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
19857 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19858 Date: Sat Jan 3 17:22:24 2009 +0100
19859
19860 at91: Fix Atmel's at91sam9 boards out of tree build
19861
19862 introduced in commit 89a7a87f084c
19863
19864 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19865
19866 commit 0668236bafaa1c11c521652a2facebc74beecbf0
19867 Author: Wolfgang Denk <wd@denx.de>
19868 Date: Tue Dec 30 22:56:11 2008 +0100
19869
19870 README: update mailing list name and hits to patch submission.
19871
19872 Signed-off-by: Wolfgang Denk <wd@denx.de>
19873
19874 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
19875 Author: Peter Tyser <ptyser@xes-inc.com>
19876 Date: Tue Dec 23 16:32:01 2008 -0600
19877
19878 85xx: Enable inbound PCI config cycles for X-ES boards cleanup
19879
19880 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19881
19882 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
19883 Author: Peter Tyser <ptyser@xes-inc.com>
19884 Date: Tue Dec 23 16:32:00 2008 -0600
19885
19886 XPedite5200 board support cleanup
19887
19888 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19889
19890 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
19891 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19892 Date: Tue Dec 2 21:58:04 2008 +0100
19893
19894 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
19895
19896 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19897 Signed-off-by: Remy Böhmer <linux@bohmer.net>
19898
19899 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
19900 Author: Trent Piepho <tpiepho@freescale.com>
19901 Date: Wed Dec 3 15:16:37 2008 -0800
19902
19903 mpc8[56]xx: Put localbus clock in sysinfo and gd
19904
19905 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
19906 and print it out, but don't save it.
19907
19908 This changes where its calculated and stored to be more consistent with the
19909 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
19910
19911 The localbus frequency is added to sysinfo and calculated when sysinfo is
19912 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
19913
19914 get_clocks() copies the frequency into the global data, as the other
19915 frequencies are, into a new field that is only enabled for MPC85xx and
19916 MPC86xx.
19917
19918 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
19919 from sysinfo, like the other frequencies, instead of calculating it on the
19920 spot.
19921
19922 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
19923 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19924 Acked-by: Jon Loeliger <jdl@freescale.com>
19925
19926 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
19927 Author: Trent Piepho <tpiepho@freescale.com>
19928 Date: Wed Dec 3 15:16:36 2008 -0800
19929
19930 mpc86xx: Double local bus clock divider
19931
19932 The local bus clock divider should be doubled for both 8610 and 8641.
19933
19934 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
19935 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19936 Acked-by: Jon Loeliger <jdl@freescale.com>
19937
19938 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
19939 Author: Trent Piepho <tpiepho@freescale.com>
19940 Date: Wed Dec 3 15:16:35 2008 -0800
19941
19942 mpc8568: Double local bus clock divider
19943
19944 The clock divider for the MPC8568 local bus should be doubled, like the
19945 other newer MPC85xx chips.
19946
19947 Since there are now more chips with a 2x divider than a 1x, and any new
19948 85xx chips will probably be 2x, invert the sense of the #if so that it
19949 lists the 1x chips instead of the 2x ones.
19950
19951 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
19952 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19953 Acked-by: Jon Loeliger <jdl@freescale.com>
19954
19955 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
19956 Author: Dave Liu <daveliu@freescale.com>
19957 Date: Tue Dec 16 12:09:27 2008 +0800
19958
19959 85xx: Fix the boot window issue
19960
19961 If one custom board is using the 8MB flash, it is set
19962 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
19963 The current start.S code will be broken at switch_as.
19964
19965 It is because the TLB1[15] is set as 16MB page size,
19966 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
19967
19968 For the 8MB flash case, the EPN = 0xefxxxxxx,
19969 RPN = 0xffxxxxxx. Assume the virt address of switch_as
19970 is 0xef7ff18c, the real address of the instruction at
19971 switch_as should be 0xff7ff18c. the 0xff7ff18c is out
19972 of the range of the default 8MB boot LAW window
19973 0xff800000 - 0xffffffff.
19974
19975 So when we switch to AS1 address space at switch_as,
19976 the core can't fetch the instruction at switch_as any
19977 more. It will cause broken issue.
19978
19979 Signed-off-by: Dave Liu <daveliu@freescale.com>
19980
19981 commit 58da8890d5fbd074746037722a423de9ac408616
19982 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19983 Date: Thu Dec 11 15:47:50 2008 -0500
19984
19985 sbc8548: use proper PHY address
19986
19987 The values given for the PHY address were wrong, so the code
19988 read no valid PHY ID, and fell through to the generic PHY
19989 support, which would work on 1000M but would not auto negotiate
19990 down to 100M or 10M.
19991
19992 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19993
19994 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
19995 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19996 Date: Thu Dec 11 15:47:51 2008 -0500
19997
19998 sbc8548: enable command line editing by default.
19999
20000 Lets make things a bit more user friendly. It isn't 1985 anymore.
20001
20002 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
20003
20004 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
20005 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
20006 Date: Thu Dec 11 15:47:49 2008 -0500
20007
20008 sbc8548: don't enable the 3rd and 4th eTSEC
20009
20010 These interfaces don't have usable connectors on the board, so don't
20011 bother enumerating or configuring them.
20012
20013 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
20014
20015 commit 181a3650113883728927928b3ac81ad6dade4b2c
20016 Author: Haiying Wang <Haiying.Wang@freescale.com>
20017 Date: Wed Dec 3 10:08:19 2008 -0500
20018
20019 Set IVPR to kenrel entry point in second core boot page
20020
20021 Assuming the OSes exception vectors start from the base of kernel address, and
20022 the kernel physical starting address can be relocated to an non-zero address.
20023 This patch enables the second core to have a valid IVPR for debugger before
20024 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
20025 value for second core which runs kernel at different physical address other
20026 than 0x0.
20027
20028 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20029
20030 commit a5d212a263c58cc746481bf1fc878510533ce7d6
20031 Author: Trent Piepho <tpiepho@freescale.com>
20032 Date: Wed Dec 3 15:16:34 2008 -0800
20033
20034 mpc8xxx: LCRR[CLKDIV] is sometimes five bits
20035
20036 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
20037 instead of four.
20038
20039 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It
20040 should be safe as the fifth bit was defined as reserved and set to 0.
20041
20042 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
20043
20044 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
20045 Acked-by: Kumar Gala <galak@kernel.crashing.org>
20046 Acked-by: Jon Loeliger <jdl@freescale.com>
20047
20048 commit 58ec4866ed916c7e422f5107bb27b0822084728e
20049 Author: Trent Piepho <tpiepho@freescale.com>
20050 Date: Wed Dec 3 15:16:38 2008 -0800
20051
20052 mpc8[56]xx: Put localbus clock in device tree
20053
20054 Export the localbus frequency in the device tree, the same way the CPU, TB,
20055 CCB, and various other frequencies are exported in their respective device
20056 tree nodes.
20057
20058 Some localbus devices need this information to be programed correctly, so
20059 it makes sense to export it along with the other frequencies.
20060
20061 Unfortunately, when someone wrote the localbus dts bindings, they didn't
20062 bother to define what the "compatible" property should be. So it seems no
20063 one was quite sure what to put in their dts files.
20064
20065 Based on current existing dts files in the kernel source, I've used
20066 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
20067 of the 85xx devices, and are looked for by the Linux code. The eLBC is
20068 apparently not entirely backward compatible with the pq3 LBC and so eLBC
20069 equipped platforms like 8572 won't use pq3-localbus.
20070
20071 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
20072 and is also looked for by the Linux code. On MPC8641, I've also used
20073 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
20074 which don't use "fsl,elbc" or any other acceptable name to match on.
20075
20076 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
20077 Acked-by: Kumar Gala <galak@kernel.crashing.org>
20078 Acked-by: Jon Loeliger <jdl@freescale.com>
20079
20080 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
20081 Author: Kumar Gala <galak@kernel.crashing.org>
20082 Date: Tue Dec 16 14:59:22 2008 -0600
20083
20084 NAND FSL elbc: Use virt_to_phys to determine which bank is in use
20085
20086 The current code that determines which bank/chipselect is used for a
20087 given NAND instance only worked for 32-bit addresses and assumed
20088 a 1:1 mapping. This breaks in 36-bit physical configs.
20089
20090 The proper way to handle this is to use the virt_to_phys() and
20091 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
20092 with the the virtual address the NAND code uses.
20093
20094 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20095 Acked-by: Scott Wood <scottwood@freescale.com>
20096
20097 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
20098 Author: Kumar Gala <galak@kernel.crashing.org>
20099 Date: Tue Dec 16 14:59:21 2008 -0600
20100
20101 ppc: Use addrmap in virt_to_phys and map_physmem.
20102
20103 If we have addr map support enabled use the mapping functions to
20104 implement virt_to_phys() and map_physmem().
20105
20106 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20107
20108 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
20109 Author: Kumar Gala <galak@kernel.crashing.org>
20110 Date: Tue Dec 16 14:59:20 2008 -0600
20111
20112 85xx: Add support to populate addr map based on TLB settings
20113
20114 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20115
20116 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
20117 Author: Peter Tyser <ptyser@xes-inc.com>
20118 Date: Mon Dec 1 13:47:13 2008 -0600
20119
20120 XPedite5200 board support
20121
20122 Initial support for Extreme Engineering Solutions XPedite5200 -
20123 a MPC8548-based PMC single board computer.
20124
20125 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20126
20127 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
20128 Author: Peter Tyser <ptyser@xes-inc.com>
20129 Date: Wed Oct 29 12:39:27 2008 -0500
20130
20131 85xx: Enable inbound PCI config cycles for X-ES boards
20132
20133 Update X-ES Freescale boards to allow inbound PCI configuration
20134 cycles when configured as agent/endpoint.
20135
20136 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20137
20138 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
20139 Author: Peter Tyser <ptyser@xes-inc.com>
20140 Date: Wed Dec 17 16:36:23 2008 -0600
20141
20142 XPedite5370 board support
20143
20144 Initial support for Extreme Engineering Solutions XPedite5370 -
20145 a MPC8572-based 3U VPX single board computer with a PMC/XMC
20146 site.
20147
20148 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20149
20150 commit e92739d34e2d6b6aca93b2598248210710897ce8
20151 Author: Peter Tyser <ptyser@xes-inc.com>
20152 Date: Wed Dec 17 16:36:21 2008 -0600
20153
20154 Add support for PCA953x I2C gpio devices
20155
20156 Initial support for NXP's 4 and 8 bit I2C gpio expanders
20157 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
20158 enables support for the devices while the CONFIG_CMD_PCA953X
20159 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
20160 define enables an 'info' sub-command which provides summary
20161 information for the given pca953x device.
20162
20163 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20164
20165 commit 7a8979591171676417ab36852d8811a8c46accd8
20166 Author: Peter Tyser <ptyser@xes-inc.com>
20167 Date: Wed Oct 29 12:39:26 2008 -0500
20168
20169 pci/fsl_pci_init: Enable inbound PCI config cycles
20170
20171 Add fsl_pci_config_unlock() function to enable a
20172 PCI/PCIe interface configured in agent/endpoint mode to
20173 respond to inbound PCI configuration cycles.
20174
20175 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20176
20177 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
20178 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20179 Date: Wed Dec 17 16:43:18 2008 +0100
20180
20181 avr32: Remove second definition of virt_to_phys()
20182
20183 The second definition introduced by 65e43a1063 conflicts with the
20184 existing one.
20185
20186 Also, convert the existing definition to use phys_addr_t. The volatile
20187 qualifier is still needed due to brain damage elsewhere.
20188
20189 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20190
20191 commit b616f2b545f73757669b37386f0b37bb61fc6797
20192 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20193 Date: Mon Sep 8 22:27:18 2008 +0200
20194
20195 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
20196
20197 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20198 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20199
20200 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
20201 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20202 Date: Tue Dec 16 22:10:31 2008 +0100
20203
20204 MIPS: qemu_mips: update doc to use all disk and boot linux kernel
20205
20206 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20207 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20208
20209 commit 13095b2f07dacb1f863772266c1789d47a523a8a
20210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20211 Date: Tue Dec 16 22:10:30 2008 +0100
20212
20213 MIPS: qemu_mips: move env storage just after u-boot
20214
20215 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20216 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20217
20218 commit aced78d852d0b009e8aaa1445af8cb40861ee549
20219 Author: Wolfgang Denk <wd@denx.de>
20220 Date: Tue Dec 16 23:48:27 2008 +0100
20221
20222 Prepare 2009.01-rc1
20223
20224 Signed-off-by: Wolfgang Denk <wd@denx.de>
20225
20226 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
20227 Author: Wolfgang Denk <wd@denx.de>
20228 Date: Tue Dec 16 23:13:46 2008 +0100
20229
20230 include/configs/at91cap9adk.h: fix typo.
20231
20232 Signed-off-by: Wolfgang Denk <wd@denx.de>
20233
20234 commit 45ca04f2377361593151d2d4da51f8ba4832d233
20235 Author: Wolfgang Denk <wd@denx.de>
20236 Date: Tue Dec 16 22:32:25 2008 +0100
20237
20238 board/trab/memory.c: Fix compile problems.
20239
20240 Apply changes from commit 44b4dbed to board/trab/memory.c, too.
20241
20242 Actually we'd need a major cleanup here - as it turns out,
20243 board/trab/memory.c is more or less a verbatim copy of
20244 post/drivers/memory.c ... but then, trab is EOL anyway,r
20245 so this is not worth the effort.
20246
20247 Signed-off-by: Wolfgang Denk <wd@denx.de>
20248
20249 commit ff49ea8977b56916edd5b1766d9939010e30b181
20250 Author: Scott Wood <scottwood@freescale.com>
20251 Date: Tue Dec 16 14:24:16 2008 -0600
20252
20253 NAND: Mark the BBT as scanned prior to calling scan_bbt.
20254
20255 Otherwise, recursion can occur if scan_bbt does not find a bad block
20256 table, and tries to write one, and the attempt to erase the BBT area
20257 causes a bad block check.
20258
20259 Signed-off-by: Scott Wood <scottwood@freescale.com>
20260
20261 commit 584eedab66d0828f2d571a24b10526c4e65f547b
20262 Author: Ilya Yanok <yanok@emcraft.com>
20263 Date: Thu Dec 11 05:51:57 2008 +0300
20264
20265 jffs2: include <linux/mtd/compat.h> instead of defining own min_t
20266
20267 Include <linux/mtd/compat.h> header for min_t definition instead of
20268 providing our own one. Removes warnings in case of OneNAND support
20269 enabled.
20270
20271 Although I thinks it's a bit silly to include <linux/mtd/compat.h>
20272 just for min_t...
20273
20274 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20275 Acked-by: Stefan Roese <sr@denx.de>
20276
20277 commit b1ffecec37b57a59c139042267faac458e5324e9
20278 Author: Becky Bruce <beckyb@kernel.crashing.org>
20279 Date: Wed Dec 3 23:04:37 2008 -0600
20280
20281 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
20282
20283 Casting a pointer to a phys_addr_t when it's an unsigned long long
20284 on a 32-bit system without first casting to a non-pointer type
20285 generates a compiler warning. Fix this.
20286
20287 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
20288
20289 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
20290 Author: Wolfgang Denk <wd@denx.de>
20291 Date: Tue Dec 16 16:22:50 2008 +0100
20292
20293 trab: make trab_fkt standalone code independent of libgcc
20294
20295 Use our own local functions in lib_arm/ instead.
20296
20297 Signed-off-by: Wolfgang Denk <wd@denx.de>
20298
20299 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
20300 Author: Wolfgang Denk <wd@denx.de>
20301 Date: Tue Dec 16 14:44:06 2008 +0100
20302
20303 post/Makefile: fix dependency problem with parallel builds
20304
20305 Parallel builds (using "make -jN") would occasionally fail with error
20306 messages like
20307 ppc_4xxFP-objdump: string.o: File format not recognized
20308 or
20309 post/libpost.a(cpu.o): In function `cpu_post_test':
20310 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
20311 or similar. We now make sure to run the 'postdeps" step before
20312 attempting to build the specific POST libraries.
20313
20314 Signed-off-by: Wolfgang Denk <wd@denx.de>
20315
20316 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
20317 Author: Wolfgang Denk <wd@denx.de>
20318 Date: Tue Dec 16 14:41:02 2008 +0100
20319
20320 Makefile: fix dependency problem with parallel builds
20321
20322 Parallel builds (using "make -jN") would occasionally fail with error
20323 messages like
20324 include/autoconf.mk:212: *** missing separator. Stop.
20325 Line numbers and affected boards were changing. Obviously some
20326 Makefiles included autoconf.mk while it was still being written to.
20327 As a fix, we now write to a temporary file first and then rename it,
20328 so that it is really ready to use as soon as it appears.
20329
20330 Signed-off-by: Wolfgang Denk <wd@denx.de>
20331
20332 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
20333 Author: Wolfgang Denk <wd@denx.de>
20334 Date: Tue Dec 16 01:02:17 2008 +0100
20335
20336 Coding style cleanup, update CHANGELOG.
20337
20338 Signed-off-by: Wolfgang Denk <wd@denx.de>
20339
20340 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
20341 Author: Mike Frysinger <vapier@gentoo.org>
20342 Date: Thu Dec 11 18:39:08 2008 -0500
20343
20344 spi/stmicro: fix debug() display of cmd
20345
20346 The stmicro_wait_ready() func tries to show the actual opcode that was sent
20347 to the device, but instead it displays the array pointer. Fix it to pull
20348 out the opcode from the start of the array.
20349
20350 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20351
20352 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
20353 Author: Mike Frysinger <vapier@gentoo.org>
20354 Date: Thu Dec 11 06:23:37 2008 -0500
20355
20356 env_sf: support embedded environments
20357
20358 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
20359 size is larger than the env size, then it means the env is embedded in a
20360 block. So we have to save/restore the part of the sector which is not the
20361 environment. Previously, saving the environment in SPI flash in this
20362 setup would probably brick the board as the rest of the sector tends to
20363 contain actual U-Boot data/code.
20364
20365 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20366 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20367
20368 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
20369 Author: Timur Tabi <timur@freescale.com>
20370 Date: Wed Dec 3 11:28:30 2008 -0600
20371
20372 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
20373
20374 All implementations of the functions i2c_reg_read() and
20375 i2c_reg_write() are identical. We can save space and simplify the
20376 code by converting these functions into inlines and putting them in
20377 i2c.h.
20378
20379 Signed-off-by: Timur Tabi <timur@freescale.com>
20380 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20381
20382 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
20383 Author: Dave Liu <daveliu@freescale.com>
20384 Date: Fri Dec 5 15:36:14 2008 +0800
20385
20386 lib_ppc: rework the flush_cache
20387
20388 - It is possible to miss flush/invalidate the last
20389 cache line, we fix it at here.
20390 - add the volatile and memory clobber.
20391
20392 They are pointed by Scott Wood.
20393
20394 Signed-off-by: Dave Liu <daveliu@freescale.com>
20395
20396 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
20397 Author: Kumar Gala <galak@kernel.crashing.org>
20398 Date: Sat Dec 13 17:20:28 2008 -0600
20399
20400 Introduce addr_map library
20401
20402 Add a library that helps in translating between virtual and physical
20403 addresses. This library can be useful as a simple means to implement
20404 map_physmem() and virt_to_phys() for platforms that need functionality
20405 beyond the simple 1:1 mapping.
20406
20407 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20408
20409 commit 65e43a10631537dcb92c302d36301a12308216c3
20410 Author: Kumar Gala <galak@kernel.crashing.org>
20411 Date: Sat Dec 13 17:20:27 2008 -0600
20412
20413 Introduce virt_to_phys()
20414
20415 virt_to_phys() returns the physical address given a virtual. In most
20416 cases this will be just the input value as the vast majority of
20417 systems run in a 1:1 mode.
20418
20419 However in systems that are not running this way it should report the
20420 physical address or ~0 if no mapping exists for the given virtual
20421 address.
20422
20423 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20424
20425 commit 45845301af3de8675c1f7bbc815c6de35452605a
20426 Author: Yuri Tikhonov <yur@emcraft.com>
20427 Date: Sun Dec 7 22:12:50 2008 +0100
20428
20429 POST Make: fix the sub-dir dependencies missing.
20430
20431 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20432
20433 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
20434 Author: Martin Michlmayr <tbm@cyrius.com>
20435 Date: Wed Aug 6 14:44:05 2008 +0300
20436
20437 Fix a typo in fw_env.config
20438
20439 Reported-by: Martin Michlmayr <tbm@cyrius.com>
20440 Signed-off-by: Wolfgang Denk <wd@denx.de>
20441
20442 commit ba490b7761c62b549c222a9723e532dc801a3899
20443 Author: Peter Tyser <ptyser@xes-inc.com>
20444 Date: Mon Dec 1 16:22:45 2008 -0600
20445
20446 Remove unused CONFIG_ADDR_STREAMING defines
20447
20448 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20449
20450 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
20451 Author: Peter Tyser <ptyser@xes-inc.com>
20452 Date: Mon Nov 24 11:54:47 2008 -0600
20453
20454 cmd_mem: Remove unused variable
20455
20456 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20457
20458 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
20459 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20460 Date: Sun Dec 14 10:29:39 2008 +0100
20461
20462 Fix new found CFG_
20463
20464 Also fix some minor typos.
20465
20466 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20467 Signed-off-by: Wolfgang Denk <wd@denx.de>
20468
20469 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
20470 Author: Sergei Poselenov <sposelenov@emcraft.com>
20471 Date: Fri Sep 19 12:07:34 2008 +0200
20472
20473 Remove compiler warning: target CPU does not support interworking
20474
20475 This warning is issued by modern ARM-EABI GCC on non-thumb targets.
20476
20477 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
20478 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20479
20480 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
20481 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20482 Date: Mon Nov 24 13:33:51 2008 +0100
20483
20484 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
20485
20486 FDT support is used for both FIT style images and for architectures
20487 that can pass a fdt blob to an OS (ppc, m68k, sparc).
20488
20489 For other architectures and boards which do not pass a fdt blob to an
20490 OS but want to use the new uImage format, we just need FIT support.
20491
20492 Now we can have the 4 following configurations :
20493
20494 1) FIT only CONFIG_FIT
20495 2) fdt blob only CONFIG_OF_LIBFDT
20496 3) both CONFIG_OF_LIBFDT & CONFIG_FIT
20497 4) none none
20498
20499 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20500
20501 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
20502 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20503 Date: Wed Dec 10 15:13:32 2008 +0100
20504
20505 ppc4xx: Disable EEPROM write access on PMC440 boards
20506
20507 This patch disables EEPROM wrtie access by default on PMC440 board.
20508
20509 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20510
20511 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
20512 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20513 Date: Wed Dec 10 15:12:56 2008 +0100
20514
20515 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
20516
20517 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20518
20519 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
20520 Author: Stefan Roese <sr@denx.de>
20521 Date: Tue Nov 18 16:36:12 2008 +0100
20522
20523 MIPS: Flush data cache upon relocation
20524
20525 This patch now adds a flush to the data cache upon relocation. The
20526 current implementation is missing this. Only a comment states that it
20527 should be done. So let's really do it now.
20528
20529 Signed-off-by: Stefan Roese <sr@denx.de>
20530 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20531
20532 commit 44174343688dba32571a34550dba08971c65fef1
20533 Author: Stefan Roese <sr@denx.de>
20534 Date: Tue Nov 18 16:36:22 2008 +0100
20535
20536 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
20537
20538 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
20539 enables support for boards where the lowlevel initialization is
20540 already done when U-Boot runs (e.g. via OnChip ROM).
20541
20542 This will be used in the upcoming VCTH board support.
20543
20544 Signed-off-by: Stefan Roese <sr@denx.de>
20545 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20546
20547 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
20548 Author: Stefan Roese <sr@denx.de>
20549 Date: Wed Nov 12 13:18:02 2008 +0100
20550
20551 MIPS: Add board_early_init_f() to init_sequence
20552
20553 This patch adds the board_early_init_f() call to the MIPS init
20554 sequence. A weak dummy implementation is also added which can be
20555 overridden by a board specific version.
20556
20557 This will be used by the upcoming VCTH board support.
20558
20559 Signed-off-by: Stefan Roese <sr@denx.de>
20560 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20561
20562 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
20563 Author: Stefan Roese <sr@denx.de>
20564 Date: Wed Nov 12 13:18:19 2008 +0100
20565
20566 MIPS: Add onenand_init() to board.c and move nand_init()
20567
20568 This patch adds a call to onenand_init() for OneNAND support and moves
20569 the nand_init() call to an earlier place, so that the environment can
20570 be used from NAND and OneNAND.
20571
20572 Signed-off-by: Stefan Roese <sr@denx.de>
20573 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20574
20575 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
20576 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20577 Date: Tue Dec 9 11:32:46 2008 +0900
20578
20579 sh: Update sh2/sh2a timer
20580
20581 Renesas SH2/SH2A timer broken.
20582 This patch fix timer function.
20583
20584 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20585 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20586
20587 commit a319f1496210117b73198e3d889ffffaf6825d00
20588 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20589 Date: Fri Dec 5 07:27:37 2008 +0100
20590
20591 sh: r2dplus fix register access
20592
20593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20594 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20595
20596 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
20597 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20598 Date: Tue Dec 2 07:40:03 2008 +0100
20599
20600 sh: r2dplus/lowlevel_init: coding style fix
20601
20602 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20603 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20604
20605 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
20606 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20607 Date: Tue Nov 25 11:05:19 2008 +0900
20608
20609 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
20610
20611 SH4 is different a value of CACHE_OC_NUM_ENTRIES and
20612 CACHE_OC_WAY_SHIFT every CPU.
20613 This patch corrects these values.
20614
20615 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20616 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20617
20618 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
20619 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20620 Date: Thu Nov 20 16:44:42 2008 +0900
20621
20622 sh: Update sh timer function
20623
20624 Change to write/readX function and fix timer problem.
20625
20626 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20627 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20628
20629 commit b81786cff476c41e332eaeb679158f6527cd67d4
20630 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20631 Date: Tue Nov 4 11:58:58 2008 +0900
20632
20633 sh: Migo-R: Update BSC value
20634
20635 A value of BSC CS4 was wrong, Fixed it.
20636
20637 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20638 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20639
20640 commit 5783758fd260a02f44566ad8f29f899565cd0403
20641 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20642 Date: Mon Nov 17 16:52:09 2008 +0900
20643
20644 sh: Update ms7722se board config
20645
20646 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20647 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20648
20649 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
20650 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20651 Date: Mon Nov 17 16:53:09 2008 +0900
20652
20653 sh: Update SuperH serial driver
20654
20655 The address of SCFSR register is wrong at SH7720/SH7721.
20656 This patch fix this.
20657
20658 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20659 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20660
20661 commit 9a1d3557dcd47365c12eeab584b822e57d994352
20662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20663 Date: Tue Nov 11 22:20:15 2008 +0100
20664
20665 sh: fix rsk7203 and MigoR out of tree build
20666
20667 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20668 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20669
20670 commit 1951f847f0a851853871b613ad7cf21a5242226c
20671 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20672 Date: Wed Dec 10 14:41:25 2008 +0100
20673
20674 ppc4xx: Update TEXT_BASE for CPCI405 boards
20675
20676 This patch fixes building U-Boot for CPCI405 boards.
20677
20678 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20679 Signed-off-by: Stefan Roese <sr@denx.de>
20680
20681 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
20682 Author: Stefan Roese <sr@denx.de>
20683 Date: Tue Dec 9 20:08:01 2008 +0100
20684
20685 ppc4xx: Remove some features from ALPR to fit into 256k again
20686
20687 Signed-off-by: Stefan Roese <sr@denx.de>
20688
20689 commit 3b089e4f889a2902449d55e081c886ae607cae89
20690 Author: Stefan Roese <sr@denx.de>
20691 Date: Wed Dec 10 10:32:59 2008 +0100
20692
20693 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
20694
20695 With this patch we set the type back to NONE upon failing UBI partition
20696 initialization. Otherwise further calls to the UBI subsystem would try
20697 to really access the non-existing UBI partition.
20698
20699 Thanks to Michael Lawnick for pointing this out.
20700
20701 Signed-off-by: Stefan Roese <sr@denx.de>
20702
20703 commit 817329351639a8895cd9b87b33aeff043f3d5a44
20704 Author: Stefan Roese <sr@denx.de>
20705 Date: Wed Dec 10 10:28:33 2008 +0100
20706
20707 UBI: Return -ENOMEM upon failing malloc
20708
20709 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
20710 failing malloc().
20711
20712 Signed-off-by: Stefan Roese <sr@denx.de>
20713
20714 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
20715 Author: Ben Warren <biggerbadderben@gmail.com>
20716 Date: Tue Dec 9 23:34:15 2008 -0800
20717
20718 Fix compile error in building MBX860T.
20719
20720 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20721
20722 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
20723 Author: Michal Simek <monstr@monstr.eu>
20724 Date: Tue Nov 25 11:42:20 2008 +0100
20725
20726 microblaze: Remove XUPV2P board
20727
20728 ---
20729
20730 Microblaze platforms use generic settings and to have
20731 many platforms is confusing that's why I decided to remove this
20732 platform from U-BOOT. ml401 tree is sufficient for covering
20733 all Microblaze platforms.
20734
20735 This change will go through microblaze custodian tree.
20736
20737 commit 99ba6f353582720defff6e6e6761dc455a207d31
20738 Author: Michal Simek <monstr@monstr.eu>
20739 Date: Mon Nov 24 18:25:41 2008 +0100
20740
20741 microblaze: Remove CONFIG_LIBFDT due to error in common files
20742
20743 commit e7d591e823a991513833af7030468409e25a3b13
20744 Author: Michal Simek <monstr@monstr.eu>
20745 Date: Mon Nov 24 11:43:00 2008 +0100
20746
20747 microblaze: Fix ml401 uart16550 setting
20748
20749 Signed-off-by: Michal Simek <monstr@monstr.eu>
20750
20751 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
20752 Author: Michal Simek <monstr@monstr.eu>
20753 Date: Mon Nov 24 11:38:22 2008 +0100
20754
20755 microblaze: Set up relocation is done
20756
20757 commit bcb6dd9187d4b23c748704767bd12d20c829e996
20758 Author: Mike Frysinger <vapier@gentoo.org>
20759 Date: Tue Dec 9 23:20:31 2008 -0500
20760
20761 tools/netconsole: new script for working with netconsole over UDP
20762
20763 While the doc/README.NetConsole does have a snippet for people to
20764 create their own netcat script, it's a lot easier to make a simple
20765 dedicated script and tell people to use it.
20766
20767 Also spruce it up a bit to make it user friendly.
20768
20769 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20770
20771 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
20772 Author: Sonic Zhang <Sonic.Zhang@analog.com>
20773 Date: Tue Dec 9 23:20:18 2008 -0500
20774
20775 fs/fat: handle FAT on SATA
20776
20777 The FAT file system driver should also handle FAT on SATA devices.
20778
20779 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
20780 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20781
20782 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
20783 Author: Ben Warren <biggerbadderben@gmail.com>
20784 Date: Tue Dec 9 23:26:31 2008 -0800
20785
20786 Fix compile error in building MBX860T.
20787 Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
20788
20789 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20790
20791 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
20792 Author: Jerry Van Baren <gvb.uboot@gmail.com>
20793 Date: Mon Nov 24 08:15:02 2008 -0500
20794
20795 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
20796
20797 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
20798 following warnings from FDT:
20799
20800 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
20801 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
20802
20803 Fix: Protect the definition of uintptr_t when compiling on the host
20804 system.
20805
20806 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20807
20808 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
20809 Author: Graeme Russ <graeme.russ@gmail.com>
20810 Date: Sat Nov 22 08:43:29 2008 +1100
20811
20812 Moved sc520 PCI definitions to stand-alone file
20813
20814 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
20815
20816 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
20817 Author: Graeme Russ <graeme.russ@gmail.com>
20818 Date: Sat Nov 22 08:43:21 2008 +1100
20819
20820 Fixed path to sc520 SSI include file
20821
20822 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
20823
20824 commit d4f70da544c33db3e4fce6473dea4ecca4322545
20825 Author: Graeme Russ <graeme.russ@gmail.com>
20826 Date: Fri Nov 21 06:28:05 2008 +1100
20827
20828 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
20829
20830 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
20831
20832 commit c034075a713b60e654c64e88e87da29440f31bb4
20833 Author: Stefan Roese <sr@denx.de>
20834 Date: Wed Nov 12 13:30:10 2008 +0100
20835
20836 serial: Add vcth UART driver
20837
20838 This patch adds the UART driver for the upcoming VCTH board support.
20839
20840 Signed-off-by: Stefan Roese <sr@denx.de>
20841
20842 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
20843 Author: Ilya Yanok <yanok@emcraft.com>
20844 Date: Thu Nov 13 19:49:36 2008 +0300
20845
20846 jffs2: cache data_crc results
20847
20848 As we moved data_crc() invocation from jffs2_1pass_build_lists() to
20849 jffs2_1pass_read_inode() data_crc is going to be calculated on each
20850 inode access. This patch adds caching of data_crc() results. There
20851 is no significant improvement in speed (because of flash access
20852 caching added in previous patch I think, crc in RAM is really fast)
20853 but this patch impacts memory usage -- every b_node structure uses
20854 12 bytes instead of 8.
20855
20856 Signed-off-by: Alexey Neyman <avn@emcraft.com>
20857 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20858
20859 commit 9b7076229ec6a958bd835ab70745f7676297ce82
20860 Author: Ilya Yanok <yanok@emcraft.com>
20861 Date: Thu Nov 13 19:49:35 2008 +0300
20862
20863 jffs2: summary support
20864
20865 This patch adds support for reading fs information from summary
20866 node instead of scanning full eraseblock.
20867
20868 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20869
20870 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
20871 Author: Ilya Yanok <yanok@emcraft.com>
20872 Date: Thu Nov 13 19:49:34 2008 +0300
20873
20874 jffs2: add buffer to cache flash accesses
20875
20876 With this patch JFFS2 code allocates memory buffer of max_totlen size
20877 (size of the largest node, calculated during scan time) and uses it to
20878 store entire node. Speeds up loading. If malloc fails we use old ways
20879 to do things.
20880
20881 Signed-off-by: Alexey Neyman <avn@emcraft.com>
20882 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20883
20884 commit 8a36d31f72411144ac0412ee7e1880e801acd754
20885 Author: Ilya Yanok <yanok@emcraft.com>
20886 Date: Thu Nov 13 19:49:33 2008 +0300
20887
20888 jffs2: rewrite jffs2 scanning code based on Linux one
20889
20890 Rewrites jffs2_1pass_build_lists() function in style of Linux's
20891 jffs2_scan_medium() and jffs2_scan_eraseblock().
20892 This includes:
20893 - Caching flash acceses
20894 - Smart dealing with free space
20895
20896 Signed-off-by: Alexey Neyman <avn@emcraft.com>
20897 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20898
20899 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
20900 Author: Ilya Yanok <yanok@emcraft.com>
20901 Date: Thu Nov 13 19:49:32 2008 +0300
20902
20903 jffs2: add sector_size field to part_info structure
20904
20905 This patch adds sector_size field to part_info structure (used
20906 by new JFFS2 code).
20907
20908 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20909
20910 commit f73846956778a7dfee83403ef9747aff77198848
20911 Author: Ilya Yanok <yanok@emcraft.com>
20912 Date: Thu Nov 13 19:49:31 2008 +0300
20913
20914 jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
20915
20916 We need to update i_version inside cycle to find really latest version
20917 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
20918 dump_inode() instead of calling expensive jffs2_1pass_read_inode().
20919
20920 Signed-off-by: Alexey Neyman <avn@emcraft.com>
20921 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20922
20923 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
20924 Author: Wolfgang Denk <wd@denx.de>
20925 Date: Tue Dec 9 23:13:51 2008 +0100
20926
20927 evb64260: fix "cast to pointer from integer of different size" warnings
20928
20929 Signed-off-by: Wolfgang Denk <wd@denx.de>
20930
20931 commit d2776827315c3d469b8cb4cec14d58877798daa2
20932 Author: Stefan Althoefer <stefan.althoefer@web.de>
20933 Date: Sun Dec 7 19:39:11 2008 +0100
20934
20935 USB: descriptor handling
20936
20937 Hi,
20938
20939 I found a bug when working with the u-boot USB subsystem on IXP425 processor
20940 (big endian Xscale aka ARMv5).
20941 I recognized that the second usb_endpoint_descriptor of the attached memory
20942 stick was corrupted.
20943
20944 The reason for this are the packed structures below (either u-boot and
20945 u-boot-usb):
20946
20947 --------------
20948 /* Endpoint descriptor */
20949 struct usb_endpoint_descriptor {
20950 unsigned char bLength;
20951 unsigned char bDescriptorType;
20952 unsigned char bEndpointAddress;
20953 unsigned char bmAttributes;
20954 unsigned short wMaxPacketSize;
20955 unsigned char bInterval;
20956 unsigned char bRefresh;
20957 unsigned char bSynchAddress;
20958
20959 } __attribute__ ((packed));
20960 /* Interface descriptor */
20961 struct usb_interface_descriptor {
20962 unsigned char bLength;
20963 unsigned char bDescriptorType;
20964 unsigned char bInterfaceNumber;
20965 unsigned char bAlternateSetting;
20966 unsigned char bNumEndpoints;
20967 unsigned char bInterfaceClass;
20968 unsigned char bInterfaceSubClass;
20969 unsigned char bInterfaceProtocol;
20970 unsigned char iInterface;
20971
20972 unsigned char no_of_ep;
20973 unsigned char num_altsetting;
20974 unsigned char act_altsetting;
20975 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
20976 } __attribute__ ((packed));
20977 ------------
20978
20979 As usb_endpoint_descriptor is only 7byte in length, the start of all
20980 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
20981 of these structures also not word aligned.
20982
20983 ARMv5 Architecture however does not support non-aligned multibyte
20984 data type (see A2.8 of ARM Architecture Reference Manual).
20985
20986 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
20987 Signed-off-by: Remy Böhmer <linux@bohmer.net>
20988
20989 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
20990 Author: Kumar Gala <galak@kernel.crashing.org>
20991 Date: Tue Dec 9 10:27:33 2008 -0600
20992
20993 drivers/fsl_pci_init: Fix compile warning
20994
20995 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
20996 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
20997
20998 The check only makes sense if we are CONFIG_PHYS_64BIT
20999
21000 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21001
21002 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
21003 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21004 Date: Sun Dec 7 09:45:35 2008 +0100
21005
21006 usbtty/omap: update to current API
21007
21008 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21009 Signed-off-by: Remy Böhmer <linux@bohmer.net>
21010
21011 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
21012 Author: Anatolij Gustschin <agust@denx.de>
21013 Date: Tue Dec 9 17:52:05 2008 +0100
21014
21015 video: fix FADS823 and RRvision compiling issues
21016
21017 Since commit 561858ee building for FADS823 and RRvision
21018 doesn't work. Let's include version.h and timestamp.h
21019 unconditionally to fix the problem.
21020
21021 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21022
21023 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
21024 Author: Stefan Roese <sr@denx.de>
21025 Date: Tue Dec 2 10:53:47 2008 +0100
21026
21027 UBI: Fix size parsing in "ubi create"
21028
21029 Signed-off-by: Stefan Roese <sr@denx.de>
21030
21031 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
21032 Author: Stefan Roese <sr@denx.de>
21033 Date: Thu Nov 27 14:07:09 2008 +0100
21034
21035 UBI: Enable re-initializing of the "ubi part" command
21036
21037 With this patch now, the user can call "ubi part" multiple times to
21038 re-connect the UBI device to another MTD partition.
21039
21040 Signed-off-by: Stefan Roese <sr@denx.de>
21041
21042 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
21043 Author: Stefan Roese <sr@denx.de>
21044 Date: Thu Nov 27 14:05:15 2008 +0100
21045
21046 MTD: Fix problem based on non-working relocation (list head mtd_partitions)
21047
21048 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
21049 first call of add_mtd_partitions(). Otherwise this won't work on platforms
21050 where the relocation is broken (like MIPS or PPC).
21051
21052 Signed-off-by: Stefan Roese <sr@denx.de>
21053
21054 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
21055 Author: Trent Piepho <tpiepho@freescale.com>
21056 Date: Wed Nov 12 17:29:48 2008 -0800
21057
21058 Section name should be ".data", not "data"
21059
21060 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
21061 Signed-off-by: Wolfgang Denk <wd@denx.de>
21062
21063 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
21064 Author: Wolfgang Denk <wd@denx.de>
21065 Date: Tue Dec 9 00:39:08 2008 +0100
21066
21067 MAKEALL: Automatically use parallel builds
21068
21069 Add logic to the MAKEALL script to determine the number of CPU cores
21070 on the system, and run a parallel build if there is more than one.
21071 Usually this significantrly accelerates builds.
21072
21073 Allow to manually adjust the number of parallel make jobs by using
21074 the "BUILD_NCPUS" environment variable.
21075
21076 Signed-off-by: Wolfgang Denk <wd@denx.de>
21077
21078 commit 268405fa7c44156c5192a70779920c70906af8d6
21079 Author: Wolfgang Denk <wd@denx.de>
21080 Date: Tue Dec 9 00:24:30 2008 +0100
21081
21082 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
21083
21084 Signed-off-by: Wolfgang Denk <wd@denx.de>
21085
21086 commit 153176a9414120ca1736f3cc4951623d6e14e6af
21087 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21088 Date: Tue Nov 11 06:08:59 2008 +0100
21089
21090 avr32/bootm: remove unused variable 'ret'
21091
21092 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21093 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21094
21095 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
21096 Author: Peter Tyser <ptyser@xes-inc.com>
21097 Date: Wed Nov 12 13:06:48 2008 -0600
21098
21099 Remove unneeded CONFIG_SHELL references
21100
21101 Make should be using the bash shell by default which makes
21102 CONFIG_SHELL unnecessary
21103
21104 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21105
21106 commit cf7a7b99794bac936899819b95539be1dbd71708
21107 Author: Peter Tyser <ptyser@xes-inc.com>
21108 Date: Wed Nov 12 12:33:20 2008 -0600
21109
21110 Use bash for default GNU Make shell application
21111
21112 Some Make script commands rely on bash-specific features like brace
21113 expansion, so default to bash for the SHELL variable with a fallback
21114 to the standard sh shell
21115
21116 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21117
21118 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
21119 Author: Heiko Schocher <hs@denx.de>
21120 Date: Wed Nov 12 09:50:45 2008 +0100
21121
21122 jffs2: rename devices_init () in common/jffs2.c
21123
21124 rename devices_init () in common/jffs2.c to
21125 jffs2_devices_init (), because there is also a
21126 devices_init () in common/devices.c.
21127
21128 Signed-off-by: Heiko Schocher <hs@denx.de>
21129
21130 commit af5eb847a10f1037590001355d88bab3fe7be48b
21131 Author: Daniel Hellstrom <daniel@gaisler.com>
21132 Date: Mon Nov 10 12:46:20 2008 +0000
21133
21134 SPARC: Fixed compiler error introduced by commit c160a9544743
21135
21136 This patch fixes a build error for the SPARC platform. It was
21137 introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
21138
21139 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
21140
21141 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
21142 Author: Gary Jennejohn <garyj@denx.de>
21143 Date: Sun Nov 9 12:50:59 2008 +0100
21144
21145 mgsuvd add the board-specific part of the HDLC driver
21146
21147 Signed-off-by: Gary Jennejohn <garyj@denx.de>
21148
21149 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
21150 Author: Gary Jennejohn <garyj@denx.de>
21151 Date: Sun Nov 9 12:45:03 2008 +0100
21152
21153 mgcoge add the board-specific part of the HDLC driver
21154
21155 Signed-off-by: Gary Jennejohn <garyj@denx.de>
21156
21157 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
21158 Author: Gary Jennejohn <garyj@denx.de>
21159 Date: Sun Nov 9 12:36:15 2008 +0100
21160
21161 keymile add the common parts of the HDLC driver
21162
21163 This implements the ICN protocol used across the backplane and is
21164 needed by all the keymile boards.
21165
21166 Signed-off-by: Gary Jennejohn <garyj@denx.de>
21167
21168 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
21169 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21170 Date: Fri Nov 7 22:46:22 2008 +0100
21171
21172 drivers/bios_emulator: Move conditional compilation to Makefile
21173
21174 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21175
21176 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
21177 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21178 Date: Thu Nov 6 14:01:51 2008 -0500
21179
21180 common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
21181
21182 Corrected endian order printing for compact flash serial number.
21183
21184 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21185
21186 commit 16a28ef219c27423a1ef502f19070c4d375079b8
21187 Author: Gary Jennejohn <garyj@denx.de>
21188 Date: Thu Nov 6 15:04:23 2008 +0100
21189
21190 IOMUX: Add console multiplexing support.
21191
21192 Modifications to support console multiplexing. This is controlled using
21193 CONFIG_SYS_CONSOLE_MUX in the board configuration file.
21194
21195 This allows a user to specify multiple console devices in the environment
21196 with a command like this: setenv stdin serial,nc. As a result, the user can
21197 enter text on both the serial and netconsole interfaces.
21198
21199 All devices - stdin, stdout and stderr - can be set in this manner.
21200
21201 1) common/iomux.c and include/iomux.h contain the environment setting
21202 implementation.
21203 2) doc/README.iomux contains a somewhat more detailed description.
21204 3) The implementation in (1) is called from common/cmd_nvedit.c to
21205 handle setenv and from common/console.c to handle initialization of
21206 input/output devices at boot time.
21207 4) common/console.c also contains the code needed to poll multiple console
21208 devices for input and send output to all devices registered for output.
21209 5) include/common.h includes iomux.h and common/Makefile generates iomux.o
21210 when CONFIG_SYS_CONSOLE_MUX is set.
21211
21212 Signed-off-by: Gary Jennejohn <garyj@denx.de>
21213
21214 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
21215 Author: Mike Frysinger <vapier@gentoo.org>
21216 Date: Tue Nov 4 16:03:46 2008 -0500
21217
21218 strings: use puts() rather than printf()
21219
21220 When running `strings` on really long strings, the stack tends to get
21221 smashed due to printf(). Switch to puts() instead since we're only passing
21222 the data through.
21223
21224 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21225
21226 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
21227 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
21228 Date: Mon Nov 3 22:16:18 2008 +0100
21229
21230 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
21231
21232 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
21233
21234 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
21235 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
21236 Date: Mon Nov 3 22:15:34 2008 +0100
21237
21238 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
21239
21240 - fix size too small by one in sprintf
21241 - changed old (pre 2004) device name ibmEmac to emac
21242 - boot device may be overriden in board config
21243 - servername may be defined in board config
21244 - additional parameters may be defined in board config
21245 - fixed some line wrappings
21246 - replaced redundant MAX define by max
21247
21248 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
21249
21250 commit e9084b23d16102f44ace24379a1c0c352497ef80
21251 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
21252 Date: Mon Nov 3 22:14:36 2008 +0100
21253
21254 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
21255
21256 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
21257
21258 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
21259 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
21260 Date: Mon Nov 3 22:13:47 2008 +0100
21261
21262 README: Document CONFIG_SYS parameters for vxworks
21263
21264 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
21265
21266 commit ace514837cac656e29c37a19569cb8ea83071126
21267 Author: Peter Tyser <ptyser@xes-inc.com>
21268 Date: Fri Oct 31 11:12:38 2008 -0500
21269
21270 lcd: Let the board code show board-specific info cleanup
21271
21272 remove unneeded version.h from lcd.c
21273
21274 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21275 Signed-off-by: Wolfgang Denk <wd@denx.de>
21276
21277 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
21278 Author: Peter Tyser <ptyser@xes-inc.com>
21279 Date: Mon Nov 3 09:30:59 2008 -0600
21280
21281 Update U-Boot's build timestamp on every compile
21282
21283 Use the GNU 'date' command to auto-generate a new U-Boot
21284 timestamp on every compile.
21285
21286 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21287
21288 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
21289 Author: Remy Bohmer <linux@bohmer.net>
21290 Date: Thu Dec 4 22:25:57 2008 +0100
21291
21292 Remove redundant armv4 flag from arm926ejs compile flags
21293
21294 Currently the arm926ejs tree has the armv4 option set during compilation.
21295 This flag does not belong here because a arm926 CPU is always a armv5 CPU.
21296
21297 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21298
21299 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
21300 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
21301 Date: Sat Dec 6 13:11:14 2008 +0100
21302
21303 at91: Choose environment variables location within make config target
21304
21305 This patch adds the possiblity to choose the media where the environment will
21306 be located. This allow to choose this fundamental configuration without editing
21307 config files.
21308
21309 Documentation file added.
21310
21311 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
21312 Acked-by: Stelian Pop <stelian@popies.net>
21313 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21314
21315 commit 1450c4a6682378567030414a9f1198c39b7730c7
21316 Author: Anatolij Gustschin <agust@denx.de>
21317 Date: Mon Nov 3 15:30:34 2008 +0100
21318
21319 lwmon, tqm8xx: Fix build errors
21320
21321 Commit 6b59e03e0237a40a2305ea385defdfd92000978b
21322 lcd: Let the board code show board-specific info
21323
21324 introduced some bugs which prevent U-Boot building
21325 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
21326 be defined in the board configuration.
21327
21328 Also "LCD enabled" building for TQM823L doesn't work
21329 since this commit.
21330
21331 This patch fixes above-mentioned issues.
21332
21333 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21334
21335 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
21336 Author: Mike Frysinger <vapier@gentoo.org>
21337 Date: Sun Nov 2 01:18:18 2008 -0400
21338
21339 ignore .gdb_history files
21340
21341 When using gdb, history files will often get generated. So ignore them.
21342
21343 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21344
21345 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
21346 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21347 Date: Fri Oct 31 12:26:55 2008 +0100
21348
21349 FPGA: move fpga drivers to drivers/fpga
21350
21351 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21352
21353 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
21354 Author: Peter Tyser <ptyser@xes-inc.com>
21355 Date: Mon Dec 1 16:29:38 2008 -0600
21356
21357 net: Fix TftpStart() ip:filename bug
21358
21359 The TftpStart() function modifies the 'BootFile'
21360 string when 'BootFile' contains both an IP address
21361 and filename (eg 1.2.3.4:/path/file). This causes
21362 subsequent calls to TftpStart to incorrectly parse
21363 the TFTP filename and server IP address to use.
21364 For example:
21365
21366 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
21367 Speed: 100, half duplex
21368 Using eTSEC1 device
21369 TFTP from server 10.52.0.62; our IP address is 10.52.253.79
21370 ^^^^^^^^^^ CORRECT
21371 Filename '/home/ptyser/non_existant'.
21372 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
21373 Load address: 0x100000
21374 Loading: *
21375 TFTP error: 'File not found' (1)
21376 Starting again
21377
21378 eTSEC2: No link.
21379 Speed: 100, half duplex
21380 Using eTSEC1 device
21381 TFTP from server 10.52.0.33; our IP address is 10.52.253.79
21382 ^^^^^^^^^^ WRONG
21383 Filename '10.52.0.62'.
21384 ^^^^^^^^^^ WRONG
21385 Load address: 0x100000
21386 Loading: *
21387 TFTP error: 'File not found' (1)
21388 Starting again
21389
21390 TftpStart() was modified to not modify the 'BootFile' string.
21391
21392 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21393 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21394
21395 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
21396 Author: Peter Tyser <ptyser@xes-inc.com>
21397 Date: Mon Dec 1 16:26:21 2008 -0600
21398
21399 net: Add additional IP fragmentation check
21400
21401 Ignore IP packets which have the "more fragments" flag bit
21402 set. This flag indicates the IP packet is fragmented and
21403 must be ignored by U-Boot.
21404
21405 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21406 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21407
21408 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
21409 Author: Peter Tyser <ptyser@xes-inc.com>
21410 Date: Mon Dec 1 16:26:20 2008 -0600
21411
21412 net: Define IP flag field values
21413
21414 These defines were pulled from the "Add simple
21415 IP/UDP fragmentation support" patch from Frank
21416 Haverkamp <haver@vnet.ibm.com>.
21417
21418 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21419 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21420
21421 commit 23afaba65ec5206757e589ef334a8b38168c045f
21422 Author: Anatolij Gustschin <agust@denx.de>
21423 Date: Tue Dec 2 10:31:04 2008 +0100
21424
21425 net: tsec: Fix Marvell 88E1121R phy init
21426
21427 This patch tries to ensure that phy interrupt pin
21428 won't be asserted after booting. We experienced
21429 following issues with current 88E1121R phy init:
21430
21431 Marvell 88E1121R phy can be hardware-configured
21432 to share MDC/MDIO and interrupt pins for both ports
21433 P0 and P1 (e.g. as configured on socrates board).
21434 Port 0 interrupt pin will be shared by both ports
21435 in such configuration. After booting Linux and
21436 configuring eth0 interface, port 0 phy interrupts
21437 are enabled. After rebooting without proper eth0
21438 interface shutdown port 0 phy interrupts remain
21439 enabled so any change on port 0 (link status, etc.)
21440 cause assertion of the interrupt. Now booting Linux
21441 and configuring eth1 interface will cause permanent
21442 phy interrupt storm as the registered phy 1 interrupt
21443 handler doesn't acknowledge phy 0 interrupts. This
21444 of course should be fixed in Linux driver too.
21445
21446 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21447 Acked-by: Andy Fleming <afleming@freescale.com>
21448 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21449
21450 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
21451 Author: Peter Tyser <ptyser@xes-inc.com>
21452 Date: Tue Dec 2 12:59:51 2008 -0600
21453
21454 net: Fix download command parsing
21455
21456 When CONFIG_SYS_HUSH_PARSER is defined network download
21457 commands with 1 argument in the format 'tftp "/path/file"'
21458 do not work as expected. The hush command parser strips
21459 the quotes from "/path/file" which causes the network
21460 commands to interpret "/path/file" as an address
21461 instead of the intended filename.
21462
21463 The previous check for a leading quote in netboot_common()
21464 was replaced with a check which ensures only valid
21465 numbers are treated as addresses.
21466
21467 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21468 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21469
21470 commit 3c2c2f427905040c1513d0c51d637689cba48346
21471 Author: Remy Bohmer <linux@bohmer.net>
21472 Date: Thu Nov 27 22:30:27 2008 +0100
21473
21474 Remove non-ascii characters from fat code
21475
21476 This code contains some non-ascii characters in comment lines and code.
21477 Most editors do not display those characters properly and editing those
21478 files results always in diffs at these places which are usually not required
21479 to be changed at all. This is error prone.
21480
21481 So, remove those weird characters and replace them by normal C-style
21482 equivalents for which the proper defines were already in the header.
21483
21484 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21485
21486 commit dc889e865356497d3e495570118c2245ebce2631
21487 Author: Dave Liu <daveliu@freescale.com>
21488 Date: Fri Nov 28 20:16:58 2008 +0800
21489
21490 85xx: fix the wrong DDR settings for MPC8572DS
21491
21492 The default DDR freq is 400MHz or 800M data rate,
21493 the old settings is pure wrong for the default case.
21494
21495 Signed-off-by: Dave Liu <daveliu@freescale.com>
21496 Acked-by: Andy Fleming <afleming@freescale.com>
21497
21498 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
21499 Author: Kumar Gala <galak@kernel.crashing.org>
21500 Date: Mon Nov 24 10:29:26 2008 -0600
21501
21502 85xx: init gd as early as possible
21503
21504 Moved up the initialization of GD so C code like set_tlb() can use
21505 gd->flags to determine if we've relocated or not in the future.
21506
21507 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21508 Acked-by: Andy Fleming <afleming@freescale.com>
21509
21510 commit aed461af81012a398a205e9be67ab37667491838
21511 Author: Kumar Gala <galak@kernel.crashing.org>
21512 Date: Mon Nov 24 10:29:25 2008 -0600
21513
21514 85xx: Fix relocation of CCSRBAR
21515
21516 If the virtual address for CCSRBAR is the same after relocation but
21517 the physical address is changing we'd end up having two TLB entries with
21518 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a
21519 temp virt address to access the old CCSRBAR to relocate it.
21520
21521 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21522 Acked-by: Andy Fleming <afleming@freescale.com>
21523
21524 commit ea154a1781135d822eedee7567cc156089eae93c
21525 Author: Kumar Gala <galak@kernel.crashing.org>
21526 Date: Mon Nov 24 10:25:14 2008 -0600
21527
21528 FSL: Moved BR_PHYS_ADDR for localbus to common header
21529
21530 The BR_PHYS_ADDR macro is useful on all machines that have local bus
21531 which is pretty much all 83xx/85xx/86xx chips.
21532
21533 Additionally most 85xx & 86xx will need it if they want to support
21534 36-bit physical addresses.
21535
21536 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21537 Acked-by: Andy Fleming <afleming@freescale.com>
21538
21539 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
21540 Author: Peter Tyser <ptyser@xes-inc.com>
21541 Date: Mon Dec 1 13:47:12 2008 -0600
21542
21543 85xx: Add PORDEVSR_PCI1 define
21544
21545 Add define used to determine if PCI1 interface is in PCI or PCIX mode.
21546
21547 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
21548
21549 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21550 Signed-off-by: Andy Fleming <afleming@freescale.com>
21551
21552 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
21553 Author: Becky Bruce <becky.bruce@freescale.com>
21554 Date: Fri Nov 21 19:24:22 2008 -0600
21555
21556 drivers/fsl_pci_init: Fix inbound window mapping bug
21557
21558 The current code will cause the creation of a 4GB window
21559 starting at 0 if we have more than 4GB of RAM installed,
21560 which overlaps with PCI_MEM space and causes pci_bus_to_phys()
21561 to return erroneous information. Limit the size to 4GB - 1;
21562 which causes the code to create one 2GB and one 1GB window
21563 instead.
21564
21565 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
21566 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21567 Acked-by: Andy Fleming <afleming@freescale.com>
21568
21569 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
21570 Author: Jon Loeliger <jdl@freescale.com>
21571 Date: Thu Nov 20 15:36:48 2008 -0600
21572
21573 Removed unused CONFIG_L1_INIT_RAM symbol.
21574
21575 Prevent further viral propogation of the unused
21576 symbol CONFIG_L1_INIT_RAM by just removing it.
21577
21578 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21579 Acked-by: Andy Fleming <afleming@freescale.com>
21580
21581 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
21582 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
21583 Date: Wed Oct 29 09:21:44 2008 -0500
21584
21585 fsl ddr skip interleaving if not supported.
21586
21587 Removed while(1) hang if memctl_intlv_ctl is set wrong.
21588 Remove embedded tabs from strings.
21589
21590 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
21591 Acked-by: Kumar Gala <galak@kernel.crashing.org>
21592 Acked-by: Andy Fleming <afleming@freescale.com>
21593
21594 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
21595 Author: Anatolij Gustschin <agust@denx.de>
21596 Date: Thu Nov 13 18:08:57 2008 +0100
21597
21598 85xx: socrates: fix DDR SDRAM tlb entry configuration
21599
21600 since commit be0bd8234b9777ecd63c4c686f72af070d886517
21601 tlb entry for socrates DDR SDRAM will be reconfigured
21602 by setup_ddr_tlbs() from initdram() causing an
21603 inconsistency with previously configured DDR SDRAM tlb
21604 entry from tlb_table:
21605
21606 socrates>l2cam 7 9
21607 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS
21608 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX
21609 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX
21610 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX
21611
21612 This patch makes the presence of the DDR SDRAM tlb entry in
21613 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
21614 inconsistency.
21615
21616 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21617 Acked-by: Andy Fleming <afleming@freescale.com>
21618
21619 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
21620 Author: Peter Tyser <ptyser@xes-inc.com>
21621 Date: Tue Nov 11 10:17:10 2008 -0600
21622
21623 85xx: Add CPU 2 errata workaround to all 8548 boards
21624
21625 All mpc8548-based boards should implement the suggested workaround
21626 to CPU 2 errata. Without the workaround, its possible for the
21627 8548's core to hang while executing a msync or mbar 0 instruction
21628 and a snoopable transaction from an I/O master tagged to make
21629 quick forward progress is present.
21630
21631 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21632 Acked-by: Andy Fleming <afleming@freescale.com>
21633
21634 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
21635 Author: Dave Liu <daveliu@freescale.com>
21636 Date: Tue Oct 28 17:53:45 2008 +0800
21637
21638 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
21639
21640 we need TLB entry for DDR at !SPD case.
21641
21642 Signed-off-by: Dave Liu <daveliu@freescale.com>
21643 Acked-by: Andy Fleming <afleming@freescale.com>
21644
21645 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
21646 Author: Dave Liu <daveliu@freescale.com>
21647 Date: Tue Oct 28 17:53:38 2008 +0800
21648
21649 85xx: remove the unused ddr_enable_ecc in the board file
21650
21651 The DDR controller of 8548/8544/8568/8572/8536 processors
21652 have the ECC data init feature, and the new DDR code is
21653 using the feature, and we don't need the way with DMA to
21654 init memory any more.
21655
21656 Signed-off-by: Dave Liu <daveliu@freescale.com>
21657 Acked-by: Andy Fleming <afleming@freescale.com>
21658
21659 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
21660 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21661 Date: Sun Nov 30 19:36:53 2008 +0100
21662
21663 at91rm9200dk: Fix typo
21664
21665 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21666
21667 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
21668 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21669 Date: Sun Nov 30 19:36:50 2008 +0100
21670
21671 AT91: remove non supported board AT91RM9200DF macro
21672
21673 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21674
21675 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
21676 Author: Ilko Iliev <iliev@ronetix.at>
21677 Date: Tue Dec 2 17:27:54 2008 +0100
21678
21679 mtd/dataflash.c: fix a problem with the last partition
21680
21681 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
21682 partition can be defined to use the area to the end of dataflash size.
21683 Now it is possible to have only one dataflash partition from 0 to the end
21684 of of dataflash size.
21685
21686 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
21687
21688 commit 03f797793b124dccaae145b977d15d6cb9e74504
21689 Author: Ilko Iliev <iliev@ronetix.at>
21690 Date: Tue Dec 2 17:20:17 2008 +0100
21691
21692 fix some coding style violations.
21693
21694 This patch fix some coding style violations.
21695
21696 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
21697
21698 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
21699 Author: Stefan Roese <sr@denx.de>
21700 Date: Thu Nov 27 14:11:37 2008 +0100
21701
21702 OneNAND: Add missing mtd info struct before calling onenand_erase()
21703
21704 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
21705 for use in UBI) via CONFIG_MTD_PARTITIONS.
21706
21707 Signed-off-by: Stefan Roese <sr@denx.de>
21708 Signed-off-by: Scott Wood <scottwood@freescale.com>
21709
21710 commit 29382d4064fbaff5daacff4c3209370fa5713966
21711 Author: Becky Bruce <becky.bruce@freescale.com>
21712 Date: Thu Nov 20 16:43:52 2008 -0600
21713
21714 mpc8641: Fix error in README
21715
21716 I made some updates to the code that didn't make it into the
21717 README - fix this
21718
21719 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21720
21721 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
21722 Author: Jon Loeliger <jdl@freescale.com>
21723 Date: Thu Nov 20 12:01:02 2008 -0600
21724
21725 Removed unused CONFIG_L1_INIT_RAM symbol.
21726
21727 Prevent further viral propogation of the unused
21728 symbol CONFIG_L1_INIT_RAM by just removing it.
21729
21730 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21731
21732 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
21733 Author: Jon Loeliger <jdl@freescale.com>
21734 Date: Thu Nov 20 14:02:56 2008 -0600
21735
21736 86xx: Fix non-64-bit compilation problems.
21737
21738 Introducing 64-bit (36-bit) support for the MPC8641HPCN
21739 failed to accomodate the other two 86xx boards.
21740 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
21741 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
21742 with nominal 32-bit values.
21743
21744 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21745 Acked-by: Becky Bruce <becky.bruce@freescale.com>
21746
21747 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
21748 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
21749 Date: Wed Nov 26 17:40:37 2008 +0100
21750
21751 Remove obsolete command (apply afte USB style patch, 80 chars strict)
21752
21753 Remove USB obsolete commmand
21754
21755 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
21756 Signed-off-by: Remy Böhmer <linux@bohmer.net>
21757
21758 commit de39f8c19d7c12017248c49d432dcb81db68f724
21759 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
21760 Date: Wed Nov 26 17:41:34 2008 +0100
21761
21762 USB style patch, 80 chars strict
21763
21764 USB Code style patch
21765
21766 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
21767 Signed-off-by: Remy Böhmer <linux@bohmer.net>
21768
21769 commit d10c5a87cb8affbb4d35a311370316d4383d598e
21770 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21771 Date: Fri Nov 7 22:46:21 2008 +0100
21772
21773 drivers/usb: Move conditional compilation to Makefile
21774
21775 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21776 Signed-off-by: Remy Böhmer <linux@bohmer.net>
21777
21778 commit 2077e348c2a84901022ad95311b47b70361e6daa
21779 Author: Scott Wood <scottwood@freescale.com>
21780 Date: Tue Nov 25 10:47:02 2008 -0600
21781
21782 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
21783
21784 This caused the operation to be needlessly repeated if there were
21785 no bad blocks and no errors.
21786
21787 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
21788 Signed-off-by: Scott Wood <scottwood@freescale.com>
21789
21790 commit 89295028e7d8f7a524f485328279d72fdb102385
21791 Author: Michal Simek <monstr@monstr.eu>
21792 Date: Mon Nov 24 12:09:50 2008 +0100
21793
21794 ppc4xx: ml300 remove Xilinx BSP from ml300 folder
21795
21796 This BSP should be outside u-boot source tree.
21797 The second reason is that xilinx ppc405 was moved to generic platform.
21798
21799 Signed-off-by: Michal Simek <monstr@monstr.eu>
21800 Signed-off-by: Stefan Roese <sr@denx.de>
21801
21802 commit 24eea623d4974a169026a975ba12fb23d48154b1
21803 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21804 Date: Mon Nov 24 15:11:10 2008 +0100
21805
21806 ppc4xx: Remove unused features
21807
21808 This patch disables some unused features from the PCI405 configuration
21809 to keep U-Boot image size below 192k.
21810
21811 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21812 Signed-off-by: Stefan Roese <sr@denx.de>
21813
21814 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
21815 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21816 Date: Mon Nov 24 15:11:09 2008 +0100
21817
21818 ppc4xx: Use correct io accessors for PCI405
21819
21820 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21821 Signed-off-by: Stefan Roese <sr@denx.de>
21822
21823 commit 348c849d86a6f0785752b9bc497a34658713d1d1
21824 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21825 Date: Mon Nov 24 15:11:08 2008 +0100
21826
21827 ppc4xx: Remove unused code from PCI405 code
21828
21829 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21830 Signed-off-by: Stefan Roese <sr@denx.de>
21831
21832 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
21833 Author: Heiko Schocher <hs@denx.de>
21834 Date: Thu Nov 20 09:59:09 2008 +0100
21835
21836 powerpc, keymile boards: extract identical config options
21837
21838 This patch extracts the identical config options for the
21839 keymile boards mgcoge, mgsuvd and kmeter1 in a new
21840 common config file keymile-common.h.
21841
21842 Signed-off-by: Heiko Schocher <hs@denx.de>
21843 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21844
21845 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
21846 Author: Heiko Schocher <hs@denx.de>
21847 Date: Fri Nov 21 08:29:40 2008 +0100
21848
21849 powerpc: keymile: Add a check for the PIGGY debug board
21850
21851 Check the presence of the PIGGY on the keymile boards mgcoge,
21852 mgsuvd and kmeter1. If the PIGGY is not present, dont register
21853 this Ethernet device.
21854
21855 Signed-off-by: Heiko Schocher <hs@denx.de>
21856 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21857
21858 commit 58c696eed839af894e0265064669c402dc28b371
21859 Author: Wolfgang Denk <wd@xpert.denx.de>
21860 Date: Mon Nov 24 21:50:59 2008 +0100
21861
21862 AT91RM9200DK: fix broken boot from NOR flash
21863
21864 Signed-off-by: Wolfgang Denk <wd@denx.de>
21865
21866 commit 8052352f20b33bef8f9872fc983eac73d4693c38
21867 Author: Jens Scharsig <esw@bus-elektronik.de>
21868 Date: Tue Nov 18 10:48:46 2008 +0100
21869
21870 at91rm9200: fix broken boot from nor flash
21871
21872 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
21873 CONFIG_AT91RM9200 is defined and nor preloader is used.
21874
21875 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
21876
21877 commit 25ea652e907516a283b38237e83712a918f125d7
21878 Author: Piotr Ziecik <kosmo@semihalf.com>
21879 Date: Mon Nov 17 15:58:00 2008 +0100
21880
21881 UBI: Add proof-of-concept CFI flash support
21882
21883 With this patch UBI can be used on CFI flash chips.
21884
21885 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
21886 Signed-off-by: Stefan Roese <sr@denx.de>
21887
21888 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
21889 Author: Piotr Ziecik <kosmo@semihalf.com>
21890 Date: Mon Nov 17 15:57:59 2008 +0100
21891
21892 mtd: Remove a printf() from add_mtd_device().
21893
21894 Remove a printf() from add_mtd_device(), which produces spurious output.
21895
21896 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
21897 Signed-off-by: Stefan Roese <sr@denx.de>
21898
21899 commit 91809ed51d8327a8dbbf29aa98a091154c282171
21900 Author: Piotr Ziecik <kosmo@semihalf.com>
21901 Date: Mon Nov 17 15:57:58 2008 +0100
21902
21903 cfi-mtd: Add cfi-mtd driver.
21904
21905 Add cfi-mtd driver, which exports CFI flash to MTD layer.
21906 This allows CFI flash devices to be used from MTD layer.
21907
21908 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
21909 option. Initialization is done by calling cfi_mtd_init() from
21910 flash_init().
21911
21912 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
21913 Signed-off-by: Stefan Roese <sr@denx.de>
21914
21915 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
21916 Author: Piotr Ziecik <kosmo@semihalf.com>
21917 Date: Mon Nov 17 15:49:32 2008 +0100
21918
21919 cfi_flash: Add interface for flash verbosity control
21920
21921 Add interface for flash verbosity control. It allows
21922 to disable output from low-level flash API. It is useful
21923 when calling these low-level functions from context other
21924 than flash commands (for example the MTD/CFI interface
21925 implmentation).
21926
21927 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
21928 Signed-off-by: Stefan Roese <sr@denx.de>
21929
21930 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
21931 Author: Piotr Ziecik <kosmo@semihalf.com>
21932 Date: Thu Nov 20 15:17:38 2008 +0100
21933
21934 cfi_flash: Export flash_sector_size() function.
21935
21936 Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
21937 so that it can be used in the upcoming cfi-mtd driver.
21938
21939 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
21940 Signed-off-by: Stefan Roese <sr@denx.de>
21941
21942 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
21943 Author: Stefan Roese <sr@denx.de>
21944 Date: Mon Nov 17 14:45:22 2008 +0100
21945
21946 cfi_flash: Make all flash access functions weak
21947
21948 This patch defines all flash access functions as weak so that
21949 they can be overridden by board specific versions.
21950
21951 This will be used by the upcoming VCTH board support where the NOR
21952 FLASH unfortunately can't be accessed memory-mapped. Special
21953 accessor functions are needed here.
21954
21955 To enable this weak functions you need to define
21956 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
21957 Otherwise the "old" default functions will be used resulting
21958 in smaller code.
21959
21960 Signed-off-by: Stefan Roese <sr@denx.de>
21961 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21962
21963 commit a5c4067017631d903e1afa6ad615f0ce19fea517
21964 Author: Stefan Roese <sr@denx.de>
21965 Date: Mon Nov 24 08:31:16 2008 +0100
21966
21967 UBI: Change parsing of size in commands to default to hex
21968
21969 Currently the size parameters of the UBI commands (e.g. "ubi write") are
21970 decoded as decimal instead of hex as default. This patch now interprets
21971 all these values consistantly as hex, as all other standard U-Boot commands
21972 do.
21973
21974 Signed-off-by: Stefan Roese <sr@denx.de>
21975
21976 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
21977 Author: Stefan Roese <sr@denx.de>
21978 Date: Fri Nov 21 13:06:06 2008 +0100
21979
21980 ppc4xx: ML2 shouldn't include the 4xx EMAC driver
21981
21982 Signed-off-by: Stefan Roese <sr@denx.de>
21983
21984 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
21985 Author: Yuri Tikhonov <yur@emcraft.com>
21986 Date: Fri Nov 14 16:19:19 2008 +0300
21987
21988 ppc4xx: katmai: Change default config
21989
21990 This patch enables support for EXT2, and increases the
21991 CONFIG_SYS_BOOTMAPSZ size for the default configuration
21992 of the katmai boards to use them as the RAID-reference
21993 AMCC setups.
21994
21995 EXT2 enabling allows one to boot kernels from the EXT2
21996 formatted Compact Flash cards.
21997
21998 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
21999 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
22000 the memory area with DTB file (which is placed at the
22001 end of the bootmap area) will turn out to be overlapped
22002 with the BSS segment of the 256KB kernel, and zeroed
22003 in early_init() of Linux.
22004
22005 Actually, increasing of the bootmap size could be done
22006 via setting of the bootm_size U-Boot variable, but it looks
22007 like the current U-Boot implementation have some bootm_size-
22008 related functionality lost. In many places through the U-Boot
22009 code the CONFIG_SYS_BOOTMAPSZ definition is used directly
22010 (instead of trying to read the corresponding value from the
22011 environment). The same is truth for the boot_jump_linux()
22012 function in lib_ppc/bootm.c, where U-Boot transfers control
22013 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
22014 value to the booting kernel.
22015
22016 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
22017 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22018 Signed-off-by: Stefan Roese <sr@denx.de>
22019
22020 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
22021 Author: Dave Mitchell <dmitch71@gmail.com>
22022 Date: Thu Nov 20 14:09:50 2008 -0600
22023
22024 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
22025
22026 Expanded OCM TLB to allow access to 64K OCM as well as 256K of
22027 internal SRAM.
22028
22029 Adjusted internal SRAM initialization to match updated user
22030 manual recommendation.
22031
22032 OCM & ISRAM are now mapped as follows:
22033 physical virtual size
22034 ISRAM 0x4_0000_0000 0xE300_0000 256k
22035 OCM 0x4_0004_0000 0xE304_0000 64k
22036
22037 A single TLB was used for this mapping.
22038
22039 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
22040 Signed-off-by: Stefan Roese <sr@denx.de>
22041
22042 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
22043 Author: Dave Mitchell <dmitch71@gmail.com>
22044 Date: Thu Nov 20 14:00:49 2008 -0600
22045
22046 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
22047
22048 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
22049 L2 cache DCRs from ppc440.h to this new header.
22050
22051 Also converted these DCR defines from lowercase to uppercase and
22052 modified referencing modules to use them.
22053
22054 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
22055 Signed-off-by: Stefan Roese <sr@denx.de>
22056
22057 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
22058 Author: Steven A. Falco <sfalco@harris.com>
22059 Date: Thu Nov 20 14:37:57 2008 -0500
22060
22061 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
22062
22063 The definitions of bits in SDR_CFG are incorrect, and not used within
22064 U-Boot. Therefore, they can be removed.
22065
22066 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
22067 and are unused, so they can be removed too.
22068
22069 A definition for SDR0_DDRCFG is added.
22070
22071 Signed-off-by: Steven A. Falco <sfalco@harris.com>
22072 Signed-off-by: Stefan Roese <sr@denx.de>
22073
22074 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
22075 Author: Dirk Behme <dirk.behme@gmail.com>
22076 Date: Mon Nov 10 20:15:25 2008 +0100
22077
22078 ARM: OMAP: Convert IO macros
22079
22080 Convert IO macros to readx/writex.
22081
22082 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
22083
22084 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
22085 Author: Ilko Iliev <iliev@ronetix.at>
22086 Date: Sun Nov 9 15:53:14 2008 +0100
22087
22088 lib_arm: do_bootm_linux() - correct a small mistake
22089
22090 This patch corrects a small bug in the "if" condition:
22091 the parameter "flag" is 0 and the "if" condition is always true.
22092 The result is - the boom command doesn't start the kernel.
22093 Affected targets: all arm based.
22094
22095 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
22096
22097 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
22098 Author: Stelian Pop <stelian@popies.net>
22099 Date: Sun Nov 9 00:14:46 2008 +0100
22100
22101 AT91: Enable PLLB for USB
22102
22103 At least some (old ?) versions of the AT91Bootstrap do not set up the
22104 PLLB correctly to 48 MHz in order to make USB host function correctly.
22105
22106 This patch sets up the PLLB to the same values Linux uses, and makes USB
22107 work ok on the following CPUs:
22108 - AT91CAP9
22109 - AT91SAM9260
22110 - AT91SAM9263
22111
22112 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
22113 the relevant AT91CAP9/AT91SAM9 atmel boards.
22114
22115 Signed-off-by: Stelian Pop <stelian@popies.net>
22116 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22117
22118 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
22119 Author: Stelian Pop <stelian@popies.net>
22120 Date: Fri Nov 7 13:55:14 2008 +0100
22121
22122 AT91: Use AT91_CPU_CLOCK in displays
22123
22124 Introduce AT91_CPU_CLOCK and use it for displaying the CPU
22125 speed in the LCD driver.
22126
22127 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
22128 corresponding board clocks.
22129
22130 Signed-off-by: Stelian Pop <stelian@popies.net>
22131
22132 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
22133 Author: Heiko Schocher <hs@denx.de>
22134 Date: Thu Nov 20 09:57:47 2008 +0100
22135
22136 powerpc: 83xx: add support for the kmeter1 board
22137
22138 This patch adds support for the kmeter1 board from Keymile,
22139 based on a Freescale MPC8360 CPU.
22140
22141 - serial console on UART 1
22142 - 256 MB DDR2 RAM
22143 - 64 MB NOR Flash
22144 - Ethernet RMII Mode over UCC4
22145 - PHY SMSC LAN8700
22146
22147 Signed-off-by: Heiko Schocher <hs@denx.de>
22148 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22149
22150 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
22151 Author: Stefan Roese <sr@denx.de>
22152 Date: Thu Nov 20 11:46:20 2008 +0100
22153
22154 ppc4xx: Clear all potentially pending exceptions in MCSR
22155
22156 This is needed on Canyonlands which still has an exception pending
22157 while running relocate_code(). This leads to a failure after trap_init()
22158 is moved to the top of board_init_r().
22159
22160 Signed-off-by: Stefan Roese <sr@denx.de>
22161
22162 commit facdad5f2602e899a01746916beddbf9e856b5ee
22163 Author: Heiko Schocher <hs@denx.de>
22164 Date: Wed Nov 19 10:10:30 2008 +0100
22165
22166 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
22167
22168 Signed-off-by: Heiko Schocher <hs@denx.de>
22169 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22170
22171 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
22172 Author: Howard Gregory <Greg.Howard@freescale.com>
22173 Date: Tue Nov 4 14:55:33 2008 +0800
22174
22175 mpc83xx: Improve the performance of DDR memory
22176
22177 modify the CAS timings. my understanding is that these
22178 settings decrease various wait times in the DDR interface.
22179 Because these wait times are in clock cycles, and the DDR
22180 clock on the 8315 RDB runs slower than on some other 83xx
22181 platforms, we can dial down these values without a problem,
22182 thereby decreasing the latency of memory a little.
22183
22184 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
22185 Signed-off-by: Dave Liu <daveliu@freescale.com>
22186 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22187
22188 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
22189 Author: Kyungmin Park <kyungmin.park@samsung.com>
22190 Date: Fri Oct 24 14:55:33 2008 +0200
22191
22192 ARM: Add Apollon UBI support
22193
22194 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
22195 macro.
22196
22197 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22198 Signed-off-by: Stefan Roese <sr@denx.de>
22199
22200 commit 694a0b3f1c0accd0de94b89555155d69f8022824
22201 Author: Kyungmin Park <kyungmin.park@samsung.com>
22202 Date: Wed Nov 19 11:47:05 2008 +0100
22203
22204 UBI: Add UBI command support
22205
22206 This patch adds these UBI commands:
22207
22208 ubi part [nand|onenand] [part] - Show or set current partition
22209 ubi info [l[ayout]] -Display volume and UBI layout information
22210 ubi create[vol] volume [size] [type] - Create volume name with size
22211 ubi write[vol] address volume size - Write volume from address with size
22212 ubi read[vol] address volume [size] - Read volume to address with size
22213 ubi remove[vol] volume - Remove volume
22214
22215 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22216 Signed-off-by: Stefan Roese <sr@denx.de>
22217
22218 commit 58be3a1056d88c6d05f3e914389282807e69923a
22219 Author: Kyungmin Park <kyungmin.park@samsung.com>
22220 Date: Wed Nov 19 16:38:24 2008 +0100
22221
22222 UBI: Add basic UBI support to U-Boot (Part 8/8)
22223
22224 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
22225 It's based on the Linux UBI version and basically has a "OS"
22226 translation wrapper that defines most Linux specific calls
22227 (spin_lock() etc.) into no-ops. Some source code parts have been
22228 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
22229 this version with the Linux version and simplifies future UBI
22230 ports/bug-fixes from the Linux version.
22231
22232 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22233 Signed-off-by: Stefan Roese <sr@denx.de>
22234
22235 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
22236 Author: Kyungmin Park <kyungmin.park@samsung.com>
22237 Date: Wed Nov 19 16:36:36 2008 +0100
22238
22239 UBI: Add basic UBI support to U-Boot (Part 7/8)
22240
22241 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
22242 It's based on the Linux UBI version and basically has a "OS"
22243 translation wrapper that defines most Linux specific calls
22244 (spin_lock() etc.) into no-ops. Some source code parts have been
22245 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
22246 this version with the Linux version and simplifies future UBI
22247 ports/bug-fixes from the Linux version.
22248
22249 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22250 Signed-off-by: Stefan Roese <sr@denx.de>
22251
22252 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
22253 Author: Kyungmin Park <kyungmin.park@samsung.com>
22254 Date: Wed Nov 19 16:32:36 2008 +0100
22255
22256 UBI: Add basic UBI support to U-Boot (Part 6/8)
22257
22258 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
22259 It's based on the Linux UBI version and basically has a "OS"
22260 translation wrapper that defines most Linux specific calls
22261 (spin_lock() etc.) into no-ops. Some source code parts have been
22262 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
22263 this version with the Linux version and simplifies future UBI
22264 ports/bug-fixes from the Linux version.
22265
22266 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22267 Signed-off-by: Stefan Roese <sr@denx.de>
22268
22269 commit c91a719daa331b5856109313371e4ece5ec06d96
22270 Author: Kyungmin Park <kyungmin.park@samsung.com>
22271 Date: Wed Nov 19 16:28:06 2008 +0100
22272
22273 UBI: Add basic UBI support to U-Boot (Part 5/8)
22274
22275 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
22276 It's based on the Linux UBI version and basically has a "OS"
22277 translation wrapper that defines most Linux specific calls
22278 (spin_lock() etc.) into no-ops. Some source code parts have been
22279 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
22280 this version with the Linux version and simplifies future UBI
22281 ports/bug-fixes from the Linux version.
22282
22283 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22284 Signed-off-by: Stefan Roese <sr@denx.de>
22285
22286 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
22287 Author: Kyungmin Park <kyungmin.park@samsung.com>
22288 Date: Wed Nov 19 16:27:23 2008 +0100
22289
22290 UBI: Add basic UBI support to U-Boot (Part 4/8)
22291
22292 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
22293 It's based on the Linux UBI version and basically has a "OS"
22294 translation wrapper that defines most Linux specific calls
22295 (spin_lock() etc.) into no-ops. Some source code parts have been
22296 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
22297 this version with the Linux version and simplifies future UBI
22298 ports/bug-fixes from the Linux version.
22299
22300 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22301 Signed-off-by: Stefan Roese <sr@denx.de>
22302
22303 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
22304 Author: Kyungmin Park <kyungmin.park@samsung.com>
22305 Date: Wed Nov 19 16:26:54 2008 +0100
22306
22307 UBI: Add basic UBI support to U-Boot (Part 3/8)
22308
22309 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
22310 It's based on the Linux UBI version and basically has a "OS"
22311 translation wrapper that defines most Linux specific calls
22312 (spin_lock() etc.) into no-ops. Some source code parts have been
22313 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
22314 this version with the Linux version and simplifies future UBI
22315 ports/bug-fixes from the Linux version.
22316
22317 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22318 Signed-off-by: Stefan Roese <sr@denx.de>
22319
22320 commit 961df83361aff9a14f226214224eb8a06e05ba24
22321 Author: Kyungmin Park <kyungmin.park@samsung.com>
22322 Date: Wed Nov 19 16:25:44 2008 +0100
22323
22324 UBI: Add basic UBI support to U-Boot (Part 2/8)
22325
22326 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
22327 It's based on the Linux UBI version and basically has a "OS"
22328 translation wrapper that defines most Linux specific calls
22329 (spin_lock() etc.) into no-ops. Some source code parts have been
22330 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
22331 this version with the Linux version and simplifies future UBI
22332 ports/bug-fixes from the Linux version.
22333
22334 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22335 Signed-off-by: Stefan Roese <sr@denx.de>
22336
22337 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
22338 Author: Kyungmin Park <kyungmin.park@samsung.com>
22339 Date: Wed Nov 19 16:23:06 2008 +0100
22340
22341 UBI: Add basic UBI support to U-Boot (Part 1/8)
22342
22343 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
22344 It's based on the Linux UBI version and basically has a "OS"
22345 translation wrapper that defines most Linux specific calls
22346 (spin_lock() etc.) into no-ops. Some source code parts have been
22347 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
22348 this version with the Linux version and simplifies future UBI
22349 ports/bug-fixes from the Linux version.
22350
22351 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22352 Signed-off-by: Stefan Roese <sr@denx.de>
22353
22354 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
22355 Author: Kyungmin Park <kyungmin.park@samsung.com>
22356 Date: Wed Nov 19 16:20:36 2008 +0100
22357
22358 MTD: Add MTD paritioning infrastructure
22359
22360 This MTD part infrastructure will be used by the upcoming
22361 UBI support.
22362
22363 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22364 Signed-off-by: Stefan Roese <sr@denx.de>
22365
22366 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
22367 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
22368 Date: Thu Oct 16 22:54:03 2008 +0530
22369
22370 Align end of bss by 4 bytes
22371
22372 Most of the bss initialization loop increments 4 bytes
22373 at a time. And the loop end is checked for an 'equal'
22374 condition. Make the bss end address aligned by 4, so
22375 that the loop will end as expected.
22376
22377 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
22378 Signed-off-by: Wolfgang Denk <wd@denx.de>
22379
22380 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
22381 Author: Becky Bruce <becky.bruce@freescale.com>
22382 Date: Mon Nov 10 19:45:35 2008 -0600
22383
22384 mpc8641: fix address-cells default in old .dts detection
22385
22386 address-cells defaults to 2, not 1; so in the unlikely
22387 event that it isn't specified, this patch is required
22388 for correct operation.
22389
22390 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22391
22392 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
22393 Author: Becky Bruce <becky.bruce@freescale.com>
22394 Date: Fri Oct 31 17:14:39 2008 -0500
22395
22396 lib_ppc: Move trap_init to occur earlier
22397
22398 Doing trap_init immediately once we're running from RAM
22399 means we're no longer dependent on the physical location of
22400 the flash on non-BookE platforms. Before trap_init, those
22401 platforms switch to real mode and go to 0xfff00100 on exception.
22402 After the switch, they go to 0x00000100 This makes it easier to
22403 move the flash location.
22404
22405 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22406
22407 commit d52082b12c6e545705a19433a2f4142526536189
22408 Author: Becky Bruce <becky.bruce@freescale.com>
22409 Date: Fri Nov 7 13:46:19 2008 -0600
22410
22411 mpc8641: Try to detect old .dts files
22412
22413 Since we've changed the memory map of the board, be nice and
22414 add some checking to try to catch out-of-date .dts files. We do
22415 this by checking the CCSRBAR location in the .dts and comparing
22416 it to the CCSRBAR location in u-boot. If they don't match, a
22417 warning msg is printed. This isn't foolproof, but it's simple and
22418 will catch most of the cases where an out-of-date .dts is present,
22419 including all of the cases where a new u-boot is used with an old
22420 standard MPC8641 .dts file as supplied with Linux.
22421
22422 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22423
22424 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
22425 Author: Becky Bruce <becky.bruce@freescale.com>
22426 Date: Thu Nov 6 13:04:09 2008 -0600
22427
22428 toplevel Makefile: Add MPC8641HPCN_36BIT target
22429
22430 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
22431
22432 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22433
22434 commit 3111d32c494e8251b90917447796a7206b757e1e
22435 Author: Becky Bruce <becky.bruce@freescale.com>
22436 Date: Thu Nov 6 17:37:35 2008 -0600
22437
22438 mpc8641: Support 36-bit physical addressing
22439
22440 This patch creates a memory map with all the devices
22441 in 36-bit physical space, in addition to the 32-bit map.
22442 The CCSR relocation is moved (again, sorry) to
22443 allow for the physical address to be 36 bits - this
22444 requires translation to be enabled. With 36-bit physical
22445 addressing enabled, we are no longer running with VA=PA
22446 translations. This means we have to distinguish between
22447 the two in the config file. The existing region name is
22448 used to indicate the virtual address, and a _PHYS variety
22449 is created to represent the physical address.
22450
22451 Large physical addressing is not enabled by default.
22452 Set CONFIG_PHYS_64BIT in the config file to turn this on.
22453
22454 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22455
22456 commit c759a01a0022de9378a3a761f49786f87684c916
22457 Author: Becky Bruce <becky.bruce@freescale.com>
22458 Date: Thu Nov 6 17:36:04 2008 -0600
22459
22460 mpc8641: Change 32-bit memory map
22461
22462 The memory map on the 8641hpcn is modified to look more like
22463 the 85xx boards; this is a step towards a more standardized
22464 layout going forward. As part of this change, we now relocate
22465 the flash.
22466
22467 The regions for some of the mappings were far larger than they
22468 needed to be. I have reduced the mappings to match the
22469 actual sizes supported by the hardware.
22470
22471 In addition I have removed the comments at the head
22472 of the BAT blocks in the config file, rather than updating
22473 them. These get horribly out of date, and it's a simple
22474 matter to look at the defines to see what they are set to
22475 since everything is right here in the same file.
22476
22477 Documentation has been changed to reflect the new map, as this
22478 change is user visible, and affects the OS which runs post-uboot.
22479
22480 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22481
22482 commit bf9a8c34309ed9276258295db9e9212aabb2531a
22483 Author: Becky Bruce <becky.bruce@freescale.com>
22484 Date: Wed Nov 5 14:55:35 2008 -0600
22485
22486 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
22487
22488 We define CONFIG_MONITOR_BASE_EARLY to define the initial location
22489 of the bootpage in flash. Use this to create an early mapping
22490 definition for the FLASH, and change the early_bats code to use this.
22491
22492 This change facilitates the relocation of the flash since the early
22493 mappings are no longer tied to the final location of the flash.
22494
22495 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22496
22497 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
22498 Author: Becky Bruce <becky.bruce@freescale.com>
22499 Date: Wed Nov 5 14:55:34 2008 -0600
22500
22501 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
22502
22503 Using a mtmsr/blr means that you have to be executing at the
22504 same virtual address once you enable translation. This is
22505 unnecessarily restrictive, and is not really how this is
22506 usually done. Change it to use the more common mtspr SRR0/SRR1
22507 and rfi method.
22508
22509 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22510
22511 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
22512 Author: Becky Bruce <becky.bruce@freescale.com>
22513 Date: Wed Nov 5 14:55:33 2008 -0600
22514
22515 mpc8641: make DIAG_ADDR == FLASH_BASE
22516
22517 Currently, that's what it is, but it's hardcoded.
22518
22519 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22520
22521 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
22522 Author: Becky Bruce <becky.bruce@freescale.com>
22523 Date: Wed Nov 5 14:55:32 2008 -0600
22524
22525 mpc8641: Drop imaginary second flash bank, map 8MB
22526
22527 There's a lot of setup and foo for the second flash
22528 bank. The problem is, this board doesn't actually have one.
22529 Clean this up. Also, the flash is 8M in size. Get rid
22530 of the confusing aliased overmapping, and just map 8M.
22531
22532 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22533
22534 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
22535 Author: Becky Bruce <becky.bruce@freescale.com>
22536 Date: Wed Nov 5 14:55:31 2008 -0600
22537
22538 mpc8641: only define CONFIG_ENV_SIZE once
22539
22540 It's currently defined twice inside in an if/else block, but
22541 both halves set the same value. Move the define outside
22542 the if.
22543
22544 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22545
22546 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
22547 Author: Becky Bruce <becky.bruce@freescale.com>
22548 Date: Wed Nov 5 14:55:30 2008 -0600
22549
22550 mpc86xx: Move setup_bats into cpu_init_f
22551
22552 In order to later allow for a physical relocation of the
22553 flash, setup_bats, which sets up the final BAT mapping
22554 for the board, needs to happen *after* init_laws().
22555 Otherwise, there will be no window programmed for the flash
22556 at the new physical location at the point when we change
22557 the mmu translation.
22558
22559 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22560
22561 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
22562 Author: Becky Bruce <becky.bruce@freescale.com>
22563 Date: Wed Nov 5 14:55:29 2008 -0600
22564
22565 mpc8641: Remove extra "0" from BR2 define
22566
22567 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22568
22569 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
22570 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
22571 Date: Thu Oct 23 09:08:18 2008 -0400
22572
22573 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
22574
22575 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
22576 This adds support for PHY-less MAC connections to the UEC.
22577
22578 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
22579 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22580
22581 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
22582 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22583 Date: Thu Oct 23 16:27:24 2008 +0000
22584
22585 ColdFire: Add mii driver in drivers/net
22586
22587 All CF platforms' mii.c are consolidated into one
22588
22589 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22590 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22591
22592 commit 25a859066b3af1070eb69f12022113c0a91bd813
22593 Author: Ben Warren <biggerbadderben@gmail.com>
22594 Date: Mon Oct 27 23:53:17 2008 -0700
22595
22596 Moved initialization of PPC4xx EMAC to cpu_eth_init()
22597
22598 Removed initialization of the driver from net/eth.c
22599
22600 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22601 Acked-by: Stefan Roese <sr@denx.de>
22602
22603 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
22604 Author: Ben Warren <biggerbadderben@gmail.com>
22605 Date: Sun Nov 9 21:29:23 2008 -0800
22606
22607 Moved PPC4xx EMAC driver to drivers/net
22608
22609 Also changed path in all linker scripts that reference this driver
22610
22611 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22612 Acked-by: Stefan Roese <sr@denx.de>
22613
22614 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
22615 Author: Ben Warren <biggerbadderben@gmail.com>
22616 Date: Mon Oct 27 23:50:15 2008 -0700
22617
22618 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
22619
22620 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
22621
22622 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22623 Acked-by: Stefan Roese <sr@denx.de>
22624
22625 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
22626 Author: Ben Warren <biggerbadderben@gmail.com>
22627 Date: Thu Oct 23 22:02:49 2008 -0700
22628
22629 Moved initialization of MPC8XX SCC to cpu_eth_init()
22630
22631 Removed initialization of the driver from net/eth.c
22632
22633 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22634
22635 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
22636 Author: Ben Warren <biggerbadderben@gmail.com>
22637 Date: Wed Oct 22 23:47:51 2008 -0700
22638
22639 Moved initialization of MPC8220 FEC to cpu_eth_init()
22640
22641 Removed initialization of the driver from net/eth.c
22642
22643 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22644
22645 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
22646 Author: Ben Warren <biggerbadderben@gmail.com>
22647 Date: Wed Oct 22 23:32:48 2008 -0700
22648
22649 Moved initialization of QE Ethernet controller to cpu_eth_init()
22650
22651 Removed initialization of the driver from net/eth.c
22652
22653 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22654
22655 commit 3456a148276d5494b53ee40242efb6462d163504
22656 Author: Ben Warren <biggerbadderben@gmail.com>
22657 Date: Wed Oct 22 23:20:29 2008 -0700
22658
22659 Moved initialization of FCC Ethernet controller to cpu_eth_init
22660
22661 Affected boards:
22662 Several MPC8xx boards
22663 Several MPC8260/MPC8272 boards
22664 Several MPC85xx boards
22665
22666 Removed initialization of the driver from net/eth.c
22667
22668 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22669
22670 commit 62e15b497f5c6334c059512678c8db7940ae4c61
22671 Author: Ben Warren <biggerbadderben@gmail.com>
22672 Date: Thu Oct 30 22:15:35 2008 -0700
22673
22674 Fix typo in cpu/mpc85xx/cpu.c
22675
22676 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
22677
22678 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22679
22680 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
22681 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22682 Date: Sun Oct 19 12:08:50 2008 +0900
22683
22684 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
22685
22686 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
22687 as a part of ongoing eth_initialize cleanup work. The function ret value
22688 is also fixed as it should be negative on fail.
22689
22690 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22691 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22692
22693 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
22694 Author: Ben Warren <biggerbadderben@gmail.com>
22695 Date: Fri Sep 5 01:55:22 2008 -0400
22696
22697 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
22698
22699 Also, removed the driver initialization from net/eth.c
22700
22701 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22702
22703 commit f2a7806fc23e82d30c8548911369e0c530607354
22704 Author: Clive Stubbings <uboot@xentech.co.uk>
22705 Date: Mon Oct 27 15:05:00 2008 +0000
22706
22707 xilinx_emaclite buffer overrun
22708
22709 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
22710 PKTSIZE_ALIGN bytes long.
22711
22712 Acked-by: Michal Simek <monstr@monstr.eu>
22713
22714 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22715
22716 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
22717 Author: richardretanubun <richardretanubun@ruggedcom.com>
22718 Date: Fri Sep 26 08:59:12 2008 -0400
22719
22720 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
22721
22722 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
22723 This patch makes these function use the devname argument that is passed in to
22724 allow access to the phy registers of other devices in devlist[].
22725
22726 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
22727
22728 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22729
22730 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
22731 Author: richardretanubun <richardretanubun@ruggedcom.com>
22732 Date: Mon Oct 6 15:31:43 2008 -0400
22733
22734 Adds two more ethernet interface to 83xx
22735
22736 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
22737 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
22738 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22739
22740 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
22741 Author: Stelian Pop <stelian@popies.net>
22742 Date: Fri Nov 7 13:54:31 2008 +0100
22743
22744 AT91: Replace AT91_BASE_EMAC by the board specific values.
22745
22746 AT91_BASE_EMAC is never used outside the board specific files,
22747 so replace its usage by the board specific AT91xxx_BASE_EMAC.
22748
22749 Signed-off-by: Stelian Pop <stelian@popies.net>
22750 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22751
22752 commit c91e17affa175ce06afa89b04752301eb4a61666
22753 Author: Stelian Pop <stelian@popies.net>
22754 Date: Fri Nov 7 12:09:21 2008 +0100
22755
22756 AT91: Replace (undefined) AT91_ID_US* by the board specific values.
22757
22758 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
22759 Since they are never used outside the board specific files, they can
22760 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
22761 AT91xxx_ID_US2.
22762
22763 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
22764
22765 Signed-off-by: Stelian Pop <stelian@popies.net>
22766 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22767
22768 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
22769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22770 Date: Sat Nov 1 10:47:59 2008 +0100
22771
22772 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
22773
22774 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22775
22776 commit 1079432e04ccf71aa3684181186182cd63512f19
22777 Author: Sergey Lapin <slapin@ossfans.org>
22778 Date: Fri Oct 31 12:28:43 2008 +0100
22779
22780 Custom AFEB9260 board support
22781
22782 This patch provides support for AFEB9260 board, a product of
22783 OpenSource hardware and software. Some commertial projects
22784 are made with this design. A board is basically AT91SAM9260-EK
22785 with some modifications and different peripherals and different
22786 parts used. Main purpose of this project is to gain experience in
22787 hardware design.
22788 More info: http://groups.google.com/group/arm9fpga-evolution-board
22789 (In Russian only, sorry).
22790 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
22791
22792 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
22793
22794 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
22795 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
22796 Date: Tue Oct 21 13:17:16 2008 +0900
22797
22798 Change to use "do_div" macro
22799
22800 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
22801
22802 commit e352495318d8056a00faa21b633b3e4374bfbf52
22803 Author: Roman Mashak <romez777@gmail.com>
22804 Date: Wed Oct 22 16:00:26 2008 -0400
22805
22806 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
22807
22808 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
22809 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
22810
22811 Signed-off-by: Roman Mashak <romez777@gmail.com>
22812
22813 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
22814 Author: Roman Mashak <romez777@gmail.com>
22815 Date: Tue Oct 21 03:01:41 2008 -0700
22816
22817 ARM/Versatile port: Removed unused functions
22818
22819 Removal of never used functions.
22820
22821 Signed-off-by: Roman Mashak <romez777@gmail.com>
22822
22823 commit 1266df887781c779deaf6d05eea2ef90a470cb34
22824 Author: Becky Bruce <becky.bruce@freescale.com>
22825 Date: Mon Nov 3 15:44:01 2008 -0600
22826
22827 powerpc: change 86xx SMP boot method
22828
22829 We put the bootpg for the secondary cpus into memory and use
22830 BPTR to get to it. This is a step towards converting to the
22831 ePAPR boot methodology. Also, the code is written to
22832 deal properly with more than 4GB of RAM.
22833
22834 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22835
22836 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
22837 Author: Becky Bruce <becky.bruce@freescale.com>
22838 Date: Fri Oct 31 17:13:49 2008 -0500
22839
22840 8641HPCN: Config file cleanup
22841
22842 There are several items in the config file that were hardcoded
22843 but that should really be based on other config options, since
22844 the regions are contiguous and depend on being so. This cleans
22845 that up a bit. Also, add BR_PHYS_ADDR() macro to convert
22846 addresses into the proper format for BR registers.
22847
22848 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22849
22850 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
22851 Author: Becky Bruce <becky.bruce@freescale.com>
22852 Date: Fri Oct 31 17:13:32 2008 -0500
22853
22854 86xx: Make dram_size a phys_size_t
22855
22856 It's currently a long and should be phys_size_t.
22857
22858 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22859
22860 commit 104992fc541302a6bac74448e01e7fdad20abca0
22861 Author: Becky Bruce <becky.bruce@freescale.com>
22862 Date: Sun Nov 2 18:19:32 2008 -0600
22863
22864 powerpc 86xx: Handle CCSR relocation earlier
22865
22866 Currently, the CCSR gets relocated while translation is
22867 enabled, meaning we need 2 BAT translations to get to both the
22868 old location and the new location. Also, the DEFAULT
22869 CCSR location has a dependency on the BAT that maps the
22870 FLASH region. Moving the relocation removes this unnecessary
22871 dependency. This makes it easier and more intutive to
22872 modify the board's memory map.
22873
22874 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
22875 BAT for CCSR space.
22876
22877 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22878
22879 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
22880 Author: Becky Bruce <becky.bruce@freescale.com>
22881 Date: Fri Oct 31 17:14:14 2008 -0500
22882
22883 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
22884
22885 You can't actually have both, and with some coming changes to
22886 change the memory map for the board and support 36-bit physical,
22887 we need the extra BAT that is being consumed by having both.
22888
22889 I also make non-PCI configs build cleanly, for the sake of sanity.
22890
22891 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22892
22893 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
22894 Author: Becky Bruce <becky.bruce@freescale.com>
22895 Date: Fri Oct 31 17:14:00 2008 -0500
22896
22897 mpc8641: Stop supporting non-PCI_PNP configs
22898
22899 We don't actually ever do this, remove the code so we
22900 can stop maintaining it.
22901
22902 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22903
22904 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
22905 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22906 Date: Fri Oct 24 12:59:12 2008 +0000
22907
22908 ColdFire: Fix M5329EVB and M5373EVB nand issue
22909
22910 Fix compilation issue caused by a few mismatches.
22911 Provide proper nand chip select enable/disable in
22912 nand_hwcontrol() rather than in board_nand_init()
22913 just enable once. Remove redundant local nand driver
22914 functions - nand_read_byte(), nand_write_byte() and
22915 nand_dev_ready() to use common nand driver.
22916
22917 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22918
22919 commit 1b2708442224a551a0b865b52710306333888932
22920 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22921 Date: Wed Oct 22 11:55:30 2008 +0000
22922
22923 ColdFire: Fix compilation error
22924
22925 The error was caused by the change for strmhz() in cpu.c.
22926 A few of them were one extra close parenthesis.
22927
22928 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22929
22930 commit 536e7dac16769954915a484e682a2efb28699133
22931 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22932 Date: Wed Oct 22 11:38:21 2008 +0000
22933
22934 ColdFire: Add MCF5301x CPU and M53017EVB support
22935
22936 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22937
22938 commit a21d0c2cc9add8894d971ab791f4032f077db817
22939 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22940 Date: Tue Oct 21 15:37:02 2008 +0000
22941
22942 ColdFire: Add SBF support for M52277EVB
22943
22944 Add serial boot support
22945
22946 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22947
22948 commit b202816c61042c183fe67d097a5893b0f2dafba0
22949 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22950 Date: Tue Oct 21 14:19:26 2008 +0000
22951
22952 ColdFire: Use CFI driver for M5272C3
22953
22954 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22955
22956 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
22957 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22958 Date: Tue Oct 21 13:47:54 2008 +0000
22959
22960 ColdFire: Relocate FEC's GPIO and mii functions protocols
22961
22962 Place FEC pin assignments in cpu_init.c from platform's
22963 mii.c
22964
22965 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22966
22967 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
22968 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22969 Date: Tue Oct 21 12:15:44 2008 +0000
22970
22971 ColdFire: Remove platforms mii.c file
22972
22973 Will use mcfmii.c driver in drivers/net rather than
22974 keep creating new mii.c for each future platform.
22975 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
22976 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
22977 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
22978 mii.c
22979
22980 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22981
22982 commit 012522fef3b382469125beb46a315ab4dee02fb0
22983 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22984 Date: Tue Oct 21 10:03:07 2008 +0000
22985
22986 ColdFire: Modules header files cleanup
22987
22988 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
22989 MDHA, SKHA, INTC, and FlexBus structures and
22990 definitions in immap_5xxx.h to more unify modules
22991 header files. Append DSPI support for m547x_8x.
22992 SSI cleanup. Remove USB Host structure from immap_539.h.
22993 Apply changes to use FlexBus structures in mcf52x2's
22994 cpu_init.c and platform configuration files.
22995
22996 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22997
22998 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
22999 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23000 Date: Tue Oct 21 08:52:36 2008 +0000
23001
23002 ColdFire: Remove linker file
23003
23004 Each different build for M54455EVB and M5235EVB will
23005 create a u-boot.lds linker file. It is redundant to
23006 keep the u-boot.lds
23007
23008 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23009
23010 commit 0829323073c505556ed5f5073f91adb504584d45
23011 Author: Peter Tyser <ptyser@xes-inc.com>
23012 Date: Fri Oct 31 11:26:44 2008 -0500
23013
23014 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
23015
23016 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23017
23018 commit a80b21d5127583171d6e9bc7f722947641898012
23019 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23020 Date: Fri Oct 31 12:12:12 2008 +0100
23021
23022 common/Makefile: create others group for non core, environment and command files
23023
23024 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23025
23026 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
23027 Author: Wolfgang Denk <wd@denx.de>
23028 Date: Fri Oct 31 01:13:37 2008 +0100
23029
23030 TQM8260: use CFI flash driver instead of custom driver.
23031
23032 Signed-off-by: Wolfgang Denk <wd@denx.de>
23033
23034 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
23035 Author: Andy Fleming <afleming@freescale.com>
23036 Date: Thu Oct 30 17:35:30 2008 -0500
23037
23038 Consolidate MAX/MIN definitions
23039
23040 There were several, now there is one (two if you count the lower-case
23041 versions).
23042
23043 Signed-off-by: Andy Fleming <afleming@freescale.com>
23044
23045 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
23046 Author: Heiko Schocher <hs@denx.de>
23047 Date: Thu Oct 30 09:23:09 2008 +0100
23048
23049 mgsuvd: remove unused defines in config file.
23050
23051 Signed-off-by: Heiko Schocher <hs@denx.de>
23052
23053 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
23054 Author: Wolfgang Denk <wd@denx.de>
23055 Date: Sun Nov 2 16:14:22 2008 +0100
23056
23057 Coding Style cleanup, update CHANGELOG
23058
23059 Signed-off-by: Wolfgang Denk <wd@denx.de>
23060
23061 commit a47f957ab523019992fdef857af01bd71c58a4da
23062 Author: Alessandro Rubini <rubini-list@gnudd.com>
23063 Date: Fri Oct 31 22:33:21 2008 +0100
23064
23065 NAND: Allow NAND and OneNAND to coexist
23066
23067 This removes in nand.h code that is verbatim duplicated from bbm.h,
23068 including directly bbm.h in nand.h. The previous state of affairs
23069 prevented compiling code for a board hosting both NAND and OneNAND chips.
23070
23071 Reported-by: Scott Wood <scottwood@freescale.com>
23072 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23073 Signed-off-by: Scott Wood <scottwood@freescale.com>
23074
23075 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
23076 Author: Scott Wood <scottwood@freescale.com>
23077 Date: Fri Oct 31 13:51:12 2008 -0500
23078
23079 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
23080
23081 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
23082 Signed-off-by: Scott Wood <scottwood@freescale.com>
23083
23084 commit c57fc28947e248fb03c49a28b467686299895055
23085 Author: Jason Jin <Jason.Jin@freescale.com>
23086 Date: Fri Oct 31 05:07:04 2008 -0500
23087
23088 NAND: Add NAND support for MPC8536DS board
23089
23090 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
23091 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
23092 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
23093
23094 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
23095 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23096 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23097
23098 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
23099 Author: Haiying Wang <Haiying.Wang@freescale.com>
23100 Date: Fri Oct 31 05:06:14 2008 -0500
23101
23102 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
23103
23104 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
23105
23106 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23107 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23108
23109 commit 51b572a801be57790fe26adaa530210e7fba59cc
23110 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23111 Date: Fri Oct 24 10:49:48 2008 +0900
23112
23113 sh: rsk7203: Moved rsk7203 board to board/renesas
23114
23115 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23116
23117 commit 58453b00b3ebb26aaa901210023f99504a90bb00
23118 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23119 Date: Fri Oct 24 10:48:31 2008 +0900
23120
23121 sh: MigoR: Moved MigoR board to board/renesas
23122
23123 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23124
23125 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
23126 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23127 Date: Fri Oct 24 10:39:44 2008 +0900
23128
23129 sh: r2dplus: Moved r2dplus board to board/renesas
23130
23131 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23132
23133 commit 78385bf2359d828184d0b3649f7ae6b933420000
23134 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23135 Date: Fri Oct 24 10:36:13 2008 +0900
23136
23137 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
23138
23139 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23140
23141 commit c6525d459c350bfc246ea7826456af77e1e314eb
23142 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23143 Date: Fri Oct 24 10:35:19 2008 +0900
23144
23145 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
23146
23147 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23148
23149 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
23150 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23151 Date: Fri Oct 24 10:34:21 2008 +0900
23152
23153 sh: r7780mp: Moved r7780mp board to board/renesas
23154
23155 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23156
23157 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
23158 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23159 Date: Fri Oct 24 10:32:14 2008 +0900
23160
23161 sh: ap325rxa: Moved ap325rxa board to board/renesas
23162
23163 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23164
23165 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
23166 Author: Wolfgang Denk <wd@xpert.denx.de>
23167 Date: Fri Oct 31 01:12:28 2008 +0100
23168
23169 CFI Driver: Fix "flash not ready" problem
23170
23171 This patch fixes a problem on systems where the NOR flash is attached
23172 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
23173 on the assumption that the same flash address is read twice without
23174 any other interjacent flash accesses. However, on 32 bit systems the
23175 function flash_read64() [as currently implemented] does not perform
23176 an atomic 64 bit read - instead, this is broken down into two 32 bit
23177 read accesses on addresses "addr" and "addr + 4". So instead of
23178 reading a 64 bit value twice from "addr", we see a sequence of 4 32
23179 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
23180 consequence is that flash_toggle() fails to work.
23181
23182 This patch implements a simple, but somewhat ugly solution, as it
23183 avoids the use of flash_read64() in this critical place (by breaking
23184 it down manually into 32 bit read operations) instead of rewriting
23185 flash_read64() such to perform atomic 64 bit reads as one could
23186 expect. However, such a rewrite would require the use of floating
23187 point load operations, which becomes pretty complex:
23188
23189 save MSR;
23190 set Floating Point Enable bit in MSR;
23191 use "lfd" instruction to perform atomic 64 bit read;
23192 use "stfd" to store value to temporary variable on stack;
23193 load u64 value from temporary variable;
23194 restore saved MSR;
23195 return u64 value;
23196
23197 The benefit-cost ratio of such an implementation was considered too
23198 bad to actually attempt this, especially as we can expect that such
23199 an implementation would not only have a bigger memory footprint but
23200 also cause a performance degradation.
23201
23202 Signed-off-by: Wolfgang Denk <wd@denx.de>
23203 Signed-off-by: Stefan Roese <sr@denx.de>
23204
23205 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
23206 Author: Stefan Roese <sr@denx.de>
23207 Date: Fri Oct 31 10:48:08 2008 +0100
23208
23209 ppc4xx: Fix spelling error in MAINTAINERS file
23210
23211 Signed-off-by: Stefan Roese <sr@denx.de>
23212
23213 commit be270798900b75ad9c47c7b79c72f70441196c56
23214 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23215 Date: Tue Oct 28 13:37:00 2008 +0100
23216
23217 ppc4xx: Update PMC440 board support
23218
23219 This patch brings PMC440 board support up to date:
23220
23221 - fix GPIO configuration
23222 - add misc_init_f()
23223 - use better values for usbact variable
23224 - fix USB 2.0 phy reset sequence
23225 - shrink BAR2 to save PCI address space
23226 - add FDT support
23227
23228 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23229 Signed-off-by: Stefan Roese <sr@denx.de>
23230
23231 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
23232 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23233 Date: Tue Oct 28 13:36:59 2008 +0100
23234
23235 ppc4xx: Fix PMC440 BSP commands
23236
23237 This patch fixes the PMC440 BSP commands painit and selfreset
23238
23239 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23240 Signed-off-by: Stefan Roese <sr@denx.de>
23241
23242 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
23243 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23244 Date: Tue Oct 28 13:36:58 2008 +0100
23245
23246 ppc4xx: Update PMC440 board configuration
23247
23248 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23249 Signed-off-by: Stefan Roese <sr@denx.de>
23250
23251 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
23252 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23253 Date: Tue Oct 28 13:36:57 2008 +0100
23254
23255 ppc4xx: Fix esd loadpci command
23256
23257 This patch fixes esd's loadpci command when not all
23258 memory on adapter boards is accessable via PCI.
23259
23260 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23261 Signed-off-by: Stefan Roese <sr@denx.de>
23262
23263 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
23264 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23265 Date: Tue Oct 28 13:36:56 2008 +0100
23266
23267 ppc4xx: Clean up PMC440 header
23268
23269 -Codingstyle cleanup
23270 -Remove unused GPIO define
23271
23272 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23273 Signed-off-by: Stefan Roese <sr@denx.de>
23274
23275 commit 295133258a44f97a57fb2ec339aecfda11f4db95
23276 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23277 Date: Tue Oct 28 13:36:55 2008 +0100
23278
23279 ppc4xx: Handle other board variant in PMC440 FPGA code
23280
23281 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23282 Signed-off-by: Stefan Roese <sr@denx.de>
23283
23284 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
23285 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23286 Date: Mon Oct 27 12:35:59 2008 +0100
23287
23288 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
23289
23290 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
23291 config files of both infrastuctures
23292
23293 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23294 Signed-off-by: Stefan Roese <sr@denx.de>
23295
23296 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
23297 Author: Stefan Roese <sr@denx.de>
23298 Date: Sat Oct 25 06:45:31 2008 +0200
23299
23300 ppc4xx: Correctly configure the GPIO pin muxing on Arches
23301
23302 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
23303 pin multiplexing correctly
23304
23305 Signed-off-by: Stefan Roese <sr@denx.de>
23306
23307 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
23308 Author: Bartlomiej Sieka <tur@semihalf.com>
23309 Date: Thu Oct 30 23:22:04 2008 +0100
23310
23311 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
23312
23313 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23314
23315 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
23316 Author: David Gibson <david@gibson.dropbear.id.au>
23317 Date: Wed Oct 29 23:27:45 2008 -0500
23318
23319 libfdt: Fix bug in fdt_subnode_offset_namelen()
23320
23321 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
23322 which causes it to keep searching after it's finished the subnodes of
23323 the given parent, and into the subnodes of siblings of the original
23324 node which come after it in the tree.
23325
23326 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
23327 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23328
23329 commit f242a08871839eac081ba5b599af979f3a148a0d
23330 Author: Peter Korsgaard <jacmet@sunsite.dk>
23331 Date: Tue Oct 28 08:26:52 2008 +0100
23332
23333 fdt_resize(): ensure minimum padding
23334
23335 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
23336 (16 bytes), so make sure that fdt_resize at least adds that much
23337 padding, no matter what the location or size of the fdt is.
23338
23339 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
23340 Acked-by: Andy Fleming <afleming@freescale.com>
23341
23342 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
23343 Author: Dave Liu <daveliu@freescale.com>
23344 Date: Thu Oct 23 21:59:35 2008 +0800
23345
23346 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
23347
23348 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
23349
23350 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
23351
23352 This is needed in unlock_ram_in_cache() because it is called from C and
23353 will corrupt the small data area anchor that is kept in R2.
23354
23355 lock_ram_in_cache() is modified similarly as good coding practice, but
23356 is not called from C.
23357
23358 Signed-off-by: Nick Spence <nick.spence@freescale.com>
23359
23360 also, the r2 is used as global data pointer.
23361
23362 Signed-off-by: Dave Liu <daveliu@freescale.com>
23363
23364 commit e053ab1903ccae6048ef759025b9f675bba91450
23365 Author: Scott Wood <scottwood@freescale.com>
23366 Date: Tue Oct 28 11:45:04 2008 -0500
23367
23368 mpc83xx pci: Round up memory size in inbound window.
23369
23370 The current calculation will fail to cover all memory if
23371 its size is not a power of two.
23372
23373 Signed-off-by: Scott Wood <scottwood@freescale.com>
23374 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23375
23376 commit 1c671977dc81359628be27ac99c174e76e8069ba
23377 Author: Dave Liu <daveliu@freescale.com>
23378 Date: Thu Oct 23 21:19:13 2008 +0800
23379
23380 86xx: remove the unused definition
23381
23382 Signed-off-by: Dave Liu <daveliu@freescale.com>
23383
23384 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
23385 Author: Dave Liu <daveliu@freescale.com>
23386 Date: Tue Oct 28 17:47:49 2008 +0800
23387
23388 86xx: remove the redundant r2 global data pointer save
23389
23390 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
23391 the another global data pointer save, but in fact the
23392 global data pointer will be initialized in the board_init_r,
23393 so remove it such as the 85xx/83xx family.
23394
23395 Signed-off-by: Dave Liu <daveliu@freescale.com>
23396 Acked-by: Kumar Gala <kumar.gala@freescale.com>
23397
23398 commit bd888e9544419665334a6f47f81f34011cea38f3
23399 Author: Dave Liu <daveliu@freescale.com>
23400 Date: Tue Oct 28 17:47:41 2008 +0800
23401
23402 86xx: remove the unused code for 86xx family
23403
23404 I believe these code was copied from 74xx family, but for
23405 86xx, it is unused.
23406
23407 Signed-off-by: Dave Liu <daveliu@freescale.com>
23408 Acked-by: Kumar Gala <kumar.gala@freescale.com>
23409
23410 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
23411 Author: Dave Liu <daveliu@freescale.com>
23412 Date: Tue Oct 28 17:46:35 2008 +0800
23413
23414 86xx: remove the second DDR LAW setting for mpc8641hpcn
23415
23416 The DDR1 LAW will precedence the DDR2 LAW, so remove
23417 the second DDR LAW.
23418
23419 Signed-off-by: Dave Liu <daveliu@freescale.com>
23420 Acked-by: Becky Bruce <becky.bruce@freescale.com>
23421
23422 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
23423 Author: Dave Liu <daveliu@freescale.com>
23424 Date: Tue Oct 28 17:46:23 2008 +0800
23425
23426 86xx: remove the unused ddr_enable_ecc in the board file
23427
23428 The DDR controller of 86xx processors have the ECC data init
23429 feature, and the new DDR code is using the feature, we don't
23430 need the way with DMA to init memory again.
23431
23432 Signed-off-by: Dave Liu <daveliu@freescale.com>
23433 Acked-by: Kumar Gala <kumar.gala@freescale.com>
23434
23435 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
23436 Author: Dave Liu <daveliu@freescale.com>
23437 Date: Tue Oct 28 17:46:12 2008 +0800
23438
23439 86xx: Move the clear_tlbs before MMU turn on
23440
23441 We must invalidate TLBs before MMU turn on, but
23442 currently the code is not, if there are some stale
23443 TLB entry valid in the TLBs, it will cause strange
23444 issue.
23445
23446 Signed-off-by: Dave Liu <daveliu@freescale.com>
23447 Acked-by: Becky Bruce <becky.bruce@freescale.com>
23448
23449 commit 5cdade07b118d07154cb882650f9778cecc8a87c
23450 Author: Scott Wood <scottwood@freescale.com>
23451 Date: Mon Oct 27 15:57:08 2008 -0500
23452
23453 mpc8313erdb: Document NAND boot.
23454
23455 Previously, the documentation claimed that NAND boot is not supported.
23456 This is no longer true.
23457
23458 Signed-off-by: Scott Wood <scottwood@freescale.com>
23459
23460 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
23461 Author: Scott Wood <scottwood@freescale.com>
23462 Date: Wed Oct 29 14:20:26 2008 -0500
23463
23464 NAND: Properly create JFFS2 cleanmarkers.
23465
23466 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
23467 command is currently broken, and among other things causes all blocks
23468 to be marked bad.
23469
23470 This implements it properly using MTD_OOB_AUTO, along with some
23471 indentation fixes.
23472
23473 Signed-off-by: Scott Wood <scottwood@freescale.com>
23474
23475 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
23476 Author: Scott Wood <scottwood@freescale.com>
23477 Date: Wed Oct 29 13:42:41 2008 -0500
23478
23479 NAND fsl elbc: Set FMR[ECCM] based on page size.
23480
23481 Hardware expects ECCM 0 for small page and ECCM 1 for large page
23482 when booting from NAND, so use those defaults.
23483
23484 Signed-off-by: Scott Wood <scottwood@freescale.com>
23485
23486 commit c013b74975dab0805ef6d369b013230c4e8a660d
23487 Author: Haiying Wang <Haiying.Wang@freescale.com>
23488 Date: Wed Oct 29 13:32:59 2008 -0400
23489
23490 NAND: Add support for MPC8572DS board
23491
23492 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
23493 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
23494 config file.
23495
23496 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
23497 make room for the increased code size with NAND enabled.
23498
23499 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
23500 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23501 Signed-off-by: Scott Wood <scottwood@freescale.com>
23502
23503 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
23504 Author: Haiying Wang <Haiying.Wang@freescale.com>
23505 Date: Wed Oct 29 11:05:55 2008 -0400
23506
23507 Make Freescale local bus registers available for both 83xx and 85xx.
23508
23509 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
23510 can be shared by both 83xx and 85xx
23511 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
23512 files which use lbus83xx_t.
23513 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
23514 85xx can share them.
23515
23516 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
23517 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23518 Signed-off-by: Scott Wood <scottwood@freescale.com>
23519
23520 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
23521 Author: Scott Wood <scottwood@freescale.com>
23522 Date: Mon Oct 27 15:38:30 2008 -0500
23523
23524 NAND: Align right column of the shorthelp with other commands.
23525
23526 I accidentally broke this in when making consistent the partial
23527 alignment of the longhelp.
23528
23529 Signed-off-by: Scott Wood <scottwood@freescale.com>
23530
23531 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
23532 Author: Karl Beldan <karl.beldan@gmail.com>
23533 Date: Mon Sep 15 16:08:03 2008 +0200
23534
23535 NAND: Reset chip on power-up
23536
23537 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
23538 The first command sent is NAND_CMD_READID.
23539 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
23540 Tested with an MT29F4G08AAC.
23541
23542 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
23543 Signed-off-by: Scott Wood <scottwood@freescale.com>
23544
23545 commit c45912d8abc52de796b9059a58faf7c4166eab58
23546 Author: Scott Wood <scottwood@freescale.com>
23547 Date: Fri Oct 24 16:20:43 2008 -0500
23548
23549 NAND: sync with 2.6.27
23550
23551 This brings the core NAND code up to date with the Linux kernel.
23552
23553 Since there were several drivers in Linux as of the last update that are
23554 not in u-boot, I'm not bringing over new drivers that have been added
23555 since in the absence of an interested party.
23556
23557 I did not update OneNAND since it was recently synced by Kyungmin Park,
23558 and I'm not sure exactly what the common ancestor is.
23559
23560 Signed-off-by: Scott Wood <scottwood@freescale.com>
23561
23562 commit b1d0db1805c3395149777e507b6da53410abac4e
23563 Author: Kumar Gala <galak@kernel.crashing.org>
23564 Date: Tue Oct 21 17:25:47 2008 -0500
23565
23566 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
23567
23568 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
23569
23570 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23571
23572 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
23573 Author: Kumar Gala <galak@kernel.crashing.org>
23574 Date: Tue Oct 21 17:25:46 2008 -0500
23575
23576 bootm: support subcommands in linux ppc bootm
23577
23578 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
23579
23580 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23581
23582 commit 49c3a861d11735838f1f1b11999ce433006dc919
23583 Author: Kumar Gala <galak@kernel.crashing.org>
23584 Date: Tue Oct 21 17:25:45 2008 -0500
23585
23586 bootm: Add subcommands
23587
23588 Add the ability to break the steps of the bootm command into several
23589 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
23590
23591 This allows us to do things like manipulate device trees before
23592 they are passed to a booting kernel or setup memory for a secondary
23593 core in multicore situations.
23594
23595 Not all OS types support all subcommands (currently only start, loados,
23596 ramdisk, fdt, and go are supported).
23597
23598 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23599
23600 commit be08315933537f061bc1ce61f33a29c56458bbad
23601 Author: Kumar Gala <galak@kernel.crashing.org>
23602 Date: Tue Oct 21 17:25:44 2008 -0500
23603
23604 bootm: Move to using a function pointer table for the boot os function
23605
23606 This removes a bit of code and makes it easier for the upcoming sub bootm
23607 command support to call into the proper OS specific handler.
23608
23609 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23610 Signed-off-by: Wolfgang Denk <wd@denx.de>
23611
23612 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
23613 Author: Graeme Russ <graeme.russ@gmail.com>
23614 Date: Mon Sep 29 23:03:14 2008 +1000
23615
23616 i386: Renamed show_boot_progress in assembler code
23617
23618 Renamed show_boot_progress in assembler init phase to
23619 show_boot_progress_asm to avoid link conflicts with C version
23620
23621 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
23622
23623 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
23624 Author: Peter Tyser <ptyser@xes-inc.com>
23625 Date: Mon Oct 27 16:42:00 2008 -0500
23626
23627 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
23628
23629 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
23630 processors have a 3-bit wide IO_SEL field but have the most
23631 significant bit is wired to 0 so this change should not affect
23632 them.
23633
23634 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23635
23636 commit cd4251624205cb97104f6e32679dc7754934f711
23637 Author: Becky Bruce <becky.bruce@freescale.com>
23638 Date: Mon Oct 27 16:09:42 2008 -0500
23639
23640 powerpc: fix pci window initialization to work with > 4GB DRAM
23641
23642 The existing code has a few errors that need to be fixed in
23643 order to support large RAM sizes. Fix those, and add a
23644 comment to make it clearer.
23645
23646 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23647 Acked-by: Kumar Gala <galak@kernel.crashing.org>
23648
23649 commit 219542a1a66ca017b12860920714a9859b18a5d7
23650 Author: Kumar Gala <galak@kernel.crashing.org>
23651 Date: Mon Oct 27 13:16:20 2008 -0500
23652
23653 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
23654
23655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23656
23657 commit 6b59e03e0237a40a2305ea385defdfd92000978b
23658 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23659 Date: Mon Sep 1 16:21:22 2008 +0200
23660
23661 lcd: Let the board code show board-specific info
23662
23663 The information displayed when CONFIG_LCD_INFO is set is inherently
23664 board-specific, so it should be done by the board code. The current code
23665 dealing with this only handles two cases, and is already a horrible mess
23666 of #ifdeffery.
23667
23668 Yes, this duplicates some code, but it also allows boards to print more
23669 board-specific information; this used to be very difficult.
23670
23671 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23672 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23673
23674 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
23675 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23676 Date: Mon Sep 1 16:21:21 2008 +0200
23677
23678 lcd: Set lcd_is_enabled before clearing the screen
23679
23680 This allows the logo/info rendering routines to use the regular
23681 lcd_putc/lcd_puts/lcd_printf calls.
23682
23683 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23684 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23685
23686 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
23687 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23688 Date: Mon Sep 1 16:21:20 2008 +0200
23689
23690 lcd: Implement lcd_printf()
23691
23692 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
23693 this by borrowing the lcd_printf() implementation from the cogent board
23694 code (which appears to use its own LCD framework.)
23695
23696 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23697 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23698
23699 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
23700 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23701 Date: Mon Sep 1 16:21:19 2008 +0200
23702
23703 atmel_lcdfb: Straighten out funky vl_sync logic
23704
23705 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
23706 otherwise we don't. WTF?
23707
23708 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23709 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23710
23711 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
23712 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23713 Date: Mon Sep 1 16:21:18 2008 +0200
23714
23715 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
23716
23717 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
23718 includes a file that does, asm/arch/gpio.h, but this file doesn't
23719 include <asm/arch/hardware.h> like it's supposed to.
23720
23721 Add the missing include to asm/arch/gpio.h and remove the workaround
23722 from the atmel_lcdfb driver. This makes the driver compile on avr32.
23723
23724 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23725 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23726
23727 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
23728 Author: Kumar Gala <galak@kernel.crashing.org>
23729 Date: Wed Oct 22 14:38:55 2008 -0500
23730
23731 86xx: Convert all fsl_pci_init users to new APIs
23732
23733 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
23734 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
23735
23736 With these changes the board code is a bit smaller and we get dma-ranges
23737 set in the device tree for these boards.
23738
23739 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23740 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23741 Acked-by: Jon Loeliger <jdl@freescale.com>
23742
23743 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
23744 Author: Kumar Gala <galak@kernel.crashing.org>
23745 Date: Tue Oct 21 08:28:33 2008 -0500
23746
23747 85xx: Convert all fsl_pci_init users to new APIs
23748
23749 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
23750 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
23751 and ft_fsl_pci_setup().
23752
23753 With these changes the board code is a bit smaller and we get dma-ranges
23754 set in the device tree for these boards.
23755
23756 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23757 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23758
23759 commit a2aab460727e5f674353a83a81000ef794bffcae
23760 Author: Kumar Gala <galak@kernel.crashing.org>
23761 Date: Thu Oct 23 00:01:06 2008 -0500
23762
23763 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
23764
23765 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23766 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23767
23768 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
23769 Author: Kumar Gala <galak@kernel.crashing.org>
23770 Date: Wed Oct 22 14:06:24 2008 -0500
23771
23772 pci/fsl_pci_init: Add a common PCI inbound setup function
23773
23774 Add a common setup function that determines the pci_region(s) based
23775 on how much memory we have in the system.
23776
23777 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23778 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23779
23780 commit 612ea01018a459234d54ed57ec6a5a244ce75678
23781 Author: Kumar Gala <galak@kernel.crashing.org>
23782 Date: Tue Oct 21 10:13:14 2008 -0500
23783
23784 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
23785
23786 * PCI Inbound window was setup incorrectly. The PCI address and system
23787 address were swapped. The PCI address should be setting piwar/piwbear
23788 and the system address should be setting pitar.
23789
23790 * Removed masking of addresses to allow for system address to support
23791 system address & PCI address >32-bits
23792
23793 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
23794
23795 * Respect the PCI_REGION_PREFETCH for inbound windows
23796
23797 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23798 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23799
23800 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
23801 Author: Kumar Gala <galak@kernel.crashing.org>
23802 Date: Wed Oct 22 23:33:56 2008 -0500
23803
23804 fdt: Added helper to set PCI dma-ranges property
23805
23806 Added fdt_pci_dma_ranges() that parses the pci_region info from the
23807 struct pci_controller and populates the dma-ranges based on it.
23808
23809 The max # of windws/dma-ranges we support is 3 since on embedded
23810 PowerPC based systems this is the max number of windows.
23811
23812 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23813 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23814
23815 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
23816 Author: Kumar Gala <galak@kernel.crashing.org>
23817 Date: Thu Oct 23 00:05:47 2008 -0500
23818
23819 fdt: Add fdt_getprop_u32_default helpers
23820
23821 Add helper functions to return find a node and return it's property
23822 or a default value.
23823
23824 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23825 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23826 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
23827
23828 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
23829 Author: Kumar Gala <galak@kernel.crashing.org>
23830 Date: Tue Oct 21 18:06:15 2008 -0500
23831
23832 86xx: Enable 64-bit PCI resources on all Freescale boards
23833
23834 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23835 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23836
23837 commit 0151cbaccf4504821ecfde0217299bd740086bb6
23838 Author: Kumar Gala <galak@kernel.crashing.org>
23839 Date: Tue Oct 21 11:33:58 2008 -0500
23840
23841 85xx: Enable 64-bit PCI resources on all Freescale boards
23842
23843 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23844 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23845
23846 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
23847 Author: Kumar Gala <galak@kernel.crashing.org>
23848 Date: Tue Oct 21 08:36:08 2008 -0500
23849
23850 pci: Allow for PCI addresses to be 64-bit
23851
23852 PCI bus is inherently 64-bit. While not all system require access to
23853 the full 64-bit PCI address range some do. This allows those systems
23854 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
23855
23856 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23857 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
23858 Acked-by: Wolfgang Denk <wd@denx.de>
23859
23860 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
23861 Author: Dave Liu <daveliu@freescale.com>
23862 Date: Thu Oct 23 21:18:53 2008 +0800
23863
23864 85xx: Fix the incorrect register used for DDR erratum1
23865
23866 The 8572 DDR erratum1:
23867 DDR controller may enter an illegal state when operating
23868 in 32-bit bus mode with 4-beat bursts.
23869
23870 Description:
23871 When operating with a 32-bit bus, it is recommended that
23872 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
23873 This forces the DDR controller to use 4-beat bursts when
23874 communicating to the DRAMs. However, an issue exists that
23875 could lead to data corruption when the DDR controller is
23876 in 32-bit bus mode while using 4-beat bursts.
23877
23878 Projected Impact:
23879 If the DDR controller is operating in 32-bit bus mode with
23880 4-beat bursts, then the controller may enter into a bad state.
23881 All subsequent reads from memory is corrupted.
23882 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
23883 Therefore, this erratum does not affect DDR3 mode.
23884
23885 Work Arounds:
23886 To work around this issue, software must set DEBUG_1[31] in
23887 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
23888 and CCSRBAR offset + 0x6f00 for DDR_2).
23889
23890 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
23891 as condition, but it should be DDR_SDRAM_CFG register.
23892
23893 Signed-off-by: Dave Liu <daveliu@freescale.com>
23894
23895 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
23896 Author: Dave Liu <daveliu@freescale.com>
23897 Date: Thu Oct 23 21:17:19 2008 +0800
23898
23899 85xx: remove unused config definition
23900
23901 Signed-off-by: Dave Liu <daveliu@freescale.com>
23902
23903 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
23904 Author: Kumar Gala <galak@kernel.crashing.org>
23905 Date: Thu Oct 23 01:47:38 2008 -0500
23906
23907 85xx: Add basic e500mc core support
23908
23909 Introduce CONFIG_E500MC to deal with the minor differences between
23910 e500v2 and e500mc.
23911
23912 * Certain fields of HID0/1 don't exist anymore on e500mc
23913 * Cache line size is 64-bytes on e500mc
23914 * reset value of PIR is different
23915
23916 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23917
23918 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
23919 Author: Kumar Gala <galak@kernel.crashing.org>
23920 Date: Thu Oct 23 01:47:37 2008 -0500
23921
23922 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
23923
23924 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
23925 e500mc's 64-byte cacheline properly when it gets added.
23926
23927 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23928
23929 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
23930 Author: Georg Schardt <schardt@team-ctech.de>
23931 Date: Fri Oct 24 13:51:52 2008 +0200
23932
23933 ppc4xx: New board avnet fx12 minimodul
23934
23935 This patch adds support for the avnet fx12 minimodul.
23936 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
23937 patch from Ricardo.
23938
23939 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
23940 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23941 Signed-off-by: Stefan Roese <sr@denx.de>
23942
23943 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
23944 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23945 Date: Tue Oct 21 18:29:46 2008 +0200
23946
23947 ppc4xx: Generic architecture for xilinx ppc405(v3)
23948
23949 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
23950 ppc440 boards, this patch presents a common architecture for all the
23951 xilinx ppc405 boards.
23952
23953 Any custom xilinx ppc405 board can be added very easily with no code
23954 duplicity.
23955
23956 This patch also adds a simple generic board, that can be used on almost
23957 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
23958
23959 This patch is prepared to work with the latest version of EDK (10.1)
23960
23961 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23962 Signed-off-by: Stefan Roese <sr@denx.de>
23963
23964 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
23965 Author: Stefan Roese <sr@denx.de>
23966 Date: Fri Oct 24 08:56:09 2008 +0200
23967
23968 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
23969
23970 Since the new autocalibration still has some problems on some Kilauea
23971 boards with 200MHz DDR2 frequency we disable the autocalibration and
23972 use the hardcoded values as done before. This seems to work reliably
23973 on all known DDR2 frequencies.
23974
23975 After the autocalibration issue is fixed we will enable it again.
23976
23977 Signed-off-by: Stefan Roese <sr@denx.de>
23978
23979 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
23980 Author: Mike Frysinger <vapier@gentoo.org>
23981 Date: Wed Apr 9 02:02:07 2008 -0400
23982
23983 Blackfin: fix up UART status bit handling
23984
23985 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
23986 This can cause problems when we poll the LSR and then later try and handle
23987 any errors detected.
23988
23989 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23990
23991 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
23992 Author: Mike Frysinger <vapier@gentoo.org>
23993 Date: Sat Oct 11 20:42:17 2008 -0400
23994
23995 Blackfin: bf561-ezkit: drop redundant code
23996
23997 Common Blackfin code already announces CPU information.
23998
23999 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24000
24001 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
24002 Author: Mike Frysinger <vapier@gentoo.org>
24003 Date: Sat Oct 11 20:43:10 2008 -0400
24004
24005 Blackfin: bf561-ezkit: drop pointless USB code
24006
24007 The USB/LAN register settings are not actually used/needed in order to
24008 drive things from U-Boot, so drop the code.
24009
24010 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24011
24012 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
24013 Author: Mike Frysinger <vapier@gentoo.org>
24014 Date: Sat Oct 11 20:47:58 2008 -0400
24015
24016 Blackfin: linker scripts: force start.o and set initcode boundaries
24017
24018 Make sure that the start.o object is always the first object in our linker
24019 script regardless of configuration settings, and add some linker symbols
24020 so the ldr utility can properly locate the initcode when generating a LDR.
24021
24022 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24023
24024 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
24025 Author: Mike Frysinger <vapier@gentoo.org>
24026 Date: Sat Oct 11 21:19:39 2008 -0400
24027
24028 Blackfin: small cpu init optimization while setting interrupt mask
24029
24030 Use the sti instruction to set the initial interrupt mask rather than
24031 banging on the core IMASK MMR to save both space and time.
24032
24033 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24034
24035 commit 960922291c9594acb575cec7e47d7bed9b58182c
24036 Author: Mike Frysinger <vapier@gentoo.org>
24037 Date: Sat Oct 11 21:18:10 2008 -0400
24038
24039 Blackfin: set initial stack correctly according to Blackfin ABI
24040
24041 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24042
24043 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
24044 Author: Mike Frysinger <vapier@gentoo.org>
24045 Date: Sun Apr 20 03:11:53 2008 -0400
24046
24047 Blackfin: make baud calculation more accurate
24048
24049 We should use the algorithm in the Linux kernel so that the UART divisor
24050 calculation is more accurate. It also fixes problems on some picky UARTs
24051 that have sampling anomalies.
24052
24053 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24054
24055 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
24056 Author: Mike Frysinger <vapier@gentoo.org>
24057 Date: Mon Oct 6 04:21:41 2008 -0400
24058
24059 Blackfin: decode hwerrcause/excause when crashing
24060
24061 Having to decode hwerrcause/excause values is a pain, so automate it.
24062
24063 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24064
24065 commit 2de95bb20c488f20298df6881b700a5a757ee780
24066 Author: Mike Frysinger <vapier@gentoo.org>
24067 Date: Mon Oct 6 04:20:54 2008 -0400
24068
24069 Blackfin: fix register dump messages
24070
24071 Make sure we report RETI/IPEND correctly.
24072
24073 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24074
24075 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
24076 Author: Mike Frysinger <vapier@gentoo.org>
24077 Date: Mon Oct 6 04:19:34 2008 -0400
24078
24079 Blackfin: don't bother displaying reboot msg when crashing
24080
24081 The hang function already tells you to reboot, so no point in showing it
24082 twice.
24083
24084 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24085
24086 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
24087 Author: Mike Frysinger <vapier@gentoo.org>
24088 Date: Sun Jun 1 01:23:48 2008 -0400
24089
24090 Blackfin: enable support for nested interrupts
24091
24092 During cpu init, make sure we initialize the CEC properly so that
24093 interrupts can fire and be handled while U-Boot is running.
24094
24095 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24096
24097 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
24098 Author: Mike Frysinger <vapier@gentoo.org>
24099 Date: Mon Oct 6 03:55:25 2008 -0400
24100
24101 Blackfin: init NAND before relocating env
24102
24103 If booting out of NAND, we need to make sure we initialize it properly
24104 before attempting to relocate the environment.
24105
24106 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24107
24108 commit 0f9a8819416ba40a53de50af148847a0e508f84d
24109 Author: Mike Frysinger <vapier@gentoo.org>
24110 Date: Thu Aug 7 18:40:13 2008 -0400
24111
24112 Blackfin: check cache bits, not cplb bits
24113
24114 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24115
24116 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
24117 Author: Mike Frysinger <vapier@gentoo.org>
24118 Date: Thu Aug 7 17:52:59 2008 -0400
24119
24120 Blackfin: drop unused cache flush code
24121
24122 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24123
24124 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
24125 Author: Mike Frysinger <vapier@gentoo.org>
24126 Date: Thu Aug 7 15:21:47 2008 -0400
24127
24128 Blackfin: unify cache handling code
24129
24130 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24131
24132 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
24133 Author: Mike Frysinger <vapier@gentoo.org>
24134 Date: Mon Oct 6 03:39:07 2008 -0400
24135
24136 Blackfin: only initialize the RTC when actually used
24137
24138 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24139
24140 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
24141 Author: Mike Frysinger <vapier@gentoo.org>
24142 Date: Mon Oct 6 03:44:33 2008 -0400
24143
24144 Blackfin: fix SWRST register definition
24145
24146 The SWRST register is a 16bit, not 32bit, register.
24147
24148 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24149
24150 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
24151 Author: Mike Frysinger <vapier@gentoo.org>
24152 Date: Thu Aug 7 18:54:57 2008 -0400
24153
24154 Blackfin: build with -fomit-frame-pointer
24155
24156 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24157
24158 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
24159 Author: Mike Frysinger <vapier@gentoo.org>
24160 Date: Thu Aug 7 17:50:26 2008 -0400
24161
24162 Blackfin: document some of the blackfin directories
24163
24164 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24165
24166 commit e4337968e43698a68ba608369f46d4a4114111ca
24167 Author: Mike Frysinger <vapier@gentoo.org>
24168 Date: Thu Aug 7 15:16:56 2008 -0400
24169
24170 Blackfin: only enable hardware error irq by default
24171
24172 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24173
24174 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
24175 Author: Mike Frysinger <vapier@gentoo.org>
24176 Date: Thu Aug 7 13:36:43 2008 -0400
24177
24178 Blackfin: punt old unused mem_init.h header
24179
24180 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24181
24182 commit bcc121a01608042066a19ab5bff5bcfb805bf406
24183 Author: Mike Frysinger <vapier@gentoo.org>
24184 Date: Thu Aug 7 13:18:55 2008 -0400
24185
24186 Blackfin: delete unused page_descriptor_table_size define
24187
24188 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24189
24190 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
24191 Author: Mike Frysinger <vapier@gentoo.org>
24192 Date: Thu Aug 7 13:17:03 2008 -0400
24193
24194 Blackfin: fix typo in boot mode comment and add NAND define
24195
24196 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24197
24198 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
24199 Author: Ben Maan <moo@cow>
24200 Date: Thu Aug 7 13:14:21 2008 -0400
24201
24202 Blackfin: fix port mux defines for BF54x
24203
24204 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24205
24206 commit 0656ef2ba274910d31364fe022f6c7db0051660d
24207 Author: Mike Frysinger <vapier@gentoo.org>
24208 Date: Thu Aug 7 13:09:50 2008 -0400
24209
24210 Blackfin: update anomaly lists
24211
24212 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24213
24214 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
24215 Author: Mike Frysinger <vapier@gentoo.org>
24216 Date: Thu Aug 7 13:08:54 2008 -0400
24217
24218 Blackfin: unify DSPID/DBGSTAT MMR definitions
24219
24220 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24221
24222 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
24223 Author: Wolfgang Denk <wd@denx.de>
24224 Date: Tue Oct 21 15:53:51 2008 +0200
24225
24226 Fix strmhz(): avoid printing negative fractions
24227
24228 Signed-off-by: Wolfgang Denk <wd@denx.de>
24229
24230 commit 4a7f6b750d8de543fdf8e58acd86745010054571
24231 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
24232 Date: Fri Oct 17 08:55:51 2008 -0400
24233
24234 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
24235
24236 This is done to allow other 83XX based platforms which also have UPM
24237 (e.g. 8360) to configure and use their UPM in u-boot.
24238
24239 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24240 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24241
24242 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
24243 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24244 Date: Tue Oct 14 22:58:53 2008 +0400
24245
24246 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
24247
24248 With this patch u-boot can fixup the dr_mode and phy_type properties
24249 for the Dual-Role USB controller.
24250
24251 While at it, also remove #ifdefs around includes, they are not needed.
24252
24253 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24254 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24255
24256 commit b3379f3fd13969934c00097c05754e7a8990fd39
24257 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24258 Date: Wed Oct 8 20:52:54 2008 +0400
24259
24260 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
24261
24262 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
24263 current settings don't work with the default chip on the board.
24264 Nevertheless Freescale's U-Boot sets the option register correctly,
24265 so I just dumped the register from the working u-boot. My guess is
24266 that the old settings were applicable for some pilot boards, not
24267 found in the production.
24268
24269 This patch also enables FSL ELBC driver so that we could access
24270 the NAND storage in the u-boot.
24271
24272 The NAND support costs about 45KB, so the u-boot no longer fits
24273 into two 128KB NOR flash sectors, thus we also have to adjust
24274 environment location: add another 128KB to the monitor length.
24275
24276 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24277
24278 It is due to hardware design and logic defect, that is the
24279 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
24280 the NAND chip connected to nLCS3, you have to set up the
24281 OR3[BCTLD] = '1' for normal operation, otherwise it will have
24282 bus contention due to the pin 48/25 of U60 is enabled.
24283
24284 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
24285 asserted upon access to the NAND chip, keep the default state.
24286
24287 Acked-by: Dave Liu <daveliu@freescale.com>
24288 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24289
24290 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
24291 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24292 Date: Thu Oct 2 19:17:33 2008 +0400
24293
24294 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
24295
24296 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
24297 standalone or acting as a PCI agent. User's Guide says:
24298
24299 - When the CPLD recognizes its location on the PIB it automatically
24300 configures RCW to the PCI Host.
24301 - If the CPLD fails to recognize its location then it is automatically
24302 configured as an Agent and the PCI is configured to an external arbiter.
24303
24304 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
24305 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
24306 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
24307 any arbiter bad things will happen (here the board hangs during any config
24308 space reads).
24309
24310 In this situation we must disable the PCI. And in case of anybody really
24311 want to use an external arbiter, we provide "pci_external_aribter"
24312 environment variable.
24313
24314 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24315 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24316
24317 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
24318 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24319 Date: Thu Oct 2 18:32:25 2008 +0400
24320
24321 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
24322
24323 This involves configuring the SerDes and fixing up the flags and
24324 PHY addresses for the TSECs.
24325
24326 For Linux we also fix up the device tree.
24327
24328 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24329 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24330
24331 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
24332 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24333 Date: Thu Oct 2 18:31:59 2008 +0400
24334
24335 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
24336
24337 We'll use these masks to parse TSEC modes out of HRCWH.
24338
24339 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24340 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24341
24342 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
24343 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24344 Date: Thu Oct 2 18:31:56 2008 +0400
24345
24346 mpc83xx: serdes: add forgotten shifts for rfcks
24347
24348 The rfcks should be shifted by 28 bits left. We didn't notice the bug
24349 because we were using only 100MHz clocks (for which rfcks == 0).
24350
24351 Though, for SGMII we'll need 125MHz clocks.
24352
24353 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24354 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24355
24356 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
24357 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24358 Date: Thu Oct 2 18:31:53 2008 +0400
24359
24360 mpc83xx: fix serdes setup for the MPC8378E boards
24361
24362 MPC837xE specs says that SerDes1 has:
24363
24364 — Two lanes running x1 SGMII at 1.25 Gbps;
24365 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
24366
24367 And for SerDes2:
24368
24369 — Two lanes running x1 PCI Express at 2.5 Gbps;
24370 — One lane running x2 PCI Express at 2.5 Gbps;
24371 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
24372
24373 The spec also explicitly states that PEX options are not valid for
24374 the SD1.
24375
24376 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
24377 which is wrong to do.
24378
24379 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24380 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24381
24382 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
24383 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24384 Date: Wed Sep 10 18:12:37 2008 +0400
24385
24386 mpc83xx: mpc8360emds: rework LBC SDRAM setup
24387
24388 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
24389 it difficult to use (b/c then the memory is discontinuous and
24390 there is quite big memory hole between the DDR/SDRAM regions).
24391
24392 This patch reworks LBC SDRAM setup so that now we dynamically
24393 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
24394 DDR memory).
24395
24396 With this patch we're able to:
24397
24398 - Boot without external DDR memory;
24399 - Use most "DDR + SDRAM" setups without need to support for
24400 sparse/discontinuous memory model in the software.
24401
24402 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24403 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24404
24405 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
24406 Author: Wolfgang Denk <wd@xpert.denx.de>
24407 Date: Tue Oct 21 11:23:56 2008 +0200
24408
24409 FDT: don't use private kernel header files
24410
24411 On some systems (for example Fedora Core 4) U-Boot builds with the
24412 following wanrings only:
24413
24414 ...
24415 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
24416 from fdt.c:51:
24417 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
24418
24419 This patch fixes this problem.
24420
24421 Signed-off-by: Wolfgang Denk <wd@denx.de>
24422
24423 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
24424 Author: Stefan Roese <sr@denx.de>
24425 Date: Mon Oct 13 15:15:31 2008 +0200
24426
24427 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
24428
24429 Signed-off-by: Stefan Roese <sr@denx.de>
24430
24431 commit 43cbce69d48d052574d71f50724be546d90a46a4
24432 Author: Stefan Roese <sr@denx.de>
24433 Date: Mon Oct 13 10:45:14 2008 +0200
24434
24435 ppc4xx: Correctly setup ranges property in ebc node
24436
24437 Previously only the NOR flash mapping was written into the ranges
24438 property of the ebc node. This patch now writes all enabled chip
24439 select areas into the ranges property.
24440
24441 Signed-off-by: Stefan Roese <sr@denx.de>
24442
24443 commit d7b26d58328f137471ea97de382bfa63f7239931
24444 Author: Dirk Eibach <eibach@gdsys.de>
24445 Date: Wed Oct 8 15:37:50 2008 +0200
24446
24447 ppc4xx: Add GDSys neo 405EP board support
24448
24449 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
24450 Signed-off-by: Stefan Roese <sr@denx.de>
24451
24452 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
24453 Author: Niklaus Giger <niklaus.giger@netstal.com>
24454 Date: Wed Oct 1 14:46:13 2008 +0200
24455
24456 ppc4xx: Update configs for Netstal boards
24457
24458 I reorganized my config files, putting the common stuff into netstal-common.h
24459 (got the idea by looking a amcc-common.h from Stefan).
24460
24461 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
24462
24463 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
24464 Signed-off-by: Stefan Roese <sr@denx.de>
24465
24466 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
24467 Author: Adam Graham <agraham@amcc.com>
24468 Date: Wed Oct 8 10:13:19 2008 -0700
24469
24470 ppc4xx: Add routine to retrieve CPU number
24471
24472 Provide a weak defined routine to retrieve the CPU number for
24473 reference boards that have multiple CPU's. Default behavior
24474 is the existing single CPU print output. Reference boards with
24475 multiple CPU's need to provide a board specific routine.
24476 See board/amcc/arches/arches.c for an example.
24477
24478 Signed-off-by: Adam Graham <agraham@amcc.com>
24479 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
24480 Signed-off-by: Stefan Roese <sr@denx.de>
24481
24482 commit 59217bae40e90982ab5400d849c08af683ace036
24483 Author: Adam Graham <agraham@amcc.com>
24484 Date: Wed Oct 8 10:13:14 2008 -0700
24485
24486 ppc4xx: Add static support for 44x IBM SDRAM Controller
24487
24488 This patch add the capability to configure a PPC440 based IBM SDRAM
24489 Controller with static, compiled-in, values. PPC440 memory subsystem
24490 includes a Memory Queue core.
24491
24492 Signed-off-by: Adam Graham <agraham@amcc.com>
24493 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
24494 Signed-off-by: Stefan Roese <sr@denx.de>
24495
24496 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
24497 Author: Adam Graham <agraham@amcc.com>
24498 Date: Wed Oct 8 10:12:53 2008 -0700
24499
24500 ppc4xx: Add AMCC Arches board support (dual 460GT)
24501
24502 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
24503 This board is a dual processor board with each processor providing
24504 independent resources for Rapid IO, Gigabit Ethernet, and serial
24505 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
24506 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
24507 port. The two 460GT's will communicate with each other via shared
24508 memory, Gigabit Ethernet and x1 PCI-Express.
24509
24510 Signed-off-by: Adam Graham <agraham@amcc.com>
24511 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
24512 Signed-off-by: Stefan Roese <sr@denx.de>
24513
24514 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
24515 Author: Wolfgang Denk <wd@xpert.denx.de>
24516 Date: Sun Oct 19 21:54:30 2008 +0200
24517
24518 TQM8260: environment in flash instead EEPROM, baudrate 115k
24519
24520 Several customers have reported problems with the environment in
24521 EEPROM, including corrupted content after board reset. Probably the
24522 code to prevent I2C Enge Conditions is not working sufficiently.
24523
24524 We move the environment to flash now, which allows to have a backup
24525 copy plus gives much faster boot times.
24526
24527 Also, change the default console initialization to 115200 bps as used
24528 on most other boards.
24529
24530 Signed-off-by: Wolfgang Denk <wd@denx.de>
24531
24532 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
24533 Author: Kumar Gala <galak@kernel.crashing.org>
24534 Date: Sun Oct 19 12:49:19 2008 -0500
24535
24536 85xx: Fix compile warning in mpc8536ds.c
24537
24538 mpc8536ds.c: In function 'is_sata_supported':
24539 mpc8536ds.c:615: warning: unused variable 'devdisr'
24540
24541 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24542
24543 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
24544 Author: Wolfgang Denk <wd@denx.de>
24545 Date: Sun Oct 19 02:35:50 2008 +0200
24546
24547 Cleanup: fix "MHz" spelling
24548
24549 Signed-off-by: Wolfgang Denk <wd@denx.de>
24550
24551 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
24552 Author: Wolfgang Denk <wd@denx.de>
24553 Date: Sun Oct 19 02:35:49 2008 +0200
24554
24555 Use strmhz() to format clock frequencies
24556
24557 Signed-off-by: Wolfgang Denk <wd@denx.de>
24558
24559 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
24560 Author: Wolfgang Denk <wd@denx.de>
24561 Date: Sun Oct 19 02:35:48 2008 +0200
24562
24563 strmhz(): Round numbers when printing clock frequencies
24564
24565 Round clock frequencies for printing.
24566
24567 Many boards printed off clock frequencies like 399 MHz instead of the
24568 exact 400 MHz because numberes were not rounded. This is fixed now.
24569
24570 Signed-off-by: Wolfgang Denk <wd@denx.de>
24571
24572 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
24573 Author: Timur Tabi <timur@freescale.com>
24574 Date: Mon Oct 20 15:16:47 2008 -0500
24575
24576 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
24577
24578 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
24579 to add a comment that the correct value disagrees with the 8544 reference
24580 manual. The changelog for that commit is also wrong, as it says "bit 28"
24581 when it should be "bit 24".
24582
24583 Signed-off-by: Timur Tabi <timur@freescale.com>
24584
24585 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
24586 Author: Heiko Schocher <hs@denx.de>
24587 Date: Fri Oct 17 18:24:06 2008 +0200
24588
24589 mgcoge: add redundant environment sector
24590
24591 Signed-off-by: Heiko Schocher <hs@denx.de>
24592
24593 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
24594 Author: Heiko Schocher <hs@denx.de>
24595 Date: Fri Oct 17 18:23:27 2008 +0200
24596
24597 mgsuvd: update size of environment
24598
24599 Signed-off-by: Heiko Schocher <hs@denx.de>
24600
24601 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
24602 Author: Jason Jin <Jason.jin@freescale.com>
24603 Date: Fri Oct 10 11:41:00 2008 +0800
24604
24605 Enabled the Freescale SGMII riser card on 8536DS
24606
24607 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
24608
24609 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
24610 Author: Liu Yu <yu.liu@freescale.com>
24611 Date: Fri Oct 10 11:40:59 2008 +0800
24612
24613 Enabled the Freescale SGMII riser card on 8572DS
24614
24615 This patch based on Andy's work.
24616 Including command 'pixis_set_sgmii' support.
24617
24618 Signed-off-by: Liu Yu <yu.liu@freescale.com>
24619
24620 commit bff188baf9427c35745356439435acf3864d4c65
24621 Author: Liu Yu <yu.liu@freescale.com>
24622 Date: Fri Oct 10 11:40:58 2008 +0800
24623
24624 Make pixis_set_sgmii more general to support MPC85xx boards.
24625
24626 The pixis sgmii command depend on the FPGA support on the board, some 85xx
24627 boards support SGMII riser card but did not support this command, define
24628 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
24629
24630 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
24631 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
24632 PIXIS_VCFGEN1_MASK in header file for both boards.
24633
24634 Signed-off-by: Liu Yu <yu.liu@freescale.com>
24635
24636 commit 5e981d683d2363204c76773941c2e9c2044c808f
24637 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24638 Date: Wed Oct 8 23:38:02 2008 -0500
24639
24640 Add cpu/8xxx to TAGS_SUBDIRS
24641
24642 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24643
24644 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
24645 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24646 Date: Thu Oct 9 01:25:55 2008 -0500
24647
24648 fsl_law clear enable before changing.
24649
24650 Debug sessions may have left enabled laws.
24651 Changing lawbar with an unkown enabled tgtid could cause problems.
24652
24653 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24654
24655 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
24656 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24657 Date: Thu Oct 9 00:29:27 2008 -0500
24658
24659 mpc8572 additional end-point mode
24660
24661 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
24662 Include host_agent == 0 decode for end-point determination.
24663
24664 This is not needed for the ds reference board since pcie3 will be a host
24665 in order to connect to the uli chip. Include it here as a reference for
24666 other mpc8572 boards.
24667
24668 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24669
24670 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
24671 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24672 Date: Wed Oct 8 23:37:59 2008 -0500
24673
24674 85xx if NUM_CPUS>1, print cpu number
24675
24676 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24677
24678 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
24679 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24680 Date: Wed Oct 8 23:38:01 2008 -0500
24681
24682 pixis do not print long help if not configured
24683
24684 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24685
24686 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
24687 Author: Andy Fleming <afleming@freescale.com>
24688 Date: Tue Oct 7 08:09:50 2008 -0500
24689
24690 Have u-boot pass stashing parameters into device tree
24691
24692 Some cores don't support ethernet stashing at all, and some
24693 instances have errata. Adds 3 properties to gianfar nodes
24694 which support stashing. For now, just add this support to
24695 85xx SoCs.
24696
24697 Signed-off-by: Andy Fleming <afleming@freescale.com>
24698
24699 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
24700 Author: Haiying Wang <Haiying.Wang@freescale.com>
24701 Date: Fri Oct 3 12:37:57 2008 -0400
24702
24703 Add DDR options setting on MPC8641HPCN board
24704
24705 * Add board specific parameter table to choose correct cpo, clk_adjust,
24706 write_data_delay based on board ddr frequency and n_ranks.
24707
24708 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
24709
24710 Signed-off-by: James Yang <James.Yang@freescale.com>
24711 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24712
24713 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
24714 Author: Haiying Wang <Haiying.Wang@freescale.com>
24715 Date: Fri Oct 3 12:37:41 2008 -0400
24716
24717 Add ddr interleaving suppport for MPC8572DS board
24718
24719 * Add board specific parameter table to choose correct cpo, clk_adjust,
24720 write_data_delay, 2T based on board ddr frequency and n_ranks.
24721
24722 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
24723
24724 * Set memory controller interleaving mode to bank interleaving, and disable
24725 bank(chip select) interleaving mode by default, because the default on-board
24726 DDR DIMMs are 2x512MB single-rank.
24727
24728 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
24729
24730 Signed-off-by: James Yang <James.Yang@freescale.com>
24731 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24732
24733 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
24734 Author: Haiying Wang <Haiying.Wang@freescale.com>
24735 Date: Fri Oct 3 12:37:26 2008 -0400
24736
24737 Add debug information for DDR controller registers
24738
24739 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24740
24741 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
24742 Author: Haiying Wang <Haiying.Wang@freescale.com>
24743 Date: Fri Oct 3 12:37:10 2008 -0400
24744
24745 Check DDR interleaving mode
24746
24747 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
24748 ba_intlv_ctl.
24749 * Print DDR interleaving mode information
24750 * Add doc/README.fsl-ddr to describe the interleaving setting
24751
24752 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24753
24754 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
24755 Author: Haiying Wang <Haiying.Wang@freescale.com>
24756 Date: Fri Oct 3 12:36:55 2008 -0400
24757
24758 Pass dimm parameters to populate populate controller options
24759
24760 Because some dimm parameters like n_ranks needs to be used with the board
24761 frequency to choose the board parameters like clk_adjust etc. in the
24762 board_specific_paramesters table of the board ddr file, we need to pass
24763 the dimm parameters to the board file.
24764
24765 * move ddr dimm parameters header file from /cpu to /include directory.
24766 * add ddr dimm parameters to populate board specific options.
24767 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
24768
24769 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24770
24771 commit dbbbb3abeff325855cae76e33d69d5665631443f
24772 Author: Haiying Wang <Haiying.Wang@freescale.com>
24773 Date: Fri Oct 3 12:36:39 2008 -0400
24774
24775 Make DDR interleaving mode work correctly
24776
24777 Fix some bugs:
24778 1. Correctly set intlv_ctl in cs_config.
24779 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
24780 3. Set base_address and total memory for each ddr controller in memory
24781 controller interleaving mode.
24782
24783 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24784
24785 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
24786 Author: Kumar Gala <galak@kernel.crashing.org>
24787 Date: Mon Sep 22 23:40:42 2008 -0500
24788
24789 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
24790
24791 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24792
24793 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
24794 Author: Kumar Gala <galak@kernel.crashing.org>
24795 Date: Mon Sep 22 14:11:11 2008 -0500
24796
24797 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
24798
24799 Changing the flash from cacheable to cache-inhibited was taking a significant
24800 amount of time due to the fact that we were iterating over the full 256M of
24801 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
24802
24803 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24804
24805 commit 54e091d3b603a3332c619199ca83a07e95960da4
24806 Author: Kumar Gala <galak@kernel.crashing.org>
24807 Date: Mon Sep 22 14:11:10 2008 -0500
24808
24809 85xx: Export invalidate_{i,d}cache and add flush_dcache
24810
24811 Added the ability for C code to invalidate the i/d-cache's and
24812 to flush the d-cache. This allows us to more efficient change mappings
24813 from cache-able to cache-inhibited.
24814
24815 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24816
24817 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
24818 Author: Heiko Schocher <hs@denx.de>
24819 Date: Fri Oct 17 16:11:52 2008 +0200
24820
24821 mgcoge, mgsuvd: extract more common code
24822
24823 in ft_blob_update () for both boards was an unneccessary
24824 repetition of code, which this patch moves in a common
24825 function for this boards.
24826
24827 Signed-off-by: Heiko Schocher <hs@denx.de>
24828
24829 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
24830 Author: Heiko Schocher <hs@denx.de>
24831 Date: Fri Oct 17 12:15:55 2008 +0200
24832
24833 mgcoge, mgsuvd: use in_*/out_* accesors
24834
24835 Signed-off-by: Heiko Schocher <hs@denx.de>
24836
24837 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
24838 Author: Heiko Schocher <hs@denx.de>
24839 Date: Fri Oct 17 13:52:51 2008 +0200
24840
24841 mgsuvd: fix compiler warning when using soft_i2c driver
24842
24843 Signed-off-by: Heiko Schocher <hs@denx.de>
24844
24845 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
24846 Author: Heiko Schocher <hs@denx.de>
24847 Date: Fri Oct 17 12:15:05 2008 +0200
24848
24849 mgsuvd: fix coding style
24850
24851 Signed-off-by: Heiko Schocher <hs@denx.de>
24852
24853 commit 5f4c3137f4f051787707c548133823f1656eb508
24854 Author: Heiko Schocher <hs@denx.de>
24855 Date: Fri Oct 17 12:13:30 2008 +0200
24856
24857 mgcoge: Second Flash on CS5 not on CS1
24858
24859 Signed-off-by: Heiko Schocher <hs@denx.de>
24860
24861 commit 76da19df5b8e186d269f29190696bd31fb6c836b
24862 Author: Kumar Gala <galak@kernel.crashing.org>
24863 Date: Thu Oct 16 21:52:08 2008 -0500
24864
24865 Added arch_lmb_reserve to allow arch specific memory regions protection
24866
24867 Each architecture has different ways of determine what regions of memory
24868 might not be valid to get overwritten when we boot. This provides a
24869 hook to allow them to reserve any regions they care about. Currently
24870 only ppc, m68k and sparc need/use this.
24871
24872 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24873
24874 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
24875 Author: Heiko Schocher <hs@denx.de>
24876 Date: Thu Oct 16 16:32:35 2008 +0200
24877
24878 mgcoge: added CONFIG_FIT to support the new u-boot image format
24879
24880 Signed-off-by: Heiko Schocher <hs@denx.de>
24881
24882 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
24883 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24884 Date: Thu Oct 16 15:01:15 2008 +0200
24885
24886 rename CFG_ macros to CONFIG_SYS
24887
24888 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24889
24890 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
24891 Author: Kumar Gala <galak@kernel.crashing.org>
24892 Date: Mon Oct 13 14:12:55 2008 -0500
24893
24894 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
24895
24896 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24897
24898 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
24899 Author: Kumar Gala <galak@kernel.crashing.org>
24900 Date: Tue Sep 23 10:05:02 2008 -0500
24901
24902 Expose command table search for sub-commands
24903
24904 Sub-command can benefit from using the same table and search functions
24905 that top level commands have. Expose this functionality by refactoring
24906 find_cmd() and introducing find_cmd_tbl() that sub-command processing
24907 can call.
24908
24909 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24910
24911 commit f7e51b27508446f8cae3927975817137979ad5e8
24912 Author: Heiko Schocher <hs@denx.de>
24913 Date: Wed Oct 15 09:41:33 2008 +0200
24914
24915 mgsuvd, mgcoge: added BOOTCOUNT feature.
24916
24917 Signed-off-by: Heiko Schocher <hs@denx.de>
24918
24919 commit 8f64da7f83b553889bc08400c97047998382e9d2
24920 Author: Heiko Schocher <hs@denx.de>
24921 Date: Wed Oct 15 09:41:00 2008 +0200
24922
24923 mgcoge, mgsuvd: added support for the IVM EEprom.
24924
24925 The EEprom contains some Manufacturerinformation,
24926 which are read from u-boot at boot time, and saved
24927 in same hush shell variables.
24928
24929 Signed-off-by: Heiko Schocher <hs@denx.de>
24930
24931 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
24932 Author: Heiko Schocher <hs@denx.de>
24933 Date: Wed Oct 15 09:40:28 2008 +0200
24934
24935 hush: add showvar command for hush shell.
24936
24937 This new command shows the local variables defined in
24938 the hush shell:
24939
24940 => help showvar
24941 showvar
24942 - print values of all hushshell variables
24943 showvar name ...
24944 - print value of hushshell variable 'name'
24945
24946 Also make the set_local_var() and unset_local_var ()
24947 no longer static, so it is possible to define local
24948 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
24949 is defined, u-boot calls hush_init_var (), where
24950 boardspecific code can define local hush shell
24951 variables at boottime.
24952
24953 Signed-off-by: Heiko Schocher <hs@denx.de>
24954
24955 commit 67b23a322848d828a5e45c0567b72762bfde7abf
24956 Author: Heiko Schocher <hs@denx.de>
24957 Date: Wed Oct 15 09:39:47 2008 +0200
24958
24959 I2C: adding new "i2c bus" Command to the I2C Subsystem.
24960
24961 With this Command it is possible to add new I2C Busses,
24962 which are behind 1 .. n I2C Muxes. Details see README.
24963
24964 Signed-off-by: Heiko Schocher <hs@denx.de>
24965
24966 commit c24853644ddd2dd2e4246b5854a93e6254a14092
24967 Author: Heiko Schocher <hs@denx.de>
24968 Date: Wed Oct 15 09:39:08 2008 +0200
24969
24970 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
24971
24972 As documented in doc/I2C_Edge_Conditions, adding a
24973 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
24974 for the mgcoge and mgsuvd board.
24975
24976 This code was originally written by Keymile in association
24977 with Anatech and Atmel in 1998. The Code toggels the SCL
24978 until the SCA line goes to HIGH (max. 16 times).
24979 And after this, a start condition is sent.
24980
24981 This is another approach to deblock the I2C Bus. The
24982 soft I2C driver actually sends 9 clocks with SDA High,
24983 and then a stop at the end, to deblock the I2C Bus.
24984
24985 Maybe we should use the approach from Keymile as
24986 the new standard?
24987
24988 Signed-off-by: Heiko Schocher <hs@denx.de>
24989
24990 commit 4ca107effebfbabac1057c39632105dacef95957
24991 Author: Heiko Schocher <hs@denx.de>
24992 Date: Wed Oct 15 09:38:38 2008 +0200
24993
24994 soft_i2c: Add CFG_I2C_INIT_BOARD option
24995
24996 This patch adds the option for a boardspecific
24997 I2C deblocking mechanism for the soft i2c driver.
24998
24999 Signed-off-by: Heiko Schocher <hs@denx.de>
25000
25001 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
25002 Author: Heiko Schocher <hs@denx.de>
25003 Date: Wed Oct 15 09:38:07 2008 +0200
25004
25005 mgcoge, mgsuvd: add DTT (LM75) support.
25006
25007 Signed-off-by: Heiko Schocher <hs@denx.de>
25008
25009 commit 8e442df438ab677057571e3ac01846bff7719bce
25010 Author: Heiko Schocher <hs@denx.de>
25011 Date: Wed Oct 15 09:37:34 2008 +0200
25012
25013 lm75: Make the LM75 MULTI_BUS compatible.
25014
25015 Signed-off-by: Heiko Schocher <hs@denx.de>
25016
25017 commit 12f1678127c1df2b2878ba93c88948bedc060775
25018 Author: Heiko Schocher <hs@denx.de>
25019 Date: Wed Oct 15 09:37:04 2008 +0200
25020
25021 lm75: fix Codingstyle issues.
25022
25023 Signed-off-by: Heiko Schocher <hs@denx.de>
25024
25025 commit f2202450c75ba6934b356024101500ddcde6e2a6
25026 Author: Heiko Schocher <hs@denx.de>
25027 Date: Wed Oct 15 09:36:33 2008 +0200
25028
25029 mgcoge, mgsuvd: added EEprom support.
25030
25031 Signed-off-by: Heiko Schocher <hs@denx.de>
25032
25033 commit 9661bf9d120f760238b2a073b84f2baf05010057
25034 Author: Heiko Schocher <hs@denx.de>
25035 Date: Wed Oct 15 09:36:03 2008 +0200
25036
25037 mgcoge, mgsuvd: add I2C support.
25038
25039 Signed-off-by: Heiko Schocher <hs@denx.de>
25040
25041 commit 98aed379586a155292efbf3209356836584b601c
25042 Author: Heiko Schocher <hs@denx.de>
25043 Date: Wed Oct 15 09:35:26 2008 +0200
25044
25045 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
25046
25047 This patch fixes the following warnings, when using
25048 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
25049 systems:
25050
25051 soft_i2c.c: In function 'send_reset':
25052 soft_i2c.c:93: warning: unused variable 'immr'
25053 soft_i2c.c: In function 'send_start':
25054 soft_i2c.c:124: warning: unused variable 'immr'
25055 soft_i2c.c: In function 'send_stop':
25056 soft_i2c.c:146: warning: unused variable 'immr'
25057 soft_i2c.c: In function 'send_ack':
25058 soft_i2c.c:171: warning: unused variable 'immr'
25059 soft_i2c.c: In function 'write_byte':
25060 soft_i2c.c:196: warning: unused variable 'immr'
25061 soft_i2c.c: In function 'read_byte':
25062 soft_i2c.c:244: warning: unused variable 'immr'
25063
25064 Signed-off-by: Heiko Schocher <hs@denx.de>
25065
25066 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
25067 Author: Heiko Schocher <hs@denx.de>
25068 Date: Wed Oct 15 09:34:45 2008 +0200
25069
25070 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
25071
25072 Signed-off-by: Heiko Schocher <hs@denx.de>
25073
25074 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
25075 Author: Heiko Schocher <hs@denx.de>
25076 Date: Wed Oct 15 09:34:05 2008 +0200
25077
25078 mgcoge: fix Coding Style issues.
25079
25080 Signed-off-by: Heiko Schocher <hs@denx.de>
25081
25082 commit e43a27c49712203fe8848a17714330623edfb2eb
25083 Author: Heiko Schocher <hs@denx.de>
25084 Date: Wed Oct 15 09:33:30 2008 +0200
25085
25086 I2C: add new command i2c reset.
25087
25088 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
25089 it is not possible to get out of this, until the
25090 complete Hardware gets a reset. This new commando
25091 calls again i2c_init (and that calls i2c_init_board
25092 if defined), which will deblock the I2C Bus.
25093
25094 Signed-off-by: Heiko Schocher <hs@denx.de>
25095 Signed-off-by: Wolfgang Denk <wd@denx.de>
25096
25097 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
25098 Author: Heiko Schocher <hs@denx.de>
25099 Date: Wed Oct 15 09:32:25 2008 +0200
25100
25101 mgsuvd, mgcoge: move this 2 boards in one dir.
25102
25103 There are some more extensions, which are for both boards
25104 and some more boards from this manufacturer will follow soon.
25105
25106 Signed-off-by: Heiko Schocher <hs@denx.de>
25107 Signed-off-by: Wolfgang Denk <wd@denx.de>
25108
25109 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
25110 Author: Dirk Eibach <eibach@gdsys.de>
25111 Date: Wed Oct 8 13:44:27 2008 +0200
25112
25113 hwmon: Add LM63 support
25114
25115 This patch adds support for the National LM63 temperature
25116 sensor with integrated fan control. It's used on the GDSys
25117 Neo board (405EP) which will be submitted later.
25118
25119 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
25120 Acked-by: Stefan Roese <sr@denx.de>
25121
25122 commit 7ba890bf2f2b92831420243c058951aa831119fd
25123 Author: Kyungmin Park <kmpark@infradead.org>
25124 Date: Wed Oct 8 11:01:17 2008 +0900
25125
25126 Add Red Black Tree support
25127
25128 Now it's used at UBI module. Of course other modules can use it.
25129 If you want to use it, please define CONFIG_RBTREE
25130
25131 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25132
25133 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
25134 Author: richardretanubun <richardretanubun@ruggedcom.com>
25135 Date: Mon Oct 6 16:10:53 2008 -0400
25136
25137 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
25138
25139 Added support for CONFIG_EFI_PARTITION to ext2 commands.
25140 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
25141
25142 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
25143 Author: richardretanubun <richardretanubun@ruggedcom.com>
25144 Date: Fri Sep 26 11:13:22 2008 -0400
25145
25146 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
25147
25148 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
25149 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
25150
25151 Based on linux/fs/partitions/efi.[ch]
25152
25153 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
25154
25155 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
25156 Author: Bartlomiej Sieka <tur@semihalf.com>
25157 Date: Wed Oct 1 15:26:32 2008 +0200
25158
25159 FIT: output image load address for type 'firmware', fix message while there
25160
25161 Now that the auto-update feature uses the 'firmware' type for updates, it is
25162 useful to inspect the load address of such images.
25163
25164 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25165
25166 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
25167 Author: Bartlomiej Sieka <tur@semihalf.com>
25168 Date: Wed Oct 1 15:26:31 2008 +0200
25169
25170 Automatic software update from TFTP server
25171
25172 The auto-update feature allows to automatically download software updates
25173 from a TFTP server and store them in Flash memory during boot. Updates are
25174 contained in a FIT file and protected with SHA-1 checksum.
25175
25176 More detailed description can be found in doc/README.update.
25177
25178 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
25179 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25180
25181 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
25182 Author: Bartlomiej Sieka <tur@semihalf.com>
25183 Date: Wed Oct 1 15:26:27 2008 +0200
25184
25185 flash: factor out adjusting of Flash address to the end of sector
25186
25187 The upcoming automatic update feature needs the ability to adjust an
25188 address within Flash to the end of its respective sector. Factor out
25189 this functionality to a new function flash_sect_roundb().
25190
25191 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
25192 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25193 Signed-off-by: Stefan Roese <sr@denx.de>
25194
25195 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
25196 Author: Bartlomiej Sieka <tur@semihalf.com>
25197 Date: Wed Oct 1 15:26:29 2008 +0200
25198
25199 net: Make TFTP server timeout configurable
25200
25201 There are two aspects of a TFTP transfer involving timeouts:
25202 1. timeout waiting for initial server reply after sending RRQ
25203 2. timeouts while transferring actual data from the server
25204
25205 Since the upcoming auto-update feature attempts a TFTP download during each
25206 boot, it is undesirable to have a long delay when the TFTP server is not
25207 available. Thus, this commit makes the server timeout (1.) configurable by two
25208 global variables:
25209
25210 TftpRRQTimeoutMSecs
25211 TftpRRQTimeoutCountMax
25212
25213 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
25214 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
25215 The total delay when trying to download a file from a non-existing TFTP server
25216 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
25217
25218 Timeouts during file transfers (2.) are unaffected.
25219
25220 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
25221 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25222 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25223
25224 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
25225 Author: Bartlomiej Sieka <tur@semihalf.com>
25226 Date: Wed Oct 1 15:26:28 2008 +0200
25227
25228 net: express the first argument to NetSetTimeout() in milliseconds
25229
25230 Enforce millisecond semantics of the first argument to NetSetTimeout() --
25231 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
25232 get_timer() countiing in milliseconds).
25233
25234 Rationale for this patch is to enable millisecond granularity for
25235 network-related timeouts, which is needed for the upcoming automatic
25236 software update feature.
25237
25238 Summary of changes:
25239 - do not scale the first argument to NetSetTimeout() by CFG_HZ
25240 - change timeout values used in the networking code to milliseconds
25241
25242 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
25243 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25244 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25245
25246 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
25247 Author: richardretanubun <richardretanubun@ruggedcom.com>
25248 Date: Mon Sep 29 18:28:23 2008 -0400
25249
25250 Adds two more ethernet interface to 83xx
25251
25252 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
25253 Six eth interface is chosen because the platform I am using combines
25254 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
25255
25256 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
25257 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25258
25259 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
25260 Author: Haiying Wang <Haiying.Wang@freescale.com>
25261 Date: Wed Sep 24 11:42:12 2008 -0500
25262
25263 Change UEC PHY interface to RGMII on MPC8568MDS
25264
25265 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
25266
25267 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
25268 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
25269
25270 Now both UEC1 and UEC2 can work properly under u-boot.
25271
25272 It is also in consistent with the kernel setting for 8568 UEC phy interface.
25273
25274 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25275 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25276
25277 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
25278 Author: Wolfgang Denk <wd@denx.de>
25279 Date: Sat Oct 18 21:30:31 2008 +0200
25280
25281 Prepare v2008.10 release: update CHANGELOG & Makefile
25282
25283 Signed-off-by: Wolfgang Denk <wd@denx.de>
25284
25285 commit f7a35a60cf45491871a5c28e9ad24db005487857
25286 Author: Heiko Schocher <hs@denx.de>
25287 Date: Fri Oct 17 18:24:06 2008 +0200
25288
25289 mgcoge: add redundant environment sector
25290
25291 Signed-off-by: Heiko Schocher <hs@denx.de>
25292 Signed-off-by: Wolfgang Denk <wd@denx.de>
25293
25294 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
25295 Author: Heiko Schocher <hs@denx.de>
25296 Date: Fri Oct 17 18:23:27 2008 +0200
25297
25298 mgsuvd: update size of environment
25299
25300 Signed-off-by: Heiko Schocher <hs@denx.de>
25301
25302 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
25303 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
25304 Date: Thu Oct 16 13:38:00 2008 -0500
25305
25306 83xx NAND boot: wait for LTESR[CC]
25307
25308 At least some revisions of the 8313, and possibly other chips, do not
25309 wait for all pages of the initial 4K NAND region to be loaded before
25310 beginning execution; thus, we wait for it before branching out of the
25311 first NAND page.
25312
25313 This fixes warm reset problems when booting from NAND on 8313erdb.
25314
25315 Signed-off-by: Scott Wood <scottwood@freescale.com>
25316 Acked-by: Kim Phillips <kim.phillips@freescale.com>
25317
25318 commit bf29e0ea0af03d593c64614136acc723a7a022a2
25319 Author: Yuri Tikhonov <yur@emcraft.com>
25320 Date: Fri Oct 17 12:54:18 2008 +0200
25321
25322 ppc4xx: PPC44x MQ initialization
25323
25324 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
25325 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
25326 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
25327
25328 Previously the appropriate initialization had been made in Linux, by the
25329 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
25330 registers after normal operation has begun is not supported and could
25331 have unpredictable results.
25332
25333 Comment from Stefan: This patch doesn't change the resulting value of the
25334 MQ registers. It explicitly sets/clears all bits to the desired state which
25335 better documents the resulting register value instead of relying on pre-set
25336 default values.
25337
25338 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25339 Signed-off-by: Stefan Roese <sr@denx.de>
25340
25341 commit ec081c2c190148b374e86a795fb6b1c49caeb549
25342 Author: Stefan Roese <sr@denx.de>
25343 Date: Fri Oct 17 12:51:46 2008 +0200
25344
25345 ppc4xx: PPC44x MQ initialization
25346
25347 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
25348 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
25349 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
25350
25351 Previously the appropriate initialization had been made in Linux, by the
25352 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
25353 registers after normal operation has begun is not supported and could
25354 have unpredictable results.
25355
25356 Comment from Stefan: This patch doesn't change the resulting value of the
25357 MQ registers. It explicitly sets/clears all bits to the desired state which
25358 better documents the resulting register value instead of relying on pre-set
25359 default values.
25360
25361 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25362 Signed-off-by: Stefan Roese <sr@denx.de>
25363
25364 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
25365 Author: Kumar Gala <galak@kernel.crashing.org>
25366 Date: Thu Oct 16 21:58:50 2008 -0500
25367
25368 85xx: Using proper I2C source clock divider for MPC8544
25369
25370 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
25371 bit 26, instead it should be bit 28. This caused in incorrect
25372 interpretation of the i2c_clk which is the same as the SEC clk on
25373 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
25374 in PORDEVSR2.
25375
25376 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25377
25378 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
25379 Author: Kumar Gala <galak@kernel.crashing.org>
25380 Date: Thu Oct 16 21:58:49 2008 -0500
25381
25382 Revert "85xx: Using proper I2C source clock divider for MPC8544"
25383
25384 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
25385
25386 The fix introduced by this patch is not correct. The problem is
25387 that the documentation is not correct for the MPC8544 with regards
25388 to which bit in PORDEVSR2 is for the SEC_CFG.
25389
25390 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25391
25392 commit 2179c4766bffeece98e5e92040629a96c97e230c
25393 Author: Kumar Gala <galak@kernel.crashing.org>
25394 Date: Wed Oct 15 10:19:41 2008 -0500
25395
25396 85xx: Fix compile warning
25397
25398 mpc8536ds.c: In function 'is_sata_supported':
25399 mpc8536ds.c:614: warning: unused variable 'devdisr'
25400
25401 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25402
25403 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
25404 Author: Jason Jin <Jason.jin@freescale.com>
25405 Date: Wed Oct 15 10:40:24 2008 +0800
25406
25407 Fix the function conflict in x86emu when DEBUG is on
25408
25409 The function parse_line() in common/main.c was exposed globally by commit
25410 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
25411 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
25412 This patch fix this by renaming the function in the debug.c file.
25413
25414 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
25415
25416 commit b4dbacf69a669a17487054552fc2761149dd6767
25417 Author: Wolfgang Denk <wd@denx.de>
25418 Date: Wed Oct 15 15:50:45 2008 +0200
25419
25420 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
25421
25422 Signed-off-by: Wolfgang Denk <wd@denx.de>
25423
25424 commit 374b9038293d01d8744a46af9b7854a6fd99b228
25425 Author: Heiko Schocher <hs@denx.de>
25426 Date: Wed Oct 15 09:51:19 2008 +0200
25427
25428 Fix compiler warning in lib_ppc/board.c
25429
25430 Fix compiler warning introduced by commit 0f8cbc18
25431
25432 Signed-off-by: Heiko Schocher <hs@denx.de>
25433 Signed-off-by: Wolfgang Denk <wd@denx.de>
25434
25435 commit 9724555755a6f1066636481b41f7094e0ce93a69
25436 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
25437 Date: Thu Oct 9 10:29:14 2008 +0530
25438
25439 mpc83xx: wait till UPM completes the write to array
25440
25441 Reference manual states that MxMR[MAD] increment is the indication
25442 of write to UPM array is complete. Honour that. Also, make the dummy
25443 write explicit.
25444
25445 also fix the comment.
25446
25447 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
25448 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25449
25450 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
25451 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
25452 Date: Wed Oct 8 18:12:20 2008 -0500
25453
25454 Remove unwanted ';' at end of define.
25455
25456 Currently this is not creating any problem. But it will result
25457 in compilation error when used as below.
25458
25459 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
25460
25461 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
25462
25463 continuation of the theme based on git grep "^#define CFG_.*;$" include/
25464
25465 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25466
25467 commit b2934a56650e9a6c54432f9ce6dc36757967385e
25468 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25469 Date: Mon Oct 6 10:53:59 2008 -0400
25470
25471 ARM DaVinci: Add maintainer information for SFFSDR board.
25472
25473 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25474
25475 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
25476 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25477 Date: Sat Oct 4 19:26:16 2008 +0200
25478
25479 api: fix type mismatch
25480
25481 This patch fixes a type mismatch and thus removes a compiler
25482 warning when compiling with CONFIG_API on powerpc.
25483
25484 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25485
25486 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
25487 Author: Peter Tyser <ptyser@xes-inc.com>
25488 Date: Wed Oct 1 12:25:04 2008 -0500
25489
25490 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
25491
25492 Original code displayed:
25493 => help i2c
25494 i2c i2c speed [speed] - show or set I2C bus speed
25495 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
25496 ...
25497
25498 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25499
25500 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
25501 Author: Wolfgang Denk <wd@denx.de>
25502 Date: Tue Oct 14 22:13:41 2008 +0200
25503
25504 Update CHANGELOG
25505
25506 Signed-off-by: Wolfgang Denk <wd@denx.de>
25507
25508 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
25509 Author: Jason Jin <Jason.jin@freescale.com>
25510 Date: Fri Oct 10 11:41:01 2008 +0800
25511
25512 Do not init SATA when disabled on 8536DS.
25513
25514 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
25515 driver still try to access the SATA registers, the cpu will hangup.
25516 This patch try to fix this by reading the serdes status before the SATA
25517 initialize.
25518
25519 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
25520 Acked-by: Andy Fleming <afleming@freescale.com>
25521
25522 commit 9dbc366744960013965fce8851035b6141f3b3ae
25523 Author: Remy Bohmer <linux@bohmer.net>
25524 Date: Fri Oct 10 10:23:22 2008 +0200
25525
25526 The PIPE_INTERRUPT flag is used wrong
25527
25528 At a lot of places in the code the PIPE_INTERRUPT flags and friends
25529 are used wrong. The wrong bits are compared to this flag resulting
25530 in wrong conditions. Also there are macros that should be used for
25531 PIPE_* flags.
25532 This patch tries to fix them all, however, I was not able to test the
25533 changes, because I do not have any of these boards.
25534
25535 Review required!
25536
25537 Signed-off-by: Remy Bohmer <linux@bohmer.net>
25538 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25539
25540 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
25541 Author: Remy Bohmer <linux@bohmer.net>
25542 Date: Fri Oct 10 10:23:21 2008 +0200
25543
25544 fix USB initialisation procedure
25545
25546 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
25547 At some places directly 8,16,32,64 was used instead of the encoded
25548 value. Made a enum for the options to make this more clear and to help
25549 preventing similar errors in the future.
25550
25551 After fixing this bug it became clear that another bug existed where
25552 the 'pipe' is and-ed with PIPE_* flags, where it should have been
25553 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
25554
25555 Also removed the triple 'get_device_descriptor' sequence, it has no use,
25556 and Windows nor Linux behaves that way.
25557 There is also a poll going on with a timeout when usb_control_msg() fails.
25558 However, the poll is useless, because the flag will never be set on a error,
25559 because there is no code that runs in a parallel that can set this flag.
25560 Changed this to something more logical.
25561
25562 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
25563 Linux is doing. There is no difference anymore in the early initialisation
25564 sequence.
25565
25566 Signed-off-by: Remy Bohmer <linux@bohmer.net>
25567 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25568
25569 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
25570 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
25571 Date: Fri Oct 3 00:03:55 2008 +0400
25572
25573 fsl_diu: fix alignment error that caused malloc corruption
25574
25575 When aligning malloc()ed screen_base, invalid offset was added.
25576 This not only caused misaligned result (which did not cause hardware
25577 misbehaviour), but - worse - caused screen_base + smem_len to
25578 be out of malloc()ed space, which in turn caused breakage of
25579 futher malloc()/free() operation.
25580
25581 This patch fixes screen_base alignment.
25582
25583 Also this patch makes memset() that cleans framebuffer to be executed
25584 on first initialization of diu, not only on re-initialization. It looks
25585 correct to clean the framebuffer instead of displaying random garbage;
25586 I believe that was disabled only because that memset caused breakage
25587 of malloc/free described above - which no longer happens with the fix
25588 described above.
25589
25590 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
25591
25592 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
25593 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25594 Date: Wed Sep 24 10:29:37 2008 +0200
25595
25596 api: Fix building with CONFIG_API
25597
25598 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
25599
25600 USB_MAX_STOR_DEV is defined in include/usb.h, but
25601 needed in api/api_storage.c.
25602
25603 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25604
25605 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
25606 Author: Peter Tyser <ptyser@xes-inc.com>
25607 Date: Tue Sep 23 12:39:40 2008 -0500
25608
25609 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
25610
25611 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25612
25613 commit 81e612014c40c922ec35488d17c504d4e9286f06
25614 Author: Peter Tyser <ptyser@xes-inc.com>
25615 Date: Tue Sep 23 12:38:42 2008 -0500
25616
25617 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
25618
25619 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
25620 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
25621 sensor drivers are not necessary
25622
25623 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25624
25625 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
25626 Author: Mike Frysinger <vapier@gentoo.org>
25627 Date: Tue Oct 14 07:04:38 2008 -0400
25628
25629 cmd_spi: remove broken signed casting for display
25630
25631 Since we're working with unsigned data, you can't apply a signed pointer
25632 cast and then attempt to print the result. Otherwise you get wrong output
25633 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
25634
25635 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25636
25637 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
25638 Author: Mike Frysinger <vapier@gentoo.org>
25639 Date: Tue Oct 14 07:05:24 2008 -0400
25640
25641 strings cmd: drop old CONFIG_CFG_STRINGS define
25642
25643 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
25644 CONFIG_CMD_STRINGS and Makefile control.
25645
25646 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25647
25648 commit fecb5ade3b37f62981f2b05b621005850173aaa9
25649 Author: Jason Jin <Jason.jin@freescale.com>
25650 Date: Fri Sep 19 17:32:49 2008 +0800
25651
25652 Fix the NAND size overflow issue.
25653
25654 When the total size of all NAND devices exceeds 4 GiB, the size will
25655 overflow. This patch tries to fix this.
25656
25657 Note that we still have a problem when a single NAND device is bigger
25658 than 4 GiB: then the overflow would actually happen earlier, i. e.
25659 when storing the size in nand_info[].size, as nand_info[].size is an
25660 "u_int32_t".
25661
25662 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
25663 Signed-off-by: Wolfgang Denk <wd@denx.de>
25664
25665 commit 30f574717277238b9014b8136c90eea77196490f
25666 Author: Louis Su <louis@asix.com.tw>
25667 Date: Wed Jul 9 11:01:37 2008 +0800
25668
25669 AX88180: new gigabit network driver
25670
25671 Signed-off-by: Louis Su <louis@asix.com.tw>
25672 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25673
25674 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
25675 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
25676 Date: Tue Aug 19 16:07:03 2008 +0200
25677
25678 enable 10/100M at VSC8601 at tsec driver
25679
25680 Currently VSC8601 doesn't link with 10/100M partners if the
25681 EEPROM/Strapping is not set up.
25682 Setting the auto-neg register fixes this.
25683
25684 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
25685 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25686
25687 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
25688 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25689 Date: Tue Sep 30 15:02:53 2008 +0900
25690
25691 net: ne2000: Divided a function of NE2000 driver
25692
25693 get_prom function was used __attriute__ , but it is not enable.
25694 ax88796.o does not do link besides ne2000.o. When ld is carried
25695 out, get_prom function of ax88796.c is ignored.
25696 This problem is a thing by specifications of ld.
25697 I checked and test this patch on SuperH and MIPS.
25698
25699 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25700 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25701
25702 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
25703 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25704 Date: Tue Oct 14 11:10:59 2008 +0900
25705
25706 sh: rsk7203: Add smc911x driver support to board config file
25707
25708 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25709 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25710
25711 commit cae6f909baf86357b3c0bd01acfc414348c4d175
25712 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25713 Date: Thu Oct 9 13:54:33 2008 +0900
25714
25715 sh: Fix cannot execute a stand-alone application
25716
25717 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
25718
25719 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25720 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25721
25722 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
25723 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25724 Date: Wed Oct 8 23:38:00 2008 -0500
25725
25726 fsl_pci_init do not scan bus when configured as an end-point
25727
25728 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25729 Acked-by: Andy Fleming <afleming@freescale.com>
25730
25731 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
25732 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25733 Date: Tue Sep 16 17:07:53 2008 -0400
25734
25735 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
25736
25737 This is no longer necessary now that the GD_FLG_RELOC flag is set for
25738 all ARM boards.
25739
25740 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25741
25742 commit d977a57356657ba241256231efca32828a5822f9
25743 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
25744 Date: Sat Sep 13 10:04:32 2008 +0200
25745
25746 Fix lzma uncompress call (image_start wrongly used instead image_len)
25747
25748 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
25749
25750 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
25751 Author: Nick Spence <nick.spence@freescale.com>
25752 Date: Thu Aug 28 14:09:15 2008 -0700
25753
25754 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
25755
25756 This is needed in unlock_ram_in_cache() because it is called from C and
25757 will corrupt the small data area anchor that is kept in R2.
25758
25759 lock_ram_in_cache() is modified similarly as good coding practice, but
25760 is not called from C.
25761
25762 Signed-off-by: Nick Spence <nick.spence@freescale.com>
25763
25764 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
25765 Author: Kumar Gala <galak@kernel.crashing.org>
25766 Date: Tue Aug 19 15:05:34 2008 -0500
25767
25768 86xx: remove redudant code with lib_ppc/interrupts.c
25769
25770 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
25771 Not know how that happened, but there is no good reason for it.
25772
25773 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
25774 they exist.
25775
25776 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25777
25778 commit 0d01f66d235118515b5086b88f82498bc0695d6a
25779 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25780 Date: Thu Oct 9 01:26:36 2008 -0500
25781
25782 CFI: cfi_flash write fix for AMD legacy
25783
25784 The flash_unlock_seq requires a sector for AMD_LEGACY.
25785 Fix a retcode check typeo.
25786
25787 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25788 Signed-off-by: Stefan Roese <sr@denx.de>
25789
25790 commit 542b385a620a1783454a00424930e51895f45073
25791 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25792 Date: Tue Oct 7 13:13:10 2008 +0200
25793
25794 ppc4xx: Fix USB 2.0 phy reset sequence
25795
25796 This patch fixes USB 2.0 communication issues on some DU440 boards.
25797
25798 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25799 Signed-off-by: Stefan Roese <sr@denx.de>
25800
25801 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
25802 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25803 Date: Tue Oct 7 13:13:09 2008 +0200
25804
25805 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
25806
25807 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25808 Signed-off-by: Stefan Roese <sr@denx.de>
25809
25810 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
25811 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25812 Date: Tue Oct 7 13:13:08 2008 +0200
25813
25814 ppc4xx: Fix DU440 GPIO configuration
25815
25816 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25817 Signed-off-by: Stefan Roese <sr@denx.de>
25818
25819 commit 35dd025c70fcc4389317db2f2a9d14795172137d
25820 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25821 Date: Tue Oct 7 13:13:07 2008 +0200
25822
25823 ppc4xx: Update DU440 config
25824
25825 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25826 Signed-off-by: Stefan Roese <sr@denx.de>
25827
25828 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
25829 Author: Kumar Gala <galak@kernel.crashing.org>
25830 Date: Wed Oct 8 15:36:39 2008 -0500
25831
25832 MPC8572DS: Fix compile warnings
25833
25834 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
25835 compile warnings:
25836
25837 cmd_i2c.c:112: warning: missing braces around initializer
25838 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
25839
25840 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25841
25842 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
25843 Author: Wolfgang Grandegger <wg@grandegger.com>
25844 Date: Tue Sep 30 10:55:57 2008 +0200
25845
25846 85xx: Using proper I2C source clock divider for MPC8544
25847
25848 Measurements with our MPC8544 board showed that the I2C bus frequency
25849 is wrong by a factor of 1.5. Obviously, the interpretation of the
25850 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
25851 correct. There seems to be an error in the 8544 RM.
25852
25853 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
25854
25855 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
25856 Author: Rafal Czubak <rcz@semihalf.com>
25857 Date: Wed Oct 8 13:41:30 2008 +0200
25858
25859 FSL: Fix get_cpu_board_revision() return value.
25860
25861 get_cpu_board_revision() returned board revision based on information stored
25862 in global static struct eeprom. It should instead use one from local struct
25863 board_eeprom, to which the data is actually read from EEPROM. The bug led to
25864 system hang after printing L1 cache information on U-Boot startup. The problem
25865 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
25866 boards using CFG_I2C_EEPROM_CCID.
25867
25868 The change has been successfully tested on MPC8555CDS system.
25869
25870 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
25871
25872 commit 747f316cca484ed627a97dd3391febabce384186
25873 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25874 Date: Tue Sep 30 20:08:49 2008 +0200
25875
25876 update uImage FIT multi documentation
25877
25878 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25879
25880 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
25881 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25882 Date: Tue Sep 30 20:08:36 2008 +0200
25883
25884 move README.imx31 to doc/ and merge with README.mx31
25885
25886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25887
25888 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
25889 Author: Guennadi Liakhovetski <lg@denx.de>
25890 Date: Thu Sep 25 20:54:37 2008 +0200
25891
25892 i.MX31: switch to CFG_HZ=1000
25893
25894 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
25895 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
25896 provides 2% or 0.4% precision depending on the
25897 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
25898 boot-delay.
25899
25900 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25901
25902 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
25903 Author: gnusercn <gnusercn@gmail.com>
25904 Date: Wed Oct 8 18:58:58 2008 +0200
25905
25906 Fix bug: in arch-arm, env_get_char dose not work fine
25907
25908 due to the arm implementation which supposed that U-Boot is in RAM
25909 when we jump to start_armboot
25910
25911 Signed-off-by: gnusercn <gnusercn@gmail.com>
25912 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25913
25914 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
25915 Author: Adam Graham <agraham@amcc.com>
25916 Date: Mon Oct 6 10:16:13 2008 -0700
25917
25918 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
25919
25920 After changing SDRAM_CLKTR phase value rerun the memory preload
25921 initialization sequence (INITPLR) to reset and relock the memory
25922 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
25923 adjustment effects the phase relationship of the internal, to the
25924 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
25925
25926 Signed-off-by: Adam Graham <agraham@amcc.com>
25927 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
25928 Signed-off-by: Stefan Roese <sr@denx.de>
25929
25930 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
25931 Author: Haiying Wang <Haiying.Wang@freescale.com>
25932 Date: Fri Oct 3 11:48:03 2008 -0400
25933
25934 Remove redundant #define for MPC8536DS
25935
25936 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25937
25938 commit 445a7b38308eb05b41de74165b20855db58c7ee5
25939 Author: Haiying Wang <Haiying.Wang@freescale.com>
25940 Date: Fri Oct 3 11:47:30 2008 -0400
25941
25942 Add ID EEPROM support for MPC8572DS
25943
25944 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
25945 system information like mac addresses etc. This patch enables it.
25946
25947 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25948
25949 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
25950 Author: Haiying Wang <Haiying.Wang@freescale.com>
25951 Date: Fri Oct 3 11:46:59 2008 -0400
25952
25953 Minor fixes for I2C address on MPC8572DS
25954
25955 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
25956 according to the board spec, and adds the 2nd i2c bus offset.
25957
25958 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25959
25960 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
25961 Author: Jason Jin <Jason.jin@freescale.com>
25962 Date: Sat Sep 27 14:40:57 2008 +0800
25963
25964 Fix the incorrect DDR clk freq reporting on 8536DS
25965
25966 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
25967 The display is still sync mode DDR freq. This patch try to fix
25968 this. The display DDR freq is now the actual freq in both
25969 sync and async mode.
25970
25971 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
25972
25973 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
25974 Author: Kumar Gala <galak@kernel.crashing.org>
25975 Date: Tue Oct 7 10:28:46 2008 -0500
25976
25977 85xx: Remove setting of *cache-line-size in device trees
25978
25979 ePAPR says if the *cache-block-size is the same as *cache-line-size
25980 than we don't need the *cache-line-size property.
25981
25982 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25983
25984 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
25985 Author: Mark Jackson <mpfj@mimc.co.uk>
25986 Date: Fri Oct 3 11:48:57 2008 +0100
25987
25988 MIMC200 board now uses CONFIG_DISABLE_CONSOLE
25989
25990 Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
25991 Also fixed default uImage location.
25992
25993 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
25994 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25995
25996 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
25997 Author: Gerald Van Baren <vanbaren@cideas.com>
25998 Date: Sat Oct 4 07:56:06 2008 -0400
25999
26000 libfdt: Fix error in documentation for fdt_get_alias_namelen()
26001
26002 Oops, screwed up the function name in the documenting comment for this
26003 function. Trivial correction in this patch.
26004
26005 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
26006 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
26007
26008 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
26009 Author: David Gibson <david@gibson.dropbear.id.au>
26010 Date: Wed Aug 20 16:55:14 2008 +1000
26011
26012 libfdt: Add function to explicitly expand aliases
26013
26014 Kumar has already added alias expansion to fdt_path_offset().
26015 However, in some circumstances it may be convenient for the user of
26016 libfdt to explicitly get the string expansion of an alias. This patch
26017 adds a function to do this, fdt_get_alias(), and uses it to implement
26018 fdt_path_offset().
26019
26020 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
26021
26022 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
26023 Author: Mike Frysinger <vapier@gentoo.org>
26024 Date: Thu Oct 2 01:55:38 2008 -0400
26025
26026 cfi_flash: do not reset flash when probe fails
26027
26028 The CFI flash driver starts at flash_init() which calls down into
26029 flash_get_size(). This starts by calling flash_detect_cfi(). If said
26030 function fails, flash_get_size() finishes by attempting to reset the
26031 flash. Unfortunately, it does this with an info->portwidth set to 0x10
26032 which filters down into flash_make_cmd() and that happily smashes the
26033 stack by sticking info->portwidth bytes into a cfiword_t variable that
26034 lives on the stack. On a 64bit system you probably won't notice, but
26035 killing the last 8 bytes on a 32bit system usually leads to a corrupt
26036 return address. Which is what happens on a Blackfin system.
26037
26038 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26039 Signed-off-by: Stefan Roese <sr@denx.de>
26040
26041 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
26042 Author: Stefan Roese <sr@denx.de>
26043 Date: Fri Sep 26 17:03:26 2008 +0200
26044
26045 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
26046
26047 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
26048 Without this, the chosen node is not overwritten if it already
26049 exists.
26050
26051 Signed-off-by: Stefan Roese <sr@denx.de>
26052
26053 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
26054 Author: Jon Loeliger <jdl@freescale.com>
26055 Date: Thu Sep 25 11:02:17 2008 -0500
26056
26057 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
26058
26059 Using Gcc 4.3 detected this problem:
26060
26061 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
26062 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
26063 occur when assuming that (X + c) < X is always false
26064
26065 To fix the problem, treat the offset as an unsigned int.
26066
26067 The problem report and proposed fix were provided
26068 by Steve Papacharalambous <stevep@freescale.com>.
26069
26070 Signed-off-by: Jon Loeliger <jdl@freescale.com>
26071
26072 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
26073 Author: David Gibson <david@gibson.dropbear.id.au>
26074 Date: Fri Aug 29 14:19:13 2008 +1000
26075
26076 libfdt: Fix bugs in fdt_get_path()
26077
26078 The current implementation of fdt_get_path() has a couple of bugs,
26079 fixed by this patch.
26080
26081 First, contrary to its documentation, on success it returns the length
26082 of the node's path, rather than 0. The testcase is correspondingly
26083 wrong, and the patch fixes this as well.
26084
26085 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
26086 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
26087 Specifically this happens when there is insufficient space even to
26088 hold the path's second last component. This behaviour is corrected,
26089 and the testcase updated to check it.
26090
26091 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
26092
26093 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
26094 Author: Wolfgang Denk <wd@denx.de>
26095 Date: Wed Oct 1 12:34:58 2008 +0200
26096
26097 TQM5200: enable support for ATAPI devices
26098
26099 Signed-off-by: Wolfgang Denk <wd@denx.de>
26100
26101 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
26102 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26103 Date: Mon Sep 15 05:48:25 2008 +0200
26104
26105 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
26106
26107 we need this due to the arm implementation which supposed that U-Boot
26108 is in RAM when we jump to start_armboot
26109
26110 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
26111 in order to do it for all arm board
26112
26113 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26114
26115 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
26116 Author: Kim Phillips <kim.phillips@freescale.com>
26117 Date: Wed Sep 24 08:46:25 2008 -0500
26118
26119 mpc83xx: don't disable autoboot
26120
26121 bootdelay set to -1 'permanently' disables autobooting, even if
26122 bootcmd is specified. Change to a positive value to allow
26123 autobooting when a bootcmd is set.
26124
26125 Reported-by: Coray Tate <Coray.Tate@freescale.com>
26126 Cc: Scott Wood <scottwood@freescale.com>
26127 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26128
26129 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
26130 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26131 Date: Wed Sep 24 10:42:15 2008 +0900
26132
26133 mpc83xx: Fix typo in include/mpc83xx.h
26134
26135 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
26136
26137 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26138 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26139
26140 commit 162c41c03179727a1d14262f703c9a8bc40231fa
26141 Author: Kim Phillips <kim.phillips@freescale.com>
26142 Date: Tue Sep 23 09:38:49 2008 -0500
26143
26144 mpc83xx: add h/w flash protection to board configs
26145
26146 the operating system may leave flash in a h/w locked state after writing.
26147 This allows u-boot to continue to write flash by enabling h/w unlocking
26148 by default.
26149
26150 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26151
26152 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
26153 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
26154 Date: Thu Sep 11 21:35:36 2008 +0400
26155
26156 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
26157
26158 The spd_dram code shifts the base address, then masks 20 bits, but
26159 forgets to shift the base address back. Fix this by just masking the
26160 base address correctly.
26161
26162 Found this bug while trying to relocate a DDR memory at the base != 0.
26163
26164 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26165 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26166
26167 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
26168 Author: Stefan Roese <sr@denx.de>
26169 Date: Mon Sep 22 16:10:43 2008 +0200
26170
26171 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
26172
26173 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
26174 either one PCIe node or the SATA node in the device tree blob. This
26175 patch removes the unnecessary and even confusing warning, when the node
26176 is not found at all.
26177
26178 Signed-off-by: Stefan Roese <sr@denx.de>
26179
26180 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
26181 Author: Remy Bohmer <linux@bohmer.net>
26182 Date: Fri Sep 19 13:30:06 2008 +0200
26183
26184 Add missing device types to dev_print() in part.c
26185
26186 Signed-off-by: Remy Bohmer <linux@bohmer.net>
26187
26188 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
26189 Author: Wolfgang Denk <wd@denx.de>
26190 Date: Mon Sep 22 22:23:06 2008 +0200
26191
26192 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
26193 eventually leads to a machine check. This change assures that DPRAM
26194 is allocated only once in that case.
26195
26196 Signed-off-by: Gary Jennejohn <garyj@denx.de>
26197 Signed-off-by: Wolfgang Denk <wd@denx.de>
26198
26199 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
26200 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
26201 Date: Wed Sep 17 17:57:34 2008 +0200
26202
26203 Fix Spartan-3 definitions.
26204
26205 A few Spartan-3 definitions erroneously use Spartan-3E size
26206 constants. This patch fixes them.
26207
26208 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
26209
26210 commit 28113e1f0da4146b823ffce37680d31d5685a60b
26211 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
26212 Date: Wed Sep 17 17:41:58 2008 +0200
26213
26214 Remove duplicate Spartan-3E definition.
26215
26216 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
26217 Signed-off-by: Wolfgang Denk <wd@denx.de>
26218
26219 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
26220 Author: Anatolij Gustschin <agust@denx.de>
26221 Date: Wed Sep 17 13:46:17 2008 +0200
26222
26223 socrates: change default mtest address range
26224
26225 Running mtest command on socrates without specifying
26226 an address range crashes the board. This patch changes
26227 default mtest address range to prevent this behavior.
26228
26229 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26230
26231 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
26232 Author: Anatolij Gustschin <agust@denx.de>
26233 Date: Wed Sep 17 12:34:45 2008 +0200
26234
26235 socrates: fix crash after relocation
26236
26237 Currently U-Boot crashes after relocation to RAM.
26238 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
26239 register to READ_LAT + 1 (to the value it was before
26240 conversion of socrates to new DDR code) fixes the
26241 problem.
26242
26243 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26244
26245 commit 562788b0a303f3528b920d81f547f5ca77ba528e
26246 Author: Anatolij Gustschin <agust@denx.de>
26247 Date: Wed Sep 17 11:45:51 2008 +0200
26248
26249 socrates: fix SPD EEPROM address
26250
26251 Commit be0bd8234b9777ecd63c4c686f72af070d886517
26252 changed SPD EEPROM address to 0x51 and DDR SDRAM
26253 detection stopped working. Change this address
26254 back to 0x50.
26255
26256 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26257
26258 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
26259 Author: Stefan Roese <sr@denx.de>
26260 Date: Mon Sep 22 11:06:50 2008 +0200
26261
26262 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
26263
26264 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
26265
26266 Signed-off-by: Stefan Roese <sr@denx.de>
26267
26268 commit e58c41e26cf3c8accd60311be579f452e368e97e
26269 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26270 Date: Thu Sep 18 20:13:08 2008 +0900
26271
26272 usb: Fix compile warning of r8a66597-hcd
26273
26274 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26275 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26276
26277 commit b5d10a13525c07ec6374adf840d7c87553b5f189
26278 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26279 Date: Thu Sep 18 19:34:36 2008 +0900
26280
26281 sh: Fix compile warning
26282
26283 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26284
26285 commit 4a065abf926f128beb36d93449defa0d690e7fef
26286 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26287 Date: Thu Sep 18 19:04:26 2008 +0900
26288
26289 sh: Add support watchdog for SH4A core
26290
26291 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
26292 And fix some compile warning.
26293
26294 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26295
26296 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
26297 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26298 Date: Wed Sep 17 11:45:26 2008 +0900
26299
26300 sh: Fix typo in SH serial driver
26301
26302 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26303 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26304
26305 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
26306 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26307 Date: Wed Sep 17 11:08:36 2008 +0900
26308
26309 sh: Add support any page size and empty_zero_page to SH Linux uImage
26310
26311 Old U-Boot supported 4KB page size only. If this version, Linux
26312 kernel can not get command line from U-Boot.
26313 SH Linux kernel can change page size and empty_zero_page.
26314 This patch support this function and fix promlem.
26315
26316 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26317 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26318
26319 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
26320 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26321 Date: Thu Aug 28 13:40:52 2008 +0900
26322
26323 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
26324
26325 Add function of smc911x, pkt_data_pull and pkt_data_push.
26326
26327 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26328 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26329
26330 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
26331 Author: Wolfgang Denk <wd@denx.de>
26332 Date: Thu Sep 18 13:57:32 2008 +0200
26333
26334 ADS5121: fix typo in "rootpath" default setting
26335
26336 Signed-off-by: Wolfgang Denk <wd@denx.de>
26337
26338 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
26339 Author: Remy Bohmer <linux@bohmer.net>
26340 Date: Tue Sep 16 14:55:44 2008 +0200
26341
26342 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
26343
26344 There are several differences between Linux, Windows and U-boot for initialising the
26345 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
26346 things really different, and some are wrong (compared to the USB standard).
26347
26348 This patch fixes some errors:
26349 * The NEW_init procedure that was already in the code is good, while the old procedure
26350 is wrong. See code comments for more info.
26351 * On a Control request the data returned by the device can be more than 8 bytes, while
26352 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
26353 This results in a lot of USB sticks not being recognised, and the transmission ended
26354 frequently with a CTL:TIMEOUT Error.
26355 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
26356
26357 Signed-off-by: Remy Bohmer <linux@bohmer.net>
26358 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26359
26360 commit 6f5794a6f78b313231256958fd73673c6aacc116
26361 Author: Remy Bohmer <linux@bohmer.net>
26362 Date: Tue Sep 16 14:55:43 2008 +0200
26363
26364 Refactoring parts of the common USB OHCI code
26365
26366 This patch refactors some large routines of the USB OHCI code by
26367 making some routines smaller and more readable which helps
26368 debugging and understanding the code. (Makes the code looks
26369 somewhat more like the Linux implementation.)
26370
26371 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
26372
26373 Signed-off-by: Remy Bohmer <linux@bohmer.net>
26374 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26375
26376 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
26377 Author: Remy Bohmer <linux@bohmer.net>
26378 Date: Tue Sep 16 14:55:42 2008 +0200
26379
26380 Fix for USB sticks not working on ARM while using GCC 4.x compilers
26381
26382 The GCC-compiler makes an optimisation error while optimising the routine
26383 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
26384 but there lots of compilers out there that makes this error, that it is
26385 probably wiser to workaround it in U-boot itself.
26386
26387 What happens is that the register r3 is used as loop-counter 'i', but gets
26388 overwritten later on. From there it starts using register r3 for several other
26389 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
26390
26391 This error occurs on at least several versions of Code Sourcery Lite compilers
26392 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
26393 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
26394
26395 We work around it by splitting up this routine in 2 parts, and making sure that
26396 the split out part is NOT inlined any longer. This will make GCC spit out assembler
26397 that do not show this problem. Another possibility is to adapt the Makefile to stop
26398 optimisation for the complete file. I think this solution is nicer.
26399
26400 Signed-off-by: Remy Bohmer <linux@bohmer.net>
26401 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26402
26403 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
26404 Author: Wolfgang Denk <wd@denx.de>
26405 Date: Wed Sep 17 10:17:55 2008 +0200
26406
26407 Coding style cleanup; update CHANEGLOG
26408
26409 Signed-off-by: Wolfgang Denk <wd@denx.de>
26410
26411 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
26412 Author: Victor Gallardo <vgallardo@amcc.com>
26413 Date: Tue Sep 16 06:59:13 2008 -0700
26414
26415 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
26416
26417 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
26418 Signed-off-by: Adam Graham <agraham@amcc.com>
26419 Signed-off-by: Stefan Roese <sr@denx.de>
26420
26421 commit ce47eb402c5e29a025399dc282246414fc492940
26422 Author: Peter Tyser <ptyser@xes-inc.com>
26423 Date: Tue Sep 16 10:04:47 2008 -0500
26424
26425 Support for multiple SGMII/TBI interfaces for TSEC ethernet
26426
26427 Fix TBI PHY accesses to use the proper offset in CPU register space. The
26428 previous code would incorrectly access the TBI PHY by reading/writing to CPU
26429 register space at the same location as would be used to access external PHYs.
26430
26431 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26432 Acked-by: Andy Fleming <afleming@freescale.com>
26433
26434 commit 7c803be2eb3cae245dedda438776e08fb122250f
26435 Author: Wolfgang Denk <wd@denx.de>
26436 Date: Tue Sep 16 18:02:19 2008 +0200
26437
26438 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
26439
26440 After switching to using the CFI flash driver, the correct remapping
26441 of the flash banks was forgotten.
26442
26443 Also, some boards were not adapted, and the old legacy flash driver
26444 was not removed yet.
26445
26446 Signed-off-by: Wolfgang Denk <wd@denx.de>
26447
26448 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
26449 Author: Wolfgang Denk <wd@denx.de>
26450 Date: Sun Sep 14 00:59:35 2008 +0200
26451
26452 Prepare v2008.10-rc2
26453
26454 Signed-off-by: Wolfgang Denk <wd@denx.de>
26455
26456 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
26457 Author: Wolfgang Denk <wd@denx.de>
26458 Date: Sat Sep 13 02:23:05 2008 +0200
26459
26460 Coding style cleanup, update CHANGELOG
26461
26462 Signed-off-by: Wolfgang Denk <wd@denx.de>
26463
26464 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
26465 Author: Peter Tyser <ptyser@xes-inc.com>
26466 Date: Wed Sep 10 09:18:34 2008 -0500
26467
26468 Update mailing list email and archive addresses
26469
26470 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26471
26472 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
26473 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
26474 Date: Thu Sep 11 15:40:01 2008 +0200
26475
26476 85xx: socrates: autoprobe Lime chip
26477
26478 This patch is an attempt to implement autoprobing for the Lime
26479 presence on the bus.
26480 Configure GPCM for Lime CS2 and try to access chip ID registers.
26481 Second read atempt delivers register values if the chip is present.
26482
26483 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26484
26485 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
26486 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
26487 Date: Thu Sep 11 15:40:01 2008 +0200
26488
26489 85xx: socrates: Add support for new image format.
26490
26491 Signed-off-by: Detlev Zundel <dzu@denx.de>
26492
26493 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
26494 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26495 Date: Thu Sep 11 17:28:18 2008 +0900
26496
26497 sh: Fix compile error for r2dplus
26498
26499 netdev.h was not include by r2dplus.
26500
26501 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26502
26503 commit 56844a22b76c719e600047e23b80465a44d76abd
26504 Author: Heiko Schocher <hs@denx.de>
26505 Date: Thu Sep 11 08:11:23 2008 +0200
26506
26507 powerpc: Fix bootm to boot up again with a Ramdisk
26508
26509 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
26510 and this stopped Linux from booting with a Ramdisk. This patch fixes
26511 this, by deleting the useless dummy mem reservation.
26512
26513 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
26514 added to of_size, so we dont need anymore a dummy mem reservation.
26515
26516 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
26517 system (=0x44 bytes) and rounded it up to 0x80).
26518
26519 Signed-off-by: Heiko Schocher <hs@denx.de>
26520 Acked-by: Kumar Gala <galak@kernel.crashing.org>
26521
26522 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
26523 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
26524 Date: Mon Sep 8 02:46:13 2008 +0200
26525
26526 Add support for LZMA uncompression algorithm.
26527
26528 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
26529 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26530
26531 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
26532 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
26533 Date: Fri Jun 27 23:04:20 2008 +0400
26534
26535 fsl_elbc_nand: ecclayout cleanups
26536
26537 This patch deletes oobavail assignments, they're calculated by the nand
26538 core code in nand_scan_tail, plus current oobavail values are wrong for
26539 the LP NANDs.
26540
26541 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26542 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
26543 Signed-off-by: Scott Wood <scottwood@freescale.com>
26544
26545 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
26546 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
26547 Date: Fri Jun 27 23:04:13 2008 +0400
26548
26549 fsl_elbc_nand: implement support for flash-based BBT
26550
26551 This patch implements support for flash-based BBT for chips working
26552 through ELBC NAND controller, so that NAND core will not have to re-scan
26553 for bad blocks on every boot.
26554
26555 Because ELBC controller may provide HW-generated ECCs we should adjust
26556 bbt pattern and bbt version positions in the OOB free area.
26557
26558 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26559 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
26560 Signed-off-by: Scott Wood <scottwood@freescale.com>
26561
26562 commit 97ae023648e764f794ffb9c52da109d6caf09c47
26563 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
26564 Date: Fri Jun 27 23:04:04 2008 +0400
26565
26566 fsl_elbc_nand: fix OOB workability for large page NAND chips
26567
26568 For large page chips, nand_bbt is looking into OOB area, and checking
26569 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
26570 reserved for bbt means.
26571
26572 But ELBC driver is specifying ecclayout so that oobfree area starts at
26573 offset 1, so only one byte left for the bbt purposes.
26574
26575 This causes problems with any OOB users, namely JFFS2: after first mount
26576 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
26577
26578 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
26579 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
26580 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
26581 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
26582
26583 And on the next boot, NAND core will rescan for bad blocks, then will
26584 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
26585
26586 To fix the issue we should implement our own bad block pattern: just one
26587 byte at OOB start. Though, this will work only for x8 chips. For x16
26588 chips two bytes must be checked. Since ELBC driver does not support x16
26589 NANDs (yet), we're safe for now.
26590
26591 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26592 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
26593 Signed-off-by: Scott Wood <scottwood@freescale.com>
26594
26595 commit 7238ada313057a85409485b8ee21515dc10c07a5
26596 Author: Wolfgang Denk <wd@denx.de>
26597 Date: Fri Sep 12 13:52:21 2008 +0200
26598
26599 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
26600
26601 Signed-off-by: Wolfgang Denk <wd@denx.de>
26602
26603 commit b18410e508a12ba0a177dfc2a386857c806fa96d
26604 Author: Stefan Roese <sr@denx.de>
26605 Date: Thu Sep 11 13:05:56 2008 +0200
26606
26607 ppc4xx: Enable device tree (FDT) support in zeus board port
26608
26609 Signed-off-by: Stefan Roese <sr@denx.de>
26610
26611 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
26612 Author: Stefan Roese <sr@denx.de>
26613 Date: Wed Sep 10 16:53:47 2008 +0200
26614
26615 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
26616
26617 This patch fixes a problem introdiced with patch
26618 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
26619 initdram()].
26620
26621 The boards affected are:
26622 - PCI405
26623 - PPChameleonEVB
26624 - quad100hd
26625 - taihu
26626 - zeus
26627
26628 Signed-off-by: Stefan Roese <sr@denx.de>
26629
26630 commit 61737c59a3285f6fadf96a5836879898c04ec28d
26631 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26632 Date: Thu Sep 11 19:41:26 2008 -0400
26633
26634 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
26635
26636 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26637 Signed-off-by: Stefan Roese <sr@denx.de>
26638
26639 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
26640 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26641 Date: Thu Sep 11 19:41:25 2008 -0400
26642
26643 ppc4xx: Fix compilation of v5fx30teval_flash
26644
26645 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26646 Signed-off-by: Stefan Roese <sr@denx.de>
26647
26648 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
26649 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26650 Date: Wed Sep 10 17:44:30 2008 -0400
26651
26652 ppc4xx: Fix in-tree build for ppc440-generic boards
26653
26654 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26655 Signed-off-by: Stefan Roese <sr@denx.de>
26656
26657 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
26658 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26659 Date: Fri Sep 12 02:20:47 2008 +0200
26660
26661 ARM: synchronize mach-types.h with linux 2.6.27-rc6
26662
26663 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26664
26665 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
26666 Author: Jens Scharsig <esw@bus-elektronik.de>
26667 Date: Fri Sep 12 02:20:47 2008 +0200
26668
26669 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
26670
26671 This patch prevents linker error on AT91RM9200 boards, if
26672 CONFIG_CMD_I2_TREE is set.
26673 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
26674
26675 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
26676
26677 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
26678 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26679 Date: Fri Sep 12 02:20:47 2008 +0200
26680
26681 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
26682
26683 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
26684
26685 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26686
26687 commit 03db53335c8eba656a7c44d1555b1a4514383e33
26688 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26689 Date: Fri Sep 12 02:20:46 2008 +0200
26690
26691 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
26692
26693 __ARM__ is given by arm_config.mk automatically.
26694
26695 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26696
26697 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
26698 Author: Claudio Scordino <claudio@evidence.eu.com>
26699 Date: Fri Sep 12 02:20:46 2008 +0200
26700
26701 Fix MACH_TYPE for the AT91RM9200DK board.
26702
26703 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
26704
26705 commit 274737e5eb25b2bcd3af3a96da923effd543284f
26706 Author: Andrew Dyer <adyer@righthandtech.com>
26707 Date: Fri Sep 12 02:20:46 2008 +0200
26708
26709 i.mx change get_timer(base) to return time since base
26710
26711 This patch changes get_timer() for i.MX to return the time since
26712 'base' instead of the time since the counter was at zero.
26713
26714 Symptom seen is flash timeout errors when erasing or programming a
26715 sector using the common cfi flash code.
26716
26717 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
26718
26719 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
26720 Author: Andrew Dyer <adyer@righthandtech.com>
26721 Date: Fri Sep 12 02:20:46 2008 +0200
26722
26723 i.MX use u-boot baud rate and don't assume UART master clock
26724
26725 1) Change the i.MX serial driver to use the baud rate set in the
26726 u-boot environment
26727
26728 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
26729
26730 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
26731 one to clear" like other status bits in the reg.)
26732
26733 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
26734
26735 commit 6e1551a870d360805b9d172dc56d935064abe71d
26736 Author: Andrew Dyer <adyer@righthandtech.com>
26737 Date: Fri Sep 12 02:20:46 2008 +0200
26738
26739 arm920t fix constant error in start.S
26740
26741 Code in cpu/arm920t/start.S will die with a compilation error if
26742 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
26743 the ARM sub instruction. Change the code so that each is subtracted
26744 independently to avoid the error.
26745
26746 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
26747
26748 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
26749 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
26750 Date: Fri Sep 12 02:20:40 2008 +0200
26751
26752 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
26753
26754 - Correct Invalid #define of MPUTIM_PTV_MASK for
26755 omap1510 & omap730 register definition
26756
26757 MPUTIM_PTV_MASK is defined as
26758 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
26759
26760 while it should have been
26761 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
26762
26763 - Below Patch corrects the same
26764
26765 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
26766
26767 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
26768 Author: Adrian Filipi <adrian.filipi@eurotech.com>
26769 Date: Fri Jul 18 11:52:02 2008 -0400
26770
26771 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
26772
26773 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
26774
26775 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
26776 Author: Guennadi Liakhovetski <lg@denx.de>
26777 Date: Thu Aug 28 12:25:11 2008 +0200
26778
26779 i.MX31: document timer precision option
26780
26781 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26782
26783 commit 1a6337b01351b82a45b0defa76f08744511c580b
26784 Author: Magnus Lilja <lilja.magnus@gmail.com>
26785 Date: Fri Aug 29 10:36:18 2008 +0200
26786
26787 i.MX31: Make the SPI bus and chip select configurable for MC13783
26788
26789 The i.MX31 has three SPI buses and each bus has several chip selects
26790 and the MC13783 chip can be connected to any of these. The current
26791 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
26792
26793 This patch makes make MC13783 SPI bus and chip select configurable
26794 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
26795
26796 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
26797
26798 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
26799 Author: Magnus Lilja <lilja.magnus@gmail.com>
26800 Date: Fri Aug 29 10:36:17 2008 +0200
26801
26802 i.MX31: Add reset_timer() and modify get_timer_masked().
26803
26804 This patch adds the reset_timer() function (needed by nand_base.c) and
26805 modifies the get_timer_masked() to work in the same way as the omap24xx
26806 function.
26807
26808 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
26809
26810 commit deeec4991a55de243787002ede24d2331d234fc8
26811 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26812 Date: Wed Sep 10 22:48:09 2008 +0200
26813
26814 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
26815
26816 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26817
26818 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
26819 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26820 Date: Wed Sep 10 22:48:09 2008 +0200
26821
26822 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
26823
26824 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26825
26826 commit 0e8d158664a913392cb01fb11a948d83f72e105e
26827 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26828 Date: Wed Sep 10 22:48:06 2008 +0200
26829
26830 rename CFG_ENV macros to CONFIG_ENV
26831
26832 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26833
26834 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
26835 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26836 Date: Wed Sep 10 22:48:05 2008 +0200
26837
26838 nvedit: rename error comment to CONFIG_ENV_IS_IN_
26839
26840 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26841
26842 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
26843 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26844 Date: Wed Sep 10 22:48:05 2008 +0200
26845
26846 cmd_mem: Move conditional compilation to Makefile
26847
26848 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26849
26850 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
26851 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26852 Date: Wed Sep 10 22:48:05 2008 +0200
26853
26854 move cmd_get_data_size to command.c
26855
26856 add CMD_DATA_SIZE macro to enable it
26857
26858 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26859
26860 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
26861 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26862 Date: Wed Sep 10 22:48:04 2008 +0200
26863
26864 env_flash: Move conditional compilation to Makefile
26865
26866 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26867
26868 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
26869 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26870 Date: Wed Sep 10 22:48:04 2008 +0200
26871
26872 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
26873
26874 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26875
26876 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
26877 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26878 Date: Wed Sep 10 22:48:03 2008 +0200
26879
26880 cleanup use of CFG_ENV_IS_IN_FLASH
26881
26882 - #if CFG_ENV_IS_IN_FLASH
26883 - #if (CFG_ENV_IS_IN_FLASH == 1)
26884 - #define CFG_ENV_IS_IN_FLASH 0
26885
26886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26887
26888 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
26889 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26890 Date: Wed Sep 10 22:48:01 2008 +0200
26891
26892 rename environment.c in env_embedded.c to reflect is functionality
26893
26894 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26895
26896 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
26897 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26898 Date: Wed Sep 10 22:48:01 2008 +0200
26899
26900 env_nowhere: Move conditional compilation to Makefile
26901
26902 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26903
26904 commit 93f6d72544da4510a146bc4c93d609b0116cde37
26905 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26906 Date: Wed Sep 10 22:48:00 2008 +0200
26907
26908 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
26909
26910 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26911
26912 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
26913 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26914 Date: Wed Sep 10 22:48:00 2008 +0200
26915
26916 env_sf: Move conditional compilation to Makefile
26917
26918 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26919
26920 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
26921 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26922 Date: Wed Sep 10 22:48:00 2008 +0200
26923
26924 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
26925
26926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26927
26928 commit 55c5f49910ec8225347aa1d211352a84de6649b4
26929 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26930 Date: Wed Sep 10 22:48:00 2008 +0200
26931
26932 env_onenand: Move conditional compilation to Makefile
26933
26934 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26935
26936 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
26937 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26938 Date: Wed Sep 10 22:47:59 2008 +0200
26939
26940 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
26941
26942 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26943
26944 commit 957a0e69575683efd70ace147746bbb3d8e7c501
26945 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26946 Date: Wed Sep 10 22:47:59 2008 +0200
26947
26948 env_nvram: Move conditional compilation to Makefile
26949
26950 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26951
26952 commit 9314cee6917444ab88bd4e758da7a30975120187
26953 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26954 Date: Wed Sep 10 22:47:59 2008 +0200
26955
26956 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
26957
26958 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26959
26960 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
26961 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26962 Date: Wed Sep 10 22:47:59 2008 +0200
26963
26964 env_nand: Move conditional compilation to Makefile
26965
26966 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26967
26968 commit 51bfee192099206a4397f15f3b93516e01f58ab0
26969 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26970 Date: Wed Sep 10 22:47:58 2008 +0200
26971
26972 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
26973
26974 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26975
26976 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
26977 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26978 Date: Wed Sep 10 22:47:58 2008 +0200
26979
26980 env_dataflash: Move conditional compilation to Makefile
26981
26982 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26983
26984 commit 057c849c45b9ee19df8ff3acdeee66be52819962
26985 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26986 Date: Wed Sep 10 22:47:58 2008 +0200
26987
26988 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
26989
26990 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26991
26992 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
26993 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26994 Date: Wed Sep 10 22:47:52 2008 +0200
26995
26996 cmd_eeprom: Move conditional compilation to Makefile
26997
26998 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26999
27000 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
27001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27002 Date: Fri Sep 5 09:19:54 2008 +0200
27003
27004 env_eeprom: Move conditional compilation to Makefile
27005
27006 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27007
27008 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
27009 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27010 Date: Fri Sep 5 09:19:30 2008 +0200
27011
27012 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
27013
27014 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27015
27016 commit 32628c5008105a732212003d83b75f05e5243bb2
27017 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27018 Date: Sat Aug 30 23:54:58 2008 +0200
27019
27020 cmd_mac: Move conditional compilation to Makefile
27021
27022 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
27023 start in commit ad8f8687b78c3e917b173f038926695383c55555
27024
27025 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27026
27027 commit e5648acab153f0f429bfc714902c5aaa7879f71b
27028 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27029 Date: Sat Aug 30 23:47:41 2008 +0200
27030
27031 cmd_fdc: Move conditional compilation to Makefile
27032
27033 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27034
27035 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
27036 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27037 Date: Sat Aug 30 23:47:38 2008 +0200
27038
27039 common/Makefile: add core command section
27040
27041 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27042
27043 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
27044 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27045 Date: Sat Aug 30 23:29:57 2008 +0200
27046
27047 cmd_vfd: Move conditional compilation to Makefile
27048
27049 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27050
27051 commit 6644641d072aee3087da129d8443187196a4d8a9
27052 Author: Scott Wood <scottwood@freescale.com>
27053 Date: Wed Sep 10 11:48:49 2008 -0500
27054
27055 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
27056
27057 This is part of the switch to newer upstream MTD code.
27058
27059 Signed-off-by: Scott Wood <scottwood@freescale.com>
27060
27061 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
27062 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27063 Date: Sat Aug 30 17:06:55 2008 -0400
27064
27065 ARM DaVinci: Fix broken HW ECC for large page NAND.
27066
27067 Based on original patch by Bernard Blackham <bernard@largestprime.net>
27068
27069 U-boot's HW ECC support for large page NAND on Davinci is completely
27070 broken. Some kernels, such as the 2.6.10 one supported by
27071 MontaVista for DaVinci, rely upon this broken behaviour as they
27072 share the same code for ECCs. In the existing scheme, error
27073 detection *might* work on large page, but error correction
27074 definitely does not. Small page ECC correction works, but the
27075 format is not compatible with the mainline git kernel.
27076
27077 This patch adds ECC code that matches what is currently in the
27078 Davinci git repository (since NAND support was added in 2.6.24).
27079 This makes the ECC and OOB layout written by u-boot compatible with
27080 Linux for both small page and large page devices and fixes ECC
27081 correction for large page devices.
27082
27083 The old behaviour can be restored by defining the macro
27084 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
27085
27086 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27087 Acked-by: Sergey Kubushyn <ksi@koi8.net>
27088 Signed-off-by: Scott Wood <scottwood@freescale.com>
27089
27090 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
27091 Author: Heiko Schocher <hs@denx.de>
27092 Date: Wed Sep 10 11:15:28 2008 +0200
27093
27094 muas3001: update BR4 settings
27095
27096 Also set up the port pins for using I2C.
27097
27098 Signed-off-by: Heiko Schocher <hs@denx.de>
27099
27100 commit 3591293509e0c0bcf244b0f974775bff2e25697e
27101 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
27102 Date: Wed Sep 10 09:43:49 2008 +0300
27103
27104 autoscr: Fix one-character lines and non-newline terminated scripts
27105
27106 When not using hush, the autoscr command now executes lines that are
27107 only one character long. It also runs the last line of scripts even if
27108 it does not end in a newline.
27109
27110 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
27111
27112 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
27113 Author: Victor Gallardo <vgallardo@amcc.com>
27114 Date: Tue Sep 9 15:13:29 2008 -0700
27115
27116 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
27117
27118 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
27119 and glacier.
27120
27121 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
27122
27123 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
27124 Author: Heiko Schocher <hs@denx.de>
27125 Date: Mon Sep 8 10:21:11 2008 +0200
27126
27127 muas3001: added support for the LM75 sensor.
27128
27129 Signed-off-by: Heiko Schocher <hs@denx.de>
27130
27131 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
27132 Author: Heiko Schocher <hs@denx.de>
27133 Date: Mon Sep 8 10:20:19 2008 +0200
27134
27135 muas3001: activate WDT for the muas3001 board.
27136
27137 Signed-off-by: Heiko Schocher <hs@denx.de>
27138
27139 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
27140 Author: Heiko Schocher <hs@denx.de>
27141 Date: Mon Sep 8 10:19:36 2008 +0200
27142
27143 muas3001: added 64MB SDRAM autodetection.
27144
27145 Signed-off-by: Heiko Schocher <hs@denx.de>
27146
27147 commit 5251469943895de4bb9a04d5053352cc22acb7d5
27148 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
27149 Date: Thu Aug 21 07:12:26 2008 -0700
27150
27151 Fix printf errors under -DDEBUG
27152
27153 Fix printf format-string/arg mismatches under -DDEBUG.
27154
27155 These warnings occur with DEBUG defined for a platform using
27156 cpu/mpc85xx. Users of other architectures can unearth similar
27157 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
27158 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
27159
27160 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
27161 Signed-off-by: Andy Fleming <afleming@freescale.com>
27162
27163 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
27164 Author: Wolfgang Denk <wd@denx.de>
27165 Date: Tue Sep 9 23:55:18 2008 +0200
27166
27167 Update CHANGELOG, prepare 2008-10-rc1 release
27168
27169 Signed-off-by: Wolfgang Denk <wd@denx.de>
27170
27171 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
27172 Author: Kumar Gala <galak@kernel.crashing.org>
27173 Date: Mon Sep 8 08:51:29 2008 -0500
27174
27175 85xx: Ensure timebase is zero on secondary cores
27176
27177 The e500um says the timebase is volatile out of reset. To ensure
27178 TB sync works we need to make sure its zero.
27179
27180 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27181
27182 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
27183 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27184 Date: Tue Sep 9 22:18:24 2008 +0200
27185
27186 bootm_load_os: fix load_end debug message
27187
27188 print load_end value not pointer
27189
27190 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27191
27192 commit 1d9af0be764960e6cc1c093e97176c3542796820
27193 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27194 Date: Tue Sep 9 22:18:23 2008 +0200
27195
27196 bootm: enable fdt support only on ppc, m68k and sparc
27197
27198 ...as done in image.c
27199
27200 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27201
27202 commit 748b5274e76f81df85cfcffaffedc323678d0623
27203 Author: Markus Heidelberg <markus.heidelberg@web.de>
27204 Date: Tue Sep 9 18:51:05 2008 +0200
27205
27206 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
27207
27208 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
27209
27210 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
27211 Author: Markus Heidelberg <markus.heidelberg@web.de>
27212 Date: Tue Sep 9 17:31:46 2008 +0200
27213
27214 gitignore: add tags files and Vim swap file
27215
27216 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
27217
27218 commit 1d9b67b23fca6a25154333733204339802510720
27219 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27220 Date: Tue Sep 9 17:52:47 2008 +0900
27221
27222 add board_eth_init() for sh7785lcr board
27223
27224 Fix the problem that cannot work RTL8169 on sh7785lcr board.
27225
27226 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27227
27228 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
27229 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27230 Date: Wed Aug 6 16:08:41 2008 -0500
27231
27232 mtd: SPI Flash: Support the STMicro Flash
27233
27234 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
27235 M25P40, M25P64, M25P80, M25P128.
27236
27237 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
27238 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27239
27240 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
27241 Author: Wolfgang Denk <wd@denx.de>
27242 Date: Tue Sep 9 17:55:31 2008 +0200
27243
27244 trab: fix build problem after change to use do_div()
27245
27246 We must link with libgeneric now.
27247
27248 Signed-off-by: Wolfgang Denk <wd@denx.de>
27249
27250 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
27251 Author: Ryan CHEN <ryan.chen@st.com>
27252 Date: Wed Aug 20 13:00:17 2008 -0400
27253
27254 Correct drv_usb_kbd_init function
27255
27256 The patch is that check if usb_get_dev_index() function return valid
27257 pointer. If valid, continue. Otherwise return -1.
27258
27259 Signed-off-by: Ryan Chen <ryan.chen@st.com>
27260 Acked-by: Markus Klotzbuecher <mk@denx.de>
27261
27262 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
27263 Author: Remy Bohmer <linux@bohmer.net>
27264 Date: Wed Aug 20 11:22:02 2008 +0200
27265
27266 Make usb-stop() safe to call multiple times in a row.
27267
27268 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
27269 enabled the usb_stop() command in common/cmd_bootm.c which was
27270 not enabled for some time, because no board did actually set the
27271 CFG_CMD_USB flag. So, now the usb_stop() is executed before
27272 loading the linux kernel.
27273
27274 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
27275 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
27276 If some other piece of code calls usb_stop() before the bootm command,
27277 this command will hangup the system during boot.
27278 (usb start and stop is typically used while booting from usb memory stick)
27279
27280 But, stopping the usb stack twice is useless anyway, and a flag already
27281 existed that kept track on the usb_init()/usb_stop() calls.
27282 So, we now check if the usb stack is really started before we stop it.
27283
27284 This problem is now fixed in both the upper as low-level layer.
27285
27286 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27287 Acked-by: Markus Klotzbuecher <mk@denx.de>
27288
27289 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
27290 Author: Wolfgang Denk <wd@denx.de>
27291 Date: Tue Sep 9 16:55:47 2008 +0200
27292
27293 Makefile: fix bug introduced by commit 47ffd6c2
27294
27295 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
27296 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27297 Date: Tue Sep 9 10:00:33 2008 -0400
27298
27299 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
27300
27301 This patch solves the problems compiling ml507, v5fx30teval and
27302 ppc440-generic out of tree.
27303
27304 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27305
27306 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
27307 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
27308 Date: Thu Sep 4 15:35:46 2008 -0300
27309
27310 Fix dev_print when called from usb_stor_info (usb storage command)
27311
27312 Fix output of the usb storage command. It was printing "Device 0: not
27313 available" because IF_TYPE_USB was not included into the switch
27314 statement.
27315
27316 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
27317
27318 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
27319 Author: Bartlomiej Sieka <tur@semihalf.com>
27320 Date: Tue Sep 9 12:58:16 2008 +0200
27321
27322 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
27323
27324 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
27325
27326 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
27327 Author: Bartlomiej Sieka <tur@semihalf.com>
27328 Date: Tue Sep 9 12:58:15 2008 +0200
27329
27330 FIT: add ability to check hashes of all images in FIT, improve output
27331
27332 - add function fit_all_image_check_hashes() that verifies if all
27333 hashes of all images in the FIT are valid
27334 - improve output of fit_image_check_hashes() when the hash check fails
27335
27336 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
27337
27338 commit 1de1fa408967cef6804bb046b904114519bb36f0
27339 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27340 Date: Mon Sep 8 20:54:39 2008 +0200
27341
27342 qemu_mips: Update linux bootm to support dynamic cmdline
27343
27344 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27345
27346 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
27347 Author: Peter Tyser <ptyser@xes-inc.com>
27348 Date: Mon Sep 8 14:56:49 2008 -0500
27349
27350 Add support for booting of INTEGRITY operating system uImages
27351
27352 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27353
27354 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
27355 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27356 Date: Mon Sep 8 21:01:29 2008 +0200
27357
27358 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
27359
27360 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27361
27362 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
27363 Author: Kumar Gala <galak@kernel.crashing.org>
27364 Date: Mon Sep 8 13:57:12 2008 -0500
27365
27366 Remove support for booting ARTOS images
27367
27368 Pantelis Antoniou stated:
27369 AFAIK, it is still used but the products using PPC are long gone.
27370 Nuke it plz (from orbit).
27371
27372 So remove it since it cleans up a usage of env_get_char outside of
27373 the environment code.
27374
27375 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27376
27377 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
27378 Author: Wolfgang Denk <wd@denx.de>
27379 Date: Tue Sep 9 15:45:18 2008 +0200
27380
27381 Makefile: compile and link each module just once
27382
27383 Several source files need to be compiled and linked when one or more
27384 config options are selected. To allow for easy selection in the
27385 Makefiles yet to avoild multiple compilation (which costs build time)
27386 and especially multiple linking (which causes errors), we use
27387 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
27388
27389 By courtesy of Detlev Zundel who suggested this approach.
27390
27391 Signed-off-by: Wolfgang Denk <wd@denx.de>
27392
27393 commit 48d0192fe869948fef14b460b5f0c85bca933693
27394 Author: Andreas Engel <andreas.engel@ericsson.com>
27395 Date: Mon Sep 8 14:30:53 2008 +0200
27396
27397 Moved conditional compile into Makefile
27398
27399 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
27400
27401 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
27402 Author: Andreas Engel <andreas.engel@ericsson.com>
27403 Date: Mon Sep 8 10:17:31 2008 +0200
27404
27405 Merged serial_pl010.c and serial_pl011.c.
27406
27407 They only differ in the init function.
27408 This also adds the missing watchdog support for the PL011.
27409
27410 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
27411
27412 commit 0817d688f307ee2c0598e79175c94a40ce90337b
27413 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27414 Date: Sun Sep 7 17:10:27 2008 -0400
27415
27416 Remove gap fill in srec object v2
27417
27418 SREC files do not need gap fill: The load address is specified in the
27419 file. On the other hand, it can't be avoided in a .bin object. It has
27420 no information about memory location.
27421
27422 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27423
27424 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
27425 Author: Markus Heidelberg <markus.heidelberg@web.de>
27426 Date: Sun Sep 7 20:18:27 2008 +0200
27427
27428 README: fix missing subdirectory in the documentation
27429
27430 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
27431
27432 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
27433 Author: Graeme Russ <graeme.russ@gmail.com>
27434 Date: Sun Sep 7 07:08:42 2008 +1000
27435
27436 Update i386 code (sc520_cdp)
27437
27438 Attempt to bring i386 / sc520 inline with master
27439
27440 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27441
27442 commit 5608692104efa8d56df803dc79ea41ac3607eee5
27443 Author: Guennadi Liakhovetski <lg@denx.de>
27444 Date: Thu Sep 4 13:01:49 2008 +0200
27445
27446 fw_env: add NAND support
27447
27448 Add support for environment in NAND with automatic NOR / NAND recognition,
27449 including unaligned environment, bad-block skipping, redundant environment
27450 copy.
27451
27452 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27453
27454 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
27455 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27456 Date: Tue Sep 9 09:50:24 2008 +0200
27457
27458 ppc4xx: Fix out-of-tree building of CPCI405 variants
27459
27460 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27461 Acked-by: Stefan Roese <sr@denx.de>
27462
27463 commit 59f630588e3fdbd698a0a2798e52a8924e899563
27464 Author: Sergei Poselenov <sposelenov@emcraft.com>
27465 Date: Fri Aug 15 15:42:11 2008 +0200
27466
27467 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
27468
27469 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27470
27471 commit e64987a892353f3d49eb242d997820ef8f538912
27472 Author: Anatolij Gustschin <agust@denx.de>
27473 Date: Fri Aug 15 15:42:13 2008 +0200
27474
27475 85xx: socrates: Enable Lime support.
27476
27477 This patch adds Lime GDC support together with support for the PWM
27478 backlight control through the w83782d chip. The reset pin of the
27479 latter is attached to GPIO, so we need to reset it in
27480 early_board_init_r.
27481
27482 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27483
27484 commit 3e79b588b5199f35016f178fc0d5d1266382097f
27485 Author: Detlev Zundel <dzu@denx.de>
27486 Date: Fri Aug 15 15:42:12 2008 +0200
27487
27488 85xx: Socrates: Major code update.
27489
27490 - Update the local bus ranges in the FDT for Linux for the various
27491 devices connected to the local bus via chip-select.
27492
27493 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
27494 lower than 66 MHz and uses I/O accessor functions consequently.
27495
27496 - UPM data update.
27497
27498 - Update of default environment and configuration. Use I2C multibus
27499 as we do have two I2C buses. Also enable sdram and ext2 commands.
27500
27501 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27502 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27503 Signed-off-by: Detlev Zundel <dzu@denx.de>
27504
27505 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
27506 Author: Timur Tabi <timur@freescale.com>
27507 Date: Fri Jul 18 16:52:23 2008 +0200
27508
27509 Update Freescale 85xx boards to sys_eeprom.c
27510
27511 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
27512 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
27513 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
27514 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
27515
27516 Signed-off-by: Timur Tabi <timur@freescale.com>
27517
27518 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
27519 Author: Wolfgang Denk <wd@denx.de>
27520 Date: Tue Sep 9 10:08:02 2008 +0200
27521
27522 lib_ppc/interrupts.c: make board_show_activity() a weak function
27523
27524 This allows to use show_activity() without having to
27525 define an empty board_show_activity() function.
27526
27527 Signed-off-by: Wolfgang Denk <wd@denx.de>
27528
27529 commit fe876787f8743883ce58fed61525eaa2f34da4c5
27530 Author: Wolfgang Denk <wd@denx.de>
27531 Date: Tue Sep 9 10:06:44 2008 +0200
27532
27533 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
27534
27535 Signed-off-by: Wolfgang Denk <wd@denx.de>
27536
27537 commit 965de106ba8900372c8b16dc60d5acab7f925e38
27538 Author: Wolfgang Denk <wd@denx.de>
27539 Date: Tue Sep 9 10:03:47 2008 +0200
27540
27541 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
27542
27543 Signed-off-by: Wolfgang Denk <wd@denx.de>
27544
27545 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
27546 Author: Sergei Poselenov <sposelenov@emcraft.com>
27547 Date: Fri Aug 15 15:42:11 2008 +0200
27548
27549 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
27550
27551 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27552
27553 commit 36241ca29d4804a1006fb3f26069effda5202581
27554 Author: Anatolij Gustschin <agust@denx.de>
27555 Date: Fri Aug 15 15:42:13 2008 +0200
27556
27557 85xx: socrates: Enable Lime support.
27558
27559 This patch adds Lime GDC support together with support for the PWM
27560 backlight control through the w83782d chip. The reset pin of the
27561 latter is attached to GPIO, so we need to reset it in
27562 early_board_init_r.
27563
27564 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27565
27566 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
27567 Author: Detlev Zundel <dzu@denx.de>
27568 Date: Fri Aug 15 15:42:12 2008 +0200
27569
27570 85xx: Socrates: Major code update.
27571
27572 - Update the local bus ranges in the FDT for Linux for the various
27573 devices connected to the local bus via chip-select.
27574
27575 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
27576 lower than 66 MHz and uses I/O accessor functions consequently.
27577
27578 - UPM data update.
27579
27580 - Update of default environment and configuration. Use I2C multibus
27581 as we do have two I2C buses. Also enable sdram and ext2 commands.
27582
27583 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27584 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27585 Signed-off-by: Detlev Zundel <dzu@denx.de>
27586
27587 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
27588 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27589 Date: Tue Sep 9 01:22:39 2008 +0200
27590
27591 disk-on-chip: remove duplicate doc_probe declaration
27592
27593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27594
27595 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
27596 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27597 Date: Tue Sep 9 00:59:40 2008 +0200
27598
27599 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
27600
27601 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27602
27603 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
27604 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27605 Date: Tue Sep 9 00:59:39 2008 +0200
27606
27607 rs5c372: fix rtc_set prototype
27608
27609 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27610
27611 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
27612 Author: Sergei Poselenov <sposelenov@emcraft.com>
27613 Date: Thu Aug 14 14:08:28 2008 +0200
27614
27615 ARM: fix warning: target CPU does not support interworking
27616
27617 This patch fixes warnings like this:
27618
27619 start.S:0: warning: target CPU does not support interworking
27620
27621 which come from some ARM cross compilers and are caused by hard-coded
27622 (with "--with-cpu=arm9" configuration option) ARM targets (which
27623 support ARM Thumb instructions), while the ARM target selected from
27624 the command line (with "-march=armv4") doesn't support Thumb
27625 instructions.
27626
27627 This warning is issued by the compiler regardless of the real use of
27628 the Thumb instructions in code.
27629
27630 To fix this problem, we use options according to compiler version
27631 being used.
27632
27633 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27634 Signed-off-by: Wolfgang Denk <wd@denx.de>
27635
27636 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
27637 Author: Sergei Poselenov <sposelenov@emcraft.com>
27638 Date: Thu Aug 14 14:08:28 2008 +0200
27639
27640 ARM: Use do_div() instead of division for "long long".
27641
27642 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27643 Signed-off-by: Wolfgang Denk <wd@denx.de>
27644
27645 commit 8febd13c69cb68652577d1a9fcbde954bf784155
27646 Author: Timur Tabi <timur@freescale.com>
27647 Date: Fri Jul 18 16:52:23 2008 +0200
27648
27649 Update Freescale 85xx boards to sys_eeprom.c
27650
27651 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
27652 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
27653 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
27654 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
27655
27656 Signed-off-by: Timur Tabi <timur@freescale.com>
27657
27658 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
27659 Author: Wolfgang Denk <wd@denx.de>
27660 Date: Mon Sep 8 23:26:22 2008 +0200
27661
27662 lib_arm/bootm.c: fix compile warnings
27663
27664 bootm.c:128: warning: label 'error' defined but not used
27665 bootm.c:65: warning: unused variable 'ret'
27666
27667 Signed-off-by: Wolfgang Denk <wd@denx.de>
27668
27669 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
27670 Author: Wolfgang Denk <wd@denx.de>
27671 Date: Mon Sep 8 22:46:42 2008 +0200
27672
27673 ml507: fix out of tree build problem
27674
27675 Signed-off-by: Wolfgang Denk <wd@denx.de>
27676
27677 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
27678 Author: Wolfgang Denk <wd@denx.de>
27679 Date: Mon Sep 8 22:10:28 2008 +0200
27680
27681 common/cmd_bootm.c: fix printf() format warnings
27682
27683 Signed-off-by: Wolfgang Denk <wd@denx.de>
27684
27685 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
27686 Author: Wolfgang Denk <wd@denx.de>
27687 Date: Mon Sep 8 22:37:45 2008 +0200
27688
27689 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
27690
27691 missing doc_probe() prototype.
27692
27693 Signed-off-by: Wolfgang Denk <wd@denx.de>
27694
27695 commit 2c5e3cc4994897d364b148942ff23e47783198f6
27696 Author: Wolfgang Denk <wd@denx.de>
27697 Date: Mon Sep 8 21:28:14 2008 +0200
27698
27699 mk48t59: fix compile problem introduced by commit d1e23194
27700
27701 Signed-off-by: Wolfgang Denk <wd@denx.de>
27702
27703 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
27704 Author: Stefan Roese <sr@denx.de>
27705 Date: Mon Sep 8 14:11:12 2008 +0200
27706
27707 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
27708
27709 This patch moves some 4xx specific prototypes out of include common.h
27710 to a ppc4xx specific header.
27711
27712 Signed-off-by: Stefan Roese <sr@denx.de>
27713
27714 commit ac53ee8318678190bf3c68da477a84a657d86fb0
27715 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27716 Date: Fri Sep 5 15:34:04 2008 +0200
27717
27718 ppc4xx: Update CPCI405(AB) configuration
27719
27720 This patch add FDT support and command line editing capabilities
27721 for CPCI405 and CPCI405AB boards.
27722
27723 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27724 Signed-off-by: Stefan Roese <sr@denx.de>
27725
27726 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
27727 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27728 Date: Fri Sep 5 15:34:03 2008 +0200
27729
27730 ppc4xx: Cleanup CPCI405 linker script
27731
27732 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27733 Signed-off-by: Stefan Roese <sr@denx.de>
27734
27735 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
27736 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27737 Date: Fri Sep 5 15:34:02 2008 +0200
27738
27739 ppc4xx: Update CPCI405 variants handling
27740
27741 This patch replaces the BOARD_REVISION variable in include/config.mk
27742 by a using a temporary include file in the platform directory.
27743
27744 The former way does not work anymore and the latter is also used by
27745 some other boards.
27746
27747 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27748 Signed-off-by: Stefan Roese <sr@denx.de>
27749
27750 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
27751 Author: Stefan Roese <sr@denx.de>
27752 Date: Mon Sep 8 10:01:48 2008 +0200
27753
27754 ppc4xx: Remove CONFIG_CS8952_PHY define
27755
27756 Since this define is only used on one board that was never really in
27757 production, removing this compile time option doesn't hurt and makes
27758 the code more readable.
27759
27760 Signed-off-by: Stefan Roese <sr@denx.de>
27761
27762 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
27763 Author: Stefan Roese <sr@denx.de>
27764 Date: Fri Sep 5 14:11:40 2008 +0200
27765
27766 ppc4xx: Fix compilation warning for PIP405
27767
27768 This patch fixes a compilation warning for the PIP405 board. It moves the
27769 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
27770 occur anymore. I am a little unsure if this #ifdef is at the correct
27771 place now or if it could be removed completely. This needs to get
27772 tested on the PIP405 board.
27773
27774 Signed-off-by: Stefan Roese <sr@denx.de>
27775
27776 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
27777 Author: Stefan Roese <sr@denx.de>
27778 Date: Fri Sep 5 14:09:09 2008 +0200
27779
27780 ppc4xx: Fix compilation warning for canyonlands & glacier
27781
27782 Signed-off-by: Stefan Roese <sr@denx.de>
27783
27784 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
27785 Author: Kumar Gala <galak@kernel.crashing.org>
27786 Date: Fri Sep 5 14:40:29 2008 -0500
27787
27788 Fix compiler warning in mpc8xxx ddr code
27789
27790 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
27791 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
27792 ctrl_regs.c:523: note: 'caslat' was declared here
27793
27794 Add a warning in DDR1 case if cas_latency isn't a value we know about.
27795
27796 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27797 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27798
27799 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
27800 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27801 Date: Mon Sep 1 23:06:23 2008 +0200
27802
27803 rtc: allow rtc_set to return an error and use it in cmd_date
27804
27805 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27806
27807 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
27808 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27809 Date: Mon Sep 1 01:16:33 2008 +0200
27810
27811 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
27812
27813 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27814
27815 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
27816 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27817 Date: Sun Aug 31 05:37:04 2008 +0900
27818
27819 config.mk: Move arch-specific condition to $(ARCH)_config.mk
27820
27821 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27822
27823 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
27824 Author: Kumar Gala <galak@kernel.crashing.org>
27825 Date: Fri Aug 29 19:08:29 2008 -0500
27826
27827 Prevent crash if random/invalid ramdisks are passed to bootm
27828
27829 Adds returning an error from the ramdisk detection code if
27830 its not a real ramdisk (invalid). There is no reason we can't
27831 just return back to the console if we detect an invalid
27832 ramdisk or CRC error.
27833
27834 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27835
27836 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
27837 Author: Anatolij Gustschin <agust@denx.de>
27838 Date: Fri Aug 29 21:04:45 2008 +0200
27839
27840 Prevent crash if random DTB address is passed to bootm
27841
27842 This patch adds bootm_start() return value check. If
27843 error status is returned, we do not proceed further to
27844 prevent board reset or crash as we still can recover
27845 at this point.
27846
27847 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27848
27849 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
27850 Author: Andrew Dyer <adyer@righthandtech.com>
27851 Date: Fri Aug 29 12:30:39 2008 -0500
27852
27853 clean up some #if !defined() in drivers/video/cfb_console.c
27854
27855 rearrange some #if !defined() / #else / #endif statements to remove
27856 the negative logic.
27857
27858 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
27859
27860 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
27861 Author: Kyungmin Park <kmpark@infradead.org>
27862 Date: Fri Aug 29 09:02:20 2008 +0900
27863
27864 apollon: use the last memory area for u-boot
27865
27866 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27867
27868 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
27869 Author: Heiko Schocher <hs@denx.de>
27870 Date: Thu Aug 28 13:50:42 2008 +0200
27871
27872 TQM8272: move NAND part in seperate File
27873
27874 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
27875 because I have no longer access to the hardware.
27876
27877 Signed-off-by: Heiko Schocher <hs@denx.de>
27878
27879 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
27880 Author: Heiko Schocher <hs@denx.de>
27881 Date: Thu Aug 28 13:48:36 2008 +0200
27882
27883 TQM8272: Fix compiling error for the TQM8272 board.
27884
27885 Fix compile problems caused by
27886 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
27887
27888 Signed-off-by: Heiko Schocher <hs@denx.de>
27889
27890 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
27891 Author: Kyungmin Park <kmpark@infradead.org>
27892 Date: Wed Aug 27 14:45:20 2008 +0900
27893
27894 Add JFFS2 command support on OneNAND
27895
27896 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27897
27898 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
27899 Author: Mark Jackson <mpfj@mimc.co.uk>
27900 Date: Mon Aug 25 19:21:30 2008 +0100
27901
27902 Allow console input to be disabled
27903
27904 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
27905
27906 When CONFIG_DISABLE_CONSOLE is defined, setting
27907 GD_FLG_DISABLE_CONSOLE disables all console input and output.
27908
27909 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
27910
27911 commit 2b22d608f370565c87f55928b524207031419c11
27912 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27913 Date: Wed Jul 30 12:39:29 2008 +0200
27914
27915 loads: allow negative offsets
27916
27917 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27918
27919 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
27920 Author: Yuri Tikhonov <yur@emcraft.com>
27921 Date: Thu Sep 4 11:19:05 2008 +0200
27922
27923 USB EHCI: reset root hub
27924
27925 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
27926 resetting only via EHCI registers. So, this patch adds the
27927 corresponding kind of reset to OHCI's hc_reset() if the newly
27928 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
27929 board).
27930
27931 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
27932 Acked-by: Markus Klotzbuecher <mk@denx.de>
27933
27934 commit 5875d358f025c1b042d8a0f08384b756de7256c9
27935 Author: Yuri Tikhonov <yur@emcraft.com>
27936 Date: Fri Aug 15 15:42:09 2008 +0200
27937
27938 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
27939
27940 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
27941
27942 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
27943 Author: Stefan Roese <sr@denx.de>
27944 Date: Fri Sep 5 10:47:46 2008 +0200
27945
27946 devices: Use list_add_tail() instead of list_add() to register a device
27947
27948 This patch fixes a problem spotted on Glacier/Canyonlands (and most
27949 likely lots of other board ports), that no serial output was seen
27950 after console initialization in console_init_r(). This is because the
27951 last added console device was used instead of the first added.
27952
27953 This patch fixes this problem by using list_add_tail() instead of
27954 list_add() to register a device. This way the first added console
27955 is used again.
27956
27957 Signed-off-by: Stefan Roese <sr@denx.de>
27958
27959 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
27960 Author: Victor Gallardo <vgallardo@amcc.com>
27961 Date: Thu Sep 4 23:49:36 2008 -0700
27962
27963 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
27964
27965 This patch adds GPCS, SGMII and M88E1112 PHY support
27966 for the AMCC PPC460GT/EX processors.
27967
27968 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
27969 Signed-off-by: Stefan Roese <sr@denx.de>
27970
27971 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
27972 Author: Adam Graham <agraham@amcc.com>
27973 Date: Wed Sep 3 12:26:59 2008 -0700
27974
27975 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
27976
27977 Signed-off-by: Adam Graham <agraham@amcc.com>
27978 Signed-off-by: Stefan Roese <sr@denx.de>
27979
27980 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
27981 Author: Adam Graham <agraham@amcc.com>
27982 Date: Wed Sep 3 12:26:28 2008 -0700
27983
27984 ppc4xx: IBM Memory Controller DDR autocalibration routines
27985
27986 Alternate SDRAM DDR autocalibration routine that can be generically used
27987 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
27988 support of more DIMM/memory chip vendors and gets the DDR autocalibration
27989 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
27990
27991 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
27992 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
27993 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
27994 lot longer to run than Method_B. Method_B executes in the same amount of time
27995 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
27996 Normally Method_B is used and it is set as the default method.
27997
27998 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
27999 Controller registers.[bit-field]:
28000 1) SDRAM0_RQDC.[RQFD]
28001 2) SDRAM0_RFDC.[RFFD]
28002
28003 This alternate PPC4xx DDR autocalibration code calibrates the following
28004 IBM SDRAM Controller registers.[bit-field]:
28005
28006 1) SDRAM0_WRDTR.[WDTR]
28007 2) SDRAM0_CLKTR.[CKTR]
28008 3) SDRAM0_RQDC.[RQFD]
28009 4) SDRAM0_RFDC.[RFFD]
28010
28011 and will also use the calibrated settings of the above four registers that
28012 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
28013 register.[bit-field].
28014
28015 Signed-off-by: Adam Graham <agraham@amcc.com>
28016 Signed-off-by: Stefan Roese <sr@denx.de>
28017
28018 commit e07f4a8033b6270b8103049adb6456f660ff4a89
28019 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28020 Date: Mon Sep 1 13:09:39 2008 -0400
28021
28022 ppc44x: Unification of virtex5 pp440 boards
28023
28024 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
28025
28026 It unificates 3 different things:
28027
28028 1) Source code
28029 A new board called ppc440-generic has been created. This board includes
28030 a generic tlb initialization (Maps the whole memory into virtual) and
28031 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
28032 so, they can be replaced by specific functions.
28033
28034 If a new board needs to redefine any of the previous functions
28035 (specific initialization) it can create a new directory with the
28036 specific initializations needed. (see the example ml507 board).
28037
28038 2) Configuration file
28039 Common configurations are located under configs/xilinx-ppc440.h, this
28040 header file interpretes the xparameters file generated by EDK and
28041 configurates u-boot in correspondence. Example: if there is a Temac,
28042 allows CMD_CONFIG_NET
28043 Specific configuration are located under specific configuration file.
28044 (see the example ml507 board)
28045
28046 3) Makefile
28047 Some work has been done in order to not duplicate work in the Main
28048 Makefile. Please see the attached code.
28049
28050 In order to support new boards they can be implemented in the next way:
28051
28052 a) Simple Generic Board (90% of the time)
28053 Using EDK generates a new xparameters.h file, replace
28054 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
28055 && make
28056
28057 b) Simple Boards with special u-boot parameters (9 % of the time)
28058 Create a new file under configs for it (use ml507.h as example) and
28059 change your paramaters. Create a new Makefile paragraph and compile
28060
28061 c) Complex boards (1% of the time)
28062 Create a new folder for the board, like the ml507
28063
28064 Finally, it adds support for the Avnet FX30T Evaluation board, following
28065 the new generic structure:
28066
28067 Cheap board by Avnet for evaluating the Virtex5 FX technology.
28068
28069 This patch adds support for:
28070 - UartLite
28071 - 16MB Flash
28072 - 64MB RAM
28073
28074 Prior using U-boot in this board, read carefully the ERRATA by Avnet
28075 to solve some memory initialization issues.
28076
28077 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28078 Signed-off-by: Stefan Roese <sr@denx.de>
28079
28080 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
28081 Author: Nick Spence <nick.spence@freescale.com>
28082 Date: Tue Sep 2 15:21:16 2008 -0500
28083
28084 mpc83xx: fix mpc8313 in-tree building with NAND
28085
28086 and add mpc8313 NAND build to MAKEALL
28087
28088 Signed-off-by: Nick Spence <nick.spence@freescale.com>
28089 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28090
28091 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
28092 Author: Nick Spence <nick.spence@freescale.com>
28093 Date: Thu Aug 28 14:09:25 2008 -0700
28094
28095 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
28096
28097 Cleans up some latent issues with the data cache control so that
28098 dcache_enable() and dcache_disable() will work reliably (after
28099 unlock_ram_in_cache() has been called)
28100
28101 Signed-off-by: Nick Spence <nick.spence@freescale.com>
28102 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28103
28104 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
28105 Author: Nick Spence <nick.spence@freescale.com>
28106 Date: Thu Aug 28 14:09:19 2008 -0700
28107
28108 mpc83xx: Store and display Arbiter Event Register values
28109
28110 Record the Arbiter Event Register values and optionally display them.
28111
28112 The Arbiter Event Register can record the type and effective address of
28113 an arbiter error, even through an HRESET. This patch stores the values in
28114 the global data structure.
28115
28116 Display of the Arbiter Event registers immediately after the RSR value
28117 can be enabled with defines. The Arbiter values will only be displayed
28118 if an arbiter event has occured since the last Power On Reset, and either
28119 of the following defines exist:
28120 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
28121 and type register values
28122 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
28123 event register values
28124
28125 Address Only transactions are one of the trapped events that can register
28126 as an arbiter event. They occur with some cache manipulation instructions
28127 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
28128 has the MEMORY_COHERENCE WIMG bit set. Setting:
28129 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
28130 only events, so that it can still capture
28131 other real problems.
28132
28133 Signed-off-by: Nick Spence <nick.spence@freescale.com>
28134 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28135
28136 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
28137 Author: Nick Spence <nick.spence@freescale.com>
28138 Date: Thu Aug 28 14:09:11 2008 -0700
28139
28140 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
28141
28142 This is needed in unlock_ram_in_cache() because it is called from C and
28143 will corrupt the small data area anchor that is kept in R2.
28144
28145 lock_ram_in_cache() is modified similarly as good coding practice, but
28146 is not called from C.
28147
28148 Signed-off-by: Nick Spence <nick.spence@freescale.com>
28149 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28150
28151 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
28152 Author: Nick Spence <nick.spence@freescale.com>
28153 Date: Fri Aug 22 23:52:50 2008 -0700
28154
28155 MPC83XX: Fix GPIO configuration - set gpio level before direction
28156
28157 Set DAT value before DIR values to avoid creating glitches on the
28158 GPIO signals.
28159
28160 Set gpio level register before direction register to inhibit
28161 glitches on high level output pins.
28162
28163 Dir and data gets cleared at powerup, so high level output lines see
28164 a short low pulse between setting the direction and level registers.
28165
28166 Issue was seen on a new board with the nReset line of the NOR flash
28167 connected to a GPIO. Setting the direction register puts the NOR flash
28168 in reset so the next instruction to set the level cannot get executed.
28169
28170 Signed-off-by: Nick Spence <nick.spence@freescale.com>
28171 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
28172 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28173
28174 commit 7007c5975ee900ad70983b0681d3251e221f8321
28175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28176 Date: Tue Sep 2 02:58:32 2008 +0200
28177
28178 doc/qemu_mips: add doc howto debug u-boot with gdb
28179
28180 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28181
28182 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
28183 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28184 Date: Wed Sep 3 17:15:45 2008 +0200
28185
28186 ppx4xx: Fix broken DASA_SIM board
28187
28188 This patch adds initdram() to DASA_SIM boards that has been
28189 removed accidentally by a previous commit.
28190
28191 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28192 Signed-off-by: Stefan Roese <sr@denx.de>
28193
28194 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
28195 Author: Stefan Roese <sr@denx.de>
28196 Date: Mon Sep 1 08:35:37 2008 +0200
28197
28198 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
28199
28200 This patch removes some direct references to common/lists.o from some
28201 esd linker scripts. This is necessary because the lists source was moved
28202 and is not in the "common" directory anymore.
28203
28204 Signed-off-by: Stefan Roese <sr@denx.de>
28205
28206 commit 97b0734d65f8a0b03df0a335a2addc759da56107
28207 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28208 Date: Tue Sep 2 16:33:05 2008 +0200
28209
28210 ppc4xx: Remove obsolete or unused functions from some esd boards
28211
28212 This patch removes initdram() and testdram() from most esd 405 platforms.
28213 Some boards also have an empty dummy implementation of
28214 misc_init_f(). This is also removed.
28215
28216 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28217 Signed-off-by: Stefan Roese <sr@denx.de>
28218
28219 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
28220 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28221 Date: Tue Sep 2 15:07:54 2008 +0200
28222
28223 ppc4xx: Update VOM405 board configuration
28224
28225 - remove PCI code
28226 - add command line editing
28227 - minor cleanup
28228
28229 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28230 Signed-off-by: Stefan Roese <sr@denx.de>
28231
28232 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
28233 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28234 Date: Tue Sep 2 15:07:53 2008 +0200
28235
28236 ppc4xx: Remove obsolete initdram() function from VOM405 board
28237
28238 This patch removed the obsolete initdram() function from
28239 VOM405 platform file.
28240
28241 Some minor cleanup.
28242
28243 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28244 Signed-off-by: Stefan Roese <sr@denx.de>
28245
28246 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
28247 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28248 Date: Tue Sep 2 15:07:52 2008 +0200
28249
28250 ppc4xx: Cleanup VOM405 linker script
28251
28252 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28253 Signed-off-by: Stefan Roese <sr@denx.de>
28254
28255 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
28256 Author: Matthias Fuchs <mf@esd.eu>
28257 Date: Tue Sep 2 15:07:51 2008 +0200
28258
28259 ppc4xx: Add fdt support for VOM405 boards
28260
28261 Signed-off-by: Matthias Fuchs <mf@esd.eu>
28262 Signed-off-by: Stefan Roese <sr@denx.de>
28263
28264 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
28265 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28266 Date: Tue Sep 2 11:36:14 2008 +0200
28267
28268 ppc4xx: Coding style cleanup
28269
28270 Wrap long lines etc.
28271
28272 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28273 Signed-off-by: Stefan Roese <sr@denx.de>
28274
28275 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
28276 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28277 Date: Tue Sep 2 11:35:56 2008 +0200
28278
28279 ppc4xx: Enable USB on PLU405 boards
28280
28281 This patch enables the PCI-OHCI controller on PLU405 board.
28282
28283 Also the default CPU frequency is updated to 266 MHz and
28284 command line editing is enabled.
28285
28286 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28287 Signed-off-by: Stefan Roese <sr@denx.de>
28288
28289 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
28290 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28291 Date: Tue Sep 2 11:35:35 2008 +0200
28292
28293 ppc4xx: Cleanup PLU405 platform file
28294
28295 This patch
28296 - wraps some long lines
28297 - removes unused/obsolete functions: misc_init_f() and initdram()
28298
28299 Signed-off-by: Matthias Fuchs <mf@esd.eu>
28300 Signed-off-by: Stefan Roese <sr@denx.de>
28301
28302 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
28303 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28304 Date: Tue Sep 2 11:35:04 2008 +0200
28305
28306 ppc4xx: Cleanup PLU405 linker script
28307
28308 Signed-off-by: Matthias Fuchs <mf@esd.eu>
28309 Signed-off-by: Stefan Roese <sr@denx.de>
28310
28311 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
28312 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28313 Date: Tue Sep 2 11:34:36 2008 +0200
28314
28315 ppc4xx: Add fdt support for PLU405 boards
28316
28317 Signed-off-by: Matthias Fuchs <mf@esd.eu>
28318 Signed-off-by: Stefan Roese <sr@denx.de>
28319
28320 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
28321 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28322 Date: Tue Sep 2 11:34:08 2008 +0200
28323
28324 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
28325
28326 Signed-off-by: Matthias Fuchs <mf@esd.eu>
28327 Signed-off-by: Stefan Roese <sr@denx.de>
28328
28329 commit be1b0d2777e179191a57b138b660547a17e55aad
28330 Author: Jochen Friedrich <jochen@scram.de>
28331 Date: Tue Sep 2 11:24:59 2008 +0200
28332
28333 Don't tftp to unknown flash
28334
28335 If a board has a variable number of flash banks, there are empty entries
28336 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
28337 "Outside available Flash". This patch skips flash banks with unknown
28338 flash ids.
28339
28340 Signed-off-by: Jochen Friedrich <jochen@scram.de>
28341 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28342
28343 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
28344 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28345 Date: Thu Aug 28 13:40:44 2008 +0900
28346
28347 net: smc911x: Add pkt_data_pull and pkt_data_push function
28348
28349 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
28350 Byte-swapping is necessary, and so poor performance is inevitable.
28351 This problem cannot evade by the swap function of CHIP, this can
28352 evade by software Byte-swapping.
28353 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
28354 functions necessary to solve this problem.
28355
28356 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28357 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28358
28359 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
28360 Author: Ben Warren <biggerbadderben@gmail.com>
28361 Date: Sun Aug 31 20:37:00 2008 -0700
28362
28363 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
28364
28365 Affected boards:
28366 db64360
28367 db64460
28368 katmai
28369 taihu
28370 taishan
28371 yucca
28372 cpc45
28373 cpu87
28374 eXalion
28375 elppc
28376 debris
28377 kvme080
28378 mpc8315erdb
28379 integratorap
28380 ixdp425
28381 oxc
28382 pm826
28383 pm828
28384 pm854
28385 pm856
28386 ppmc7xx
28387 sc3
28388 sc520_spunk
28389 sorcery
28390 tqm8272
28391 tqm85xx
28392 utx8245
28393
28394 Removed initialization of the driver from net/eth.c
28395 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
28396
28397 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28398
28399 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
28400 Author: Ben Warren <biggerbadderben@gmail.com>
28401 Date: Sun Aug 31 10:45:44 2008 -0700
28402
28403 Moved initialization of TULIP Ethernet controller to board_eth_init()
28404
28405 Affected boards:
28406 cu824
28407 bab7xx
28408 adciop
28409 dasa_sim
28410 mousse
28411 mpc8540eval
28412 musenki
28413 mvblue
28414 pcippc2/pcippc6
28415 sbc8240
28416 stxssa
28417
28418 Removed initialization of the driver from net/eth.c
28419
28420 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28421
28422 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
28423 Author: Ben Warren <biggerbadderben@gmail.com>
28424 Date: Sun Aug 31 10:44:19 2008 -0700
28425
28426 Moved initialization of E1000 Ethernet controller to board_eth_init()
28427
28428 Affected boards:
28429 ap1000
28430 mvbc_p
28431 PM854
28432
28433 Removed initialization of the driver from net/eth.c
28434
28435 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28436
28437 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
28438 Author: Ben Warren <biggerbadderben@gmail.com>
28439 Date: Sun Aug 31 10:40:51 2008 -0700
28440
28441 Moved initialization of plb2800 Ethernet driver to board_eth_init
28442
28443 Affected boards:
28444 purple
28445
28446 Removed initialization of controller from net/eth.c
28447
28448 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28449
28450 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
28451 Author: Ben Warren <biggerbadderben@gmail.com>
28452 Date: Sun Aug 31 10:39:12 2008 -0700
28453
28454 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
28455
28456 Modified board_eth_init() functions of boards that have this FEC in addition
28457 to other Ethernet controllers.
28458
28459 Affected boards:
28460 bc3450
28461 icecube
28462 mvbc_p
28463 o2dnt
28464 pm520
28465 total5200
28466 tq5200
28467
28468 Removed initialization of controller from net/eth.c
28469
28470 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28471
28472 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
28473 Author: Ben Warren <biggerbadderben@gmail.com>
28474 Date: Sun Aug 31 10:36:38 2008 -0700
28475
28476 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
28477
28478 Added a cpu_eth_init() function to MPC512x CPU directory and
28479 removed code from net/eth.c
28480
28481 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28482
28483 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
28484 Author: Ben Warren <biggerbadderben@gmail.com>
28485 Date: Sun Aug 31 10:16:59 2008 -0700
28486
28487 Moved initialization of IncaIP Ethernet controller to board_eth_init
28488
28489 Affected boards:
28490 IncaIP
28491
28492 Removed initialization of the driver from net/eth.c
28493
28494 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28495
28496 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
28497 Author: Ben Warren <biggerbadderben@gmail.com>
28498 Date: Sun Aug 31 10:15:26 2008 -0700
28499
28500 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
28501
28502 Affected boards:
28503 AmigaOneG3SE
28504
28505 Removed initialization of the driver from net/eth.c
28506
28507 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28508
28509 commit 6aca145e067efe75398e9fac97822bd3700de0b2
28510 Author: Ben Warren <biggerbadderben@gmail.com>
28511 Date: Sun Aug 31 10:13:34 2008 -0700
28512
28513 Moved initialization of GT6426x Ethernet controller to board_eth_init()
28514
28515 Affected boards:
28516 EVB64260
28517 P3G4
28518 ZUMA
28519
28520 Removed initialization of the driver from net/eth.c
28521
28522 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28523
28524 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
28525 Author: Ben Warren <biggerbadderben@gmail.com>
28526 Date: Sun Aug 31 10:08:43 2008 -0700
28527
28528 Moved initialization of PCNET Ethernet controller to board_eth_init()
28529
28530 Affected boards:
28531 PN62
28532 sc520_cdp
28533
28534 Removed initialization of the driver from net/eth.c
28535
28536 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28537
28538 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
28539 Author: Ben Warren <biggerbadderben@gmail.com>
28540 Date: Sun Aug 31 10:07:16 2008 -0700
28541
28542 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
28543
28544 Affected boards:
28545 a3000
28546
28547 Removed initialization of the driver from net/eth.c
28548
28549 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28550
28551 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
28552 Author: Ben Warren <biggerbadderben@gmail.com>
28553 Date: Sun Aug 31 10:03:22 2008 -0700
28554
28555 Moved initialization of NS8382X Ethernet controller to board_eth_init()
28556
28557 Affected boards:
28558 bc3450
28559 cpci5200
28560 mecp5200
28561 pf2000
28562 icecube
28563 o2dnt
28564 pm520
28565 sandpoint8245
28566 total5200
28567 tqm5200
28568
28569 Removed initialization of the driver from net/eth.c
28570
28571 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28572
28573 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
28574 Author: Ben Warren <biggerbadderben@gmail.com>
28575 Date: Sun Aug 31 09:59:33 2008 -0700
28576
28577 Moved initialization of TSI108 Ethernet controller to board_eth_init()
28578
28579 Affected boards:
28580 mpc7448hpc2
28581
28582 Removed initialization of the driver from net/eth.c
28583
28584 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28585
28586 commit 0b252f50ae218ae15bfb63af44227972686ebc56
28587 Author: Ben Warren <biggerbadderben@gmail.com>
28588 Date: Sun Aug 31 21:41:08 2008 -0700
28589
28590 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
28591
28592 Affected boards:
28593 hidden_dragon
28594 MPC8544DS
28595 MPC8610HPCN
28596 R2DPLUS
28597 TB0229
28598
28599 Removed initialization of the driver from net/eth.c
28600
28601 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28602
28603 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
28604 Author: Ben Warren <biggerbadderben@gmail.com>
28605 Date: Sun Aug 31 09:49:42 2008 -0700
28606
28607 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
28608
28609 Affected boards:
28610 linkstation
28611 r7780mp
28612
28613 Removed initialization of the driver from net/eth.c
28614
28615 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28616
28617 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
28618 Author: Ben Warren <biggerbadderben@gmail.com>
28619 Date: Tue Aug 12 22:11:53 2008 -0700
28620
28621 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
28622
28623 Removed at91sam9_eth_initialize() from net/eth.c
28624
28625 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28626
28627 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
28628 Author: Ben Warren <biggerbadderben@gmail.com>
28629 Date: Sun Aug 31 22:22:04 2008 -0700
28630
28631 Introduce netdev.h header file and remove externs
28632
28633 This addresses all drivers whose initializers have already
28634 been moved to board_eth_init()/cpu_eth_init().
28635
28636 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28637
28638 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
28639 Author: Andy Fleming <afleming@freescale.com>
28640 Date: Sun Aug 31 16:33:30 2008 -0500
28641
28642 Add pixis_set_sgmii command
28643
28644 The 8544DS and 8572DS platforms support an optional SGMII riser card to
28645 expose ethernet over an SGMII interface. Once the card is in, it is also
28646 necessary to configure the board such that it uses the card, rather than
28647 the on-board ethernet ports. This can either be done by flipping dip switches
28648 on the motherboard, or by modifying registers in the pixis. Either way
28649 requires a reboot.
28650
28651 This adds a command to allow users to choose which ports are routed through
28652 the SGMII card, and which through the onboard ports. It also allows users
28653 to revert to the current switch settings.
28654
28655 This code does not work on the 8572, as the PIXIS is different.
28656
28657 Signed-off-by: Andy Fleming <afleming@freescale.com>
28658 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28659
28660 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
28661 Author: Andy Fleming <afleming@freescale.com>
28662 Date: Sun Aug 31 16:33:29 2008 -0500
28663
28664 Add SGMII support for the 8544 DS
28665
28666 The 8544 DS has an optional SGMII Riser card, which uses different PHY
28667 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
28668 setup code if so.
28669
28670 Signed-off-by: Andy Fleming <afleming@freescale.com>
28671 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28672
28673 commit 652f7c2eef76a1340928bd660845441e932d86a2
28674 Author: Andy Fleming <afleming@freescale.com>
28675 Date: Sun Aug 31 16:33:28 2008 -0500
28676
28677 Add support for Freescale SGMII Riser Card
28678
28679 The 8544DS and 8572DS systems have an optional SGMII riser card which
28680 exposes new ethernet ports which are connected to the eTSECs via an
28681 SGMII interface. The SGMII PHYs for this board are offset from the standard
28682 PHY addresses, so this code modifies the passed in tsec_info structure to
28683 use the SGMII PHYs on the card, instead.
28684
28685 Signed-off-by: Andy Fleming <afleming@freescale.com>
28686 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28687
28688 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
28689 Author: Andy Fleming <afleming@freescale.com>
28690 Date: Sun Aug 31 16:33:27 2008 -0500
28691
28692 Add SGMII support to the tsec
28693
28694 Adds support for configuring the TBI to talk properly with the SerDes.
28695
28696 Signed-off-by: Andy Fleming <afleming@freescale.com>
28697 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28698
28699 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
28700 Author: Andy Fleming <afleming@freescale.com>
28701 Date: Sun Aug 31 16:33:26 2008 -0500
28702
28703 Pass in tsec_info struct through tsec_initialize
28704
28705 The tsec driver contains a hard-coded array of configuration information
28706 for the tsec ethernet controllers. We create a default function that works
28707 for most tsecs, and allow that to be overridden by board code. It creates
28708 an array of tsec_info structures, which are then parsed by the corresponding
28709 driver instance to determine configuration. Also, add regs, miiregs, and
28710 devname fields to the tsec_info structure, so that we don't need the kludgy
28711 "index" parameter.
28712
28713 Signed-off-by: Andy Fleming <afleming@freescale.com>
28714 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28715
28716 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
28717 Author: Andy Fleming <afleming@freescale.com>
28718 Date: Sun Aug 31 16:33:25 2008 -0500
28719
28720 tsec: Move tsec.h to include/
28721
28722 This is to prepare the way for board code passing in the tsec_info structure
28723
28724 Signed-off-by: Andy Fleming <afleming@freescale.com>
28725 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28726
28727 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
28728 Author: Sergei Poselenov <sposelenov@emcraft.com>
28729 Date: Fri Jun 6 15:52:44 2008 +0200
28730
28731 PHY: Add support for the M88E1121R Marvell chip.
28732
28733 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28734 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28735 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28736
28737 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
28738 Author: Wolfgang Denk <wd@denx.de>
28739 Date: Tue Sep 2 21:17:36 2008 +0200
28740
28741 fw_env.c: fix build problems with MTD_VERSION=old
28742
28743 (as needed to support old 2.4 Linux kernel based releases)
28744
28745 Signed-off-by: Wolfgang Denk <wd@denx.de>
28746
28747 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
28748 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28749 Date: Mon Sep 1 17:11:26 2008 +0200
28750
28751 device: make device_register() clone the device
28752
28753 This is expected by the callers, but this fact was hidden well within
28754 the old list implementation.
28755
28756 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28757
28758 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
28759 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28760 Date: Mon Sep 1 14:00:07 2008 +0200
28761
28762 avr32: Add support for "GPIO" port mux
28763
28764 The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
28765 all later AVR32 chips. This patch adds a driver for it, implementing the
28766 same API as the existing portmux-pio driver but with more functionality.
28767
28768 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28769
28770 commit d92852579546c46bdaac978e0b6767a6645b69e0
28771 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28772 Date: Fri Aug 15 15:02:29 2008 +0200
28773
28774 atstk1000: Convert to new-style makefile
28775
28776 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28777
28778 commit 25e6854d42c11046a468576179b5494f850311b2
28779 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28780 Date: Sun Aug 31 18:46:35 2008 +0200
28781
28782 avr32: use board_early_init_r instead of board_init_info
28783
28784 Replace the avr32-specific board_init_info hook by the standard
28785 board_early_init_r hook and make it optional.
28786
28787 board_early_init_r() runs somewhat earlier than board_init_info used to
28788 do, but this isn't a problem for any of the in-tree boards.
28789
28790 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28791
28792 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
28793 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28794 Date: Sun Aug 31 18:24:24 2008 +0200
28795
28796 avr32: Use board_postclk_init instead of gclk_init
28797
28798 Replace the avr32-specific gclk_init() board hook with the standard
28799 board_postclk_init() hook which is supposed to run at the same point
28800 during initialization.
28801
28802 Provide a dummy weak alias for boards not implementing this hook. The
28803 cost of this is:
28804 - 2 bytes for the dummy function (retal 0)
28805 - 2 bytes for each unnecessary function call (short rcall)
28806
28807 which is a pretty small price to pay for avoiding lots of #ifdef
28808 clutter. In this particular case, all boards probably end up slightly
28809 smaller because we avoid the conditional checking if the gclk_init
28810 symbol is NULL.
28811
28812 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28813
28814 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
28815 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28816 Date: Sun Aug 31 18:07:35 2008 +0200
28817
28818 hammerhead: Use gclk helper functions
28819
28820 Use the new gclk helper functions to set up the PHY clock instead of
28821 accessing the PM registers directly.
28822
28823 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28824
28825 commit 98090cd75cdb40b2ab94c806c338540a5716748b
28826 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28827 Date: Sun Aug 31 18:05:32 2008 +0200
28828
28829 avr32: Add gclk helper functions
28830
28831 Add two helper functions for configuring and enabling generic clocks:
28832 - gclk_enable_output: Enables output on a GCLKx pin
28833 - gclk_set_rate: Configures a gclk to run at a specific rate
28834
28835 This should eliminate any reason to go mucking about with PM registers
28836 from board code.
28837
28838 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28839
28840 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
28841 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28842 Date: Fri Aug 29 21:09:49 2008 +0200
28843
28844 avr32: refactor the portmux/gpio code
28845
28846 - Separate the portmux configuration functionality from the GPIO pin
28847 control API.
28848 - Separate the controller-specific code from the chip-specific code.
28849 - Allow "ganged" port configuration (multiple pins at once).
28850 - Add more flexibility to the "canned" peripheral select functions:
28851 - Allow using more than 23 address bits, more chip selects, as
28852 well as NAND- and CF-specific pins.
28853 - Make the MACB SPEED pin optional, and choose between MII/RMII
28854 using a parameter instead of an #ifdef.
28855 - Make it possible to use other MMC slots than slot 0, and support
28856 different MMC/SDCard data bus widths.
28857 - Use more reasonable pull-up defaults; floating pins may consume a
28858 lot of power.
28859 - Get rid of some custom portmux code from the mimc200 board code. The
28860 old gpio/portmux API couldn't really handle its requirements, but
28861 the new one can.
28862 - Add documentation.
28863
28864 The end result is slightly smaller code for all boards. Which isn't
28865 really the point, but at least it isn't any larger.
28866
28867 This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
28868 the board maintainers could help me test this on their boards. In
28869 particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
28870 can help me out.
28871
28872 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28873 Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
28874 Cc: Mark Jackson <mpfj@mimc.co.uk>
28875 Cc: Alex Raimondi <alex.raimondi@miromico.ch>
28876 Cc: Julien May <julien.may@miromico.ch>
28877
28878 Changes since v1:
28879 * Enable pullup on NWAIT
28880 * Add missing include to portmux-pio.h
28881 * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
28882
28883 commit 4c24e8288c601cb773ab02528b48a8577970e867
28884 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28885 Date: Sat Aug 30 17:28:36 2008 +0200
28886
28887 avr32: data_bits should reflect the actual number of data bits
28888
28889 Make the data_bits enum in struct sdram_config reflect the actual number
28890 of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
28891 32 bits is just too confusing.
28892
28893 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28894
28895 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
28896 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28897 Date: Fri Aug 29 17:48:18 2008 +0200
28898
28899 avr32: Update README
28900
28901 Remove some outdated and/or unnecessary information, and add updated
28902 information about the toolchain and buildroot.
28903
28904 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28905
28906 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
28907 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28908 Date: Sun Aug 31 23:28:15 2008 +0900
28909
28910 sh: Remove CC line from board's Makefile
28911
28912 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28913
28914 commit 468eae0660de6fdfd9999944c536ecc4797bd944
28915 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28916 Date: Sun Aug 31 23:25:57 2008 +0900
28917
28918 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
28919
28920 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28921
28922 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
28923 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28924 Date: Thu Aug 28 14:50:52 2008 +0900
28925
28926 sh: Add support sh2 to MAKEALL
28927
28928 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28929 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28930
28931 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
28932 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28933 Date: Thu Aug 28 14:52:23 2008 +0900
28934
28935 sh: Fix compile error rsk7203 board
28936
28937 This boards used old type preprocessor.
28938 This patch fix compile error.
28939
28940 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28941 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28942
28943 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
28944 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28945 Date: Thu Aug 28 14:53:31 2008 +0900
28946
28947 sh: Fix compile error sh7785lcr board
28948
28949 This boards used old type preprocessor.
28950 This patch fix compile error.
28951
28952 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28953 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28954
28955 commit 6f0da4972e48f99d37bc522814940a6022cd3084
28956 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28957 Date: Fri Aug 22 17:39:09 2008 +0900
28958
28959 sh: Renesas Solutions AP325RXA board support
28960
28961 AP325RXA is SH7723's reference board.
28962 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
28963 In this patch, support SCIF, NOR Flash, and Ethernet.
28964
28965 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28966 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28967
28968 commit ab09f433b50bb83b5e440c335bc3839ee069e534
28969 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28970 Date: Fri Aug 22 17:48:51 2008 +0900
28971
28972 sh: add support Renesas SH7723
28973
28974 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
28975 This patch supports CPU register's header file and SCIF serial driver.
28976
28977 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28978 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28979
28980 commit c655fad06ba3fb042dbc667724a40e1a9a091248
28981 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28982 Date: Sun Aug 31 23:02:04 2008 +0900
28983
28984 sh: Renesas RSK+ 7203 board support
28985
28986 This adds initial support for the RTE RSK+ SH7203 board.
28987
28988 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28989 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28990
28991 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
28992 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28993 Date: Thu Jul 3 23:11:02 2008 +0900
28994
28995 sh: Add support Renesas SH7203 processor
28996
28997 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28998 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28999
29000 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
29001 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29002 Date: Sun Aug 31 22:48:33 2008 +0900
29003
29004 sh: Add support SH2/SH2A which is CPU of Renesas Technology
29005
29006 Add support SH2/SH2A basic function.
29007
29008 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29009 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29010
29011 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
29012 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29013 Date: Sun Aug 31 22:45:08 2008 +0900
29014
29015 sh: Renesas R0P7785LC0011RL board support
29016
29017 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
29018 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
29019
29020 This patch supports the following functions:
29021 - 128MB DDR2-SDRAM (29-bit address mode only)
29022 - NOR Flash
29023 - USB host
29024 - Ethernet
29025
29026 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29027 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29028
29029 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
29030 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29031 Date: Thu Jul 10 19:32:53 2008 +0900
29032
29033 sh: add support for SH7785
29034
29035 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
29036 This patch supports CPU register's header file.
29037
29038 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29039 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29040
29041 commit d6e04258be8f2408845468d3cf722a4cf0433445
29042 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29043 Date: Sun Aug 31 04:45:42 2008 +0200
29044
29045 davinci: fix remaining dm644x_eth
29046
29047 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29048
29049 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
29050 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29051 Date: Sun Aug 31 04:24:56 2008 +0200
29052
29053 fs: Move conditional compilation to Makefile
29054
29055 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29056
29057 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
29058 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29059 Date: Sun Aug 31 04:24:55 2008 +0200
29060
29061 devices: merge to list_head
29062
29063 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29064
29065 commit ef0255fc75f28655f9681422079287d68a14dbaa
29066 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29067 Date: Sun Aug 31 04:24:51 2008 +0200
29068
29069 update linux/list
29070
29071 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29072
29073 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
29074 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29075 Date: Sun Aug 31 00:39:48 2008 +0200
29076
29077 smdk6400: add gitignore
29078
29079 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29080
29081 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
29082 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29083 Date: Sun Aug 31 00:39:48 2008 +0200
29084
29085 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
29086
29087 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29088
29089 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
29090 Author: Guennadi Liakhovetski <lg@denx.de>
29091 Date: Sun Aug 31 00:39:47 2008 +0200
29092
29093 smdk6400: remove redundant bootargs definition
29094
29095 Double bootargs setting leads to a duplicated environmant entry.
29096
29097 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29098
29099 commit 11edcfe260f20dcea79284a3e95270989d433854
29100 Author: Guennadi Liakhovetski <lg@denx.de>
29101 Date: Sun Aug 31 00:39:47 2008 +0200
29102
29103 ARM: Add support for S3C6400 based SMDK6400 board
29104
29105 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
29106 driver for it too. The board can also boot from the NOR flash, but due to
29107 hardware limitations it can only address 64KiB on it, which is not enough
29108 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
29109
29110 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29111
29112 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
29113 Author: Guennadi Liakhovetski <lg@denx.de>
29114 Date: Sun Aug 31 00:39:47 2008 +0200
29115
29116 NAND: add NAND driver for S3C64XX
29117
29118 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
29119
29120 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29121
29122 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
29123 Author: Guennadi Liakhovetski <lg@denx.de>
29124 Date: Sun Aug 31 00:39:47 2008 +0200
29125
29126 S3C64XX: remove broken HWFLOW support from the serial driver
29127
29128 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
29129 broken and currently unused. Remove it.
29130
29131 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29132
29133 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
29134 Author: Guennadi Liakhovetski <lg@denx.de>
29135 Date: Sun Aug 31 00:39:47 2008 +0200
29136
29137 serial: add S3C64XX serial driver
29138
29139 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
29140
29141 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29142
29143 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
29144 Author: Guennadi Liakhovetski <lg@denx.de>
29145 Date: Sun Aug 31 00:39:46 2008 +0200
29146
29147 USB: Add support for OHCI controller on S3C6400
29148
29149 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
29150 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
29151 it should work too and we could still profit from instruction cache.
29152
29153 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29154
29155 commit 9b07773f8883665b002500c190507e9fd99b7181
29156 Author: Guennadi Liakhovetski <lg@denx.de>
29157 Date: Sun Aug 31 00:39:46 2008 +0200
29158
29159 ARM: Add arm1176 core with S3C6400 SoC
29160
29161 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
29162
29163 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29164
29165 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
29166 Author: Sandeep Paulraj <s-paulraj@ti.com>
29167 Date: Sun Aug 31 00:39:46 2008 +0200
29168
29169 ARM DaVinci: Changing function names for EMAC driver
29170
29171 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
29172 By replacing all the function names that start with dm644x_* to davinci_*
29173 we make these function more portable. I have tested this change on my EVM.
29174 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
29175 be sending patches that add DaVinci DM6467 support to the list soon.
29176
29177 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
29178
29179 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
29180 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
29181 Date: Sat Aug 30 23:21:30 2008 +0200
29182
29183 Integrator[AP/CP] - Remove unused file memsetup.S
29184
29185 - memsetup.s is changed/merged to lowlevel_init.S
29186 memsetup.S has a global label memsetup that just returns back to caller
29187 - memsetup global label is changed/merged to lowlevel_init
29188 This label is not called from anywhere.
29189
29190 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
29191
29192 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
29193 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29194 Date: Wed Aug 27 21:35:52 2008 +0200
29195
29196 ARM DaVinci: Standardize names of directories/files
29197
29198 ARM DaVinci: Standardize names of directories/files.
29199
29200 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29201 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29202
29203 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
29204 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29205 Date: Fri Jul 11 15:10:13 2008 -0400
29206
29207 ARM DaVinci: Move common functions to board/davinci/common
29208
29209 ARM DaVinci: Move common functions to board/davinci/common.
29210
29211 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29212
29213 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
29214 Author: Stefan Roese <sr@denx.de>
29215 Date: Fri Aug 29 11:56:49 2008 +0200
29216
29217 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
29218
29219 This function is needed for the new NAND infrastructure. We only need
29220 a dummy implementation though for the NDFC.
29221
29222 Signed-off-by: Stefan Roese <sr@denx.de>
29223
29224 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
29225 Author: Stefan Roese <sr@denx.de>
29226 Date: Fri Aug 29 12:06:27 2008 +0200
29227
29228 ppc4xx: Increase image size for NAND boot target
29229
29230 This is needed since now with HUSH enabled (amcc-common.h) the image
29231 read from NAND exceeds the previous limit.
29232
29233 Signed-off-by: Stefan Roese <sr@denx.de>
29234
29235 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
29236 Author: Ben Warren <biggerbadderben@gmail.com>
29237 Date: Thu Aug 28 23:58:30 2008 -0700
29238
29239 Move MPC512x_FEC driver to drivers/net
29240
29241 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29242
29243 commit 80b00af01b3c9154774de2936f05a051e92f6a03
29244 Author: Ben Warren <biggerbadderben@gmail.com>
29245 Date: Thu Aug 28 23:58:29 2008 -0700
29246
29247 Move MPC5xxx_FEC driver to drivers/net
29248
29249 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29250
29251 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
29252 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29253 Date: Fri Aug 29 21:53:57 2008 +0200
29254
29255 cmd_terminal: remove no need ifdef
29256
29257 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29258
29259 commit 578118bdf122877ae769776be002255be447b4fa
29260 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29261 Date: Fri Aug 29 21:53:57 2008 +0200
29262
29263 common/Makefile: order by functionality
29264
29265 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29266
29267 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
29268 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29269 Date: Fri Aug 29 21:53:56 2008 +0200
29270
29271 miiphyutil: Move conditional compilation to Makefile
29272
29273 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29274
29275 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
29276 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29277 Date: Fri Aug 29 21:53:37 2008 +0200
29278
29279 autoscript: Move conditional compilation to Makefile
29280
29281 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29282
29283 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
29284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29285 Date: Fri Aug 29 01:18:11 2008 +0200
29286
29287 crc16: move to lib_generic
29288
29289 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29290
29291 commit 55195773eacefb22dd483a3c560ea30a14263ce1
29292 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29293 Date: Fri Aug 29 01:18:01 2008 +0200
29294
29295 miiphybb: move to drivers/net/phy
29296
29297 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29298
29299 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
29300 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29301 Date: Thu Aug 28 12:31:51 2008 +0200
29302
29303 soft_spi: move to drivers/spi
29304
29305 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29306
29307 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
29308 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29309 Date: Thu Aug 28 12:31:51 2008 +0200
29310
29311 soft_i2c: move to drivers/i2c
29312
29313 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29314
29315 commit 717a222229fdb77703e9174d0eb08a4b41febf49
29316 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29317 Date: Thu Aug 28 12:31:48 2008 +0200
29318
29319 gunzip: move to lib_generic
29320
29321 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29322
29323 commit 52aef8f9ba28b747973bf76741c23db658d5773c
29324 Author: Wolfgang Ocker <weo@reccoware.de>
29325 Date: Tue Aug 26 19:55:23 2008 +0200
29326
29327 ppc4xx: NAND configuration
29328
29329 Made NAND bank configuration setting a config variable.
29330
29331 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
29332 Signed-off-by: Stefan Roese <sr@denx.de>
29333
29334 commit 5bc542a593abc9e974fbd34704af85c37c366c60
29335 Author: Victor Gallardo <vgallardo@amcc.com>
29336 Date: Thu Aug 28 16:03:28 2008 -0700
29337
29338 ppc4xx: fix UIC external_interrupt hang on UIC0
29339
29340 This patch fixes a UIC external_interrupt hang if critical or non-critical
29341 interrupt is set at the same time as a normal interrupt is set on UIC0.
29342
29343 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
29344 Signed-off-by: Stefan Roese <sr@denx.de>
29345
29346 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
29347 Author: Prodyut Hazarika <phazarika@amcc.com>
29348 Date: Wed Aug 27 16:39:00 2008 -0700
29349
29350 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
29351
29352 Removed Magic numbers from Initialization preload registers
29353 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
29354 About 5-7% improvement seen for LMBench memtests
29355
29356 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
29357 Signed-off-by: Stefan Roese <sr@denx.de>
29358
29359 commit 8a490422bed685c9491274ec997f62061d88620b
29360 Author: John Rigby <jrigby@freescale.com>
29361 Date: Thu Aug 28 13:17:07 2008 -0600
29362
29363 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
29364
29365 MPC5121 rev 2 silicon has a new register for controlling how long
29366 CS is asserted after deassertion of ALE in multiplexed mode.
29367
29368 The default is to assert CS together with ALE. The alternative
29369 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
29370
29371 The default is wrong for the NOR flash and CPLD on the ADS5121.
29372
29373 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
29374 it does so conditionally based on silicon rev 2.0 or greater.
29375
29376 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
29377 Signed-off-by: John Rigby <jrigby@freescale.com>
29378
29379 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
29380 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29381 Date: Tue Aug 19 00:56:46 2008 +0600
29382
29383 Add I2C frequency dividers for ColdFire
29384
29385 The existing I2C freqency dividers for FDR does not apply
29386 to ColdFire platforms; thus, a seperate table is added
29387 based on MCF5xxx Reference Manual
29388
29389 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
29390 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29391 Acked-by: Tabi Timur <timur@freescale.com>
29392
29393 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
29394 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29395 Date: Tue Aug 19 03:01:19 2008 +0600
29396
29397 ColdFire: I2C fix for multiple platforms
29398
29399 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29400
29401 commit d53cf6a9c7423cba668b867978648645f71c3090
29402 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29403 Date: Tue Aug 19 00:37:13 2008 +0600
29404
29405 ColdFire: Add CONFIG_MII_INIT for M5272C3
29406
29407 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29408
29409 commit f78ced3028d4130b24a318943a70cf5584ab16f4
29410 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29411 Date: Tue Aug 19 00:26:25 2008 +0600
29412
29413 ColdFire: Multiple fixes for MCF5445x platforms
29414
29415 Add FEC pin set and mii reset in __mii_init(). Change
29416 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
29417 change cfi_offset to 0, and change CFG_FLASH_CFI to
29418 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
29419 M54455EVB env settings in configuration file.
29420
29421 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29422
29423 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
29424 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29425 Date: Fri Aug 15 18:24:25 2008 +0000
29426
29427 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
29428
29429 The user manuals recommend 7.
29430
29431 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
29432 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29433
29434 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
29435 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29436 Date: Fri Aug 15 16:50:07 2008 +0000
29437
29438 ColdFire: Raise uart baudrate to 115200 bps
29439
29440 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
29441 uart baudrate increase from 19200 to 115200 bps
29442
29443 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29444
29445 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
29446 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29447 Date: Wed Aug 13 12:07:03 2008 +0000
29448
29449 ColdFire: Fix board.c warning message
29450
29451 Implicit declaration of nand_init() warning message
29452
29453 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29454
29455 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
29456 Author: Kumar Gala <galak@kernel.crashing.org>
29457 Date: Wed Aug 27 01:10:34 2008 -0500
29458
29459 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
29460
29461 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29462
29463 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
29464 Author: Heiko Schocher <hs@denx.de>
29465 Date: Thu Aug 21 20:44:49 2008 +0200
29466
29467 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
29468
29469 Signed-off-by: Heiko Schocher <hs@denx.de>
29470
29471 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
29472 Author: Kumar Gala <galak@kernel.crashing.org>
29473 Date: Tue Aug 19 14:46:36 2008 -0500
29474
29475 mpc85xx: remove redudant code with lib_ppc/interrupts.c
29476
29477 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
29478 not show how that happened, but there is no good reason for it.
29479
29480 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
29481 they exist.
29482
29483 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29484
29485 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
29486 Author: Kumar Gala <galak@kernel.crashing.org>
29487 Date: Fri Jul 25 13:31:05 2008 -0500
29488
29489 mpc85xx: Add support for the MPC8536DS reference board
29490
29491 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29492 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
29493 Signed-off-by: Dejan Minic <minic@freescale.com>
29494 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
29495 Signed-off-by: Dave Liu <daveliu@freescale.com>
29496 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29497
29498 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
29499 Author: Kumar Gala <galak@kernel.crashing.org>
29500 Date: Tue Aug 12 11:14:19 2008 -0500
29501
29502 mpc85xx: Add support for the MPC8536
29503
29504 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
29505 also have SERDES init code for the 8536.
29506
29507 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29508 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
29509 Signed-off-by: Dejan Minic <minic@freescale.com>
29510 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
29511 Signed-off-by: Dave Liu <daveliu@freescale.com>
29512
29513 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
29514 Author: Kumar Gala <galak@kernel.crashing.org>
29515 Date: Tue Aug 12 11:13:08 2008 -0500
29516
29517 mpc85xx: Add support for the MPC8572DS reference board
29518
29519 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29520
29521 commit 457caecdbca3df21a93abff19eab12dbc61b7897
29522 Author: Kumar Gala <galak@kernel.crashing.org>
29523 Date: Wed Aug 27 01:05:35 2008 -0500
29524
29525 FSL DDR: Remove old SPD support from cpu/mpc85xx
29526
29527 All 85xx boards have been converted to the new code so we can
29528 remove the old SPD DDR setup code.
29529
29530 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29531
29532 commit 0e7927db138976469e7257e29c1338050a50fcd9
29533 Author: Kumar Gala <galak@kernel.crashing.org>
29534 Date: Wed Aug 27 01:04:07 2008 -0500
29535
29536 FSL DDR: Convert STXSSA to new DDR code.
29537
29538 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29539
29540 commit c360d9b970fbb9c13744c355879671165bbb9b9e
29541 Author: Kumar Gala <galak@kernel.crashing.org>
29542 Date: Wed Aug 27 01:03:42 2008 -0500
29543
29544 FSL DDR: Convert STXGP3 to new DDR code.
29545
29546 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29547
29548 commit 8e55313b7ae12352a343f9b9962e662dbd897187
29549 Author: Kumar Gala <galak@kernel.crashing.org>
29550 Date: Tue Aug 26 23:52:58 2008 -0500
29551
29552 FSL DDR: Convert SBC8560 to new DDR code.
29553
29554 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29555
29556 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
29557 Author: Kumar Gala <galak@kernel.crashing.org>
29558 Date: Tue Aug 26 23:52:32 2008 -0500
29559
29560 FSL DDR: Convert MPC8540EVAL to new DDR code.
29561
29562 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29563
29564 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
29565 Author: Kumar Gala <galak@kernel.crashing.org>
29566 Date: Tue Aug 26 23:52:07 2008 -0500
29567
29568 FSL DDR: Convert PM856 to new DDR code.
29569
29570 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29571
29572 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
29573 Author: Kumar Gala <galak@kernel.crashing.org>
29574 Date: Tue Aug 26 23:51:49 2008 -0500
29575
29576 FSL DDR: Convert PM854 to new DDR code.
29577
29578 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29579
29580 commit 33b9079ba20926f14238fff863b68a98e938948e
29581 Author: Kumar Gala <galak@kernel.crashing.org>
29582 Date: Tue Aug 26 23:15:28 2008 -0500
29583
29584 FSL DDR: Convert sbc8548 to new DDR code.
29585
29586 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29587
29588 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
29589 Author: Kumar Gala <galak@kernel.crashing.org>
29590 Date: Tue Aug 26 23:14:14 2008 -0500
29591
29592 FSL DDR: Convert atum8548 to new DDR code.
29593
29594 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29595
29596 commit be0bd8234b9777ecd63c4c686f72af070d886517
29597 Author: Kumar Gala <galak@kernel.crashing.org>
29598 Date: Tue Aug 26 22:56:56 2008 -0500
29599
29600 FSL DDR: Convert socrates to new DDR code.
29601
29602 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29603
29604 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
29605 Author: Kumar Gala <galak@kernel.crashing.org>
29606 Date: Tue Aug 26 08:02:30 2008 -0500
29607
29608 FSL DDR: Convert MPC8544DS to new DDR code.
29609
29610 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29611
29612 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
29613 Author: Jon Loeliger <jdl@freescale.com>
29614 Date: Tue Mar 18 13:51:05 2008 -0500
29615
29616 FSL DDR: Convert MPC8568MDS to new DDR code.
29617
29618 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29619 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29620
29621 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
29622 Author: Jon Loeliger <jdl@freescale.com>
29623 Date: Tue Mar 18 13:51:06 2008 -0500
29624
29625 FSL DDR: Convert MPC8548CDS to new DDR code.
29626
29627 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29628 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29629
29630 commit aa11d85cf318b961e029fe50d68ca47d004bce93
29631 Author: Jon Loeliger <jdl@freescale.com>
29632 Date: Mon Mar 17 15:48:18 2008 -0500
29633
29634 FSL DDR: Convert MPC8541CDS to new DDR code.
29635
29636 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29637 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29638
29639 commit 2b40edb10d81da7bba724edbccd7f53777112579
29640 Author: Jon Loeliger <jdl@freescale.com>
29641 Date: Tue Mar 18 11:12:42 2008 -0500
29642
29643 FSL DDR: Convert MPC8555ADS to new DDR code.
29644
29645 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29646 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29647
29648 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
29649 Author: Jon Loeliger <jdl@freescale.com>
29650 Date: Tue Mar 18 11:12:44 2008 -0500
29651
29652 FSL DDR: Convert MPC8560ADS to new DDR code.
29653
29654 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29656
29657 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
29658 Author: Kumar Gala <galak@kernel.crashing.org>
29659 Date: Fri Jun 6 13:12:18 2008 -0500
29660
29661 FSL DDR: Convert MPC8540ADS to new DDR code.
29662
29663 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29664
29665 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
29666 Author: Kumar Gala <galak@kernel.crashing.org>
29667 Date: Tue Aug 26 21:34:55 2008 -0500
29668
29669 FSL DDR: Add 85xx specific register setting
29670
29671 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29672
29673 commit 6fb1b7346849ccd0c20306143e334f5b76143070
29674 Author: Kumar Gala <galak@kernel.crashing.org>
29675 Date: Mon Jun 9 11:07:46 2008 -0500
29676
29677 FSL DDR: Add e500 TLB helper for DDR code
29678
29679 Provide a helper function that board code can call to map TLBs when
29680 setting up DDR.
29681
29682 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29683
29684 commit d26b739afe5a6760bd345743188759cd9d0f3b47
29685 Author: Andrew Dyer <adyer@righthandtech.com>
29686 Date: Tue Aug 26 17:03:38 2008 -0500
29687
29688 dm9000 remove dead external phy support, gpio fix
29689
29690 dm9000 has code to detect and initialize external phy parts, but later
29691 on in the code the part is forced to use the internal phy
29692 unconditionally. Remove the unused/untested code.
29693
29694 change the GPIO initialization so that only the GPIO used as an
29695 internal phy reset (hardwired in the chip) is set as an output. The
29696 remaining GPIO need to be handled by board specific code to prevent
29697 possible drive conflicts. Set as inputs for safety.
29698
29699 replace a few magic numbers with defines
29700
29701 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
29702 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29703
29704 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
29705 Author: Peter Tyser <ptyser@xes-inc.com>
29706 Date: Tue Aug 26 11:17:48 2008 -0500
29707
29708 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
29709
29710 cmd_net.c command descriptions were updated to describe the optional
29711 hostIPaddr argument. The dhcp command help message was also updated
29712 to more closely reflect the other commands in cmd_net.c
29713
29714 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29715 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29716
29717 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
29718 Author: Remy Bohmer <linux@bohmer.net>
29719 Date: Wed Aug 20 11:30:28 2008 +0200
29720
29721 Fix bogus error message in the DHCP handler
29722
29723 The DHCP handler has 1 state that is not listed in this case, causing a
29724 failure message when there is actually no failure.
29725
29726 Signed-off-by: Remy Bohmer <linux@bohmer.net>
29727 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29728
29729 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
29730 Author: Remy Bohmer <linux@bohmer.net>
29731 Date: Wed Aug 20 11:30:27 2008 +0200
29732
29733 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
29734
29735 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
29736 missing extern inside the net/bootp.h header
29737
29738 Signed-off-by: Remy Bohmer <linux@bohmer.net>
29739 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29740
29741 commit 1803f7f91ff35ca402259065df7557107dcf28a2
29742 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29743 Date: Tue Aug 19 21:26:32 2008 +0000
29744
29745 ColdFire: Add FEC Buffer descriptors in SRAM
29746
29747 Add FEC Buffer descriptors and data buffer in SRAM for
29748 faster execution and access.
29749
29750 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29751 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29752
29753 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
29754 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29755 Date: Thu Aug 21 23:55:11 2008 +0000
29756
29757 Fix ColdFire FEC warning messages
29758
29759 Types mismatch and implicit declaration of icache_invalid()
29760 warning messages
29761
29762 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29763 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29764
29765 commit 6a002171098e968bd5b362347d2831224fab6048
29766 Author: Ben Warren <biggerbadderben@gmail.com>
29767 Date: Sat Jul 12 00:17:50 2008 -0700
29768
29769 Moved initialization of SKGE Ethernet driver to board code.
29770
29771 The only board using this driver is the SL8245 board.
29772 Removed initialization for the driver from net/eth.c
29773
29774 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29775
29776 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
29777 Author: Ben Warren <biggerbadderben@gmail.com>
29778 Date: Sat Jul 12 00:08:45 2008 -0700
29779
29780 Moved conditional compilation to Makefile for SK98 Ethernet driver
29781
29782 Brute-force removal of #ifdefs. Didn't touch the code.
29783 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29784
29785 commit 65d3d99c28dc363d15eaee78225ff643df499b97
29786 Author: Ben Warren <biggerbadderben@gmail.com>
29787 Date: Fri Jul 11 23:42:19 2008 -0700
29788
29789 Moved initialization of ULI526X Ethernet driver to board code.
29790
29791 The only board using this driver is the Freescale MPC8610HPCD board.
29792 Removed initialization for the driver from net/eth.c
29793
29794 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29795
29796 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
29797 Author: Ben Warren <biggerbadderben@gmail.com>
29798 Date: Fri Jul 11 23:15:28 2008 -0700
29799
29800 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
29801
29802 Added board_eth_init() function to bf537-stamp board.
29803 Removed initialization for the Blackin EMAC driver from net/eth.c
29804
29805 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29806
29807 commit fc363ce35408f348cacced68505f3747a53e3d7c
29808 Author: Ben Warren <biggerbadderben@gmail.com>
29809 Date: Wed Jul 9 01:04:19 2008 -0700
29810
29811 Moved initialization of GRETH Ethernet driver to CPU directory
29812
29813 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
29814 removed code from net/eth.c
29815
29816 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29817
29818 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
29819 Author: Ben Warren <biggerbadderben@gmail.com>
29820 Date: Tue Aug 26 22:16:25 2008 -0700
29821
29822 Moved initialization of MCFFEC Ethernet driver to CPU directory
29823
29824 Added a cpu_eth_init() function to coldfire CPU directories and
29825 removed code from net/eth.c
29826
29827 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29828
29829 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
29830 Author: Ben Warren <biggerbadderben@gmail.com>
29831 Date: Tue Aug 26 22:12:36 2008 -0700
29832
29833 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
29834
29835 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
29836 removed code from net/eth.c
29837
29838 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29839
29840 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
29841 Author: Kumar Gala <galak@kernel.crashing.org>
29842 Date: Tue Aug 26 15:01:38 2008 -0500
29843
29844 FSL DDR: Remove old SPD support from cpu/mpc86xx
29845
29846 All 86xx boards have been converted to the new code so we can
29847 remove the old SPD DDR setup code.
29848
29849 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29850
29851 commit 9bd4e5911b750837515466bc7449087698b88e0e
29852 Author: Kumar Gala <galak@kernel.crashing.org>
29853 Date: Tue Aug 26 15:01:37 2008 -0500
29854
29855 FSL DDR: Convert SBC8641D to new DDR code.
29856
29857 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29858
29859 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
29860 Author: Jon Loeliger <jdl@freescale.com>
29861 Date: Tue Aug 26 15:01:36 2008 -0500
29862
29863 FSL DDR: Convert MPC8610HPCD to new DDR code.
29864
29865 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29866 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29867
29868 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
29869 Author: Kumar Gala <galak@kernel.crashing.org>
29870 Date: Tue Aug 26 15:01:35 2008 -0500
29871
29872 FSL DDR: Convert MPC8641HPCN to new DDR code.
29873
29874 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29875 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29876
29877 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
29878 Author: Kumar Gala <galak@kernel.crashing.org>
29879 Date: Tue Aug 26 15:01:34 2008 -0500
29880
29881 FSL DDR: Add 86xx specific register setting
29882
29883 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29884
29885 commit 233fdd502a6c227f476212b3097653ad48d7e254
29886 Author: Kumar Gala <galak@kernel.crashing.org>
29887 Date: Tue Aug 26 15:01:32 2008 -0500
29888
29889 FSL DDR: Add DDR2 DIMM paramter support
29890
29891 Compute DIMM parameters based upon the SPD information.
29892
29893 Signed-off-by: James Yang <James.Yang@freescale.com>
29894 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29895 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29896
29897 commit 05c05a2363a6ac11e0e405926034546ffad71fad
29898 Author: Kumar Gala <galak@kernel.crashing.org>
29899 Date: Tue Aug 26 15:01:30 2008 -0500
29900
29901 FSL DDR: Add DDR1 DIMM paramter support
29902
29903 Compute DIMM parameters based upon the SPD information in spd.
29904
29905 Signed-off-by: James Yang <James.Yang@freescale.com>
29906 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29907 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29908
29909 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
29910 Author: Kumar Gala <galak@kernel.crashing.org>
29911 Date: Tue Aug 26 15:01:29 2008 -0500
29912
29913 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
29914
29915 The main purpose of this rewrite it to be able to share the same
29916 initialization code on all FSL PowerPC products that have DDR
29917 controllers. (83xx, 85xx, 86xx).
29918
29919 The code is broken up into the following steps:
29920 GET_SPD
29921 COMPUTE_DIMM_PARMS
29922 COMPUTE_COMMON_PARMS
29923 GATHER_OPTS
29924 ASSIGN_ADDRESSES
29925 COMPUTE_REGS
29926 PROGRAM_REGS
29927
29928 This allows us to share more code an easily allow for board specific code
29929 overrides.
29930
29931 Additionally this code base adds support for >4G of DDR and provides a
29932 foundation for supporting interleaving on processors with more than one
29933 controller.
29934
29935 Signed-off-by: James Yang <James.Yang@freescale.com>
29936 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29937 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29938 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
29939 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29940
29941 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
29942 Author: Kumar Gala <galak@kernel.crashing.org>
29943 Date: Tue Aug 26 15:01:28 2008 -0500
29944
29945 FSL DDR: Provide a generic set_ddr_laws()
29946
29947 Provide a helper function that will setup the last available
29948 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
29949
29950 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29951
29952 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
29953 Author: James Yang <James.Yang@freescale.com>
29954 Date: Tue Aug 26 15:01:27 2008 -0500
29955
29956 Add proper SPD definitions for DDR1/2/3
29957
29958 Also adds helper functions for DDR1/2 to verify the checksum.
29959
29960 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29961
29962 commit 285db74716c724ae8a0ff177878fd09a74428c7b
29963 Author: Wolfgang Denk <wd@denx.de>
29964 Date: Wed Aug 27 01:02:48 2008 +0200
29965
29966 Update CHANGELOG
29967
29968 Signed-off-by: Wolfgang Denk <wd@denx.de>
29969
29970 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
29971 Author: Heiko Schocher <hs@denx.de>
29972 Date: Tue Aug 19 10:08:49 2008 +0200
29973
29974 Add support for muas3001 board (MPC8270)
29975
29976 Signed-off-by: Heiko Schocher <hs@denx.de>
29977
29978 commit 322098bff32410d2a00031649b47c4ec90a66d9a
29979 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
29980 Date: Tue Aug 19 08:31:18 2008 +0530
29981
29982 common/cmd_load.c cleanup - remove unused variables
29983
29984 - Remove unused global variable os_data_count.
29985 - Remove unused variable z.
29986
29987 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
29988
29989 commit 306620b762a4f9fa6678568ad2e8772dec145208
29990 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
29991 Date: Mon Aug 18 13:35:27 2008 +0200
29992
29993 remove MVS1 board
29994
29995 MVS1 board has reached end-of-life and can be removed completely.
29996
29997 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
29998
29999 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
30000 Author: Kumar Gala <galak@kernel.crashing.org>
30001 Date: Fri Aug 15 08:24:45 2008 -0500
30002
30003 bootm: refactor do_reset and os boot function args
30004
30005 There is no need for each OS specific function to call do_reset() we
30006 can just do it once in bootm. This means its feasible on an error for
30007 the OS boot function to return.
30008
30009 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
30010 functions. flag isn't currently used but might be in the future so
30011 we left it alone.
30012
30013 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30014
30015 commit 40afac22a9c602e55c501c800f1c064324711b56
30016 Author: Kumar Gala <galak@kernel.crashing.org>
30017 Date: Fri Aug 15 08:24:44 2008 -0500
30018
30019 fdt: Added resize command
30020
30021 Resize the fdt to size + padding to 4k boundary
30022
30023 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30024
30025 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
30026 Author: Kumar Gala <galak@kernel.crashing.org>
30027 Date: Fri Aug 15 08:24:43 2008 -0500
30028
30029 fdt: refactor initrd related code
30030
30031 Created a new fdt_initrd() to deal with setting the initrd properties
30032 in the device tree and fixing up the mem reserve. We can use this
30033 both in the choosen node handling and lets us remove some duplicated
30034 code when we fixup the initrd info in bootm on PPC.
30035
30036 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30037
30038 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
30039 Author: Kumar Gala <galak@kernel.crashing.org>
30040 Date: Fri Aug 15 08:24:42 2008 -0500
30041
30042 fdt: refactor fdt resize code
30043
30044 Move the fdt resizing code out of ppc specific boot code and into
30045 common fdt support code.
30046
30047 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30048
30049 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
30050 Author: Kumar Gala <galak@kernel.crashing.org>
30051 Date: Fri Aug 15 08:24:41 2008 -0500
30052
30053 bootm: refactor image detection and os load steps
30054
30055 Created a bootm_start() that handles the parsing and detection of all
30056 the images that will be used by the bootm command (OS, ramdisk, fdt).
30057 As part of this we now tract all the relevant image offsets in the
30058 bootm_headers_t struct. This will allow us to have all the needed
30059 state for future sub-commands and lets us reduce a bit of arch
30060 specific code on SPARC.
30061
30062 Created a bootm_load_os() that deals with decompression and loading
30063 the OS image.
30064
30065 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30066
30067 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
30068 Author: Kumar Gala <galak@kernel.crashing.org>
30069 Date: Fri Aug 15 08:24:40 2008 -0500
30070
30071 bootm: move lmb into the bootm_headers_t structure
30072
30073 To allow for persistent state between future bootm subcommands we
30074 need the lmb to exist in a global state.
30075 Moving it into the bootm_headers_t allows us to do that.
30076
30077 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30078
30079 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
30080 Author: Kumar Gala <galak@kernel.crashing.org>
30081 Date: Fri Aug 15 08:24:39 2008 -0500
30082
30083 bootm: Set working fdt address as part of the bootm flow
30084
30085 Set the fdt working address so "fdt FOO" commands can be used as part
30086 of the bootm flow. Also set an the environment variable "fdtaddr"
30087 with the value.
30088
30089 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30090
30091 commit 06a09918f3903450313e2047a9cc258bf5872f46
30092 Author: Kumar Gala <galak@kernel.crashing.org>
30093 Date: Fri Aug 15 08:24:38 2008 -0500
30094
30095 bootm: refactor fdt locating and relocation code
30096
30097 Move the code that handles finding a device tree blob and relocating
30098 it (if needed) into common code so all arch's have access to it.
30099
30100 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30101
30102 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
30103 Author: Kumar Gala <galak@kernel.crashing.org>
30104 Date: Fri Aug 15 08:24:37 2008 -0500
30105
30106 bootm: refactor ramdisk locating code
30107
30108 Move determing if we have a ramdisk and where its located into the
30109 common code. Keep track of the ramdisk start and end in the
30110 bootm_headers_t image struct.
30111
30112 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30113
30114 commit c160a9544743e80e8889edb2275538e7764ce334
30115 Author: Kumar Gala <galak@kernel.crashing.org>
30116 Date: Fri Aug 15 08:24:36 2008 -0500
30117
30118 bootm: refactor entry point code
30119
30120 Move entry point code out of each arch and into common code.
30121 Keep the entry point in the bootm_headers_t images struct.
30122
30123 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30124
30125 commit 20220d22b9f41446288588cd2e457e0077a18bed
30126 Author: Randy Vinson <rvinson@mvista.com>
30127 Date: Wed Aug 13 11:44:57 2008 -0700
30128
30129 mpc7448hpc2: Fix PCI I/O space mapping.
30130
30131 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
30132 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
30133 space such that 0xFA000000 in the processor's address space maps to 0
30134 on the PCI I/O bus.
30135
30136 Signed-off-by Randy Vinson <rvinson@mvista.com>
30137 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
30138
30139 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
30140 Author: Guennadi Liakhovetski <lg@denx.de>
30141 Date: Wed Aug 13 18:10:26 2008 +0200
30142
30143 i.MX31: Specify maintainers for i.MX31-based boards
30144
30145 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30146 Signed-off-by: Wolfgang Denk <wd@denx.de>
30147
30148 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
30149 Author: Wolfgang Denk <wd@denx.de>
30150 Date: Tue Aug 26 15:01:28 2008 +0200
30151
30152 ADS5121: adjust image addresses in RAM and flash
30153
30154 Use the same mapping in flash as used by Linux
30155
30156 Signed-off-by: Wolfgang Denk <wd@denx.de>
30157
30158 commit 19f101412c16edee9fd55db4039e1d68a833b28b
30159 Author: Wolfgang Denk <wd@denx.de>
30160 Date: Tue Aug 26 13:14:34 2008 +0200
30161
30162 cmd_mem.c: Fix help message alignment
30163
30164 Bug was introced by "Big white-space cleanup" (53677ef1)
30165
30166 Signed-off-by: Wolfgang Denk <wd@denx.de>
30167
30168 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
30169 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30170 Date: Wed Aug 20 11:11:52 2008 +0200
30171
30172 change mvBL-M7 default env and move to vendor subdir
30173
30174 fix mvBL-M7 config and move to matrix_vision subdir
30175
30176 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30177 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30178
30179 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
30180 Author: Nick Spence <nick.spence@freescale.com>
30181 Date: Fri Aug 22 23:52:40 2008 -0700
30182
30183 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
30184
30185 This patch adds elements to the 83xx sysconf structure and #define values that are used
30186 by mpc83xx family devices.
30187
30188 Signed-off-by: Nick Spence <nick.spence@freescale.com>
30189 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30190
30191 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
30192 Author: Ira W. Snyder <iws@ovro.caltech.edu>
30193 Date: Fri Aug 22 11:00:15 2008 -0700
30194
30195 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
30196
30197 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
30198 PCI card rather than a host computer.
30199
30200 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
30201 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30202
30203 commit 4ff9aea9d6b5602683a920951ef896996438af62
30204 Author: Ira W. Snyder <iws@ovro.caltech.edu>
30205 Date: Fri Aug 22 11:00:14 2008 -0700
30206
30207 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
30208
30209 This adds a helper function to unlock the PCI configuration bit, so that
30210 any extra PCI setup (such as outbound windows, etc.) can be done after
30211 using the 83XX_GENERIC_PCI code to set up the PCI bus.
30212
30213 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
30214 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30215
30216 commit 162338e1fcde231ca4d562e5ebd7859456731691
30217 Author: Ira W. Snyder <iws@ovro.caltech.edu>
30218 Date: Fri Aug 22 11:00:13 2008 -0700
30219
30220 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
30221
30222 Change the MPC8349EMDS board to use the generic PCI initialization code
30223 for the mpc83xx cpu.
30224
30225 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
30226 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30227
30228 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
30229 Author: Kim Phillips <kim.phillips@freescale.com>
30230 Date: Mon Aug 25 14:53:09 2008 -0500
30231
30232 fix out of tree building
30233
30234 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30235
30236 commit a49d10cf027d059ee15c262010a05cdaec0961e1
30237 Author: Wolfgang Denk <wd@denx.de>
30238 Date: Mon Aug 25 23:45:41 2008 +0200
30239
30240 Minor coding style cleanup, updte CHANGELOG
30241
30242 Signed-off-by: Wolfgang Denk <wd@denx.de>
30243
30244 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
30245 Author: Stefan Roese <sr@denx.de>
30246 Date: Wed Aug 20 20:29:38 2008 +0200
30247
30248 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
30249
30250 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
30251 to combine both config options into one line. This even allows defining
30252 both options and not generating the target object twice.
30253
30254 Signed-off-by: Stefan Roese <sr@denx.de>
30255
30256 commit 079edb913dbae147b50a488cf02e03f473fc5f28
30257 Author: Jens Gehrlein <sew_s@tqs.de>
30258 Date: Fri Jul 4 16:50:05 2008 +0200
30259
30260 MX31: fix bit masks in function mx31_decode_pll()
30261
30262 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
30263
30264 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
30265
30266 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
30267 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
30268 Date: Mon Aug 25 11:11:34 2008 +0200
30269
30270 Correct ARM Versatile Timer Initialization
30271
30272 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
30273 -- Timer Value Register @ TIMER Base + 4 is Read-only.
30274 -- Prescale Value (Bits 3-2 of TIMER Control register)
30275 can only be one of 00,01,10. 11 is undefined.
30276 -- CFG_HZ for Versatile board is set to
30277 #define CFG_HZ (1000000 / 256)
30278 So Prescale bits is set to indicate
30279 - 8 Stages of Prescale, Clock divided by 256
30280 - The Timer Control Register has one Undefined/Shouldn't Use Bit
30281 So we should do read/modify/write Operation
30282
30283 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
30284
30285 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
30286 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
30287 Date: Mon Aug 25 11:30:29 2008 +0200
30288
30289 Add ARM AMBA PL031 RTC Support
30290
30291 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
30292
30293 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
30294 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30295 Date: Tue Aug 19 16:21:03 2008 -0400
30296
30297 ARM DaVinci: Removed redundant NAND initialization code.
30298
30299 ARM DaVinci: Removed redundant NAND initialization code.
30300
30301 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30302
30303 commit b3fb663b20d995ca41327db877ddb168279b3f62
30304 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30305 Date: Tue Aug 19 16:21:00 2008 -0400
30306
30307 ARM DaVinci: Fix compilation error with new MTD code.
30308
30309 ARM DaVinci: Fix compilation error with new MTD code.
30310
30311 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30312
30313 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
30314 Author: Gerald Van Baren <vanbaren@cideas.com>
30315 Date: Fri Aug 22 14:37:05 2008 -0400
30316
30317 Add note on dereferencing /aliases pointers
30318
30319 Replace the "must quote special characters" note with a hint on
30320 how to dereference /aliases pointers by omitting the leading "/".
30321 This feature was introduced by Kumar Gala as a libfdt enhancement
30322 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
30323
30324 Example:
30325
30326 => fdt print /aliases
30327 aliases {
30328 ethernet0 = "/qe@e0100000/ucc@2000";
30329 ethernet1 = "/qe@e0100000/ucc@3000";
30330 serial0 = "/soc8360@e0000000/serial@4500";
30331 serial1 = "/soc8360@e0000000/serial@4600";
30332 pci0 = "/pci@e0008500";
30333 };
30334 => fdt print ethernet0
30335 ucc@2000 {
30336 device_type = "network";
30337 compatible = "ucc_geth";
30338 cell-index = <0x1>;
30339 reg = <0x2000 0x200>;
30340 interrupts = <0x20>;
30341 interrupt-parent = <0x2>;
30342 local-mac-address = [00 00 00 00 00 00];
30343 rx-clock-name = "none";
30344 tx-clock-name = "clk9";
30345 phy-handle = <0x3>;
30346 phy-connection-type = "rgmii-id";
30347 pio-handle = <0x4>;
30348 };
30349
30350 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
30351
30352 commit feeca3f578b7f53c032ba203698751c982f8bf5a
30353 Author: Kumar Gala <galak@kernel.crashing.org>
30354 Date: Thu Aug 14 08:28:19 2008 -0500
30355
30356 libfdt: Add support for using aliases in fdt_path_offset()
30357
30358 If the path doesn't start with '/' check to see if it matches some alias
30359 under "/aliases" and substitute the matching alias value in the path
30360 and retry the lookup.
30361
30362 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30363 Acked-by: David Gibson <david@gibson.dropbear.id.au>
30364 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
30365
30366 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
30367 Author: David Gibson <david@gibson.dropbear.id.au>
30368 Date: Wed Aug 6 14:50:49 2008 +1000
30369
30370 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
30371
30372 As well as fdt_subnode_offset(), libfdt includes an
30373 fdt_subnode_offset_namelen() function that takes the subnode name to
30374 look up not as a NUL-terminated string, but as a string with an
30375 explicit length. This can be useful when the caller has the name as
30376 part of a longer string, such as a full path.
30377
30378 However, we don't have corresponding 'namelen' versions for
30379 fdt_get_property() and fdt_getprop(). There are less obvious use
30380 cases for these variants on property names, but there are
30381 circumstances where they can be useful e.g. looking up property names
30382 which need to be parsed from a longer string buffer such as user input
30383 or a configuration file, or looking up an alias in a path with
30384 IEEE1275 style aliases.
30385
30386 So, since it's very easy to implement such variants, this patch does
30387 so. The original NUL-terminated variants are, of course, implemented
30388 in terms of the namelen versions.
30389
30390 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30391
30392 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
30393 Author: David Gibson <david@gibson.dropbear.id.au>
30394 Date: Tue Jul 29 14:51:22 2008 +1000
30395
30396 libfdt: Forgot one function when cleaning the namespace
30397
30398 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
30399 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
30400 chance of collisions with things from whatever package libfdt is
30401 embedded in, pulled into the libfdt build via that environment's
30402 libfdt_env.h.
30403
30404 Except... I missed one. This patch applies the same treatment to
30405 _stringlist_contains(). While we're at it, also make it static since
30406 it's only used in the same file.
30407
30408 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30409
30410 commit 46390da15411351fc3b498bd8c1615f78fe80df0
30411 Author: Wolfram Sang <w.sang@pengutronix.de>
30412 Date: Wed Jul 9 11:22:44 2008 +0200
30413
30414 libfdt: Improve documentation in libfdt.h
30415
30416 Fix a few typos and mistakes.
30417
30418 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
30419 Acked-by: David Gibson <david@gibson.dropbear.id.au>
30420
30421 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
30422 Author: David Gibson <david@gibson.dropbear.id.au>
30423 Date: Wed Jul 9 14:10:24 2008 +1000
30424
30425 libfdt: Increase namespace-pollution paranoia
30426
30427 libfdt is supposed to easy to embed in projects all and sundry.
30428 Often, it won't be practical to separate the embedded libfdt's
30429 namespace from that of the surrounding project. Which means there can
30430 be namespace conflicts between even libfdt's internal/static functions
30431 and functions or macros coming from the surrounding project's headers
30432 via libfdt_env.h.
30433
30434 This patch, therefore, renames a bunch of libfdt internal functions
30435 and macros and makes a few other chances to reduce the chances of
30436 namespace collisions with embedding projects. Specifically:
30437 - Internal functions (even static ones) are now named _fdt_*()
30438
30439 - The type and (static) global for the error table in
30440 fdt_strerror() gain an fdt_ prefix
30441
30442 - The unused macro PALIGN is removed
30443
30444 - The memeq and streq macros are removed and open-coded in the
30445 users (they were only used once each)
30446
30447 - Other macros gain an FDT_ prefix
30448
30449 - To save some of the bulk from the previous change, an
30450 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
30451 FDT_ALIGN(x, FDT_TAGSIZE)
30452
30453 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30454
30455 commit c66830263af19831f2b7db307f79d1943febf7f9
30456 Author: David Gibson <david@gibson.dropbear.id.au>
30457 Date: Mon Jul 7 10:14:15 2008 +1000
30458
30459 dtc: Enable and fix -Wcast-qual warnings
30460
30461 Enabling -Wcast-qual warnings in dtc shows up a number of places where
30462 we are incorrectly discarding a const qualification. There are also
30463 some places where we are intentionally discarding the 'const', and we
30464 need an ugly cast through uintptr_t to suppress the warning. However,
30465 most of these are pretty well isolated with the *_w() functions. So
30466 in the interests of maximum safety with const qualifications, this
30467 patch enables the warnings and fixes the existing complaints.
30468
30469 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30470 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
30471
30472 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
30473 Author: David Gibson <david@gibson.dropbear.id.au>
30474 Date: Mon Jul 7 10:10:48 2008 +1000
30475
30476 dtc: Enable and fix -Wpointer-arith warnings
30477
30478 This patch turns on the -Wpointer-arith option in the dtc Makefile,
30479 and fixes the resulting warnings due to using (void *) in pointer
30480 arithmetic. While convenient, pointer arithmetic on void * is not
30481 portable, so it's better that we avoid it, particularly in libfdt.
30482
30483 Also add necessary definition of uintptr_t needed by David Gibson's
30484 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
30485 comes from stdint.h, which u-boot doesn't have). -- gvb
30486
30487 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30488 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
30489
30490 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
30491 Author: Tirumala R Marri <tmarri@amcc.com>
30492 Date: Thu Aug 21 21:54:53 2008 -0700
30493
30494 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
30495
30496 During recent PCI-E tests it has been found that current
30497 driverl level and de-emphasis values are not set correctly.
30498 After sweeping throgh all de-ephasis values, it was found that
30499 0x130 is a right value. Where 0x13 is driver level and 0 is
30500 de-emphasis.
30501
30502 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
30503 Signed-off-by: Stefan Roese <sr@denx.de>
30504
30505 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
30506 Author: Remy Bohmer <linux@bohmer.net>
30507 Date: Wed Aug 20 20:46:56 2008 +0200
30508
30509 Make the YAFFS filesystem work
30510
30511 Recently the YAFFS filesystem support has been added to U-boot.
30512 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
30513
30514 ymount will generate an exception (when dereferencing mtd->readoob()), because
30515 the genericDevice is a null pointer. Further, a lot of logging is produced
30516 while using YAFFS fs, so logging should also be disabled.
30517 Both issues are solved by this patch.
30518
30519 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
30520 in U-boot, as well as in Linux.
30521
30522 Tested on a Atmel AT91SAM9261EK board.
30523
30524 Signed-off-by: Remy Bohmer <linux@bohmer.net>
30525 Acked-by: William Juul <william.juul@tandberg.com>
30526 Signed-off-by: Scott Wood <scottwood@freescale.com>
30527
30528 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
30529 Author: Kyungmin Park <kmpark@infradead.org>
30530 Date: Tue Aug 19 08:42:53 2008 +0900
30531
30532 Fix OneNAND read_oob/write_oob functions compatability
30533
30534 Also sync with kernel OneNAND codes
30535
30536 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30537 Signed-off-by: Scott Wood <scottwood@freescale.com>
30538
30539 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
30540 Author: Scott Wood <scottwood@freescale.com>
30541 Date: Mon Aug 18 17:11:20 2008 -0500
30542
30543 NAND: Remove delay from nand_boot_fsl_elbc.c.
30544
30545 It was for debugging purposes, and shouldn't have been left in.
30546
30547 Signed-off-by: Scott Wood <scottwood@freescale.com>
30548
30549 commit f556483734126793522fb7a8cf36af90da78f084
30550 Author: Stefan Roese <sr@denx.de>
30551 Date: Thu Aug 21 11:05:03 2008 +0200
30552
30553 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
30554
30555 This patch fixes some minor issues introduced with the patch:
30556 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
30557
30558 - Rework memory-queue and PLB arbiter optimization code, that the
30559 local variable is not needed anymore. This removes one #ifdef.
30560 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
30561 of XXX+ 0x01). This was not introduced by Prodyut, just a
30562 copy-paste problem.
30563
30564 Signed-off-by: Stefan Roese <sr@denx.de>
30565
30566 commit 079589bcfb24ba11068460276a3cc9549ab5346f
30567 Author: Prodyut Hazarika <phazarika@amcc.com>
30568 Date: Wed Aug 20 09:38:51 2008 -0700
30569
30570 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
30571 PPC405EX and PPC460EX/GT/SX
30572
30573 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
30574 processors
30575 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
30576 across processors (405 and 440/460)
30577 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
30578 processors
30579 - Add register bit definitions for Memory Queue Configuration registers
30580
30581 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
30582 Signed-off-by: Stefan Roese <sr@denx.de>
30583
30584 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
30585 Author: Kumar Gala <galak@kernel.crashing.org>
30586 Date: Tue Aug 19 15:41:18 2008 -0500
30587
30588 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
30589
30590 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
30591 instead of bd->bi_enetaddr, bi_enet1addr, etc.
30592
30593 This makes the code a bit more flexible to the number of ethernet
30594 interfaces.
30595
30596 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30597
30598 commit 4cacf7c64609839f809e2f9c45873f1d65861703
30599 Author: Stefan Roese <sr@denx.de>
30600 Date: Tue Aug 19 14:57:55 2008 +0200
30601
30602 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
30603
30604 This patch changes the debug_printf() marco for U-Boot in hush.c and
30605 moves the definition of DEBUG_SHELL to a place that is actually compiled
30606 under U-Boot.
30607
30608 Signed-off-by: Stefan Roese <sr@denx.de>
30609
30610 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
30611 Author: Heiko Schocher <hs@denx.de>
30612 Date: Tue Aug 19 09:57:41 2008 +0200
30613
30614 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
30615
30616 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
30617 missed a few boards:
30618 include/configs/M5253DEMO.h
30619 include/configs/ml507.h
30620 include/configs/redwood.h
30621
30622 This patch fixes this.
30623
30624 Signed-off-by: Heiko Schocher <hs@denx.de>
30625
30626 commit 0768b7a872964085eece8d5e9fec9175e9deb161
30627 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30628 Date: Mon Aug 18 13:41:27 2008 +0200
30629
30630 Consolidate strmhz() implementation
30631
30632 ARM, i386, m68k and ppc all have identical implementations of strmhz().
30633 Other architectures don't provide this function at all.
30634
30635 This patch moves strmhz() into lib_generic, reducing code duplication
30636 and providing a more unified API across architectures.
30637
30638 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30639
30640 commit a928d0df211f1d829308d335d19be3ca42558dfc
30641 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30642 Date: Mon Aug 18 12:02:51 2008 +0200
30643
30644 fix mvbc_p board build warnings
30645
30646 fix build warnings @ mvBC-P board by using correct types, i.e. change
30647 out_be32 to out_be16 and out_8 accordingly.
30648
30649 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30650
30651 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
30652 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30653 Date: Sat Aug 16 18:54:27 2008 +0200
30654
30655 Makefile: fix posix support on find
30656
30657 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30658
30659 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
30660 Author: Axel Beierlein <belatronix@web.de>
30661 Date: Sat Aug 16 00:30:48 2008 +0200
30662
30663 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
30664
30665 Tested with TQM5200S on STK52XX.200 Board
30666
30667 Signed-off-by: Axel Beierlein <belatronix@web.de>
30668
30669 commit 0800707b6d5041a840a65d556032c15c584b55f8
30670 Author: Peter Tyser <ptyser@xes-inc.com>
30671 Date: Fri Aug 15 14:36:32 2008 -0500
30672
30673 mod_i2c_mem() bugfix
30674
30675 The last used chip, address, and address length were not being
30676 stored for the imm and imn commands.
30677
30678 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
30679
30680 commit 4afbef967275b2f636abae86f91b81becee7ad03
30681 Author: Steven A. Falco <sfalco@harris.com>
30682 Date: Fri Aug 15 15:37:31 2008 -0400
30683
30684 Fix typo in spelling of ATAPI.
30685
30686 Correct a small spelling mistake.
30687
30688 Signed-off-by: Steven A. Falco <sfalco@harris.com>
30689
30690 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
30691 Author: Steven A. Falco <sfalco@harris.com>
30692 Date: Fri Aug 15 15:34:10 2008 -0400
30693
30694 Add a hook to allow board-specific PIO mode setting.
30695
30696 This patch adds a hook whereby a board-specific routine can be called to
30697 configure hardware for a PIO mode. The prototype for the board-specific
30698 routine is:
30699
30700 int inline ide_set_piomode(int pio_mode)
30701
30702 ide_set_piomode should be prepared to configure hardware for a pio_mode
30703 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
30704
30705 Signed-off-by: Steven A. Falco <sfalco@harris.com>
30706
30707 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
30708 Author: Steven A. Falco <sfalco@harris.com>
30709 Date: Fri Aug 15 15:29:12 2008 -0400
30710
30711 Replace enums in ata.h with an include of libata.h
30712
30713 This patch removes some enums from ata.h and replaces them with an
30714 include of libata.h. This way, we eliminate duplicated code, and
30715 prevent errors whereby the different versions could be out of sync.
30716
30717 Signed-off-by: Steven A. Falco <sfalco@harris.com>
30718
30719 commit 0de0afbca865ecf482b4d2b635236746def8518f
30720 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30721 Date: Fri Aug 15 18:32:41 2008 +0200
30722
30723 coldfire: fix CFI drivers activation with new macro
30724
30725 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
30726
30727 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30728
30729 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
30730 Author: Kumar Gala <galak@kernel.crashing.org>
30731 Date: Fri Aug 15 08:24:35 2008 -0500
30732
30733 fdt: fdt addr w/o any args reports back the current working address
30734
30735 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30736
30737 commit f953d99fd528a496b400a706b511eaf8e3ea66af
30738 Author: Kumar Gala <galak@kernel.crashing.org>
30739 Date: Fri Aug 15 08:24:34 2008 -0500
30740
30741 fdt: added the ability to set initrd start/end via chosen command
30742
30743 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30744
30745 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
30746 Author: Kumar Gala <galak@kernel.crashing.org>
30747 Date: Fri Aug 15 08:24:33 2008 -0500
30748
30749 Add command to enable/disable interrupts
30750
30751 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30752
30753 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
30754 Author: Nick Spence <nick.spence@freescale.com>
30755 Date: Tue Aug 19 22:21:16 2008 -0700
30756
30757 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
30758
30759 This patch fixes a missing vendor code in the flash_real_protect() function.
30760
30761 Signed-off-by: Nick Spence <nick.spence@freescale.com>
30762 Signed-off-by: Stefan Roese <sr@denx.de>
30763
30764 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
30765 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30766 Date: Tue Aug 19 16:53:39 2008 +0000
30767
30768 CFI: Fix AMD Legacy sector protect
30769
30770 New implement sector lock and unlock or softlock commands
30771 do not exist in AMD legacy flash. Thus, causing issue
30772 when erasing AMD legacy flash (such as lv040)
30773
30774 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30775 Signed-off-by: Stefan Roese <sr@denx.de>
30776
30777 commit 492671404140f09d5b21b3d2ce4e362c0692c069
30778 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30779 Date: Wed Aug 20 09:40:16 2008 +0200
30780
30781 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
30782
30783 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
30784
30785 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30786
30787 commit 33eac2b3d946fc998a09245dfe54d017079b9056
30788 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30789 Date: Wed Aug 20 09:28:36 2008 +0200
30790
30791 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
30792
30793 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30794
30795 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
30796 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30797 Date: Wed Aug 20 09:27:37 2008 +0200
30798
30799 favr-32-ezkit: Fix printf format warnings
30800
30801 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30802
30803 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
30804 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30805 Date: Fri Aug 15 12:04:25 2008 +0200
30806
30807 MAINTAINERS: Sort avr32 section alphabetically
30808
30809 The rest of the MAINTAINERS file appears to be sorted
30810 almost-alphabetically, but entries for the newly added AVR32 boards were
30811 added somewhat randomly. This patch sorts the list alphabetically again.
30812
30813 Also update my e-mail address. The old one still works, but it may not
30814 work forever.
30815
30816 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30817
30818 commit 13b50fe3bc065c48911fa373231421280855a9d6
30819 Author: Mark Jackson <mpfj@mimc.co.uk>
30820 Date: Wed Jul 30 13:07:27 2008 +0100
30821
30822 avr32: Add MIMC200 board
30823
30824 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
30825 8MByte FLASH and 128KByte FRAM.
30826
30827 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
30828 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30829
30830 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
30831 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30832 Date: Wed Jul 9 21:07:34 2008 +0900
30833
30834 rtl8169: add support for RTL8110SCL
30835
30836 This patch fixes a problem that RTL8110SCL started transfer
30837 with an incorrect memory address.
30838
30839 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30840 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30841
30842 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
30843 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30844 Date: Wed Jun 25 15:48:52 2008 -0500
30845
30846 Fix dm9000 receive status and len little endian issue
30847
30848 The received status and len was in little endian
30849 format and caused the ethernet unable to proceed
30850 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
30851
30852 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30853 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30854
30855 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
30856 Author: Kumar Gala <galak@kernel.crashing.org>
30857 Date: Fri Aug 15 08:24:32 2008 -0500
30858
30859 Clean up usage of icache_disable/dcache_disable
30860
30861 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
30862 also flushing the icache. All callers of invalidate_l1_instruction_cache()
30863 call icache_disable() right after. Make it so icache_disable() calls
30864 invalidate_l1_instruction_cache() for us.
30865
30866 Also, dcache_disable() already calls dcache_flush() so there is no point
30867 in the explicit calls of dcache_flush().
30868
30869 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30870
30871 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
30872 Author: Kumar Gala <galak@kernel.crashing.org>
30873 Date: Fri Aug 15 08:24:31 2008 -0500
30874
30875 Update linux bootm to support ePAPR client interface
30876
30877 The ePAPR spec has some subtle differences from the current device
30878 tree based boot interface to the powerpc linux kernel. The powerpc
30879 linux kernel currently ignores the differences that ePAPR specifies.
30880
30881 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30882
30883 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
30884 Author: Wolfgang Denk <wd@denx.de>
30885 Date: Mon Aug 18 23:50:20 2008 +0200
30886
30887 Minor code cleanup: keep lists sorted.
30888
30889 Signed-off-by: Wolfgang Denk <wd@denx.de>
30890
30891 commit d0039d4ed275e6ca09fb417895024ad02be118c4
30892 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
30893 Date: Wed Jul 23 19:10:14 2008 +0200
30894
30895 Add support for ADT7460 I2C monitor chip
30896
30897 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
30898
30899 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
30900 Author: Michal Simek <monstr@monstr.eu>
30901 Date: Mon Jul 14 19:45:45 2008 +0200
30902
30903 video: Clean drivers/video/Makefile
30904
30905 Signed-off-by: Michal Simek <monstr@monstr.eu>
30906
30907 commit 871c18dd301752270e1f74328c846c3104be1e2e
30908 Author: Michal Simek <monstr@monstr.eu>
30909 Date: Mon Jul 14 19:45:37 2008 +0200
30910
30911 rtc: Clean drivers/rtc/Makefile
30912
30913 Signed-off-by: Michal Simek <monstr@monstr.eu>
30914
30915 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
30916 Author: Michal Simek <monstr@monstr.eu>
30917 Date: Mon Jul 14 19:45:35 2008 +0200
30918
30919 i2c: Clean drivers/i2c/ Makefile
30920
30921 Signed-off-by: Michal Simek <monstr@monstr.eu>
30922
30923 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
30924 Author: Harald Welte <laforge@openmoko.org>
30925 Date: Wed Jul 9 22:30:30 2008 +0800
30926
30927 Add 'license' command to U-Boot command line
30928
30929 The 'license' command includes the U-Boot license (GPLv2) into the
30930 actual bootloader binary. The license text can be shown interactively
30931 at the U-Boot commandline.
30932
30933 For products where the commandline can actually be accessed by the
30934 end user, this helps to prevent inadvertent GPL violations, since the
30935 GPLv2 license text can no longer be 'forgotten' to be included into
30936 the product.
30937
30938 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
30939
30940 Signed-off-by: Harald Welte <laforge@openmoko.org>
30941
30942 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
30943 Author: Harald Welte <laforge@gnumonks.org>
30944 Date: Sun Jul 6 15:56:38 2008 +0800
30945
30946 add 'unzip' command to u-boot commandline
30947
30948 [PATCH] add new 'unzip' command to u-boot commandline
30949
30950 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
30951 memory to memory, and option CONFIG_CMD_UNZIP to enable it
30952
30953 Signed-off-by: Werner Almesberger <werner@openmoko.org>
30954 Signed-off-by: Harald Welte <laforge@openmoko.org>
30955
30956 commit 07efc9e321619c3dec213310c32e011aa6f02783
30957 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30958 Date: Wed Aug 6 19:37:17 2008 -0500
30959
30960 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
30961
30962 The CFG_ENV_SIZE is not suitable used for SPI flash erase
30963 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
30964 Add condition check if CFG_ENV_SIZE is larger than
30965 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
30966 erasing.
30967
30968 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30969
30970 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
30971 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30972 Date: Mon Aug 11 15:54:25 2008 +0000
30973
30974 ColdFire: Multiple fixes for M5282EVB
30975
30976 Incorrect CFG_HZ value, change 1000000 to 1000.
30977 Rename #waring to #warning. RAMBAR1 uses twice
30978 in start.S, rename the later to FLASHBAR. Insert
30979 nop for DRAM setup. And, env_offset in linker file.
30980
30981 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30982
30983 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
30984 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30985 Date: Mon Aug 11 15:26:43 2008 +0000
30986
30987 ColdFire: Move m5282evb from board to board/freescale
30988
30989 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30990
30991 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
30992 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30993 Date: Mon Aug 11 15:25:07 2008 +0000
30994
30995 ColdFire: Move m5272c3 from board to board/freescale
30996
30997 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30998
30999 commit 659e9bad629a480f606b286d5703aef7159edf98
31000 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31001 Date: Mon Aug 11 15:23:16 2008 +0000
31002
31003 ColdFire: Move m5271evb from board to board/freescale
31004
31005 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31006
31007 commit 05316f8ece8206339a208ec052f039cd0f7ca922
31008 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31009 Date: Mon Aug 11 13:41:49 2008 +0000
31010
31011 ColdFire: Add M54451EVB platform support for MCF5445x
31012
31013 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31014
31015 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
31016 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31017 Date: Wed Aug 6 19:14:08 2008 -0500
31018
31019 ColdFire: Add Serial Flash support for M54455EVB
31020
31021 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31022
31023 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
31024 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31025 Date: Wed Jul 23 20:38:53 2008 -0500
31026
31027 ColdFire: Implement SBF feature for M5445EVB
31028
31029 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31030
31031 commit a7323bba229203aae2604afde131ab47bad4eadc
31032 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31033 Date: Wed Jul 23 17:53:36 2008 -0500
31034
31035 ColdFire: Add SSPI feature for MCF5445x
31036
31037 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31038
31039 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
31040 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31041 Date: Wed Jul 23 17:37:10 2008 -0500
31042
31043 ColdFire: Use CFI Flash driver for M54455EVB
31044
31045 Remove non-common flash driver in
31046 board/freescale/m54455evb/flash.c. The non-cfi flash will
31047 use CONFIG_FLASH_CFI_LEGACY to configure the flash
31048 attribute.
31049
31050 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31051
31052 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
31053 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31054 Date: Wed Jul 23 17:11:47 2008 -0500
31055
31056 ColdFire: Add M5253DEMO platform support for MCF5253
31057
31058 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31059
31060 commit 80ba61fd82569af40e04d4a089257b81881884f2
31061 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31062 Date: Wed Aug 6 14:17:09 2008 -0500
31063
31064 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
31065
31066 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31067
31068 commit d361307e73ce1f6fc68760123f37d4876f851f3e
31069 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31070 Date: Wed Aug 6 14:11:36 2008 -0500
31071
31072 ColdFire: Fix M5253EVB dram bring up issue
31073
31074 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31075
31076 commit 4b0708093e15b412296328bf81325cf9b69fe512
31077 Author: Wolfgang Denk <wd@denx.de>
31078 Date: Thu Aug 14 14:41:06 2008 +0200
31079
31080 Coding Style cleanup, update CHANGELOG
31081
31082 Signed-off-by: Wolfgang Denk <wd@denx.de>
31083
31084 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
31085 Author: Scott Wood <scottwood@freescale.com>
31086 Date: Wed Aug 13 18:24:05 2008 -0500
31087
31088 socrates: Update NAND driver to new API.
31089
31090 Also, fix some minor formatting issues, and simplify the handling of
31091 "state" for writes.
31092
31093 Signed-off-by: Scott Wood <scottwood@freescale.com>
31094
31095 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
31096 Author: Scott Wood <scottwood@freescale.com>
31097 Date: Wed Aug 13 18:03:40 2008 -0500
31098
31099 quad100hd: Update NAND driver to new API.
31100
31101 Signed-off-by: Scott Wood <scottwood@freescale.com>
31102
31103 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
31104 Author: Scott Wood <scottwood@freescale.com>
31105 Date: Wed Aug 13 17:53:48 2008 -0500
31106
31107 m5373evb: Update NAND driver to new API.
31108
31109 Signed-off-by: Scott Wood <scottwood@freescale.com>
31110
31111 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
31112 Author: Scott Wood <scottwood@freescale.com>
31113 Date: Wed Aug 13 17:04:30 2008 -0500
31114
31115 s3c24x0: Update NAND driver to new API.
31116
31117 Signed-off-by: Scott Wood <scottwood@freescale.com>
31118
31119 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
31120 Author: Scott Wood <scottwood@freescale.com>
31121 Date: Wed Aug 13 15:56:00 2008 -0500
31122
31123 at91: Update board NAND drivers to current API.
31124
31125 Signed-off-by: Scott Wood <scottwood@freescale.com>
31126
31127 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
31128 Author: Kyungmin Park <kmpark@infradead.org>
31129 Date: Wed Aug 13 09:11:02 2008 +0900
31130
31131 Fix OneNAND build break
31132
31133 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
31134 - fix bufferram management at erase operation
31135 This patch includes the NAND/OneNAND state filed too.
31136
31137 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
31138 Signed-off-by: Scott Wood <scottwood@freescale.com>
31139
31140 commit 9483df6408c25f16060432de3868901e352e23bc
31141 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31142 Date: Wed Aug 13 01:40:43 2008 +0200
31143
31144 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
31145
31146 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31147
31148 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
31149 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31150 Date: Wed Aug 13 01:40:43 2008 +0200
31151
31152 drivers/mtd/nand: Move conditional compilation to Makefile
31153
31154 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
31155
31156 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31157
31158 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
31159 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31160 Date: Wed Aug 13 01:40:42 2008 +0200
31161
31162 drivers/mtd/onenand: Move conditional compilation to Makefile
31163
31164 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31165
31166 commit 00b1883a4cac59d97cd297b1a3a398db85982865
31167 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31168 Date: Wed Aug 13 01:40:42 2008 +0200
31169
31170 drivers/mtd: Move conditional compilation to Makefile
31171
31172 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
31173
31174 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31175
31176 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
31177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31178 Date: Wed Aug 13 01:40:41 2008 +0200
31179
31180 drivers/qe: Move conditional compilation to Makefile
31181
31182 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31183
31184 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
31185 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31186 Date: Wed Aug 13 01:40:40 2008 +0200
31187
31188 drivers/pci: Move conditional compilation to Makefile
31189
31190 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31191
31192 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
31193 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31194 Date: Wed Aug 13 01:40:40 2008 +0200
31195
31196 drivers/misc: Move conditional compilation to Makefile
31197
31198 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31199
31200 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
31201 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31202 Date: Wed Aug 13 01:40:40 2008 +0200
31203
31204 drivers/input: Move conditional compilation to Makefile
31205
31206 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31207
31208 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
31209 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31210 Date: Wed Aug 13 01:40:39 2008 +0200
31211
31212 drivers/dma: Move conditional compilation to Makefile
31213
31214 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31215
31216 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
31217 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31218 Date: Wed Aug 13 01:40:39 2008 +0200
31219
31220 drivers/block: Move conditional compilation to Makefile
31221
31222 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31223
31224 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
31225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31226 Date: Wed Aug 13 01:40:39 2008 +0200
31227
31228 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
31229
31230 move also conditional compilation to Makefile
31231
31232 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31233
31234 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
31235 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31236 Date: Wed Aug 13 01:40:38 2008 +0200
31237
31238 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
31239
31240 move also conditional compilation to Makefile
31241
31242 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31243
31244 commit d6e9ee92e890f67594ab150689510df361133ead
31245 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31246 Date: Wed Aug 13 01:40:38 2008 +0200
31247
31248 common: Move conditional compilation to Makefile
31249
31250 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31251
31252 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
31253 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31254 Date: Wed Aug 13 01:40:09 2008 +0200
31255
31256 mx31: move freescale's mx31 boards to vendor board dir
31257
31258 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31259
31260 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
31261 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31262 Date: Sat Jul 5 23:11:11 2008 +0200
31263
31264 at91: move arch-at91sam9 to arch-at91
31265
31266 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31267
31268 commit 195ccfc5991d48764b2519941e3507f693851d5d
31269 Author: Fathi BOUDRA <fabo@debian.org>
31270 Date: Wed Aug 6 10:06:20 2008 +0200
31271
31272 OneNAND: Fill in MTD function pointers for OneNAND.
31273
31274 onenand_print_device_info():
31275 - Now returns a string to be placed in mtd->name,
31276 rather than calling printf.
31277 - Remove verbose parameter as it becomes useless.
31278
31279 Signed-off-by: Fathi Boudra <fabo@debian.org>
31280 Signed-off-by: Scott Wood <scottwood@freescale.com>
31281
31282 commit aa646643b6bc250cb3a4966bf728876e0c10d329
31283 Author: Guennadi Liakhovetski <lg@denx.de>
31284 Date: Wed Aug 6 21:42:07 2008 +0200
31285
31286 nand_spl: Support page-aligned read in nand_load, use chipselect
31287
31288 Supporting page-aligned reads doesn't incure any sinificant overhead, just
31289 a small change in the algorithm. Also replace in_8 with readb, since there
31290 is no in_8 on ARM.
31291
31292 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31293 Signed-off-by: Scott Wood <scottwood@freescale.com>
31294
31295 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
31296 Author: Scott Wood <scottwood@freescale.com>
31297 Date: Tue Aug 5 11:15:59 2008 -0500
31298
31299 NAND boot: Update large page support for current API.
31300
31301 Also, remove the ctrl variable in favor of passing the constants
31302 directly, and remove redundant (u8) casts.
31303
31304 Signed-off-by: Scott Wood <scottwood@freescale.com>
31305
31306 commit e4c09508545d1c45617ba45391c03c03cbc360b9
31307 Author: Scott Wood <scottwood@freescale.com>
31308 Date: Mon Jun 30 14:13:28 2008 -0500
31309
31310 NAND boot: MPC8313ERDB support
31311
31312 Note that with older board revisions, NAND boot may only work after a
31313 power-on reset, and not after a warm reset. I don't have a newer board
31314 to test on; if you have a board with a 33MHz crystal, please let me know
31315 if it works after a warm reset.
31316
31317 Signed-off-by: Scott Wood <scottwood@freescale.com>
31318
31319 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
31320 Author: Scott Wood <scottwood@freescale.com>
31321 Date: Thu Jun 26 14:06:52 2008 -0500
31322
31323 mpc8313erdb: Enable NAND in config.
31324
31325 Signed-off-by: Scott Wood <scottwood@freescale.com>
31326
31327 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
31328 Author: Guennadi Liakhovetski <lg@denx.de>
31329 Date: Thu Jul 31 12:38:26 2008 +0200
31330
31331 NAND: Do not write or read a whole block if it is larger than the environment
31332
31333 Environment can be smaller than NAND block size, do not need to read a whole
31334 block and minimum for writing is one page. Also remove an unused variable.
31335
31336 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31337 Signed-off-by: Scott Wood <scottwood@freescale.com>
31338
31339 commit eafcabd15f00c142156235c519fcc55b10993241
31340 Author: Marcel Ziswiler <marcel@ziswiler.com>
31341 Date: Sun Jun 22 16:30:06 2008 +0200
31342
31343 NAND: chip->state does not always get set.
31344
31345 Fixes an issue with chip->state not always being set causing troubles.
31346
31347 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31348 Signed-off-by: Scott Wood <scottwood@freescale.com>
31349
31350 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
31351 Author: Ilya Yanok <yanok@emcraft.com>
31352 Date: Mon Jun 30 15:34:40 2008 +0200
31353
31354 NAND: Scan bad blocks lazily.
31355
31356 Rather than scanning on boot, scan upon the first attempt to check the
31357 badness of a block. This speeds up boot when not using NAND, and reduces
31358 the likelihood of needing to reflash via JTAG if NAND becomes
31359 nonfunctional.
31360
31361 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
31362 Signed-off-by: Scott Wood <scottwood@freescale.com>
31363
31364 commit dfbf617ff055e4216f78d358b0867c548916d14b
31365 Author: Scott Wood <scottwood@freescale.com>
31366 Date: Thu Jun 12 13:20:16 2008 -0500
31367
31368 NAND read/write fix
31369
31370 Implement block-skipping read/write, based on a patch from
31371 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
31372
31373 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
31374 Signed-off-by: Scott Wood <scottwood@freescale.com>
31375
31376 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
31377 Author: Scott Wood <scottwood@freescale.com>
31378 Date: Thu Jun 12 13:13:23 2008 -0500
31379
31380 NAND: Always skip blocks on read/write/boot.
31381
31382 Use of the non-skipping versions was almost always (if not always)
31383 an error, and no valid use case has been identified.
31384
31385 Signed-off-by: Scott Wood <scottwood@freescale.com>
31386
31387 commit e1c3dbada349992875934575c97b328ab2cb33ca
31388 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31389 Date: Thu Jun 12 11:10:21 2008 -0500
31390
31391 nand: fsl_upm: convert to updated MTD NAND infrastructure
31392
31393 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31394 Signed-off-by: Scott Wood <scottwood@freescale.com>
31395
31396 commit 300253306acc72b1b2e9faf0987f86551151d7cf
31397 Author: Scott Wood <scottwood@freescale.com>
31398 Date: Thu May 22 15:02:46 2008 -0500
31399
31400 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
31401
31402 The hardware has separate registers for block and page-within-block,
31403 but the division between the two has no apparent relation to the
31404 actual erase block size of the NAND chip.
31405
31406 Signed-off-by: Scott Wood <scottwood@freescale.com>
31407
31408 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
31409 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31410 Date: Fri Mar 28 22:10:54 2008 +0300
31411
31412 fsl_elbc_nand: workaround for hangs during nand write
31413
31414 Using current driver elbc sometimes hangs during nand write. Reading back
31415 last byte helps though (thanks to Scott Wood for the idea).
31416
31417 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31418 Signed-off-by: Scott Wood <scottwood@freescale.com>
31419
31420 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
31421 Author: Scott Wood <scottwood@freescale.com>
31422 Date: Fri Mar 21 16:12:51 2008 -0500
31423
31424 Freescale eLBC FCM NAND driver
31425
31426 This is a driver for the Flash Control Machine of the enhanched Local Bus
31427 Controller found on some Freescale chips (such as the mpc8313 and the
31428 mpc8379).
31429
31430 Signed-off-by: Scott Wood <scottwood@freescale.com>
31431
31432 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
31433 Author: Scott Wood <scottwood@freescale.com>
31434 Date: Tue Mar 18 15:29:14 2008 -0500
31435
31436 Don't panic if a controller driver does ecc its own way.
31437
31438 Some hardware, such as the enhanced local bus controller used on some
31439 mpc83xx chips, does ecc transparently when reading and writing data, rather
31440 than providing a generic calculate/correct mechanism that can be exported to
31441 the nand subsystem.
31442
31443 The subsystem should not BUG() when calculate, correct, or hwctl are
31444 missing, if the methods that call them have been overridden.
31445
31446 Signed-off-by: Scott Wood <scottwood@freescale.com>
31447
31448 commit e52b34d40a8a646e3d11638ea8797e96398dba13
31449 Author: Stefan Roese <sr@denx.de>
31450 Date: Thu Jan 10 18:47:33 2008 +0100
31451
31452 NAND: Make NAND driver less verbose per default
31453
31454 This patch turns off printing of bad blocks per default upon bootup.
31455 This can always be shown via the "nand bad" command later.
31456
31457 Signed-off-by: Stefan Roese <sr@denx.de>
31458
31459 commit fe56a2772e5c59577df906163d0d4b29b056140e
31460 Author: Sergey Kubushyn <ksi@koi8.net>
31461 Date: Wed Jan 9 15:36:20 2008 +0100
31462
31463 NAND: Davinci driver updates
31464
31465 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
31466 don't have hardware handy so I can not test it at the moment but changes are
31467 rather trivial so it should work. It would be nice if somebody with a
31468 hardware checked it anyways.
31469
31470 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
31471
31472 commit deac913effd8d80535c9ff4687b6fcdff540c554
31473 Author: Stefan Roese <sr@denx.de>
31474 Date: Sat Jan 5 16:50:32 2008 +0100
31475
31476 NAND: Fix compilation warning and small coding style issue
31477
31478 Signed-off-by: Stefan Roese <sr@denx.de>
31479
31480 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
31481 Author: Stefan Roese <sr@denx.de>
31482 Date: Sat Jan 5 16:49:37 2008 +0100
31483
31484 NAND: Update nand_spl driver to match updated nand subsystem
31485
31486 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
31487 the new infrastructure from the updated NAND subsystem. This NAND
31488 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
31489 subsystem.
31490
31491 Signed-off-by: Stefan Roese <sr@denx.de>
31492
31493 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
31494 Author: Stefan Roese <sr@denx.de>
31495 Date: Sat Jan 5 16:47:58 2008 +0100
31496
31497 NAND: Update 4xx NDFC driver to match updated nand subsystem
31498
31499 This patch changes the 4xx NAND driver ndfc.c to match the new
31500 infrastructure from the updated NAND subsystem. This NAND
31501 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
31502 subsystem.
31503
31504 Tested successfully on AMCC Sequoia and Bamboo.
31505
31506 Signed-off-by: Stefan Roese <sr@denx.de>
31507
31508 commit 12072264528eba33737bc9674e19f0e925ffda23
31509 Author: Stefan Roese <sr@denx.de>
31510 Date: Sat Jan 5 16:43:25 2008 +0100
31511
31512 NAND: Change nand_wait_ready() to not call nand_wait()
31513
31514 This patch changes nand_wait_ready() to not just call nand_wait(),
31515 since this will send a new command to the NAND chip. We just want to
31516 wait for the chip to become ready here.
31517
31518 Signed-off-by: Stefan Roese <sr@denx.de>
31519
31520 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
31521 Author: William Juul <william.juul@datarespons.no>
31522 Date: Fri Dec 14 16:33:45 2007 +0100
31523
31524 make nand dump and nand dump.oob work
31525
31526 Signed-off-by: William Juul <william.juul@tandberg.com>
31527 Signed-off-by: Scott Wood <scottwood@freescale.com>
31528
31529 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
31530 Author: William Juul <william.juul@datarespons.no>
31531 Date: Mon Nov 19 14:46:00 2007 +0100
31532
31533 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
31534
31535 Signed-off-by: William Juul <william.juul@tandberg.com>
31536
31537 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
31538 Author: William Juul <william.juul@tandberg.com>
31539 Date: Tue Jun 10 16:18:13 2008 -0500
31540
31541 Clean out unneeded files
31542
31543 Signed-off-by: William Juul <william.juul@tandberg.com>
31544
31545 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
31546 Author: William Juul <william.juul@datarespons.no>
31547 Date: Fri Nov 16 08:44:27 2007 +0100
31548
31549 Create symlinks from yaffs2/direct to yaffs2
31550
31551 Signed-off-by: William Juul <william.juul@tandberg.com>
31552
31553 commit 90ef117b68387d66763291af0117677644166611
31554 Author: William Juul <william.juul@datarespons.no>
31555 Date: Thu Nov 15 12:23:57 2007 +0100
31556
31557 Incorporate yaffs2 into U-boot
31558
31559 To use YAFFS2 define CONFIG_YAFFS2
31560
31561 Signed-off-by: William Juul <william.juul@tandberg.com>
31562 Signed-off-by: Scott Wood <scottwood@freescale.com>
31563
31564 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
31565 Author: William Juul <william.juul@datarespons.no>
31566 Date: Thu Nov 15 11:13:05 2007 +0100
31567
31568 YAFFS2 import
31569
31570 Direct import of yaffs as a tarball as of 20071113 from their public
31571 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
31572
31573 The code can also be imported on the command line with:
31574 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
31575 (Hit return when asked for a password)
31576 cvs checkout yaffs2
31577
31578 Signed-off-by: William Juul <william.juul@tandberg.com>
31579 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
31580
31581 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
31582 Author: William Juul <william.juul@datarespons.no>
31583 Date: Wed Nov 14 14:28:11 2007 +0100
31584
31585 Whitespace cleanup and marking broken code.
31586
31587 Changes requested by maintainer Stefan Roese after
31588 posting patch to U-boot mailing list.
31589
31590 Signed-off-by: William Juul <william.juul@tandberg.com>
31591 Signed-off-by: Scott Wood <scottwood@freescale.com>
31592
31593 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
31594 Author: William Juul <william.juul@datarespons.no>
31595 Date: Fri Nov 9 13:32:30 2007 +0100
31596
31597 Fixing coding style issues
31598
31599 - Fixing leading white spaces
31600 - Fixing indentation where 4 spaces are used instead of tab
31601 - Removing C++ comments (//), wherever I introduced them
31602
31603 Signed-off-by: William Juul <william.juul@tandberg.com>
31604 Signed-off-by: Scott Wood <scottwood@freescale.com>
31605
31606 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
31607 Author: William Juul <william.juul@datarespons.no>
31608 Date: Thu Nov 8 10:39:53 2007 +0100
31609
31610 Remove white space at end.
31611
31612 Signed-off-by: William Juul <william.juul@tandberg.com>
31613 Signed-off-by: Scott Wood <scottwood@freescale.com>
31614
31615 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
31616 Author: William Juul <william.juul@datarespons.no>
31617 Date: Wed Oct 31 13:53:06 2007 +0100
31618
31619 Update MTD to that of Linux 2.6.22.1
31620
31621 A lot changed in the Linux MTD code, since it was last ported from
31622 Linux to U-Boot. This patch takes U-Boot NAND support to the level
31623 of Linux 2.6.22.1 and will enable support for very large NAND devices
31624 (4KB pages) and ease the compatibility between U-Boot and Linux
31625 filesystems.
31626
31627 This patch is tested on two custom boards with PPC and ARM
31628 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
31629 cross compilers.
31630
31631 MAKEALL ppc/arm has some issues:
31632 * DOC/OneNand/nand_spl is not building (I have not tried porting
31633 these parts, and since I do not have any HW and I am not familiar
31634 with this code/HW I think its best left to someone else.)
31635
31636 Except for the issues mentioned above, I have ported all drivers
31637 necessary to run MAKEALL ppc/arm without errors and warnings. Many
31638 drivers were trivial to port, but some were not so trivial. The
31639 following drivers must be examined carefully and maybe rewritten to
31640 some degree:
31641 cpu/ppc4xx/ndfc.c
31642 cpu/arm926ejs/davinci/nand.c
31643 board/delta/nand.c
31644 board/zylonite/nand.c
31645
31646 Signed-off-by: William Juul <william.juul@tandberg.com>
31647 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
31648 Signed-off-by: Scott Wood <scottwood@freescale.com>
31649
31650 commit cd82919e6c8a73b363a26f34b734923844e52d1c
31651 Author: Wolfgang Denk <wd@denx.de>
31652 Date: Tue Aug 12 16:08:38 2008 +0200
31653
31654 Coding style cleanup, update CHANGELOG, prepare release
31655
31656 Signed-off-by: Wolfgang Denk <wd@denx.de>
31657
31658 commit 17e900b8c0f38d922da47073246219dce2a847f2
31659 Author: Wolfgang Denk <wd@denx.de>
31660 Date: Tue Aug 12 14:54:04 2008 +0200
31661
31662 MVBC_P: fix compile problem
31663
31664 Signed-off-by: Wolfgang Denk <wd@denx.de>
31665
31666 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
31667 Author: Wolfgang Denk <wd@denx.de>
31668 Date: Tue Aug 12 12:10:11 2008 +0200
31669
31670 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
31671
31672 Signed-off-by: Wolfgang Denk <wd@denx.de>
31673
31674 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
31675 Author: Wolfgang Denk <wd@denx.de>
31676 Date: Tue Aug 12 00:36:53 2008 +0200
31677
31678 ads5121: fix compiler warnings (unused variables)
31679
31680 Signed-off-by: Wolfgang Denk <wd@denx.de>
31681
31682 commit 902ca09246039964d59bbcb519b1e1b5aed01308
31683 Author: Kumar Gala <galak@kernel.crashing.org>
31684 Date: Mon Aug 11 11:29:28 2008 -0500
31685
31686 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
31687
31688 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
31689
31690 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31691 Acked-by: Jon Loeliger <jdl@freescale.com>
31692
31693 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
31694 Author: Kumar Gala <galak@kernel.crashing.org>
31695 Date: Mon Aug 11 09:20:53 2008 -0500
31696
31697 Fix fallout from autostart revert
31698
31699 The autostart revert caused a bit of duplicated code as well as
31700 code that was using images->autostart that needs to get removed so
31701 we can build again.
31702
31703 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31704
31705 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
31706 Author: Kumar Gala <galak@kernel.crashing.org>
31707 Date: Mon Aug 11 09:16:25 2008 -0500
31708
31709 Fix compile error related to r8a66597-hcd & usb
31710
31711 When building the 8544DS board we get this error:
31712
31713 In file included from r8a66597-hcd.c:22:
31714 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
31715 make[1]: *** [r8a66597-hcd.o] Error 1
31716
31717 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
31718 is set.
31719
31720 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31721
31722 commit 2d0daa03612338a813e3c9d22680e54eabfea378
31723 Author: Becky Bruce <becky.bruce@freescale.com>
31724 Date: Mon Aug 4 14:02:26 2008 -0500
31725
31726 POWERPC 86xx: Move BAT setup code to C
31727
31728 This is needed because we will be possibly be locating
31729 devices at physical addresses above 32bits, and the asm
31730 preprocessing does not appear to deal with ULL constants
31731 properly. We now call write_bat in lib_ppc/bat_rw.c.
31732
31733 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31734 Acked-by: Jon Loeliger <jdl@freescale.com>
31735
31736 commit 9de67149db576c91b9c2a0a182652331e7e44211
31737 Author: Becky Bruce <becky.bruce@freescale.com>
31738 Date: Mon Aug 4 14:01:53 2008 -0500
31739
31740 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
31741
31742 Perform sync/isync as required by the architecture.
31743
31744 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31745 Acked-by: Jon Loeliger <jdl@freescale.com>
31746
31747 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
31748 Author: Becky Bruce <becky.bruce@freescale.com>
31749 Date: Mon Aug 4 14:01:16 2008 -0500
31750
31751 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
31752
31753 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31754 Acked-by: Jon Loeliger <jdl@freescale.com>
31755
31756 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
31757 Author: Magnus Lilja <lilja.magnus@gmail.com>
31758 Date: Sun Aug 3 21:44:10 2008 +0200
31759
31760 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
31761
31762 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
31763 contacts instead of only the first 256 ones as is the case prior to
31764 this patch.
31765
31766 Add missing MUX_* macros and update board files to use the new macros.
31767
31768 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31769
31770 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
31771 Author: Magnus Lilja <lilja.magnus@gmail.com>
31772 Date: Sun Aug 3 21:43:37 2008 +0200
31773
31774 i.MX31: Fix IOMUX related typos
31775
31776 Correct the names of some IOMUX macros.
31777
31778 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31779
31780 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
31781 Author: Steve Sakoman <steve@sakoman.com>
31782 Date: Mon Aug 11 20:26:16 2008 +0200
31783
31784 OneNAND: Remove unused parameters to onenand_verify_page
31785
31786 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.
31787
31788 Signed-off-by: Steve Sakoman <steve@sakoman.com>
31789 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
31790
31791 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
31792 Author: Anatolij Gustschin <agust@denx.de>
31793 Date: Fri Aug 8 18:00:40 2008 +0200
31794
31795 video: fix bug in cfb_console code
31796
31797 FILL_15BIT_555RGB macro extension for pixel swapping
31798 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
31799 introduced a bug in cfb_console:
31800
31801 Bitmaps with odd-numbered width won't be rendered
31802 correctly and even U-Boot crashes are observed on
31803 some platforms while repeated rendering of such
31804 bitmaps with "bmp display". Also if a bitmap is
31805 rendered to an odd-numbered x starting position,
31806 the same problem occurs. This patch is an attempt
31807 to fix it.
31808
31809 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31810
31811 commit d9015f6a50d7258125349ef5c2af836458a0029a
31812 Author: Anatolij Gustschin <agust@denx.de>
31813 Date: Fri Aug 8 18:00:39 2008 +0200
31814
31815 video: fix bug in logo_plot
31816
31817 If logo_plot() should ever be called with x starting
31818 position other than zero and for pixel depths greater
31819 than 8bpp, logo colors distortion will be observed.
31820 This patch fixes the issue.
31821
31822 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31823
31824 commit 406819ae94f79f5b59e01d163380ca7d83709251
31825 Author: Wolfgang Denk <wd@denx.de>
31826 Date: Mon Aug 11 00:17:52 2008 +0200
31827
31828 MAINTAINERS: sort entries
31829
31830 Signed-off-by: Wolfgang Denk <wd@denx.de>
31831
31832 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
31833 Author: Roy Zang <tie-fei.zang@freescale.com>
31834 Date: Thu Aug 7 18:19:28 2008 +0800
31835
31836 Add mpc7448hpc2 maintainer information
31837
31838 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31839
31840 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
31841 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
31842 Date: Thu Aug 7 13:13:27 2008 +0530
31843
31844 common/cmd_load.c - Minor code & Coding Style cleanup
31845
31846 - os_data_header Variable is a carry over feature
31847 & unused. So removed all instance of this variable
31848 - Minor Code Style Update
31849
31850 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
31851 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31852
31853 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
31854 Author: Magnus Lilja <lilja.magnus@gmail.com>
31855 Date: Wed Aug 6 19:32:33 2008 +0200
31856
31857 Update the U-Boot wiki URL.
31858
31859 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31860
31861 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
31862 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
31863 Date: Sun Aug 10 17:56:36 2008 +0200
31864
31865 OneNAND: Remove base address offset usage
31866
31867 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
31868 using OneNAND and some using NAND, we found some differences in OneNAND and
31869 NAND command address handling.
31870
31871 As this might confuse users (it already confused us), we like to align OneNAND
31872 and NAND address handling.
31873
31874 The issue is that cmd_onenand.c subtracts the onenand base address from the
31875 addresses you type into the u-boot command line so, unlike nand, you can't
31876 use addresses relative to the start of the onenand part e.g. this won't work:
31877
31878 onenand read 82000000 280000 400000
31879
31880 you have to use:
31881
31882 onenand read 82000000 20280000 400000
31883
31884 Looking at recent git, the only board currently using OneNAND is Apollon, and
31885 for this the OneNAND base address is 0 (apollon.h)
31886
31887 #define CFG_ONENAND_BASE 0x00000000
31888
31889 so patch below won't break any existing boards and will align OneNAND and NAND
31890 handling on boards where OneNAND base address is != 0.
31891
31892 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
31893 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
31894 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
31895
31896 commit c11528083ef6e55e76df742228c26e39d151813d
31897 Author: Kumar Gala <galak@kernel.crashing.org>
31898 Date: Thu Aug 7 09:28:20 2008 -0500
31899
31900 mpc85xx: workaround old binutils bug
31901
31902 The recent change to move the .bss outside of the image gives older
31903 binutils (ld from eldk4.1/binutils-2.16) some headache:
31904
31905 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
31906 ppc_85xx-ld: final link failed: Bad value
31907
31908 We workaround it by being explicit about the program headers and not
31909 assigning the .bss to a program header.
31910
31911 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31912
31913 commit 0bf202ec586d4466c900e987720fa635c594d689
31914 Author: Wolfgang Denk <wd@denx.de>
31915 Date: Sun Aug 10 01:26:26 2008 +0200
31916
31917 Revert "[new uImage] Add autostart flag to bootm_headers structure"
31918
31919 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
31920
31921 The commit was based on a misunderstanding of the (documented)
31922 meaning of the 'autostart' environment variable. It might cause
31923 boards to hang if 'autostart' was used, with the potential to brick
31924 them. Go back to the documented behaviour.
31925
31926 Conflicts:
31927
31928 common/cmd_bootm.c
31929 common/image.c
31930 include/image.h
31931
31932 Signed-off-by: Wolfgang Denk <wd@denx.de>
31933
31934 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
31935 Author: Wolfgang Denk <wd@denx.de>
31936 Date: Sat Aug 9 23:17:32 2008 +0200
31937
31938 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
31939
31940 - enable CFI driver where this was forgotten
31941 - enable mtdparts support
31942 - adjust default environment
31943 etc.
31944
31945 Signed-off-by: Wolfgang Denk <wd@denx.de>
31946
31947 commit 41266c9b5a5f873df3ec891bb0907616958b5602
31948 Author: Peter Tyser <ptyser@xes-inc.com>
31949 Date: Tue Aug 5 10:51:57 2008 -0500
31950
31951 FIT: Fix handling of images without ramdisks
31952
31953 boot_get_ramdisk() should not treat the case when a FIT image does
31954 not contain a ramdisk as an error.
31955
31956 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
31957 Acked-by: Michal Simek <monstr@monstr.eu>
31958
31959 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
31960 Author: Sergey Lapin <slapin@ossfans.org>
31961 Date: Sat Aug 9 01:39:09 2008 +0400
31962
31963 DataFlash: AT45DB021 fix and AT45DB081 support
31964
31965 Fix for page size of AT45DB021. Also adding bigger AT45DB081
31966 which comes with some newer boards.
31967
31968 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
31969
31970 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
31971 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31972 Date: Fri Aug 8 16:30:23 2008 +0900
31973
31974 sh: Update sh7763rdp config
31975
31976 Add sh_eth support to sh7763rdp.
31977
31978 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31979
31980 commit 21f971ec265f6042ec21636d55d06a6bc0751077
31981 Author: Wolfgang Denk <wd@denx.de>
31982 Date: Mon Jul 7 01:22:29 2008 +0200
31983
31984 TQM823L: re-enable logo support; update LCD_INFO text
31985
31986 Signed-off-by: Wolfgang Denk <wd@denx.de>
31987
31988 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
31989 Author: Wolfgang Denk <wd@denx.de>
31990 Date: Fri Aug 8 16:41:56 2008 +0200
31991
31992 TQM8xxL: fix support for second flash bank
31993
31994 When switching the TQM8xxL modules to use the CFI flash driver,
31995 support for the second flash bank was broken because the CFI driver
31996 did not support dynamically sized banks. This gets fixed now.
31997
31998 Signed-off-by: Wolfgang Denk <wd@denx.de>
31999
32000 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
32001 Author: Wolfgang Denk <wd@denx.de>
32002 Date: Fri Aug 8 16:39:54 2008 +0200
32003
32004 CFI: allow for dynamically determined flash sizes and addresses
32005
32006 The CFI driver allowed only for static initializers in the
32007 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
32008 several flash banks contiguously if the bank sizes were not known in
32009 advance, which kind of violates U-Boot's design philosophy.
32010
32011 (will be used for example by the TQM8xxL boards)
32012
32013 Signed-off-by: Wolfgang Denk <wd@denx.de>
32014
32015 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
32016 Author: Ben Warren <biggerbadderben@gmail.com>
32017 Date: Thu Aug 7 23:26:35 2008 -0700
32018
32019 QE UEC: Fix compiler warnings
32020
32021 Moved static functions earlier in file so forward declarations are not needed.
32022
32023 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32024
32025 commit d5d28fe4aad5f4535400647a5617c11039506467
32026 Author: David Saada <David.Saada@ecitele.com>
32027 Date: Mon Mar 31 02:37:38 2008 -0700
32028
32029 QE UEC: Add MII Commands
32030
32031 Add MII commands to the UEC driver. Note that once a UEC device is selected,
32032 any device on its MDIO bus can be addressed.
32033
32034 Signed-off-by: David Saada <david.saada@ecitele.com>
32035 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32036
32037 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
32038 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32039 Date: Wed Jul 9 21:07:38 2008 +0900
32040
32041 usb: add support for R8A66597 usb controller
32042
32043 add support for Renesas R8A66597 usb controller.
32044 This patch supports USB Host mode.
32045
32046 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32047 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32048
32049 commit 1d10dcd041aaeae9fd7c821005692898a0303382
32050 Author: Hunter, Jon <jon-hunter@ti.com>
32051 Date: Sat Jul 26 18:59:16 2008 -0500
32052
32053 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
32054
32055 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
32056
32057 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
32058 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32059
32060 commit eab1007334b93a6209f1ec33615e26ef5311ede7
32061 Author: Steven A. Falco <sfalco@harris.com>
32062 Date: Wed Aug 6 15:42:52 2008 -0400
32063
32064 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
32065
32066 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
32067 configuration to match the schematic, and also sets the SDR0_PFC1 register to
32068 select the corresponding mode for the UARTs.
32069
32070 Signed-off-by: Steven A. Falco <sfalco@harris.com>
32071 Signed-off-by: Stefan Roese <sr@denx.de>
32072
32073 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
32074 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
32075 Date: Wed Aug 6 14:42:13 2008 +0200
32076
32077 avr32: add support for EarthLCD Favr-32 board
32078
32079 This patch adds support for the Favr-32 board made by EarthLCD.
32080
32081 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
32082 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
32083 Ethernet, audio out, USB device, SD-card slot, USART and various other
32084 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
32085
32086 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
32087 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32088
32089 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
32090 Author: Rafael Campos <rafael.campos@hanscan.com>
32091 Date: Thu Jul 31 10:22:20 2008 +0200
32092
32093 cfi-flash: Added support to flash_real_protect for Atmel flash devices
32094
32095 Some of the flash memories produced by ATMEL start in read-only mode.
32096 We need to unprotect it. This patch allows the AT49BV6416 to work with
32097 cfi_flash memories. Tested in the at91rm9200ek board.
32098
32099 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
32100 Signed-off-by: Stefan Roese <sr@denx.de>
32101
32102 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
32103 Author: Guennadi Liakhovetski <lg@denx.de>
32104 Date: Tue Aug 5 15:36:39 2008 +0200
32105
32106 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
32107
32108 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32109 Signed-off-by: Stefan Roese <sr@denx.de>
32110
32111 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
32112 Author: Stefan Roese <sr@denx.de>
32113 Date: Wed Aug 6 14:06:03 2008 +0200
32114
32115 Fix merge problems
32116
32117 Signed-off-by: Stefan Roese <sr@denx.de>
32118
32119 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
32120 Author: Stefan Roese <sr@denx.de>
32121 Date: Wed Aug 6 14:05:38 2008 +0200
32122
32123 Fix merge problems
32124
32125 Signed-off-by: Stefan Roese <sr@denx.de>
32126
32127 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
32128 Author: Kenneth Johansson <kenneth@southpole.se>
32129 Date: Tue Jul 15 12:13:38 2008 +0200
32130
32131 mpc5121: Move iopin features from board specific to common files.
32132
32133 And in the process eliminate some duplicate register defines.
32134
32135 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
32136
32137 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
32138 Author: John Rigby <jrigby@freescale.com>
32139 Date: Tue Aug 5 17:38:57 2008 -0600
32140
32141 mpc5121: squash some fdt fixup errors
32142
32143 On ADS5121 when booting linux the following errors are seen:
32144 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
32145 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
32146 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
32147
32148 This is caused by ft_cpu_setup trying to deal with
32149 both old and new soc node naming. This patch
32150 fixes this by being smarter about what to
32151 fixup.
32152
32153 Also do soc node fixups by compatible instead of by path.
32154 A new board config called OF_SOC_COMPAT defined
32155 to be "fsl,mpc5121-immr" replaces the old
32156 OF_SOC node path that was defined to be "soc@80000000".
32157
32158 Old device trees still work, but the compatiblity
32159 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
32160 which is on by default in include/configs/ads5121.h.
32161
32162 Signed-off-by: John Rigby <jrigby@freescale.com>
32163
32164 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
32165 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32166 Date: Sat Aug 2 23:48:30 2008 +0200
32167
32168 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
32169
32170 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32171
32172 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
32173 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32174 Date: Sat Aug 2 23:48:32 2008 +0200
32175
32176 nios2/sysid: fix printf warning
32177
32178 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32179
32180 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
32181 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32182 Date: Sat Aug 2 23:48:33 2008 +0200
32183
32184 Fix remaining build issues with MPC8xx FADS boards.
32185
32186 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32187
32188 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
32189 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32190 Date: Sat Aug 2 23:48:31 2008 +0200
32191
32192 nios2: fix phys_addr_t and phys_size_t support
32193
32194 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32195
32196 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
32197 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32198 Date: Sat Aug 2 23:48:34 2008 +0200
32199
32200 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
32201
32202 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32203
32204 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
32205 Author: Mark Jackson <mpfj@mimc.co.uk>
32206 Date: Fri Aug 1 09:48:29 2008 +0100
32207
32208 Fix bitmap display for atmel lcd controller
32209
32210 The current lcd_display_bitmap() function does not work properly
32211 for the Atmel LCD controller.
32212
32213 2 fixes need to be done:-
32214
32215 (a) when setting the colour map, use the lcd_setcolreg() function
32216 as provided by the Atmel driver
32217 (b) the data is never actually written to the lcd framebuffer !!
32218
32219 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
32220
32221 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
32222 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32223 Date: Fri Aug 1 08:40:34 2008 +0200
32224
32225 qemu_mips: update README to follow qemu update about default machine
32226
32227 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32228
32229 commit ac169d645f5f0e0b9a232563099209e92a355d8e
32230 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32231 Date: Thu Jul 31 19:53:21 2008 -0500
32232
32233 ColdFire: Fix compilation issue caused by a missing function
32234
32235 Implement usec2ticks() which is used by fsl_i2c.c in
32236 lib_m68k/time.c
32237
32238 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32239
32240 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
32241 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32242 Date: Thu Jul 31 19:53:06 2008 -0500
32243
32244 Fix compilation error for TASREG
32245
32246 TASREG is ColdFire platform, the include ppc4xx.h in
32247 board/esd/common/flash.c causes conflict.
32248
32249 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32250
32251 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
32252 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32253 Date: Thu Jul 31 19:52:36 2008 -0500
32254
32255 Fix compilation error for MCF5275
32256
32257 Rename OBJ to COBJ in board/platform/Makefile
32258
32259 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32260
32261 commit 5c40548f01218360a1f1395198c50ff45f3035b5
32262 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32263 Date: Thu Jul 31 19:52:28 2008 -0500
32264
32265 Fix compile error caused by incorrect function return type
32266
32267 Rename int mii_init(void) to void mii_init(void) for idmr
32268 ColdFire platform
32269
32270 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32271
32272 commit a58c78067c928976c082c758d3987e89ead5b191
32273 Author: Wolfgang Denk <wd@denx.de>
32274 Date: Fri Aug 1 12:06:22 2008 +0200
32275
32276 Fix build issues with MPC8xx FADS boards.
32277
32278 Signed-off-by: Wolfgang Denk <wd@denx.de>
32279
32280 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
32281 Author: Wolfgang Denk <wd@denx.de>
32282 Date: Thu Jul 31 17:54:03 2008 +0200
32283
32284 Prepare v1.3.4-rc2: update CHANGELOG
32285
32286 Signed-off-by: Wolfgang Denk <wd@denx.de>
32287
32288 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
32289 Author: Mark Jackson <mpfj@mimc.co.uk>
32290 Date: Thu Jul 31 16:09:00 2008 +0100
32291
32292 Add gzipped logo support
32293
32294 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
32295
32296 If this option is set, additionally to standard BMP
32297 images, gzipped BMP images can be displayed via the
32298 splashscreen support or the bmp command.
32299
32300 However, the splashscreen function *only* supports standard BMP images.
32301
32302 This patch adds the documented gzip support.
32303
32304 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
32305
32306 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
32307 Author: Mark Jackson <mpfj@mimc.co.uk>
32308 Date: Thu Jul 31 15:56:48 2008 +0100
32309
32310 Fix Atmel LCD controller endianess for AVR32 processors
32311
32312 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
32313 AVR32 (big endian) platforms.
32314
32315 As such, the controller can handle both big and little endian memory.
32316
32317 This patch fixes the driver for the AVR32 platform.
32318
32319 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
32320
32321 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
32322 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32323 Date: Thu Jul 31 15:56:01 2008 +0200
32324
32325 apollon: fix build out of tree
32326
32327 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32328
32329 commit 2e752be39d3e398d4ab89ffa6634c397df298297
32330 Author: Guennadi Liakhovetski <lg@denx.de>
32331 Date: Thu Jul 31 12:35:04 2008 +0200
32332
32333 Uncompressed images loaded to their start address shall set load_end too
32334
32335 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32336 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
32337
32338 commit c37207d7f51e19c17f859966f314e27cc1231801
32339 Author: Wolfgang Denk <wd@denx.de>
32340 Date: Wed Jul 16 16:38:59 2008 +0200
32341
32342 Fix printf() format problems with configurable prompts
32343
32344 U-Boot allows for configurable prompt strings using the
32345 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
32346 the assumption was that any such user defined problts would contain
32347 exactly one "%d" format specifier. But some boards did not.
32348
32349 To allow for flexible boot prompts without adding too complex code we
32350 now allow to specify the whole list of printf() arguments in the user
32351 definition. This is powerful, but requires a responsible user who
32352 really understands what he is doing, as he needs to know for exanple
32353 which variables are available in the respective context.
32354
32355 Signed-off-by: Wolfgang Denk <wd@denx.de>
32356
32357 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
32358 Author: Wolfgang Denk <wd@denx.de>
32359 Date: Thu Jul 31 17:02:14 2008 +0200
32360
32361 TQM85xx: fix typo introduce by commit ffbb5cb9
32362
32363 Signed-off-by: Wolfgang Denk <wd@denx.de>
32364
32365 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
32366 Author: Wolfgang Denk <wd@denx.de>
32367 Date: Thu Jul 31 15:27:01 2008 +0200
32368
32369 mvbc_p board: fix most build warnings.
32370
32371 Signed-off-by: Wolfgang Denk <wd@denx.de>
32372
32373 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
32374 Author: Wolfgang Denk <wd@denx.de>
32375 Date: Thu Jul 31 13:57:20 2008 +0200
32376
32377 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
32378
32379 Avoid "integer constant is too large for 'long' type" warnings.
32380 And simplify the code.
32381
32382 Signed-off-by: Wolfgang Denk <wd@denx.de>
32383
32384 commit 9196b44334c330cc13de2464c59181e4db71f549
32385 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
32386 Date: Wed Jul 30 23:21:19 2008 +0400
32387
32388 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
32389
32390 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
32391
32392 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
32393 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
32394 Date: Wed Jul 30 23:20:32 2008 +0400
32395
32396 PPC: Add pci_clk in the global_data for CPM2 processors
32397
32398 This patch adds pci_clk field to the global_data structure for the
32399 processors which have CPM2 module in case the CONFIG_PCI is defined.
32400
32401 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
32402
32403 commit f0ff885ca64655bee6540eb8a25eed90b1152686
32404 Author: Kumar Gala <galak@kernel.crashing.org>
32405 Date: Wed Jul 30 14:13:30 2008 -0500
32406
32407 mpc85xx: Update linker scripts for Freescale boards
32408
32409 * Move to using absolute addressing always. Makes the scripts a bit more
32410 portable and common
32411 * Moved .bss after the end of the image. These allows us to have more
32412 room in the resulting binary image for code and data.
32413 * Removed .text object files that aren't really needed
32414 * Make sure _end is 4-byte aligned as the .bss init code expects this.
32415 (Its possible that the end of .bss isn't 4-byte aligned)
32416
32417 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32418
32419 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
32420 Author: Kumar Gala <galak@kernel.crashing.org>
32421 Date: Wed Jul 30 08:01:15 2008 -0500
32422
32423 Fix compile warnings in dlmalloc
32424
32425 The origional code was using on odd reference to get to the first
32426 real element in av_[]. The first two elements of the array are
32427 not used for actual bins, but for house keeping. If we are more
32428 explicit about how use the first few elements we can get rid of the
32429 warnings:
32430
32431 dlmalloc.c: In function 'malloc_extend_top':
32432 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
32433 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
32434 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
32435 ...
32436
32437 The logic of how this code came to be is:
32438 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
32439
32440 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
32441 bin_at(0) = &(av_[0])
32442
32443 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
32444
32445 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32446
32447 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
32448 Author: Stefan Roese <sr@denx.de>
32449 Date: Wed Jul 30 10:21:01 2008 +0200
32450
32451 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
32452
32453 Signed-off-by: Stefan Roese <sr@denx.de>
32454
32455 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
32456 Author: Stefan Roese <sr@denx.de>
32457 Date: Wed Jul 30 09:59:51 2008 +0200
32458
32459 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
32460
32461 A recent patch used '#if (CONFIG_CMD_USB)' instead of
32462 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
32463 common/bootm.c compile again.
32464
32465 Signed-off-by: Stefan Roese <sr@denx.de>
32466 Acked-by: Markus Klotzbuecher <mk@denx.de>
32467
32468 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
32469 Author: Kyungmin Park <kmpark@infradead.org>
32470 Date: Tue Jul 22 08:01:43 2008 +0900
32471
32472 Remove unused I2C at apollon board
32473
32474 There are no I2C devices on this board.
32475
32476 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32477
32478 commit 3c95960e526b3b026da20201db64526f46faf14b
32479 Author: Wolfgang Denk <wd@denx.de>
32480 Date: Thu Jul 31 10:12:09 2008 +0200
32481
32482 at91rm9200dk, csb637: fix NAND related build problems
32483
32484 Tried fixing NAND support for the at91rm9200dk board; untested.
32485 Disabled NAND support in the csb637 board config file.
32486
32487 Signed-off-by: Wolfgang Denk <wd@denx.de>
32488
32489 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
32490 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32491 Date: Wed Jul 30 12:39:28 2008 +0200
32492
32493 ppc4xx: ML507: Environment in flash and MTD Support
32494
32495 - Relocate the location of U-Boot in the flash
32496 - Save the environment in one sector of the flash memory
32497 - MTD Support
32498
32499 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32500 Signed-off-by: Stefan Roese <sr@denx.de>
32501
32502 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
32503 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32504 Date: Tue Jul 29 17:16:10 2008 +0200
32505
32506 ppc4xx: ML507: Use of get_ram_size in board ml507
32507
32508 - Change suggested by WD
32509
32510 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32511 Signed-off-by: Stefan Roese <sr@denx.de>
32512
32513 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
32514 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32515 Date: Mon Jul 21 20:30:07 2008 +0200
32516
32517 ppc4xx: ML507: U-Boot in flash and System ACE
32518
32519 This patch allows booting from FLASH the ML507 board by Xilinx.
32520 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
32521
32522 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32523 Signed-off-by: Stefan Roese <sr@denx.de>
32524
32525 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
32526 Author: Julien May <mailinglist@miromico.ch>
32527 Date: Mon Jun 23 13:57:52 2008 +0200
32528
32529 Add support for the hammerhead (AVR32) board
32530
32531 The Hammerhead platform is built around a AVR32 32-bit microcontroller
32532 from Atmel. It offers versatile peripherals, such as ethernet, usb
32533 device, usb host etc.
32534
32535 The board also incooperates a power supply and is a Power over Ethernet
32536 (PoE) Powered Device (PD).
32537
32538 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
32539 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
32540 DDR2 SDRAM interfaces, which will cover even the most exceptional need
32541 of memory bandwidth. Together with the onboard video decoder the board
32542 is ready for video processing.
32543
32544 For more information see: http:///www.miromico.com/hammerhead
32545
32546 Signed-off-by: Julien May <mailinglist@miromico.ch>
32547 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
32548 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32549
32550 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
32551 Author: Kumar Gala <galak@kernel.crashing.org>
32552 Date: Tue Jul 29 12:23:49 2008 -0500
32553
32554 fsl_i2c: Use timebase timer functions instead of get_timer()
32555
32556 The current implementation of get_timer() is only really useful after we
32557 have relocated u-boot to memory. The i2c code is used before that as part
32558 of the SPD DDR setup.
32559
32560 We actually have a bug when using the get_timer() code before relocation
32561 because the .bss hasn't been setup and thus we could be reading/writing
32562 a random location (probably in flash).
32563
32564 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32565
32566 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
32567 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
32568 Date: Tue Jul 29 14:49:31 2008 +0200
32569
32570 Adder8xx: Fix CFG_MONITOR_LEN
32571
32572 Due to increased space usage, U-Boot can no longer be stored in three sectors.
32573 The current U-Boot use just over three flash sectors (197k), and U-Boot will
32574 become corrupt after saving environment variables. This patch adds another 64k
32575 to CFG_MONITOR_LEN.
32576
32577 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
32578
32579 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
32580 Author: Kyungmin Park <kmpark@infradead.org>
32581 Date: Tue Jul 29 08:47:57 2008 +0900
32582
32583 Add OneNAND IPL related files to gitignore
32584
32585 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32586
32587 commit 8d87589e8e874df7120a3d9667f051bc33bac250
32588 Author: Rafal Jaworowski <raj@semihalf.com>
32589 Date: Mon Jul 28 20:38:25 2008 +0200
32590
32591 API: Teach the storage layer about SATA and MMC options.
32592
32593 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
32594 Acked-by: Rafal Jaworowski <raj@semihalf.com>
32595
32596 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
32597 Author: Rafal Jaworowski <raj@semihalf.com>
32598 Date: Mon Jul 28 20:37:48 2008 +0200
32599
32600 API: Dump contents of sector 0 in the demo application.
32601
32602 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
32603 Acked-by: Rafal Jaworowski <raj@semihalf.com>
32604
32605 commit 13ca6305f2eba49c175f6370c35286141059c789
32606 Author: Rafal Jaworowski <raj@semihalf.com>
32607 Date: Mon Jul 28 20:37:10 2008 +0200
32608
32609 API: Correct storage enumeration routine, other minor fixes in API storage area.
32610
32611 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
32612 Acked-by: Rafal Jaworowski <raj@semihalf.com>
32613
32614 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
32615 Author: Rafal Jaworowski <raj@semihalf.com>
32616 Date: Mon Jul 28 20:36:19 2008 +0200
32617
32618 API: Fix compilation warnings in api_examples/demo.c.
32619
32620 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
32621
32622 commit c14eefcc48212af2f3314809605698dd8393a90a
32623 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32624 Date: Sun Jul 27 17:09:43 2008 +0200
32625
32626 Fix more printf() format warnings
32627
32628 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32629
32630 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
32631 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32632 Date: Fri Jul 25 15:18:16 2008 +0200
32633
32634 Fix remaining CFG_CMD_ define, ifdef and comments
32635
32636 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32637
32638 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
32639 Author: Stefano Babic <sbabic@denx.de>
32640 Date: Fri Jul 25 08:57:40 2008 +0200
32641
32642 Add include for config.h in command.h.
32643
32644 Because the cmd_tbl_s structure depends on the configuration file, it
32645 must be assured that config.h is included before the structure is
32646 evaluated by the compiler. If this is not certain, it could happen
32647 that the compiler generates structures of different size, depending
32648 on the fact if the source file includes <config.h> before or after
32649 <command.h>.
32650
32651 The effect is that u-boot crashes when tries to relocate the command
32652 table (for ppc) or try to access to the command table for other
32653 architectures.
32654
32655 The problem can happen on board-depending commands. All general
32656 commands under /common are unaffected, because they include already
32657 config.h before command.h.
32658
32659 Signed-off-by: Stefano Babic <sbabic@denx.de>
32660
32661 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
32662 Author: Scott Wood <scottwood@freescale.com>
32663 Date: Wed Jul 23 13:16:06 2008 -0500
32664
32665 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
32666
32667 This fixes building out-of-tree.
32668
32669 Signed-off-by: Scott Wood <scottwood@freescale.com>
32670
32671 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
32672 Author: Heiko Schocher <hs@denx.de>
32673 Date: Wed Jul 23 07:30:46 2008 +0200
32674
32675 Fix warnings if compiling with IDE support.
32676
32677 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
32678 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
32679
32680 Signed-off-by: Heiko Schocher <hs@denx.de>
32681
32682 commit 7610db17fd4d59c51d825488526d85ede2f06767
32683 Author: Adrian Filipi <adrian.filipi@eurotech.com>
32684 Date: Tue Jul 22 14:28:11 2008 -0400
32685
32686 Removed support for the adsvix board.
32687
32688 Support for the adsvix was originally provided by Applied Data
32689 Systems (ADS), inc., now EuroTech, Inc.
32690 The board never shipped aside from some sample boards.
32691
32692 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
32693
32694 commit f96b44cef897bd372beb86dde1b33637c119d84d
32695 Author: Remy Bohmer <linux@bohmer.net>
32696 Date: Tue Jul 22 16:22:11 2008 +0200
32697
32698 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
32699
32700 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
32701 never set, because relocation to RAM is actually never done by U-boot
32702 itself. However, several pieces of code check if this flag is set at
32703 some time.
32704
32705 So, to make sure this flag is set on boards skipping relocation, this
32706 is added to the initialisation of U-boot at a moment where it is safe
32707 to do so.
32708
32709 Signed-off-by: Remy Bohmer <linux@bohmer.net>
32710
32711 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
32712 Author: Timur Tabi <timur@freescale.com>
32713 Date: Mon Jul 21 14:26:23 2008 -0500
32714
32715 fsl-i2c: fix writes to data segment before relocation
32716
32717 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
32718 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
32719 I2C bus speed and save the value in i2c_bus_speed[], which is a global
32720 variable. It is an error to write to the data segment before relocation,
32721 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
32722
32723 Signed-off-by: Timur Tabi <timur@freescale.com>
32724
32725 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
32726 Author: Wolfgang Ocker <weo@reccoware.de>
32727 Date: Mon Jul 28 16:56:51 2008 +0200
32728
32729 mips: Fix baudrate divisor computation on alchemy cpus
32730
32731 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
32732 on alchemy cpus.
32733
32734 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
32735 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32736
32737 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
32738 Author: Ben Warren <biggerbadderben@gmail.com>
32739 Date: Sat Jul 5 00:08:48 2008 -0700
32740
32741 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
32742
32743 Renamed initialization functions for atngw100 and atstk1000.
32744 Removed initializations for these boards from net/eth.c
32745
32746 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32747 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32748
32749 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
32750 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32751 Date: Wed Jul 23 10:55:46 2008 +0200
32752
32753 spi flash: Fix printf() format warnings
32754
32755 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32756
32757 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
32758 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32759 Date: Wed Jul 23 10:55:31 2008 +0200
32760
32761 atmel_mci: Fix printf() format warnings
32762
32763 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32764
32765 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
32766 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32767 Date: Wed Jul 23 10:55:15 2008 +0200
32768
32769 avr32: Fix printf() format warnings
32770
32771 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32772
32773 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
32774 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32775 Date: Wed Jul 23 10:52:19 2008 +0200
32776
32777 avr32: asm/io.h needs asm/types.h
32778
32779 map_physmem() takes a phys_addr_t as parameter. This type is defined in
32780 asm/types.h, so we need to include that file.
32781
32782 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32783
32784 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
32785 Author: Michal Simek <monstr@monstr.eu>
32786 Date: Thu Jul 17 12:25:46 2008 +0200
32787
32788 microblaze: Fix printf() format issues
32789
32790 Signed-off-by: Michal Simek <monstr@monstr.eu>
32791
32792 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
32793 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
32794 Date: Thu Jul 17 07:27:51 2008 +0530
32795
32796 Remove unused code from lib_arm/bootm.c
32797
32798 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
32799
32800 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
32801 Author: Detlev Zundel <dzu@denx.de>
32802 Date: Wed Jul 16 18:56:45 2008 +0200
32803
32804 tqm85xx: Demystify 'DK: !!!' comment
32805
32806 Signed-off-by: Detlev Zundel <dzu@denx.de>
32807
32808 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
32809 Author: Detlev Zundel <dzu@denx.de>
32810 Date: Wed Jul 16 18:56:44 2008 +0200
32811
32812 83xx/85xx/86xx: Add LTEDR local bus definitions
32813
32814 Signed-off-by: Detlev Zundel <dzu@denx.de>
32815
32816 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
32817 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32818 Date: Wed Jul 16 16:22:32 2008 +0200
32819
32820 serial_xuartlite.c: fix compiler warnings
32821
32822 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32823 Acked-by: Grant Likely <grant.likely@secretlab.ca>
32824
32825 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
32826 Author: Stefan Roese <sr@denx.de>
32827 Date: Fri Jul 18 11:03:35 2008 +0200
32828
32829 POST: Add disable interrupts in some of the missing CPU POST tests
32830
32831 Some CPU POST tests did not disable the interrupts while running. This
32832 seems to be necessary to protect this self modifying code.
32833
32834 Signed-off-by: Stefan Roese <sr@denx.de>
32835
32836 commit 97a3bf268d096e0e97e54048448c35114edcf557
32837 Author: Stefan Roese <sr@denx.de>
32838 Date: Fri Jul 18 10:43:24 2008 +0200
32839
32840 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
32841
32842 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
32843 CFG_64BIT_LBA.
32844
32845 Signed-off-by: Stefan Roese <sr@denx.de>
32846
32847 commit 0043ac55024963295fc79b39af85b6dc3b261e17
32848 Author: Niklaus Giger <niklaus.giger@netstal.com>
32849 Date: Fri Jul 18 11:22:23 2008 +0200
32850
32851 POST PPC4xx/spr IVPR only if PPC440
32852
32853 The SPR IVPR register is only present (as far as I know) for
32854 processors with a PPC440 core.
32855
32856 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32857 Acked-by: Stefan Roese <sr@denx.de>
32858
32859 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
32860 Author: Stefan Roese <sr@denx.de>
32861 Date: Fri Jul 18 10:42:29 2008 +0200
32862
32863 ppc4xx: Enable 64bit printf format on 440/460 platforms
32864
32865 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
32866 440/460 platforms. This may be needed since those platforms support
32867 36bit physical address space.
32868
32869 Signed-off-by: Stefan Roese <sr@denx.de>
32870
32871 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
32872 Author: Stefan Roese <sr@denx.de>
32873 Date: Fri Jul 18 15:57:23 2008 +0200
32874
32875 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
32876
32877 This patch fixes a problem with incorrect MODTx (On Die Termination)
32878 setup for a configuration with multiple DIMM's and multiple ranks.
32879 Without this change Katmai was unable to boot Linux with DDR2 frequency
32880 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
32881 with DDR2 frequency = 640MHz and mem=4GB.
32882
32883 Signed-off-by: Stefan Roese <sr@denx.de>
32884
32885 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
32886 Author: Stefan Roese <sr@denx.de>
32887 Date: Fri Jul 18 12:24:41 2008 +0200
32888
32889 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
32890
32891 Signed-off-by: Stefan Roese <sr@denx.de>
32892
32893 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
32894 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32895 Date: Thu Jul 17 12:47:09 2008 +0200
32896
32897 ppc4xx: ML507 Board Support
32898
32899 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
32900 among others:
32901 -Virtex 5 FX FPGA (With a ppc440x5 in it)
32902 -256MB of SDRAM2
32903 -32MB of Flash
32904 -I2C Eeprom
32905 -System ACE chip
32906 -Serial ATA connectors
32907 -RS232 Level Conversors
32908 -Ethernet Transceiver
32909
32910 This patch gives support to a standard design produced by EDK for this
32911 board: ppc440, uartlite, xilinx_int and flash
32912
32913 - Includes Changes propossed by Stefan Roese and Michal Simek
32914
32915 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32916 Acked-by: Stefan Roese <sr@denx.de>
32917
32918 commit d865fd09809a3a18669f35f970781820af40e4de
32919 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32920 Date: Thu Jul 17 11:44:12 2008 +0200
32921
32922 ppc4xx: CPU PPC440x5 on Virtex5 FX
32923
32924 -This patchs gives support for the embbedded ppc440
32925 on the Virtex5 FPGAs
32926 -interrupts.c divided in uic.c and interrupts.c
32927 -xilinx_irq.c for xilinx interrupt controller
32928 -Include modifications propossed by Stefan Roese
32929
32930 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32931 Acked-by: Stefan Roese <sr@denx.de>
32932
32933 commit 340ccb260f21516be360745d5c5e3bd0657698df
32934 Author: Sebastian Siewior <bigeasy@linutronix.de>
32935 Date: Wed Jul 16 20:04:49 2008 +0200
32936
32937 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
32938
32939 This got broken by commits 93c56f212c
32940 [cfi_flash: support of long cmd in U-boot.]
32941
32942 That command needs to be in little endian format on BE machines
32943 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
32944 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
32945 the cmdbuf in case portwidth = chipwidth = 8bit.
32946
32947 Cc: Alexey Korolev <akorolev@infradead.org>
32948 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
32949 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
32950
32951 commit 11188d55bc16dd907451c00282e00a038f73dd62
32952 Author: Stefan Roese <sr@denx.de>
32953 Date: Thu Jul 17 10:40:51 2008 +0200
32954
32955 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
32956
32957 Signed-off-by: Stefan Roese <sr@denx.de>
32958
32959 commit 021f6df6e96af5b387810cf96d24848da1faa55c
32960 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32961 Date: Thu Jul 10 17:20:51 2008 +0400
32962
32963 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
32964
32965 The thinko was quite silly indeed, I messed with !ptr. Normally this
32966 would trigger some fault, but in U-Boot NULL pointer is equal to phys
32967 0, so the code was working still, just didn't actually test mpc8315erdb
32968 environment variable value. Heh.
32969
32970 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32971 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32972
32973 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
32974 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32975 Date: Tue Jul 8 21:00:04 2008 +0400
32976
32977 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
32978
32979 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
32980 support, or without TSEC1 but with USB ULPI PHY support in addition.
32981 With this patch user can specify desired USB PHY.
32982
32983 Also, it seems that we can't distinguish the two boards in software, so
32984 user have to set `mpc8315erdb' environment variable to either 'tsec1'
32985 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
32986 Linux will not probe for TSEC1.
32987
32988 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32989 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32990
32991 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
32992 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32993 Date: Tue Jul 8 20:59:43 2008 +0400
32994
32995 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
32996
32997 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
32998 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
32999 (connected to the four-ports hub, usb host only).
33000
33001 This patch implements support for passing Dual-Role USB controller's
33002 device tree property phy_type through the usb_phy_type environment
33003 variable.
33004
33005 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33006 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
33007 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33008
33009 commit 699f05125509249072a0b865c8d35520d97cd501
33010 Author: Wolfgang Denk <wd@denx.de>
33011 Date: Tue Jul 15 22:22:44 2008 +0200
33012
33013 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
33014
33015 Signed-off-by: Wolfgang Denk <wd@denx.de>
33016
33017 commit bcab74baa6b1b1c969038ab6f64a186239180405
33018 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33019 Date: Tue Jul 15 11:23:02 2008 -0400
33020
33021 Round the serial port clock divisor value returned by calc_divisor()
33022
33023 Round the serial port clock divisor value returned by
33024 calc_divisor()
33025
33026 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33027 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
33028
33029 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
33030 Author: Robin Getz <rgetz@blackfin.uclinux.org>
33031 Date: Tue Jul 15 21:44:46 2008 +0200
33032
33033 Fix DHCP protocol so U-Boot does not respond too early
33034 on the network with it's offered IP number; it should not reply until
33035 after it has received a DHCP ACK message. Also ensures that U-Boot
33036 does it's DHCPREQUEST as broadcast (per RFC 2131).
33037
33038 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
33039 Acked-by: Ben Warren <biggerbadderben@gmail.com>
33040 Signed-off-by: Wolfgang Denk <wd@denx.de>
33041
33042 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
33043 Author: Sebastian Siewior <bigeasy@linutronix.de>
33044 Date: Tue Jul 15 13:35:23 2008 +0200
33045
33046 cfi_flash: make the command u32 only
33047
33048 This got changed by commit 93c56f212c
33049 [cfi_flash: support of long cmd in U-boot.]
33050
33051 Long is the wrong type because it will behave differently on 64bit
33052 machines in a way that is probably not expected. u32 should be
33053 enough.
33054
33055 Cc: Alexey Korolev <akorolev@infradead.org>
33056 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
33057 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
33058
33059 commit 31cfe57491b183acae575d486729e158f016c27b
33060 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33061 Date: Mon Jul 14 23:48:41 2008 +0200
33062
33063 tools/gitignore: update to all generated files
33064
33065 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33066
33067 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
33068 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
33069 Date: Wed Jul 9 18:30:44 2008 +0200
33070
33071 mpc5xxx: Add MVBC_P board support
33072
33073 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
33074 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
33075
33076 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
33077 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33078
33079 commit e2d31fb3450653115452144363d5bde4e5e3e693
33080 Author: Timur Tabi <timur@freescale.com>
33081 Date: Thu Jun 19 17:56:11 2008 -0500
33082
33083 Update Freescale sys_eeprom.c to handle CCID formats
33084
33085 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
33086 NXID format replaces the older CCID format, but it's important to support both
33087 since most boards out there still use the CCID format. This change is in
33088 preparation for using one file to handle both formats. This will also unify
33089 EEPROM support for all Freescale 85xx and 86xx boards.
33090
33091 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
33092 instead of ID_EEPROM_ADDR.
33093
33094 Signed-off-by: Timur Tabi <timur@freescale.com>
33095
33096 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
33097 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33098 Date: Fri Jul 11 17:22:43 2008 +0900
33099
33100 pci: sh: Add pci_skip_dev and pci_print_dev function
33101
33102 Add function of new PCI, pci_skip_dev and pci_print_dev.
33103
33104 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33105 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33106
33107 commit 1107014e835ec9d46c0333f4211d104f77442db0
33108 Author: Andy Fleming <afleming@freescale.com>
33109 Date: Mon Jul 14 20:29:07 2008 -0500
33110
33111 Clean up INIT_RAM options
33112
33113 The L2_INIT_RAM option was unused, and recent changes to the TLB code
33114 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
33115 the amount of mapped space attached to nothing, we change things so the TLBs
33116 get cleared.
33117
33118 Signed-off-by: Andy Fleming <afleming@freescale.com>
33119
33120 commit 4524561820a9327e89107854b3a7187800ccf719
33121 Author: Andy Fleming <afleming@freescale.com>
33122 Date: Mon Jul 14 20:26:57 2008 -0500
33123
33124 Remove fake flash bank from 8544 DS
33125
33126 The fake flash bank was generating errors for anyone who didn't have a
33127 PromJET hooked up to the board. As that constitutes the vast majority of
33128 users, we remove it.
33129
33130 Signed-off-by: Andy Fleming <afleming@freescale.com>
33131
33132 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
33133 Author: Kumar Gala <galak@kernel.crashing.org>
33134 Date: Mon Jul 14 14:07:03 2008 -0500
33135
33136 MPC8544DS: Add ATI Video card support
33137
33138 Add support for using a PCIe ATI Video card on PCIe2.
33139
33140 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33141
33142 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
33143 Author: Kumar Gala <galak@kernel.crashing.org>
33144 Date: Mon Jul 14 14:07:02 2008 -0500
33145
33146 85xx: Add some L1/L2 SPR register definitions
33147
33148 Add new L1/L2 SPRs related to e500mc cache config and control.
33149
33150 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33151
33152 commit e5852787f0c3c442a276262f13d91ca450605ac0
33153 Author: Kumar Gala <galak@kernel.crashing.org>
33154 Date: Mon Jul 14 14:07:01 2008 -0500
33155
33156 MPC8544DS: Report board id, board version and fpga version.
33157
33158 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33159
33160 commit 73f15a060f67a2462551c334215bd20fac6b81d1
33161 Author: Kumar Gala <galak@kernel.crashing.org>
33162 Date: Mon Jul 14 14:07:00 2008 -0500
33163
33164 85xx: Cleanup L2 cache size detection
33165
33166 The L2 size detection code was a bit confusing and we kept having to add
33167 code to it to handle new processors. Change the sense of detection so we
33168 look for the older processors that aren't changing.
33169
33170 Also added support for 1M cache size on 8572.
33171
33172 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33173
33174 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
33175 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
33176 Date: Fri Jul 11 15:33:08 2008 -0400
33177
33178 sbc8560: enable CONFIG_OF_LIBFDT by default
33179
33180 Make the default build for the sbc8560 board be powerpc
33181 capable with libfdt support.
33182
33183 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
33184
33185 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
33186 Author: Andy Fleming <afleming@freescale.com>
33187 Date: Mon Jul 14 20:04:40 2008 -0500
33188
33189 Fix indentation for default boot environment variables
33190
33191 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
33192 similar #defines in sbc8560.h.
33193
33194 Signed-off-by: Andy Fleming <afleming@freescale.com>
33195
33196 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
33197 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
33198 Date: Fri Jul 11 15:33:07 2008 -0400
33199
33200 sbc8560: add default fdt values
33201
33202 Add in the default fdt settings and the typical EXTRA_ENV
33203 settings as borrowed from the mpc8560ads. Fix a couple
33204 of stale references to the mpc8560ads dating back to the
33205 original clone/fork.
33206
33207 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
33208 Signed-off-by: Andy Fleming <afleming@freescale.com>
33209
33210 commit d04e76edf92f7f89696989e8702b97e020455af3
33211 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
33212 Date: Fri Jul 11 15:33:06 2008 -0400
33213
33214 sbc8560: add in ft_board_setup()
33215
33216 Add in for the sbc8560, the ft_board_setup() routine, based on what is
33217 in use for the Freescale MPC8560ADS board.
33218
33219 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
33220
33221 commit c158bcaca3b31cbe38c4143812e6170e38a57393
33222 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
33223 Date: Fri Jul 11 15:33:05 2008 -0400
33224
33225 sbc8560: define eth0 and eth1 instead of eth1 and eth2
33226
33227 The existing config doesn't define CONFIG_HAS_ETH0, and so the
33228 fdt support doesn't update the zeros in the dtb local-mac with
33229 real data from the u-boot env. Since the existing config is
33230 tailored to just two interfaces, get rid of the ETH2 definitions
33231 at the same time.
33232
33233 Also don't include any end user specific data into the environment
33234 by default -- things like MAC address, network parameters etc. need
33235 to come from the end user.
33236
33237 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
33238 Signed-off-by: Andy Fleming <afleming@freescale.com>
33239
33240 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
33241 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
33242 Date: Fri Jul 11 15:33:04 2008 -0400
33243
33244 sbc8560: properly set cs0_bnds for 512MB
33245
33246 The sbc8560 board ships with 512MB of memory installed,
33247 but the current cs0_bnds is hard coded for 256MB. Set the
33248 value based on CFG_SDRAM_SIZE.
33249
33250 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
33251
33252 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
33253 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
33254 Date: Fri Jul 11 15:33:03 2008 -0400
33255
33256 sbc8560: proper definitions for TSEC.
33257
33258 The definitions for the TSEC have become out of date. There is no
33259 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
33260 Update to match those of other boards, like the MPC8560ADS.
33261
33262 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
33263 Acked-by: Ben Warren <biggerbadderben@gmail.com>
33264
33265 commit 71074abbe0c76429577aff58aeff0a24ad210b23
33266 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
33267 Date: Wed Jul 9 13:23:05 2008 -0400
33268
33269 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
33270
33271 Some boards that have external 16550 UARTs don't have a direct
33272 tie between bi_busfreq and the clock used for the UARTs. Boards
33273 that do have such a tie should set CFG_NS16550_CLK to be
33274 get_bus_freq(0) -- which most of them do already.
33275
33276 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
33277 Acked-by: Kim Phillips <kim.phillips@freescale.com>
33278
33279 commit 24ef76f320fbadf074105229826514db140f939f
33280 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
33281 Date: Wed Jul 2 07:03:53 2008 -0700
33282
33283 Change the temp map to ROM to align addresses to page size.
33284
33285 With a page size of BOOKE_PAGESZ_16M, both the real and effective
33286 addresses must be multiples of 16MB. The hardware silently truncates
33287 them so the code happens to work. This patch clarifies the situation
33288 by establishing addresses that the hardware doesn't need to truncate.
33289
33290 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
33291 Signed-off-by: Andy Fleming <afleming@freescale.com>
33292
33293 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
33294 Author: Kim Phillips <kim.phillips@freescale.com>
33295 Date: Tue Jun 17 17:45:22 2008 -0500
33296
33297 mpc85xx: use IS_E_PROCESSOR macro
33298
33299 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33300
33301 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
33302 Author: Kim Phillips <kim.phillips@freescale.com>
33303 Date: Mon Jun 16 15:55:53 2008 -0500
33304
33305 fdt: add crypto node handling for MPC8{3, 5}xxE processors
33306
33307 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
33308 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
33309 if on an 'EA' processor, e.g. MPC8349EA.
33310
33311 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33312
33313 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
33314 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33315 Date: Fri Jul 11 15:10:11 2008 -0400
33316
33317 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
33318
33319 ARM DaVinci: Remove extern phy_t declaration by moving
33320 code to proper place.
33321
33322 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33323
33324 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
33325 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33326 Date: Fri Jul 11 15:10:10 2008 -0400
33327
33328 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
33329
33330 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
33331 and prototype of i2c_init().
33332
33333 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33334
33335 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
33336 Author: Kumar Gala <galak@kernel.crashing.org>
33337 Date: Mon Jul 14 14:03:02 2008 -0500
33338
33339 Fix some more printf() format problems.
33340
33341 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33342
33343 commit 45b16d22c64674ccd8c4637456a987463609141c
33344 Author: Wolfgang Denk <wd@denx.de>
33345 Date: Mon Jul 14 22:38:42 2008 +0200
33346
33347 Fix coding style; make code better parsable by external tools
33348
33349 Signed-off-by: Wolfgang Denk <wd@denx.de>
33350
33351 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
33352 Author: Wolfgang Denk <wd@denx.de>
33353 Date: Mon Jul 14 21:19:08 2008 +0200
33354
33355 cpu/i386/serial.c: Fix syntax errors
33356
33357 Signed-off-by: Wolfgang Denk <wd@denx.de>
33358
33359 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
33360 Author: Wolfgang Denk <wd@denx.de>
33361 Date: Mon Jul 14 20:41:35 2008 +0200
33362
33363 elppc board: Coding style cleanup.
33364
33365 Signed-off-by: Wolfgang Denk <wd@denx.de>
33366
33367 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
33368 Author: Wolfgang Denk <wd@denx.de>
33369 Date: Mon Jul 14 20:40:22 2008 +0200
33370
33371 elppc board: fix syntax error.
33372
33373 Signed-off-by: Wolfgang Denk <wd@denx.de>
33374
33375 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
33376 Author: Wolfgang Denk <wd@denx.de>
33377 Date: Mon Jul 14 20:38:26 2008 +0200
33378
33379 EB+MCF-EV123 board: fix coding style (alingment)
33380
33381 Signed-off-by: Wolfgang Denk <wd@denx.de>
33382
33383 commit 6841785a0bb0f38175456a923edd634fb7dd6947
33384 Author: Wolfgang Denk <wd@denx.de>
33385 Date: Mon Jul 14 20:36:44 2008 +0200
33386
33387 EB+MCF-EV123 board: fix syntx error
33388
33389 Signed-off-by: Wolfgang Denk <wd@denx.de>
33390
33391 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
33392 Author: Andy Fleming <afleming@freescale.com>
33393 Date: Mon Jul 7 18:02:08 2008 -0500
33394
33395 Remove LBC_CACHE_BASE from 8544 DS
33396
33397 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
33398 space for some anyway, we were allowing speculative loads into unmapped space,
33399 which would cause an exception (annoying, even if ultimately harmless).
33400 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
33401 problem.
33402
33403 Signed-off-by: Andy Fleming <afleming@freescale.com>
33404
33405 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
33406 Author: Wolfgang Denk <wd@denx.de>
33407 Date: Mon Jul 14 15:19:07 2008 +0200
33408
33409 Code cleanup: fix old style assignment ambiguities like "=-" etc.
33410
33411 Signed-off-by: Wolfgang Denk <wd@denx.de>
33412
33413 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
33414 Author: Wolfgang Denk <wd@denx.de>
33415 Date: Mon Jul 14 15:10:53 2008 +0200
33416
33417 AmigaOneG3SE: remove dead and incomplete files
33418
33419 Signed-off-by: Wolfgang Denk <wd@denx.de>
33420
33421 commit b64f190b7a34224df09b559ca111eb1b733f00ad
33422 Author: Wolfgang Denk <wd@denx.de>
33423 Date: Mon Jul 14 15:06:35 2008 +0200
33424
33425 Fix printf() format issues with sizeof_t types by using %zu
33426
33427 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33428 Signed-off-by: Wolfgang Denk <wd@denx.de>
33429
33430 commit f354b73e16a86f9e9085471a830605f74f84ea5d
33431 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33432 Date: Mon Jul 14 14:11:45 2008 +0200
33433
33434 vsprintf: add z and t options
33435
33436 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33437
33438 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
33439 Author: Wolfgang Denk <wd@denx.de>
33440 Date: Sun Jul 13 23:07:35 2008 +0200
33441
33442 Fix some more printf() format issues.
33443
33444 Signed-off-by: Wolfgang Denk <wd@denx.de>
33445
33446 commit d5996dd555edf52721b7691a4c59de016251ed39
33447 Author: Wolfgang Denk <wd@denx.de>
33448 Date: Sun Jul 13 19:51:00 2008 +0200
33449
33450 Fix some more printf() format problems.
33451
33452 Signed-off-by: Wolfgang Denk <wd@denx.de>
33453
33454 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
33455 Author: Wolfgang Denk <wd@denx.de>
33456 Date: Sun Jul 13 19:48:26 2008 +0200
33457
33458 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
33459
33460 Signed-off-by: Wolfgang Denk <wd@denx.de>
33461
33462 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
33463 Author: Anatolij Gustschin <agust@denx.de>
33464 Date: Sat Jul 12 17:31:36 2008 +0200
33465
33466 Fix bug in Lime video driver
33467
33468 We need to wait while drawing engine clears frame
33469 buffer before any further software accesses to frame
33470 buffer will be initiated. Otherwise software drawn
33471 parts could be partially destroyed by the drawing
33472 engine or even GDC chip freeze could occur (as
33473 observed on socrates board).
33474
33475 Signed-off-by: Anatolij Gustschin <agust@denx.de>
33476
33477 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
33478 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33479 Date: Sat Jul 12 14:36:34 2008 +0200
33480
33481 Fix some more printf() format issues.
33482
33483 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33484
33485 commit 18c8a28aad49803780bd8d52432ded528e37e701
33486 Author: Michal Simek <monstr@monstr.eu>
33487 Date: Fri Jul 11 15:11:57 2008 +0200
33488
33489 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
33490
33491 Signed-off-by: Michal Simek <monstr@monstr.eu>
33492 Acked-by: Stefan Roese <sr@denx.de>
33493
33494 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
33495 Author: Michal Simek <monstr@monstr.eu>
33496 Date: Fri Jul 11 11:50:53 2008 +0200
33497
33498 hwmon: Cleaning hwmon devices
33499
33500 Clean Makefile
33501 Move device specific values to driver for better reading
33502
33503 Signed-off-by: Michal Simek <monstr@monstr.eu>
33504 Acked-by: Stefan Roese <sr@denx.de>
33505
33506 commit c78fce699c7ff467ecd841da6a79f065180bf578
33507 Author: Michal Simek <monstr@monstr.eu>
33508 Date: Fri Jul 11 10:43:13 2008 +0200
33509
33510 FIS: repare incorrect return value with ramdisk handling
33511
33512 Microblaze and PowerPC use boot_get_ramdisk for loading
33513 ramdisk to memory with checking return value.
33514 Return 0 means success. Return 1 means failed.
33515 Here is correspond part of code from bootm.c which check
33516 return code.
33517
33518 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
33519 &rd_data_start, &rd_data_end);
33520 if (ret)
33521 goto error;
33522
33523 Signed-off-by: Michal Simek <monstr@monstr.eu>
33524
33525 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
33526 Author: Michal Simek <monstr@monstr.eu>
33527 Date: Fri Jul 11 10:10:32 2008 +0200
33528
33529 microblaze: Remove useless ancient headers
33530
33531 Signed-off-by: Michal Simek <monstr@monstr.eu>
33532
33533 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
33534 Author: Michal Simek <monstr@monstr.eu>
33535 Date: Fri Jul 11 10:10:31 2008 +0200
33536
33537 microblaze: Clean uartlite driver
33538
33539 Redesign uartlite driver to in_be32 and out_be32 macros
33540 Fix missing header in io.h
33541
33542 Signed-off-by: Michal Simek <monstr@monstr.eu>
33543 Acked-by: Grant Likely <grant.likely@secretlab.ca>
33544
33545 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
33546 Author: Marcel Ziswiler <marcel@ziswiler.com>
33547 Date: Fri Jul 11 02:39:14 2008 +0200
33548
33549 Enable passing of ATAGs required by latest Linux kernel.
33550
33551 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
33552 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33553 Date: Fri Jul 11 10:24:15 2008 -0400
33554
33555 Fix integer overflow warning in calc_divisor()
33556
33557 which happened when rounding the serial port clock divisor
33558
33559 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33560
33561 commit 6b760189d77f001684e3160b355c185ca3804961
33562 Author: Marcel Ziswiler <marcel@ziswiler.com>
33563 Date: Fri Jul 11 01:09:59 2008 +0200
33564
33565 Fix build time warnings in function mmc_decode_csd()
33566
33567 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
33568
33569 commit c15947d6ce0d59925c97fdfac692476af6e262d0
33570 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33571 Date: Thu Jul 10 10:46:33 2008 -0400
33572
33573 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
33574
33575 caused by missing dcache status/enable/disable functions.
33576
33577 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33578
33579 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
33580 Author: Stefan Roese <sr@denx.de>
33581 Date: Thu Jul 10 13:53:31 2008 +0200
33582
33583 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
33584
33585 This patch removes some ft_board_setup() functions from some 4xx boards.
33586 This can be done since we now have a default weak implementation for this
33587 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
33588 implementation like canyonlands need their own version.
33589
33590 Signed-off-by: Stefan Roese <sr@denx.de>
33591
33592 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
33593 Author: Wolfgang Denk <wd@denx.de>
33594 Date: Sun Jul 13 14:58:16 2008 +0200
33595
33596 Add last known maintainer for orphaned boards; reformat.
33597
33598 Signed-off-by: Wolfgang Denk <wd@denx.de>
33599
33600 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
33601 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33602 Date: Thu Jul 10 13:16:04 2008 +0200
33603
33604 Remove kharris@nexus-tech.net from MAINTAINERS
33605
33606 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
33607 anymore. You can't be a maintainer without a valid e-mail address, so
33608 move all boards that used to be maintained by Kyle Harris to the
33609 "orphaned" list.
33610
33611 Currently, only PowerPC has a list of orphaned boards, so this patch
33612 creates one for ARM as well.
33613
33614 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33615
33616 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
33617 Author: Anatolij Gustschin <agust@denx.de>
33618 Date: Thu Jul 10 01:15:10 2008 +0200
33619
33620 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
33621
33622 On the at91sam9260ep development board there is an EEPROM
33623 connected to the TWI interface (PA23, PA24 Peripheral A
33624 multiplexing), so we cannot use these pins as ETX2, ETX3.
33625 This patch configures PA10, PA11 pins for ETX2, ETX3
33626 instead of PA23, PA24 pins.
33627
33628 Signed-off-by: Anatolij Gustschin <agust@denx.de>
33629 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
33630
33631 commit f889265753ddf4465d9d580827bb9289bfac55d6
33632 Author: Kenneth Johansson <kenneth@southpole.se>
33633 Date: Sat Jul 12 13:18:34 2008 -0600
33634
33635 fix DIU for small screens
33636
33637 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
33638 so it was not possible to set a slow pixel clock and thus prevented
33639 display on small screens.
33640
33641 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
33642 Acked-by: John Rigby <jrigby@freescale.com>
33643
33644 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
33645 Author: John Rigby <jrigby@freescale.com>
33646 Date: Fri Jul 11 14:44:09 2008 -0600
33647
33648 ADS5121 cleanup compile warnings
33649
33650 board/ads5121/iopin.c
33651 Replace bit fields in struct iopin_t with a single
33652 field and intialize it via plain old macros.
33653 This fixes the type pun warnings and makes the code
33654 more readable.
33655
33656 board/ads5121/ads5121.c
33657 Add include iopin.h to ads5121.c for the iopin_initialize
33658 prototype.
33659
33660 Add an extern void ads5121_diu_init(void)
33661
33662 Signed-off-by: John Rigby <jrigby@freescale.com>
33663
33664 commit bde63587622c4b830a27d1ddf7265843de9e994f
33665 Author: Wolfgang Denk <wd@denx.de>
33666 Date: Fri Jul 11 22:56:11 2008 +0200
33667
33668 Fix some more printf() format issues.
33669
33670 Signed-off-by: Wolfgang Denk <wd@denx.de>
33671
33672 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
33673 Author: Wolfgang Denk <wd@denx.de>
33674 Date: Fri Jul 11 22:55:31 2008 +0200
33675
33676 Fixed some out-of-tree build issues
33677
33678 Signed-off-by: Wolfgang Denk <wd@denx.de>
33679
33680 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
33681 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33682 Date: Wed Jul 9 16:20:23 2008 -0500
33683
33684 ColdFire: Fix FB CS not setup properly for Mcf5282
33685
33686 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
33687 CFG_CSn_RO is defined as 0, the chipselect will not
33688 be assigned.
33689
33690 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33691
33692 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
33693 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33694 Date: Wed Jul 9 15:47:27 2008 -0500
33695
33696 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
33697
33698 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
33699 clock module in cpu/<cf arch>/cpu_init.c
33700
33701 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33702
33703 commit f94945b517f10e01927101679c62361e03d4e837
33704 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33705 Date: Wed Jul 9 15:25:01 2008 -0500
33706
33707 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
33708
33709 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33710
33711 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
33712 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33713 Date: Wed Jul 9 15:21:44 2008 -0500
33714
33715 Fix compile error caused by missing timer function
33716
33717 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
33718
33719 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33720
33721 commit c37ea031175b807c54e6bad9b270e9bede6c0078
33722 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33723 Date: Wed Jul 9 15:14:25 2008 -0500
33724
33725 Fix compile error caused by incorrect function return type
33726
33727 Rename int mii_init(void) to void mii_init(void)
33728
33729 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33730
33731 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
33732 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33733 Date: Wed Jun 18 19:27:23 2008 -0500
33734
33735 ColdFire: Fix power up issue for MCF5235
33736
33737 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33738
33739 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
33740 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33741 Date: Wed Jun 18 19:19:07 2008 -0500
33742
33743 ColdFire: Fix compiling error for MCF5275
33744
33745 The compiling error was caused by missing a closed parentheses
33746 in speed.c
33747
33748 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33749
33750 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
33751 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33752 Date: Wed Jun 18 19:14:01 2008 -0500
33753
33754 ColdFire: Fix timer issue for MCF5272
33755
33756 The timer was assigned to wrong timer memory mapped which
33757 caused udelay() and timer() not working properly.
33758
33759 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33760
33761 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
33762 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33763 Date: Wed Jun 18 19:12:13 2008 -0500
33764
33765 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
33766
33767 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
33768
33769 commit 8371dc2066136be21e10b7b9293e469297d77298
33770 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33771 Date: Wed Jun 18 19:05:23 2008 -0500
33772
33773 ColdFire: Add -got=single param for new linux v4e toolchains
33774
33775 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
33776
33777 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
33778 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33779 Date: Wed Jun 18 13:21:19 2008 -0500
33780
33781 ColdFire: Fix code flash configuration for M547x/M548x boards
33782
33783 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
33784
33785 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
33786 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33787 Date: Tue Jun 24 12:12:16 2008 -0500
33788
33789 ColdFire: Fix warning messages by passing correct data type in board.c
33790
33791 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33792
33793 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
33794 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33795 Date: Thu May 29 12:21:54 2008 -0500
33796
33797 ColdFire: Fix UART baudrate formula
33798
33799 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
33800 can generate the wrong divisor due to integer division truncation.
33801 Round the calculated divisor value by adding 1/2 the baudrate
33802 before dividing by the baudrate.
33803
33804 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33805 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
33806
33807 commit b578fb471444cbd7db1285701ba51343baaf73fb
33808 Author: Stefan Roese <sr@denx.de>
33809 Date: Thu Jul 10 11:38:26 2008 +0200
33810
33811 ppc4xx: Fix include sequence in 4xx_pcie.c
33812
33813 This patch now moves common.h to the top of the inlcude list. This
33814 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
33815 the phys_size_t/phys_addr_t are defined to the correct size in this
33816 driver.
33817
33818 Signed-off-by: Stefan Roese <sr@denx.de>
33819
33820 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
33821 Author: Stefan Roese <sr@denx.de>
33822 Date: Fri Jul 11 13:10:56 2008 +0200
33823
33824 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
33825
33826 Signed-off-by: Stefan Roese <sr@denx.de>
33827
33828 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
33829 Author: Stefan Roese <sr@denx.de>
33830 Date: Fri Jul 11 11:40:13 2008 +0200
33831
33832 ppc4xx: Fix small korat merge problem
33833
33834 Signed-off-by: Stefan Roese <sr@denx.de>
33835
33836 commit 1d0554736a0a1dd59718acda660871ce56b69e18
33837 Author: Stefan Roese <sr@denx.de>
33838 Date: Fri Jul 11 11:34:52 2008 +0200
33839
33840 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
33841
33842 Signed-off-by: Stefan Roese <sr@denx.de>
33843
33844 commit 3a82113ed5934d498f25080441a8261fc9454b15
33845 Author: Stefan Roese <sr@denx.de>
33846 Date: Thu Jul 10 16:37:09 2008 +0200
33847
33848 ppc4xx: Add 460SX UIC defines
33849
33850 Only the really needed ones are added (cascading and EMAC/MAL).
33851
33852 Signed-off-by: Stefan Roese <sr@denx.de>
33853
33854 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
33855 Author: Stefan Roese <sr@denx.de>
33856 Date: Mon Jun 30 14:11:07 2008 +0200
33857
33858 ppc4xx: Continue cleanup of ppc440.h
33859
33860 This patch continues the ppc440.h cleanup by removing some of the unused
33861 defines.
33862
33863 Signed-off-by: Stefan Roese <sr@denx.de>
33864
33865 commit d9056b7913ed6a228d2f33671d916efedee541dd
33866 Author: Stefan Roese <sr@denx.de>
33867 Date: Mon Jun 30 14:05:05 2008 +0200
33868
33869 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
33870
33871 This patch cleans up the 440SPe PCIe register usage. Now only defines
33872 from the include/asm-ppc/4xx_pcie.h are used.
33873
33874 Signed-off-by: Stefan Roese <sr@denx.de>
33875
33876 commit 5de851403b01489b493fa83137ad990b8ce60d1c
33877 Author: Stefan Roese <sr@denx.de>
33878 Date: Thu Jun 26 17:36:39 2008 +0200
33879
33880 ppc4xx: Rework 440GX UIC handling
33881
33882 This patch reworks the 440GX interrupt handling so that the common 4xx
33883 code can be used. The 440GX is an exception to all other 4xx variants
33884 by having the cascading interrupt vectors not on UIC0 but on a special
33885 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
33886 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
33887 handling is simpler without any 440GX special cases.
33888
33889 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
33890
33891 Signed-off-by: Stefan Roese <sr@denx.de>
33892
33893 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
33894 Author: Stefan Roese <sr@denx.de>
33895 Date: Thu Jun 26 13:40:57 2008 +0200
33896
33897 ppc4xx: Consolidate PPC4xx UIC defines
33898
33899 This 2nd patch now removes all UIC mask bit definition. They should be
33900 generated from the vectors by using the UIC_MASK() macro from now on.
33901 This way only the vectors need to get defined for new PPC's.
33902
33903 Also only the really used interrupt vectors are now defined. This makes
33904 definitions for new PPC versions easier and less error prone.
33905
33906 Another part of this patch is that the 4xx emac driver got a little
33907 cleanup, since now the usage of the interrupts is clearer.
33908
33909 Signed-off-by: Stefan Roese <sr@denx.de>
33910
33911 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
33912 Author: Stefan Roese <sr@denx.de>
33913 Date: Wed Jun 25 10:59:22 2008 +0200
33914
33915 ppc4xx: Consolidate PPC4xx UIC defines
33916
33917 This patch is the first step to consolidate the UIC related defines in the
33918 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
33919 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
33920 steps.
33921
33922 Signed-off-by: Stefan Roese <sr@denx.de>
33923
33924 commit 7ee2619c20ccecd57966d74d844e6329e141261c
33925 Author: Stefan Roese <sr@denx.de>
33926 Date: Tue Jun 24 17:18:50 2008 +0200
33927
33928 ppc4xx: Consolidate PPC4xx EBC defines
33929
33930 This patch removes all EBC related defines from the PPC4xx headers
33931 ppc405.h and ppc440.h and introduces a new header
33932
33933 include/asm-ppc/ppc4xx-ebc.h
33934
33935 with all those defines.
33936
33937 Signed-off-by: Stefan Roese <sr@denx.de>
33938
33939 commit e321801bed5a6d896d298c00fd20046f039d5d66
33940 Author: Stefan Roese <sr@denx.de>
33941 Date: Thu Jul 10 13:52:44 2008 +0200
33942
33943 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
33944
33945 This patch removes some ft_board_setup() functions from some 4xx boards.
33946 This can be done since we now have a default weak implementation for this
33947 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
33948 implementation like canyonlands need their own version.
33949
33950 Signed-off-by: Stefan Roese <sr@denx.de>
33951
33952 commit 08250eb2edbd96514d049602d9e134110ac3185f
33953 Author: Stefan Roese <sr@denx.de>
33954 Date: Thu Jul 10 15:32:32 2008 +0200
33955
33956 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
33957
33958 Signed-off-by: Stefan Roese <sr@denx.de>
33959
33960 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
33961 Author: Grant Erickson <gerickson@nuovations.com>
33962 Date: Tue Jul 8 08:35:00 2008 -0700
33963
33964 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
33965
33966 This patch adds support for placing the RGMII bridge on the
33967 PPC405EX(r) into MII/GMII mode and allows a board-specific
33968 configuration to specify the bridge mode at compile-time.
33969
33970 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
33971 Signed-off-by: Stefan Roese <sr@denx.de>
33972
33973 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
33974 Author: Grant Erickson <gerickson@nuovations.com>
33975 Date: Wed Jul 9 16:46:35 2008 -0700
33976
33977 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
33978
33979 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
33980 controller registers (MODT and INITPLR) used by the
33981 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
33982 peer values used for the INITPLR MR and EMR registers,
33983 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
33984
33985 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
33986 Kilauea are replaced by equivalent mnemonics to make it easier to
33987 compare and contrast other 405EX(r)-based boards (e.g. during board
33988 bring-up).
33989
33990 Finally, unified the SDRAM controller register dump routine such that
33991 it can be used across all processor variants that utilize the IBM DDR2
33992 SDRAM controller core. It produces output of the form:
33993
33994 PPC4xx IBM DDR2 Register Dump:
33995 ...
33996 SDRAM_MB0CF[40] = 0x00006701
33997 ...
33998
33999 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
34000 since it is not uncommon that the DCR values in header files get mixed
34001 up and it helps to validate, at a glance, they match what is printed
34002 in the user manual.
34003
34004 Tested on:
34005 AMCC Kilauea/Haleakala:
34006 - NFS Linux Boot: PASSED
34007 - NAND Linux Boot: PASSED
34008
34009 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34010 Signed-off-by: Stefan Roese <sr@denx.de>
34011
34012 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
34013 Author: Grant Erickson <gerickson@nuovations.com>
34014 Date: Wed Jul 9 16:31:59 2008 -0700
34015
34016 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
34017
34018 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
34019 revision ID DCR based on 405EX, and add field mnemonics for bus error
34020 status and ECC error status registers.
34021
34022 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34023 Signed-off-by: Stefan Roese <sr@denx.de>
34024
34025 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
34026 Author: Grant Erickson <gerickson@nuovations.com>
34027 Date: Wed Jul 9 16:31:36 2008 -0700
34028
34029 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
34030
34031 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
34032
34033 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34034 Signed-off-by: Stefan Roese <sr@denx.de>
34035
34036 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
34037 Author: Grant Erickson <gerickson@nuovations.com>
34038 Date: Wed Jul 9 11:55:46 2008 -0700
34039
34040 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
34041
34042 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
34043 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
34044 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
34045
34046 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
34047 which causes SDRAM initialization to periodically fail since it can
34048 prematurely indicate SDRAM ready status.
34049
34050 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34051 Signed-off-by: Stefan Roese <sr@denx.de>
34052
34053 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
34054 Author: Feng Kan <fkan@amcc.com>
34055 Date: Tue Jul 8 22:48:42 2008 -0700
34056
34057 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
34058
34059 Add AMCC Redwood reference board that uses the latest
34060 PPC 464 CPU processor combined with a rich mix of peripheral
34061 controllers. The board will support PCIe, mutiple Gig ethernet
34062 ports, advanced hardware RAID assistance and IEEE 1588.
34063
34064 Signed-off-by: Feng Kan <fkan@amcc.com>
34065 Signed-off-by: Stefan Roese <sr@denx.de>
34066
34067 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
34068 Author: Feng Kan <fkan@amcc.com>
34069 Date: Tue Jul 8 22:48:07 2008 -0700
34070
34071 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
34072
34073 Signed-off-by: Feng Kan <fkan@amcc.com>
34074 Signed-off-by: Stefan Roese <sr@denx.de>
34075
34076 commit 7d30793685efcada183891c78fc892e6c9ba50c7
34077 Author: Feng Kan <fkan@amcc.com>
34078 Date: Tue Jul 8 22:47:31 2008 -0700
34079
34080 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
34081
34082 Signed-off-by: Feng Kan <fkan@amcc.com>
34083 Signed-off-by: Stefan Roese <sr@denx.de>
34084
34085 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
34086 Author: Wolfgang Denk <wd@denx.de>
34087 Date: Fri Jul 11 01:16:00 2008 +0200
34088
34089 Fix some more print() format errors.
34090
34091 Signed-off-by: Wolfgang Denk <wd@denx.de>
34092
34093 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
34094 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34095 Date: Thu Jul 10 20:57:54 2008 +0200
34096
34097 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
34098
34099 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34100
34101 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
34102 Author: Sergey Lapin <slapin@ossfans.org>
34103 Date: Thu Jun 5 11:06:29 2008 +0400
34104
34105 DataFlash AT45DB021 support
34106
34107 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
34108 bootstrap, u-boot and its environment, using NAND or other external
34109 storage for kernel and rootfs. This patch adds support for
34110 small 1024x263 chip.
34111
34112 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
34113
34114 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
34115 Author: Kim Phillips <kim.phillips@freescale.com>
34116 Date: Thu Jul 10 14:00:15 2008 -0500
34117
34118 silence misc printf formatting compiler warnings
34119
34120 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34121
34122 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
34123 Author: Markus Klotzbücher <mk@denx.de>
34124 Date: Thu Jul 10 14:47:09 2008 +0200
34125
34126 USB: shutdown USB before booting
34127
34128 This patch fixes a potentially serious issue related to USB which was
34129 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
34130 ARM920T. Martin wrote:
34131
34132 Turn off USB to prevent the host controller from writing to the
34133 SDRAM while Linux is booting. This could happen, because the HCCA
34134 (Host Controller Communication Area) lies within the SDRAM and the
34135 host controller writes continously to this area (as busmaster!), for
34136 example to increase the HccaFrameNumber variable, which happens
34137 every 1 ms.
34138
34139 This is a slightly modified version of the patch in order to shutdown
34140 USB when booting on all architectures.
34141
34142 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34143
34144 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
34145 Author: Martha Marx <mmarx@silicontkx.com>
34146 Date: Thu May 29 14:23:25 2008 -0400
34147
34148 Configuration changes for ADS5121 Rev 3
34149
34150 ADS5121 Rev 3 board is now the default config
34151
34152 config targets are now
34153
34154 ads5121_config
34155 Rev 3 board with
34156 PCI
34157 M41T62 on board RTC
34158 512MB DRAM
34159
34160 ads5121_rev2_config
34161 Rev 2 board with
34162 No PCI
34163 256MB DRAM
34164
34165 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
34166 Acked-by: Grant Likely <grant.likely@secretlab.ca>
34167 Acked-by: John Rigby <jrigby@freescale.com>
34168
34169 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
34170 Author: Martha Marx <mmarx@silicontkx.com>
34171 Date: Thu May 29 15:37:21 2008 -0400
34172
34173 Consolidate ADS5121 IO Pin configuration
34174
34175 Consolidate ADS5121 IO Pin configuration to one file
34176 board/ads5121/iopin.c.
34177
34178 Remove pin config from cpu/mpc512x/fec.c
34179
34180 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
34181 Acked-by: Grant Likely <grant.likely@secretlab.ca>
34182 Acked-by: John Rigby <jrigby@freescale.com>
34183
34184 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
34185 Author: Christian Eggers <christian@p2400.wgnetz.xx>
34186 Date: Fri Jun 27 19:46:51 2008 +0200
34187
34188 Fix "usb part" command
34189
34190 Only print partition for selected device if user supplied the <dev>
34191 arg with the "usb part [dev]" command.
34192
34193 Signed-off-by: Christian Eggers <ceggers@gmx.de>
34194 Acked-by: Markus Klotzbuecher <mk@denx.de>
34195
34196 commit cc83b27217f7380041fea386ddb6d6d9b261617d
34197 Author: Harald Welte <laforge@gnumonks.org>
34198 Date: Mon Jul 7 00:58:05 2008 +0800
34199
34200 fix USB devices with multiple configurations
34201
34202 This patch fixes bugs in usbdcore*.c related to the use of devices
34203 with multiple configurations.
34204
34205 The original code made mistakes about the meaning of configuration value and
34206 configuration index, and the resulting off-by-one errors resulted in:
34207
34208 * SET_CONFIGURATION always selected the first configuration, no matter what
34209 wValue is being passed.
34210 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
34211 configuration (index 0).
34212
34213 Signed-off-by: Harald Welte <laforge@openmoko.org>
34214 Acked-by: Markus Klotzbuecher <mk@denx.de>
34215
34216 commit 06c53beae1a726e707971c555613f09b270a2461
34217 Author: Wolfgang Denk <wd@denx.de>
34218 Date: Thu Jul 10 13:16:09 2008 +0200
34219
34220 Fix some more print() format errors.
34221
34222 Signed-off-by: Wolfgang Denk <wd@denx.de>
34223
34224 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
34225 Author: Christian Eggers <christian@p2400.wgnetz.xx>
34226 Date: Fri Jun 27 19:46:51 2008 +0200
34227
34228 Fix "usb part" command
34229
34230 Only print partition for selected device if user supplied the <dev>
34231 arg with the "usb part [dev]" command.
34232
34233 Signed-off-by: Christian Eggers <ceggers@gmx.de>
34234 Acked-by: Markus Klotzbuecher <mk@denx.de>
34235
34236 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
34237 Author: Harald Welte <laforge@gnumonks.org>
34238 Date: Mon Jul 7 00:58:05 2008 +0800
34239
34240 fix USB devices with multiple configurations
34241
34242 This patch fixes bugs in usbdcore*.c related to the use of devices
34243 with multiple configurations.
34244
34245 The original code made mistakes about the meaning of configuration value and
34246 configuration index, and the resulting off-by-one errors resulted in:
34247
34248 * SET_CONFIGURATION always selected the first configuration, no matter what
34249 wValue is being passed.
34250 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
34251 configuration (index 0).
34252
34253 Signed-off-by: Harald Welte <laforge@openmoko.org>
34254 Acked-by: Markus Klotzbuecher <mk@denx.de>
34255
34256 commit e870690bdca154943ecadd5212d2d59c1b9d391b
34257 Author: Stefan Roese <sr@denx.de>
34258 Date: Thu Jul 10 10:10:54 2008 +0200
34259
34260 MTD/NAND: Fix printf format warning in nand code
34261
34262 This patch fixes NAND related printf format warning. Those warnings are
34263 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
34264 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
34265 really helpful.
34266
34267 Signed-off-by: Stefan Roese <sr@denx.de>
34268
34269 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
34270 Author: Stefan Roese <sr@denx.de>
34271 Date: Thu Jul 10 10:00:45 2008 +0200
34272
34273 rtc: Fix printf format warning in m41t60.c
34274
34275 Signed-off-by: Stefan Roese <sr@denx.de>
34276
34277 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
34278 Author: Stefan Roese <sr@denx.de>
34279 Date: Tue Jul 8 12:01:47 2008 +0200
34280
34281 pci: Move PCI device configuration check into a separate weak function
34282
34283 This patch moves the check, if a device should be skipped in PCI PNP
34284 configuration into the function pci_skip_dev(). This function is defined
34285 as weak so that it can be overwritten by a platform specific one if
34286 needed. The check if the device should get printed in the PCI summary upon
34287 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
34288 pci_print_dev() which is also defined as weak too.
34289
34290 Signed-off-by: Stefan Roese <sr@denx.de>
34291
34292 commit b002144e1dc21374b1ef5281fe6b5d014af96650
34293 Author: Stefan Roese <sr@denx.de>
34294 Date: Thu Jul 10 09:58:06 2008 +0200
34295
34296 ppc4xx: Fix printf format warnings now visible with the updated format check
34297
34298 This patch fixes ppc4xx related printf format warning. Those warnings are
34299 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
34300 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
34301 really helpful.
34302
34303 Signed-off-by: Stefan Roese <sr@denx.de>
34304
34305 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
34306 Author: Stefan Roese <sr@denx.de>
34307 Date: Wed Jul 9 17:33:57 2008 +0200
34308
34309 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
34310
34311 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
34312 To support such configurations, we "only" map the first 2GB via the TLB's. We
34313 need some free virtual address space for the remaining peripherals like, SoC
34314 devices, FLASH etc.
34315
34316 Note that ECC is currently not supported on configurations with more than 2GB
34317 SDRAM. This is because we only map the first 2GB on such systems, and therefore
34318 the ECC parity byte of the remaining area can't be written.
34319
34320 Signed-off-by: Stefan Roese <sr@denx.de>
34321
34322 commit cf1c2ed91df26903b956948f37f82de9e1158a89
34323 Author: Larry Johnson <lrj@acm.org>
34324 Date: Sat Jun 14 17:02:49 2008 -0400
34325
34326 ppc4xx: Remove implementation of testdram() from Korat board support
34327
34328 Signed-off-by: Larry Johnson <lrj@acm.org>
34329 Signed-off-by: Stefan Roese <sr@denx.de>
34330
34331 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
34332 Author: Larry Johnson <lrj@acm.org>
34333 Date: Sat Jun 14 16:53:02 2008 -0400
34334
34335 ppc4xx: Update and add FDT to Korat board support
34336
34337 Signed-off-by: Larry Johnson <lrj@acm.org>
34338 Signed-off-by: Stefan Roese <sr@denx.de>
34339
34340 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
34341 Author: Wolfgang Denk <wd@denx.de>
34342 Date: Thu Jul 10 01:13:30 2008 +0200
34343
34344 Minor coding style cleanup; update CHANGELOG
34345
34346 Signed-off-by: Wolfgang Denk <wd@denx.de>
34347
34348 commit 8915f1189c1d29d8be7f4de325702d90a8988219
34349 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34350 Date: Wed Jul 9 17:50:45 2008 -0400
34351
34352 e1000: add support for 82545GM 64bit PCI-X copper variant
34353
34354 This PCI-X e1000 variant works by just adding in the correct
34355 PCI IDs in the appropriate places.
34356
34357 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34358
34359 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
34360 Author: Daniel Hellstrom <daniel@gaisler.com>
34361 Date: Wed Jul 9 12:34:11 2008 +0000
34362
34363 SPARC: Build error fix
34364
34365 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
34366
34367 This patch makes SPARC targets build again. It is caused by
34368 phys_addr_t and phys_size_t being defined in the wrong header
34369 file. include/lmb.h need those typedefs to build.
34370
34371 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
34372
34373 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
34374 Author: Marcel Ziswiler <marcel@ziswiler.com>
34375 Date: Wed Jul 9 08:17:15 2008 +0200
34376
34377 Many spelling fixes in README.
34378
34379 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
34380
34381 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
34382 Author: Marcel Ziswiler <marcel@ziswiler.com>
34383 Date: Wed Jul 9 08:17:06 2008 +0200
34384
34385 Minor spelling fix in comment.
34386
34387 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
34388
34389 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
34390 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34391 Date: Tue Jul 8 14:54:58 2008 -0400
34392
34393 Round the serial port clock divisor value returned by calc_divisor()
34394
34395 Round the serial port clock divisor value returned by
34396 calc_divisor().
34397
34398 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34399 Signed-off-by: John Roberts <john.roberts@pwav.com>
34400
34401 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
34402 Author: Scott Wood <scottwood@freescale.com>
34403 Date: Wed Jul 9 17:47:52 2008 -0500
34404
34405 NAND: ifdef-protect most of nand.h when using legacy NAND.
34406
34407 Some macros such as NAND_CTL_SETALE conflict between current and legacy
34408 NAND, being defined by the subsystem in the former case and the board
34409 config file in the latter.
34410
34411 Signed-off-by: Scott Wood <scottwood@freescale.com>
34412
34413 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
34414 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34415 Date: Tue Jul 8 11:02:05 2008 -0400
34416
34417 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
34418
34419 ARM: Fix for incorrect version of patch applied when
34420 adding support for the Lyrtech SFF-SDR board.
34421
34422 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34423 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
34424
34425 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
34426 Author: Kyungmin Park <kmpark@infradead.org>
34427 Date: Tue Jul 8 09:08:40 2008 +0900
34428
34429 Remove useless print message at apollon
34430
34431 Remove useless print message at apollon
34432
34433 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
34434
34435 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
34436 Author: Andy Fleming <afleming@freescale.com>
34437 Date: Mon Jul 7 14:24:39 2008 -0500
34438
34439 Fix LMB type issues
34440
34441 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
34442 of casting problems in the bootm code that called the LMB functions.
34443
34444 Signed-off-by: Andy Fleming <afleming@freescale.com>
34445
34446 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
34447 Author: Kumar Gala <galak@kernel.crashing.org>
34448 Date: Mon Jul 7 09:39:06 2008 -0500
34449
34450 Fix compiler warnings
34451
34452 gcc-4.3.x generates the following:
34453
34454 bootm.c: In function 'do_bootm_linux':
34455 bootm.c:208: warning: cast from pointer to integer of different size
34456 bootm.c:215: warning: cast from pointer to integer of different size
34457
34458 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34459
34460 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
34461 Author: Harald Welte <laforge@gnumonks.org>
34462 Date: Mon Jul 7 15:40:39 2008 +0800
34463
34464 Remove code duplication for setting the default environment
34465
34466 common/env_common.c (default_env): new function that resets the environment to
34467 the default value
34468 common/env_common.c (env_relocate): use default_env instead of own copy
34469 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
34470 include/environment.h: added default_env prototype
34471
34472 Signed-off-by: Werner Almesberger <werner@openmoko.org>
34473 Signed-off-by: Harald Welte <laforge@openmoko.org>
34474
34475 commit 99c2b434d37863df5dda5207a53760c6506fc2be
34476 Author: Marcel Ziswiler <marcel@ziswiler.com>
34477 Date: Sun Jun 22 16:13:46 2008 +0200
34478
34479 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
34480
34481 The writeenv() and readenv() calls introduced by the recently added bad block
34482 management for environment variables were missing casts therefore producing
34483 compile time warnings.
34484 While at it fixing some typo in a comment and indentation.
34485
34486 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
34487 Signed-off-by: Scott Wood <scottwood@freescale.com>
34488
34489 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
34490 Author: Scott Wood <scottwood@freescale.com>
34491 Date: Fri Jun 20 12:38:57 2008 -0500
34492
34493 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
34494
34495 This is particularly problematic now that non-NAND-specific code is
34496 including <nand.h>, and thus all debugging code is being compiled
34497 regardless of whether it was requested, as reported by Scott McNutt
34498 <smcnutt@psyent.com>.
34499
34500 Signed-off-by: Scott Wood <scottwood@freescale.com>
34501
34502 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
34503 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34504 Date: Thu Jun 12 19:27:58 2008 +0200
34505
34506 mmc: Move atmel_mci driver into drivers/mmc
34507
34508 This makes it easier to use the driver on other platforms.
34509
34510 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34511 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34512
34513 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
34514 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34515 Date: Thu Jun 12 19:27:57 2008 +0200
34516
34517 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
34518
34519 After we move the atmel_mci driver into drivers/mmc, we can't select
34520 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
34521 this driver so that there's no ambiguity.
34522
34523 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34524 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34525
34526 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
34527 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34528 Date: Thu Jun 12 19:27:56 2008 +0200
34529
34530 Create drivers/mmc subdirectory
34531
34532 In order to consolidate more of the various MMC drivers around the
34533 tree, we must first have a common place to put them.
34534
34535 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34536 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34537
34538 commit b502611b51f02718c2d1117d4981dabceb5af6de
34539 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
34540 Date: Sun Jul 6 12:30:09 2008 +0200
34541
34542 Change env_get_char from a global function ptr to a function
34543
34544 This avoids an early global data reference.
34545
34546 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34547
34548 commit 27269417ade432189b234d9fbac98b54e37b978c
34549 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
34550 Date: Sun Jul 6 13:57:58 2008 +0400
34551
34552 Some copy-n-paste fixes in printf usage
34553
34554 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
34555
34556 commit 0e6989b9faf1588e8723535539e88a0df3c71356
34557 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
34558 Date: Sun Jul 6 13:57:00 2008 +0400
34559
34560 FDT memory and pci node fixes for MPC8260ADS
34561
34562 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
34563
34564 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
34565 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
34566 Date: Mon Jul 7 06:41:14 2008 -0700
34567
34568 Fix printf errors.
34569
34570 The compiler will help find mismatches between printf formats and
34571 arguments if you let it. This patch adds the necessary attributes to
34572 declarations in include/common.h, then begins to correct the resulting
34573 compiler warnings. Some of these were bugs, e.g., "$d" instead of
34574 "%d" and incorrect arguments. Others were just annoying, like
34575 int-long mismatches on a system where both are 32 bits. It's worth
34576 fixing the annoying errors to catch the real ones.
34577
34578 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
34579
34580 commit 417faf285b2527acb2de24c5cd3e2621d385408c
34581 Author: Becky Bruce <becky.bruce@freescale.com>
34582 Date: Wed Jul 9 11:09:41 2008 -0500
34583
34584 Allow print_size to print in GB
34585
34586 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34587
34588 commit e7c374529c87525c9aa463e0557c287887ae4e9e
34589 Author: Jason McMullan <mcmullan@netapp.com>
34590 Date: Sun Jun 8 23:56:00 2008 -0400
34591
34592 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
34593
34594 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
34595 they are set in the U-Boot environment.
34596
34597 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
34598 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34599
34600 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
34601 Author: Stefan Roese <sr@denx.de>
34602 Date: Tue Jul 8 12:57:14 2008 +0200
34603
34604 jedec_flash: Fix AM29DL800BB device ID
34605
34606 As pointed out by Jerry Hicks, this patch corrects the device ID of
34607 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
34608 datasheet (rev C4 from Dezember 2006).
34609
34610 Signed-off-by: Stefan Roese <sr@denx.de>
34611
34612 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
34613 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34614 Date: Mon Jul 7 11:22:37 2008 +0900
34615
34616 sh: Fix compile error sh7763rdp board
34617
34618 Disable SH ether driver.
34619
34620 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34621
34622 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
34623 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34624 Date: Tue Jul 8 12:03:24 2008 +0900
34625
34626 sh: Fix SH-boards compile error
34627
34628 By Cleanup out-or-tree building for some boards (.depend)
34629 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
34630 because filse ware changed, some SH-boards have compile error.
34631 I revised this problem.
34632
34633 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34634
34635 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
34636 Author: Jason Jin <Jason.jin@freescale.com>
34637 Date: Tue May 13 11:50:36 2008 +0800
34638
34639 Feed the watchdog in u-boot for 8610 board.
34640
34641 The watchdog on 8610 board is enabled by setting sw[6]
34642 to on. Once enabled, the watchdog can not be disabled
34643 by software. So feed the dog in u-boot is necessary for
34644 normal operation.
34645
34646 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34647
34648 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
34649 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34650 Date: Wed Jun 18 12:10:33 2008 -0400
34651
34652 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
34653
34654 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
34655
34656 Remove duplicate code in a if/else block in
34657 cpu/arm926ejs/davinci/lxt972.c.
34658 Fixed style issues.
34659
34660 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34661 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34662
34663 commit fec61431a003f5778bafa2624073a571af8bec9f
34664 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34665 Date: Wed Jun 18 12:10:31 2008 -0400
34666
34667 Remove duplicate definitions in include/lxt971a.h.
34668
34669 Remove duplicate definitions in include/lxt971a.h.
34670
34671 Remove duplicate registers and bits definitions in
34672 include/lxt971a.h for standard MII registers, and
34673 use values in include/miiphy.h instead.
34674
34675 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34676 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34677
34678 commit 9751ee0990f467941da0b095a4e995f863672d7a
34679 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34680 Date: Wed Jun 11 21:05:00 2008 +0900
34681
34682 net: sh: Renesas SH7763 Ethernet device support
34683
34684 Renesas SH7763 has 2 channel Ethernet device.
34685 This is 10/100/1000 Base support.
34686 But this patch check 10/100 Base only.
34687
34688 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34689 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34690
34691 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
34692 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34693 Date: Tue Jun 17 16:28:05 2008 +0900
34694
34695 sh: Update Renesas R2DPlus board
34696
34697 New NOR Flash board support and remove old type flash board config.
34698 And Remove network setting from config file.
34699
34700 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34701 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34702
34703 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
34704 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34705 Date: Tue Jun 17 16:28:01 2008 +0900
34706
34707 sh: Update Renesas R7780MP board
34708
34709 New NOR Flash board support and remove network setting from config file.
34710
34711 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34712 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34713
34714 commit c001cd604e9f133743effbddb1c215b48e761c5a
34715 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34716 Date: Tue Jun 17 16:27:56 2008 +0900
34717
34718 sh: Update Renesas Migo-R board
34719
34720 Remove network setting from config file.
34721
34722 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34723 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34724
34725 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
34726 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34727 Date: Tue Jun 17 16:27:52 2008 +0900
34728
34729 sh: Update Hitachi MS7722SE board
34730
34731 Remove network setting from config file.
34732
34733 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34734 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34735
34736 commit 26209e48e8791670c93108029a5c31a30016c6df
34737 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34738 Date: Tue Jun 17 16:27:48 2008 +0900
34739
34740 sh: Cleanup source code of SH7763RDP
34741
34742 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34743 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34744
34745 commit 5cd5b2c96ef0025762931349d350287aec03ab47
34746 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34747 Date: Tue Jun 17 16:27:44 2008 +0900
34748
34749 sh: Cleanup source code of R2DPlus
34750
34751 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34752 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34753
34754 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
34755 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34756 Date: Tue Jun 17 16:27:41 2008 +0900
34757
34758 sh: Cleanup source code of R7780MP
34759
34760 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34761 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34762
34763 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
34764 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34765 Date: Tue Jun 17 16:27:38 2008 +0900
34766
34767 sh: Cleanup source code of MS7722SE
34768
34769 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34770 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34771
34772 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
34773 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34774 Date: Tue Jun 17 16:27:34 2008 +0900
34775
34776 sh: Cleanup source code of MS7720SE
34777
34778 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34779 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34780
34781 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
34782 Author: Wolfgang Denk <wd@denx.de>
34783 Date: Mon Jul 7 00:45:03 2008 +0200
34784
34785 SH: fix out of tree building
34786
34787 Signed-off-by: Wolfgang Denk <wd@denx.de>
34788
34789 commit 9047bfa1e737d787be460387dd6f45737eeceb10
34790 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34791 Date: Thu Jul 3 23:16:06 2008 +0900
34792
34793 net: smc911x: Fix typo
34794
34795 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34796
34797 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
34798 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
34799 Date: Wed Jul 2 18:54:08 2008 +0200
34800
34801 update mvBL-M7 board config
34802
34803 update mvBL-M7 config file to use UBOOT_VERSION and define
34804 CONFIG_HIGH_BATS.
34805
34806 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34807
34808 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
34809 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34810 Date: Mon Jun 30 17:45:01 2008 +0900
34811
34812 net: fix compile problem in smc911x driver.
34813
34814 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34815 Acked-by: Ben Warren <biggerbadderben@gmail.com>
34816
34817 commit 9fea65a6c469b1b474b27446feb58738baba2d31
34818 Author: Michal Simek <monstr@monstr.eu>
34819 Date: Tue Jun 24 09:54:09 2008 +0200
34820
34821 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
34822
34823 This change helps with better handling with others
34824 Xilinx based platform.
34825
34826 Signed-off-by: Michal Simek <monstr@monstr.eu>
34827 Acked-by: Stefan Roese <sr@denx.de>
34828
34829 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
34830 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34831 Date: Tue Jun 17 13:07:11 2008 +0900
34832
34833 net: ne2000: Move dev_addr variable from grobal to local.
34834
34835 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34836 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34837
34838 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
34839 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34840 Date: Tue Jun 17 13:07:15 2008 +0900
34841
34842 net: ne2000: Fix compile error of NE2000
34843
34844 If enable DEBUG, can not compile ne2000 driver.
34845
34846 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34847 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34848
34849 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
34850 Author: Ben Warren <biggerbadderben@gmail.com>
34851 Date: Mon Jun 23 22:57:27 2008 -0700
34852
34853 Add mechanisms for CPU and board-specific Ethernet initialization
34854
34855 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
34856 initialization to CPU or board-specific code. Initial implementation is
34857 only on the Freescale TSEC controller, but others will be added soon.
34858
34859 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34860
34861 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
34862 Author: Wolfgang Denk <wd@denx.de>
34863 Date: Sun Jul 6 01:21:46 2008 +0200
34864
34865 include/sha256.h: fix file permissions.
34866
34867 Signed-off-by: Wolfgang Denk <wd@denx.de>
34868
34869 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
34870 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
34871 Date: Tue May 27 11:15:29 2008 +0200
34872
34873 [AT91SAM9] Fix NAND FLASH timings
34874
34875 Fix NAND FLASH timings for at91sam9x evaluation kits.
34876
34877 New timings are based on application note
34878 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
34879 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
34880
34881 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
34882 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34883 Acked-by: Stelian Pop <stelian@popies.net>
34884
34885 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
34886 Author: Stelian Pop <stelian@popies.net>
34887 Date: Thu May 22 00:15:40 2008 +0200
34888
34889 Fix boot from NOR due to incorrect reset delay.
34890
34891 AT91 RSTC registers are battery-backuped, so their values
34892 are not reset across power cycles. One of those registers,
34893 the AT91_RSTC_MR register, is being modified by U-Boot, in
34894 the ethernet initialisation routine, to generate a 500ms
34895 user reset.
34896
34897 Unfortunately, this value is not being restored afterwards,
34898 causing subsequent resets to also last for 500ms.
34899
34900 This long reset sequence causes problems (at least) in the
34901 boot sequence from NOR: by the time the CPU tries to load
34902 a program from the NOR flash, the latter is still in reset
34903 and not yet available.
34904
34905 Additionaly, this patch fixes a bug in the original code which
34906 caused the reset delay to last for 2s instead of 500ms.
34907
34908 Signed-off-by: Stelian Pop <stelian@popies.net>
34909 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34910
34911 commit f492dd636fbbae529e17533995bc6e5813c007f6
34912 Author: Wolfgang Denk <wd@denx.de>
34913 Date: Fri Jul 4 20:11:49 2008 +0200
34914
34915 Update CHANGELOG
34916
34917 Signed-off-by: Wolfgang Denk <wd@denx.de>
34918
34919 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
34920 Author: Wolfgang Denk <wd@denx.de>
34921 Date: Fri Jul 4 20:07:35 2008 +0200
34922
34923 CCM/SCM boards: fix out of tree building
34924
34925 Signed-off-by: Wolfgang Denk <wd@denx.de>
34926
34927 commit ab4c3a490df9a964711556d2a05b0c787db45fde
34928 Author: Wolfgang Denk <wd@denx.de>
34929 Date: Thu Jul 3 23:22:27 2008 +0200
34930
34931 SCM board: fix build errors.
34932
34933 Signed-off-by: Wolfgang Denk <wd@denx.de>
34934
34935 commit a566466f17ba0e2d2b6c250e77da678fb932470d
34936 Author: Wolfgang Denk <wd@denx.de>
34937 Date: Thu Jul 3 23:06:36 2008 +0200
34938
34939 IAD210 board: fix ``"ALIGN" redefined'' warning.
34940
34941 Signed-off-by: Wolfgang Denk <wd@denx.de>
34942
34943 commit ad756314797c16fa5dca23e115aab881011f164f
34944 Author: Wolfgang Denk <wd@denx.de>
34945 Date: Thu Jul 3 23:00:24 2008 +0200
34946
34947 CCM board: fix build errors.
34948
34949 Signed-off-by: Wolfgang Denk <wd@denx.de>
34950
34951 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
34952 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
34953 Date: Wed Jul 2 18:54:08 2008 +0200
34954
34955 update mvBL-M7 board config
34956
34957 update mvBL-M7 config file to use UBOOT_VERSION.
34958
34959 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34960 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34961
34962 commit ced209c50e80c25f13c083099b05044048d21f4f
34963 Author: Wolfgang Denk <wd@denx.de>
34964 Date: Thu Jul 3 22:39:21 2008 +0200
34965
34966 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
34967
34968 Signed-off-by: Wolfgang Denk <wd@denx.de>
34969
34970 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
34971 Author: Wolfgang Denk <wd@denx.de>
34972 Date: Thu Jul 3 22:34:08 2008 +0200
34973
34974 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
34975
34976 Signed-off-by: Wolfgang Denk <wd@denx.de>
34977
34978 commit 730f298485984b011b6ee8f4acb511cb45a843dd
34979 Author: Wolfgang Denk <wd@denx.de>
34980 Date: Thu Jul 3 22:04:17 2008 +0200
34981
34982 lmb: fix "implicit declaration of function 'lmb_free'" warning
34983
34984 Signed-off-by: Wolfgang Denk <wd@denx.de>
34985
34986 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
34987 Author: Wolfgang Denk <wd@denx.de>
34988 Date: Wed Jul 2 23:53:23 2008 +0200
34989
34990 Cleanup: remove redundant deleting on *~ files
34991
34992 Signed-off-by: Wolfgang Denk <wd@denx.de>
34993
34994 commit c8a3b109f07f02342d097b30908965f7261d9f15
34995 Author: Wolfgang Denk <wd@denx.de>
34996 Date: Wed Jul 2 23:49:18 2008 +0200
34997
34998 Cleanup out-or-tree building for some boards (.depend)
34999
35000 Signed-off-by: Wolfgang Denk <wd@denx.de>
35001
35002 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
35003 Author: Wolfgang Denk <wd@denx.de>
35004 Date: Wed Jul 2 23:38:50 2008 +0200
35005
35006 Cleanup: fix out-of-tree building for some boards
35007
35008 Signed-off-by: Wolfgang Denk <wd@denx.de>
35009
35010 commit 461fa68d20861811487944d22291db5a13410e20
35011 Author: Wolfgang Denk <wd@denx.de>
35012 Date: Wed Jul 2 23:00:14 2008 +0200
35013
35014 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
35015
35016 Signed-off-by: Wolfgang Denk <wd@denx.de>
35017
35018 commit 5981ebd32017e062b08aa6747cf591276f2db779
35019 Author: Detlev Zundel <dzu@denx.de>
35020 Date: Fri Jun 20 22:26:24 2008 +0200
35021
35022 fdt: Fix typo in variable name.
35023
35024 Signed-off-by: Detlev Zundel <dzu@denx.de>
35025
35026 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
35027 Author: Gary Jennejohn <garyj@denx.de>
35028 Date: Thu Jun 19 11:11:19 2008 +0200
35029
35030 Add logos for RRvision board
35031
35032 Signed-off-by: Gary Jennejohn <garyj@denx.de>
35033
35034 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
35035 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
35036 Date: Wed Jun 18 11:03:57 2008 +0200
35037
35038 mpc8260: add fdt_fixup_ethernet support
35039
35040 Add support for updating mac-address and local-mac-address in fdt for
35041 all MPC8260 targets.
35042
35043 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
35044
35045 commit f6a69559d64498a04e1e0b087a9b920e5775f866
35046 Author: Steven A. Falco <sfalco@harris.com>
35047 Date: Thu Jun 12 13:24:42 2008 -0400
35048
35049 cmd_nvedit.c: clean up syntax highlighting
35050
35051 My text-editor (vim) has a bit of trouble syntax-highlighting the
35052 cmd_nvedit.c file, because it apparently does not parse C
35053 ifdef/else/endif. The following patch does not change the behavior of
35054 the code at all, but does allow the editor to properly
35055 syntax-highlight the file.
35056
35057 Signed-off-by: Steve Falco <sfalco@harris.com>
35058
35059 commit 75678c807a6272ecc5541eb32898c93887f08400
35060 Author: Steven A. Falco <sfalco@harris.com>
35061 Date: Thu Jun 12 13:22:12 2008 -0400
35062
35063 Make setenv() return status
35064
35065 Currently, the setenv function does not return an error code.
35066 This patch allows to test for errors.
35067
35068 Signed-off-by: Steve Falco <sfalco@harris.com>
35069
35070 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
35071 Author: Kumar Gala <galak@kernel.crashing.org>
35072 Date: Wed Jun 11 10:14:06 2008 -0500
35073
35074 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
35075
35076 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
35077 and fls is used to implement them.
35078
35079 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35080
35081 commit 83002a77cbdf383015ca384eff5fa31722d8e571
35082 Author: Magnus Lilja <lilja.magnus@gmail.com>
35083 Date: Mon Jun 9 22:58:48 2008 +0200
35084
35085 i.MX31: Cleanup comments in lowlevel_init.S.
35086
35087 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
35088
35089 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
35090 Author: Ben Warren <biggerbadderben@gmail.com>
35091 Date: Sun Jun 8 23:28:33 2008 -0700
35092
35093 Move conditional compilation of MPC8XXX SPI driver to Makefile
35094
35095 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35096
35097 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
35098 Author: Juergen Kilb <J.Kilb@gmx.de>
35099 Date: Sun Jun 8 17:59:53 2008 +0200
35100
35101 i.MX31: fixed CTRL-C detection
35102
35103 The Register URXD contains status information in bits [15..8].
35104 With status bit 15 set, CTRL-C was reported as 0x8003 instead
35105 of 0x03. Therefore CTRL-C was not detected.
35106 To solve this, bits [15..8] were masked out now.
35107
35108 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
35109 Acked-by: Felix Radensky <felix@embedded-sol.com>
35110
35111 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
35112 Author: Stefan Roese <sr@denx.de>
35113 Date: Tue Jul 1 17:03:19 2008 +0200
35114
35115 ppc4xx: Fix 460EX/GT PCIe port initialization
35116
35117 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
35118 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
35119 this out.
35120
35121 Signed-off-by: Stefan Roese <sr@denx.de>
35122
35123 commit b571afde0295b007a45055ee49f8822c753a5651
35124 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35125 Date: Sat Jun 7 12:29:52 2008 +0200
35126
35127 add SHA256 support
35128
35129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35130 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
35131
35132 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
35133 Author: Marian Balakowicz <m8@semihalf.com>
35134 Date: Fri Jun 6 23:07:40 2008 +0200
35135
35136 Delay FIT format check on sector based devices
35137
35138 Global FIT image operations like format check cannot be performed on
35139 a first sector data, defer them to the point when whole FIT image was
35140 uploaded to a system RAM.
35141
35142 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
35143 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
35144 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
35145
35146 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
35147 Author: Dave Liu <r63238@freescale.com>
35148 Date: Tue Jun 3 17:38:19 2008 +0800
35149
35150 sata: wait for device updating signature to host
35151
35152 The driver need wait for the device updating signature to host.
35153 If we don't wait for it, the driver can not detect the device(disk)
35154 when the system powers up.
35155
35156 Signed-off-by: Dave Liu <daveliu@freescale.com>
35157
35158 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
35159 Author: Stefan Roese <sr@denx.de>
35160 Date: Sat Jun 28 14:56:17 2008 +0200
35161
35162 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
35163
35164 This patch implements a fix provided by AMCC so that the lockup upon
35165 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
35166 anymore:
35167
35168 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
35169 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
35170 USB 2.0 host and SATA.
35171
35172 This errata is not officially available yet. I'll update the comment
35173 to add the errata number later.
35174
35175 Signed-off-by: Stefan Roese <sr@denx.de>
35176
35177 commit 8b616edb118e37d05f6401389eaee1c636b22828
35178 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
35179 Date: Mon Jun 2 16:42:19 2008 -0400
35180
35181 serial_pl010.c: add watchdog support
35182
35183 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
35184
35185 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
35186 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
35187 Date: Mon Jun 2 16:40:08 2008 -0400
35188
35189 jffs2_1pass.c: add watchdog support
35190
35191 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
35192
35193 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
35194 Author: Sascha Laue <sascha.laue@liebherr.com>
35195 Date: Fri May 30 09:48:14 2008 +0200
35196
35197 Configure DSP POST; add watchdog reset to diag command
35198
35199 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
35200
35201 commit f13526517859bf6b573e23ff47199e107d1009b5
35202 Author: Tor Krill <tor@excito.com>
35203 Date: Thu May 29 10:40:17 2008 +0200
35204
35205 Add sata sil3114 support
35206
35207 Signed-off-by: Tor Krill <tor@excito.com>
35208
35209 commit e093a247628228100f405b6d7f6b1bfc16141938
35210 Author: Wolfgang Denk <wd@denx.de>
35211 Date: Sat Jun 28 23:34:37 2008 +0200
35212
35213 Coding Style Cleanup
35214
35215 Signed-off-by: Wolfgang Denk <wd@denx.de>
35216
35217 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
35218 Author: Wolfgang Denk <wd@denx.de>
35219 Date: Sat Jun 28 23:16:01 2008 +0200
35220
35221 Update CHANGELOG
35222
35223 Signed-off-by: Wolfgang Denk <wd@denx.de>
35224
35225 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
35226 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35227 Date: Wed May 21 13:58:41 2008 -0400
35228
35229 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
35230
35231 This patch adds support for the Lyrtech SFF-SDR board,
35232 based on the TI DaVinci architecture (ARM926EJS).
35233
35234 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35235 Signed-off-by: Philip Balister <philip@balister.org>
35236 Signed-off-by: Wolfgang Denk <wd@denx.de>
35237
35238 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
35239 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35240 Date: Thu May 22 11:09:59 2008 +0200
35241
35242 MMC: Consolidate MMC/SD command definitions
35243
35244 This moves the MMC and SD Card command definitions from
35245 include/asm/arch/mmc.h into include/mmc.h. These definitions are
35246 given by the MMC and SD Card standards, not by any particular
35247 architecture.
35248
35249 There's a lot more room for consolidation in the MMC drivers which
35250 I'm hoping to get done eventually, but this patch is a start.
35251
35252 Compile-tested for all avr32 boards as well as lpc2292sodimm and
35253 lubbock. This should cover all three mmc drivers in the tree.
35254
35255 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35256
35257 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
35258 Author: Kyungmin Park <kmpark@infradead.org>
35259 Date: Wed May 21 14:38:08 2008 +0900
35260
35261 Use better Ethernet timings for apollon board
35262
35263 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
35264
35265 commit 41c5eaa7253ed82bbae1eda5667755872c615164
35266 Author: Andy Fleming <afleming@freescale.com>
35267 Date: Mon Jun 16 13:58:56 2008 -0500
35268
35269 Resize device tree to allow space for board changes and the chosen node
35270
35271 Current code requires that a compiled device tree have space added to the end to
35272 leave room for extra nodes added by board code (and the chosen node). This
35273 requires that device tree creators anticipate how much space U-Boot will add to
35274 the tree, which is absurd. Ideally, the code would resize and/or relocate the
35275 tree when it needed more space, but this would require a systemic change to the
35276 fdt code, which is non-trivial. Instead, we resize the tree inside
35277 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
35278 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
35279
35280 Signed-off-by: Andy Fleming <afleming@freescale.com>
35281
35282 commit 7570a9941fc565922078679a72d246fe208d696d
35283 Author: Andy Fleming <afleming@freescale.com>
35284 Date: Mon Jun 16 13:58:55 2008 -0500
35285
35286 Fix an underflow bug in __lmb_alloc_base
35287
35288 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
35289 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
35290 merely updates __lmb_alloc_base to resemble the current version in Linux.
35291
35292 Signed-off-by: Andy Fleming <afleming@freescale.com>
35293
35294 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
35295 Author: Andy Fleming <afleming@freescale.com>
35296 Date: Mon Jun 16 13:58:54 2008 -0500
35297
35298 Add lmb_free
35299
35300 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
35301 lmb_reserve to temporarily reserve some memory.
35302
35303 Signed-off-by: Andy Fleming <afleming@freescale.com>
35304
35305 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
35306 Author: Andy Fleming <afleming@freescale.com>
35307 Date: Mon Jun 16 13:58:53 2008 -0500
35308
35309 Add ALIGN() macro
35310
35311 ALIGN() returns the smallest aligned value greater than the passed
35312 in address or size. Taken from Linux.
35313
35314 Signed-off-by: Andy Fleming <afleming@freescale.com>
35315
35316 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
35317 Author: Stefan Roese <sr@denx.de>
35318 Date: Tue Jun 24 17:15:22 2008 +0200
35319
35320 ppc4xx: Fix compilation problems with phys_size_t
35321
35322 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
35323 board specific files where it has been missing.
35324
35325 Signed-off-by: Stefan Roese <sr@denx.de>
35326
35327 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
35328 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35329 Date: Mon May 19 12:26:38 2008 +0200
35330
35331 Conditionally add -fno-stack-protector to CFLAGS
35332
35333 When compile-testing on powerpc, I get errors like this:
35334
35335 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
35336
35337 This seems to be because -fstack-protector is on by default, so
35338 let's explicitly disable it on all architectures that support the
35339 option.
35340
35341 The Ubuntu toolchain is affected by this problem, and according to
35342 Mike Frysinger, Gentoo has been running with SSP enabled for years.
35343 More and more distros are turning SSP on by default, so this problem
35344 is likely to get worse in the future.
35345
35346 Also, powerpc just happens to be one of the arches I do
35347 compile-testing on. There may be other arches affected by this too.
35348
35349 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35350
35351 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
35352 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35353 Date: Sun May 18 19:09:52 2008 +0200
35354
35355 pcmcia/ti_pci1410a: Move compile condition to the Makefile
35356
35357 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35358
35359 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
35360 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35361 Date: Sun May 18 19:09:51 2008 +0200
35362
35363 pxa_pcmcia: Move compile condition to the Makefile
35364
35365 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35366
35367 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
35368 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35369 Date: Sun May 18 19:09:50 2008 +0200
35370
35371 marabun_pcmcia: Move compile condition to the Makefile
35372
35373 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35374
35375 commit 6a19c46cae43c16c528eddefae3db97134f1915d
35376 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
35377 Date: Mon Jun 23 13:25:34 2008 +0200
35378
35379 fix non-working mvBL-M7
35380
35381 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
35382
35383 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
35384 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35385
35386 commit 846f1574ddddeda2bc227655e687308695f41cdc
35387 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
35388 Date: Mon Jun 23 11:40:56 2008 +0200
35389
35390 fix system config overwrite @ MPC834x and MPC8313
35391
35392 During 83xx setup the "System I/O configuration register high" gets
35393 overwritten with user defined value if CFG_SICRH is defined.
35394
35395 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
35396 must keep their reset value regardless of configuration.
35397
35398 On my board (using RGMII) those bits are set after reset - yet it's
35399 unclear where they come from.
35400
35401 The patch keeps both bits on MPC834x and MPC8313.
35402
35403 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
35404 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35405
35406 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
35407 Author: Kim Phillips <kim.phillips@freescale.com>
35408 Date: Tue Jun 17 17:45:27 2008 -0500
35409
35410 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
35411
35412 to avoid this:
35413
35414 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
35415 In file included from cpu.c:33:
35416 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
35417
35418 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35419
35420 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
35421 Author: Stefan Roese <sr@denx.de>
35422 Date: Mon Jun 23 11:15:09 2008 +0200
35423
35424 ppc4xx: Fix problem in gpio_config()
35425
35426 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
35427 left by one. So the additional shift is bogus.
35428
35429 Signed-off-by: Stefan Roese <sr@denx.de>
35430
35431 commit 40777812316fc252c941665c0f60c148fd79d50f
35432 Author: Detlev Zundel <dzu@denx.de>
35433 Date: Fri Jun 20 22:24:05 2008 +0200
35434
35435 fdt: Fix typo in variable name.
35436
35437 Signed-off-by: Detlev Zundel <dzu@denx.de>
35438
35439 commit 5f723a3b98c630bde33de74351f2121691fdef14
35440 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35441 Date: Fri Jun 20 10:41:05 2008 +0200
35442
35443 avr32: Enable SPI flash support on ATNGW100
35444
35445 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
35446 the new SPI flash framework.
35447
35448 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35449
35450 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
35451 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35452 Date: Fri Jun 20 12:44:28 2008 +0200
35453
35454 avr32: Fix SPI portmux initialization
35455
35456 Use the new GPIO manipulation functions to set up the chip select lines,
35457 and make sure both busses use GPIO for chip select control.
35458
35459 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35460
35461 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
35462 Author: Peter Ma <pma@mediamatech.com>
35463 Date: Sun Jun 1 22:59:24 2008 -0700
35464
35465 avr32: Add GPIO manipulation functions
35466
35467 Adds GPIO manipulation functions for AVR32 AP7 platform.
35468
35469 Signed-off-by: Peter Ma <pma@mediamatech.com>
35470 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
35471 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35472
35473 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
35474 Author: Wolfgang Grandegger <wg@grandegger.com>
35475 Date: Thu Jun 5 13:02:30 2008 +0200
35476
35477 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
35478
35479 This patch is based on the following patch sent a few minutes ago:
35480 "NAND FSL UPM: driver re-write using the hwcontrol callback"
35481 It is untested, of course. Anton, could you please give it a try.
35482
35483 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35484 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35485
35486 commit 96026d42fa4e646d28318c0a1438aac4b2017909
35487 Author: Anatolij Gustschin <agust@denx.de>
35488 Date: Thu Jun 12 12:40:11 2008 +0200
35489
35490 Fix 4xx build issue
35491
35492 Building for 4xx doesn't work since commit 4dbdb768:
35493
35494 In file included from 4xx_pcie.c:28:
35495 include/asm/processor.h:971: error: expected ')' before 'ver'
35496 make[1]: *** [4xx_pcie.o] Error 1
35497
35498 This patch fixes the problem.
35499
35500 Signed-off-by: Anatolij Gustschin <agust@denx.de>
35501 Acked-by: Stefan Roese <sr@denx.de>
35502 Acked-by: Kumar Gala <galak@kernel.crashing.org>
35503
35504 commit a036b0443657fe0f4773786de9092251869f08ac
35505 Author: Kumar Gala <galak@kernel.crashing.org>
35506 Date: Thu Jun 19 01:45:50 2008 -0500
35507
35508 MPC8610HPCD: Report board id, board version and fpga version.
35509
35510 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35511
35512 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
35513 Author: Kumar Gala <galak@kernel.crashing.org>
35514 Date: Thu Jun 19 01:45:27 2008 -0500
35515
35516 MPC8641HPCN: Report board id, board version and fpga version.
35517
35518 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35519
35520 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
35521 Author: Stefan Roese <sr@denx.de>
35522 Date: Mon Jun 16 10:40:02 2008 +0200
35523
35524 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
35525
35526 This patch simplifies flash_toggle() (AMD commandset), which is used to
35527 detect if a FLASH device is still busy with erase/program operations. On
35528 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
35529 did not detect the busy state reliably, resulting in non erased sectors
35530 etc. This patch now simplifies this function by "just" comparing the
35531 complete data-word instead of ANDing it with the command-word (0x40)
35532 before the compatison. It is done the same way in the Linux implementation
35533 chip_ready() in cfi_cmdset_0002.c.
35534
35535 Signed-off-by: Stefan Roese <sr@denx.de>
35536
35537 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
35538 Author: Philip Balister <philip@balister.org>
35539 Date: Mon Jun 16 08:58:07 2008 -0400
35540
35541 NAND: Add missing declaration to non-redundant saveenv().
35542
35543 Signed-off-by: Scott Wood <scottwood@freescale.com>
35544
35545 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
35546 Author: Wolfgang Grandegger <wg@grandegger.com>
35547 Date: Mon Jun 2 15:09:55 2008 +0200
35548
35549 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
35550
35551 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35552 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35553 Signed-off-by: Scott Wood <scottwood@freescale.com>
35554
35555 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
35556 Author: Stefan Roese <sr@denx.de>
35557 Date: Tue Jun 10 15:34:11 2008 +0200
35558
35559 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
35560
35561 This patch disables the square wave output of the M41T62 RTC used on
35562 Canyonlands & Glacier. Here the explanation:
35563
35564 The serial real-time clock part used in the design is an
35565 STMicro M41T62. This part has a full-time 32KHz square wave
35566 output that is connected to the TmrClk input to the
35567 processor. The default state for this square wave output is
35568 enabled so the output runs continuously when the board is
35569 powered normally and also from the battery. The TmrClk input
35570 to the processor goes to ground when the power is removed
35571 from the board/processor, and therefore the running square
35572 wave output is driving ground which drains the battery quickly.
35573
35574 Signed-off-by: Stefan Roese <sr@denx.de>
35575
35576 commit a94f22f08f280905926219e568568964cb9eeb9d
35577 Author: Andy Fleming <afleming@freescale.com>
35578 Date: Wed Jun 11 18:10:20 2008 -0500
35579
35580 Fix build issue with string.h and linux/string.h
35581
35582 This commit:
35583 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
35584 Author: Wolfgang Denk <wd@denx.de>
35585 Date: Fri Jun 6 14:28:14 2008 +0200
35586
35587 tools/mkimage: fix compiler warnings on some systems.
35588
35589 Broke building on some systems, because the host's string.h was interfering
35590 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
35591 we're building for the host, so now we only include when building inside
35592 u-boot.
35593
35594 Signed-off-by: Andy Fleming <afleming@freescale.com>
35595
35596 commit 9973e3c614721bbf169882ffc3be266a6611cd60
35597 Author: Becky Bruce <becky.bruce@freescale.com>
35598 Date: Mon Jun 9 16:03:40 2008 -0500
35599
35600 Change initdram() return type to phys_size_t
35601
35602 This patch changes the return type of initdram() from long int to phys_size_t.
35603 This is required for a couple of reasons: long int limits the amount of dram
35604 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
35605 size of physical memory. phys_size_t is defined as an unsigned long on almost
35606 all current platforms.
35607
35608 This patch *only* changes the return type of the initdram function (in
35609 include/common.h, as well as in each board's implementation of initdram). It
35610 does not actually modify the code inside the function on any of the platforms;
35611 platforms which wish to support more than 2GB of DRAM will need to modify
35612 their initdram() function code.
35613
35614 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
35615 MPC8641HPCN.
35616
35617 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35618
35619 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
35620 Author: Becky Bruce <becky.bruce@freescale.com>
35621 Date: Mon Jun 9 20:37:18 2008 -0500
35622
35623 Change lmb to use phys_size_t/phys_addr_t
35624
35625 This updates the lmb code to use phys_size_t
35626 and phys_addr_t instead of unsigned long. Other code
35627 which interacts with this code, like getenv_bootm_size()
35628 is also updated.
35629
35630 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
35631
35632 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35633
35634 commit 61b09fc2952dc636017df4e7970e3de132276ba1
35635 Author: Becky Bruce <becky.bruce@freescale.com>
35636 Date: Mon Jun 9 20:37:17 2008 -0500
35637
35638 Change print_size to take phys_size_t
35639
35640 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35641
35642 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
35643 Author: Becky Bruce <becky.bruce@freescale.com>
35644 Date: Mon Jun 9 20:37:16 2008 -0500
35645
35646 Change bd/gd memsize/ram_size to be phys_size_t.
35647
35648 Currently, both are defined as an unsigned long, but
35649 should be phys_size_t. This should result in no real change,
35650 since phys_size_t is currently an unsigned long for all the
35651 default configs. Also add print_lnum to cmd_bdinfo to deal
35652 with the potentially wider memsize.
35653
35654 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35655
35656 commit ba04f7010958e88a8910f2a123fee53fdc72e013
35657 Author: Kumar Gala <galak@kernel.crashing.org>
35658 Date: Tue Jun 10 16:16:02 2008 -0500
35659
35660 FSL LAW: Add new interface to use the last free LAW
35661
35662 LAWs have the concept of priority so its useful to be able to allocate
35663 the lowest (highest number) priority. We will end up using this with the
35664 new DDR code.
35665
35666 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35667
35668 commit 859a86a25c569d3665ff413d1d923394b8a961f3
35669 Author: Kumar Gala <galak@kernel.crashing.org>
35670 Date: Wed Jun 11 00:51:45 2008 -0500
35671
35672 85xx/86xx: Move to dynamic mgmt of LAWs
35673
35674 With the new LAW interface (set_next_law) we can move to letting the
35675 system allocate which LAWs are used for what purpose. This makes life
35676 a bit easier going forward with the new DDR code.
35677
35678 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35679 Signed-off-by: Andy Fleming <afleming@freescale.com>
35680 Acked-by: Jon Loeliger <jdl@freescale.com>
35681 Acked-by: Becky Bruce <becky.bruce@freescale.com>
35682
35683 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
35684 Author: Kumar Gala <galak@kernel.crashing.org>
35685 Date: Wed Jun 11 00:44:10 2008 -0500
35686
35687 FSL LAW: Keep track of LAW allocations
35688
35689 Make it so we keep track of which LAWs have allocated and provide
35690 a function (set_next_law) which can allocate a LAW for us if one is
35691 free.
35692
35693 In the future we will move to doing more "dynamic" LAW allocation
35694 since the majority of users dont really care about what LAW number
35695 they are at.
35696
35697 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
35698
35699 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35700 Signed-off-by: Andy Fleming <afleming@freescale.com>
35701
35702 commit ddde74a159caa6e18b481fec01d40b885aebb566
35703 Author: Kumar Gala <galak@kernel.crashing.org>
35704 Date: Mon Jun 9 22:31:57 2008 -0500
35705
35706 85xx: remove dummy board_early_init_f
35707
35708 A number of board ports have empty version of board_early_init_f
35709 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
35710
35711 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35712
35713 commit 81e56e9af0d43712db8efb843606a8d62eab454f
35714 Author: Kumar Gala <galak@kernel.crashing.org>
35715 Date: Mon Jun 9 18:55:38 2008 -0500
35716
35717 MPC8544DS: Update config.h
35718
35719 * Enable flash progress
35720 * remove CLEAR_LAW0 since we dont really use it
35721
35722 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35723
35724 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
35725 Author: Kumar Gala <galak@kernel.crashing.org>
35726 Date: Mon Jun 9 13:37:24 2008 -0500
35727
35728 85xx: Remove unused and unconfigured memory test code.
35729
35730 Remove unused and unconfigured DDR test code from FSL 85xx boards.
35731 Besides, other common code exists.
35732
35733 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35734
35735 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
35736 Author: Sergei Poselenov <sposelenov@emcraft.com>
35737 Date: Fri Jun 6 15:42:45 2008 +0200
35738
35739 Socrates: Added FPGA base address update in FDT.
35740
35741 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35742
35743 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
35744 Author: Sergei Poselenov <sposelenov@emcraft.com>
35745 Date: Fri Jun 6 15:42:44 2008 +0200
35746
35747 Socrates: NAND support added. Changed the U-Boot base address and
35748
35749 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35750
35751 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
35752 Author: Sergei Poselenov <sposelenov@emcraft.com>
35753 Date: Fri Jun 6 15:42:43 2008 +0200
35754
35755 NAND: Added support for 128-bit OOB, adapted
35756
35757 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35758
35759 commit 31ca0208612f2eb57690110d7c2815953650e47b
35760 Author: Sergei Poselenov <sposelenov@emcraft.com>
35761 Date: Fri Jun 6 15:42:42 2008 +0200
35762
35763 Socrates: added missed file with UPMA configuration data.
35764
35765 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
35766
35767 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
35768 Author: Sergei Poselenov <sposelenov@emcraft.com>
35769 Date: Fri Jun 6 15:42:41 2008 +0200
35770
35771 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
35772
35773 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35774
35775 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
35776 Author: Sergei Poselenov <sposelenov@emcraft.com>
35777 Date: Fri Jun 6 15:42:40 2008 +0200
35778
35779 Added the upmconfig() function for 85xx.
35780
35781 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35782 Signed-off-by: Andy Fleming <afleming@freescale.com>
35783
35784 commit d39e68514ff943930ee692cff3fde03532eb7fec
35785 Author: Sergei Poselenov <sposelenov@emcraft.com>
35786 Date: Fri Jun 6 15:42:39 2008 +0200
35787
35788 Socrates: config file cleanup.
35789
35790 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35791
35792 commit e8cc3f04b124f757af4528206e60d8eb715ae083
35793 Author: Wolfgang Grandegger <wg@grandegger.com>
35794 Date: Thu Jun 5 13:12:10 2008 +0200
35795
35796 TQM85xx: Change memory map to support Flash memory > 128 MiB
35797
35798 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
35799 memory. The current memory map only supports up to 128 MiB Flash.
35800 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
35801 set, up to 1 GiB flash is supported. To achieve this, the memory
35802 map has to be adjusted in great parts (for example the CCSRBAR is
35803 moved from 0xE0000000 to 0xA0000000).
35804
35805 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
35806 memory map also has to be considered in the kernel (changed
35807 CCSRBAR address, changed PCI IO base address, ...). Please use
35808 an appropriate Flat Device Tree blob (tqm8548.dtb).
35809
35810 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35811 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35812
35813 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
35814 Author: Wolfgang Grandegger <wg@grandegger.com>
35815 Date: Thu Jun 5 13:12:09 2008 +0200
35816
35817 TQM85xx: NAND support via local bus UPMB
35818
35819 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
35820 default and can be enabled for the TQM8548 modules. It is now based on
35821 the re-written FSL NAND UPM driver. A patch has been posted earlier today
35822 with the subject:
35823
35824 "NAND FSL UPM: driver re-write using the hwcontrol callback"
35825
35826 Note that the R/B pin is not supported by that module requiring to use
35827 the specified maximum delay time.
35828
35829 Note: With NAND support enabled the size of the U-Boot image exceeds
35830 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
35831 doubling the image size :-(.
35832
35833 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
35834 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35835
35836 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
35837 Author: Wolfgang Grandegger <wg@grandegger.com>
35838 Date: Thu Jun 5 13:12:08 2008 +0200
35839
35840 TQM8548: PCI express support
35841
35842 This patch adds support for PCI express cards. The board support
35843 now uses common FSL PCI init code, for both, PCI and PCIe on all
35844 TQM85xx modules.
35845
35846 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
35847 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35848
35849 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
35850 Author: Wolfgang Grandegger <wg@grandegger.com>
35851 Date: Thu Jun 5 13:12:07 2008 +0200
35852
35853 TQM8548: Basic support for the TQM8548 modules
35854
35855 This patch adds basic support for the TQM8548 module from TQ-Components
35856 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
35857 eTSEC 3 and 4
35858
35859 Furthermore Flash buffer write has been enabled to speed up output to
35860 the Flash by approx. a factor of 10.
35861
35862 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
35863 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35864
35865 commit 25991353204c78b094c3c1fec90182dcd607ab8f
35866 Author: Wolfgang Grandegger <wg@grandegger.com>
35867 Date: Thu Jun 5 13:12:06 2008 +0200
35868
35869 TQM85xx: Support for Flat Device Tree
35870
35871 This patch adds support for Linux kernels using the Flat Device Tree.
35872 It also re-defines the default environment settings for booting Linux
35873 with the FDT blob.
35874
35875 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35876
35877 commit d9ee843d54c54776e1fdb86336ce554906a87331
35878 Author: Wolfgang Grandegger <wg@grandegger.com>
35879 Date: Thu Jun 5 13:12:05 2008 +0200
35880
35881 TQM85xx: Support for Intel 82527 compatible CAN controller
35882
35883 This patch adds initialization of the UPMC RAM to support up to two
35884 Intel 82527 compatible CAN controller on the TQM85xx modules.
35885
35886 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
35887 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35888
35889 commit 518d5cfe72916323c746af1647764459914f555f
35890 Author: Wolfgang Grandegger <wg@grandegger.com>
35891 Date: Thu Jun 5 13:12:04 2008 +0200
35892
35893 TQM85xx: Bugfix in the SDRAM initialisation
35894
35895 The CS0_BNDS register is now set according to the detected
35896 memory size.
35897
35898 Signed-off-by Martin Krause <martin.krause@tqs.de>
35899
35900 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
35901 Author: Wolfgang Grandegger <wg@grandegger.com>
35902 Date: Thu Jun 5 13:12:03 2008 +0200
35903
35904 TQM85xx: Fix chip select configuration for second FLASH bank
35905
35906 This patch fixes the re-calculation of the automatic chip select
35907 configuration for boards with two populated FLASH banks.
35908
35909 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35910
35911 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
35912 Author: Wolfgang Grandegger <wg@grandegger.com>
35913 Date: Thu Jun 5 13:12:02 2008 +0200
35914
35915 TQM85xx: Support for Spansion 'N' type flashes added
35916
35917 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
35918 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
35919 needs to be changed -> new start address of the environment. The macro
35920 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
35921 defined for boards with 'N' type flashes.
35922
35923 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35924 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35925
35926 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
35927 Author: Wolfgang Grandegger <wg@grandegger.com>
35928 Date: Thu Jun 5 13:12:01 2008 +0200
35929
35930 TQM85xx: Fix CPM port pin configuration
35931
35932 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
35933 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
35934 as serial interface anyway. Worse, on some board variants configuring the
35935 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
35936
35937 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35938
35939 commit b99ba1679e8cd51b023e67098c89e606e47137d2
35940 Author: Wolfgang Grandegger <wg@grandegger.com>
35941 Date: Thu Jun 5 13:12:00 2008 +0200
35942
35943 TQM85xx: Various coding style fixes
35944
35945 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35946
35947 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
35948 Author: Gerald Van Baren <vanbaren@cideas.com>
35949 Date: Tue Jun 10 22:15:58 2008 -0400
35950
35951 libfdt: Move the working_fdt pointer to cmd_fdt.c
35952
35953 The working_fdt pointer was declared in common/fdt_support.c but was
35954 not used there. Move it to common/cmd_fdt.c where it is used (it is
35955 also used in lib_ppc/bootm.c).
35956
35957 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35958
35959 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
35960 Author: Kim Phillips <kim.phillips@freescale.com>
35961 Date: Tue Jun 10 11:06:17 2008 -0500
35962
35963 fdt: unshadow global working fdt variable
35964
35965 differentiate with local variables of the same name by renaming the
35966 global 'fdt' variable 'working_fdt'.
35967
35968 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35969
35970 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
35971 Author: Andy Fleming <afleming@freescale.com>
35972 Date: Tue Jun 10 18:49:34 2008 -0500
35973
35974 socrates: Fix PCI clk fix patch
35975
35976 The submitted patch seems to have been more up-to-date, but an older patch was
35977 already in the repository. This patch encompasses the differences
35978
35979 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
35980
35981 Signed-off-by: Andy Fleming <afleming@freescale.com>
35982
35983 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
35984 Author: Wolfgang Grandegger <wg@grandegger.com>
35985 Date: Thu Jun 5 13:02:29 2008 +0200
35986
35987 NAND FSL UPM: driver re-write using the hwcontrol callback
35988
35989 This is a re-write of the NAND FSL UPM driver using the more universal
35990 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
35991 list of furher modifications:
35992
35993 - For the time being, the UPM setup writing the UPM array has been
35994 removed from the driver and must now be done by the board specific
35995 code.
35996
35997 - The bus width definition in "struct fsl_upm_nand" is now in bits to
35998 comply with the corresponding Linux driver and 8, 16 and 32 bit
35999 accesses are supported.
36000
36001 - chip->dev_read is only set if fun->dev_ready != NULL, which is
36002 required for boards not connecting the R/B pin.
36003
36004 - A few issue have been fixed with MxMR bit manipulation like in the
36005 corresponding Linux driver.
36006
36007 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
36008 as well, because the address is already determined by
36009 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
36010
36011 This patch has been tested on a TQM8548 modules with the NAND chip
36012 Micron MT29F8G08FABWP.
36013
36014 This patch is based on the following patches posted to this list a few
36015 minutes ago:
36016
36017 PPC: add accessor macros to clear and set bits in one shot
36018 83xx/85xx/86xx: add more MxMR local bus definitions
36019
36020 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36021 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36022
36023 commit 6beecfbb542992eede5831240cd58678274683a9
36024 Author: Wolfgang Grandegger <wg@grandegger.com>
36025 Date: Thu Jun 5 13:11:59 2008 +0200
36026
36027 MPC85xx: Beautify boot output of L2 cache configuration
36028
36029 The boot output is now aligned poperly with other boot output
36030 lines, e.g.:
36031
36032 FLASH: 128 MB
36033 L2: 512 KB enabled
36034
36035 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36036
36037 commit 398415114f0a705163a14543e9fef03f734b1ffa
36038 Author: Wolfgang Grandegger <wg@grandegger.com>
36039 Date: Wed Jun 4 12:45:22 2008 +0200
36040
36041 PPC: add accessor macros to clear and set bits in one shot
36042
36043 PPC: add accessor macros to clear and set bits in one shot
36044
36045 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
36046 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
36047 They are very handy to manipulate bits it I/O registers.
36048
36049 This patch is required for my forthcoming FSL NAND UPM driver re-write and
36050 the support for the TQM8548 module.
36051
36052 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36053
36054 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
36055 Author: Wolfgang Grandegger <wg@grandegger.com>
36056 Date: Wed Jun 4 13:52:17 2008 +0200
36057
36058 TQM: move TQM boards to board/tqc
36059
36060 Move all TQM board directories to the vendor specific directory "tqc"
36061 for modules from TQ-Components GmbH (http://www.tqc.de).
36062
36063 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36064
36065 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
36066 Author: Wolfgang Grandegger <wg@grandegger.com>
36067 Date: Mon Jun 2 12:09:30 2008 +0200
36068
36069 83xx/85xx/86xx: add more MxMR local bus definitions
36070
36071 83xx/85xx/86xx: add more MxMR local bus definitions
36072
36073 This patch adds more macro definitions for the UPM Machine Mode Registers
36074 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
36075 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
36076 required for my forthcoming FSL NAND UPM driver re-write and the support
36077 for the TQM8548 module.
36078
36079 This patch is based on the following two patches from Anton Vorontsov:
36080
36081 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
36082 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
36083
36084 I leave coding style violation fixes, code beautification and name
36085 corrections to somebody else ;-(.
36086
36087 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36088
36089 commit c8c5fc266e4499e283c293ccb972863156aa4134
36090 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36091 Date: Thu May 29 18:14:56 2008 +0400
36092
36093 83xx/85xx: further localbus cleanups
36094
36095 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
36096 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
36097
36098 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36099
36100 commit 42dbd667c88d496882d53e22656e89b654205492
36101 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36102 Date: Wed May 28 18:20:15 2008 +0400
36103
36104 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
36105
36106 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
36107 use it on MPC85xx and MPC86xx processors.
36108
36109 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36110
36111 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
36112 Author: Kumar Gala <galak@kernel.crashing.org>
36113 Date: Thu May 29 11:22:06 2008 -0500
36114
36115 85xx: Add setting of cache props in the device tree.
36116
36117 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36118
36119 commit 4dbdb7681e243431530df0725627192a0c4aefda
36120 Author: Kumar Gala <galak@kernel.crashing.org>
36121 Date: Tue Jun 10 16:53:46 2008 -0500
36122
36123 85xx: expose cpu identification
36124
36125 The current cpu identification code is used just to return the name
36126 of the processor at boot. There are some other locations that the name
36127 is useful (device tree setup). Expose the functionality to other bits
36128 of code.
36129
36130 Also, drop the 'E' suffix and add it on by looking at the SVR version
36131 when we print this out. This is mainly to allow the most flexible use
36132 of the name. The device tree code tends to not care about the 'E' suffix.
36133
36134 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36135
36136 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
36137 Author: Kim Phillips <kim.phillips@freescale.com>
36138 Date: Tue Jun 10 13:25:24 2008 -0500
36139
36140 mpc83xx: MVBLM7: minor build fixups
36141
36142 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36143
36144 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
36145 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
36146 Date: Tue Jun 10 09:14:05 2008 +0200
36147
36148 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
36149
36150 Add MPC8343 based board mvBlueLYNX-M7.
36151 It's a single board stereo camera system.
36152 Please read doc/README.mvblm7 for details.
36153
36154 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
36155 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36156
36157 commit c005b93925ba49f07da2aa748527996d927e172f
36158 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
36159 Date: Tue Jun 10 09:13:16 2008 +0200
36160
36161 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
36162
36163 Add MPC8343 based board mvBlueLYNX-M7.
36164 It's a single board stereo camera system.
36165 Please read doc/README.mvblm7 for details.
36166
36167 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
36168 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36169
36170 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
36171 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36172 Date: Thu May 29 18:14:56 2008 +0400
36173
36174 83xx/85xx: further localbus cleanups
36175
36176 move the BRx_* and ORx_* left behind in mpc85xx.h
36177
36178 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
36179 the same, just few differences which needs some attention though).
36180
36181 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
36182 of these defines. So this cleanup I'll leave for the "better times".
36183
36184 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36185 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36186
36187 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
36188 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36189 Date: Wed May 28 18:20:15 2008 +0400
36190
36191 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
36192
36193 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
36194 use it on MPC85xx and MPC86xx processors.
36195
36196 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36197 Acked-by: Andy Fleming <afleming@freescale.com>
36198 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36199
36200 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
36201 Author: Tor Krill <tor@excito.com>
36202 Date: Mon Jun 2 15:09:30 2008 +0200
36203
36204 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
36205
36206 Signed-off-by: Tor Krill <tor@excito.com>
36207 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36208
36209 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
36210 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36211 Date: Mon Jun 9 23:37:44 2008 +0900
36212
36213 net: Conditional COBJS inclusion of network drivers
36214
36215 Replace COBJS-y with appropriate driver config names.
36216
36217 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36218 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36219
36220 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
36221 Author: Gerald Van Baren <vanbaren@cideas.com>
36222 Date: Mon Jun 9 21:02:17 2008 -0400
36223
36224 Use strncmp() for the fdt command
36225
36226 Cleaner than doing multiple conditionals on characters.
36227
36228 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36229
36230 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
36231 Author: Gerald Van Baren <vanbaren@cideas.com>
36232 Date: Sat Jun 7 12:25:05 2008 -0400
36233
36234 The fdt boardsetup command criteria was not unique
36235
36236 It was checking just for "b", which is not unique with respect to the
36237 "boot" command. Change to check for "boa"[rdsetup].
36238
36239 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36240
36241 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
36242 Author: David Gibson <david@gibson.dropbear.id.au>
36243 Date: Tue May 20 17:19:11 2008 +1000
36244
36245 libfdt: Several cleanups to parameter checking
36246
36247 This patch makes a couple of small cleanups to parameter checking of
36248 libfdt functions.
36249
36250 - In several functions which take a node offset, we use an
36251 idiom involving fdt_next_tag() first to check that we have indeed been
36252 given a node offset. This patch adds a helper function
36253 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
36254
36255 - In fdt_rw.c in several places we have the expanded version
36256 of the RW_CHECK_HEADER() macro for no particular reason. This patch
36257 replaces those instances with an invocation of the macro; that's what
36258 it's for.
36259
36260 - In fdt_sw.c we rename the check_header_sw() function to
36261 sw_check_header() to match the analgous function in fdt_rw.c, and we
36262 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
36263 functions in fdt_rw.c
36264
36265 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36266
36267 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
36268 Author: Gerald Van Baren <vanbaren@cideas.com>
36269 Date: Tue Jun 3 20:34:45 2008 -0400
36270
36271 Remove the deprecated CONFIG_OF_FLAT_TREE
36272
36273 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
36274 cleaner, has better functionality, and is better supported.
36275
36276 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36277
36278 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
36279 Author: Gerald Van Baren <vanbaren@cideas.com>
36280 Date: Tue Jun 3 20:26:29 2008 -0400
36281
36282 Change the stxxst to CONFIG_OF_LIBFDT
36283
36284 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
36285 to CONFIG_OF_LIBFDT.
36286
36287 WARNING: It appears that this board lost its ability to boot via a
36288 flattened device tree prior to this changeset.
36289
36290 WARNING: This conversion was untested because I do not have a board to
36291 test it on.
36292
36293 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36294
36295 commit 589c04271d129729a8b01391453851ab9cc4069c
36296 Author: Gerald Van Baren <vanbaren@cideas.com>
36297 Date: Tue Jun 3 20:24:58 2008 -0400
36298
36299 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
36300
36301 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
36302 to CONFIG_OF_LIBFDT.
36303
36304 WARNING: This conversion is untested because I do not have a board to
36305 test it on.
36306
36307 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
36308 /aliases/ethernet1 property for the ethernet to work.
36309
36310 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36311
36312 commit ee1e35bede91debc8bff9b02f75574486033b652
36313 Author: Kumar Gala <galak@kernel.crashing.org>
36314 Date: Thu May 29 01:21:24 2008 -0500
36315
36316 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
36317
36318 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36319
36320 commit 3b9519fc50802436e417c839e69df7b2016cade5
36321 Author: Becky Bruce <becky.bruce@freescale.com>
36322 Date: Wed May 14 13:10:04 2008 -0500
36323
36324 MPC85xx: Change traps.c to not reference non-addressable memory
36325
36326 Currently, END_OF_RAM is used by the trap code to determine if
36327 we should attempt to access the stack pointer or not. However,
36328 on systems with a lot of RAM, only a subset of the RAM is
36329 guaranteed to be mapped in and accessible. Change END_OF_RAM
36330 to use get_effective_memsize() instead of using the raw ram
36331 size out of the bd.
36332
36333 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36334
36335 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
36336 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36337 Date: Mon Jun 9 13:39:57 2008 +0900
36338
36339 sh: Renesas Solutions SH7763RDP board support
36340
36341 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
36342 In this patch, support SCIF, NOR Flash, and Ethernet.
36343
36344 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36345 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36346
36347 commit 60179098a95eaa972007d7ec58e4c1588029720f
36348 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36349 Date: Fri Jun 6 16:24:13 2008 +0900
36350
36351 sh: Add support Renesas SH7763
36352
36353 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
36354 This patch supprts CPU register's header file.
36355
36356 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36357 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36358
36359 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
36360 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36361 Date: Fri Jun 6 16:16:08 2008 +0900
36362
36363 sh: SH7763 SCIF support
36364
36365 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
36366 but only SCIF2 is different. This patch work all SCIF channel.
36367
36368 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36369 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36370
36371 commit 79b51ff8205f0354d5300570614c1d2db499679c
36372 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36373 Date: Sat Jun 7 20:51:59 2008 +0900
36374
36375 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
36376
36377 Also get rid of some #ifdefs in *.c files.
36378
36379 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36380
36381 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
36382 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36383 Date: Sat Jun 7 20:51:56 2008 +0900
36384
36385 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
36386
36387 CONFIG_SOC_AU1X00
36388
36389 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
36390 need to have this config as a system type specifier.
36391
36392 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
36393 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
36394
36395 Machine type specifiers. Each port should have one of aboves.
36396
36397 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36398
36399 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
36400 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
36401 Date: Fri May 30 16:05:28 2008 -0400
36402
36403 env_nand.c: Added bad block management for environment variables
36404
36405 Modified to check for bad blocks and to skipping over them when
36406 CFG_ENV_RANGE has been defined.
36407 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
36408 flash block size.
36409
36410 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
36411 Signed-off-by: Scott Wood <scottwood@freescale.com>
36412
36413 commit 279726bd00558e80263d44581c44167625b7fb9a
36414 Author: Becky Bruce <becky.bruce@freescale.com>
36415 Date: Wed May 14 13:09:58 2008 -0500
36416
36417 MPC86xx: Change traps.c to not reference non-addressable memory
36418
36419 Currently, END_OF_RAM is used by the trap code to determine if
36420 we should attempt to access the stack pointer or not. However,
36421 on systems with a lot of RAM, only a subset of the RAM is
36422 guaranteed to be mapped in and accessible. Change END_OF_RAM
36423 to use get_effective_memsize() instead of using the raw ram
36424 size out of the bd to prevent us from trying to access
36425 non-mapped memory.
36426
36427 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36428
36429 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
36430 Author: Wolfgang Denk <wd@denx.de>
36431 Date: Fri Jun 6 14:28:14 2008 +0200
36432
36433 tools/mkimage: fix compiler warnings on some systems.
36434
36435 Signed-off-by: Wolfgang Denk <wd@denx.de>
36436
36437 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
36438 Author: Stefan Roese <sr@denx.de>
36439 Date: Fri Jun 6 16:10:41 2008 +0200
36440
36441 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
36442
36443 We use upper case letters for the AMCC processor defines (like
36444 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
36445 not CONFIG_440SPe. This patch fixes the last misspelled config options.
36446
36447 Signed-off-by: Stefan Roese <sr@denx.de>
36448
36449 commit 72675dc6c06a48846d180106161d49dd714383cc
36450 Author: Stefan Roese <sr@denx.de>
36451 Date: Fri Jun 6 15:55:21 2008 +0200
36452
36453 ppc4xx: Unify AMCC's board config files (part 3/3)
36454
36455 This patch series unifies the AMCC eval board ports by introducing
36456 a common include header for all AMCC eval boards:
36457
36458 include/configs/amcc-common.h
36459
36460 This header now includes all common configuration options/defines which
36461 are removed from the board specific headers.
36462
36463 The reason for this is ease of maintenance and unified look and feel
36464 of all AMCC boards.
36465
36466 Signed-off-by: Stefan Roese <sr@denx.de>
36467
36468 commit 490f204096d6e2c9940f67816f154a8125bab116
36469 Author: Stefan Roese <sr@denx.de>
36470 Date: Fri Jun 6 15:55:03 2008 +0200
36471
36472 ppc4xx: Unify AMCC's board config files (part 2/3)
36473
36474 This patch series unifies the AMCC eval board ports by introducing
36475 a common include header for all AMCC eval boards:
36476
36477 include/configs/amcc-common.h
36478
36479 This header now includes all common configuration options/defines which
36480 are removed from the board specific headers.
36481
36482 The reason for this is ease of maintenance and unified look and feel
36483 of all AMCC boards.
36484
36485 Signed-off-by: Stefan Roese <sr@denx.de>
36486
36487 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
36488 Author: Stefan Roese <sr@denx.de>
36489 Date: Fri Jun 6 15:54:31 2008 +0200
36490
36491 ppc4xx: Unify AMCC's board config files (part 1/3)
36492
36493 This patch series unifies the AMCC eval board ports by introducing
36494 a common include header for all AMCC eval boards:
36495
36496 include/configs/amcc-common.h
36497
36498 This header now includes all common configuration options/defines which
36499 are removed from the board specific headers.
36500
36501 The reason for this is ease of maintenance and unified look and feel
36502 of all AMCC boards.
36503
36504 Signed-off-by: Stefan Roese <sr@denx.de>
36505
36506 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
36507 Author: Remy Bohmer <linux@bohmer.net>
36508 Date: Thu Jun 5 13:03:36 2008 +0200
36509
36510 DM9000 fix status check fail 0x6d error for trizeps board
36511
36512 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
36513 the status byte need to be checked to identify a valid packet in the fifo
36514
36515 But, The several different Application Notes do not all speak the same
36516 language on these bits. They do not disagree, but only 1 Application Note
36517 noted explicitly that only these 2 bits need to be checked.
36518 Even the datasheets do not mention anything about these 2 bits.
36519
36520 Because the old code, and the kernel check the whole byte, I left this piece
36521 untouched.
36522
36523 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
36524 it should work.
36525
36526 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
36527 in the fifo) is much shorter now, compared to the older U-boot driver code,
36528 so that we can maybe run into a hardware condition now that was never seen
36529 before, or maybe was seen very unfrequently.
36530
36531 Additionaly added a cleanup of a stack variable.
36532
36533 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36534 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36535
36536 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
36537 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36538 Date: Thu Jun 5 22:29:00 2008 +0900
36539
36540 [MIPS] Update <asm/addrspace.h> header
36541
36542 - Fix traditional KSEG names
36543 - Replace PHYSADDR with CPHYSADDR
36544
36545 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36546
36547 commit f0d5a6f060d00358b85c62a921a423ea8df71184
36548 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36549 Date: Thu Jun 5 22:29:00 2008 +0900
36550
36551 [MIPS] mips_config.mk: Misc fixes
36552
36553 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
36554 - Modify comments
36555
36556 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36557
36558 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
36559 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36560 Date: Thu Jun 5 22:29:00 2008 +0900
36561
36562 [MIPS] Kill unused <version.h> inclusions
36563
36564 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36565
36566 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
36567 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36568 Date: Thu Jun 5 22:29:00 2008 +0900
36569
36570 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
36571
36572 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
36573 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
36574 in the U-Boot system.
36575
36576 The other is we don't have a proper time management counter like timestamp
36577 other ARCHs have. We need the 32-bit millisecond clock counter.
36578
36579 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
36580 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
36581 of calculated CP0 counter cycles in a CFG_HZ.
36582
36583 STRATEGY:
36584
36585 * Fix improper CFG_HZ value to have 1000
36586
36587 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
36588
36589 * timer_init: initialize timestamp and set up the first timer expiration.
36590 Note that we don't need to initialize CP0 count/compare registers here
36591 as they have been already zeroed out on the system reset. Leave them as
36592 they are.
36593
36594 * get_timer: calculate how many timestamps have been passed, then return
36595 base-relative timestamp. Make sure we can easily count missed timestamps
36596 regardless of CP0 count/compare value.
36597
36598 * get_ticks: return the current timestamp, that is get_timer(0).
36599
36600 Most parts are from good old Linux v2.6.16 kernel.
36601
36602 v2:
36603 - Remove FIXME comments as they turned out to be trivial.
36604 - Use CP0 compare register as a global variable for expirelo.
36605 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
36606 instead.
36607
36608 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36609
36610 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
36611 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36612 Date: Thu Jun 5 22:29:00 2008 +0900
36613
36614 [MIPS] lib_mips/time.c: Fix udelay
36615
36616 What we have to do is just to wait for given micro-seconds. No need to
36617 take into account current time, get_timer and CFG_HZ.
36618
36619 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36620
36621 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
36622 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36623 Date: Thu Jun 5 22:28:59 2008 +0900
36624
36625 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
36626
36627 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
36628 This patch replaces mips_{compare,count}_set and mips_count_get with
36629 existing macros.
36630
36631 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36632
36633 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
36634 Author: Remy Bohmer <linux@bohmer.net>
36635 Date: Tue Jun 3 15:48:17 2008 +0200
36636
36637 Get rid of annoying/superfluous bad-checksum warning message
36638
36639 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
36640 It is annoying for ordinary users who start to doubt the network connection
36641 in general when they see messages like this.
36642
36643 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
36644 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
36645 now before checking the checksum.
36646
36647 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36648 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36649
36650 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
36651 Author: Remy Bohmer <linux@bohmer.net>
36652 Date: Wed Jun 4 10:47:25 2008 +0200
36653
36654 Fix order for reading rx-status registers in 32bit mode of DM9000
36655
36656 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
36657 a bug in reading the rx-status registers in 32bit mode only.
36658 This patch repairs this.
36659
36660 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36661 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36662
36663 commit 98291e2e689096420465074cce926b226d2e71b4
36664 Author: Remy Bohmer <linux@bohmer.net>
36665 Date: Tue Jun 3 15:26:26 2008 +0200
36666
36667 DM9000: Some minor code cleanups
36668
36669 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
36670 need some other minor cleanup.
36671
36672 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36673 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36674
36675 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
36676 Author: Remy Bohmer <linux@bohmer.net>
36677 Date: Tue Jun 3 15:26:25 2008 +0200
36678
36679 DM9000: Make driver work properly for DM9000A
36680
36681 The DM9000A network controller does not work with the U-boot DM9000x driver.
36682 Analysis showed that many incoming packets are lost.
36683
36684 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
36685 check for a valid rx packet be done on the interrupt status register, not
36686 directly by performing the dummy read and the rx status check as is currently
36687 the case in the u-boot driver.
36688
36689 When the recommended poll is done as suggested the driver starts working
36690 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
36691 can be more than 1 package in the fifo at the same time.
36692
36693 The driver must perform the rx-status check in a loop and read and handle all
36694 packages until there is no more left _after_ the interrupt RX flag is set.
36695
36696 This change has been tested with DM9000A, DM9000E, DM9000EP.
36697
36698 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36699 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36700
36701 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
36702 Author: Remy Bohmer <linux@bohmer.net>
36703 Date: Tue Jun 3 15:26:24 2008 +0200
36704
36705 DM9000: Improve eth_reset() routine
36706
36707 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
36708 reset procedure must be done twice to properly reset the DM9000 by means of software.
36709 This errata is not needed anymore for the DM9000A, but it does not bother it.
36710
36711 This change has been tested with DM9000A, DM9000E, DM9000EP.
36712
36713 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36714 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36715
36716 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
36717 Author: Remy Bohmer <linux@bohmer.net>
36718 Date: Tue Jun 3 15:26:23 2008 +0200
36719
36720 DM9000: improve eth_send() routine
36721
36722 The eth_send routine of the U-boot DM9000x driver does not match the
36723 DM9000 or DM9000A application notes/programming guides.
36724
36725 This change improves the stability of the DM9000A network controller.
36726
36727 This change has been tested with DM9000A, DM9000E, DM9000EP.
36728
36729 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36730 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36731
36732 commit 134e266253c02a7832560da59d394989c4f64453
36733 Author: Remy Bohmer <linux@bohmer.net>
36734 Date: Tue Jun 3 15:26:22 2008 +0200
36735
36736 DM9000: repair debug logging
36737
36738 It seems that the debugging code of the DM9000x driver in U-boot has not been
36739 compiled for a long time, because it cannot compile...
36740
36741 Also rearranged some loglines to get more useful info while debugging.
36742
36743 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36744 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36745
36746 commit a101361bfe23c120321e45d114c0603b8e0763e9
36747 Author: Remy Bohmer <linux@bohmer.net>
36748 Date: Tue Jun 3 15:26:21 2008 +0200
36749
36750 DM9000: Add data bus-width auto detection.
36751
36752 The U-boot DM9000x driver contains a compile time bus-width definition for
36753 the databus connected to the network controller.
36754
36755 This compile check makes the code unclear, inflexible and is unneccessary.
36756 It can be asked to the network controller what its bus-width is by reading bits
36757 6 and 7 of the interrupt status register.
36758
36759 The linux kernel already uses a runtime mechanism to determine this bus-width,
36760 so the implementation below looks somewhat like that implementation.
36761
36762 This change has been tested with DM9000A, DM9000E, DM9000EP.
36763
36764 Signed-off-by: Remy Bohmer <linux@bohmer.net>
36765 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36766
36767 commit 63a0afa0c32e5f4ea98a9439542870072437404d
36768 Author: Stefan Roese <sr@denx.de>
36769 Date: Wed Jun 4 19:19:20 2008 +0200
36770
36771 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
36772
36773 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
36774 introduced by the commit:
36775
36776 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
36777
36778 With this patch SDRAM will get initialized again and booting from NAND
36779 is working again.
36780
36781 Signed-off-by: Stefan Roese <sr@denx.de>
36782 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
36783
36784 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
36785 Author: Wolfgang Denk <wd@denx.de>
36786 Date: Tue May 27 14:19:30 2008 +0200
36787
36788 Socrates: Fix PCI bus frequency report
36789
36790 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36791
36792 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
36793 Author: Tor Krill <tor@excito.com>
36794 Date: Thu May 29 11:10:30 2008 +0200
36795
36796 Fix incorrect switch for IF_TYPE in part.c
36797
36798 Use correct field in block_dev_desc_t when writing interface type in
36799 dev_print. Error introduced in 574b3195.
36800
36801 Also added fix from Martin Krause
36802
36803 Signed-off-by: Tor Krill <tor@excito.com>
36804
36805 commit b64b8a0bd310935b70af69ac970952f2b364ae56
36806 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
36807 Date: Tue May 27 10:25:39 2008 +0200
36808
36809 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
36810
36811 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
36812
36813 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
36814 Author: Peter Tyser <ptyser@xes-inc.com>
36815 Date: Thu May 22 18:56:52 2008 -0500
36816
36817 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
36818
36819 Removed unneeded command line history initialization. Also, the original
36820 code would access the 'initted' variable before relocation to SDRAM
36821 which resulted in erratic behavior since the bss is not initialized when
36822 executing from flash.
36823
36824 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36825
36826 commit 22f371b63038a4ecab04068877c1089e51a01ba1
36827 Author: Grant Erickson <gerickson@nuovations.com>
36828 Date: Wed May 21 13:28:30 2008 -0700
36829
36830 PPC4xx: Simplified post_word_{load, store}
36831
36832 This patch simplifies post_word_{load,store} by using the preprocessor
36833 to eliminate redundant, copy-and-pasted code.
36834
36835 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
36836
36837 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
36838 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
36839 Date: Wed May 7 21:25:33 2008 +0400
36840
36841 cfi_flash: enable M18 flash chips family support.
36842
36843 Added new command set ID. Buffered write command processing is changed
36844 in order to support M18 flash chips family.
36845
36846 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
36847 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
36848
36849 commit 93c56f212ccdadc182018f0769cb284426b88f1d
36850 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
36851 Date: Wed May 7 21:24:44 2008 +0400
36852
36853 cfi_flash: support of long cmd in U-boot.
36854
36855 Some NOR flash chips needs support of commands with length grether than max
36856 value size of uchar. For example all M18 family chips use 0x1ff command in
36857 buffered write mode as value of program loops count.
36858
36859 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
36860 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
36861
36862 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
36863 Author: Stefan Roese <sr@denx.de>
36864 Date: Fri May 16 11:06:06 2008 +0200
36865
36866 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
36867
36868 On AD7414 the first value upon bootup is not read correctly.
36869 This is most likely because of the 800ms update time of the
36870 temp register in normal update mode. To get current values
36871 each time we issue the "dtt" command including upon powerup
36872 we switch into one-short mode.
36873
36874 This patch fixes the problem on AD7414 equipped boards (Sequoia,
36875 Canyonlands etc), that temp value printed in the bootup log was
36876 incorrect.
36877
36878 Signed-off-by: Stefan Roese <sr@denx.de>
36879
36880 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
36881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36882 Date: Fri May 30 16:55:06 2008 +0200
36883
36884 ppc4xx: Cleanup CPCI405 variant's config file
36885
36886 This patch removes some dead code from CPCI405 board's
36887 config files. JFFS2 support is also removed. It's not used and
36888 CPCI4052 does not build anymore without some size reduction.
36889
36890 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36891
36892 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
36893 Author: Kenneth Johansson <kenneth@southpole.se>
36894 Date: Thu May 29 16:32:33 2008 +0200
36895
36896 Remove shell variable UNDEF_SYM.
36897
36898 UNDEF_SYM is a shell variable in the main Makefile used to force the
36899 linker to add all u-boot commands to the final image. It has no use here.
36900
36901 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
36902
36903 commit 8c66497e06bf803489c589df58ee591d71033274
36904 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36905 Date: Fri May 16 11:10:35 2008 +0200
36906
36907 Add support for environment in SPI flash
36908
36909 This is pretty incomplete...it doesn't handle reading the environment
36910 before relocation, it doesn't support redundant environment, and it
36911 doesn't support embedded environment. But apart from that, it does
36912 seem to work.
36913
36914 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36915
36916 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
36917 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36918 Date: Fri May 16 11:10:34 2008 +0200
36919
36920 SPI Flash: Add "sf" command
36921
36922 This adds a new command, "sf" which can be used to manipulate SPI
36923 flash. Currently, initialization, reading, writing and erasing is
36924 supported.
36925
36926 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36927
36928 commit d25ce7d24cc0f93881559f4009175ea305af65e8
36929 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36930 Date: Fri May 16 11:10:33 2008 +0200
36931
36932 SPI Flash subsystem
36933
36934 This adds a new SPI flash subsystem.
36935
36936 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
36937 but some preliminary support for other flash types is in place as
36938 well.
36939
36940 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36941
36942 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
36943 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
36944 Date: Fri May 16 11:10:32 2008 +0200
36945
36946 atmel_spi: Driver for the Atmel SPI controller
36947
36948 This adds a driver for the SPI controller found on most AT91 and AVR32
36949 chips, implementing the new SPI API.
36950
36951 Changed in v4:
36952 - Update to new API
36953 - Handle zero-length transfers appropriately. The user may send a
36954 zero-length SPI transfer with SPI_XFER_END set in order to
36955 deactivate the chip select after a series of transfers with chip
36956 select active. This is useful e.g. when polling the status
36957 register of DataFlash.
36958
36959 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36960
36961 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
36962 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
36963 Date: Fri May 16 11:10:31 2008 +0200
36964
36965 SPI API improvements
36966
36967 This patch gets rid of the spi_chipsel table and adds a handful of new
36968 functions that makes the SPI layer cleaner and more flexible.
36969
36970 Instead of the spi_chipsel table, each board that wants to use SPI
36971 gets to implement three hooks:
36972 * spi_cs_activate(): Activates the chipselect for a given slave
36973 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
36974 * spi_cs_is_valid(): Determines if the given bus/chipselect
36975 combination can be activated.
36976
36977 Not all drivers may need those extra functions however. If that's the
36978 case, the board code may just leave them out (assuming they know what
36979 the driver needs) or rely on the linker to strip them out (assuming
36980 --gc-sections is being used.)
36981
36982 To set up communication parameters for a given slave, the driver needs
36983 to call spi_setup_slave(). This returns a pointer to an opaque
36984 spi_slave struct which must be passed as a parameter to subsequent SPI
36985 calls. This struct can be freed by calling spi_free_slave(), but most
36986 driver probably don't want to do this.
36987
36988 Before starting one or more SPI transfers, the driver must call
36989 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
36990 the hardware. When all transfers are done, the driver must call
36991 spi_release_bus() to make the bus available to others, and possibly
36992 shut down the SPI controller hardware.
36993
36994 spi_xfer() behaves mostly the same as before, but it now takes a
36995 spi_slave parameter instead of a spi_chipsel function pointer. It also
36996 got a new parameter, flags, which is used to specify chip select
36997 behaviour. This may be extended with other flags in the future.
36998
36999 This patch has been build-tested on all powerpc and arm boards
37000 involved. I have not tested NIOS since I don't have a toolchain for it
37001 installed, so I expect some breakage there even though I've tried
37002 fixing up everything I could find by visual inspection.
37003
37004 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
37005 DataFlash drivers posted as a follow-up. I'd like some help testing
37006 other boards that use the existing SPI API.
37007
37008 But most of all, I'd like some comments on the new API. Is this stuff
37009 usable for everyone? If not, why?
37010
37011 Changed in v4:
37012 - Build fixes for various boards, drivers and commands
37013 - Provide common struct spi_slave definition that can be extended by
37014 drivers
37015 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
37016 - Make default bus and mode build-time configurable
37017 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
37018
37019 Changed in v3:
37020 - Add opaque struct spi_slave for controller-specific data associated
37021 with a slave.
37022 - Add spi_claim_bus() and spi_release_bus()
37023 - Add spi_free_slave()
37024 - spi_setup() is now called spi_setup_slave() and returns a
37025 struct spi_slave
37026 - soft_spi now supports four SPI modes (CPOL|CPHA)
37027 - Add bus parameter to spi_setup_slave()
37028 - Convert the new i.MX32 SPI driver
37029 - Convert the new MC13783 RTC driver
37030
37031 Changed in v2:
37032 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
37033 new API.
37034
37035 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37036 Tested-by: Guennadi Liakhovetski <lg@denx.de>
37037
37038 commit 289011207d999b2e4085150d2aa30d547ad9b800
37039 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37040 Date: Fri May 16 11:10:30 2008 +0200
37041
37042 Move definition of container_of() to common.h
37043
37044 AVR32 and AT91SAM9 both have their own identical definitions of
37045 container_of() taken from the Linux kernel. Move it to common.h so
37046 that all architectures can use it.
37047
37048 container_of() is already used by some drivers, and will be used
37049 extensively by the new and improved SPI API.
37050
37051 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37052
37053 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
37054 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37055 Date: Fri May 16 11:08:11 2008 +0200
37056
37057 soft_i2c: Pull SDA high before reading
37058
37059 Spotted by Dean Capindale.
37060
37061 Systems that support open-drain GPIO properly are allowed provide an
37062 empty I2C_TRISTATE define. However, this means that we need to be
37063 careful not to drive SDA low when the slave is expected to respond.
37064
37065 This patch adds a missing I2C_SDA(1) to read_byte() required to
37066 tristate the SDA line on systems that support open-drain GPIO.
37067
37068 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37069
37070 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
37071 Author: Stefan Roese <sr@denx.de>
37072 Date: Mon May 19 11:34:53 2008 +0200
37073
37074 ppc4xx: Remove implementations of testdram()
37075
37076 This patch removes the used testdram() implementations of the board
37077 that are maintained by myself.
37078
37079 Signed-off-by: Stefan Roese <sr@denx.de>
37080
37081 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
37082 Author: Stefan Roese <sr@denx.de>
37083 Date: Mon Jun 2 17:37:28 2008 +0200
37084
37085 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
37086
37087 Historically the 405 U-Boot port had a dram_init() call in early init
37088 stage. This function was still called from start.S and most of the time
37089 coded in assembler. This is not needed anymore (since a long time) and
37090 boards should implement the common initdram() function in C instead.
37091
37092 This patch now removed the dram_init() call from start.S and removes the
37093 empty implementations that are scattered through most of the 405 board
37094 ports. Some older board ports really implement this dram_init() though.
37095 These are:
37096
37097 csb272
37098 csb472
37099 ERIC
37100 EXBITGEN
37101 W7OLMC
37102 W7OLMG
37103
37104 I changed those boards to call this assembler dram_init() function now
37105 from their board specific initdram() instead. This *should* work, but please
37106 test again on those platforms. And it is perhaps a good idea that those
37107 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
37108 some time. So further patches welcome here.
37109
37110 Signed-off-by: Stefan Roese <sr@denx.de>
37111
37112 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
37113 Author: Stefan Roese <sr@denx.de>
37114 Date: Mon Jun 2 17:22:11 2008 +0200
37115
37116 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
37117
37118 Signed-off-by: Stefan Roese <sr@denx.de>
37119
37120 commit 39b32be18cd33b53a84065edcd4e465165cc5564
37121 Author: Stefan Roese <sr@denx.de>
37122 Date: Mon Jun 2 17:20:03 2008 +0200
37123
37124 ppc4xx: Fix common ECC generation code for 440GP style platforms
37125
37126 This patch makes the common 4xx ECC code really usable on 440GP style
37127 platforms.
37128
37129 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
37130 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
37131 we need to make some processor dependant defines used later on by the
37132 driver.
37133
37134 Signed-off-by: Stefan Roese <sr@denx.de>
37135
37136 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
37137 Author: Stefan Roese <sr@denx.de>
37138 Date: Mon Jun 2 17:13:55 2008 +0200
37139
37140 ppc4xx: Change Kilauea to use the common DDR2 init function
37141
37142 This patch changes the kilauea and kilauea_nand (for NAND booting)
37143 board port to not use a board specific DDR2 init routine anymore. Now
37144 the common code from cpu/ppc4xx is used.
37145
37146 Thanks to Grant Erickson for all his basic work on this 405EX early
37147 bootup.
37148
37149 Signed-off-by: Stefan Roese <sr@denx.de>
37150
37151 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
37152 Author: Stefan Roese <sr@denx.de>
37153 Date: Mon Jun 2 14:59:21 2008 +0200
37154
37155 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
37156
37157 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
37158 ppc4xx related SDRAM/DDR/DDR2 controller defines.
37159
37160 Signed-off-by: Stefan Roese <sr@denx.de>
37161
37162 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
37163 Author: Stefan Roese <sr@denx.de>
37164 Date: Mon Jun 2 14:57:41 2008 +0200
37165
37166 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
37167
37168 This patch removes all SDRAM related defines from the PPC4xx headers
37169 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
37170 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
37171
37172 It also introduces new defines for the equipped SDRAM controller based on
37173 which PPC variant is used. There new defines are:
37174
37175 used on 405GR/CR/EP and some Xilinx Virtex boards.
37176
37177 used on 440GP/GX/EP/GR.
37178
37179 used on 440EPx/GRx.
37180
37181 used on 405EX/r/440SP/SPe/460EX/GT.
37182
37183 Signed-off-by: Stefan Roese <sr@denx.de>
37184
37185 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
37186 Author: Stefan Roese <sr@denx.de>
37187 Date: Mon Jun 2 14:35:44 2008 +0200
37188
37189 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
37190
37191 This patch consolidates the 405 and 440 parts of the NAND booting code
37192 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
37193 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
37194 Only *after* running from this location, nand_boot() is called.
37195
37196 Please note that the initsdram() call is now moved from nand_boot.c
37197 to start.S. I experienced problems with some boards like Kilauea
37198 (405EX), which don't have internal SRAM (OCM) and relocation needs to
37199 be done to SDRAM before the NAND controller can get accessed. When
37200 initdram() is called later on in nand_boot(), this can lead to problems
37201 with variables in the bss sections like nand_ecc_pos[].
37202
37203 Signed-off-by: Stefan Roese <sr@denx.de>
37204 Acked-by: Scott Wood <scottwood@freescale.com>
37205
37206 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
37207 Author: Grant Erickson <gerickson@nuovations.com>
37208 Date: Thu May 22 14:44:24 2008 -0700
37209
37210 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
37211
37212 This patch (Part 2 of 2):
37213
37214 * Rolls up a suite of changes to enable correct primordial stack and
37215 global data handling when the data cache is used for such a purpose
37216 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
37217
37218 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
37219 eliminating redundant ECC initialization implementations and moving
37220 redundant SDRAM initialization out of board code into shared 4xx
37221 code.
37222
37223 * Enables MCSR visibility on the 405EX(r).
37224
37225 * Enables the use of the data cache for initial RAM on
37226 both AMCC's Kilauea and Makalu and removes a redundant
37227 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
37228
37229 - Removed, per Stefan Roese's request, defunct memory.c file for
37230 Makalu and rolled sdram_init from it into makalu.c.
37231
37232 With respect to the 4xx DDR initialization and ECC unification, there
37233 is certainly more work that can and should be done (file renaming,
37234 etc.). However, that can be handled at a later date on a second or
37235 third pass. As it stands, this patch moves things forward in an
37236 incremental yet positive way for those platforms that utilize this
37237 code and the features associated with it.
37238
37239 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
37240 Signed-off-by: Stefan Roese <sr@denx.de>
37241
37242 commit c821b5f120bedf73867513466412587c6912a8f8
37243 Author: Grant Erickson <gerickson@nuovations.com>
37244 Date: Thu May 22 14:44:14 2008 -0700
37245
37246 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
37247
37248 This patch (Part 1 of 2):
37249
37250 * Rolls up a suite of changes to enable correct primordial stack and
37251 global data handling when the data cache is used for such a purpose
37252 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
37253
37254 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
37255 eliminating redundant ECC initialization implementations and moving
37256 redundant SDRAM initialization out of board code into shared 4xx
37257 code.
37258
37259 * Enables MCSR visibility on the 405EX(r).
37260
37261 * Enables the use of the data cache for initial RAM on
37262 both AMCC's Kilauea and Makalu and removes a redundant
37263 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
37264
37265 - Removed, per Stefan Roese's request, defunct memory.c file for
37266 Makalu and rolled sdram_init from it into makalu.c.
37267
37268 With respect to the 4xx DDR initialization and ECC unification, there
37269 is certainly more work that can and should be done (file renaming,
37270 etc.). However, that can be handled at a later date on a second or
37271 third pass. As it stands, this patch moves things forward in an
37272 incremental yet positive way for those platforms that utilize this
37273 code and the features associated with it.
37274
37275 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
37276 Signed-off-by: Stefan Roese <sr@denx.de>
37277
37278 commit a439680019e06171d4a5694b7992accce87f590e
37279 Author: Grant Erickson <gerickson@nuovations.com>
37280 Date: Wed May 21 13:28:30 2008 -0700
37281
37282 PPC4xx: Simplified post_word_{load, store}
37283
37284 This patch simplifies post_word_{load,store} by using the preprocessor
37285 to eliminate redundant, copy-and-pasted code.
37286
37287 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
37288
37289 commit f979690ee337450b2030aba128f95b7a8d9881c0
37290 Author: Kumar Gala <galak@kernel.crashing.org>
37291 Date: Thu May 15 15:13:08 2008 -0500
37292
37293 Fix warnings from gcc-4.3.0 build on a ppc host
37294
37295 * The cfi_flash.c memset fix actual allows the board to boot so there is
37296 a bit more going on here than just resolving warnings associated with
37297 uninitialized variables.
37298
37299 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
37300 inline function 'ext2_find_next_zero_bit' which is not static
37301
37302 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37303
37304 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
37305 Author: Becky Bruce <becky.bruce@freescale.com>
37306 Date: Wed May 14 13:09:51 2008 -0500
37307
37308 MPC512x: Change traps.c to not reference non-addressable memory
37309
37310 Currently, END_OF_RAM is used by the trap code to determine if
37311 we should attempt to access the stack pointer or not. However,
37312 on systems with a lot of RAM, only a subset of the RAM is
37313 guaranteed to be mapped in and accessible. Change END_OF_RAM
37314 to use get_effective_memsize() instead of using the raw ram
37315 size out of the bd.
37316
37317 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
37318
37319 commit 81673e9ae14b771cd13faf19947192599cae3959
37320 Author: Kumar Gala <galak@kernel.crashing.org>
37321 Date: Tue May 13 19:01:54 2008 -0500
37322
37323 Make sure common.h is the first include.
37324
37325 If common.h isn't first we can get CONFIG_ options defined in the
37326 board config file ignored. This can cause an issue if any of those
37327 config options impact the size of types of data structures
37328 (eg CONFIG_PHYS_64BIT).
37329
37330 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37331
37332 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
37333 Author: Marian Balakowicz <m8@semihalf.com>
37334 Date: Tue May 13 15:53:29 2008 +0200
37335
37336 Avoid initrd and logbuffer area overlaps
37337
37338 Add logbuffer to reserved LMB areas to prevent initrd allocation
37339 from overlaping with it.
37340
37341 Make sure to use correct logbuffer base address.
37342
37343 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37344
37345 commit 6956d53d9934862507f83f0e3255dfd4662e7482
37346 Author: Sascha Laue <sascha.laue@liebherr.com>
37347 Date: Tue May 13 13:29:54 2008 +0200
37348
37349 lwmon5: add memory-pattern-test to FPGA POST.
37350
37351 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
37352 Author: Becky Bruce <becky.bruce@freescale.com>
37353 Date: Thu May 8 19:02:51 2008 -0500
37354
37355 PPC: 86xx Add bat registers to reginfo command
37356
37357 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
37358
37359 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
37360 Author: Becky Bruce <becky.bruce@freescale.com>
37361 Date: Fri May 9 15:41:35 2008 -0500
37362
37363 PPC: Add print_bats() to lib_ppc/bat_rw.c
37364
37365 This function prints the values of all the BAT register
37366 pairs - I needed this for debug earlier this week; adding it to
37367 lib_ppc so others can use it (and add it to reginfo commands
37368 if so desired).
37369
37370 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
37371
37372 commit c148f24c15743a02e855636e6bed013bd121f7f2
37373 Author: Becky Bruce <becky.bruce@freescale.com>
37374 Date: Thu May 15 21:29:04 2008 -0500
37375
37376 PPC: Change lib_ppc/bat_rw.c to use high bats
37377
37378 Currently, this code only deals with BATs 0-3, which makes
37379 it useless on systems that support BATs 4-7. Add the
37380 support for these registers.
37381
37382 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
37383
37384 commit 31d826722434931e1152a09d140187dcf72f8aac
37385 Author: Becky Bruce <becky.bruce@freescale.com>
37386 Date: Thu May 8 19:02:12 2008 -0500
37387
37388 PPC: Create and use CONFIG_HIGH_BATS
37389
37390 Change all code that conditionally operates on high bat
37391 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
37392 instead of the myriad ways this is done now. Define the option
37393 for every config for which high bats are supported (and
37394 enabled by early boot, on parts where they're not always
37395 enabled)
37396
37397 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
37398
37399 commit aa3b8bf9c30065bb2ea852799d32db5020598495
37400 Author: Wolfgang Grandegger <wg@grandegger.com>
37401 Date: Wed May 28 19:55:19 2008 +0200
37402
37403 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
37404
37405 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
37406 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37407
37408 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
37409 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37410 Date: Wed May 28 13:06:25 2008 -0500
37411
37412 ColdFire: Add 10 base ethernet support for mcf5445x
37413
37414 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37415 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37416
37417 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
37418 Author: Jason McMullan <mcmullan@netapp.com>
37419 Date: Fri May 30 00:53:38 2008 +0900
37420
37421 mips: Add an 'include/asm/errno.h', like all other architectures
37422
37423 All other u-boot architectures have an include/asm/errno.h, so
37424 this change adds it to the mips include/asm-mips headers also.
37425
37426 Stolen from Linux 2.6.25.
37427
37428 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
37429
37430 commit e2ad8426624bac457acc6925b6ff408e9bf20466
37431 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37432 Date: Fri May 30 00:53:38 2008 +0900
37433
37434 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
37435
37436 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37437
37438 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
37439 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37440 Date: Fri May 30 00:53:38 2008 +0900
37441
37442 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
37443
37444 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37445
37446 commit bf462ae450a7f2eeeddc699ed345b391e3263540
37447 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37448 Date: Fri May 30 00:53:37 2008 +0900
37449
37450 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
37451
37452 No functional changes.
37453
37454 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37455
37456 commit 89a1550ec6b74452274a7a23127936e2c7eec711
37457 Author: Jason McMullan <mcmullan@netapp.com>
37458 Date: Fri May 30 00:53:37 2008 +0900
37459
37460 mips: If CONFIG_CMD_SPI is defined, call spi_init()
37461
37462 The mips architecture currently does not call 'spi_init()' in the generic
37463 board initialization routine is CONFIG_CMD_SPI is defined.
37464
37465 This patch rectifies that problem.
37466
37467 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
37468 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37469
37470 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
37471 Author: Jason McMullan <mcmullan@netapp.com>
37472 Date: Fri May 30 00:53:37 2008 +0900
37473
37474 [MIPS] lib_mips/board.c: Add nand_init
37475
37476 This patch adds the standard 'nand_init()' call to the mips generic
37477 'board_init_r()' call, bringing MIPS in line with the other architectures.
37478
37479 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
37480 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37481
37482 commit d6ac2ed893c2168738aee01579d6283af8d37045
37483 Author: Scott Wood <scottwood@freescale.com>
37484 Date: Thu May 22 10:49:46 2008 -0500
37485
37486 Remove prototypes of nand_init() in favor of including nand.h.
37487
37488 Likewise with onenand_init().
37489
37490 Signed-off-by: Scott Wood <scottwood@freescale.com>
37491
37492 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
37493 Author: Scott Wood <scottwood@freescale.com>
37494 Date: Thu May 22 10:49:00 2008 -0500
37495
37496 Make onenand_uboot.h self-sufficient.
37497
37498 Don't assume types are provided by previously included headers.
37499
37500 Signed-off-by: Scott Wood <scottwood@freescale.com>
37501
37502 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
37503 Author: Dirk Behme <dirk.behme@gmail.com>
37504 Date: Wed Jan 16 14:26:59 2008 +0100
37505
37506 nand: Correct NAND erase percentage output
37507
37508 For NAND erase sizes smaller than one NAND erase block, erase
37509 percentage output becomes grater than 100% e.g.
37510
37511 -- cut --
37512 > nand info
37513 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
37514 > nand erase 0x100000 0x2000
37515 NAND erase: device 0 offset 0x100000, size 0x2000
37516 Erasing at 0x100000 -- 200% complete.
37517 OK
37518 >
37519 -- cut --
37520
37521 Correct this and give user a warning that more is erased than specified:
37522
37523 -- cut --
37524 > nand erase 0x100000 0x2000
37525 NAND erase: device 0 offset 0x100000, size 0x2000
37526 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
37527 Erasing 0x00004000 instead
37528 Erasing at 0x100000 -- 100% complete.
37529 OK
37530 >
37531 -- cut --
37532
37533 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
37534
37535 commit 5922db6c0948506be91e0de44e7a6863a18a417f
37536 Author: Stelian Pop <stelian@popies.net>
37537 Date: Tue May 13 17:31:24 2008 +0200
37538
37539 Cleanup nand_info[] declaration.
37540
37541 The nand_info array is declared as extern in several .c files.
37542 Those days, nand.h contains a reference to the array, so there is
37543 no need to declare it elsewhere.
37544
37545 Signed-off-by: Stelian Pop <stelian@popies.net>
37546 Signed-off-by: Scott Wood <scottwood@freescale.com>
37547
37548 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
37549 Author: Scott Wood <scottwood@freescale.com>
37550 Date: Mon May 19 09:30:43 2008 -0500
37551
37552 NAND: Provide a sane default for NAND_MAX_CHIPS.
37553
37554 This allows the header to be included regardless of whether a board's
37555 config file provides NAND-related defininitions.
37556
37557 Signed-off-by: Scott Wood <scottwood@freescale.com>
37558
37559 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
37560 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37561 Date: Mon May 26 12:19:10 2008 +0200
37562
37563 avr32: Fix theoretical race in udelay()
37564
37565 If the specified delay is very short, the cycle counter may go past the
37566 "end" time we are waiting for before we get around to reading it.
37567
37568 Fix it by checking the different between the cycle count "now" and the
37569 cycle count at the beginning. This will work as long as the delay
37570 measured in number of cycles is below 2^31.
37571
37572 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37573
37574 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
37575 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37576 Date: Wed May 21 13:01:09 2008 +0200
37577
37578 avr32: Compile atmel_mci.o conditionally
37579
37580 Remove #ifdef CONFIG_MMC from the source file and use conditional
37581 compilation in the Makefile instead.
37582
37583 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37584
37585 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
37586 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37587 Date: Thu May 22 12:28:25 2008 +0200
37588
37589 avr32: Fix wrong error flags in atmel_mci driver
37590
37591 Make sure we check for CRC errors when sending commands that use CRC
37592 checking.
37593
37594 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
37595 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37596
37597 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
37598 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37599 Date: Wed May 21 11:10:59 2008 +0200
37600
37601 avr32: Fix two warnings in atmel_mci.c
37602
37603 The warnings are harmless but annoying. Let's fix them.
37604
37605 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37606
37607 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
37608 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37609 Date: Mon May 19 11:36:28 2008 +0200
37610
37611 avr32: Rework SDRAM initialization code
37612
37613 This cleans up the SDRAM initialization and related code a bit, and
37614 allows faster booting.
37615
37616 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
37617 * Remove memory test from sdram_init() and make caller responsible
37618 for verifying the SDRAM and determining its size.
37619 * Remove base_address member from struct sdram_config (was sdram_info)
37620 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
37621 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
37622
37623 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37624
37625 commit 95107b7c028806919630bf02c653aa8f4f867c94
37626 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37627 Date: Mon May 19 11:27:37 2008 +0200
37628
37629 avr32: Do stricter stack checking in the exception handler
37630
37631 Don't do a stack dump if the stack pointer is outside the memory area
37632 reserved for stack.
37633
37634 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37635
37636 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
37637 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37638 Date: Fri May 2 15:32:57 2008 +0200
37639
37640 avr32: Use the same entry point for reset and exception handling
37641
37642 Since the reset vector is always aligned to a very large boundary, we
37643 can save a couple of KB worth of alignment padding by placing the
37644 exception vectors at the same address.
37645
37646 Deciding which one it is is easy: If we're handling an exception, the
37647 CPU is in Exception mode. If we're starting up after reset, the CPU is
37648 in Supervisor mode. So this adds a very minimal overhead to the reset
37649 path (only executed once) and the exception handling path (normally
37650 never executed at all.)
37651
37652 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37653
37654 commit 0c16eed2189a190bd5655b33c029f809a9b31128
37655 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37656 Date: Fri May 2 15:24:22 2008 +0200
37657
37658 avr32: Put memset in its own section
37659
37660 All C code is compiled with -ffunction-sections -fdata-sections.
37661 Assembly functions should get their own sections as well so that
37662 everything looks consistent.
37663
37664 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37665
37666 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
37667 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37668 Date: Fri May 2 15:21:40 2008 +0200
37669
37670 avr32: Rename pm_init() as clk_init() and make SoC-specific
37671
37672 pm_init() was always more about clock initialization than anything
37673 else. Dealing with PLLs, clock gating and such is also inherently
37674 SoC-specific, so move it into a SoC-specific directory.
37675
37676 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37677
37678 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
37679 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37680 Date: Wed Apr 30 16:15:57 2008 +0200
37681
37682 avr32: Use new-style Makefile for the at32ap platform
37683
37684 This makes it easier to avoid compiling certain files later.
37685
37686 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37687
37688 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
37689 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37690 Date: Wed Apr 30 14:36:47 2008 +0200
37691
37692 avr32: Remove unused file cpu/at32ap/pm.c
37693
37694 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37695
37696 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
37697 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37698 Date: Wed Apr 30 14:19:28 2008 +0200
37699
37700 avr32: Clean up the HMATRIX code
37701
37702 Rework the HMATRIX configuration interface so that it becomes easier
37703 to configure the HMATRIX for boards with special needs, and add new
37704 parts.
37705
37706 The HMATRIX header file has been split into a general,
37707 chip-independent part with register definitions, etc. and a
37708 chip-specific part with SFR bitfield definitions and master/slave
37709 identifiers.
37710
37711 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37712
37713 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
37714 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37715 Date: Thu Nov 22 12:14:11 2007 +0100
37716
37717 avr32: Add support for the ATSTK1006 board
37718
37719 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
37720 board. It's currently in production and will be available soon.
37721
37722 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37723
37724 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
37725 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37726 Date: Tue Apr 29 12:53:05 2008 +0200
37727
37728 avr32: Get rid of the .flashprog section
37729
37730 The .flashprog section was only needed back when we were running
37731 directly from flash, and it's even more useless on NGW100 since it
37732 uses the CFI flash driver which never used this workaround in the
37733 first place.
37734
37735 Remove it on STK1000 as well, and get rid of all the associated code and
37736 annotations.
37737
37738 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37739
37740 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
37741 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37742 Date: Wed Apr 30 13:09:56 2008 +0200
37743
37744 avr32: Use correct condition around macb clock accessors
37745
37746 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
37747 the chip has a MACB controller, not when it has a USART.
37748
37749 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37750
37751 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
37752 Author: David Brownell <david-b@pacbell.net>
37753 Date: Wed Apr 16 22:57:58 2008 -0700
37754
37755 avr32: Disable the AP7000 internal watchdog on startup
37756
37757 This patch forces the watchdog off in all cases. That will at least
37758 get rid of the constant reboot cycle, though it won't let the watchdog
37759 actually run in the new kernels: its probe() comes up with a polite
37760 warning.
37761
37762 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37763
37764 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
37765 Author: David Brownell <david-b@pacbell.net>
37766 Date: Fri Feb 22 12:54:39 2008 -0800
37767
37768 avr32: stk1002 and ngw100 convergence
37769
37770 Make STK1002 and NGW100 boards act more alike:
37771 - STK boards can use as many arguments as NGW
37772 - STK boards don't need to manage FPGAs either
37773 - NGW commands should match STK ones
37774
37775 Also spell U-Boot right in prompts for STK1002 and NGW100.
37776
37777 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
37778 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
37779 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37780
37781 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
37782 Author: Sergei Poselenov <sposelenov@emcraft.com>
37783 Date: Tue May 27 13:47:00 2008 +0200
37784
37785 Socrates: Fix PCI bus frequency report
37786
37787 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37788
37789 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
37790 Author: Sergei Poselenov <sposelenov@emcraft.com>
37791 Date: Tue May 27 11:49:13 2008 +0200
37792
37793 Socrates: Added USB support.
37794
37795 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37796
37797 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
37798 Author: Sergei Poselenov <sposelenov@emcraft.com>
37799 Date: Tue May 27 11:35:02 2008 +0200
37800
37801 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
37802
37803 In case of several PCI USB controllers on a board this variable
37804 specifys which controller to use.
37805 See doc/README.generic_usb_ohci for details.
37806
37807 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37808
37809 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
37810 Author: Sergei Poselenov <sposelenov@emcraft.com>
37811 Date: Tue May 27 10:36:07 2008 +0200
37812
37813 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
37814
37815 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37816
37817 commit 83e9d7a2614d4006b92690afa3390c291734267e
37818 Author: Sergei Poselenov <sposelenov@emcraft.com>
37819 Date: Mon May 26 18:16:04 2008 +0200
37820
37821 Socrates: Config file cleanup.
37822
37823 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37824
37825 commit 602cac1389b755b223272f2328a47e6f8c240848
37826 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37827 Date: Sat May 24 12:47:46 2008 +0200
37828
37829 MAKEALL: add at91 list
37830
37831 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37832
37833 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
37834 Author: Ron Madrid <ron_madrid@sbcglobal.net>
37835 Date: Fri May 23 15:37:05 2008 -0700
37836
37837 Add Marvell 88E1118 support for TSEC
37838
37839 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
37840 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37841
37842 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
37843 Author: Jens Gehrlein <sew_s@tqs.de>
37844 Date: Mon May 5 14:06:11 2008 +0200
37845
37846 smc911x: add 16 bit support
37847
37848 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
37849 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37850
37851 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
37852 Author: Christian Eggers <ceggers@gmx.de>
37853 Date: Wed May 21 21:29:10 2008 +0200
37854
37855 Fix endianess conversion in usb_ohci.c
37856
37857 Sorry, I forgot this line:
37858
37859 Signed-off-by: Christian Eggers <ceggers@gmx.de>
37860
37861 I think this must be swapped (result may be equal).
37862
37863 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
37864 Author: Christian Eggers <ceggers@gmx.de>
37865 Date: Wed May 21 22:12:00 2008 +0200
37866
37867 USB: replace old swap_ with proper endianess conversion macros
37868
37869 Signed-off-by: Christian Eggers <ceggers@gmx.de>
37870 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37871
37872 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
37873 Author: Christian Eggers <ceggers@gmx.de>
37874 Date: Wed May 21 21:29:10 2008 +0200
37875
37876 Fix endianess conversion in usb_ohci.c
37877
37878 Signed-off-by: Christian Eggers <ceggers@gmx.de>
37879 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37880
37881 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
37882 Author: Sergei Poselenov <sposelenov@emcraft.com>
37883 Date: Thu May 22 01:15:53 2008 +0200
37884
37885 USB: add support for multiple PCI OHCI controllers
37886
37887 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
37888 In case of several PCI USB controllers on a board this variable
37889 specifys which controller to use.
37890
37891 Also add USB support for sokrates board.
37892
37893 See doc/README.generic_usb_ohci for details.
37894
37895 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37896 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37897
37898 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
37899 Author: Wolfgang Denk <wd@denx.de>
37900 Date: Wed May 21 16:56:08 2008 +0200
37901
37902 Fix some whitespace issues
37903
37904 introduced by 53677ef18 "Big white-space cleanup."
37905
37906 Signed-off-by: Wolfgang Denk <wd@denx.de>
37907
37908 commit 4416603aeb06861b468b06a981e52c3ff805db7b
37909 Author: York Sun <yorksun@freescale.com>
37910 Date: Mon May 12 14:36:39 2008 -0500
37911
37912 Make ads5121 out-of-tree compiling safe
37913
37914 Reuse the existing DIU driver in board/freescale/common.
37915
37916 Signed-off-by: York Sun <yorksun@freescale.com>
37917
37918 commit 0e1bad47cd345c76c91a64caf41011e431b62599
37919 Author: York Sun <yorksun@freescale.com>
37920 Date: Mon May 5 10:20:01 2008 -0500
37921
37922 Adding DIU support for Freescale 5121ADS
37923
37924 Add DIU and cfb console support to FSL 5121ADS board.
37925
37926 Use #define CONFIG_VIDEO in config file to enable fb console.
37927
37928 Signed-off-by: York Sun <yorksun@freescale.com>
37929
37930 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
37931 Author: York Sun <yorksun@freescale.com>
37932 Date: Mon May 5 10:20:00 2008 -0500
37933
37934 Replace DPRINTF with debug
37935
37936 Remove DPRINTF macro and replace it with generic debug macro.
37937
37938 Signed-off-by: York Sun <yorksun@freescale.com>
37939
37940 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
37941 Author: York Sun <yorksun@freescale.com>
37942 Date: Mon May 5 10:19:59 2008 -0500
37943
37944 Move pixel clock setting to board file
37945
37946 The clock divider has different format in 5121 and 8610. This patch moves it to
37947 board specific code.
37948
37949 Signed-off-by: York Sun <yorksun@freescale.com>
37950
37951 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
37952 Author: Wolfgang Denk <wd@denx.de>
37953 Date: Tue May 20 16:00:29 2008 +0200
37954
37955 Big white-space cleanup.
37956
37957 This commit gets rid of a huge amount of silly white-space issues.
37958 Especially, all sequences of SPACEs followed by TAB characters get
37959 removed (unless they appear in print statements).
37960
37961 Also remove all embedded "vim:" and "vi:" statements which hide
37962 indentation problems.
37963
37964 Signed-off-by: Wolfgang Denk <wd@denx.de>
37965
37966 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
37967 Author: Sergei Poselenov <sposelenov@emcraft.com>
37968 Date: Thu May 8 17:46:23 2008 +0200
37969
37970 socrates: fix second TSEC configuration (it is actually TSEC3)
37971
37972 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37973
37974 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
37975 Author: Sergei Poselenov <sposelenov@emcraft.com>
37976 Date: Thu May 8 14:17:08 2008 +0200
37977
37978 Fixed reset for socrates
37979
37980 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37981
37982 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
37983 Author: Sergei Poselenov <sposelenov@emcraft.com>
37984 Date: Wed May 7 15:10:49 2008 +0200
37985
37986 socrates: changes to support FDT
37987
37988 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37989 Signed-off-by: Wolfgang Denk <wd@denx.de>
37990
37991 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
37992 Author: Sergei Poselenov <sposelenov@emcraft.com>
37993 Date: Wed Apr 30 11:42:50 2008 +0200
37994
37995 Initial support for "Socrates" board
37996
37997 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37998
37999 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
38000 Author: Yuri Tikhonov <yur@emcraft.com>
38001 Date: Thu May 8 15:46:42 2008 +0200
38002
38003 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
38004
38005 This way we become able to utilize the full post_log_word for POST
38006 activities (overwise, POST ECC, which has 0x8000 ID, could be
38007 erroneously treated as started in post_output_backlog() even if there
38008 was actually no POST ECC run (because of OCM POST failure, for
38009 example).
38010
38011 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38012
38013 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
38014 Author: Yuri Tikhonov <yur@emcraft.com>
38015 Date: Thu May 8 15:46:02 2008 +0200
38016
38017 POST: mark OCM test as POST_STOP
38018
38019 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38020
38021 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
38022 Author: Yuri Tikhonov <yur@emcraft.com>
38023 Date: Thu May 8 15:45:26 2008 +0200
38024
38025 POST: add POST_STOP flag
38026
38027 Don't run futher tests in case of a test fails that is marked as
38028 POST_STOP.
38029
38030 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38031 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38032
38033 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
38034 Author: Yuri Tikhonov <yur@emcraft.com>
38035 Date: Thu May 8 15:44:16 2008 +0200
38036
38037 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
38038
38039 Switch the OCM testid with the codec one. The reason is that current
38040 implementation requires the POST_ROM testid to fit into lower 16
38041 bits, and the codec test will never run with POST_ROM hopefully.
38042
38043 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38044
38045 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
38046 Author: Yuri Tikhonov <yur@emcraft.com>
38047 Date: Thu May 8 15:43:28 2008 +0200
38048
38049 lwmon5: enable OCM post test on lwmon5 board
38050
38051 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38052
38053 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
38054 Author: Yuri Tikhonov <yur@emcraft.com>
38055 Date: Thu May 8 15:42:47 2008 +0200
38056
38057 POST: OCM test added.
38058
38059 Added OCM test to POST layer. This version runs before all other tests
38060 but doesn't yet interrupt post sequence on failure.
38061
38062 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38063 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38064
38065 commit 6891260bdd935a382c95d9fa333922b0dfded68a
38066 Author: Yuri Tikhonov <yur@emcraft.com>
38067 Date: Thu May 8 15:40:39 2008 +0200
38068
38069 POST: typo fix
38070
38071 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38072
38073 commit 727f63334676e760877d43bfb8f0e9331ac8b101
38074 Author: Hebbar <gururajakr@sanyo.co.in>
38075 Date: Tue May 20 02:16:36 2008 -0700
38076
38077 common/usb.c: fix incorrect escape sequence
38078
38079 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
38080
38081 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
38082 Author: York Sun <yorksun@freescale.com>
38083 Date: Thu May 15 15:26:27 2008 -0500
38084
38085 Fix 8313ERDB board configuration
38086
38087 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
38088 Correct TSEC1 vs TSEC2 assignment.
38089 Define ETHADDR and ETH1ADDR always.
38090
38091 Signed-off-by: York Sun <yorksun@freescale.com>
38092 Signed-off-by: Timur Tabi <timur@freescale.com>
38093
38094 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
38095 Author: Jon Loeliger <jdl@freescale.com>
38096 Date: Mon May 19 09:47:25 2008 -0500
38097
38098 mpc86xx: Removed unused and unconfigured memory test code.
38099
38100 Besides, other common code exists.
38101
38102 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38103
38104 commit 180a90abdae72587c0f679edf8991455e559440d
38105 Author: Wolfgang Denk <wd@denx.de>
38106 Date: Mon May 19 12:47:11 2008 +0200
38107
38108 Release v1.3.3
38109
38110 Update CHANGELOG for release.
38111
38112 Signed-off-by: Wolfgang Denk <wd@denx.de>
38113
38114 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
38115 Author: Stefan Roese <sr@denx.de>
38116 Date: Mon May 19 07:14:38 2008 +0200
38117
38118 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
38119
38120 When SATA is selected (via jumper J6) we need to disable the first PCIe
38121 node in the device tree, so that Linux doesn't initialize it. Otherwise
38122 the Linux SATA driver will fail to detect the devices.
38123
38124 The same goes the other way around too. So if PCIe is selected we need
38125 to disable the SATA node in the device tree.
38126
38127 This is because PCIe port 0 and SATA on 460EX share the same pins
38128 (multiplexed) and we have to configure in U-Boot which peripheral is
38129 enabled.
38130
38131 Signed-off-by: Stefan Roese <sr@denx.de>
38132
38133 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
38134 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38135 Date: Sun May 18 19:09:58 2008 +0200
38136
38137 i386: Fix multiple definitions of __show_boot_progress
38138
38139 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38140
38141 commit 311f3446930c1e64c12026c1cfd00500b05be52d
38142 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38143 Date: Sun May 18 19:09:57 2008 +0200
38144
38145 sc530_spunk: add missing SOBJS entry
38146
38147 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38148
38149 commit a559317143b4f95927b08cd388707e6f077e95fa
38150 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38151 Date: Sun May 18 19:09:56 2008 +0200
38152
38153 sc520_spunk: Fix flash
38154
38155 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
38156 flash.c:398: error: label at end of compound statement
38157
38158 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38159
38160 commit 91f221317af64191ee8caf303ea9305943158691
38161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38162 Date: Sun May 18 19:09:49 2008 +0200
38163
38164 drivers/pcmcia: add missing i82365
38165
38166 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38167
38168 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
38169 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38170 Date: Sun May 18 19:09:47 2008 +0200
38171
38172 i386/bootm: remove unused var
38173
38174 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38175
38176 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
38177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38178 Date: Sun May 18 19:09:45 2008 +0200
38179
38180 example/gitignore: update with all generated examples
38181
38182 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38183
38184 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
38185 Author: Wolfgang Denk <wd@denx.de>
38186 Date: Thu May 15 00:42:45 2008 +0200
38187
38188 TQM8272: fix out-of-tree building
38189
38190 ...and add to MAKEALL script
38191
38192 Signed-off-by: Wolfgang Denk <wd@denx.de>
38193
38194 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
38195 Author: Wolfgang Denk <wd@denx.de>
38196 Date: Wed May 14 23:34:53 2008 +0200
38197
38198 environment: fix bug introduced by commit a8409f4f1ac8
38199
38200 env_get_char is not a function, but a pointer to one.
38201
38202 Signed-off-by: Wolfgang Denk <wd@denx.de>
38203
38204 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
38205 Author: Gary Jennejohn <garyj@denx.de>
38206 Date: Wed May 14 13:39:22 2008 +0200
38207
38208 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
38209
38210 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
38211 use a redundant environment.
38212
38213 Signed-off-by: Gary Jennejohn <garyj@denx.de>
38214
38215 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
38216 Author: Wolfgang Denk <wd@denx.de>
38217 Date: Wed May 14 13:55:30 2008 +0200
38218
38219 Fix config files for out-of-tree building
38220
38221 Several board/<...>/config.mk files include dynamically built (by
38222 the Makefile) config files but used the wrong file name of
38223 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
38224 instead if the correct
38225 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
38226
38227 The bug is nasty because the build result is correct for the (normal)
38228 in-tree builds, and because 'sinclude' is used no errors get raised
38229 even for out-of-tree build tests. But out-of-tree builds use an
38230 incomplete and thus usually incorrect configuration...
38231
38232 Signed-off-by: Wolfgang Denk <wd@denx.de>
38233
38234 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
38235 Author: Stefan Roese <sr@denx.de>
38236 Date: Wed May 14 13:40:03 2008 +0200
38237
38238 ppc4xx: Fix bogus Canyonlands config.mk
38239
38240 This patch fixes the canyonlands config.mk file to enable correct
38241 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
38242
38243 Signed-off-by: Stefan Roese <sr@denx.de>
38244
38245 commit fdd1247a66d788a3446244f6fde9955a93c26322
38246 Author: Stefan Roese <sr@denx.de>
38247 Date: Wed May 14 10:32:32 2008 +0200
38248
38249 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
38250
38251 Canyonlands has a file ddr2_fixed.c which needs special treatment when
38252 building in separate directory. It has to be linked to build directory
38253 otherwise it is not seen.
38254
38255 Signed-off-by: Stefan Roese <sr@denx.de>
38256
38257 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
38258 Author: Wolfgang Denk <wd@denx.de>
38259 Date: Wed May 14 12:22:49 2008 +0200
38260
38261 environment: cleanup prototype declarations of env functions.
38262
38263 Signed-off-by: Wolfgang Denk <wd@denx.de>
38264
38265 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
38266 Author: Wolfgang Denk <wd@denx.de>
38267 Date: Wed May 14 12:21:48 2008 +0200
38268
38269 linkstation_HGLAN: Fix out of tree building.
38270
38271 Signed-off-by: Wolfgang Denk <wd@denx.de>
38272
38273 commit 085551c05ca09e6c491ea11a1c6727a36776a545
38274 Author: Stefan Roese <sr@denx.de>
38275 Date: Wed May 14 10:32:32 2008 +0200
38276
38277 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
38278
38279 Canyonlands has a file ddr2_fixed.c which needs special treatment when
38280 building in separate directory. It has to be linked to build directory
38281 otherwise it is not seen.
38282
38283 Signed-off-by: Stefan Roese <sr@denx.de>
38284
38285 commit 1510b82d50615f344e89d42533e8224cce067dc0
38286 Author: Wolfgang Denk <wd@denx.de>
38287 Date: Tue May 13 23:15:52 2008 +0200
38288
38289 Makefile: fix "error: version_autogenerated.h: No such file or directory"
38290
38291 Signed-off-by: Wolfgang Denk <wd@denx.de>
38292
38293 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
38294 Author: Stelian Pop <stelian@popies.net>
38295 Date: Tue May 13 17:31:24 2008 +0200
38296
38297 Cleanup nand_info[] declaration.
38298
38299 The nand_info array is declared as extern in several .c files.
38300 Those days, nand.h contains a reference to the array, so there is
38301 no need to declare it elsewhere.
38302
38303 Signed-off-by: Stelian Pop <stelian@popies.net>
38304 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38305
38306 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
38307 Author: Stefan Roese <sr@denx.de>
38308 Date: Tue May 13 20:22:01 2008 +0200
38309
38310 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
38311
38312 Signed-off-by: Stefan Roese <sr@denx.de>
38313
38314 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
38315 Author: Wolfgang Denk <wd@denx.de>
38316 Date: Mon May 12 01:11:21 2008 +0200
38317
38318 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
38319
38320 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
38321 which broke many PowerPC boards.
38322
38323 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
38324 Author: Wolfgang Denk <wd@denx.de>
38325 Date: Mon May 12 00:56:28 2008 +0200
38326
38327 Revert "Avoid initrd and logbuffer area overlaps"
38328
38329 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
38330 which breaks building on all PPC boards that don't use a log buffer.
38331
38332 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
38333 Author: Nick Spence <nick.spence@freescale.com>
38334 Date: Sat May 10 14:02:04 2008 -0700
38335
38336 Fix offset calculation for multi-type legacy images.
38337
38338 Calculation of tail was incorrect when size % 4 == 0.
38339
38340 New code removes the conditional and does the same thing but with arithmetic
38341
38342 Signed-off-by: Nick Spence <nick.spence@freescale.com>
38343
38344 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
38345 Author: Wolfgang Denk <wd@denx.de>
38346 Date: Mon May 12 00:40:58 2008 +0200
38347
38348 Revert "Change env_get_char from a global function ptr to a function."
38349
38350 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
38351 which is known to break booting from dataflash and NAND.
38352
38353 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
38354 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38355 Date: Sun May 11 23:13:57 2008 +0200
38356
38357 API: remove duplicate syscall check
38358
38359 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38360
38361 commit 67e3beb52c320b0a31cf030716c99392cde2d532
38362 Author: Stelian Pop <stelian@popies.net>
38363 Date: Fri May 9 21:46:51 2008 +0200
38364
38365 AT91: Cleanup unused config header file definitions.
38366
38367 CONFIG_ENV_OVERWRITE is commented out in the config header files,
38368 so let's cleanup the files by removing the whole definition.
38369
38370 Signed-off-by: Stelian Pop <stelian@popies.net>
38371 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38372
38373 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
38374 Author: Stelian Pop <stelian@popies.net>
38375 Date: Thu May 8 14:52:34 2008 +0200
38376
38377 Support AT91CAP9 revC CPUs
38378
38379 The AT91CAP9 revC CPU has a few differences over the previous,
38380 revB CPU which was distributed in small quantities only (revA was
38381 an internal Atmel product only).
38382
38383 The revC silicon needs a special initialisation sequence to
38384 switch from the internal (imprecise) RC oscillator to the
38385 external 32k clock.
38386
38387 Signed-off-by: Stelian Pop <stelian@popies.net>
38388 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38389
38390 commit 098b7b4b441b12c2a64dd517930f43c793542759
38391 Author: Stelian Pop <stelian@popies.net>
38392 Date: Thu May 8 14:52:33 2008 +0200
38393
38394 Use custom logo for Atmel boards
38395
38396 This patch adds a custom vendor logo for the Atmel AT91 boards.
38397
38398 Signed-off-by: Stelian Pop <stelian@popies.net>
38399 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38400
38401 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
38402 Author: Stelian Pop <stelian@popies.net>
38403 Date: Thu May 8 14:52:32 2008 +0200
38404
38405 AT91SAM9RLEK: hook up the ATMEL LCD driver
38406
38407 This patch makes the necessary adaptations (PIO configurations and
38408 defines in config header file) to hook up the Atmel LCD driver to the
38409 AT91SAM9RLEK board.
38410
38411 Signed-off-by: Stelian Pop <stelian@popies.net>
38412 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38413
38414 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
38415 Author: Stelian Pop <stelian@popies.net>
38416 Date: Thu May 8 14:52:31 2008 +0200
38417
38418 AT91SAM9263EK: hook up the ATMEL LCD driver
38419
38420 This patch makes the necessary adaptations (PIO configurations and
38421 defines in config header file) to hook up the Atmel LCD driver to the
38422 AT91SAM9263EK board.
38423
38424 Signed-off-by: Stelian Pop <stelian@popies.net>
38425 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38426
38427 commit 820f2a958325061a446115f3035e48e4726b3390
38428 Author: Stelian Pop <stelian@popies.net>
38429 Date: Thu May 8 14:52:30 2008 +0200
38430
38431 AT91SAM9261EK: hook up the ATMEL LCD driver
38432
38433 This patch makes the necessary adaptations (PIO configurations and
38434 defines in config header file) to hook up the Atmel LCD driver to the
38435 AT91SAM9261EK board.
38436
38437 Signed-off-by: Stelian Pop <stelian@popies.net>
38438 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38439
38440 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
38441 Author: Stelian Pop <stelian@popies.net>
38442 Date: Thu May 8 14:52:29 2008 +0200
38443
38444 AT91CAP9ADK: hook up the ATMEL LCD driver
38445
38446 This patch makes the necessary adaptations (PIO configurations and
38447 defines in config header file) to hook up the Atmel LCD driver to the
38448 AT91CAP9ADK board.
38449
38450 Signed-off-by: Stelian Pop <stelian@popies.net>
38451 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38452
38453 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
38454 Author: Stelian Pop <stelian@popies.net>
38455 Date: Fri May 9 21:57:18 2008 +0200
38456
38457 Add ATMEL LCD driver
38458
38459 This patch adds support for the ATMEL LCDC driver which is used on some
38460 AT91 and AVR platforms.
38461
38462 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
38463 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
38464
38465 Signed-off-by: Stelian Pop <stelian@popies.net>
38466 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38467
38468 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
38469 Author: Stelian Pop <stelian@popies.net>
38470 Date: Thu May 8 18:52:25 2008 +0200
38471
38472 AT91SAM9RLEK support
38473
38474 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
38475 board.
38476
38477 Signed-off-by: Stelian Pop <stelian@popies.net>
38478 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38479
38480 commit 8e429b3eee23927c1222679f6b6f53667b21595c
38481 Author: Stelian Pop <stelian@popies.net>
38482 Date: Thu May 8 18:52:23 2008 +0200
38483
38484 AT91SAM9263EK support
38485
38486 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
38487 board.
38488
38489 Signed-off-by: Stelian Pop <stelian@popies.net>
38490 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38491
38492 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
38493 Author: Stelian Pop <stelian@popies.net>
38494 Date: Thu May 8 20:52:22 2008 +0200
38495
38496 AT91SAM9261EK support
38497
38498 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
38499 board.
38500
38501 Signed-off-by: Stelian Pop <stelian@popies.net>
38502 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38503
38504 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
38505 Author: Stelian Pop <stelian@popies.net>
38506 Date: Thu May 8 20:52:21 2008 +0200
38507
38508 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
38509
38510 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
38511 in order to cope with the changes in DataFlash partitionning scheme
38512 (cset c3a60cb3).
38513
38514 Signed-off-by: Stelian Pop <stelian@popies.net>
38515 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38516
38517 commit 96996ac25d5222611a8888968db6e53a6d3726da
38518 Author: Stelian Pop <stelian@popies.net>
38519 Date: Thu May 8 20:52:20 2008 +0200
38520
38521 AT91SAM9260EK: Normalize BOOTARGS
38522
38523 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
38524 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
38525 variable.
38526
38527 Signed-off-by: Stelian Pop <stelian@popies.net>
38528 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38529
38530 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
38531 Author: Stelian Pop <stelian@popies.net>
38532 Date: Thu May 8 20:52:19 2008 +0200
38533
38534 AT91SAM9260EK: Normalize SPI timings
38535
38536 This patch changes the SPI timings to closely match the ones
38537 used by the Linux kernel and the Atmel's own bootstrap project.
38538
38539 Signed-off-by: Stelian Pop <stelian@popies.net>
38540 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38541
38542 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
38543 Author: Stelian Pop <stelian@popies.net>
38544 Date: Thu May 8 20:52:18 2008 +0200
38545
38546 AT91SAM9260EK: Handle 8 or 16 bit NAND
38547
38548 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
38549 makes the support configurable in the board config header file
38550 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
38551
38552 Signed-off-by: Stelian Pop <stelian@popies.net>
38553 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38554
38555 commit ab52640fc01624e208424e527af0b7b3a5a65a12
38556 Author: Stelian Pop <stelian@popies.net>
38557 Date: Thu May 8 20:52:17 2008 +0200
38558
38559 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
38560
38561 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
38562 in order to cope with the changes in DataFlash partitionning scheme
38563 (cset c3a60cb3).
38564
38565 Signed-off-by: Stelian Pop <stelian@popies.net>
38566 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38567
38568 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
38569 Author: Stelian Pop <stelian@popies.net>
38570 Date: Thu May 8 20:52:16 2008 +0200
38571
38572 AT91CAP9ADK: Normalize BOOTARGS
38573
38574 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
38575 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
38576 variable.
38577
38578 Signed-off-by: Stelian Pop <stelian@popies.net>
38579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38580
38581 commit 93da48b910511911ce110656e17ed733c8ac4c45
38582 Author: Stelian Pop <stelian@popies.net>
38583 Date: Thu May 8 20:52:15 2008 +0200
38584
38585 AT91CAP9ADK: Normalize SPI timings
38586
38587 This patch changes the SPI timings to closely match the ones
38588 used by the Linux kernel and the Atmel's own bootstrap project.
38589
38590 Signed-off-by: Stelian Pop <stelian@popies.net>
38591 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38592
38593 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
38594 Author: Stelian Pop <stelian@popies.net>
38595 Date: Thu May 8 20:52:14 2008 +0200
38596
38597 AT91CAP9ADK: Handle 8 or 16 bit NAND
38598
38599 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
38600 makes the support configurable in the board config header file
38601 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
38602
38603 Signed-off-by: Stelian Pop <stelian@popies.net>
38604 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38605
38606 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
38607 Author: Stelian Pop <stelian@popies.net>
38608 Date: Thu May 8 20:52:13 2008 +0200
38609
38610 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
38611
38612 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
38613 below avoids the duplication of u-boot.lds by putting the file in the
38614 cpu directory instead of the board one.
38615
38616 Signed-off-by: Stelian Pop <stelian@popies.net>
38617 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38618
38619 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
38620 Author: Stelian Pop <stelian@popies.net>
38621 Date: Thu May 8 20:52:12 2008 +0200
38622
38623 Add proper copyright notices in Atmel boards Makefiles
38624
38625 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
38626 copyright notice. This patch adds the missing pieces.
38627
38628 Signed-off-by: Stelian Pop <stelian@popies.net>
38629 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38630
38631 commit e817a042cef6164bf26fee86f90326f2ec9e6745
38632 Author: Stelian Pop <stelian@popies.net>
38633 Date: Thu May 8 20:52:11 2008 +0200
38634
38635 Add copyright information in Atmel boards partition.c
38636
38637 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
38638 the new created files. This patch fixes the problem.
38639
38640 Signed-off-by: Stelian Pop <stelian@popies.net>
38641 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38642
38643 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
38644 Author: Stelian Pop <stelian@popies.net>
38645 Date: Thu May 8 20:52:10 2008 +0200
38646
38647 Update origin and copyright information in arch-at91sam9 header files
38648
38649 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
38650 copied from the Linux kernel sources. This patch explicitly specifies
38651 this origin for all the copied headers, and for those missing copyright
38652 information, adds it.
38653
38654 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
38655 in the latest kernel sources by 'at91sam9_smc.h'.
38656
38657 The copyright information has been confirmed by the AT91 Linux kernel
38658 maintainer, Andrew Victor <avictor.za@gmail.com>.
38659
38660 Signed-off-by: Stelian Pop <stelian@popies.net>
38661 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38662
38663 commit 79dd1712689d6a5031d7cbff54957049680751c7
38664 Author: Markus Klotzbücher <mk@denx.de>
38665 Date: Thu May 8 16:00:55 2008 +0200
38666
38667 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
38668
38669 When using dhcp/bootp the "netmask" environment variable is not set
38670 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
38671 desireable, so the following patch adds this this option to the board
38672 config.
38673
38674 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38675 Signed-off-by: Stefan Roese <sr@denx.de>
38676
38677 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
38678 Author: Stefan Roese <sr@denx.de>
38679 Date: Sat May 10 10:30:36 2008 +0200
38680
38681 ppc4xx: Update Makalu defconfig to use device-tree booting as default
38682
38683 This patch reworks the default environment on Makalu. Now "net_nfs" for
38684 example uses the device-tree style booting formerly know as "net_nfs_fdt".
38685 Also the addresses in RAM were changed because of the new image booting
38686 support, which check for image overwriting. So the addresses needed to
38687 get adjusted.
38688
38689 Signed-off-by: Stefan Roese <sr@denx.de>
38690
38691 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
38692 Author: Becky Bruce <bgill@freescale.com>
38693 Date: Wed May 7 13:28:16 2008 -0500
38694
38695 PPC: fix map_physmem build warning
38696
38697 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
38698 enabled. This quiets the warning.
38699
38700 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
38701
38702 commit 36f32675f40292002ee1fed252c180a43022d2d4
38703 Author: Becky Bruce <bgill@freescale.com>
38704 Date: Wed May 7 13:24:57 2008 -0500
38705
38706 Update pci code to use phys_addr_t
38707
38708 Physical addrs need to be represented by phys_addr_t, not
38709 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
38710 are going to fail mightily.
38711
38712 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
38713
38714 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
38715 Author: Nick Spence <nick.spence@freescale.com>
38716 Date: Thu May 8 22:32:22 2008 -0700
38717
38718 Support legacy multi-type images without FDT section.
38719
38720 This patch enables legacy multi-type images containing only a Linux kernel
38721 and root file system to be loaded, maintaining compatibility with previous
38722 versions of u-boot.
38723
38724 This is required when using old image files such as a Linux 2.4 kernel /
38725 filesystem.
38726
38727 Signed-off-by: Nick Spence <nick.spence@freescale.com>
38728 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
38729
38730 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
38731 Author: Wolfgang Denk <wd@denx.de>
38732 Date: Sat May 10 00:38:02 2008 +0200
38733
38734 Update CHANGELOG.
38735
38736 Signed-off-by: Wolfgang Denk <wd@denx.de>
38737
38738 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
38739 Author: Wolfgang Denk <wd@denx.de>
38740 Date: Sat May 10 00:36:09 2008 +0200
38741
38742 post/cpu/ppc4xx/Makefile: line length cleanup
38743
38744 Signed-off-by: Wolfgang Denk <wd@denx.de>
38745
38746 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
38747 Author: Stelian Pop <stelian@popies.net>
38748 Date: Thu May 8 22:52:09 2008 +0200
38749
38750 Fix @ -> <at> substitution
38751
38752 When applying the AT91CAP9 patches upstream, something transformed
38753 the '@' character into the ' <at> ' sequence.
38754
38755 The patch below restores the original form in all the places where
38756 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
38757 were copied from AT91CAP9, and a couple of other files where the
38758 ' <at> ' sequence was present).
38759
38760 Signed-off-by: Stelian Pop <stelian@popies.net>
38761
38762 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
38763 Author: Stelian Pop <stelian@popies.net>
38764 Date: Thu May 8 22:52:10 2008 +0200
38765
38766 Update origin and copyright information in arch-at91sam9 header files
38767
38768 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
38769 copied from the Linux kernel sources. This patch explicitly specifies
38770 this origin for all the copied headers, and for those missing copyright
38771 information, adds it.
38772
38773 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
38774 in the latest kernel sources by 'at91sam9_smc.h'.
38775
38776 The copyright information has been confirmed by the AT91 Linux kernel
38777 maintainer, Andrew Victor <avictor.za@gmail.com>.
38778
38779 Signed-off-by: Stelian Pop <stelian@popies.net>
38780
38781 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
38782 Author: Stelian Pop <stelian@popies.net>
38783 Date: Thu May 8 22:52:11 2008 +0200
38784
38785 Add copyright information in Atmel boards partition.c
38786
38787 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
38788 the new created files. This patch fixes the problem.
38789
38790 Signed-off-by: Stelian Pop <stelian@popies.net>
38791
38792 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
38793 Author: Guennadi Liakhovetski <lg@denx.de>
38794 Date: Thu May 8 10:09:27 2008 +0200
38795
38796 mx31ads: fix 32kHz clock handling
38797
38798 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
38799 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
38800 Also fix a typo when verifying a jumper configuration. While at it, make
38801 two needlessly global functions static.
38802
38803 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
38804
38805 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
38806 Author: Marian Balakowicz <m8@semihalf.com>
38807 Date: Wed May 7 13:10:04 2008 +0200
38808
38809 Avoid initrd and logbuffer area overlaps
38810
38811 Add logbuffer to reserved LMB areas to prevent initrd allocation
38812 from overlaping with it.
38813
38814 Make sure to use correct logbuffer base address.
38815
38816 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38817
38818 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
38819 Author: Marian Balakowicz <m8@semihalf.com>
38820 Date: Wed May 7 13:08:54 2008 +0200
38821
38822 ppc: Cleanup get_effective_memsize() use
38823
38824 Removed duplicated effective memory size calculation code.
38825
38826 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38827
38828 commit 273c37d843d5b581090378016cd12dd9c586907b
38829 Author: Marian Balakowicz <m8@semihalf.com>
38830 Date: Wed May 7 09:03:53 2008 +0200
38831
38832 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
38833
38834 Recent modifcations to LOGBUFFER handling code were incorrecly
38835 introduced to fit_check_kernel() routine during
38836 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
38837 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
38838
38839 This patch cleans up this merge issue.
38840
38841 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38842
38843 commit bc11756daff89a3de09ca80adac962b88cf06e6e
38844 Author: Grant Erickson <gerickson@nuovations.com>
38845 Date: Tue May 6 20:16:15 2008 -0700
38846
38847 Propagate Error Status to the Shell on fw_printenv Errors
38848
38849 Changed implementation such that fw_printenv returns failure status
38850 when one or more specified variables do not exist or when incorrect
38851 command syntax is used.
38852
38853 This aids scripting fw_printenv such that the script can key of the
38854 return status rather than relying on standard error "scraping".
38855
38856 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
38857 Signed-off-by: Wolfgang Denk <wd@denx.de>
38858
38859 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
38860 Author: Grant Erickson <gerickson@nuovations.com>
38861 Date: Tue May 6 16:18:00 2008 -0700
38862
38863 Fix Compilation Errors with 'tools/env/fw_printenv'
38864
38865 In the current top-of-tree, 1.3.3.-rc2, the optional tool
38866 'tools/env/fw_printenv' fails to compile for two reasons:
38867
38868 1) The header watchdog.h cannot be found.
38869 2) The header zlib.h is picked up from the tool chain rather than the
38870 project causing a prototype conflict for crc32.
38871
38872 This patch addresses both of these issues.
38873
38874 Platforms Tested On:
38875 - AMCC "Kilauea"
38876
38877 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
38878
38879 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
38880 Author: James Yang <James.Yang@freescale.com>
38881 Date: Mon May 5 10:22:53 2008 -0500
38882
38883 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
38884
38885 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
38886 work before relocating to RAM because command history is written into
38887 a global array that is not writable before relocation. This patch
38888 defers to the no-editing and no-history code in readline_into_buffer()
38889 if it is called before relocation.
38890
38891 Signed-off-by: James Yang <James.Yang@freescale.com>
38892 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38893
38894 commit 726c0f1e5f108dccea052965123b95837d2bd402
38895 Author: Detlev Zundel <dzu@denx.de>
38896 Date: Mon May 5 16:11:22 2008 +0200
38897
38898 cosmetic: Adjust coding style for switch statements to be consistent
38899
38900 Signed-off-by: Detlev Zundel <dzu@denx.de>
38901
38902 commit 574b319512b13e10800f0045e39b993f4ca25e42
38903 Author: Detlev Zundel <dzu@denx.de>
38904 Date: Mon May 5 16:11:21 2008 +0200
38905
38906 Fix disk type output in disk/part.c
38907
38908 Signed-off-by: Detlev Zundel <dzu@denx.de>
38909
38910 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
38911 Author: Vlad Lungu <vlad.lungu@windriver.com>
38912 Date: Mon May 5 14:20:03 2008 +0300
38913
38914 Mail address change, documentation modified
38915
38916 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
38917
38918 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
38919 Author: Michal Simek <monstr@monstr.eu>
38920 Date: Sun May 4 15:42:41 2008 +0200
38921
38922 microblaze: Repare intc handling
38923
38924 Signed-off-by: Michal Simek <monstr@monstr.eu>
38925
38926 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
38927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38928 Date: Sun May 4 15:17:52 2008 +0200
38929
38930 include/gitignore: update to all architectures
38931
38932 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38933
38934 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
38935 Author: Marcel Ziswiler <marcel@ziswiler.com>
38936 Date: Mon May 5 02:12:06 2008 +0200
38937
38938 ide: Remove spurious second include of io.h
38939
38940 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
38941
38942 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
38943
38944 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
38945 Author: Adrian Filipi <adrian.filipi@eurotech.com>
38946 Date: Tue May 6 16:46:37 2008 -0400
38947
38948 Fix some typos
38949
38950 This patch fixes three typos.
38951 The first is a repetition of CONFIG_CMD_BSP.
38952 The second makes the #endif comment match its #if.
38953 The third is a spelling error.
38954
38955 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
38956
38957 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
38958 Author: Grant Erickson <gerickson@nuovations.com>
38959 Date: Sun May 4 16:45:01 2008 -0700
38960
38961 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
38962
38963 Add support for the recognition of 'powerpc' as an alias for the PowerPC
38964 architecture type since Linux is already trending in that direction,
38965 preferring 'powerpc' to 'ppc'.
38966
38967 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
38968
38969 commit f5a24259190c388c2527bdc49fee34577d862cc7
38970 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
38971 Date: Fri May 2 13:35:15 2008 -0700
38972
38973 7450 and 86xx L2 cache invalidate bug corrections
38974
38975 The 7610 and related parts have an L2IP bit in the L2CR that is
38976 monitored to signal when the L2 cache invalidate is complete whereas the
38977 7450 and related parts utilize L2I for this purpose. However, the
38978 current code does not account for this difference. Additionally the 86xx
38979 L2 cache invalidate code used an "andi" instruction where an "andis"
38980 instruction should have been used.
38981
38982 This patch addresses both of these bugs.
38983
38984 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
38985 Acked-By: Jon Loeliger <jdl@freescale.com>
38986
38987 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
38988 Author: Wolfgang Denk <wd@denx.de>
38989 Date: Fri May 9 10:16:13 2008 +0200
38990
38991 Avoid infinite loop "Generating include/autoconf.mk"
38992
38993 Fix a bogus circular dependency that caused an infinite loop of
38994 "Generating include/autoconf.mk" again and again.
38995
38996 Signed-off-by: Wolfgang Denk <wd@denx.de>
38997
38998 commit 567fb852178dbf59529d7301620a3f3732a4b02d
38999 Author: Stelian Pop <stelian@popies.net>
39000 Date: Thu May 8 22:52:09 2008 +0200
39001
39002 Fix @ -> <at> substitution
39003
39004 When applying the AT91CAP9 patches upstream, something transformed
39005 the '@' character into the ' <at> ' sequence.
39006
39007 The patch below restores the original form in all the places where
39008 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
39009 were copied from AT91CAP9, and a couple of other files where the
39010 ' <at> ' sequence was present).
39011
39012 Signed-off-by: Stelian Pop <stelian@popies.net>
39013 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39014
39015 commit 73ccb3410a0785593cda7aee455dfc51f790e281
39016 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
39017 Date: Mon Apr 28 14:04:32 2008 +0200
39018
39019 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
39020
39021 Signed-off-by: Gary Jennejohn <garyj@denx.de>
39022 Signed-off-by: Stefan Roese <sr@denx.de>
39023
39024 commit ef2642625cbfb1c3695e3478d08ae515052a4950
39025 Author: Stefan Roese <sr@denx.de>
39026 Date: Thu May 8 11:10:46 2008 +0200
39027
39028 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
39029
39030 Signed-off-by: Stefan Roese <sr@denx.de>
39031
39032 commit a00eccfebc954ad9485161efeca7d9aaf626d530
39033 Author: Stefan Roese <sr@denx.de>
39034 Date: Thu May 8 11:05:15 2008 +0200
39035
39036 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
39037
39038 This patch adds fdt (flattened device tree) support to all remaining AMCC
39039 eval boards. Most newer boards already support device tree. With this patch,
39040 all AMCC boards now enable device tree passing from U-Boot to Linux
39041 arch/powerpc kernels.
39042
39043 Signed-off-by: Stefan Roese <sr@denx.de>
39044
39045 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
39046 Author: Stefan Roese <sr@denx.de>
39047 Date: Thu May 8 11:01:09 2008 +0200
39048
39049 ppc4xx: Add weak default ft_board_setup() routine
39050
39051 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
39052 This routine is defined as weak and can be overwritten by a board specific
39053 one if needed.
39054
39055 Signed-off-by: Stefan Roese <sr@denx.de>
39056
39057 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
39058 Author: Stefan Roese <sr@denx.de>
39059 Date: Thu May 8 10:48:58 2008 +0200
39060
39061 ppc4xx: acadia: Add fdt support and fix section overlap problem
39062
39063 This patch adds fdt (flattened device tree) support to the AMCC
39064 Acadia eval board. This increases the image size and it doesn't
39065 fit anymore into 256kByte. Since we didn't want to remove features
39066 from the configuration, we decided to increase the U-Boot image size
39067 (add one flash sector).
39068
39069 Also changed the default environment definition to make it
39070 independent of such changes.
39071
39072 Signed-off-by: Stefan Roese <sr@denx.de>
39073
39074 commit 4adb3023de75bc150f088c8935db340930ad38c8
39075 Author: Ira Snyder <iws@ovro.caltech.edu>
39076 Date: Tue Apr 29 11:18:54 2008 -0700
39077
39078 ppc4xx: Add device tree support to AMCC Yosemite
39079
39080 Add support for booting with a device tree blob. This is needed to boot
39081 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
39082 via the ethaddr variable.
39083
39084 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
39085 Signed-off-by: Stefan Roese <sr@denx.de>
39086
39087 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
39088 Author: Dave Mitchell <dmitchell@amcc.com>
39089 Date: Wed May 7 09:00:23 2008 -0700
39090
39091 ppc4xx: Fix typos in 460GT/EX FBDV array
39092
39093 Corrected two typos in the 460GT/EX FBDV array.
39094
39095 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
39096 Signed-off-by: Stefan Roese <sr@denx.de>
39097
39098 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
39099 Author: Andy Fleming <afleming@freescale.com>
39100 Date: Wed May 7 16:54:31 2008 -0500
39101
39102 85xx: Limit CPU2 workaround to parts that have the errata
39103
39104 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
39105 Signed-off-by: Andy Fleming <afleming@freescale.com>
39106
39107 commit a5fe514e8ace564300d2c1d73846ddff49654243
39108 Author: Lee Nipper <lee.nipper@freescale.com>
39109 Date: Fri Apr 25 15:44:45 2008 -0500
39110
39111 mpc83xx: system performance settings for MPC8349EMDS.
39112
39113 These same settings are used on MPC8349ITX, and
39114 improve performance on MPC8349EMDS.
39115
39116 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
39117 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39118
39119 commit 49387dba910e485640b575e920ee463b7e611dc3
39120 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39121 Date: Tue May 6 13:22:52 2008 +0900
39122
39123 [MIPS] cpu/mips/cache.S: Fix build warning
39124
39125 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
39126 warns illegal global symbol references by bal (and jal also) instruction.
39127 This does not happen with the latest binutils v2.18.
39128
39129 Here's an example on gth2_config:
39130
39131 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
39132 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
39133 c -EB -c -o cache.o cache.S
39134 cache.S: Assembler messages:
39135 cache.S:243: Warning: Pretending global symbol used as branch target is local.
39136 cache.S:250: Warning: Pretending global symbol used as branch target is local.
39137
39138 In principle, gas might be sensitive to global symbol references in PIC
39139 code because they should be processed through GOT (global offset table).
39140 But if `bal' instruction is used, it results in PC-based offset jump.
39141 This is the cause of this warning.
39142
39143 In practice, we know it doesn't matter whether PC-based reference or GOT-
39144 based. As for this case, both will work before/after relocation. But let's
39145 fix the code.
39146
39147 This patch explicitly sets up a target address, then jump there.
39148 Here's an example of disassembled code with/without this patch.
39149
39150 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
39151 9000066c: ac80fffc sw zero,-4(a0)
39152 90000670: 01402821 move a1,t2
39153 -90000674: 0411ffba bal 90000560 <mips_init_icache>
39154 -90000678: 01803021 move a2,t4
39155 -9000067c: 01602821 move a1,t3
39156 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
39157 -90000684: 01a03021 move a2,t5
39158 -90000688: 03000008 jr t8
39159 -9000068c: 00000000 nop
39160 +90000674: 01803021 move a2,t4
39161 +90000678: 8f8f83ec lw t7,-31764(gp)
39162 +9000067c: 01e0f809 jalr t7
39163 +90000680: 00000000 nop
39164 +90000684: 01602821 move a1,t3
39165 +90000688: 01a03021 move a2,t5
39166 +9000068c: 8f8f81e0 lw t7,-32288(gp)
39167 +90000690: 01e0f809 jalr t7
39168 +90000694: 00000000 nop
39169 +90000698: 03000008 jr t8
39170 +9000069c: 00000000 nop
39171
39172 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39173
39174 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
39175 Author: Vlad Lungu <vlad.lungu@windriver.com>
39176 Date: Mon May 5 14:04:00 2008 +0300
39177
39178 Allow building mips versions with ELDK 3.1.1
39179
39180 .gpword works only with local symbols on certain binutils versions
39181
39182 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
39183
39184 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
39185 Author: Wolfgang Denk <wd@denx.de>
39186 Date: Mon May 5 12:52:36 2008 +0200
39187
39188 MAKEALL: add inka4x0 board
39189
39190 Signed-off-by: Wolfgang Denk <wd@denx.de>
39191
39192 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
39193 Author: Wolfgang Denk <wd@denx.de>
39194 Date: Sun May 4 21:34:23 2008 +0200
39195
39196 kb9202 board: fix build problem.
39197
39198 Signed-off-by: Wolfgang Denk <wd@denx.de>
39199
39200 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
39201 Author: Wolfgang Denk <wd@denx.de>
39202 Date: Sun May 4 12:10:33 2008 +0200
39203
39204 Prepare for v1.3.3-rc3
39205
39206 Update ChNAGELOG, minor white space cleanup.
39207
39208 Signed-off-by: Wolfgang Denk <wd@denx.de>
39209
39210 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
39211 Author: Wolfgang Denk <wd@denx.de>
39212 Date: Sun May 4 00:35:15 2008 +0200
39213
39214 drivers/net/tsec.c: Fix typo.
39215
39216 Signed-off-by: Wolfgang Denk <wd@denx.de>
39217
39218 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
39219 Author: Mike Frysinger <vapier@gentoo.org>
39220 Date: Fri May 2 21:45:12 2008 -0400
39221
39222 version_autogenerated.h: use printf rather than echo -n
39223
39224 Some systems are dumb and do not implement the -n flag to echo (like OS X).
39225 Convert the Makefile to use printf as this should work everywhere.
39226
39227 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39228 Signed-off-by: Wolfgang Denk <wd@denx.de>
39229
39230 commit 4acc2a108ad0a669165924704a6cb083f9138242
39231 Author: Mike Frysinger <vapier@gentoo.org>
39232 Date: Fri May 2 18:17:50 2008 -0400
39233
39234 fix building when saveenv is disabled in some setups
39235
39236 If you enable environment in the flash, but disable the embedded
39237 option, and you disable the saveenv command, then the #if nested
39238 logic will trigger a compile failure:
39239 env_flash.c: In function 'env_relocate_spec':
39240 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
39241 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
39242
39243 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39244
39245 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
39246 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
39247 Date: Fri May 2 16:10:04 2008 -0400
39248
39249 SBC8548: fix address mask to allow 64M flash
39250
39251 Fix incorrect mask to enable all 64MB of onboard flash.
39252 Previously U-Boot incorrectly mapped only 8MB of flash, this
39253 patch correctly maps all the available flash.
39254
39255 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
39256
39257 commit 3648085c464c8c22ef76fab006ca4344d3796124
39258 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39259 Date: Fri May 2 19:48:56 2008 +0200
39260
39261 qemu_mips: add README
39262
39263 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39264
39265 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
39266 Author: Marcel Ziswiler <marcel@ziswiler.com>
39267 Date: Fri May 2 02:35:59 2008 +0200
39268
39269 Fix misspelled comment
39270
39271 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
39272
39273 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
39274 Author: Mike Frysinger <vapier@gentoo.org>
39275 Date: Thu May 1 04:13:05 2008 -0400
39276
39277 mkimage: make mmap() checks consistent
39278
39279 The mmap() related code is full of inconsistent casts/constants when
39280 it comes to error checking, and may break when building on some
39281 systems (like ones that do not implicitly define the caddr_t type).
39282 Let's just avoid the whole mess by writing the code nice and clean in
39283 the first place.
39284
39285 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39286
39287 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
39288 Author: Marcel Ziswiler <marcel@ziswiler.com>
39289 Date: Thu May 1 09:05:34 2008 +0200
39290
39291 Fix defined but not used build warning
39292
39293 - warning: 'srom' defined but not used
39294
39295 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
39296
39297 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
39298 Author: Marcel Ziswiler <marcel@ziswiler.com>
39299 Date: Thu May 1 09:05:26 2008 +0200
39300
39301 Fix implicit declaration build warnings
39302
39303 - warning: implicit declaration of function ‘serial_initialize’
39304
39305 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
39306
39307 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
39308 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
39309 Date: Tue Apr 29 19:18:32 2008 +0200
39310
39311 TSEC: add config options for VSC8601 RGMII PHY
39312
39313 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
39314 and Tx clock lines. They are configured using 2 bits in extended
39315 register 0x17.
39316 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
39317 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
39318
39319 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
39320 Acked-by: Andy Fleming <afleming@freescale.com>
39321 Acked-by: Ben Warren <biggerbadderben@gmail.com>
39322 --
39323
39324 drivers/net/tsec.c | 6 ++++++
39325 drivers/net/tsec.h | 3 +++
39326 2 files changed, 9 insertions(+), 0 deletions(-)
39327
39328 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
39329 Author: Wolfgang Denk <wd@denx.de>
39330 Date: Sat May 3 23:07:15 2008 +0200
39331
39332 Revert "ColdFire: Get information from the correct GCC"
39333
39334 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
39335 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
39336
39337 commit c4e5f52a58d278eebb87f476e353972c5dacea40
39338 Author: Wolfgang Denk <wd@denx.de>
39339 Date: Sat May 3 22:25:00 2008 +0200
39340
39341 config.mk: use correct (cross) compiler
39342
39343 Some config.mk files reference $(CC) to test for specific tool chain
39344 features, so make sure $(CC) gets set before including any such
39345 config files.
39346
39347 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
39348 the correct GCC").
39349
39350 Signed-off-by: Wolfgang Denk <wd@denx.de>
39351
39352 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
39353 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39354 Date: Thu May 1 02:13:44 2008 +0200
39355
39356 pxa: fix previous definition on cpu init
39357
39358 start.S:183:1: warning: "ICMR" redefined
39359 In file included from start.S:33:
39360 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
39361 start.S:187:1: warning: "RCSR" redefined
39362 ...
39363
39364 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39365
39366 commit 6d12e697de794d700767f22f950e3026ccf4daf6
39367 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39368 Date: Thu May 1 02:13:43 2008 +0200
39369
39370 pxa: fix pcmcia operation on 'i' may be undefined
39371
39372 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39373 Signed-off-by: Wolfgang Denk <wd@denx.de>
39374
39375 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
39376 Author: Kumar Gala <galak@kernel.crashing.org>
39377 Date: Wed Apr 30 16:24:35 2008 -0500
39378
39379 MPC8610HPCD: Drop -O2 from the build flags
39380
39381 Make the flags use -Os like all other boards
39382
39383 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39384
39385 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
39386 Author: Stefan Roese <sr@denx.de>
39387 Date: Wed Apr 30 15:50:39 2008 +0200
39388
39389 RTC: Fix month offset by one problem in M41T62 RTC driver
39390
39391 This patch fixes a problem with the month being read and written
39392 incorrectly (offset by one). This only gets visible by also using
39393 the Linux driver (rtc-m41t80).
39394
39395 Tested on AMCC Canyonlands.
39396
39397 Signed-off-by: Stefan Roese <sr@denx.de>
39398
39399 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
39400 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39401 Date: Sat May 3 13:51:44 2008 +0900
39402
39403 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
39404
39405 Current trick to pick up GNU assembler minor version uses a dot(.) as a
39406 delimiter, and take the second field to obtain minor version number. But
39407 as can be expected, this doesn't work with a version string which has
39408 dots more than needs.
39409
39410 Here's an example:
39411
39412 $ mips-linux-gnu-as --version | grep 'GNU assembler'
39413 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
39414 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
39415 2-129) 2
39416 $
39417
39418 This patch restricts the version format to 2.XX.XX... This will work
39419 in most cases.
39420
39421 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
39422 2.18.50.20080215
39423 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
39424 18
39425 $
39426
39427 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39428
39429 commit ea638951acead7f1086c908c0b9f086beab82a22
39430 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39431 Date: Sat May 3 13:51:28 2008 +0900
39432
39433 [MIPS] cpu/mips/cache.S: Add dcache_enable
39434
39435 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
39436 "allow ports to override bootelf behavior") requires ports to have this
39437 function.
39438
39439 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39440 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39441
39442 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
39443 Author: Wolfgang Denk <wd@denx.de>
39444 Date: Thu May 1 21:30:16 2008 +0200
39445
39446 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
39447
39448 Onenand needs a version of memcpy() which performs 16 bit accesses
39449 only; make sure the name does not conflict with the standard
39450 function.
39451
39452 Signed-off-by: Wolfgang Denk <wd@denx.de>
39453
39454 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
39455 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39456 Date: Wed Apr 30 22:38:17 2008 +0200
39457
39458 cmd_nand: fix warning: str2long ncompatible pointer type
39459
39460 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39461
39462 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
39463 Author: Timur Tabi <timur@freescale.com>
39464 Date: Fri Apr 4 11:16:11 2008 -0500
39465
39466 Fix calculation of I2C clock for some 86xx chips
39467
39468 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
39469 There is no pattern that can be used to determine which chips use which
39470 frequency, so the only way to determine is to look up the actual SOC
39471 designation and use the right value for that SOC.
39472
39473 Signed-off-by: Timur Tabi <timur@freescale.com>
39474
39475 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
39476 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39477 Date: Wed Apr 30 12:11:19 2008 -0500
39478
39479 ColdFire: Fix ethernet hang issue for mcf547x_8x
39480
39481 The ethernet hang is caused by receiving buffer in DRAM is not
39482 yet ready due to access cycles require longer time in DRAM.
39483 Relocate DMA buffer descriptors from DRAM to internal SRAM.
39484
39485 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39486
39487 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
39488 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39489 Date: Wed Apr 30 12:10:47 2008 -0500
39490
39491 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
39492
39493 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
39494 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39495
39496 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
39497 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39498 Date: Wed Apr 30 12:10:23 2008 -0500
39499
39500 ColdFire: Get information from the correct GCC
39501
39502 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
39503 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39504
39505 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
39506 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
39507 Date: Wed Apr 30 18:02:59 2008 +0200
39508
39509 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
39510
39511 Fix warnings
39512
39513 nv_nand.c: In function 'saveenv':
39514 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
39515 env_nand.c: In function 'env_relocate_spec':
39516 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
39517
39518 if compiled for davinci_schmoogie_config.
39519
39520 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
39521 Ack by: Sergey Kubushyn <ksi@koi8.net>
39522
39523 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
39524 Author: Anatolij Gustschin <agust@denx.de>
39525 Date: Wed Apr 30 13:34:40 2008 +0200
39526
39527 Fix warnings while compiling net/net.c for MPC8610HPCD board
39528
39529 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
39530 causing overriding default -Os option. New gcc (ver. 4.2.2)
39531 produces warnings while compiling net/net.c file with -O2
39532 option. The patch is an attempt to fix this.
39533
39534 Signed-off-by: Anatolij Gustschin <agust@denx.de>
39535
39536 commit 58b575e575c25fdf8c88141e145db201f3092149
39537 Author: Sascha Laue <Sascha.Laue@gmx.biz>
39538 Date: Wed Apr 30 15:23:38 2008 +0200
39539
39540 lwmon5: fix offset error in sysmon0 POST
39541
39542 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
39543 Signed-off-by: Wolfgang Denk <wd@denx.de>
39544
39545 commit e7419b243a373de4ee042f7d4f45f66de787240d
39546 Author: Sascha Laue <Sascha.Laue@gmx.biz>
39547 Date: Wed Apr 30 15:16:35 2008 +0200
39548
39549 lwmon5: fix manual merge error in POST
39550
39551 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
39552
39553 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
39554 Author: Wolfgang Denk <wd@denx.de>
39555 Date: Wed Apr 30 17:46:26 2008 +0200
39556
39557 cmd_nand.c: fix another 'incompatible pointer type' warning.
39558
39559 Signed-off-by: Wolfgang Denk <wd@denx.de>
39560
39561 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
39562 Author: Wolfgang Denk <wd@denx.de>
39563 Date: Wed Apr 30 17:25:07 2008 +0200
39564
39565 Makefile: fix parallel builds
39566
39567 This problem shows up with parallel builds only; it results in
39568 somewhat cryptic error messages like
39569
39570 $ JOBS=-j6 MAKEALL netstar
39571 Configuring for netstar board...
39572 arm-linux-ld: cannot find -lgeneric
39573 make[1]: *** [eeprom.srec] Error 1
39574
39575 A few boards (like netstar and voiceblue) need some libraries for
39576 building; however, the board Makefile does not contain any such
39577 dependencies which may cause problems with parallel builds. Adding
39578 such dependencies is difficult as we would also have to provide build
39579 rules, which already exist in the respective library Makefiles.
39580
39581 To solve this, we make sure that all libraries get built before the
39582 board code.
39583
39584 Signed-off-by: Wolfgang Denk <wd@denx.de>
39585
39586 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
39587 Author: Stefan Roese <sr@denx.de>
39588 Date: Wed Apr 30 14:51:36 2008 +0200
39589
39590 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
39591
39592 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
39593 used for NAND booting to match the values needed for the new 512MB
39594 DIMM modules shipped with the productions boards:
39595
39596 Crucial: CT6464AC667.8FB
39597
39598 Signed-off-by: Stefan Roese <sr@denx.de>
39599
39600 commit ea9202a659dc75996facf1475f1866a19a9d3129
39601 Author: Stefan Roese <sr@denx.de>
39602 Date: Wed Apr 30 10:49:43 2008 +0200
39603
39604 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
39605
39606 This patch fixes a problem with DIMMs that have 8 banks. Now the
39607 MCIF0_MBxCF register will be setup correctly for this setup too.
39608
39609 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
39610
39611 Signed-off-by: Stefan Roese <sr@denx.de>
39612
39613 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
39614 Author: Wolfgang Denk <wd@denx.de>
39615 Date: Tue Apr 29 23:41:06 2008 +0200
39616
39617 Prepare v1.3.3-rc2, again.
39618
39619 Signed-off-by: Wolfgang Denk <wd@denx.de>
39620
39621 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
39622 Author: Wolfgang Denk <wd@denx.de>
39623 Date: Tue Apr 29 23:35:24 2008 +0200
39624
39625 Prepare v1.3.3-rc2
39626
39627 Signed-off-by: Wolfgang Denk <wd@denx.de>
39628
39629 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
39630 Author: Wolfgang Denk <wd@denx.de>
39631 Date: Tue Apr 29 23:32:20 2008 +0200
39632
39633 common/env_nand.c: fix one more incompatible pointer type issue
39634
39635 Signed-off-by: Wolfgang Denk <wd@denx.de>
39636
39637 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
39638 Author: Wolfgang Denk <wd@denx.de>
39639 Date: Tue Apr 29 21:33:08 2008 +0200
39640
39641 post/board/lwmon5/sysmon.c: fix manual merge error.
39642
39643 Signed-off-by: Wolfgang Denk <wd@denx.de>
39644
39645 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
39646 Author: Kumar Gala <galak@kernel.crashing.org>
39647 Date: Tue Apr 29 12:54:59 2008 -0500
39648
39649 85xx: Add -mno-spe to e500/85xx builds
39650
39651 Newer gcc's might be configured to enable autovectorization by default.
39652 If we happen to build with one of those compilers we will get SPE
39653 instructions in random code.
39654
39655 -mno-spe disables the compiler for automatically generating SPE
39656 instructions without our knowledge.
39657
39658 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39659
39660 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
39661 Author: Kumar Gala <galak@kernel.crashing.org>
39662 Date: Tue Apr 29 10:18:34 2008 -0500
39663
39664 Update .gitignore for zlib.h
39665
39666 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39667
39668 commit 45239cf4152109caa925145ccd433529902df887
39669 Author: Kumar Gala <galak@kernel.crashing.org>
39670 Date: Tue Apr 29 10:27:08 2008 -0500
39671
39672 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
39673
39674 All the 85xx and 86xx UM describe the register as timing_cfg_3
39675 not as ext_refrec.
39676
39677 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39678
39679 commit ef7d30b14394e4c4a153118f5845760cadada02a
39680 Author: Kumar Gala <galak@kernel.crashing.org>
39681 Date: Tue Apr 29 10:28:34 2008 -0500
39682
39683 85xx/86xx: Rename DDR init address and init extended address register
39684
39685 Rename init_addr and init_ext_addr to match the docs between
39686 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
39687
39688 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39689
39690 commit cf6cc014270549684873a5972d2595052c468cb6
39691 Author: Kumar Gala <galak@kernel.crashing.org>
39692 Date: Mon Apr 28 02:24:04 2008 -0500
39693
39694 85xx: Additional fixes and cleanup of MP code
39695
39696 * adjust __spin_table alignment to match ePAPR v0.94 spec
39697 * loop over all cpus when determing who is up. This fixes an issue if
39698 the "boot cpu" isn't core0. The "boot cpu" will already be in the
39699 cpu_up_mask so there is no harm
39700 * Added some protection in the code to ensure proper behavior. These
39701 changes are explicitly needed but don't hurt:
39702 - Added eieio to ensure the "hot word" of the table is written after
39703 all other table updates have occurred.
39704 - Added isync to ensure we don't prefetch loading of table entries
39705 until we a released
39706
39707 These issues we raised by Dave Liu.
39708
39709 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39710
39711 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
39712 Author: Yuri Tikhonov <yur@emcraft.com>
39713 Date: Tue Apr 29 15:06:41 2008 +0200
39714
39715 lwmon5: minor clean-up to include/configs/lwmon5.h
39716
39717 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
39718 the CFG_DSPIC_TEST_ADDR definition more readable.
39719
39720 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39721
39722 commit f4c4d21a885ccc222fd0acdf653b683249e85117
39723 Author: Stefan Roese <sr@denx.de>
39724 Date: Tue Apr 29 16:08:05 2008 +0200
39725
39726 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
39727
39728 Signed-off-by: Stefan Roese <sr@denx.de>
39729
39730 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
39731 Author: Yuri Tikhonov <yur@emcraft.com>
39732 Date: Tue Apr 29 13:32:45 2008 +0200
39733
39734 ppc flush_cache: add watch-dog triggering into the loops.
39735
39736 Some boards (e.g. lwmon5) need rather a frequent watch-dog
39737 kicking. Since the time it takes for the flush_cache() function
39738 to complete its job depends on the size of data being flushed, one
39739 may encounter watch-dog resets on such boards when, for example,
39740 download big files over ethernet.
39741
39742 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39743
39744 commit cab99d6f3281ab6784feccf98b9b425daa58418a
39745 Author: Stefan Roese <sr@denx.de>
39746 Date: Tue Apr 29 14:44:54 2008 +0200
39747
39748 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
39749
39750 Signed-off-by: Stefan Roese <sr@denx.de>
39751
39752 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
39753 Author: Stefan Roese <sr@denx.de>
39754 Date: Tue Apr 29 14:12:07 2008 +0200
39755
39756 ppc4xx: Fix Katmai CFG_MONITOR_LEN
39757
39758 Signed-off-by: Stefan Roese <sr@denx.de>
39759
39760 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
39761 Author: Stefan Roese <sr@denx.de>
39762 Date: Tue Apr 29 13:57:07 2008 +0200
39763
39764 ppc4xx: Complete remove bogus dflush()
39765
39766 Since the current dflush() implementation is know to have some problems
39767 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
39768 it by using clean_dcache_range().
39769
39770 Tested on Katmai with ECC DIMM.
39771
39772 Signed-off-by: Stefan Roese <sr@denx.de>
39773
39774 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
39775 Author: Stefan Roese <sr@denx.de>
39776 Date: Tue Apr 29 13:36:51 2008 +0200
39777
39778 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
39779
39780 As it seems the "old" ECC initialization routine by using dflush() didn't
39781 write all lines in the dcache back to memory on lwmon5. This could lead
39782 to ECC error upon Linux booting. This patch changes the program_ecc()
39783 routine to now use clean_dcache_range() instead of dflush().
39784 clean_dcache_range() uses dcbst which is exactly what we want in this
39785 case.
39786
39787 Since dflush() is known is cause problems, this routine will be
39788 removed completely and replaced by clean_dcache_range() with an
39789 additional patch.
39790
39791 Signed-off-by: Stefan Roese <sr@denx.de>
39792
39793 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
39794 Author: Yuri Tikhonov <yur@emcraft.com>
39795 Date: Mon Apr 28 18:19:34 2008 +0200
39796
39797 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
39798
39799 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39800
39801 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
39802 Author: Markus Brunner <super.firetwister@googlemail.com>
39803 Date: Mon Apr 28 08:47:47 2008 +0200
39804
39805 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
39806
39807 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
39808 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
39809 doesn't exist.
39810
39811 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
39812
39813 commit 2ef7503a593c77a80c2a054011970227c4b62774
39814 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39815 Date: Thu Apr 24 07:57:17 2008 +0200
39816
39817 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
39818
39819 Move non-inlied functions into specific drivers file
39820 Set get_prom as weak
39821
39822 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39823 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
39824 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39825
39826 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
39827 Author: Guennadi Liakhovetski <lg@denx.de>
39828 Date: Thu Apr 3 17:04:19 2008 +0200
39829
39830 net: make ARP timeout configurable
39831
39832 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
39833 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
39834 to the boards get lost, which typically are ARP replies. By configuring
39835 the timeout to a lower value we significantly improve the first network
39836 transfer time on this board. The timeout is specified in milliseconds,
39837 later internally it is converted to deciseconds, because it has to be
39838 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
39839 different boards.
39840
39841 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39842 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39843
39844 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
39845 Author: Guennadi Liakhovetski <lg@denx.de>
39846 Date: Thu Apr 3 13:36:18 2008 +0200
39847
39848 minor cs8900 driver clean up
39849
39850 Remove a redundant register definition, clean up some coding style
39851 violations.
39852
39853 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39854 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39855
39856 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
39857 Author: Wolfgang Denk <wd@denx.de>
39858 Date: Mon Apr 28 22:01:04 2008 +0200
39859
39860 jffs2_1pass.c: fix incompatible pointer type warning
39861
39862 Signed-off-by: Wolfgang Denk <wd@denx.de>
39863
39864 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
39865 Author: Sascha Laue <Sascha.Laue@gmx.biz>
39866 Date: Tue Apr 1 10:10:18 2008 +0200
39867
39868 lwmon5: update dsPIC POST spezification
39869
39870 The specification for the lwmon5 board dsPIC POST got changed.
39871 Also add defines for the temperatures and voltages.
39872
39873 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
39874
39875 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
39876 Author: Sascha Laue <Sascha.Laue@gmx.biz>
39877 Date: Tue Apr 1 15:13:03 2008 +0200
39878
39879 Fix watchdog POST for lwmon5
39880
39881 If the hardware watchdog detects a voltage error, the watchdog sets
39882 GPIO62 to low. The watchdog POST has to detect this low level.
39883
39884 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
39885 Signed-off-by: Wolfgang Denk <wd@denx.de>
39886
39887 commit dd5748bcd669f46aeb6686c1b341323843738ccc
39888 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39889 Date: Mon Apr 28 14:37:14 2008 +0200
39890
39891 rtl8169: fix compiler warnings
39892
39893 Fix multiple compiler warnings related to argument type mismatch.
39894
39895 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39896
39897 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
39898 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39899 Date: Mon Apr 28 14:36:06 2008 +0200
39900
39901 IDE: fix compiler warnings
39902
39903 The IDE driver can use 32-bit addresses in LBA mode, in which case it
39904 spits multiple warnings during compilation. Fix them.
39905
39906 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39907
39908 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
39909 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39910 Date: Mon Apr 28 14:35:57 2008 +0200
39911
39912 LinkStation: fix compiler warning, add a maintainer
39913
39914 out_8 wants a pointer to an unsigned as the first argument. Add a
39915 maintainer for Linkstation boards.
39916
39917 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39918
39919 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
39920 Author: Wolfgang Denk <wd@denx.de>
39921 Date: Mon Apr 28 14:55:12 2008 +0200
39922
39923 cmd_nand.c: fix "differ in signedness" problem
39924
39925 Signed-off-by: Wolfgang Denk <wd@denx.de>
39926
39927 commit f2c288a35341ad02ac03b1563d786763c9c8f159
39928 Author: Wolfgang Denk <wd@denx.de>
39929 Date: Mon Apr 28 12:48:47 2008 +0200
39930
39931 pcnet.c: fix a merge issue
39932
39933 Signed-off-by: Wolfgang Denk <wd@denx.de>
39934
39935 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
39936 Author: Wolfgang Denk <wd@denx.de>
39937 Date: Mon Apr 28 12:08:18 2008 +0200
39938
39939 NAND: fix some strict-aliasing compiler warnings
39940
39941 Signed-off-by: Wolfgang Denk <wd@denx.de>
39942
39943 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
39944 Author: Stefan Roese <sr@denx.de>
39945 Date: Mon Apr 28 11:37:14 2008 +0200
39946
39947 ppc4xx: Fix compile warning of hcu4 board
39948
39949 Signed-off-by: Stefan Roese <sr@denx.de>
39950
39951 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
39952 Author: Wolfgang Denk <wd@denx.de>
39953 Date: Mon Apr 28 11:31:23 2008 +0200
39954
39955 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
39956
39957 Signed-off-by: Wolfgang Denk <wd@denx.de>
39958
39959 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
39960 Author: Guennadi Liakhovetski <lg@denx.de>
39961 Date: Mon Apr 28 00:25:32 2008 +0200
39962
39963 mx31ads: fix loadaddr environment variable define
39964
39965 Arithmetic expressions do not get evaluated under stringification. Remove
39966 default network configuration, add DHCP command support. Thanks to Felix
39967 Radensky for reporting.
39968
39969 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39970
39971 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
39972 Author: Wolfgang Denk <wd@denx.de>
39973 Date: Mon Apr 28 10:55:24 2008 +0200
39974
39975 katmai: fix section overlap problem
39976
39977 Since we didn't want to remove features from the configuration, we
39978 decided to increase the U-Boot image size (add one flash sector).
39979
39980 Also changed the default environment definition to make it
39981 independent of such changes.
39982
39983 Signed-off-by: Wolfgang Denk <wd@denx.de>
39984 Acked-by: Stefan Roese <sr@denx.de>
39985
39986 commit 941d696d25624e3cc65ebf924199541acf52d74e
39987 Author: Wolfgang Denk <wd@denx.de>
39988 Date: Mon Apr 28 10:55:24 2008 +0200
39989
39990 katmai: fix section overlap problem
39991
39992 Since we didn't want to remove features from the configuration, we
39993 decided to increase the U-Boot image size (add one flash sector).
39994
39995 Also changed the default environment definition to make it
39996 independent of such changes.
39997
39998 Signed-off-by: Wolfgang Denk <wd@denx.de>
39999 Acked-by: Stefan Roese <sr@denx.de>
40000
40001 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
40002 Author: Kumar Gala <galak@kernel.crashing.org>
40003 Date: Sat Apr 26 11:44:44 2008 -0500
40004
40005 post: Fix building with O=
40006
40007 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40008
40009 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
40010 Author: Wolfgang Denk <wd@denx.de>
40011 Date: Sat Apr 26 01:55:00 2008 +0200
40012
40013 Prepare v1.3.3-rc1
40014
40015 Signed-off-by: Wolfgang Denk <wd@denx.de>
40016
40017 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
40018 Author: Wolfgang Denk <wd@denx.de>
40019 Date: Sat Apr 26 01:25:39 2008 +0200
40020
40021 post/Makefile: make sure to use the correct flags
40022
40023 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
40024 messages to be printed.
40025
40026 Signed-off-by: Wolfgang Denk <wd@denx.de>
40027
40028 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
40029 Author: Wolfgang Denk <wd@denx.de>
40030 Date: Sat Apr 26 00:34:42 2008 +0200
40031
40032 Coding Style cleanup, update CHANGELOG
40033
40034 Signed-off-by: Wolfgang Denk <wd@denx.de>
40035
40036 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
40037 Author: Magnus Lilja <lilja.magnus@gmail.com>
40038 Date: Sun Apr 20 10:38:12 2008 +0200
40039
40040 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
40041
40042 This patch enables SPI and MC13783/RTC support for the Litekit board.
40043
40044 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40045
40046 commit f97abbfb47d9e407354e157cae3f6369e460cd37
40047 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40048 Date: Fri Apr 25 01:08:32 2008 -0500
40049
40050 MPC8544DS: decode pcie3 end-point configuration correctly.
40051
40052 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40053 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40054
40055 commit 292188e15523c165c4269403fdcd33c26d89176e
40056 Author: Roy Zang <tie-fei.zang@freescale.com>
40057 Date: Fri Apr 25 00:55:09 2008 -0500
40058
40059 MPC8544DS: Removes the unknown flash message information
40060
40061 This patch removes the unknown flash message information:
40062 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
40063 This unknown flash message is caused by PromJet.
40064 Some of the board user is unhappy with this information.
40065
40066 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
40067 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40068
40069 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
40070 Author: Kim Phillips <kim.phillips@freescale.com>
40071 Date: Thu Apr 24 14:07:38 2008 -0500
40072
40073 mpc83xx: bump loadaddr over fdtaddr to 0x500000
40074
40075 this seems as a good compromise between human memory, typing,
40076 and last but not least, to accommodate for current and future kernel bloat.
40077
40078 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40079 Acked-by: Dave Liu <daveliu@freescale.com>
40080
40081 commit be5a7190265a34d968578ff266549c60f6f57654
40082 Author: Dave Liu <r63238@freescale.com>
40083 Date: Tue Apr 15 13:12:23 2008 +0800
40084
40085 mpc83xx: clean up the readme for 83xx boards
40086
40087 1. correct the typo
40088 2. correct the memory map for 837xerdb board
40089
40090 Signed-off-by: Dave Liu <daveliu@freescale.com>
40091
40092 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
40093 Author: Dave Liu <r63238@freescale.com>
40094 Date: Tue Apr 15 13:11:11 2008 +0800
40095
40096 mpc83xx: remove the unused CPM's stuff
40097
40098 The MPC83xx family never have CPM block, so remove it from 83xx.
40099
40100 Signed-off-by: Dave Liu <daveliu@freescale.com>
40101
40102 commit c63ad6325a8ac0097a54b418a3288926b0484b18
40103 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40104 Date: Fri Apr 18 16:29:40 2008 +0200
40105
40106 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
40107
40108 This patch adds a configurable flash auto protection list that can be used
40109 to make U-Boot protect flash regions in flash_init().
40110
40111 The idea has been discussed on the u-boot mailing list starting
40112 on Nov 18th, 2007.
40113
40114 Even this patch brings a new feature it is used as a bugfix for 4xx
40115 platforms where flash_init() does not completely protect the
40116 monitor's flash range in all situations.
40117
40118 U-Boot protects the flash range from CFG_MONITOR_BASE to
40119 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
40120 include the reset vector at 0xfffffffc.
40121
40122 Example:
40123 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
40124
40125 This config option will auto protect the last 512k of flash that
40126 contains the bootloader on board like APC405 and PMC405.
40127
40128 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40129
40130 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
40131 Author: Stefan Roese <sr@denx.de>
40132 Date: Fri Apr 25 13:59:03 2008 +0200
40133
40134 ppc4xx: Remove double defines in lwmon5.h
40135
40136 introduced with latest lwmon5/POST merge
40137
40138 Signed-off-by: Stefan Roese <sr@denx.de>
40139
40140 commit 7590378fb9c686709492ceb142825cd058255956
40141 Author: Bartlomiej Sieka <tur@semihalf.com>
40142 Date: Fri Apr 25 13:54:02 2008 +0200
40143
40144 Use watchdog-aware functions when calculating hashes of images - take two
40145
40146 Some files didn't get updated properly with the "Use watchdog-aware
40147 functions when calculating hashes of images" commit, this commit
40148 fixes this.
40149
40150 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40151 Signed-off-by: Wolfgang Denk <wd@denx.de>
40152
40153 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
40154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40155 Date: Fri Apr 25 12:01:39 2008 +0200
40156
40157 ppc4xx: Add bootcount limit handling for APC405 boards
40158
40159 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40160
40161 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
40162 Author: Bartlomiej Sieka <tur@semihalf.com>
40163 Date: Fri Apr 25 12:10:09 2008 +0200
40164
40165 Use watchdog-aware functions when calculating hashes of images
40166
40167 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40168
40169 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
40170 Author: Wolfgang Denk <wd@denx.de>
40171 Date: Fri Apr 25 12:44:08 2008 +0200
40172
40173 USB: fix more GCC 4.2.x aliasing warnings
40174
40175 Signed-off-by: Wolfgang Denk <wd@denx.de>
40176 Acked-by: Markus Klotzbuecher <mk@denx.de>
40177
40178 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
40179 Author: Wolfgang Denk <wd@denx.de>
40180 Date: Fri Apr 25 12:41:53 2008 +0200
40181
40182 lib_generic/crc32.c: add missing #include <watchdog.h>
40183
40184 Signed-off-by: Wolfgang Denk <wd@denx.de>
40185
40186 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
40187 Author: Wolfgang Denk <wd@denx.de>
40188 Date: Fri Apr 25 11:52:21 2008 +0200
40189
40190 lib_generic/crc32.c: fix compile problem
40191
40192 Signed-off-by: Wolfgang Denk <wd@denx.de>
40193
40194 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
40195 Author: Stefan Roese <sr@denx.de>
40196 Date: Tue Apr 22 12:20:32 2008 +0200
40197
40198 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
40199
40200 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
40201 environment variable will now get passed to the Linux kernel by setting
40202 the device_type property of the PCIe device tree node. For normal root-
40203 complex configuration it will keep its defaults value of "pci" and for
40204 endpoint configuration it will get changed to "pci-endpoint".
40205
40206 Signed-off-by: Stefan Roese <sr@denx.de>
40207
40208 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
40209 Author: Yuri Tikhonov <yur@emcraft.com>
40210 Date: Thu Apr 24 10:30:53 2008 +0200
40211
40212 lwmon5: watchdog POST fix
40213
40214 Use the GPT0_MASKx registers as the temporary storage for watch-dog
40215 timer POST test instead of GPT0_COMPx. The latter
40216 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
40217
40218 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
40219 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40220
40221 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
40222 Author: Kim Phillips <kim.phillips@freescale.com>
40223 Date: Mon Apr 21 18:10:14 2008 -0500
40224
40225 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
40226
40227 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
40228 proven problematic getting right from the start at least on 83xx and
40229 4xx.
40230
40231 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40232
40233 commit a99715b8ebfc500f3f40e01b36b64d473938443d
40234 Author: Detlev Zundel <dzu@denx.de>
40235 Date: Fri Apr 18 14:50:01 2008 +0200
40236
40237 Realining some header definitions.
40238
40239 Signed-off-by: Detlev Zundel <dzu@denx.de>
40240
40241 commit 4acbc6c7f993cae409c424615415a3e76820f13d
40242 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40243 Date: Thu Apr 24 07:57:16 2008 +0200
40244
40245 NE2000: coding style cleanup
40246
40247 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40248
40249 commit b4aff1ffaf7120032c653357c007faa14f74d29d
40250 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40251 Date: Wed Apr 23 00:11:47 2008 +0900
40252
40253 qemu-mips.h: Add CFI support
40254
40255 CONFIG_ENV_OVERWRITE is also added.
40256
40257 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
40258
40259 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40260 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40261
40262 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
40263 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40264 Date: Tue Apr 22 22:47:27 2008 +0900
40265
40266 doc/README.mips: Add MIPS notes
40267
40268 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40269
40270 commit 215b01bba8bc662d35f72b084700b192d367dfb4
40271 Author: Bartlomiej Sieka <tur@semihalf.com>
40272 Date: Tue Apr 22 12:27:56 2008 +0200
40273
40274 Add support for calculating hashes with watchdog triggering
40275
40276 Implement watchodg-aware variants of hash calculation functions:
40277 - crc32_wd()
40278 - md5_wd()
40279 - sha1_csum_wd()
40280 The above functions calculate the hash of the input buffer in chunks,
40281 triggering the watchdog after processing each chunk. The chunk size
40282 is given as a function call parameter.
40283
40284 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40285
40286 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
40287 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40288 Date: Wed Apr 23 11:02:12 2008 +0900
40289
40290 qemu-mips: Cleanup whitespace, indentation, etc.
40291
40292 No functional change.
40293
40294 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
40295 Then I re-created from scratch, and changed more lines than the original.
40296
40297 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40298 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40299
40300 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
40301 Author: Vlad Lungu <vlad@comsys.ro>
40302 Date: Wed Oct 10 23:02:09 2007 +0300
40303
40304 Fixed pcnet io_base
40305
40306 Bus and phys address are not always the same
40307
40308 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
40309
40310 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
40311 Author: Wolfgang Denk <wd@denx.de>
40312 Date: Thu Apr 24 23:44:26 2008 +0200
40313
40314 drivers/net/pcnet.c: Coding Style cleanup.
40315
40316 Signed-off-by: Wolfgang Denk <wd@denx.de>
40317
40318 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
40319 Author: Vlad Lungu <vlad@comsys.ro>
40320 Date: Wed Oct 10 23:04:23 2007 +0300
40321
40322 Added Am79C970A chip id to pcnet
40323
40324 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
40325
40326 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
40327 Author: Magnus Lilja <lilja.magnus@gmail.com>
40328 Date: Sun Apr 20 10:35:03 2008 +0200
40329
40330 i.MX31: Fix architecture numbers for ADS and Litekit boards
40331
40332 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
40333
40334 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40335
40336 commit e7ae84d6c7288790e88639f57cb60daf89c11369
40337 Author: Magnus Lilja <lilja.magnus@gmail.com>
40338 Date: Sun Apr 20 10:36:36 2008 +0200
40339
40340 i.MX31: Use symbolic names for Litekit membases.
40341
40342 Use symbolic names instead of hard coded addresses for Litekit membases.
40343
40344 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40345
40346 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
40347 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40348 Date: Sat Apr 19 17:59:20 2008 +0200
40349
40350 Fix show_boot_progress prototype
40351
40352 in commit fad634071 "make show_boot_progress () weak."
40353 show_boot_progress is supposed to be declared as weak but declared as
40354 inline instead.
40355
40356 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40357
40358 commit edbed247a14d70b94958010f736621212285de91
40359 Author: Bartlomiej Sieka <tur@semihalf.com>
40360 Date: Fri Apr 18 12:39:23 2008 +0200
40361
40362 Memory footprint optimizations
40363
40364 As suggested by Wolfgang Denk:
40365 - image printing functions:
40366 - remove wrappers
40367 - remove indentation prefix from functions' signatures
40368 - merge getenv_verify and getenv_autostart into one parametrized function
40369
40370 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40371
40372 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
40373 Author: Guennadi Liakhovetski <lg@denx.de>
40374 Date: Tue Apr 15 13:33:11 2008 +0200
40375
40376 MX31ADS environment variable update, spi and rtc support
40377
40378 Update MX31ADS default environment to better match the flash layout and
40379 the memory map, support SPI and RTC.
40380
40381 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40382
40383 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
40384 Author: Kumar Gala <galak@kernel.crashing.org>
40385 Date: Mon Apr 21 09:28:36 2008 -0500
40386
40387 85xx: Round up frequency calculations to get reasonable output
40388
40389 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
40390
40391 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
40392
40393 Signed-off-by: Dejan Minic <minic@freescale.com>
40394 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
40395 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40396 Acked-by: Andy Fleming <afleming@freescale.com>
40397
40398 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
40399 Author: Kumar Gala <galak@kernel.crashing.org>
40400 Date: Wed Apr 23 16:58:04 2008 -0500
40401
40402 fsl_pci: Only modify registers if we have them
40403
40404 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
40405
40406 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40407
40408 commit 83fe32334337def160b302aa9d152d808bfcc68e
40409 Author: Markus Klotzbücher <mk@denx.de>
40410 Date: Wed Apr 23 10:57:33 2008 +0200
40411
40412 USB: remove a cpu bug workaround for an unsupported architecture.
40413
40414 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40415
40416 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
40417 Author: Markus Klotzbücher <mk@denx.de>
40418 Date: Wed Apr 23 10:53:23 2008 +0200
40419
40420 USB: fix those pesky aliasing warnings issued by gcc-4.2
40421
40422 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40423 Signed-off-by: Detlev Zundel <dzu@denx.de>
40424
40425 commit 89cdab788f3716b335fefb60b836ebcf975aceab
40426 Author: Mike Frysinger <vapier@gentoo.org>
40427 Date: Mon Mar 31 11:02:01 2008 -0400
40428
40429 crc32: use uint32_t rather than unsigned long
40430
40431 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
40432 this is done with the build toolchain instead of the target tool
40433 chain, so if the build is a 64bit system but the target is 32bits,
40434 the size will obviously be wrong. This converts all unsigned long
40435 stuff related to crc32 to uint32_t types. Compile tested only: output
40436 of ./tools/envcrc when run on a 32bit build system matches that of a
40437 64bit build system.
40438
40439 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40440 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40441
40442 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
40443 Author: Dirk Behme <dirk.behme@googlemail.com>
40444 Date: Wed Mar 26 09:53:29 2008 +0100
40445
40446 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
40447
40448 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
40449
40450 Changes:
40451
40452 - Remove *_masked() functions as noted by Wolfgang
40453
40454 - Adapt register naming to recent TI spec (sprue26, March 2007)
40455
40456 - Fix reset_timer() handling
40457
40458 - 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.
40459
40460 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
40461
40462 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
40463
40464 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
40465
40466 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
40467
40468 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
40469 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
40470
40471 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
40472 Author: Sergei Poselenov <sposelenov@emcraft.com>
40473 Date: Wed Apr 9 16:09:41 2008 +0200
40474
40475 Added watchdog triggering calls in the "mtest" test function.
40476
40477 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
40478
40479 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
40480 Author: Yuri Tikhonov <yur@emcraft.com>
40481 Date: Sun Apr 6 19:19:14 2008 +0200
40482
40483 lwmon5 watchdog: limit trigger rate
40484
40485 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
40486 the CONFIG_WD_MAX_RATE value.
40487
40488 Note that an earlier version of this patch which used microseconds
40489 instead of ticks dis not work. The problem was that we used
40490 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
40491 get_tbclk(), which in turn calls get_sys_info(). It turns out that
40492 this function does a lot of prolonged operations (like divisions)
40493 which take too much time so we do not trigger the watchdog in time,
40494 and it resets the system.
40495
40496 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40497
40498 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
40499 Author: Yuri Tikhonov <yur@emcraft.com>
40500 Date: Mon Mar 31 10:51:37 2008 +0200
40501
40502 POST: move CONFIG_POST to Makefiles
40503
40504 Introduce the new logical option CONFIG_HAS_POST which is set when the
40505 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
40506 to determine should the POST libs be compiled for the selected target
40507 platform, or not.
40508
40509 To avoid breaking u-boot linking process, the empty post/libpost.a file is
40510 created for platforms which do not have POSTs.
40511
40512 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40513 Signed-off-by: Wolfgang Denk <wd@denx.de>
40514
40515 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
40516 Author: Yuri Tikhonov <yur@emcraft.com>
40517 Date: Mon Mar 31 10:49:34 2008 +0200
40518
40519 POST: preparations for moving CONFIG_POST to Makefiles
40520
40521 Remove CONFIG_POST ifdefs from the post/ source files.
40522
40523 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40524 Signed-off-by: Wolfgang Denk <wd@denx.de>
40525
40526 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
40527 Author: Stefan Roese <sr@denx.de>
40528 Date: Tue Apr 22 14:14:20 2008 +0200
40529
40530 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
40531
40532 This patch fixes the Canyonlands and Glacier default environment to better
40533 fit to the arch/powerpc device-tree kernels. The variables dealing with
40534 arch/ppc booting are removed, since these boards are supported only in
40535 arch/powerpc. Glacier uses the same config file as Canyonlands.
40536
40537 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
40538
40539 Signed-off-by: Stefan Roese <sr@denx.de>
40540
40541 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
40542 Author: Stefan Roese <sr@denx.de>
40543 Date: Tue Apr 22 14:06:42 2008 +0200
40544
40545 ppc4xx: Small coding style cleanup for the latest esd patches
40546
40547 Signed-off-by: Stefan Roese <sr@denx.de>
40548
40549 commit 79941d63bc03aed8c48d7602f18217cc200ee931
40550 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40551 Date: Mon Apr 21 18:01:07 2008 +0200
40552
40553 ppc4xx: Update CPU strapping for PMC440 boards
40554
40555 This patch removes the temporary 'test' strapping option
40556 of the sbe command. The '667' strapping option now uses
40557 a PLB/PCI divider of 3.
40558
40559 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40560
40561 commit f00cf3193a6635355b121e90debb2f54e777e7da
40562 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40563 Date: Mon Apr 21 14:42:21 2008 +0200
40564
40565 ppc4xx: Remove unused APC405 strataflash driver
40566
40567 The APC405 board support has been migrated to use the common
40568 CFI flash driver.
40569
40570 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40571
40572 commit 1c686676a86473bbd92151f0544e109413f6ed06
40573 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40574 Date: Mon Apr 21 14:42:17 2008 +0200
40575
40576 ppc4xx: Update APC405 configuration
40577
40578 - enable esd's auto_update mechanism
40579 - support alternative flash layout on rev. 1.8 boards
40580 - update default environment
40581 - use common CFI flash driver
40582 - coding style cleanup
40583
40584 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40585
40586 commit 0b9872515a521bf7866dc24b85ddce708e60d702
40587 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40588 Date: Mon Apr 21 14:42:11 2008 +0200
40589
40590 ppc4xx: Update APC405 board support
40591
40592 - enable esd's auto_update mechanism
40593 - fix LCD support on latest hardware revision (uses other LCD controller)
40594 - support alternative flash layout on rev. 1.8 boards
40595 - coding style cleanup
40596
40597 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40598
40599 commit 83975d02e225e231960784972e7820a8b303756b
40600 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40601 Date: Mon Apr 21 14:42:06 2008 +0200
40602
40603 ppc4xx: update esd's common auto_update code for 405 boards
40604
40605 - Coding style cleanup (long lines)
40606 - improve handling of protected flash regions
40607 - remove dead code
40608
40609 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40610
40611 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
40612 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40613 Date: Mon Apr 21 14:41:59 2008 +0200
40614
40615 ppc4xx: Update esd's common LCD code for 405 boards
40616
40617 - Coding style cleanup (long lines)
40618 - Add s1d13505 support
40619 - Make some functions return a result code instead of void
40620
40621 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40622
40623 commit dea68189424c3f1242427a8146a3861bf093173c
40624 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40625 Date: Mon Apr 21 11:36:55 2008 +0200
40626
40627 ppc4xx: Update FPGA image for APC405 boards
40628
40629 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40630
40631 commit 2a05b152924acfcec3b037693329e517e6d3578f
40632 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40633 Date: Mon Apr 21 11:36:08 2008 +0200
40634
40635 ppc4xx: Update bootlogo for APC405 boards
40636
40637 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40638
40639 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
40640 Author: Stefan Roese <sr@denx.de>
40641 Date: Fri Apr 18 16:41:31 2008 +0200
40642
40643 ppc4xx: Add dcache_enable() for 440
40644
40645 dcache_enable() was missing for 440 and the patch
40646 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
40647 "] behavior uses this function.
40648
40649 Note: Currently the cache handling functions like
40650 d/icache_disable/enable() are NOP's on 440. This may be changed in the
40651 future.
40652
40653 Signed-off-by: Stefan Roese <sr@denx.de>
40654
40655 commit a49e0d177a0749614b316ec847fb623f09c82c07
40656 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40657 Date: Mon Apr 21 11:19:04 2008 +0200
40658
40659 video: Add missing free for logo memory
40660
40661 This patch adds two missing free()s.
40662
40663 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40664
40665 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
40666 Author: Troy Kisky <troy.kisky@boundarydevices.com>
40667 Date: Mon Sep 24 16:41:43 2007 -0700
40668
40669 PATCH - Fix oob data copied into supplied buffer
40670
40671 This patch correctly sets the oobavail variable
40672 and fixes a bug where the oob data was not valid when
40673 there where multiple groups in oobfree.
40674
40675 First segment fixes a typo
40676 Second segment fixes a bug where oob data may be copied incorrectly.
40677 Third segment adds an error message when exiting due to write protect.
40678 Forth segment fixes a bug where oobavail may be set incorrectly.
40679
40680 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
40681
40682 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
40683 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40684 Date: Fri Apr 18 17:24:32 2008 +0200
40685
40686 ppc4xx: Fix sys_get_info() for 405GP(r)
40687
40688 This patch assigns the correct EBC clock for 405GP(r) CPUs
40689 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
40690 uses an uninitialized EBC clock in its startup message.
40691
40692 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40693
40694 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
40695 Author: Wolfgang Denk <wd@denx.de>
40696 Date: Sun Apr 20 15:39:38 2008 -0700
40697
40698 Makefile: remove nand_spl/System.map when cleaning up.
40699
40700 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
40701 Author: Wolfgang Denk <wd@denx.de>
40702 Date: Sun Apr 20 15:35:52 2008 -0700
40703
40704 MAKEALL: sort entries / lists.
40705
40706 Signed-off-by: Wolfgang Denk <wd@denx.de>
40707
40708 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
40709 Author: Kumar Gala <galak@kernel.crashing.org>
40710 Date: Fri Apr 18 11:29:01 2008 -0500
40711
40712 85xx: Fix size of cpu-release-addr property
40713
40714 The cpu-release-addr is defined as always being a 64-bit quanity regardless
40715 if we are running on a 32-bit or 64-bit machine.
40716
40717 commit 88353a985109562a639b2f8a0c90d77011bfe374
40718 Author: Timur Tabi <timur@freescale.com>
40719 Date: Fri Apr 4 11:15:58 2008 -0500
40720
40721 Fix calculation of I2C clock for some 85xx chips
40722
40723 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
40724 some use CCB/3. There is no pattern that can be used to determine which
40725 chips use which frequency, so the only way to determine is to look up the
40726 actual SOC designation and use the right value for that SOC.
40727
40728 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
40729
40730 Signed-off-by: Timur Tabi <timur@freescale.com>
40731
40732 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
40733 Author: Wolfgang Denk <wd@denx.de>
40734 Date: Fri Apr 18 11:44:27 2008 -0700
40735
40736 Fix build breakage casued by commit c0559be371b2
40737
40738 Change env_get_char from a global function ptr to a function.
40739
40740 Signed-off-by: Wolfgang Denk <wd@denx.de>
40741
40742 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
40743 Author: Wolfgang Denk <wd@denx.de>
40744 Date: Fri Apr 18 10:53:41 2008 -0700
40745
40746 Coding Style cleanup, update CHANGELOG.
40747
40748 Signed-off-by: Wolfgang Denk <wd@denx.de>
40749
40750 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
40751 Author: Mike Frysinger <vapier@gentoo.org>
40752 Date: Tue Apr 8 14:00:57 2008 -0400
40753
40754 Add support for u-boot in svn and localversion-* files
40755
40756 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40757
40758 commit d23ff6827decf121461fbc5622612fd7effe207e
40759 Author: Guennadi Liakhovetski <lg@denx.de>
40760 Date: Thu Apr 3 17:04:22 2008 +0200
40761
40762 MX31ADS network and flash updates
40763
40764 This patch allows U-Boot to use buffered writes to the Spansion NOR
40765 flash installed on this board, and eliminates long delays in network
40766 transfers after the board startup.
40767
40768 Also modify flash layout to embed main and redundant environment
40769 blocks in the U-Boot image.
40770
40771 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40772
40773 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
40774 Author: Guennadi Liakhovetski <lg@denx.de>
40775 Date: Mon Apr 14 10:53:12 2008 +0200
40776
40777 Support for the MX31ADS evaluation board from Freescale
40778
40779 This patch adds support for the MX31ADS evaluation board from Freescale,
40780 initialization code is copied from RedBoot sources, also provided by
40781 Freescale.
40782
40783 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40784
40785 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
40786 Author: Stefan Roese <sr@denx.de>
40787 Date: Tue Apr 8 10:33:29 2008 +0200
40788
40789 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
40790
40791 Signed-off-by: Stefan Roese <sr@denx.de>
40792
40793 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
40794 Author: Stefan Roese <sr@denx.de>
40795 Date: Tue Apr 8 10:33:28 2008 +0200
40796
40797 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
40798
40799 Signed-off-by: Stefan Roese <sr@denx.de>
40800
40801 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
40802 Author: Stefan Roese <sr@denx.de>
40803 Date: Tue Apr 8 10:33:27 2008 +0200
40804
40805 ppc4xx: Add Glacier NAND booting target
40806
40807 Signed-off-by: Stefan Roese <sr@denx.de>
40808
40809 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
40810 Author: Stefan Roese <sr@denx.de>
40811 Date: Tue Apr 8 10:31:00 2008 +0200
40812
40813 nand_spl: Update nand_spl to support 2k page size NAND devices
40814
40815 This patch adds support for booting from 2k page sized NAND device
40816 (e.g. Micron 29F2G08AAC).
40817
40818 Tested on AMCC Canyonlands.
40819
40820 Signed-off-by: Stefan Roese <sr@denx.de>
40821
40822 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
40823 Author: Anatolij Gustschin <agust@denx.de>
40824 Date: Thu Apr 17 18:18:00 2008 +0200
40825
40826 Fix crash on sequoia in ppc_4xx_eth_init
40827
40828 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
40829 with cache enabled (TLB Parity exeption). This patch
40830 fixes the problem.
40831
40832 Signed-off-by: Anatolij Gustschin <agust@denx.de>
40833
40834 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
40835 Author: Anatolij Gustschin <agust@denx.de>
40836 Date: Thu Apr 17 18:15:27 2008 +0200
40837
40838 ppc4xx: Fix crash on sequoia with cache enabled
40839
40840 Currently U-Boot crashes on sequoia board in CPU POST if
40841 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
40842 won't be disabled by change_tlb before CPU POST because
40843 there is an insufficient adress range check since
40844 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
40845 this problem.
40846
40847 Signed-off-by: Anatolij Gustschin <agust@denx.de>
40848
40849 commit 43c509254fab375c49936498da944658117ed07c
40850 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40851 Date: Thu Apr 17 23:35:13 2008 +0900
40852
40853 Use jr as register jump instruction
40854
40855 Current assembler codes are inconsistent in the way of register jump
40856 instruction usage; some use jr, some use j. Of course GNU as allows both
40857 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
40858 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
40859 at all.
40860
40861 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40862
40863 commit 7ce63709828d37b08866e537339a169bd0db2bd3
40864 Author: Guennadi Liakhovetski <lg@denx.de>
40865 Date: Tue Apr 15 14:15:30 2008 +0200
40866
40867 RTC driver for MC13783
40868
40869 MC13783 is a multifunction IS with an SPI interface to the host. This
40870 driver handles the RTC controller in this chip.
40871
40872 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40873
40874 commit 38254f45b0b412332726c90d3184ad47479fcffb
40875 Author: Guennadi Liakhovetski <lg@denx.de>
40876 Date: Tue Apr 15 14:14:25 2008 +0200
40877
40878 New i.MX31 SPI driver
40879
40880 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
40881 only implemented and tested on i.MX31, can with a modified register layout
40882 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
40883 controllers too.
40884
40885 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40886
40887 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
40888 Author: Magnus Lilja <lilja.magnus@gmail.com>
40889 Date: Tue Apr 15 19:09:10 2008 +0200
40890
40891 Fix name of i.MX31 boards in config file header
40892
40893 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
40894
40895 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40896
40897 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
40898 Author: Mike Frysinger <vapier@gentoo.org>
40899 Date: Sun Apr 13 19:42:19 2008 -0400
40900
40901 allow ports to override go behavior
40902
40903 Split the arch-specific logic out of the common go code and into a dedicated
40904 weak function called do_go_exec() that lives in cpu directories. This will
40905 need review from i386/nios people to make sure I didn't break them.
40906
40907 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
40908 Author: Mike Frysinger <vapier@gentoo.org>
40909 Date: Sun Apr 13 19:42:18 2008 -0400
40910
40911 allow ports to override bootelf behavior
40912
40913 Change the bootelf setup function into a dedicated weak function called
40914 do_bootelf_exec. This way ports can control the behavior however they
40915 like before/after calling the ELF entry point.
40916
40917 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
40918 Author: Ulf Samuelsson <ulf@atmel.com>
40919 Date: Sat Apr 12 20:56:03 2008 +0200
40920
40921 Reorder ARM boards in Makefile
40922
40923 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
40924 are no longer under ARM92xT header.
40925
40926 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
40927 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40928
40929 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
40930 Author: Ulf Samuelsson <ulf@atmel.com>
40931 Date: Sat Apr 12 20:29:44 2008 +0200
40932
40933 Clean up dataflash partitioning
40934
40935 This patch removes the board dependent parts from
40936 "drivers/mtd/dataflash.c".
40937 Each board relying on this, will have the appropriate
40938 code in a new file, "partition.c" in the board directory.
40939 board Makefiles updated to use the file.
40940
40941 The dataflash partitions are aligned on sector/page boundaries.
40942
40943 The CONFIG_NEW_DF_PARTITION was used to create named partitions
40944 This is now the default operation, and the CONFIG variable is removed.
40945
40946 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
40947
40948 commit 51ecde946fec511a16346e498204ca10ad71080d
40949 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40950 Date: Sat Apr 12 14:08:45 2008 +0200
40951
40952 gitignore: udpate stgit generated and .patch file
40953
40954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40955
40956 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
40957 Author: Wolfgang Denk <wd@denx.de>
40958 Date: Fri Apr 18 00:15:36 2008 -0700
40959
40960 Get rid of redundant copy of renamed header file.
40961
40962 Signed-off-by: Wolfgang Denk <wd@denx.de>
40963
40964 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
40965 Author: Vlad Lungu <vlad@comsys.ro>
40966 Date: Fri Apr 11 21:20:14 2008 +0300
40967
40968 Fix dependency generation for older gcc versions
40969
40970 With gcc 3.3.3 at least, compilation fails with
40971
40972 Generating include/autoconf.mk
40973 gcc: compilation of header file requested
40974 make: *** [include/autoconf.mk] Error 1
40975
40976 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
40977
40978 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
40979
40980 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
40981 Author: Marian Balakowicz <m8@semihalf.com>
40982 Date: Fri Apr 11 11:07:49 2008 +0200
40983
40984 Restore the ability to continue booting after legacy image overwrite
40985
40986 Before new uImage code was merged, bootm code allowed for the kernel image to
40987 get overwritten during decompresion. new uImage introduced a check for image
40988 overwrites and refused to boot the image that got overwritten. This patch
40989 restores the old behavior. It also adds a warning when the image overwriten is
40990 a multi-image file, because in such case accessing componentes other than the
40991 first one will fail.
40992
40993 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40994
40995 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
40996 Author: Marian Balakowicz <m8@semihalf.com>
40997 Date: Fri Apr 11 11:07:43 2008 +0200
40998
40999 ppc: Fix ftd_blob variable init when processing raw blob
41000
41001 Set fdt_blob variable before its value is printed out.
41002
41003 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41004
41005 commit 3d36be030043cd841a2551d00a395135e363a64b
41006 Author: Jason Wessel <jason.wessel@windriver.com>
41007 Date: Thu Apr 10 14:30:16 2008 -0500
41008
41009 Remove all the search paths from the .lds files.
41010
41011 The cross compiler is responsible for providing the correct libraries
41012 and the logic to find the linking libraries.
41013
41014 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
41015
41016 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
41017 Author: Bartlomiej Sieka <tur@semihalf.com>
41018 Date: Mon Apr 14 15:44:16 2008 +0200
41019
41020 Boot-related documentation update
41021
41022 - document 'bootm_low' and 'bootm_size' environment variables
41023 - update inaccurate CFG_BOOTMAPSZ entry
41024
41025 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41026
41027 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
41028 Author: Guennadi Liakhovetski <lg@denx.de>
41029 Date: Wed Apr 9 17:34:08 2008 +0200
41030
41031 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
41032
41033 Restore logic reverted by commit
41034
41035 commit 80767a6cead9990d9e77e62be947843c2c72f469
41036 Author: Peter Pearse <peter.pearse@arm.com>
41037 Date: Wed Sep 5 16:04:41 2007 +0100
41038
41039 Changed API name to coloured_led.h
41040 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
41041 Tidied other cpu/arm920t/start.S code
41042
41043 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41044
41045 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
41046 Author: Mike Frysinger <vapier@gentoo.org>
41047 Date: Tue Apr 8 10:24:24 2008 -0400
41048
41049 Remove conflicting NAND ID
41050
41051 There are two NAND entries with ID 0xDC and this obviously causes problems.
41052 In the kernel, they punted the first entry, so we should do the same.
41053
41054 See this upstream e-mail for more info:
41055 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
41056
41057 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
41058 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
41059
41060 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
41061 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41062 Date: Tue Apr 8 16:20:35 2008 +0900
41063
41064 cpu/mips/cpu.c: Fix flush_cache bug
41065
41066 Cache operations have to take line address (addr), not start_addr.
41067 I noticed this bug when debugging ping failure.
41068
41069 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41070
41071 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
41072 Author: Martin Krause <martin.krause@tqs.de>
41073 Date: Thu Apr 3 14:29:01 2008 +0200
41074
41075 TQM5200: fix default IDE reset level
41076
41077 Before the first call of ide_reset(), the level of the IDE reset
41078 signal on the TQM5200 is low (reset asserted). This patch sets the
41079 default value to high (reset not asserted).
41080
41081 Currently this patch fixes no real problem, but it is cleaner to
41082 assert the reset signal only on demand, and not permanently.
41083
41084 Signed-off-by: Martin Krause <martin.krause@tqs.de>
41085
41086 commit c61e033d6e8abb7b4060ee36060961e1399f6079
41087 Author: Detlev Zundel <dzu@denx.de>
41088 Date: Thu Apr 3 14:18:48 2008 +0200
41089
41090 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
41091
41092 Signed-off-by: Detlev Zundel <dzu@denx.de>
41093
41094 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
41095 Author: Detlev Zundel <dzu@denx.de>
41096 Date: Thu Apr 3 14:18:47 2008 +0200
41097
41098 mgcoge, mgsuv: rename 'addcon' to 'addcons'
41099
41100 The latter name with 13 users is already established, so we will use
41101 that.
41102
41103 Signed-off-by: Detlev Zundel <dzu@denx.de>
41104
41105 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
41106 Author: Martin Krause <martin.krause@tqs.de>
41107 Date: Thu Apr 3 13:37:56 2008 +0200
41108
41109 IDE: fix bug in reset sequence
41110
41111 According to the ata (ata5) specification the RESET- signal
41112 shall be asserted for at least 25 us. Without this patch,
41113 the RESET- signal is asserted on some boards for only < 1 us
41114 (e. g. on the TQM5200). This patch adds a general delay of
41115 25 us to the RESET- signal.
41116
41117 Without this patch a Platinum 4 GiB CF card is not recognised
41118 properly on boards with a TQM5200 (STK52xx, TB5200).
41119
41120 Signed-off-by: Martin Krause <martin.krause@tqs.de>
41121
41122 commit 813bea96a960916c72b4a3a7df840151529c26ce
41123 Author: Sascha Laue <Sascha.Laue@gmx.biz>
41124 Date: Thu Apr 3 14:43:11 2008 +0200
41125
41126 lwmon5: disable CONFIG_ZERO_BOOTDELAY
41127
41128 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
41129
41130 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
41131 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41132 Date: Wed Apr 2 08:03:58 2008 +0200
41133
41134 ds174x: Fix warning on return in rtc_get and rtc_set functions
41135
41136 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41137
41138 commit a253b38bf50c85227c33ca0febc870ee49d1588e
41139 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41140 Date: Wed Apr 2 08:03:57 2008 +0200
41141
41142 cmd_log.c: Fix assignment differ in signedness
41143
41144 In function 'logbuff_init_ptrs':
41145 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
41146
41147 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41148
41149 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
41150 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
41151 Date: Wed Apr 2 11:04:43 2008 +0530
41152
41153 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
41154
41155 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
41156
41157 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
41158 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41159 Date: Tue Apr 1 14:07:10 2008 +0200
41160
41161 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
41162
41163 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41164
41165 commit c08fb3ea36d19b1640b7906264581e9105534399
41166 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
41167 Date: Tue Apr 15 10:24:14 2008 +0200
41168
41169 Additional PCI IDs for IDE and network controllers
41170
41171 These PCI IDs are required by the Linkstation platforms.
41172
41173 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
41174
41175 commit c0559be371b2a64b1a817088c3308688e2182f93
41176 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
41177 Date: Mon Apr 14 23:01:50 2008 +0200
41178
41179 Change env_get_char from a global function ptr to a function.
41180
41181 This avoids an early global data reference.
41182
41183 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
41184
41185 commit 3e0f331c05d72f140715c1e9fca991927e44d422
41186 Author: Guennadi Liakhovetski <lg@denx.de>
41187 Date: Tue Apr 29 12:35:08 2008 +0000
41188
41189 Clean up smsc911x driver
41190
41191 Replace direct register address derefencing with accessor functions.
41192 Restrict explicitly 32-bit bus-width, extend affected configurations
41193 respectively.
41194
41195 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41196 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41197
41198 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
41199 Author: Sascha Hauer <s.hauer@pengutronix.de>
41200 Date: Tue Apr 15 00:08:20 2008 -0400
41201
41202 This patch adds a driver for the following smsc network controllers:
41203 LAN9115
41204 LAN9116
41205 LAN9117
41206 LAN9215
41207 LAN9216
41208 LAN9217
41209
41210 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
41211 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
41212 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41213
41214 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
41215 Author: Sascha Laue <Sascha.Laue@gmx.biz>
41216 Date: Tue Apr 1 15:13:03 2008 +0200
41217
41218 Fix watchdog POST for lwmon5
41219
41220 If the hardware watchdog detects a voltage error, the watchdog sets
41221 GPIO62 to low. The watchdog POST has to detect this low level.
41222
41223 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
41224
41225 commit 24b448448a917e52806f82660a5c9d47608894fb
41226 Author: Dave Liu <r63238@freescale.com>
41227 Date: Tue Apr 1 15:22:11 2008 +0800
41228
41229 ata: update the libata.h from ata.h of linux kernel
41230
41231 Current libata.h of u-boot is out of sync from linux kernel,
41232 this patch make it be consistent with linux kernel.
41233
41234 Signed-off-by: Dave Liu <daveliu@freescale.com>
41235 Signed-off-by: Tor Krill <tor@excito.com>
41236
41237 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
41238 Author: Kumar Gala <galak@kernel.crashing.org>
41239 Date: Mon Mar 31 11:59:27 2008 -0500
41240
41241 Allow use of ARCH=powerpc when building
41242
41243 The linux kernel is now mostly ARCH=powerpc, so to make life easier
41244 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
41245
41246 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41247
41248 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
41249 Author: Kyungmin Park <kmpark@infradead.org>
41250 Date: Mon Mar 31 10:40:54 2008 +0900
41251
41252 Add apollon board MAINTAINERS entry
41253
41254 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41255
41256 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
41257 Author: Kyungmin Park <kmpark@infradead.org>
41258 Date: Mon Mar 31 10:40:36 2008 +0900
41259
41260 Fix OneNAND read
41261
41262 It should access with 16-bit instead of 8-bit
41263
41264 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
41265
41266 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41267
41268 commit a9da2b41079d230db3a5641625311983f85ce1fb
41269 Author: Kyungmin Park <kmpark@infradead.org>
41270 Date: Mon Mar 31 10:40:19 2008 +0900
41271
41272 Fix OneNAND erase command
41273
41274 It mis-calculates the block address.
41275 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
41276
41277 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41278
41279 commit 61525f2ffa156665a66908fda47dbf29d65ea579
41280 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
41281 Date: Mon Mar 31 01:32:15 2008 +0200
41282
41283 Support for LinkStation / KuroBox HD and HG PPC models
41284
41285 This patch is based on the port by Mihai Georgian (see linkstation.c for
41286 Copyright information) and implements support for LinkStation / KuroBox HD
41287 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
41288 the moment, pending network driver fixing.
41289
41290 Notice to users: this is pretty much a barebone port. Support for network
41291 on HG models is already in the U-Boot mainline, but you might also want
41292 patches to switch fan / phy modes depending on the negotiated ethernet
41293 parameters. This patch also doesn't support console switching, booting EM
41294 mode, Buffalo specific ext2 magic number. So, if you want to use any of
41295 those, you need additional patches. Otherwise this patche provides a fully
41296 functional u-boot with a network console on your system.
41297
41298 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41299
41300 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
41301 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41302 Date: Sun Mar 30 01:22:13 2008 -0500
41303
41304 Add CONFIG_MII_INIT support to related boards
41305
41306 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
41307 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
41308 that use mii_init() in cmd_init.c.
41309
41310 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41311 Acked-by: Ben Warren <biggerbadderben@gmail.com>
41312
41313 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
41314 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41315 Date: Sun Mar 30 01:19:06 2008 -0500
41316
41317 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
41318
41319 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
41320 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
41321
41322 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41323
41324 commit e99ccb488181d012248c6be30b2093e950319fc5
41325 Author: Kumar Gala <galak@kernel.crashing.org>
41326 Date: Thu Mar 27 11:46:38 2008 -0500
41327
41328 Introduce phys_size_t and move phys_addr_t into asm/types.h
41329
41330 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
41331 that have larger physical addresses like 44x, 85xx, and 86xx.
41332
41333 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41334
41335 commit 20a14a42a25f72e379f38460b8a8484667536795
41336 Author: Andy Fleming <afleming@freescale.com>
41337 Date: Wed Apr 2 16:19:07 2008 -0500
41338
41339 Rename include/md5.h to include/u-boot/md5.h
41340
41341 Some systems have md5.h installed in /usr/include/. This isn't the
41342 desired file (we want the one in include/md5.h). This will avoid the
41343 conflict. This fixes the host tools building problem by creating a new
41344 directory for U-Boot specific header files.
41345
41346 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
41347 Denk]
41348
41349 Signed-off-by: Wolfgang Denk <wd@denx.de>
41350 Signed-off-by: Andy Fleming <afleming@freescale.com>
41351 Acked-by: Timur Tabi <timur@freescale.com>
41352
41353 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
41354 Author: Dave Liu <r63238@freescale.com>
41355 Date: Thu Mar 27 18:51:17 2008 +0800
41356
41357 drivers: code clean up
41358
41359 Signed-off-by: Dave Liu <daveliu@freescale.com>
41360
41361 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
41362 Author: Dave Liu <r63238@freescale.com>
41363 Date: Thu Mar 27 18:50:41 2008 +0800
41364
41365 drivers: clean up the ata_piix.h
41366
41367 Signed-off-by: Dave Liu <daveliu@freescale.com>
41368
41369 commit e8f7ba404f1409606962815ecc955a06984b08b3
41370 Author: Dave Liu <r63238@freescale.com>
41371 Date: Thu Mar 27 18:49:56 2008 +0800
41372
41373 doc: english polishing for README.sata
41374
41375 according to gvb's suggestion, polishing for the doc.
41376
41377 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
41378 Signed-off-by: Dave Liu <daveliu@freescale.com>
41379
41380 commit 3e3f766a5274d204780460e1879723b565296d34
41381 Author: Kumar Gala <galak@kernel.crashing.org>
41382 Date: Wed Mar 26 18:53:28 2008 -0500
41383
41384 Fix warnings introduced by I2C bus speed setting patch
41385
41386 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41387
41388 commit 3c735e7437150e8615f26930c7819db85634276d
41389 Author: eran liberty <eran.liberty@gmail.com>
41390 Date: Thu Mar 27 00:50:49 2008 +0100
41391
41392 Altera Stratix II support
41393
41394 Adds Support for Altera's Stratix II.
41395
41396 Within your board specific init file you will have to call
41397
41398 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
41399 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
41400
41401 Altera_desc* contines (for example):
41402 {
41403 Altera_StratixII, /* part type */
41404 passive_serial, /* interface type */
41405 1, /* bytes of data part can accept */
41406 (void *)(&funcs), /* interface function table */
41407 0L, /* base interface address */
41408 0 /* implementation specific cookie */
41409 }
41410
41411 funcs is the interface. It is of type altera_board_specific_func.
41412 It looks like this:
41413 altera_board_specific_func func = {
41414 pre_fn,
41415 config_fn,
41416 status_fn,
41417 done_fn,
41418 clk_fn,
41419 data_fn,
41420 abort_fn,
41421 post_fn,
41422 };
41423
41424 you will have to implement these functions, which is usually bit
41425 banging some gpio.
41426
41427 Signed-off-by: Eran Liberty <liberty@extricom.com>
41428
41429 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
41430 Author: Wolfgang Denk <wd@denx.de>
41431 Date: Sun Apr 13 14:32:54 2008 -0700
41432
41433 Update CHANGELOG
41434
41435 Signed-off-by: Wolfgang Denk <wd@denx.de>
41436
41437 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
41438 Author: Sascha Hauer <s.hauer@pengutronix.de>
41439 Date: Wed Mar 26 20:41:17 2008 +0100
41440
41441 Phytec Phycore-i.MX31 support
41442
41443 This patch adds support for the Phytec Phycore-i.MX31 board
41444
41445 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
41446 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41447
41448 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
41449 Author: Sascha Hauer <s.hauer@pengutronix.de>
41450 Date: Wed Mar 26 20:41:09 2008 +0100
41451
41452 mx31 litekit support
41453
41454 This patch adds support for the mx31 litekit board
41455
41456 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
41457 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41458
41459 commit cdace0661208754a53019ea0dc7b803a040e0939
41460 Author: Sascha Hauer <s.hauer@pengutronix.de>
41461 Date: Wed Mar 26 20:40:49 2008 +0100
41462
41463 add an i2c driver for mx31
41464
41465 This patch adds an i2c driver for Freescale i.MX processors
41466
41467 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
41468 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41469
41470 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
41471 Author: Sascha Hauer <s.hauer@pengutronix.de>
41472 Date: Wed Mar 26 20:40:42 2008 +0100
41473
41474 core support for Freescale mx31
41475
41476 This patch adds the core support for Freescale mx31
41477
41478 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
41479 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41480
41481 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
41482 Author: Wolfgang Denk <wd@denx.de>
41483 Date: Sun Apr 13 14:19:23 2008 -0700
41484
41485 Fix compile error
41486
41487 ...as suggested by Peter Pearse
41488
41489 Signed-off-by: Wolfgang Denk <wd@denx.de>
41490
41491 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
41492 Author: Sascha Hauer <s.hauer@pengutronix.de>
41493 Date: Wed Mar 26 20:40:36 2008 +0100
41494
41495 Separate omap24xx specific code from arm1136
41496
41497 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
41498 to cpu/arm1136/omap24xx.
41499
41500 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
41501 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41502
41503 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
41504 Author: Mike Frysinger <vapier@gentoo.org>
41505 Date: Tue Jan 29 18:21:05 2008 -0500
41506
41507 disable caches before booting an app for Blackfin apps
41508
41509 It isn't generally save to execute applications outside of U-Boot with caches
41510 enabled due to the way the Blackfin processor handles caches (requires
41511 software assistance). This patch disables caches before booting an ELF or
41512 just booting raw code. The previous discussion on the patch was that we
41513 wanted to use weaks instead, but that proved to not be feasible when multiple
41514 symbols are involved, which puts us back at the ifdef solution. I've
41515 minimized the ugliness by moving the setup step outside of the main function.
41516
41517 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
41518
41519 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
41520 Author: Wolfgang Denk <wd@denx.de>
41521 Date: Sun Apr 13 10:03:54 2008 -0700
41522
41523 ppc: Get rid of unused machine type definitions
41524
41525 Signed-off-by: Wolfgang Denk <wd@denx.de>
41526
41527 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
41528 Author: Wolfgang Denk <wd@denx.de>
41529 Date: Sun Apr 13 09:59:26 2008 -0700
41530
41531 Coding Style cleanup; update CHANGELOG
41532
41533 Signed-off-by: Wolfgang Denk <wd@denx.de>
41534
41535 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
41536 Author: Larry Johnson <lrj@acm.org>
41537 Date: Thu Feb 21 13:58:11 2008 -0500
41538
41539 LM73 bug fix for negative temperatures and cleanup
41540
41541 When the LM73 temperature sensor measures a temperature below 0 C, the
41542 current driver does not perform sign extension, so the result returned is
41543 512 C too high. This patch fixes the problem, and does general cleanup
41544 of the code.
41545
41546 Signed-off-by: Larry Johnson <lrj@acm.org>
41547
41548 commit 96ef831f713289afba19da0c8f905e99da2b23e0
41549 Author: Guennadi Liakhovetski <lg@denx.de>
41550 Date: Thu Apr 3 13:36:02 2008 +0200
41551
41552 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
41553
41554 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
41555 series require different addresses for buffered write commands. Define a
41556 configuration option to support buffered writes on those chips. A more
41557 elegant solution would be to automatically detect those chips by parsing
41558 their CFI records, but that would require introduction of a fixup table
41559 into the cfi_flash driver.
41560
41561 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41562
41563 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
41564 Author: Lee Nipper <lee.nipper@freescale.com>
41565 Date: Thu Apr 10 09:35:06 2008 -0500
41566
41567 mpc83xx: Update DIMM data bus width test to support 40-bit width
41568
41569 32-bit wide ECC memory modules report 40-bit width.
41570 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
41571
41572 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
41573 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41574
41575 commit 5fb5a689d822ca61e814bd523fc930af335242fa
41576 Author: Dave Liu <r63238@freescale.com>
41577 Date: Mon Mar 31 17:05:12 2008 +0800
41578
41579 mpc83xx: Fix the bug of serdes initialization
41580
41581 Currently the serdes will not be initializated due to the
41582 partid's error.
41583
41584 Signed-off-by: Dave Liu <daveliu@freescale.com>
41585 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41586
41587 commit 2000784818f043db7ca60e2846a72d097766b894
41588 Author: Dave Liu <r63238@freescale.com>
41589 Date: Thu Apr 3 16:28:29 2008 +0800
41590
41591 mpc83xx: Fix the SATA clock setting of 837x targets
41592
41593 Currently the SATA controller clock is configured as CSB clock,
41594 usually the CSB clock is 400/333/266MHz.
41595
41596 However, The SATA IP block is only guaranteed to operate up to
41597 200 MHz as stated in the HW spec.
41598
41599 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
41600
41601 This patch makes the SATA clock as half of CSB clock.
41602
41603 Signed-off-by: Dave Liu <daveliu@freescale.com>
41604 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41605
41606 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
41607 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41608 Date: Wed Apr 2 13:41:21 2008 +0200
41609
41610 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
41611
41612 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41613 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41614
41615 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
41616 Author: Kumar Gala <galak@kernel.crashing.org>
41617 Date: Wed Apr 9 04:20:57 2008 -0500
41618
41619 85xx: Fix detection of MP cpu spin up
41620
41621 We were looking at the wrong memory offset to determine of a secondary
41622 cpu had been spun up or not. Also added a warning message if the
41623 all the secondary cpus we expect don't spin up.
41624
41625 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41626
41627 commit f3e04bdc3f360c66801a9048956e61e41a16edba
41628 Author: Kumar Gala <galak@kernel.crashing.org>
41629 Date: Tue Apr 8 10:45:50 2008 -0500
41630
41631 85xx: Use SVR_SOC_VER instead of SVR_VER
41632
41633 The recent change introduced by 'Update SVR numbers to expand support'
41634 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
41635 to compare against a particular processor id.
41636
41637 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41638
41639 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
41640 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
41641 Date: Fri Apr 11 10:00:35 2008 -0400
41642
41643 ppc4xx: Fix power mgt definitions for PPC440
41644
41645 Corrected DCR addresses of PPC440EP power management registers.
41646
41647 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
41648
41649 commit 950a392464e616b4590bc4501be46e2d7d162dea
41650 Author: Wolfgang Denk <wd@denx.de>
41651 Date: Fri Apr 11 15:11:26 2008 +0200
41652
41653 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
41654
41655 Reverting became necessary after it turned out that the patches in
41656 the u-boot-arm repo were modified, and in some cases corrupted.
41657
41658 This reverts the following commits:
41659
41660 066bebd6353e33af3adefc3404560871699e9961
41661 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
41662 c88ae20580b2b01487b4cdcc8b2a113f551aee36
41663 a147e56f03871bba4f05058d5e04ce7deb010b04
41664 d6674e0e2a6a1f033945f78838566210d3f28c95
41665 8c8463cce44d849e37744749b32d38e1dfb12e50
41666 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
41667 8bf69d81782619187933a605f1a95ee1d069478d
41668 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
41669 a574a73852a527779234e73e17e7597fd8128882
41670 1377b5583a48021d983e1fd565f7d40c89e84d63
41671 1704dc20917b4f71e373e2c888497ee666d40380
41672
41673 Signed-off-by: Wolfgang Denk <wd@denx.de>
41674
41675 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
41676 Author: Stefan Roese <sr@denx.de>
41677 Date: Fri Apr 11 07:02:29 2008 +0200
41678
41679 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
41680
41681 This patch reworks the default environment on Kilauea/Haleakala. Now
41682 "net_nfs" for exmaple uses the device-tree style booting formerly know
41683 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
41684 new image booting support, which check for image overwriting. So the
41685 addresses needed togeet adjusted.
41686
41687 Signed-off-by: Stefan Roese <sr@denx.de>
41688
41689 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
41690 Author: Stefan Roese <sr@denx.de>
41691 Date: Wed Apr 9 11:58:02 2008 +0200
41692
41693 ppc4xx: Fix Canyonlands default environment to work with new image support
41694
41695 Since the new image support checks for image overwriting, the default
41696 environment needs to get adjusted to use correct addresses.
41697
41698 Signed-off-by: Stefan Roese <sr@denx.de>
41699
41700 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
41701 Author: Stefan Roese <sr@denx.de>
41702 Date: Wed Apr 9 11:54:11 2008 +0200
41703
41704 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
41705
41706 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
41707 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
41708 on 4xx systems _start currently cannot be used for this calculation.
41709 So revert back to the original version for now.
41710
41711 Signed-off-by: Stefan Roese <sr@denx.de>
41712
41713 commit f91374f65eae8b42cac329e06ba1c54728278efb
41714 Author: Michal Simek <monstr@monstr.eu>
41715 Date: Fri Mar 28 12:49:52 2008 +0100
41716
41717 microblaze: Sort microblaze boards in MAKEALL script
41718
41719 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
41720 Author: Michal Simek <monstr@monstr.eu>
41721 Date: Fri Mar 28 11:58:45 2008 +0100
41722
41723 microblaze: clean microblaze_config.mk
41724
41725 FLAGS are generated by U-BOOT generator.
41726 Board specific FLAGS are in board directory
41727
41728 Signed-off-by: Michal Simek <monstr@monstr.eu>
41729
41730 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
41731 Author: Michal Simek <monstr@monstr.eu>
41732 Date: Fri Mar 28 12:47:19 2008 +0100
41733
41734 microblaze: xupv2p fix config file for supporting FDT
41735
41736 commit 188dc16b189143573b1ed90e584bf866d75cdd12
41737 Author: Michal Simek <monstr@monstr.eu>
41738 Date: Fri Mar 28 11:53:02 2008 +0100
41739
41740 microblaze: ml401 fix config file for supporting FDT
41741
41742 Signed-off-by: Michal Simek <monstr@monstr.eu>
41743
41744 commit 4c6a6f02e239236261333759997eeaf86b30b54c
41745 Author: Michal Simek <monstr@monstr.eu>
41746 Date: Fri Mar 28 11:22:48 2008 +0100
41747
41748 microblaze: ml401 - add ifdef for GPIO
41749
41750 Signed-off-by: Michal Simek <monstr@monstr.eu>
41751
41752 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
41753 Author: Michal Simek <monstr@monstr.eu>
41754 Date: Fri Mar 28 12:13:03 2008 +0100
41755
41756 microblaze: clean uart16550 and uartlite handling
41757
41758 Signed-off-by: Michal Simek <monstr@monstr.eu>
41759
41760 commit 0b20f250877441460fb79d72192954abe8498834
41761 Author: Michal Simek <monstr@monstr.eu>
41762 Date: Fri Mar 28 11:08:31 2008 +0100
41763
41764 microblaze: Add Emaclite driver to Makefile
41765
41766 Signed-off-by: Michal Simek <monstr@monstr.eu>
41767
41768 commit 868cde5310f88234b774878e4f06e79df10a88b3
41769 Author: Michal Simek <monstr@monstr.eu>
41770 Date: Fri Mar 28 11:08:01 2008 +0100
41771
41772 microblaze: Add Emac driver to Makefile
41773
41774 Signed-off-by: Michal Simek <monstr@monstr.eu>
41775
41776 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
41777 Author: Michal Simek <monstr@monstr.eu>
41778 Date: Fri Mar 28 12:42:29 2008 +0100
41779
41780 microblaze: add Emac ethernet driver
41781
41782 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
41783 Author: Michal Simek <monstr@monstr.eu>
41784 Date: Fri Mar 28 12:41:56 2008 +0100
41785
41786 microblaze: add Emaclite ethernet driver
41787
41788 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
41789 Author: Michal Simek <monstr@monstr.eu>
41790 Date: Fri Mar 28 11:04:01 2008 +0100
41791
41792 microblaze: ML401 and XUPV2P remove emac and emaclite reference
41793
41794 Signed-off-by: Michal Simek <monstr@monstr.eu>
41795
41796 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
41797 Author: Michal Simek <monstr@monstr.eu>
41798 Date: Fri Mar 28 10:59:32 2008 +0100
41799
41800 microblaze: remove old setting for emac driver
41801
41802 Signed-off-by: Michal Simek <monstr@monstr.eu>
41803
41804 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
41805 Author: Michal Simek <monstr@monstr.eu>
41806 Date: Fri Mar 28 10:58:15 2008 +0100
41807
41808 microblaze: Clean Makefile from ancient emac driver
41809
41810 Signed-off-by: Michal Simek <monstr@monstr.eu>
41811
41812 commit ab68f921d9c741830f721c3d879c13a0c5597183
41813 Author: Daniel Hellstrom <daniel@gaisler.com>
41814 Date: Fri Mar 28 10:20:43 2008 +0100
41815
41816 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
41817
41818 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41819
41820 commit 6ed8a43a19bb0275501bc286007daafa923552cf
41821 Author: Daniel Hellstrom <daniel@gaisler.com>
41822 Date: Wed Mar 26 23:38:48 2008 +0100
41823
41824 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.
41825
41826 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41827
41828 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
41829 Author: Daniel Hellstrom <daniel@gaisler.com>
41830 Date: Wed Mar 26 23:34:47 2008 +0100
41831
41832 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
41833
41834 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41835
41836 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
41837 Author: Daniel Hellstrom <daniel@gaisler.com>
41838 Date: Fri Mar 28 10:06:52 2008 +0100
41839
41840 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
41841
41842 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41843
41844 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
41845 Author: Daniel Hellstrom <daniel@gaisler.com>
41846 Date: Wed Mar 26 23:26:48 2008 +0100
41847
41848 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
41849
41850 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41851
41852 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
41853 Author: Daniel Hellstrom <daniel@gaisler.com>
41854 Date: Fri Mar 28 10:00:33 2008 +0100
41855
41856 SPARC: Added support for SPARC LEON2 SOC Processor.
41857
41858 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41859
41860 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
41861 Author: Daniel Hellstrom <daniel@gaisler.com>
41862 Date: Wed Mar 26 23:00:38 2008 +0100
41863
41864 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.
41865
41866 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41867
41868 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
41869 Author: Daniel Hellstrom <daniel@gaisler.com>
41870 Date: Wed Mar 26 22:51:29 2008 +0100
41871
41872 SPARC: Added support for SPARC LEON3 SOC processor.
41873
41874 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41875
41876 commit bf3d8b31169546fcddb4737391e1893fb12d033a
41877 Author: Daniel Hellstrom <daniel@gaisler.com>
41878 Date: Fri Mar 28 08:29:26 2008 +0100
41879
41880 SPARC: added SPARC support for new uimage in common code.
41881
41882 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41883
41884 commit 00ab32c85405a4fe65fd4128243086210fc90a21
41885 Author: Daniel Hellstrom <daniel@gaisler.com>
41886 Date: Wed Mar 26 22:36:03 2008 +0100
41887
41888 SPARC: added SPARC board information to the command bdinfo.
41889
41890 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41891
41892 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
41893 Author: Daniel Hellstrom <daniel@gaisler.com>
41894 Date: Fri Mar 28 09:47:00 2008 +0100
41895
41896 SPARC: Added generic support for SPARC architecture.
41897
41898 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
41899
41900 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
41901 Author: Stefan Roese <sr@denx.de>
41902 Date: Thu Apr 3 14:50:34 2008 +0200
41903
41904 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
41905
41906 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
41907 has 2 RGMII instances and we need to configure the 2nd RGMII instance
41908 for the EMAC2+3 channels.
41909
41910 Signed-off-by: Stefan Roese <sr@denx.de>
41911
41912 commit c2a545ce33b26d80337f80b533828839249fb1c9
41913 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41914 Date: Wed Apr 2 08:03:56 2008 +0200
41915
41916 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
41917
41918 fdt.c: In function 'ft_cpu_setup':
41919 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
41920 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
41921 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
41922 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
41923
41924 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41925
41926 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
41927 Author: Andy Fleming <afleming@freescale.com>
41928 Date: Mon Mar 31 20:45:56 2008 -0500
41929
41930 Fix fdt set command to conform to dts spec
41931
41932 The fdt set command was treating properties specified as <00> and <0011>
41933 as byte streams, rather than as an array of cells. As we already have
41934 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
41935 we should use the <> syntax to describe arrays of cells, which are always
41936 32-bits per element. If we imagine this likely (IMHO) scenario:
41937
41938 > fdt set /ethernet-phy@1 reg <1>
41939
41940 With the old code, this would create a bad fdt, since the reg cell would be
41941 made to be one byte in length. But the cell must be 4 bytes, so this would
41942 break mysteriously.
41943
41944 Also, the dts spec calls for constants inside the angle brackets (<>)
41945 to conform to C constant standards as they pertain to base.
41946 Take this scenario:
41947
41948 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
41949
41950 The old fdt command would complain that it couldn't parse that. Or, if you
41951 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
41952 do this:
41953
41954 > fdt set /mydev clock <1f78a40>
41955
41956 Whereas the new code will accept decimal numbers.
41957
41958 While I was in there, I extended the fdt command parser to handle property
41959 strings which are split across multiple arguments:
41960
41961 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
41962 > fdt p /ethernet@f00
41963 ethernet@f00 {
41964 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
41965 };
41966
41967 Lastly, the fdt print code was rearranged slightly to print arrays of cells
41968 if the length of the property is a multiple of 4 bytes, and to not print
41969 leading zeros.
41970
41971 Signed-off-by: Andy Fleming <afleming@freescale.com>
41972
41973 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
41974 Author: Stefan Roese <sr@denx.de>
41975 Date: Wed Apr 2 08:39:33 2008 +0200
41976
41977 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
41978
41979 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
41980 interface. This usage can be configured with the jumper J6. This patch
41981 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
41982 is installed.
41983
41984 Signed-off-by: Stefan Roese <sr@denx.de>
41985
41986 commit 6fe2946f198481254a6ee9600d7456b8316a4083
41987 Author: Kim Phillips <kim.phillips@freescale.com>
41988 Date: Fri Mar 28 17:37:49 2008 -0500
41989
41990 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
41991
41992 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
41993 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
41994 started.
41995
41996 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41997
41998 commit b5873f1732b92a25690e1513b90dfb0d644f6697
41999 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42000 Date: Tue Apr 1 07:30:51 2008 +0200
42001
42002 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
42003
42004 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42005
42006 commit 2d934ea51f276522b532f870a820e844ff480b5b
42007 Author: Tor Krill <tor@excito.com>
42008 Date: Fri Mar 28 15:29:45 2008 +0100
42009
42010 Add Vitesse 8601 support to TSEC driver
42011
42012 Add phy_info for Vitesse VSC8601.
42013 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
42014
42015 Signed-off-by: Tor Krill <tor@excito.com>
42016 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
42017 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42018
42019 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
42020 Author: Daniel Hellstrom <daniel@gaisler.com>
42021 Date: Mon Mar 31 14:25:00 2008 +0000
42022
42023 SPARC: added SMC91111 driver in and out macros for LEON processors.
42024
42025 This patch makes SPARC/LEON processors able to read and write
42026 to the SMC91111 chip using the chip external I/O bus of the memory
42027 controller. This patchs defines the standard in and out macros
42028 expected by the SMC9111 driver.
42029
42030 To access that I/O bus one must set up the memory controller
42031 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
42032 up this correctly when the other MCTRL parameters are set up. It
42033 can be set up from the board configuration header file.
42034
42035 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42036 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42037
42038 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
42039 Author: Stelian Pop <stelian@popies.net>
42040 Date: Wed Mar 26 18:52:34 2008 +0100
42041
42042 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
42043
42044 Signed-off-by: Stelian Pop <stelian@popies.net>
42045
42046 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
42047 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42048 Date: Mon Mar 31 21:31:04 2008 +0200
42049
42050 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
42051
42052 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42053
42054 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
42055 Author: Stelian Pop <stelian@popies.net>
42056 Date: Wed Mar 26 18:52:33 2008 +0100
42057
42058 Add support for AT91SAM9260EK
42059
42060 Support for booting from internal DataFlash, external DataFlash card
42061 or NAND flash is available.
42062
42063 Signed-off-by: Stelian Pop <stelian@popies.net>
42064
42065 commit 1762f13b4aab88b685b1722f17dada247945624b
42066 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42067 Date: Mon Mar 31 21:20:49 2008 +0200
42068
42069 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
42070
42071 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42072
42073 commit 761712188b353494defb2b644491ff73d0daaa6f
42074 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42075 Date: Mon Mar 31 21:12:17 2008 +0200
42076
42077 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
42078
42079 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42080
42081 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
42082 Author: Stelian Pop <stelian@popies.net>
42083 Date: Wed Mar 26 20:52:32 2008 +0100
42084
42085 Port AT91CAP9 to the new headers
42086
42087 Adapt the existing AT91CAP9 code to the new headers and APIs.
42088
42089 Signed-off-by: Stelian Pop <stelian@popies.net>
42090
42091 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
42092 Author: Stelian Pop <stelian@popies.net>
42093 Date: Wed Mar 26 19:52:31 2008 +0100
42094
42095 Finish header files reworking
42096
42097 Replace AT91CAP9.h file with several splitted header files coming
42098 from the Linux kernel.
42099
42100 This is part 2 of the replacement: more header imports and edits.
42101
42102 Signed-off-by: Stelian Pop <stelian@popies.net>
42103
42104 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
42105 Author: Stelian Pop <stelian@popies.net>
42106 Date: Wed Mar 26 19:52:30 2008 +0100
42107
42108 Import several header files from Linux
42109
42110 Replace AT91CAP9.h file with several splitted header files coming
42111 from the Linux kernel.
42112
42113 This is part 1 of the replacement: pristine header files import.
42114
42115 Signed-off-by: Stelian Pop <stelian@popies.net>
42116
42117 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
42118 Author: Stelian Pop <stelian@popies.net>
42119 Date: Wed Mar 26 20:52:28 2008 +0100
42120
42121 Move at91cap9 specific files to at91sam9 directory
42122
42123 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
42124 common infrastructure can be used. Let this infrastructure be
42125 named after the AT91SAM9 family, and move the existing AT91CAP9
42126 files to the new place.
42127
42128 Signed-off-by: Stelian Pop <stelian@popies.net>
42129
42130 commit 61106a565870ff503f92b251b94bd7afef889a04
42131 Author: Stelian Pop <stelian@popies.net>
42132 Date: Wed Mar 26 21:52:27 2008 +0100
42133
42134 Use timer_init() instead of board supplied interrupt_init()
42135
42136 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
42137 the board, so use timer_init() instead of interrupt_init().
42138
42139 Signed-off-by: Stelian Pop <stelian@popies.net>
42140
42141 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
42142 Author: Stelian Pop <stelian@popies.net>
42143 Date: Wed Mar 26 21:52:36 2008 +0100
42144
42145 Cleanup DataFlash partition handling
42146
42147 DataFlash partition information has become a mess. This patch
42148 defines a single partition scheme for Atmel DataFlashes. This partition
42149 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
42150
42151 Signed-off-by: Stelian Pop <stelian@popies.net>
42152
42153 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
42154 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42155 Date: Fri Mar 28 08:47:45 2008 -0500
42156
42157 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
42158
42159 When the version_string function in start.S is not 4-byte align,
42160 it will cause the compiler generates "unaligned opcodes detected
42161 in executable segment". This issue affects all ColdFire CPUs.
42162 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
42163 it is not aligned.
42164
42165 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42166 Acked-by: John Rigby <jrigby@freescale.com>
42167
42168 commit bae61eefe15b4d454060a7140e49ae58322be803
42169 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42170 Date: Tue Mar 25 15:41:15 2008 -0500
42171
42172 ColdFire: Add dspi and serial flash support for MCF5445x
42173
42174 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42175 Acked-by: John Rigby <jrigby@freescale.com>
42176
42177 commit 48ead7a7a922fceaf494e352abfab8216a41b417
42178 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42179 Date: Tue Mar 18 17:37:01 2008 -0500
42180
42181 ColdFire: Remove R5200 board
42182
42183 This board never went into production
42184
42185 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
42186 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42187 Acked-by: John Rigby <jrigby@freescale.com>
42188
42189 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
42190 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
42191 Date: Thu Jan 24 14:02:32 2008 -0600
42192
42193 ColdFire: Added M5275EVB support.
42194
42195 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
42196 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42197 Acked-by: John Rigby <jrigby@freescale.com>
42198
42199 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
42200 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
42201 Date: Mon Feb 4 15:38:20 2008 -0600
42202
42203 ColdFire: Added MCF5275 cpu support.
42204
42205 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
42206 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42207 Acked-by: John Rigby <jrigby@freescale.com>
42208
42209 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
42210 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42211 Date: Mon Mar 17 12:14:11 2008 -0500
42212
42213 ColdFire: Define bootdelay in configuration file for M52277EVB
42214
42215 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
42216 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42217 Acked-by: John Rigby <jrigby@freescale.com>
42218
42219 commit 77878f16cedee17161ff2336990970fffc6cea35
42220 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42221 Date: Mon Mar 17 12:09:07 2008 -0500
42222
42223 ColdFire: Fix second memory Chipselect for M5475EVB
42224
42225 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42226 Acked-by: John Rigby <jrigby@freescale.com>
42227
42228 commit 43d60642395a550956cb21d287c8cfa563913d28
42229 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42230 Date: Thu Mar 13 14:26:32 2008 -0500
42231
42232 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
42233
42234 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42235 Acked-by: John Rigby <jrigby@freescale.com>
42236
42237 commit eb14ebe813a0cb5d47905228da446a5ad692473b
42238 Author: Larry Johnson <lrj@acm.org>
42239 Date: Sun Mar 30 20:33:04 2008 -0500
42240
42241 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
42242
42243 Signed-off-by: Larry Johnson <lrj@acm.org>
42244
42245 commit 02e3892021112f21067d9ed1d04ae4182725ba52
42246 Author: Stefan Roese <sr@denx.de>
42247 Date: Mon Mar 31 12:20:48 2008 +0200
42248
42249 ppc4xx: Small whitespace fix of esd patches
42250
42251 Signed-off-by: Stefan Roese <sr@denx.de>
42252
42253 commit 034394abb524785047c815f00dde8cdbdc1593c5
42254 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42255 Date: Sun Mar 30 18:52:44 2008 +0200
42256
42257 ppc4xx: Cleanup PMC440 board support
42258
42259 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42260
42261 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
42262 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42263 Date: Sun Mar 30 18:52:06 2008 +0200
42264
42265 ppc4xx: Add ptm configuration variables for PMC440
42266
42267 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
42268 environment variables.
42269
42270 Cleanup pci_target_init.
42271
42272 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42273
42274 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
42275 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42276 Date: Sun Mar 30 18:01:15 2008 +0200
42277
42278 ppc4xx: Minor updates for DU440 boards
42279
42280 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42281
42282 commit d5bffeb868d6b4d462f558dac43011027b6644b7
42283 Author: Mike Frysinger <vapier@gentoo.org>
42284 Date: Tue Feb 19 00:54:20 2008 -0500
42285
42286 Blackfin: cleanup and overhaul common board init functions
42287
42288 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42289
42290 commit b86b3416f874358acaf07519e7620cdb2145f75b
42291 Author: Mike Frysinger <vapier@gentoo.org>
42292 Date: Tue Feb 19 00:50:58 2008 -0500
42293
42294 Blackfin: cleanup lib_blackfin/cache.c
42295
42296 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42297
42298 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
42299 Author: Mike Frysinger <vapier@gentoo.org>
42300 Date: Sun Mar 30 15:46:13 2008 -0400
42301
42302 Blackfin: unify cpu and boot modes
42303
42304 All of the duplicated code for Blackfin processors and boot modes have been
42305 unified. After all, the core is the same for all processors, just the
42306 peripheral set differs (which gets handled in the drivers).
42307
42308 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42309
42310 commit 880cc4381ea8360248cddcdf87a64566745a5724
42311 Author: Stelian Pop <stelian@popies.net>
42312 Date: Wed Mar 26 22:52:35 2008 +0100
42313
42314 Fix CFG_NO_FLASH compilation.
42315
42316 Many Atmel boards have no "real" (NOR) flash on board, and rely only
42317 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
42318 be present in a board configuration file, while still enabling flash
42319 commands like 'flinfo', 'protect', etc.
42320
42321 Signed-off-by: Stelian Pop <stelian@popies.net>
42322
42323 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
42324 Author: Mike Frysinger <vapier@gentoo.org>
42325 Date: Tue Feb 19 00:58:13 2008 -0500
42326
42327 Blackfin: BF537-stamp: cleanup spi flash driver
42328
42329 This punts the old spi flash driver for a new/generalized one until the
42330 common one can be integrated.
42331
42332 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42333
42334 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
42335 Author: Ben Warren <biggerbadderben@gmail.com>
42336 Date: Sun Mar 30 11:34:34 2008 -0400
42337
42338 Fix macro typo in common/cmd_mii.c
42339
42340 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
42341 actually applied the wrong patch.
42342
42343 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42344
42345 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
42346 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42347 Date: Sun Mar 30 16:39:53 2008 +0200
42348
42349 use correct at91rm9200 register name in m501sk board
42350
42351 This fixes a naming bug for at91rm9200 lowlevel init code:
42352 NOR boot flash is on chipselect 0, not chipselect 2. This
42353 makes code use the register name from chip datasheets.
42354
42355 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42356
42357 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
42358 Author: David Brownell <david-b@pacbell.net>
42359 Date: Fri Jan 18 12:55:00 2008 -0800
42360
42361 use correct at91rm9200 register name
42362
42363 This fixes a naming bug for at91rm9200 lowlevel init code:
42364 NOR boot flash is on chipselect 0, not chipselect 2. This
42365 makes code use the register name from chip datasheets.
42366
42367 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
42368
42369 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
42370 Author: David Brownell <david-b@pacbell.net>
42371 Date: Fri Jan 18 12:45:45 2008 -0800
42372
42373 add missing ARM boards to MAKEALL
42374
42375 Add some missing ARM boards to MAKEALL. These build correctly,
42376 unlike several of the boards already listed.
42377
42378 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
42379
42380 commit 066bebd6353e33af3adefc3404560871699e9961
42381 Author: Peter Pearse <peter.pearse@arm.com>
42382 Date: Sun Mar 30 11:34:09 2008 +0100
42383
42384 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
42385 to prevent compilation error.
42386
42387 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
42388
42389 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
42390 Author: Guennadi Liakhovetski <[lg@denx.de]>
42391 Date: Sun Mar 30 11:32:30 2008 +0100
42392
42393 Support for the MX31ADS evaluation board from Freescale
42394
42395 This patch adds support for the MX31ADS evaluation board from Freescale,
42396 initialization code is copied from RedBoot sources, also provided by Freescale.
42397
42398 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42399
42400 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
42401 Author: Sascha Hauer <s.hauer@pengutronix.de>
42402 Date: Sun Mar 30 11:32:27 2008 +0100
42403
42404 Phytec Phycore-i.MX31 support
42405
42406 This patch adds support for the Phytec Phycore-i.MX31 board
42407
42408 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42409 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42410
42411 commit a147e56f03871bba4f05058d5e04ce7deb010b04
42412 Author: Sascha Hauer <s.hauer@pengutronix.de>
42413 Date: Sun Mar 30 11:32:24 2008 +0100
42414
42415 mx31 litekit support
42416
42417 This patch adds support for the mx31 litekit board
42418
42419 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42420 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42421
42422 commit d6674e0e2a6a1f033945f78838566210d3f28c95
42423 Author: Sascha Hauer <s.hauer@pengutronix.de>
42424 Date: Sun Mar 30 11:32:21 2008 +0100
42425
42426 add SMSC LAN9x1x Network driver
42427
42428 This patch adds a driver for the following smsc network controllers:
42429 LAN9115
42430 LAN9116
42431 LAN9117
42432 LAN9215
42433 LAN9216
42434 LAN9217
42435
42436 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42437 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42438
42439 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
42440 Author: Sascha Hauer <s.hauer@pengutronix.de>
42441 Date: Sun Mar 30 11:32:16 2008 +0100
42442
42443 add an i2c driver for mx31
42444
42445 This patch adds an i2c driver for Freescale i.MX processors
42446
42447 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42448 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42449
42450 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
42451 Author: Sascha Hauer <s.hauer@pengutronix.de>
42452 Date: Sun Mar 30 11:30:43 2008 +0100
42453
42454 core support for Freescale mx31
42455
42456 This patch adds the core support for Freescale mx31
42457
42458 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42459 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42460
42461 commit 8bf69d81782619187933a605f1a95ee1d069478d
42462 Author: Sascha Hauer <s.hauer@pengutronix.de>
42463 Date: Sun Mar 30 11:28:46 2008 +0100
42464
42465 Separate omap24xx specific code from arm1136
42466
42467 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
42468
42469 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42470 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42471
42472 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
42473 Author: Peter Pearse <peter.pearse@arm.com>
42474 Date: Sun Mar 30 11:23:05 2008 +0100
42475
42476 Add pmdra into MAKEALL
42477
42478 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
42479
42480 commit a574a73852a527779234e73e17e7597fd8128882
42481 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
42482 Date: Sun Mar 30 11:21:58 2008 +0100
42483
42484 Adds support for the Prodrive PMDRA board, based on a DM6441
42485
42486 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
42487
42488 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
42489 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
42490 Date: Sun Mar 30 11:11:34 2008 +0100
42491
42492 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
42493
42494 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
42495
42496 commit 1704dc20917b4f71e373e2c888497ee666d40380
42497 Author: Dirk Behme <dirk.behme@gmail.com>
42498 Date: Sun Mar 30 11:09:01 2008 +0100
42499
42500 - Remove *_masked() functions as noted by Wolfgang
42501 - Adapt register naming to recent TI spec (sprue26, March 2007)
42502 - Fix reset_timer() handling
42503 - As reported by Pieter [1] the overflow fix introduced a
42504 delay of factor 16 (e.g 2 seconds became 32). While the
42505 overflow fix is basically okay, it missed to divide udelay by
42506 16, too. Fix this.
42507 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
42508 - Remove software division of timer count value (DIV(x)
42509 macro) and do it in hardware (TIM_CLK_DIV).
42510 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
42511 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
42512 the hints & testing!
42513
42514 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
42515
42516 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
42517
42518 commit ac3315c26e143c31680750c9c13f027efbcc887e
42519 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
42520 Date: Thu Mar 6 16:45:44 2008 +0100
42521
42522 new PHY @ e1000 - 2nd try
42523
42524 Add 82541ER device with latest integrated IGP2 PHY.
42525 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
42526
42527 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
42528 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42529
42530 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
42531 Author: Daniel Hellstrom <daniel@gaisler.com>
42532 Date: Fri Mar 28 20:22:53 2008 +0100
42533
42534 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
42535
42536 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
42537 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
42538 available at www.gaisler.com.
42539
42540 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
42541 offloading etc.) can be determined by a bit in the control register.
42542 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
42543
42544 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42545 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42546
42547 commit 233a8bcd94997f3f345833a3b82e836222f2a206
42548 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
42549 Date: Mon Mar 17 17:08:22 2008 -0500
42550
42551 Add CONFIG_MII_INIT in cmd_mii.c
42552
42553 Provide common configuration in do_mii() to execute mii_init()
42554 for all cpu architectures
42555
42556 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42557 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42558
42559 commit f605479de2deb11e834f31dfdb0af107c86aced6
42560 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
42561 Date: Mon Mar 17 17:08:16 2008 -0500
42562
42563 ColdFire: Fix FEC transmit issue for MCF5275
42564
42565 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42566 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42567
42568 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
42569 Author: Aras Vaichas <arasv@magtech.com.au>
42570 Date: Wed Mar 26 09:43:57 2008 +1100
42571
42572 DHCP request fix for Windows Server 2003
42573
42574 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
42575 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
42576 interoperability problems with Windows Server 200x DHCP server when U-Boot
42577 client responds too fast for server to handle.
42578
42579 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
42580 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42581
42582 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
42583 Author: Daniel Hellstrom <daniel@gaisler.com>
42584 Date: Fri Mar 28 20:40:19 2008 +0100
42585
42586 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
42587
42588 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
42589 SPARC CPUs implement flash_read64 which calls __raw_readq.
42590
42591 For current SPARC architectures (LEON2 and LEON3) each read from the
42592 FLASH must lead to a cache miss. This is because FLASH can not be set
42593 non-cacheable since program code resides there, and alternatively disabling
42594 cache is poor from performance view, or doing a cache flush between each
42595 read is even poorer.
42596
42597 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
42598 load alternative space, the alternative space number (ASI) is processor
42599 implementation spcific and can be found by including <asm/processor.h>.
42600
42601 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42602
42603 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
42604 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
42605 Date: Fri Mar 28 15:41:25 2008 +0100
42606
42607 Make MPC83xx one step closer to full relocation.
42608
42609 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
42610 and use GOT relative reference.
42611
42612 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
42613 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42614
42615 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
42616 Author: Michael Barkowski <michael.barkowski@freescale.com>
42617 Date: Thu Mar 27 14:34:43 2008 -0400
42618
42619 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
42620
42621 This patch fixes eeprom page size so that you can now write more than
42622 64 bytes at a time.
42623
42624 It also makes the board take MAC addresses, if found, from EEPROM.
42625
42626 User should place up to 4 addresses at offset 0x7f00, for
42627 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
42628 four six-byte values should have it's CRC at the end. crc32 and
42629 eeprom commands can be used to accomplish this.
42630
42631 If CRC fails, MAC addresses come from the environment. If CRC
42632 succeeds, the environment is overwritten at startup.
42633
42634 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
42635 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42636
42637 commit 8f325cff31f6e745e6540014b131b9a97f61944c
42638 Author: Michael Barkowski <michael.barkowski@freescale.com>
42639 Date: Fri Mar 28 15:15:38 2008 -0400
42640
42641 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
42642
42643 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
42644 controller on the PCI bus in Linux on the MPC8323ERDB.
42645
42646 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
42647 config file.
42648
42649 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
42650 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42651
42652 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
42653 Author: Kim Phillips <kim.phillips@freescale.com>
42654 Date: Fri Mar 28 10:19:07 2008 -0500
42655
42656 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
42657
42658 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
42659 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
42660 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
42661 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
42662 convenience macros.
42663
42664 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42665
42666 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
42667 Author: Kim Phillips <kim.phillips@freescale.com>
42668 Date: Fri Mar 28 10:18:53 2008 -0500
42669
42670 mpc83xx: display ddr frequency in board_add_ram_info banner
42671
42672 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42673
42674 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
42675 Author: Kim Phillips <kim.phillips@freescale.com>
42676 Date: Fri Mar 28 10:18:40 2008 -0500
42677
42678 mpc83xx: unreinvent mem_clk
42679
42680 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
42681 mem_*_clk for consistency's sake.
42682
42683 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42684
42685 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
42686 Author: Kim Phillips <kim.phillips@freescale.com>
42687 Date: Fri Mar 28 14:31:23 2008 -0500
42688
42689 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
42690
42691 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42692
42693 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
42694 Author: Dave Liu <r63238@freescale.com>
42695 Date: Wed Mar 26 22:57:19 2008 +0800
42696
42697 mpc83xx: enable the SATA interface on mpc837xemds board
42698
42699 Enable the first two SATA interfaces on MPC837xEMDS board,
42700 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
42701
42702 Signed-off-by: Dave Liu <daveliu@freescale.com>
42703 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42704
42705 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
42706 Author: Dave Liu <r63238@freescale.com>
42707 Date: Wed Mar 26 22:56:36 2008 +0800
42708
42709 mpc83xx: initialize serdes for MPC837xEMDS boards
42710
42711 This patch is stolen from Anton Vorontsov's patch
42712 for mpc837xerdb boards.
42713
42714 The reference clk and xcorevdd voltage of serdes1/2
42715 is same between mpc837xemds and mpc837xerdb.
42716
42717 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
42718 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
42719 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
42720
42721 Signed-off-by: Dave Liu <daveliu@freescale.com>
42722 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42723
42724 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
42725 Author: Stefan Roese <sr@denx.de>
42726 Date: Fri Mar 28 14:09:04 2008 +0100
42727
42728 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
42729
42730 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
42731 interface. This usage can be configured with the jumper J6. This patch
42732 displays the current configuration upon bootup and changes the PCIe
42733 init loop, to only initialize the availabel PCIe slots.
42734
42735 Signed-off-by: Stefan Roese <sr@denx.de>
42736
42737 commit 90447ecbbac8572457b6d8903073ac3f120995ba
42738 Author: Tor Krill <tor@excito.com>
42739 Date: Fri Mar 28 11:29:10 2008 +0100
42740
42741 MTD/CFI: Add support for 16bit legacy AMD flash
42742
42743 Add entry for 512Kx16 AMD flash to jedec_table.
42744 Read out 16bit device id if chipwidth is 16bit.
42745 Fixed coding style after Stefans feedback
42746
42747 Signed-off-by: Tor Krill <tor@excito.com>
42748
42749 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
42750 Author: Stefan Roese <sr@denx.de>
42751 Date: Fri Mar 28 11:02:53 2008 +0100
42752
42753 ppc: Small change to CFG_MEM_TOP_HIDE description
42754
42755 Signed-off-by: Stefan Roese <sr@denx.de>
42756
42757 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
42758 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42759 Date: Thu Mar 27 15:44:12 2008 +0900
42760
42761 sh: Add support stat structure and stat.h
42762
42763 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42764
42765 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
42766 Author: Mark Jonas <toertel@gmail.com>
42767 Date: Sat Mar 22 19:27:52 2008 +0100
42768
42769 sh: Removed warning when compiling drivers/serial/serial_sh.c.
42770
42771 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
42772 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42773
42774 commit f309fa38929ffba71230c02330ffa42f4bba6333
42775 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42776 Date: Wed Mar 12 18:02:57 2008 +0900
42777
42778 sh: Remove disable_ctrlc function from R7780MP
42779
42780 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42781
42782 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
42783 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42784 Date: Wed Mar 12 17:55:15 2008 +0900
42785
42786 sh: Add maintainer of R7780MP to MAINTAINER file
42787
42788 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
42789
42790 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42791
42792 commit f5e2466f7baa887a7df0c536333eea8231333497
42793 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42794 Date: Tue Mar 25 17:11:24 2008 +0900
42795
42796 sh: Add support Renesas Solutions R2D plus board
42797
42798 R2D plus is SH reference board used with SH7751R.
42799 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
42800 one PCI bus, VGA, and two Ethernet controller.
42801
42802 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42803
42804 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
42805 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42806 Date: Wed Mar 12 12:15:29 2008 +0900
42807
42808 sh: Add support SH4 cache control
42809
42810 Add support SH4 cache control and flash_cache function
42811
42812 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42813
42814 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
42815 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42816 Date: Mon Mar 24 01:53:01 2008 +0900
42817
42818 sh: Add support PCI host driver for SH7751/SH7751R
42819
42820 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42821
42822 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
42823 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42824 Date: Mon Mar 24 02:11:26 2008 +0900
42825
42826 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
42827
42828 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42829
42830 commit 566933278101c144d75361ea682678a326c1290d
42831 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42832 Date: Wed Mar 12 12:10:28 2008 +0900
42833
42834 sh: Add support SuperH SH7751/SH7751R
42835
42836 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42837
42838 commit 3313e0e26224fc9a0c445124f3455058c696df84
42839 Author: Mark Jonas <toertel@gmail.com>
42840 Date: Mon Mar 10 11:37:10 2008 +0100
42841
42842 sh: Added support for SH7720 based board MPR2.
42843
42844 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
42845 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42846
42847 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
42848 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42849 Date: Thu Mar 6 14:05:53 2008 +0900
42850
42851 sh: Fix receive FIFO level register of SH4A
42852
42853 Receive FIFO level register is different in SH4A.
42854 Because register is different, cannot occasionally receive data.
42855
42856 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42857
42858 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
42859 Author: Yusuke Goda <goda.yusuke@renesas.com>
42860 Date: Tue Mar 11 12:55:12 2008 +0900
42861
42862 sh: Add support Renesas Solutions R7780MP
42863
42864 Renesas Solutions R7780MP is a reference board on SH7780.
42865 This board has serial, 10/100 base Ethernet deivice, CF slot
42866 and VGA devices. This board can set extension board.
42867 Extension board has 10/100/1000 base Ethernet device, PCI slot,
42868 S-ATA, iDVR slot.
42869
42870 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
42871 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42872
42873 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
42874 Author: Yusuke Goda <goda.yusuke@renesas.com>
42875 Date: Wed Mar 5 14:30:02 2008 +0900
42876
42877 sh: Add support PCI of SuperH and SH7780
42878
42879 This patch add support PCI of SuperH base code and SH7780 specific code.
42880
42881 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
42882 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42883
42884 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
42885 Author: Yusuke Goda <goda.yusuke@renesas.com>
42886 Date: Wed Mar 5 14:23:26 2008 +0900
42887
42888 sh: Add support SH7780
42889
42890 SH7780 is CPU of Renesas Technology.
42891 This CPU has
42892 - CPU clock 400MHz
42893 - PCI support
42894 - DDR-SDRAM controller
42895 - etc ...
42896
42897 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
42898 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42899
42900 commit c2042f5952a686c414031309b8f244513bf578f0
42901 Author: goda.yusuke <goda.yusuke@renesas.com>
42902 Date: Fri Jan 25 20:46:36 2008 +0900
42903
42904 sh: Add support Renesas Solutions Migo-R board
42905
42906 Migo-R is a board based on SH7722 and has may devices.
42907 In this patch, supported SCIF, NOR flash and Ethernet.
42908
42909 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
42910 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42911
42912 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
42913 Author: Bartlomiej Sieka <tur@semihalf.com>
42914 Date: Thu Mar 27 15:06:40 2008 +0100
42915
42916 Fix host tool build breakage, take two
42917
42918 Revert commit 87c8431f and fix build breakage so that the build continues
42919 to work on FC systems.
42920
42921 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42922
42923 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
42924 Author: Stefan Roese <sr@denx.de>
42925 Date: Wed Mar 19 09:36:47 2008 +0100
42926
42927 ppc4xx: Enable ECC on LWMON5
42928
42929 Since all ECC related problems seem to be resolved on LWMON5, this patch
42930 now enables ECC support.
42931
42932 We have to write the ECC bytes by zeroing and flushing in smaller
42933 steps, since the whole 256MByte takes too long for the external
42934 watchdog.
42935
42936 Signed-off-by: Stefan Roese <sr@denx.de>
42937
42938 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
42939 Author: Larry Johnson <lrj@acm.org>
42940 Date: Mon Mar 17 11:10:35 2008 -0500
42941
42942 ppc4xx: Updates to Korat-specific code
42943
42944 This patch contains updates for changes for the Korat PPC440EPx board.
42945 These changes include:
42946
42947 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
42948 described in the new "doc/README.korat" file;
42949
42950 (2) a new memory map for the registers in the board's CPLD;
42951
42952 (3) a revised format for manufacturer's data in serial EEPROM; and
42953
42954 (4) changes to track updates to U-Boot for the Sequoia board.
42955
42956 Signed-off-by: Larry Johnson <lrj@acm.org>
42957
42958 commit f766cdf89b3a2a7634b8c5869f606150e332036c
42959 Author: Markus Brunner <super.firetwister@gmail.com>
42960 Date: Thu Mar 27 10:46:25 2008 +0100
42961
42962 ppc4xx: PPC405EP Set EMAC noise filter bits
42963
42964 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
42965 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
42966 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
42967
42968 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
42969 Signed-off-by: Stefan Roese <sr@denx.de>
42970
42971 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
42972 Author: Mike Nuss <mike@terascala.com>
42973 Date: Wed Feb 20 11:54:20 2008 -0500
42974
42975 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
42976
42977 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
42978 after startup to change the speed of the clocks. This patch adds the
42979 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
42980 initialization code will reconfigure the PLL to run the system with a CPU
42981 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
42982 external EEPROM.
42983
42984 Signed-off-by: Mike Nuss <mike@terascala.com>
42985 Acked-by: Stefan Roese <sr@denx.de>
42986
42987 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
42988 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42989 Date: Thu Mar 27 09:12:40 2008 +0100
42990
42991 new-image: Fix host tool build breakage
42992
42993 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42994
42995 commit 6fb4b640562a10daff0dbe537638d511b5b48650
42996 Author: Stefan Roese <sr@denx.de>
42997 Date: Thu Mar 27 10:24:03 2008 +0100
42998
42999 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
43000
43001 Signed-off-by: Stefan Roese <sr@denx.de>
43002
43003 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
43004 Author: Stefan Roese <sr@denx.de>
43005 Date: Wed Mar 19 10:23:43 2008 +0100
43006
43007 ppc4xx: Add fdt support to Prodrive alpr
43008
43009 Since this board will probably be ported to arch/powerpc in the
43010 near future, we add device tree support now. This way we are
43011 "ready" for arch/powerpc from now on.
43012
43013 Signed-off-by: Stefan Roese <sr@denx.de>
43014
43015 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
43016 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
43017 Date: Mon Mar 17 09:27:56 2008 +0100
43018
43019 ppc4xx: Enable cache support on the ALPR board
43020
43021 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
43022
43023 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
43024 Author: Stefan Roese <sr@denx.de>
43025 Date: Wed Mar 26 10:14:11 2008 +0100
43026
43027 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
43028
43029 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
43030 memory area will get subtracted from the top (end) of ram and won't get
43031 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
43032 should gets passed the now "corrected" memory size and won't touch it
43033 either. This should work for arch/ppc and arch/powerpc. Only Linux board
43034 ports in arch/powerpc with bootwrapper support, which recalculate the
43035 memory size from the SDRAM controller setup, will have to get fixed
43036 in Linux additionally.
43037
43038 This patch enables this config option on some PPC440EPx boards as a workaround
43039 for the CHIP 11 errata. Here the description from the AMCC documentation:
43040
43041 CHIP_11: End of memory range area restricted access.
43042 Category: 3
43043
43044 Overview:
43045 The 440EPx DDR controller does not acknowledge any
43046 transaction which is determined to be crossing over the
43047 end-of-memory-range boundary, even if the starting address is
43048 within valid memory space. Any such transaction from any PLB4
43049 master will result in a PLB time-out on PLB4 bus.
43050
43051 Impact:
43052 In case of such misaligned bursts, PLB4 masters will not
43053 retrieve any data at all, just the available data up to the
43054 end of memory, especially the 440 CPU. For example, if a CPU
43055 instruction required an operand located in memory within the
43056 last 7 words of memory, the DCU master would burst read 8
43057 words to update the data cache and cross over the
43058 end-of-memory-range boundary. Such a DCU read would not be
43059 answered by the DDR controller, resulting in a PLB4 time-out
43060 and ultimately in a Machine Check interrupt. The data would
43061 be inaccessible to the CPU.
43062
43063 Workaround:
43064 Forbid any application to access the last 256 bytes of DDR
43065 memory. For example, make your operating system believe that
43066 the last 256 bytes of DDR memory are absent. AMCC has a patch
43067 that does this, available for Linux.
43068
43069 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
43070 lwmon5, korat, sequoia
43071
43072 The other remaining 440EPx board were intentionally not included
43073 since it is not clear to me, if they use the end of ram for some
43074 other purpose. This is unclear, since these boards have CONFIG_PRAM
43075 defined and even comments like this:
43076
43077 PMC440.h:
43078 /* esd expects pram at end of physical memory.
43079 * So no logbuffer at the moment.
43080 */
43081
43082 It is strongly recommended to not use the last 256 bytes on those
43083 boards too. Patches from the board maintainers are welcome.
43084
43085 Signed-off-by: Stefan Roese <sr@denx.de>
43086
43087 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
43088 Author: Stefan Roese <sr@denx.de>
43089 Date: Thu Mar 27 10:09:05 2008 +0100
43090
43091 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
43092
43093 Signed-off-by: Stefan Roese <sr@denx.de>
43094
43095 commit d56a3ce179688cde61073a3690e21703d68fafd7
43096 Author: Stefan Roese <sr@denx.de>
43097 Date: Tue Mar 25 17:51:13 2008 +0100
43098
43099 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
43100
43101 The routine ft_board_setup() configures the EBC NOR mappings for the
43102 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
43103 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
43104 problem, we need to pass the corrected address here too.
43105
43106 Signed-off-by: Stefan Roese <sr@denx.de>
43107
43108 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
43109 Author: Stefan Roese <sr@denx.de>
43110 Date: Wed Mar 19 16:35:12 2008 +0100
43111
43112 ppc4xx: Fix compilation warning in 4xx_enet.c
43113
43114 Signed-off-by: Stefan Roese <sr@denx.de>
43115
43116 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
43117 Author: Stefan Roese <sr@denx.de>
43118 Date: Wed Mar 19 16:20:49 2008 +0100
43119
43120 ppc4xx: Add AMCC Glacier 406GT eval board support
43121
43122 This patch adds support for the AMCC Glacier 460GT eval board.
43123 The main difference to the Canyonlands board are listed here:
43124
43125 - 4 ethernet ports instead of 2
43126 - no SATA port
43127 - no USB port
43128
43129 Currently EMAC2+3 are not working. This will be fixed in a later
43130 release.
43131
43132 Signed-off-by: Stefan Roese <sr@denx.de>
43133
43134 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
43135 Author: Stefan Roese <sr@denx.de>
43136 Date: Thu Mar 27 08:47:26 2008 +0100
43137
43138 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
43139
43140 Signed-off-by: Stefan Roese <sr@denx.de>
43141
43142 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
43143 Author: Anatolij Gustschin <agust@denx.de>
43144 Date: Wed Mar 26 21:05:43 2008 +0100
43145
43146 Fix out of tree building issue
43147
43148 Currently U-Boot building in some external directory
43149 doesn't work. This patch tries to fix the problem.
43150
43151 Signed-off-by: Anatolij Gustschin <agust@denx.de>
43152
43153 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
43154 Author: Anatolij Gustschin <agust@denx.de>
43155 Date: Wed Mar 26 18:13:33 2008 +0100
43156
43157 README: update documentation (availability, links, etc.)
43158
43159 Fix typo in README
43160
43161 Signed-off-by: Anatolij Gustschin <agust@denx.de>
43162
43163 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
43164 Author: Anatolij Gustschin <agust@denx.de>
43165 Date: Wed Mar 26 17:47:44 2008 +0100
43166
43167 Fix compilation error in cmd_usb.c
43168
43169 This patch fixes compilation error
43170 cmd_usb.c: In function 'do_usb':
43171 cmd_usb.c:552: error: void value not ignored as it ought to be
43172
43173 Signed-off-by: Anatolij Gustschin <agust@denx.de>
43174
43175 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
43176 Author: Timur Tabi <timur@freescale.com>
43177 Date: Fri Mar 14 17:45:29 2008 -0500
43178
43179 Add support for setting the I2C bus speed in fsl_i2c.c
43180
43181 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
43182 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
43183 but fsl_i2c.c ignores it and uses conservative value when programming the
43184 I2C bus speed.
43185
43186 Signed-off-by: Timur Tabi <timur@freescale.com>
43187 Acked-by: Andy Fleming <afleming@freescale.com>
43188
43189 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
43190 Author: Wolfgang Denk <wd@denx.de>
43191 Date: Thu Mar 27 00:03:57 2008 +0100
43192
43193 Coding style cleanup, update CHANGELOG
43194
43195 Signed-off-by: Wolfgang Denk <wd@denx.de>
43196
43197 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
43198 Author: Dave Liu <r63238@freescale.com>
43199 Date: Wed Mar 26 22:55:32 2008 +0800
43200
43201 drivers: add the support for Freescale SATA controller
43202
43203 Add the Freescale on-chip SATA controller driver to u-boot,
43204 The SATA controller is used on the 837x and 8315 targets,
43205 The driver can be used to load kernel, fs and dtb.
43206
43207 The features list:
43208 - 1.5/3 Gbps link speed
43209 - LBA48, LBA28 support
43210 - DMA and FPDMA support
43211 - Two ports support
43212
43213 Signed-off-by: Dave Liu <daveliu@freescale.com>
43214
43215 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
43216 Author: Dave Liu <r63238@freescale.com>
43217 Date: Wed Mar 26 22:54:44 2008 +0800
43218
43219 ata: add the readme for SATA command line
43220
43221 Signed-off-by: Dave Liu <daveliu@freescale.com>
43222
43223 commit cd54081cd479e542fc399b8a40651ff11a1ad849
43224 Author: Dave Liu <r63238@freescale.com>
43225 Date: Wed Mar 26 22:53:24 2008 +0800
43226
43227 ata: enable the sata initialize on boot up
43228
43229 Signed-off-by: Dave Liu <daveliu@freescale.com>
43230
43231 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
43232 Author: Dave Liu <r63238@freescale.com>
43233 Date: Wed Mar 26 22:52:36 2008 +0800
43234
43235 ata: add the fis struct for SATA
43236
43237 Signed-off-by: Dave Liu <daveliu@freescale.com>
43238
43239 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
43240 Author: Dave Liu <r63238@freescale.com>
43241 Date: Wed Mar 26 22:51:44 2008 +0800
43242
43243 ata: add the libata support
43244
43245 add simple libata support in u-boot
43246
43247 Signed-off-by: Dave Liu <daveliu@freescale.com>
43248
43249 commit 8e9bb43429e50df55fa41932cbe65841ff579220
43250 Author: Dave Liu <r63238@freescale.com>
43251 Date: Wed Mar 26 22:50:45 2008 +0800
43252
43253 ata: make the ata_piix driver using new SATA framework
43254
43255 original ata_piix driver is using IDE framework, not real
43256 SATA framework. For now, the ata_piix driver is only used
43257 by x86 sc520_cdp board. This patch makes the ata_piix driver
43258 use the new SATA framework, so
43259
43260 - remove the duplicated command stuff
43261 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
43262 - add the CONFIG_CMD_SATA define to sc520_cdp.h
43263
43264 Signed-off-by: Dave Liu <daveliu@freescale.com>
43265
43266 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
43267 Author: Dave Liu <r63238@freescale.com>
43268 Date: Wed Mar 26 22:49:44 2008 +0800
43269
43270 ata: add the support for SATA framework
43271
43272 - add the SATA framework
43273 - add the SATA command line
43274
43275 Signed-off-by: Dave Liu <daveliu@freescale.com>
43276
43277 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
43278 Author: Dave Liu <r63238@freescale.com>
43279 Date: Wed Mar 26 22:48:18 2008 +0800
43280
43281 ata: merge the header of ata_piix driver
43282
43283 move the sata.h from include/ to drivers/block/ata_piix.h
43284
43285 Signed-off-by: Dave Liu <daveliu@freescale.com>
43286
43287 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
43288 Author: Dave Liu <r63238@freescale.com>
43289 Date: Wed Mar 26 22:47:06 2008 +0800
43290
43291 ata: merge the ata_piix driver
43292
43293 move the cmd_sata.c from common/ to drivers/ata_piix.c,
43294 the cmd_sata.c have some part of ata_piix controller drivers.
43295 consolidate the driver to have better framework.
43296
43297 Signed-off-by: Dave Liu <daveliu@freescale.com>
43298
43299 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
43300 Author: Markus Klotzbuecher <mk@denx.de>
43301 Date: Wed Mar 26 18:26:43 2008 +0100
43302
43303 USB, Storage: fix a bug introduced in commit
43304 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
43305 to only print only information on one storage device, but not for
43306 multiple.
43307
43308 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
43309
43310 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
43311 Author: Anatolij Gustschin <agust@denx.de>
43312 Date: Wed Mar 26 17:47:44 2008 +0100
43313
43314 Fix compilation error in cmd_usb.c
43315
43316 This patch fixes compilation error
43317 cmd_usb.c: In function 'do_usb':
43318 cmd_usb.c:552: error: void value not ignored as it ought to be
43319
43320 Signed-off-by: Anatolij Gustschin <agust@denx.de>
43321 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
43322
43323 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
43324 Author: Kumar Gala <galak@kernel.crashing.org>
43325 Date: Wed Mar 26 08:53:53 2008 -0500
43326
43327 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
43328
43329 Provide a board_lmb_reserve helper function to ensure we reserve
43330 the page of memory we are using for the boot page translation code.
43331
43332 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43333
43334 commit 79679d80021ab095e639e250ca472fe526da02e2
43335 Author: Kumar Gala <galak@kernel.crashing.org>
43336 Date: Wed Mar 26 08:34:25 2008 -0500
43337
43338 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
43339
43340 The following changes are needed to be inline with ePAPR v0.81:
43341
43342 * r4, r5 and now always set to 0 on boot release
43343 * r7 is used to pass the size of the initial map area (IMA)
43344 * EPAPR_MAGIC value changed for book-e processors
43345 * changes in the spin table layout
43346 * spin table supports a 64-bit physical release address
43347
43348 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43349
43350 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
43351 Author: Jon Loeliger <jdl@freescale.com>
43352 Date: Wed Mar 19 15:02:07 2008 -0500
43353
43354 FSL: Clean up board/freescale/common/Makefile
43355
43356 Each file that can be built here now follows some
43357 CONFIG_ option so that they are appropriately built
43358 or not, as needed. And CONFIG_ defines were added
43359 to various board config files to make sure that happens.
43360
43361 The other board/freescale/*/Makefiles no longer need
43362 to reach up and over into ../common to build their
43363 individually needed files any more.
43364
43365 Boards that are CDS specific were renamed with cds_ prefix.
43366
43367 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43368
43369 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
43370 Author: Kumar Gala <galak@kernel.crashing.org>
43371 Date: Wed Feb 27 22:00:27 2008 -0600
43372
43373 85xx: Fix merge duplication
43374
43375 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
43376
43377 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43378
43379 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
43380 Author: James Yang <James.Yang@freescale.com>
43381 Date: Tue Feb 12 16:35:07 2008 -0600
43382
43383 85xx: Expand CCSR space with more DDR controller registers.
43384
43385 Signed-off-by: James Yang <James.Yang@freescale.com>
43386 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43387 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43388
43389 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
43390 Author: James Yang <James.Yang@freescale.com>
43391 Date: Fri Feb 8 18:05:08 2008 -0600
43392
43393 85xx: Speed up get_ddr_freq() and get_bus_freq()
43394
43395 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
43396 called. However, get_sys_info() recalculates extraneous information when
43397 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
43398 values from global_data instead.
43399
43400 Signed-off-by: James Yang <James.Yang@freescale.com>
43401 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43402
43403 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
43404 Author: James Yang <James.Yang@freescale.com>
43405 Date: Fri Feb 8 16:46:27 2008 -0600
43406
43407 85xx: Show DDR memory data rate in addition to the memory clock frequency.
43408
43409 Show the DDR memory data rate in addition to the memory clock
43410 frequency. For DDR/DDR2 memories the memory data rate is 2x the
43411 memory clock.
43412
43413 Signed-off-by: James Yang <James.Yang@freescale.com>
43414 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43415
43416 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
43417 Author: James Yang <James.Yang@freescale.com>
43418 Date: Fri Feb 8 16:44:53 2008 -0600
43419
43420 85xx: get_tbclk() speed up and rounding fix
43421
43422 Speed up get_tbclk() by referencing pre-computed bus clock
43423 frequency value from global data instead of sys_info_t. Fix
43424 rounding of result to nearest; previously it was rounding
43425 upwards.
43426
43427 Signed-off-by: James Yang <James.Yang@freescale.com>
43428 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43429
43430 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
43431 Author: Andy Fleming <afleming@freescale.com>
43432 Date: Wed Feb 6 01:19:40 2008 -0600
43433
43434 Update SVR numbers to expand support
43435
43436 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
43437 is used to distinguish certain variants within an SOC family. To
43438 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
43439 constants to reflect the larger value. We also add SVR numbers for all
43440 of the current variants. Finally, to make things neater, rather than
43441 use an enormous switch statement to print out the CPU type, we create
43442 and array of SVR/name pairs (using a macro), and print out the CPU name
43443 that matches the SVR SOC version.
43444
43445 Signed-off-by: Andy Fleming <afleming@freescale.com>
43446
43447 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
43448 Author: Andy Fleming <afleming@freescale.com>
43449 Date: Wed Feb 6 01:12:57 2008 -0600
43450
43451 Add the Freescale PCI device IDs
43452
43453 Signed-off-by: Andy Fleming <afleming@freescale.com>
43454
43455 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
43456 Author: Kumar Gala <galak@kernel.crashing.org>
43457 Date: Thu Feb 14 11:04:23 2008 -0600
43458
43459 85xx: Added support for multicore boot mechanism
43460
43461 Added the cpu command that provides a generic mechanism to get status,
43462 reset, and release secondary cores in multicore processors.
43463
43464 Added support for using the ePAPR defined spin-table mechanism on 85xx.
43465
43466 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43467 Signed-off-by: Andy Fleming <afleming@freescale.com>
43468
43469 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
43470 Author: Kumar Gala <galak@kernel.crashing.org>
43471 Date: Thu Jan 17 16:48:33 2008 -0600
43472
43473 85xx: Added support for multicore boot mechanism
43474
43475 Added the cpu command that provides a generic mechanism to get status,
43476 reset, and release secondary cores in multicore processors.
43477
43478 Added support for using the ePAPR defined spin-table mechanism on 85xx.
43479
43480 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43481
43482 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
43483 Author: Kumar Gala <galak@kernel.crashing.org>
43484 Date: Wed Jan 30 14:55:14 2008 -0600
43485
43486 85xx: Add the concept of CFG_CCSRBAR_PHYS
43487
43488 When we go to 36-bit physical addresses we need to keep the concept of
43489 the physical CCSRBAR address seperate from the virtual one.
43490
43491 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
43492
43493 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43494
43495 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
43496 Author: Wolfgang Denk <wd@denx.de>
43497 Date: Wed Mar 26 15:38:47 2008 +0100
43498
43499 Coding style cleanup.
43500
43501 Signed-off-by: Wolfgang Denk <wd@denx.de>
43502
43503 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
43504 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
43505 Date: Wed Mar 26 13:02:13 2008 +0100
43506
43507 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
43508
43509 The default settings for RTC DS1337 keeps the OSC
43510 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
43511 turn it off.
43512
43513 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
43514
43515 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
43516 Author: Wolfgang Denk <wd@denx.de>
43517 Date: Wed Mar 26 11:48:46 2008 +0100
43518
43519 Cleanup coding style, update CHANGELOG
43520
43521 Signed-off-by: Wolfgang Denk <wd@denx.de>
43522
43523 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
43524 Author: Wolfgang Denk <wd@denx.de>
43525 Date: Wed Mar 26 10:40:12 2008 +0100
43526
43527 README: update documentation (availability, links, etc.)
43528
43529 Signed-off-by: Wolfgang Denk <wd@denx.de>
43530
43531 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
43532 Author: Aras Vaichas <arasv@magtech.com.au>
43533 Date: Tue Mar 25 12:09:07 2008 +1100
43534
43535 USB Storage, add meaningful return value
43536
43537 This patch changes the "usb storage" command to return success if it
43538 finds a USB storage device, otherwise it returns error.
43539
43540 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
43541
43542 commit 18e69a35efbb078403db0c0063986470dad7d082
43543 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43544 Date: Fri Mar 14 23:20:18 2008 +0300
43545
43546 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
43547
43548 Linux understands "host" (default), "peripheral" and "otg" (broken).
43549 Though, U-Boot doesn't restrict dr_mode variable to these values (think
43550 of renames in future).
43551
43552 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43553 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43554
43555 commit c7604783b236e368f225efb7b3efb418fe20b404
43556 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43557 Date: Fri Mar 14 23:20:30 2008 +0300
43558
43559 tsec: fix link detection for the RTL8211B PHY
43560
43561 RTL8211B sets link state register after autonegotiation complete,
43562 so with bootdelay=0 RTL8211B will report lack of the link.
43563
43564 To fix this, we should wait for aneg to complete, even if the
43565 link is currently down.
43566
43567 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43568 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43569
43570 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
43571 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43572 Date: Mon Mar 24 20:47:09 2008 +0300
43573
43574 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
43575
43576 device_type = "soc" is being deprecated, newer device trees will use
43577 "fsl,soc" and/or "fsl,immr" for the soc nodes.
43578
43579 This patch also adds clock-frequency property for soc nodes (the same
43580 value as bus-frequency).
43581
43582 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43583
43584 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
43585 Author: Joe D'Abbraccio <ljd015@freescale.com>
43586 Date: Mon Mar 24 13:00:59 2008 -0400
43587
43588 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
43589
43590 With the original value of 1/2 clock cycle delay, the system ran relatively
43591 stable except when we run benchmarks that are intensive users of memory.
43592 When I run samba connected disk with a HDBENCH test, the system locks-up
43593 or reboots sporadically.
43594
43595 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
43596
43597 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
43598 Author: Scott Wood <scottwood@freescale.com>
43599 Date: Mon Mar 24 12:44:13 2008 -0500
43600
43601 mpc83xx: Set PCI I/O bus-address base to zero.
43602
43603 The device trees for these boards describe PCI I/O as starting from
43604 address zero from the device's perspective.
43605
43606 Placing I/O elsewhere may cause problems with certain PCI boards, and may
43607 cause problems with Linux.
43608
43609 Signed-off-by: Scott Wood <scottwood@freescale.com>
43610
43611 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
43612 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43613 Date: Mon Mar 24 20:47:05 2008 +0300
43614
43615 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
43616
43617 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
43618 This patch fixes "system time drifting" problem.
43619
43620 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43621
43622 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
43623 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43624 Date: Mon Mar 24 20:47:02 2008 +0300
43625
43626 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
43627
43628 This is needed to update /choosen/linux,stdout-path properly.
43629
43630 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43631
43632 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
43633 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43634 Date: Mon Mar 24 20:47:00 2008 +0300
43635
43636 mpc83xx: MPC8360E-RDK: add dhcp command
43637
43638 Plus modify environment to use it and remove bootfile env variable,
43639 it is internal and CONFIG_BOOTFILE is used for these purposes.
43640
43641 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43642
43643 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
43644 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43645 Date: Mon Mar 24 20:46:57 2008 +0300
43646
43647 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
43648
43649 Current DDR setup easily causes memory corruption, this patch fixes it.
43650
43651 Also fix TIMING_CFG0_MRS_CYC definition.
43652
43653 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43654
43655 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
43656 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43657 Date: Mon Mar 24 20:46:53 2008 +0300
43658
43659 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
43660
43661 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
43662 controller and FHCI (QE USB).
43663
43664 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43665
43666 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
43667 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43668 Date: Mon Mar 24 20:46:51 2008 +0300
43669
43670 mpc83xx: MPC8360E-RDK: add support for NAND
43671
43672 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43673
43674 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
43675 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43676 Date: Mon Mar 24 20:46:46 2008 +0300
43677
43678 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
43679
43680 This is needed for BCM PHYs to work on this board.
43681
43682 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43683
43684 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
43685 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43686 Date: Mon Mar 24 20:46:34 2008 +0300
43687
43688 uec: add support for Broadcom BCM5481 Gigabit PHY
43689
43690 This patch adds basic support for Broadcom BCM5481 PHY.
43691
43692 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
43693 Peter Barada <peterb@logicpd.com>.
43694
43695 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43696
43697 commit 6a600c3a1876bc203445df4f0fd6b12648259666
43698 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43699 Date: Mon Mar 24 20:46:28 2008 +0300
43700
43701 uec: add support for RGMII_RXID interface mode
43702
43703 PHY drivers will use it to setup software delay between RXD and RXC
43704 signals.
43705
43706 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43707
43708 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
43709 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43710 Date: Mon Mar 24 20:46:24 2008 +0300
43711
43712 uec: add support for gbit mii status readings
43713
43714 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43715
43716 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
43717 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43718 Date: Mon Mar 24 17:40:47 2008 +0300
43719
43720 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
43721
43722 This is primarily for the early console support.
43723
43724 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43725
43726 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
43727 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43728 Date: Mon Mar 24 17:40:43 2008 +0300
43729
43730 83xx: initialize serdes for MPC837XRDB boards
43731
43732 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
43733 On the MPC8378ERDB: 2 PCI-E
43734 On the MPC8379ERDB: 4 SATA
43735
43736 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43737
43738 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
43739 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43740 Date: Mon Mar 24 17:40:32 2008 +0300
43741
43742 83xx: serdes setup routines
43743
43744 This patch adds few routines to configure serdes on 837x targets.
43745
43746 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43747
43748 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
43749 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43750 Date: Mon Mar 24 17:40:27 2008 +0300
43751
43752 83xx: split COBJS onto separate lines
43753
43754 ..plus get rid of some #ifdefs in the .c files.
43755
43756 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43757
43758 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
43759 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43760 Date: Mon Mar 24 17:40:23 2008 +0300
43761
43762 83xx: nand support for MPC837XRDB boards
43763
43764 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43765
43766 commit 82e45a204190593e8613145a928f998fb8c909c4
43767 Author: Jerry Van Baren <gvb.uboot@gmail.com>
43768 Date: Tue Mar 18 21:44:41 2008 -0400
43769
43770 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
43771
43772 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43773 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43774
43775 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
43776 Author: Michael Barkowski <michael.barkowski@freescale.com>
43777 Date: Thu Mar 20 13:15:39 2008 -0400
43778
43779 mpc8323erdb: remove RTC and add EEPROM
43780
43781 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
43782
43783 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
43784 Acked-by: Kim Phillips <kim.phillips@freescale.com>
43785
43786 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
43787 Author: Michael Barkowski <michael.barkowski@freescale.com>
43788 Date: Thu Mar 20 13:15:34 2008 -0400
43789
43790 mpc8323erdb: Improve the system performance
43791
43792 The following changes are based on kernel UCC ethernet performance:
43793
43794 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
43795 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
43796 switch to enable this setting.
43797
43798 The following changes are based on the App Note AN3369 and
43799 verified to improve memory latency using LMbench:
43800
43801 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
43802 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
43803 previously.
43804 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
43805 Twr=15ns, and this was already the setting in DDR_MODE)
43806 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
43807 Trp=15ns)
43808 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
43809 Tras=40ns)
43810 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
43811 Trcd=15ns)
43812 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
43813 Trfc=75ns)
43814 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
43815 on Tfaw=50ns)
43816 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
43817 on CL=3 and WL=2).
43818
43819 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
43820 Acked-by: Kim Phillips <kim.phillips@freescale.com>
43821
43822 commit fc549c871f43933396a5b3e21d897023d4b31b8d
43823 Author: Michael Barkowski <michael.barkowski@freescale.com>
43824 Date: Thu Mar 20 13:15:28 2008 -0400
43825
43826 mpc8323erdb: use readable DDR config macros
43827
43828 Use available shift/mask macros to define DDR configuration.
43829
43830 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
43831 Acked-by: Kim Phillips <kim.phillips@freescale.com>
43832
43833 commit 89c7784ed90ba50301eec521144f95111e472906
43834 Author: Timur Tabi <timur@freescale.com>
43835 Date: Fri Feb 8 13:15:55 2008 -0600
43836
43837 83xx: Add Vitesse VSC7385 firmware uploading
43838
43839 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
43840 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
43841 Cleaned up the board header files to make selecting the VSC7385 easier to
43842 control.
43843
43844 Signed-off-by: Timur Tabi <timur@freescale.com>
43845 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43846
43847 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
43848 Author: Timur Tabi <timur@freescale.com>
43849 Date: Fri Feb 8 13:15:54 2008 -0600
43850
43851 NET: Add Vitesse VSC7385 firmware uploading
43852
43853 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
43854 and other boards. A small firwmare must be uploaded to its on-board memory
43855 before it can be enabled. This patch adds the code which uploads firmware
43856 (but not the firmware itself).
43857
43858 Previously, this feature was provided by a U-Boot application that was
43859 made available only on Freescale BSPs. The VSC7385 firmware must still
43860 be obtained separately, but at least there is no longer a need for a separate
43861 application.
43862
43863 Signed-off-by: Timur Tabi <timur@freescale.com>
43864 Acked-by: Ben Warren <biggerbadderben@gmail.com>
43865
43866 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
43867 Author: Wolfgang Denk <wd@denx.de>
43868 Date: Wed Mar 26 00:52:10 2008 +0100
43869
43870 Coding Style cleanyp; update CHANGELOG
43871
43872 Signed-off-by: Wolfgang Denk <wd@denx.de>
43873
43874 commit 43ddd9c820fec44816188f53346b464e20b3142d
43875 Author: Jerry Van Baren <gvb.uboot@gmail.com>
43876 Date: Sat Mar 22 14:23:49 2008 -0400
43877
43878 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
43879
43880 These defines embedded the u-boot env variables and/or the bd_t structure
43881 in the fdt blob. The conclusion of discussion on the u-boot email list
43882 was that embedding these in the fdt blob is not useful: there are better
43883 ways of passing the data (in fact, the fdt blob itself replaces the
43884 bd_t struct).
43885
43886 The only board that enables these is the stxxtc and they don't appear
43887 to be used by linux.
43888
43889 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43890 Acked-by: Kim Phillips <kim.phillips@freescale.com>
43891
43892 commit 22ed2285743359fd1fe73e411dff914b2256e68f
43893 Author: Stefan Roese <sr@denx.de>
43894 Date: Mon Mar 17 10:49:25 2008 +0100
43895
43896 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
43897
43898 Signed-off-by: Stefan Roese <sr@denx.de>
43899
43900 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
43901 Author: Kyungmin Park <kmpark@infradead.org>
43902 Date: Mon Mar 17 08:54:06 2008 +0900
43903
43904 Add Flex-OneNAND booting support
43905
43906 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
43907 using a NOR Flash interface. This on-chip integration enables system designers
43908 to reduce external system logic and use high-density NAND Flash
43909 in applications that would otherwise have to use more NOR components.
43910
43911 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
43912 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
43913 that require low reliability and high density, SLC area of Flex-OneNAND
43914 to store data that need high reliability and high performance. Flex-OneNAND
43915 can let users take advantage of storing these two different types of data
43916 into one chip, which is making Flex-OneNAND more cost- and space-effective.
43917
43918 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
43919
43920 commit c512389cc4a10253249271ff6c887c6dab1f0db2
43921 Author: André Schwarz <andre.schwarz@matrix-vision.de>
43922 Date: Thu Mar 13 13:50:52 2008 +0100
43923
43924 MPC5200: support setup without FEC
43925
43926 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
43927 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
43928
43929 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
43930 Acked-by: Grant Likely <grant.likely@secretlab.ca>
43931
43932 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
43933 Author: Jon Loeliger <jdl@freescale.com>
43934 Date: Wed Mar 5 18:05:46 2008 -0600
43935
43936 FSL: Move board/mpc8266ads under board/freescale
43937
43938 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43939
43940 commit 7f1d846e5c5754449c286587d099d85246062772
43941 Author: Jon Loeliger <jdl@freescale.com>
43942 Date: Wed Mar 5 18:05:47 2008 -0600
43943
43944 FSL: Move board/mpc7448hpc2 under board/freescale
43945
43946 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43947
43948 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
43949 Author: Jon Loeliger <jdl@freescale.com>
43950 Date: Wed Mar 5 18:05:45 2008 -0600
43951
43952 FSL: Move board/mpc8260ads under board/freescale
43953
43954 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43955
43956 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
43957 Author: goda.yusuke <goda.yusuke@renesas.com>
43958 Date: Wed Mar 5 17:08:33 2008 +0900
43959
43960 net: Add support AX88796L ethernet device
43961
43962 AX88796L is device of NE2000 compatible.
43963 This patch support AX88796L ethernet device.
43964
43965 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
43966 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43967
43968 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
43969 Author: Wolfgang Denk <wd@denx.de>
43970 Date: Tue Mar 25 22:50:41 2008 +0100
43971
43972 ne2000 driver: change #ifdef to Makefile conditional compilation
43973
43974 Signed-off-by: Wolfgang Denk <wd@denx.de>
43975
43976 commit e710185aae90c64d39c2d453e40e58ceefe4f250
43977 Author: goda.yusuke <goda.yusuke@renesas.com>
43978 Date: Wed Mar 5 17:08:20 2008 +0900
43979
43980 net: Divided code of NE2000 ethernet driver
43981
43982 There are more devices of the NE2000 base.
43983 A present code is difficult for us to support more devices.
43984 To support more NE2000 clone devices, separated the function.
43985
43986 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
43987 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43988
43989 commit 395bce4f59a507a60a475f7ee46bed47de9482df
43990 Author: Mike Frysinger <vapier@gentoo.org>
43991 Date: Sun Feb 24 23:58:13 2008 -0500
43992
43993 net/Blackfin: move on-chip MAC driver into drivers/net/
43994
43995 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
43996 directory, but it is not board specific, so relocate it to the drivers dir
43997 so that other Blackfin ports can utilize it.
43998
43999 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44000
44001 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
44002 Author: Mike Frysinger <vapier@gentoo.org>
44003 Date: Sun Feb 24 23:52:35 2008 -0500
44004
44005 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
44006
44007 Since the "ssync" instruction may have hardware anomalies associated with
44008 it, have the smc91111 driver use the SSYNC macro rather than invoking it
44009 directly. We workaround all the anomalies via this macro.
44010
44011 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44012
44013 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
44014 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
44015 Date: Sun Feb 17 22:57:47 2008 +0000
44016
44017 8xx: Update OF support on 8xx
44018
44019 This patch does some shifting around of OF support on 8xx.
44020
44021 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
44022
44023 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
44024 Author: Kumar Gala <galak@kernel.crashing.org>
44025 Date: Fri Feb 15 15:16:18 2008 -0600
44026
44027 ppc: Allow boards to specify how much memory they can map
44028
44029 For historical reasons we limited the stack to 256M because some boards
44030 could only map that much via BATS. However newer boards are capable of
44031 mapping more memory (for example 85xx is capble of doing up to 2G).
44032
44033 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44034
44035 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
44036 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
44037 Date: Fri Feb 15 01:05:58 2008 +0000
44038
44039 8xx : Add OF support to Adder875 board port - resubmit
44040
44041 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
44042
44043 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
44044 Author: Kumar Gala <galak@kernel.crashing.org>
44045 Date: Thu Feb 14 20:44:42 2008 -0600
44046
44047 Add setexpr command
44048
44049 Add a simple expr style command that will set an env variable as the result
44050 of the command. This allows us to do simple math in shell. The following
44051 operations are supported: &, |, ^, +, -, *, /.
44052
44053 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44054
44055 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
44056 Author: Jon Loeliger <jdl@freescale.com>
44057 Date: Wed Mar 5 17:27:48 2008 -0600
44058
44059 FSL: Move board/mpc7448hpc2 under board/freescale
44060
44061 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44062
44063 commit 449c703374a8868453425e15da7e2f76221b72e4
44064 Author: Jon Loeliger <jdl@freescale.com>
44065 Date: Wed Mar 5 17:21:43 2008 -0600
44066
44067 FSL: Move board/mpc8266ads under board/freescale
44068
44069 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44070
44071 commit 5863577989ad689427bb750107e9a75f1c1645d2
44072 Author: Jon Loeliger <jdl@freescale.com>
44073 Date: Wed Mar 5 16:41:41 2008 -0600
44074
44075 FSL: Move board/mpc8260ads under board/freescale
44076
44077 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44078
44079 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
44080 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44081 Date: Tue Mar 25 21:30:08 2008 +0900
44082
44083 [MIPS] Move gth2_config from ARM section to MIPS
44084
44085 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44086
44087 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
44088 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44089 Date: Tue Mar 25 21:30:07 2008 +0900
44090
44091 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
44092
44093 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44094
44095 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
44096 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44097 Date: Tue Mar 25 21:30:07 2008 +0900
44098
44099 [MIPS] Fix dcache_status()
44100
44101 You can't judge UNCACHED by Config.K0 LSB.
44102
44103 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44104
44105 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
44106 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44107 Date: Tue Mar 25 21:30:07 2008 +0900
44108
44109 [MIPS] Introduce _machine_restart
44110
44111 Handles machine specific functions by using weak functions.
44112
44113 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44114
44115 commit decaba6f5cf386d569ac3997bebb871b966c6b18
44116 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44117 Date: Tue Mar 25 21:30:07 2008 +0900
44118
44119 [MIPS] Cleanup CP0 Status initialization
44120
44121 Add setup_c0_status from Linux. For the moment we disable interrupts, set
44122 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
44123 reset-time configuration and will work well across most processors.
44124
44125 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44126
44127 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
44128 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44129 Date: Tue Mar 25 21:30:07 2008 +0900
44130
44131 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
44132
44133 Without this change, we'll be suffering from deffered WATCH exception
44134 once Status.EXL is cleared. Make sure Cause.WP is cleared.
44135
44136 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44137
44138 commit 26138623230ca2bad3c78e05a65527ea70c8b688
44139 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44140 Date: Tue Mar 25 21:30:07 2008 +0900
44141
44142 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
44143
44144 Move things to appropriate place.
44145
44146 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44147
44148 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
44149 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44150 Date: Tue Mar 25 21:30:06 2008 +0900
44151
44152 [MIPS] Implement flush_cache()
44153
44154 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
44155 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
44156 function is used not only in U-Boot specfic programs but also at loading
44157 target binaries.
44158
44159 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44160
44161 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
44162 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44163 Date: Tue Mar 25 21:30:06 2008 +0900
44164
44165 [MIPS] Fix I-/D-cache initialization loops
44166
44167 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
44168 again per a loop for I-cache initialization. But according to 'See MIPS
44169 Run', we're encouraged to use three separate loops rather than combining
44170 them *for both I- and D-cache*. This patch tries to fix this.
44171
44172 In accordance with fixing above, mips_init_[id]cache are separated from
44173 mips_cache_reset(), and rewrite cache loops are completely rewritten with
44174 useful macros.
44175
44176 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44177
44178 commit 1898840797c7f50799377bd5b285a8a93a82c419
44179 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44180 Date: Tue Mar 25 21:30:06 2008 +0900
44181
44182 [MIPS] Replace memory clearance code with f_fill64
44183
44184 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
44185
44186 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44187
44188 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
44189 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44190 Date: Tue Mar 25 21:30:06 2008 +0900
44191
44192 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
44193
44194 This patch replaces the current function definitions with NESTED, LEAF
44195 and END macro. They specify some more additional information about the
44196 function; an alignment of symbol, type of symbol, stack frame usage, etc.
44197 These information explicitly tells the assembler and the debugger about
44198 the types of code we want to generate.
44199
44200 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44201
44202 commit 282223a607c611425fa33f5428f8eae6636972bb
44203 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44204 Date: Tue Mar 25 11:43:17 2008 +0900
44205
44206 [MIPS] asm headers' updates
44207
44208 Make some asm headers adjusted to the latest Linux kernel.
44209
44210 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44211
44212 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
44213 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44214 Date: Tue Mar 25 11:39:29 2008 +0900
44215
44216 [MIPS] Request for the 'mips_cache_lock()' removal
44217
44218 The initial intension of having mips_cache_lock() was to use the cache
44219 as memory for temporary stack use so that a C environment can be set up
44220 as early as possible.
44221
44222 But now mips_cache_lock() follow lowlevel_init(). We've already have the
44223 real memory initilaized at this point, therefore we could/should use it.
44224 No reason to lock at all.
44225
44226 Other problems:
44227
44228 Cache locking is not consistent across MIPS implementaions. Some imple-
44229 mentations don't support locking at all. The style of locking varies -
44230 some support per line locking, others per way, etc. Some parts use bits
44231 in status registers instead of cache ops. Current mips_cache_lock() is
44232 not necessarily general-purpose.
44233
44234 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
44235 they are never get unlocked, so the code relies on whatever gets loaded
44236 after U-Boot to re-initialize the cache and clear the locks. We're sup-
44237 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
44238 but leave the situation as it is for a long time.
44239
44240 For these reasons, I proposed the removal of mips_cache_lock() from the
44241 global start-up code.
44242
44243 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
44244 *things have changed*. If he wants the same behavior as before, he needs
44245 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
44246
44247 If we don't have any regression report through several releases, then
44248 we'll remove codes entirely.
44249
44250 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44251 Acked-by: Andrew Dyer <amdyer@gmail.com>
44252
44253 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
44254 Author: Yuri Tikhonov <yur@emcraft.com>
44255 Date: Mon Mar 24 11:30:54 2008 +0100
44256
44257 lwmon5 SYSMON POST: fix backlight control
44258
44259 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
44260 run on the board, then the SYSMON POST controls the display backlight
44261 (doesn't switch backlight ON if POST FAILED, and does switch the
44262 backlight ON if PASSED).
44263
44264 If not, then the video driver controls the display backlight (just
44265 switch ON the backlight upon initialization).
44266
44267 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44268
44269 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
44270 Author: Yuri Tikhonov <yur@emcraft.com>
44271 Date: Mon Mar 24 11:29:14 2008 +0100
44272
44273 lwmon5 SYSMON POST: fix handling of negative temperatures
44274
44275 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
44276
44277 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44278
44279 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
44280 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44281 Date: Fri Mar 7 16:04:25 2008 +0900
44282
44283 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
44284
44285 In current source code, when the device number of PCI is 0, process PCI
44286 bridge without fail. However, when the device number is 0, it is not PCI
44287 always bridge. There are times when device of PCI allocates.
44288
44289 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
44290 use this patch.
44291
44292 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44293 Acked-by: Stefan Roese <sr@denx.de>
44294
44295 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
44296 Author: Yuri Tikhonov <yur@emcraft.com>
44297 Date: Fri Mar 21 09:18:40 2008 +0100
44298
44299 LWMON5: fix dsPIC POST
44300
44301 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
44302
44303 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
44304
44305 commit 388b82fddc7c05596f3f615f190da0448227dc82
44306 Author: Bartlomiej Sieka <tur@semihalf.com>
44307 Date: Thu Mar 20 23:23:13 2008 +0100
44308
44309 [new uImage] Enable new uImage support for the pcs440ep board.
44310
44311 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44312
44313 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
44314 Author: Bartlomiej Sieka <tur@semihalf.com>
44315 Date: Thu Mar 20 23:23:13 2008 +0100
44316
44317 [new uImage] Do not compile new uImage format support by default
44318
44319 Disable default building of new uImage format support in preparation
44320 for merge with the master. Support for new format can be enabled on
44321 a per-board basis, by defining the following in the board's config file:
44322
44323 #define CONFIG_FIT 1
44324 #define CONFIG_OF_LIBFDT 1
44325
44326 This can be optionally defined to give more verbose output:
44327
44328 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
44329
44330 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44331
44332 commit dafaede8a46c7159310239e036c93e31c6374487
44333 Author: Bartlomiej Sieka <tur@semihalf.com>
44334 Date: Thu Mar 20 23:20:31 2008 +0100
44335
44336 [new uImage] Disable debuging output in preparation for merge with master
44337
44338 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44339
44340 commit fbe7a155027beacebaee9b32e1ada781fe924bca
44341 Author: Bartlomiej Sieka <tur@semihalf.com>
44342 Date: Thu Mar 20 19:38:45 2008 +0100
44343
44344 [new uImage] Compilation and new uImage handling fixes for imxtract
44345
44346 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
44347 include/config_cmd_default.h. Fix few warnings and handling of new format
44348 images.
44349
44350 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44351
44352 commit 36cc8cbb3379d5166f882641123521735c469f92
44353 Author: Bartlomiej Sieka <tur@semihalf.com>
44354 Date: Thu Mar 20 23:10:19 2008 +0100
44355
44356 [new uImage] Fix autoscr command used with new uImage format
44357
44358 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44359
44360 commit 43142e817f0597be412e7cbe19413f5532eafa5d
44361 Author: Bartlomiej Sieka <tur@semihalf.com>
44362 Date: Thu Mar 20 23:10:19 2008 +0100
44363
44364 [new uImage] Fix *.its files location in documentation
44365
44366 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44367
44368 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
44369 Author: Wolfgang Denk <wd@denx.de>
44370 Date: Thu Mar 20 22:01:38 2008 +0100
44371
44372 lwmon5 POST: remove unreachable code
44373
44374 plus some coding style cleanup
44375
44376 Signed-off-by: Wolfgang Denk <wd@denx.de>
44377
44378 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
44379 Author: Yuri Tikhonov <yur@emcraft.com>
44380 Date: Thu Mar 20 17:56:04 2008 +0300
44381
44382 LWMON5: POST RTC fix
44383
44384 Modify the RTC API to provide one a status for the time reported by
44385 the rtc_get() function:
44386 0 - a reliable time is guaranteed,
44387 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
44388 and so on).
44389
44390 The RTC chip drivers are responsible for providing this info if the
44391 corresponding chip supports such functionality. If not - always
44392 report that the time is reliable.
44393
44394 The POST RTC test was modified to detect the RTC faults utilizing
44395 this new rtc_get() feature.
44396
44397 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44398
44399 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
44400 Author: Martin Krause <martin.krause@tqs.de>
44401 Date: Wed Mar 19 14:25:14 2008 +0100
44402
44403 TQM5200B: update MTD partition layout
44404
44405 - insert partition for dtb blob to TQM5200B MTD layout
44406 - set env variables dependent on the configured board
44407 (TQM5200 or TQM5200B)
44408
44409 Signed-off-by: Martin Krause <martin.krause@tqs.de>
44410
44411 commit f0105727d132f56a21fa3ed8b162309cca6cac44
44412 Author: Stefan Roese <sr@denx.de>
44413 Date: Wed Mar 19 07:09:26 2008 +0100
44414
44415 CFI: Small cleanup for FLASH_SHOW_PROGRESS
44416
44417 With this patch we don't need that many #ifdef's in the code. It moves
44418 the subtraction into the macro and defines a NOP-macro when
44419 CONFIG_FLASH_SHOW_PROGRESS is not defined.
44420
44421 Signed-off-by: Stefan Roese <sr@denx.de>
44422 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
44423
44424 commit 9a042e9ca512beaaa2cb450274313fc477141241
44425 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44426 Date: Sat Mar 8 13:48:01 2008 -0500
44427
44428 Flash programming progress countdown.
44429
44430 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44431
44432 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
44433 Author: Bartlomiej Sieka <tur@semihalf.com>
44434 Date: Wed Mar 19 10:00:06 2008 +0100
44435
44436 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
44437
44438 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44439
44440 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
44441 Author: David Gibson <david@gibson.dropbear.id.au>
44442 Date: Mon Feb 18 18:09:04 2008 +1100
44443
44444 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
44445
44446 Since fdt_node_offset_by_compatible() was converted to the new
44447 fdt_next_node() iterator, a chunk of initialization code became
44448 redundant, but was not removed by oversight. This patch cleans it up.
44449
44450 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44451
44452 commit d0ccb9b140b472039732de102fc14597eedb14df
44453 Author: David Gibson <david@gibson.dropbear.id.au>
44454 Date: Mon Feb 18 18:06:31 2008 +1100
44455
44456 libfdt: Trivial cleanup for CHECK_HEADER)
44457
44458 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
44459 However, there are a handful of functions (fdt_move, rw_check_header,
44460 fdt_open_into) from other files which could also use it (currently
44461 they open-code something more-or-less identical). Therefore, this
44462 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
44463 places.
44464
44465 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44466
44467 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
44468 Author: Kumar Gala <galak@kernel.crashing.org>
44469 Date: Wed Feb 20 14:32:36 2008 -0600
44470
44471 Fix fdt boardsetup command parsing
44472
44473 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
44474
44475 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44476
44477 commit 804887e6001e2f00bea11431bf34d6d472512cda
44478 Author: Kumar Gala <galak@kernel.crashing.org>
44479 Date: Fri Feb 15 03:34:36 2008 -0600
44480
44481 Add sub-commands to fdt
44482
44483 fdt header - Display header info
44484 fdt bootcpu <id> - Set boot cpuid
44485 fdt memory <addr> <size> - Add/Update memory node
44486 fdt rsvmem print - Show current mem reserves
44487 fdt rsvmem add <addr> <size> - Add a mem reserve
44488 fdt rsvmem delete <index> - Delete a mem reserves
44489
44490 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44491
44492 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
44493 Author: David Gibson <david@gibson.dropbear.id.au>
44494 Date: Thu Feb 14 16:50:34 2008 +1100
44495
44496 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
44497
44498 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
44499 node which has NOP tags interspersed with its properties. In this
44500 case fdt_add_subnode_namelen() will put the new subnode before the
44501 first NOP tag, even if there are properties after it, which will
44502 result in an invalid blob.
44503
44504 This patch fixes the bug, and adds a testcase for it.
44505
44506 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44507
44508 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
44509 Author: David Gibson <david@gibson.dropbear.id.au>
44510 Date: Tue Feb 12 11:58:31 2008 +1100
44511
44512 libfdt: Add and use a node iteration helper function.
44513
44514 This patch adds an fdt_next_node() function which can be used to
44515 iterate through nodes of the tree while keeping track of depth. This
44516 function is used to simplify the iteration code in a lot of other
44517 functions, and is also exported for use by library users.
44518
44519 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44520
44521 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
44522 Author: David Gibson <david@gibson.dropbear.id.au>
44523 Date: Fri Jan 11 14:55:05 2008 +1100
44524
44525 libfdt: Add fdt_set_name() function
44526
44527 This patch adds an fdt_set_name() function to libfdt, mirroring
44528 fdt_get_name(). This is a r/w function which alters the name of a
44529 given device tree node.
44530
44531 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44532
44533 commit 23e20aa6488e6c0622496549861bfdc74108debe
44534 Author: Yuri Tikhonov <yur@pollux.denx.de>
44535 Date: Tue Mar 18 13:33:30 2008 +0100
44536
44537 lwmon5: Fix register test logic to match the specific GDC h/w.
44538
44539 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44540 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44541
44542 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
44543 Author: Yuri Tikhonov <yur@pollux.denx.de>
44544 Date: Tue Mar 18 13:27:57 2008 +0100
44545
44546 Fix backlight in the lwmon5 POST.
44547
44548 Backlight was switched on even when temperature was too low.
44549
44550 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44551 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44552
44553 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
44554 Author: Yuri Tikhonov <yur@pollux.denx.de>
44555 Date: Wed Feb 6 18:48:36 2008 +0100
44556
44557 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).
44558
44559 To enable this, alternative, configuration the U-Boot board configuration
44560 file for lwmon5 includes the definitions of alternative addresses for header
44561 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
44562
44563 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
44564 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
44565 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
44566
44567 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44568
44569 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
44570 Author: Yuri Tikhonov <yur@pollux.denx.de>
44571 Date: Mon Feb 4 17:11:53 2008 +0100
44572
44573 Add support for the lwmon5 board reset via GPIO58.
44574
44575 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44576 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44577
44578 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
44579 Author: Yuri Tikhonov <yur@pollux.denx.de>
44580 Date: Mon Feb 4 17:09:55 2008 +0100
44581
44582 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
44583
44584 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44585 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44586
44587 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
44588 Author: Yuri Tikhonov <yur@pollux.denx.de>
44589 Date: Mon Feb 4 14:11:03 2008 +0100
44590
44591 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.
44592
44593 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44594 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44595
44596 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
44597 Author: Yuri Tikhonov <yur@pollux.denx.de>
44598 Date: Mon Feb 4 14:10:42 2008 +0100
44599
44600 The patch adds new POST tests for the Lwmon5 board. These are:
44601
44602 * External Watchdog test;
44603 * dsPIC tests;
44604 * FPGA test;
44605 * GDC test;
44606 * Sysmon tests.
44607
44608 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44609 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44610
44611 commit c2ed33efbfff5767bca236828e021c55fd547b6c
44612 Author: Yuri Tikhonov <yur@pollux.denx.de>
44613 Date: Mon Feb 4 14:10:01 2008 +0100
44614
44615 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
44616
44617 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44618
44619 commit 3a5d1e7f1309998791702b2a559e3126781746b9
44620 Author: Yuri Tikhonov <yur@pollux.denx.de>
44621 Date: Tue Mar 18 13:33:30 2008 +0100
44622
44623 lwmon5: Fix register test logic to match the specific GDC h/w.
44624
44625 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44626 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44627
44628 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
44629 Author: Yuri Tikhonov <yur@pollux.denx.de>
44630 Date: Tue Mar 18 13:27:57 2008 +0100
44631
44632 Fix backlight in the lwmon5 POST.
44633
44634 Backlight was switcehd on even when temperature was too low.
44635
44636 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44637 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44638
44639 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
44640 Author: Yuri Tikhonov <yur@pollux.denx.de>
44641 Date: Wed Feb 6 18:48:36 2008 +0100
44642
44643 The patch introduces the alternative configuration of the log buffer for
44644 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
44645 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
44646 PPC440EPX_GPT0_COMP5).
44647
44648 To enable this, alternative, configuration the U-Boot board configuration
44649 file for lwmon5 includes the definitions of alternative addresses for header
44650 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
44651
44652 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
44653 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
44654 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
44655
44656 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44657
44658 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
44659 Author: Yuri Tikhonov <yur@pollux.denx.de>
44660 Date: Mon Feb 4 17:11:53 2008 +0100
44661
44662 Add support for the lwmon5 board reset via GPIO58.
44663
44664 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44665 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44666
44667 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
44668 Author: Yuri Tikhonov <yur@pollux.denx.de>
44669 Date: Mon Feb 4 17:09:55 2008 +0100
44670
44671 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
44672 Disable external watch-dog for now.
44673
44674 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44675 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44676
44677 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
44678 Author: Yuri Tikhonov <yur@pollux.denx.de>
44679 Date: Mon Feb 4 14:11:03 2008 +0100
44680
44681 The patch introduces the CRITICAL feature of POST tests. If the test
44682 marked as POST_CRITICAL fails then the alternative, post_critical,
44683 boot-command is used. If this command is not defined then U-Boot
44684 enters into interactive mode.
44685
44686 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44687 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44688
44689 commit 65b20dcefc89618193fa51947968dada91e4c778
44690 Author: Yuri Tikhonov <yur@pollux.denx.de>
44691 Date: Mon Feb 4 14:10:42 2008 +0100
44692
44693 The patch adds new POST tests for the Lwmon5 board.
44694 These are:
44695
44696 * External Watchdog test;
44697 * dsPIC tests;
44698 * FPGA test;
44699 * GDC test;
44700 * Sysmon tests.
44701
44702 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44703 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44704
44705 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
44706 Author: Yuri Tikhonov <yur@pollux.denx.de>
44707 Date: Mon Feb 4 14:10:01 2008 +0100
44708
44709 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
44710
44711 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
44712
44713 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
44714 Author: Wolfgang Denk <wd@denx.de>
44715 Date: Tue Mar 18 17:35:51 2008 +0100
44716
44717 HMI1001: fix compile problem.
44718
44719 Signed-off-by: Wolfgang Denk <wd@denx.de>
44720
44721 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
44722 Author: Mike Frysinger <vapier@gentoo.org>
44723 Date: Mon Feb 18 05:32:30 2008 -0500
44724
44725 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
44726
44727 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
44728 for the board specific driver at all. Just use the common CFI driver.
44729
44730 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44731
44732 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
44733 Author: Mike Frysinger <vapier@gentoo.org>
44734 Date: Tue Feb 19 00:36:14 2008 -0500
44735
44736 Blackfin: add proper ELF markings to some assembly functions
44737
44738 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44739
44740 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
44741 Author: Mike Frysinger <vapier@gentoo.org>
44742 Date: Tue Feb 19 00:35:17 2008 -0500
44743
44744 Blackfin: new cplbinfo command for viewing cplb tables
44745
44746 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44747
44748 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
44749 Author: Mike Frysinger <vapier@gentoo.org>
44750 Date: Mon Feb 18 05:37:51 2008 -0500
44751
44752 Blackfin: update MAINTAINERS list
44753
44754 Add maintainer information for the Blackfin boards.
44755
44756 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44757
44758 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
44759 Author: Mike Frysinger <vapier@gentoo.org>
44760 Date: Mon Feb 18 05:26:48 2008 -0500
44761
44762 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
44763
44764 Stop tying things to the processor that should be tied to other defines and
44765 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
44766 system to select the -mcpu option.
44767
44768 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44769
44770 commit 86a20fb920bd198105acf7b1191117f566d637ed
44771 Author: Mike Frysinger <vapier@gentoo.org>
44772 Date: Sat Feb 16 07:40:36 2008 -0500
44773
44774 Blackfin: move bootldr command to common code
44775
44776 This moves the Blackfin-common bootldr command out of the BF537-STAMP
44777 specific board directory and into the common directory so that all Blackfin
44778 boards may utilize it.
44779
44780 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44781
44782 commit decbe029b2a9d3333d02c433389b1c821eea96d7
44783 Author: Heiko Schocher <hs@denx.de>
44784 Date: Fri Mar 14 11:05:20 2008 +0100
44785
44786 mgcoge: update configuration
44787
44788 Fix configuration for mgcoge board
44789
44790 Signed-off-by: Heiko Schocher <hs@denx.de>
44791
44792 commit c136724cda0219c49f1d4b346f00da29b14fdf14
44793 Author: Wolfgang Denk <wd@denx.de>
44794 Date: Sun Mar 16 01:22:59 2008 +0100
44795
44796 drivers/rtc/Makefile: keep list sorted
44797
44798 Signed-off-by: Wolfgang Denk <wd@denx.de>
44799
44800 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
44801 Author: Tor Krill <tor@excito.com>
44802 Date: Sat Mar 15 15:40:26 2008 +0100
44803
44804 Add support for Intersil isl1208 RTC
44805
44806 Signed-off-by: Tor Krill <tor@excito.com>
44807
44808 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
44809 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44810 Date: Sat Mar 15 17:36:41 2008 +0100
44811
44812 cramfs: Fix ifdef
44813
44814 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44815
44816 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
44817 Author: Wolfgang Denk <wd@denx.de>
44818 Date: Sun Mar 16 01:12:58 2008 +0100
44819
44820 Conding style cleanup
44821
44822 Signed-off-by: Wolfgang Denk <wd@denx.de>
44823
44824 commit 41712b4e8c95dff23354bcd620e1f9477160c190
44825 Author: Stefan Roese <sr@denx.de>
44826 Date: Wed Mar 5 12:31:53 2008 +0100
44827
44828 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
44829
44830 This patch adds USB OHCI support to the Canyonlands board port. It also
44831 enables EXT2 support.
44832
44833 Signed-off-by: Stefan Roese <sr@denx.de>
44834
44835 commit 2596f5b9d353ff3e4387a3325d05740f16958038
44836 Author: Stefan Roese <sr@denx.de>
44837 Date: Wed Mar 5 12:29:32 2008 +0100
44838
44839 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
44840
44841 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
44842 way a board just needs to define this new option to enable the "force
44843 NoPowerSwitching mode" instead of adding new CPU/architecture defines
44844 to the USB source itself.
44845
44846 This new option will be used first with the new AMCC 460EX Canyonlands
44847 board port, which will be posted in a few days.
44848
44849 This patch also fixes a small compilation problem when DEBUG is enabled.
44850
44851 Signed-off-by: Stefan Roese <sr@denx.de>
44852
44853 commit 71665ebf88408ff2acb762af47989fd4365b321a
44854 Author: Stefan Roese <sr@denx.de>
44855 Date: Mon Mar 3 17:27:02 2008 +0100
44856
44857 ppc4xx: Add Canyonlands NAND booting support
44858
44859 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
44860 NAND devices. The only bootstrap option for NAND booting is option F for
44861 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
44862 EEPROM needs to be programmed accordingly.
44863
44864 This patch adds basic NAND booting support for the AMCC Canyonlands aval
44865 board and also adds support to the "bootstrap" command, to enable NAND
44866 booting I2C setting.
44867
44868 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
44869
44870 Signed-off-by: Stefan Roese <sr@denx.de>
44871
44872 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
44873 Author: Stefan Roese <sr@denx.de>
44874 Date: Tue Mar 11 16:53:00 2008 +0100
44875
44876 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
44877
44878 This patch adds support for the AMCC Canyonlands 460EX evaluation
44879 board.
44880
44881 Signed-off-by: Stefan Roese <sr@denx.de>
44882
44883 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
44884 Author: Stefan Roese <sr@denx.de>
44885 Date: Tue Mar 11 16:52:24 2008 +0100
44886
44887 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
44888
44889 This patch adds support for the AMCC Canyonlands 460EX evaluation
44890 board.
44891
44892 Signed-off-by: Stefan Roese <sr@denx.de>
44893
44894 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
44895 Author: Stefan Roese <sr@denx.de>
44896 Date: Tue Mar 11 16:51:17 2008 +0100
44897
44898 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
44899
44900 This patch adds support for the AMCC Canyonlands 460EX evaluation
44901 board.
44902
44903 Signed-off-by: Stefan Roese <sr@denx.de>
44904
44905 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
44906 Author: Stefan Roese <sr@denx.de>
44907 Date: Tue Mar 11 15:11:43 2008 +0100
44908
44909 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
44910
44911 This patch adds basic support for the AMCC 460EX/460GT PPC's.
44912
44913 Signed-off-by: Stefan Roese <sr@denx.de>
44914
44915 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
44916 Author: Stefan Roese <sr@denx.de>
44917 Date: Tue Mar 11 15:11:18 2008 +0100
44918
44919 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
44920
44921 This patch adds basic support for the AMCC 460EX/460GT PPC's.
44922
44923 Signed-off-by: Stefan Roese <sr@denx.de>
44924
44925 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
44926 Author: Stefan Roese <sr@denx.de>
44927 Date: Tue Mar 11 15:07:10 2008 +0100
44928
44929 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
44930
44931 This patch adds basic support for the AMCC 460EX/460GT PPC's.
44932
44933 Signed-off-by: Stefan Roese <sr@denx.de>
44934
44935 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
44936 Author: Stefan Roese <sr@denx.de>
44937 Date: Tue Mar 11 15:05:50 2008 +0100
44938
44939 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
44940
44941 This patch adds basic support for the AMCC 460EX/460GT PPC's.
44942
44943 Signed-off-by: Stefan Roese <sr@denx.de>
44944
44945 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
44946 Author: Stefan Roese <sr@denx.de>
44947 Date: Tue Mar 11 15:05:26 2008 +0100
44948
44949 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
44950
44951 This patch adds basic support for the AMCC 460EX/460GT PPC's.
44952
44953 Signed-off-by: Stefan Roese <sr@denx.de>
44954
44955 commit 56e410178375d9f20be25fb24e180974f0ae120b
44956 Author: Stefan Roese <sr@denx.de>
44957 Date: Tue Feb 19 22:07:57 2008 +0100
44958
44959 ppc4xx: interrupt.c reworked
44960
44961 This patch is a rework of the 4xx interrupt handling done while
44962 adding the 460EX/GT support. Interrupts are needed on 4xx for the
44963 EMAC driver.
44964
44965 Signed-off-by: Stefan Roese <sr@denx.de>
44966
44967 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
44968 Author: Stefan Roese <sr@denx.de>
44969 Date: Tue Feb 19 22:01:57 2008 +0100
44970
44971 ppc4xx: program_tlb now uses 64bit physical addess
44972
44973 This patch changes the physical addess parameter from 32bit to 64bit.
44974 This is needed for 36bit 4xx platforms to access areas located
44975 beyond the 4GB border, like SoC peripherals (EBC etc.).
44976
44977 Signed-off-by: Stefan Roese <sr@denx.de>
44978
44979 commit c3307fa186af85771924c434997089b8104c0a46
44980 Author: Stefan Roese <sr@denx.de>
44981 Date: Tue Feb 19 21:58:25 2008 +0100
44982
44983 ppc4xx: miiphy.c reworked
44984
44985 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
44986 badly neede some cleanup.
44987
44988 Signed-off-by: Stefan Roese <sr@denx.de>
44989
44990 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
44991 Author: Stefan Roese <sr@denx.de>
44992 Date: Tue Feb 19 16:21:49 2008 +0100
44993
44994 rtc: Add M41T62 support
44995
44996 This patch add support for the STM M41T62 RTC. It is used and tested
44997 on the AMCC Canyonlands 406EX platform.
44998
44999 Signed-off-by: Stefan Roese <sr@denx.de>
45000
45001 commit 217d383e201adc7f2271145ae345ea5eae2b7170
45002 Author: Niklaus Giger <niklaus.giger@netstal.com>
45003 Date: Mon Feb 25 18:46:43 2008 +0100
45004
45005 ppc4xx: Add 405GPr based MCU25 board specific files
45006
45007 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45008
45009 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
45010 Author: Niklaus Giger <niklaus.giger@netstal.com>
45011 Date: Mon Feb 25 18:46:42 2008 +0100
45012
45013 ppc4xx: Add 405GPr based MCU25 board config file
45014
45015 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45016
45017 commit b05f35436b733a240559e77e46bed8439665ecc5
45018 Author: Niklaus Giger <niklaus.giger@netstal.com>
45019 Date: Mon Feb 25 18:46:41 2008 +0100
45020
45021 ppc4xx: Add 405GPr based MCU25 board. Global files
45022
45023 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45024
45025 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
45026 Author: Niklaus Giger <niklaus.giger@netstal.com>
45027 Date: Mon Feb 25 18:37:02 2008 +0100
45028
45029 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
45030
45031 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45032
45033 commit a079494853cc2bfeddb26673219db0b4b2b31566
45034 Author: Niklaus Giger <niklaus.giger@netstal.com>
45035 Date: Mon Feb 25 18:37:01 2008 +0100
45036
45037 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
45038
45039 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
45040 the FLASH_CFI_LEGACY et al. config options.
45041
45042 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45043
45044 commit e4170e5a50c8110f792bc37472833ae669d69951
45045 Author: Stefan Roese <sr@denx.de>
45046 Date: Tue Mar 11 13:52:25 2008 +0100
45047
45048 ppc4xx: Fix comment in 405EX DDR2 init code
45049
45050 Signed-off-by: Stefan Roese <sr@denx.de>
45051
45052 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
45053 Author: Bartlomiej Sieka <tur@semihalf.com>
45054 Date: Fri Mar 14 16:22:34 2008 +0100
45055
45056 Add MD5 support to the new uImage format
45057
45058 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45059
45060 commit 0ede0c383530a418cf98be9122371a86573cd0db
45061 Author: Bartlomiej Sieka <tur@semihalf.com>
45062 Date: Fri Mar 14 16:22:34 2008 +0100
45063
45064 Add the MD5 algorithm
45065
45066 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
45067 calculated using the md5() function -- see include/md5.h for details.
45068
45069 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45070
45071 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
45072 Author: Wolfgang Denk <wd@denx.de>
45073 Date: Fri Mar 14 16:04:54 2008 +0100
45074
45075 tools/setlocalversion: use a git-describe-ish format
45076
45077 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
45078 where 'nnnnn' is the number of commits since the last tag (i.e.,
45079 1.3.2-rc3). This makes it much easier to recognize "newer" versions
45080 and to see how much has been changed since the referenced tag.
45081
45082 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
45083
45084 Signed-off-by: Wolfgang Denk <wd@denx.de>
45085
45086 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
45087 Author: Wolfgang Denk <wd@denx.de>
45088 Date: Thu Mar 13 14:32:03 2008 +0100
45089
45090 HMI1001: add support for MPC5200 Rev. B processors.
45091
45092 Signed-off-by: Wolfgang Denk <wd@denx.de>
45093
45094 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
45095 Author: Wolfgang Denk <wd@denx.de>
45096 Date: Thu Mar 13 14:29:49 2008 +0100
45097
45098 TQM5200: remove dead code
45099
45100 This board never used a MGT5100 processor.
45101
45102 Signed-off-by: Wolfgang Denk <wd@denx.de>
45103
45104 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
45105 Author: Marian Balakowicz <m8@semihalf.com>
45106 Date: Wed Mar 12 12:14:15 2008 +0100
45107
45108 [new uImage] Fix build issue on ARM
45109
45110 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
45111
45112 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45113
45114 commit 3310c549a73a949430bfda90876df7552a1dab0c
45115 Author: Marian Balakowicz <m8@semihalf.com>
45116 Date: Wed Mar 12 12:13:13 2008 +0100
45117
45118 [new uImage] Add new uImage format documentation and examples
45119
45120 Create doc/uImage.FIT documentation directory with the following files:
45121 - command_syntax_extensions.txt : extended command syntax description
45122 - howto.txt : short usage howto
45123 - source_file_format.txt : internal new uImage format description
45124
45125 Add example image source files:
45126 - kernel.its
45127 - kernel_fdt.its
45128 - multi.its
45129
45130 Update README appropriately.
45131
45132 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45133 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45134
45135 commit 1ec73761d2e247078f4520a265d463e8b73391a2
45136 Author: Marian Balakowicz <m8@semihalf.com>
45137 Date: Wed Mar 12 10:35:52 2008 +0100
45138
45139 [new uImage] Fix definition of common bootm_headers_t fields
45140
45141 verify, autostart and lmb fields are used regardless of CONFIG_FIT
45142 setting, move their definitions to common section.
45143
45144 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45145
45146 commit 1d1cb4270edc6a99276834064069717f9782c491
45147 Author: Marian Balakowicz <m8@semihalf.com>
45148 Date: Wed Mar 12 10:35:51 2008 +0100
45149
45150 [new uImage] Fix build problems on trab board
45151
45152 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45153
45154 commit f773bea8e11f4a11c388dcee956b2444203e6b65
45155 Author: Marian Balakowicz <m8@semihalf.com>
45156 Date: Wed Mar 12 10:35:46 2008 +0100
45157
45158 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
45159
45160 Save FIT configuration provied in the first bootm argument and use it
45161 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
45162 arguments are not specified.
45163
45164 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45165
45166 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
45167 Author: Marian Balakowicz <m8@semihalf.com>
45168 Date: Wed Mar 12 10:33:01 2008 +0100
45169
45170 [new uImage] More verbose kernel image uncompress error message
45171
45172 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45173
45174 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
45175 Author: Marian Balakowicz <m8@semihalf.com>
45176 Date: Wed Mar 12 10:33:01 2008 +0100
45177
45178 [new uImage] Use show_boot_progress() for new uImage format
45179
45180 This patch allocates a set of show_boot_progress() IDs for new uImage format
45181 and adds show_boot_progress() calls in new uImage format handling code.
45182
45183 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45184
45185 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
45186 Author: Marian Balakowicz <m8@semihalf.com>
45187 Date: Wed Mar 12 10:33:01 2008 +0100
45188
45189 [new uImage] Add new uImage fromat support to fpga command
45190
45191 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45192
45193 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
45194 Author: Marian Balakowicz <m8@semihalf.com>
45195 Date: Wed Mar 12 10:33:01 2008 +0100
45196
45197 [new uImage] Add new uImage format handling to other bootm related commands
45198
45199 Updated commands:
45200
45201 docboot - cmd_doc.c
45202 fdcboot - cmd_fdc.c
45203 diskboot - cmd_ide.c
45204 nboot - cmd_nand.c
45205 scsiboot - cmd_scsi.c
45206 usbboot - cmd_usb.c
45207
45208 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45209
45210 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
45211 Author: Marian Balakowicz <m8@semihalf.com>
45212 Date: Wed Mar 12 10:33:00 2008 +0100
45213
45214 [new uImage] Add new uImage format support to imgextract command
45215
45216 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45217
45218 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
45219 Author: Marian Balakowicz <m8@semihalf.com>
45220 Date: Wed Mar 12 10:33:00 2008 +0100
45221
45222 [new uImage] Add new uImage format support to autoscript routine
45223
45224 autoscript() routine is updated to accept second argument, which
45225 is only used for FIT images and provides a FIT subimage unit name.
45226
45227 autoscript() routine callers must now pass two arguments. For
45228 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
45229 variable 'autoscript_uname' is introduced and used as a FIT
45230 subimage unit name source.
45231
45232 autoscript command accepts extended syntax of the addr argument:
45233 addr:<subimg_uname>
45234
45235 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45236
45237 commit cd7c596e9f561dbbc17b717277438aee78cde14f
45238 Author: Marian Balakowicz <m8@semihalf.com>
45239 Date: Wed Mar 12 10:33:00 2008 +0100
45240
45241 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
45242
45243 This patch updates architecture specific implementations of
45244 do_bootm_linux() adding new uImage format handling for
45245 operations like get kernel entry point address, get kernel
45246 image data start address.
45247
45248 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45249
45250 commit 3dfe110149311425919e6d6a14b561b4207498f1
45251 Author: Marian Balakowicz <m8@semihalf.com>
45252 Date: Wed Mar 12 10:32:59 2008 +0100
45253
45254 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
45255
45256 This patch adds new node offset fields to struct bootm_headers
45257 and updates bootm_headers processing code to make use of them.
45258 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
45259
45260 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45261
45262 commit bc8ed486b125452ba3bd8344f052f437329150c5
45263 Author: Marian Balakowicz <m8@semihalf.com>
45264 Date: Wed Mar 12 10:32:53 2008 +0100
45265
45266 [new uImage] ppc: Add new uImage format support to FDT handling routines
45267
45268 Support for new (FIT) format uImages is added to powerpc specific
45269 boot_get_fdt() routine which now recognizes, sanity checks FIT image
45270 and is able to access data sections of the requested component image.
45271
45272 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45273
45274 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
45275 Author: Marian Balakowicz <m8@semihalf.com>
45276 Date: Wed Mar 12 10:14:57 2008 +0100
45277
45278 [new uImage] Re-enable interrupts for non automatic booting
45279
45280 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
45281 environment variable is not set to 'yes'.
45282
45283 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45284
45285 commit d985c8498c4e47095820da97aa722381d39172c5
45286 Author: Marian Balakowicz <m8@semihalf.com>
45287 Date: Wed Mar 12 10:14:38 2008 +0100
45288
45289 [new uImage] Remove unnecessary arguments passed to ramdisk routines
45290
45291 boot_get_ramdisk() and image_get_ramdisk() do not need all
45292 cmdtp, flag, argc and argv arguments. Simplify routines definition.
45293
45294 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45295
45296 commit c87796483bc7c2900470dc747c367f602577608d
45297 Author: Marian Balakowicz <m8@semihalf.com>
45298 Date: Wed Mar 12 10:12:37 2008 +0100
45299
45300 [new uImage] Add new uImage format support for ramdisk handling
45301
45302 This patch updates boot_get_ramdisk() routine adding format
45303 verification and handling for new (FIT) uImages.
45304
45305 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45306
45307 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
45308 Author: Marian Balakowicz <m8@semihalf.com>
45309 Date: Wed Mar 12 10:01:05 2008 +0100
45310
45311 [new uImage] Add new uImage format support for kernel booting
45312
45313 New format uImages are recognized by the bootm command,
45314 validity of specified kernel component image is checked and
45315 its data section located and used for further processing
45316 (uncompress, load, etc.)
45317
45318 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45319
45320 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
45321 Author: Marian Balakowicz <m8@semihalf.com>
45322 Date: Tue Mar 11 12:35:20 2008 +0100
45323
45324 [new uImage] Add new uImage format support for imls and iminfo commands
45325
45326 imls and iminfo can now recognize nad print out contents of the new (FIT)
45327 format uImages.
45328
45329 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45330
45331 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
45332 Author: Bartlomiej Sieka <tur@semihalf.com>
45333 Date: Tue Mar 11 12:34:47 2008 +0100
45334
45335 [new uImage] Add support for new uImage format to mkimage tool
45336
45337 Support for the new uImage format (FIT) is added to mkimage tool.
45338 Commandline syntax is appropriately extended:
45339
45340 mkimage [-D dtc_options] -f fit-image.its fit-image
45341
45342 mkimage (together with dtc) takes fit-image.its and referenced therein
45343 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
45344 final image that can be transferred to the target (e.g., via tftp) and then
45345 booted using the bootm command in U-Boot.
45346
45347 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45348
45349 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
45350 Author: Marian Balakowicz <m8@semihalf.com>
45351 Date: Mon Mar 10 17:53:49 2008 +0100
45352
45353 [new uImage] Make node unit names const in struct bootm_headers
45354
45355 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45356
45357 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
45358 Author: Marian Balakowicz <m8@semihalf.com>
45359 Date: Fri Feb 29 21:24:06 2008 +0100
45360
45361 [new uImage] New uImage low-level API
45362
45363 Add FDT-based functions for handling new format component images,
45364 configurations, node operations, property get/set, etc.
45365
45366 fit_ - routines handling global new format uImage operations
45367 like get/set top level property, process all nodes, etc.
45368 fit_image_ - routines handling component images subnodes
45369 fit_conf_ - routines handling configurations node
45370
45371 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45372 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45373
45374 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
45375 Author: Wolfgang Denk <wd@denx.de>
45376 Date: Sun Mar 9 16:20:02 2008 +0100
45377
45378 Release v1.3.2
45379
45380 Update CHANGELOG for release.
45381
45382 Signed-off-by: Wolfgang Denk <wd@denx.de>
45383
45384 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
45385 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45386 Date: Sun Mar 9 14:52:11 2008 +0100
45387
45388 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
45389
45390 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45391 Signed-off-by: Wolfgang Denk <wd@denx.de>
45392
45393 commit db695b78515ddb88a2d4f3357c120345efbf59ec
45394 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45395 Date: Sun Mar 9 10:44:01 2008 +0100
45396
45397 scb9328: Fix flash warning: type qualifiers ignored on function return type
45398
45399 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45400
45401 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
45402 Author: Wolfgang Denk <wd@denx.de>
45403 Date: Sun Mar 9 10:50:41 2008 +0100
45404
45405 esd/common/fpga.c: fix indentation.
45406
45407 Signed-off-by: Wolfgang Denk <wd@denx.de>
45408
45409 commit cc3843e36453e2b8db65d7e56de938ba045016a0
45410 Author: Wolfgang Denk <wd@denx.de>
45411 Date: Sun Mar 9 10:33:31 2008 +0100
45412
45413 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
45414
45415 and get rid of a couple of unneeded casts.
45416
45417 Signed-off-by: Wolfgang Denk <wd@denx.de>
45418
45419 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
45420 Author: Wolfgang Denk <wd@denx.de>
45421 Date: Sun Mar 9 10:09:53 2008 +0100
45422
45423 esd/common/fpga.c: fix 'assignment of read-only location' error
45424
45425 Signed-off-by: Wolfgang Denk <wd@denx.de>
45426
45427 commit c6fe4dabac066e8758345d249032768496983a3e
45428 Author: Wolfgang Denk <wd@denx.de>
45429 Date: Sun Mar 9 02:13:19 2008 +0100
45430
45431 Makefile: make build silently again.
45432
45433 Signed-off-by: Wolfgang Denk <wd@denx.de>
45434
45435 commit 76babc86576f092573599334c85ec543fdbc6015
45436 Author: Wolfgang Denk <wd@denx.de>
45437 Date: Sun Mar 9 02:07:49 2008 +0100
45438
45439 m501sk: Fix out of tree building
45440
45441 Signed-off-by: Wolfgang Denk <wd@denx.de>
45442
45443 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
45444 Author: Wolfgang Denk <wd@denx.de>
45445 Date: Sun Mar 9 00:06:09 2008 +0100
45446
45447 ADS5121: fix out of tree build
45448
45449 and simplify Makefile a bit.
45450
45451 Signed-off-by: Wolfgang Denk <wd@denx.de>
45452
45453 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
45454 Author: Wolfgang Denk <wd@denx.de>
45455 Date: Sat Mar 8 22:35:31 2008 +0100
45456
45457 Release v1.3.2
45458
45459 Signed-off-by: Wolfgang Denk <wd@denx.de>
45460
45461 commit 78a90f827df74520e939c794fc7413dace21c4db
45462 Author: Wolfgang Denk <wd@denx.de>
45463 Date: Sat Mar 8 22:35:04 2008 +0100
45464
45465 Update CHANGELOG
45466
45467 Signed-off-by: Wolfgang Denk <wd@denx.de>
45468
45469 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
45470 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45471 Date: Sat Mar 8 21:30:04 2008 +0100
45472
45473 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
45474
45475 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45476
45477 commit d75469d48c05795144f4b8ba76addbb4920a7bba
45478 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45479 Date: Sat Mar 8 09:25:49 2008 +0900
45480
45481 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
45482
45483 When rtl_recv() of rtl8169 is called, OWNbit of status register
45484 is not enable occasionally.
45485 rtl_recv() doesn't work normally when the driver doesn't do
45486 appropriate processing.
45487 This patch fix this problem.
45488
45489 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45490
45491 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
45492 Author: Heiko Schocher <hs@denx.de>
45493 Date: Fri Mar 7 08:15:28 2008 +0100
45494
45495 mgsuvd: update board configuration
45496
45497 initialize the UPIOx controller.
45498
45499 Signed-off-by: Heiko Schocher <hs@denx.de>
45500
45501 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
45502 Author: Heiko Schocher <hs@denx.de>
45503 Date: Fri Mar 7 08:13:41 2008 +0100
45504
45505 mgcoge: update board configuration
45506
45507 add support for the config Flash.
45508 initialize the UPIOx controller.
45509
45510 Signed-off-by: Heiko Schocher <hs@denx.de>
45511
45512 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
45513 Author: Kim Phillips <kim.phillips@freescale.com>
45514 Date: Fri Mar 7 12:27:31 2008 -0600
45515
45516 mpc83xx: make dtb basename file references equal those of linux
45517
45518 the dts file basenames were updated in linux - this helps avoid
45519 inadvertently loading any old dtbs laying around.
45520
45521 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45522
45523 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
45524 Author: Kim Phillips <kim.phillips@freescale.com>
45525 Date: Wed Feb 27 16:08:22 2008 -0600
45526
45527 net: uec_phy: actually increment the timeout counter
45528
45529 allow u-boot to recover (and, e.g., switch to another interface) in the
45530 case where a PHY does not report autonegotiation is complete within its
45531 two second timeout value.
45532
45533 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45534
45535 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
45536 Author: Markus Brunner <super.firetwister@googlemail.com>
45537 Date: Wed Mar 5 21:38:12 2008 +0100
45538
45539 fix taihu soft spi_read
45540
45541 The taihu board used gpio_read_out_bit which reads the output register and not
45542 the pin state.
45543
45544 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
45545
45546 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
45547 Author: Stefan Roese <sr@denx.de>
45548 Date: Fri Mar 7 08:01:43 2008 +0100
45549
45550 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
45551
45552 Signed-off-by: Stefan Roese <sr@denx.de>
45553
45554 commit bd4458cb47abecabd406b1210457be96c69fc49d
45555 Author: Dave Liu <r63238@freescale.com>
45556 Date: Tue Mar 4 16:59:22 2008 +0800
45557
45558 837xEMDS: Improve the system performance
45559
45560 1. Make the CSB bus pipeline depth as 4, and enable
45561 the repeat mode;
45562 2. Raise the eTSEC emergency priority;
45563 3. Use the highest IP blocks clock.
45564
45565 Signed-off-by: Dave Liu <daveliu@freescale.com>
45566
45567 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
45568 Author: Detlev Zundel <dzu@denx.de>
45569 Date: Thu Mar 6 16:45:53 2008 +0100
45570
45571 Replace "run load; run update" with conditionalized "run load update".
45572
45573 The latter version stops when "run load" fails for whatever reasons
45574 rendering the combination *a lot* more secure.
45575
45576 Signed-off-by: Detlev Zundel <dzu@denx.de>
45577
45578 commit 6bc113886d7d316df1a4e459bec8baf027518551
45579 Author: Stefan Roese <sr@denx.de>
45580 Date: Tue Mar 4 17:40:41 2008 +0100
45581
45582 net: Print error message upon net usage when no ethernet-interface is found
45583
45584 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
45585 defined. Then no ethernet interface is available but a simple "tftp"
45586 command will return without any error message which is quite confusing.
45587
45588 Signed-off-by: Stefan Roese <sr@denx.de>
45589
45590 commit a30a549a3553032d809e0356306b62de0b125901
45591 Author: Jon Loeliger <jdl@freescale.com>
45592 Date: Tue Mar 4 10:03:03 2008 -0600
45593
45594 Remove erroneous or extra spd.h #includers.
45595
45596 Many of the spd.h #includers don't need it,
45597 and wanted to have spd_sdram() declared instead.
45598 Since they didn't get that, some also had open
45599 coded extern declarations of it instead or as well.
45600 Fix it all up by using spd_sdram.h where needed.
45601
45602 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45603
45604 commit a4475386cef14af3fd88f0518b688e755669486d
45605 Author: Wolfgang Denk <wd@denx.de>
45606 Date: Tue Mar 4 17:41:28 2008 +0100
45607
45608 PCS440EP: fix build problems (redundant #define)
45609
45610 Signed-off-by: Wolfgang Denk <wd@denx.de>
45611
45612 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
45613 Author: Stefan Roese <sr@denx.de>
45614 Date: Tue Mar 4 17:39:25 2008 +0100
45615
45616 net: Print error message upon net usage when no ethernet-interface is found
45617
45618 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
45619 defined. Then no ethernet interface is available but a simple "tftp"
45620 command will return without any error message which is quite confusing.
45621
45622 Signed-off-by: Stefan Roese <sr@denx.de>
45623
45624 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
45625 Author: Wolfgang Denk <wd@denx.de>
45626 Date: Tue Mar 4 17:38:50 2008 +0100
45627
45628 W7OLMC/W7OLMG: fix build problems (redundant #define)
45629
45630 Signed-off-by: Wolfgang Denk <wd@denx.de>
45631
45632 commit f9301e1cda296245ba052d7b08321199c3d0af9d
45633 Author: Wolfgang Denk <wd@denx.de>
45634 Date: Tue Mar 4 14:58:31 2008 +0100
45635
45636 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
45637
45638 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
45639 problem for out-of-tree builds which caused "make clean" to fail.
45640
45641 Signed-off-by: Wolfgang Denk <wd@denx.de>
45642
45643 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
45644 Author: Wolfgang Denk <wd@denx.de>
45645 Date: Tue Mar 4 11:58:26 2008 +0100
45646
45647 examples/Makefile: build "hello_world" on 8xx, too.
45648
45649 Signed-off-by: Wolfgang Denk <wd@denx.de>
45650
45651 commit 74eb0222594fd23aafdf168e60e872814eea8b62
45652 Author: Mike Nuss <mike@terascala.com>
45653 Date: Mon Mar 3 15:27:05 2008 -0500
45654
45655 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
45656
45657 Every now and then a Sequoia board (or equivalent hardware) had
45658 problems connecting to a Gigabit capable network interface.
45659
45660 There were differences in the PHY setup between Linux and U-Boot.
45661
45662 This patch fixes the problem. Apparently "remote fault" is being set,
45663 which signals to some devices (on the other end of the cable) that a
45664 fault has occurred, while other devices ignore it. I believe the RF bit
45665 was causing the issue, but I removed T4 also, to match up with Linux.
45666
45667 Signed-off-by: Mike Nuss <mike@terascala.com>
45668
45669 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
45670 Author: Timur Tabi <timur@freescale.com>
45671 Date: Mon Mar 3 09:58:52 2008 -0600
45672
45673 fix QE firmware uploading limit
45674
45675 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
45676 systems with more than one RISC core.
45677
45678 Signed-off-by: Timur Tabi <timur@freescale.com>
45679
45680 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
45681 Author: Bernhard Nemec <bnemec@ganssloser.com>
45682 Date: Mon Mar 3 11:57:23 2008 +0000
45683
45684 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
45685
45686 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
45687 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
45688
45689 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
45690
45691 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
45692 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
45693 Date: Mon Mar 3 10:39:13 2008 +0200
45694
45695 fix copy from ram to dataflash
45696
45697 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
45698 routines instead of dataflash. This is because it checks "if source
45699 address is not dataflash" instead of target address.
45700
45701 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
45702
45703 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
45704 Author: Wolfgang Denk <wd@denx.de>
45705 Date: Mon Mar 3 12:16:44 2008 +0100
45706
45707 Fix quoting problem (preboot setting) in many board config files.
45708
45709 Signed-off-by: Wolfgang Denk <wd@denx.de>
45710
45711 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
45712 Author: Wolfgang Denk <wd@denx.de>
45713 Date: Mon Mar 3 12:36:49 2008 +0100
45714
45715 ADS5121: Fix default environment.
45716
45717 Signed-off-by: Wolfgang Denk <wd@denx.de>
45718
45719 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
45720 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45721 Date: Sun Mar 2 16:12:31 2008 +0100
45722
45723 Makefile: Fix missing unconfig and mkconfig use
45724
45725 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45726
45727 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
45728 Author: michael <trimarchi@gandalf.sssup.it>
45729 Date: Sun Mar 2 23:33:46 2008 +0100
45730
45731 Fix checking fat32 cluster size.
45732
45733 This fixes the cluster size tests in the FAT32 file system.
45734 The current implementation of VFAT support doesn't work if the
45735 referred cluster has an offset > 16bit representation, causing
45736 "fatload" and "fatls" commands etc. to fail.
45737
45738 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
45739
45740 commit 661bad63a076a96c39c64f136915f146725af92b
45741 Author: Wolfgang Denk <wd@denx.de>
45742 Date: Sun Mar 2 22:57:23 2008 +0100
45743
45744 Prepare v1.3.2-rc2 release candidate
45745
45746 Signed-off-by: Wolfgang Denk <wd@denx.de>
45747
45748 commit 76957cb3d621bf664311908e5962e151c633c285
45749 Author: Stefan Roese <sr@denx.de>
45750 Date: Sat Mar 1 12:11:40 2008 +0100
45751
45752 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
45753
45754 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
45755 currently 4k/2k is configured. This patch fixes this issue.
45756
45757 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
45758
45759 Signed-off-by: Stefan Roese <sr@denx.de>
45760
45761 commit 118978c8eb43803e2794233922df4249fa278b83
45762 Author: Woodruff, Richard <r-woodruff2@ti.com>
45763 Date: Fri Feb 29 17:34:35 2008 -0600
45764
45765 Fix alignment error on ARM for modules
45766
45767 Fix alignment fault on ARM when running modules. With out an explicit
45768 linker file gcc4.2.1 will half word align __bss_start's value. The word
45769 dereference will crash hello_world.
45770
45771 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
45772
45773 commit ce1120dd703e6f12c59e4eba9962356a0300b832
45774 Author: Dave Liu <r63238@freescale.com>
45775 Date: Fri Feb 29 17:45:31 2008 +0800
45776
45777 fs: Fix ext2 read issue
45778
45779 The ext2 aligned process will corrupt the key
45780 data struct, the patch fix this.
45781
45782 Signed-off-by: Dave Liu <daveliu@freescale.com>
45783
45784 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
45785 Author: Wolfgang Denk <wd@denx.de>
45786 Date: Sun Mar 2 22:45:33 2008 +0100
45787
45788 Makefile: cleanup "clean" target
45789
45790 Make sure CDPATH settings cannot interfere.
45791 Update CHANGELOG.
45792
45793 Signed-off-by: Wolfgang Denk <wd@denx.de>
45794
45795 commit ffda586fc1373243c9794babde69500f6293a8d8
45796 Author: Li Yang <leoli@freescale.com>
45797 Date: Fri Feb 29 11:46:05 2008 +0800
45798
45799 add cscope build target
45800
45801 Add cscope build target to generate cscope database for code browsing.
45802
45803 Signed-off-by: Li Yang <leoli@freescale.com>
45804
45805 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
45806 Author: Kim Phillips <kim.phillips@freescale.com>
45807 Date: Wed Feb 27 15:06:39 2008 -0600
45808
45809 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
45810
45811 erratum 5.6 states the autoneg completion bit is functional only if the
45812 autoneg bit is asserted.
45813
45814 This fixes any secondarily-issued networking commands on non-gigabit
45815 links on the mpc8360 mds board.
45816
45817 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45818
45819 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
45820 Author: John Rigby <jrigby@freescale.com>
45821 Date: Tue Feb 26 09:38:14 2008 -0700
45822
45823 MPC5121e ADS PCI support take 3
45824
45825 Adds PCI support for MPC5121
45826
45827 Tested with drivers/net/rtl8139.c
45828
45829 Support is conditional since PCI on old silicon does not work.
45830
45831 ads5121_PCI_config turns on PCI
45832
45833 In this version, condition compilation of PCI code has been moved
45834 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
45835 suggested by Jean-Christophe PLAGNIOL-VILLARD
45836
45837 Signed-off-by: John Rigby <jrigby@freescale.com>
45838
45839 commit 44b4dbed4133f657705b7c5193209da9978243a7
45840 Author: Anatolij Gustschin <agust@denx.de>
45841 Date: Mon Feb 25 23:53:07 2008 +0100
45842
45843 Fix warnings while compilation of post/drivers/memory.c
45844
45845 Fix warnings while compilation with new gcc in eldk-4.2
45846
45847 Signed-off-by: Anatolij Gustschin <agust@denx.de>
45848
45849 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
45850 Author: Anatolij Gustschin <agust@denx.de>
45851 Date: Mon Feb 25 20:54:04 2008 +0100
45852
45853 ppc4xx: Fix problem in 4xx_enet.c driver
45854
45855 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
45856 enabled. To reproduce the problem ensure that 'ethrotate'
45857 environment variable isn't set to "no" and then run
45858 "tftp 200000 not_existent_file".
45859 This patch tries to fix the issue.
45860
45861 Signed-off-by: Anatolij Gustschin <agust@denx.de>
45862
45863 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
45864 Author: Anatolij Gustschin <agust@denx.de>
45865 Date: Mon Feb 25 20:04:20 2008 +0100
45866
45867 POST: Disable cache while SPR POST
45868
45869 Currently (since commit b2e2142c) u-boot crashes on
45870 sequoia board while SPR test if CONFIG_4xx_DCACHE is
45871 enabled. This patch disables the cache while SPR test.
45872
45873 Signed-off-by: Anatolij Gustschin <agust@denx.de>
45874
45875 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
45876 Author: Martin Krause <martin.krause@tqs.de>
45877 Date: Mon Feb 25 17:52:40 2008 +0100
45878
45879 TQM5200: use automatic fdt memory fixup (part 2)
45880
45881 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
45882 TB5200 and TB5200_B to fixup the /memory node with the memory values
45883 detected by U-Boot.
45884
45885 Signed-off-by: Martin Krause <martin.krause@tqs.de>
45886
45887 commit 44ceec253ea941b301abf4b079d52324def69d92
45888 Author: Martin Krause <martin.krause@tqs.de>
45889 Date: Mon Feb 25 15:17:05 2008 +0100
45890
45891 TQM5200: use automatic fdt memory fixup
45892
45893 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
45894 TB5200 and TB5200_B to fixup the /memory node with the memory values
45895 detected by U-Boot.
45896
45897 Signed-off-by: Martin Krause <martin.krause@tqs.de>
45898
45899 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
45900 Author: Martin Krause <martin.krause@tqs.de>
45901 Date: Mon Feb 25 13:27:52 2008 +0100
45902
45903 TQM5200: fix bug in SDRAM initialization code
45904
45905 This patch fixes a bug in the SDRAM initialization code for the
45906 TQM5200. The hi_addr bit is now set correctly. Without this patch
45907 the hi_addr bit is always set to 1, if the second SDRAM bank is
45908 not populated.
45909
45910 For other MPC5200 boards a correspondig patch has already been applied
45911 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
45912
45913 Signed-off-by: Martin Krause <martin.krause@tqs.de>
45914 --
45915 Forget the first patch please. I confused flash with SDRAM in
45916 the comment ...
45917
45918 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
45919 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45920 Date: Mon Feb 25 00:03:12 2008 +0100
45921
45922 mx1fs2/flash: Fix multiple compiler warnings
45923
45924 "pointer targets in assignment differ in signedness"
45925
45926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45927
45928 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
45929 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45930 Date: Mon Feb 25 00:03:11 2008 +0100
45931
45932 arm-imx: Fix register definitions
45933
45934 Sync register definitions with linux
45935
45936 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45937
45938 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
45939 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45940 Date: Mon Feb 25 00:03:10 2008 +0100
45941
45942 actua1/actua2/actua3: Fix multiple unused variable warnings
45943
45944 - actua1:
45945 actux1.c: In function 'checkboard':
45946 actux1.c:92: warning: unused variable 'revision'
45947
45948 - actua2:
45949 actux2.c: In function 'checkboard':
45950 actux2.c:100: warning: unused variable 's'
45951 actux2.c:99: warning: unused variable 'revision'
45952 actux2.c: In function 'reset_phy':
45953 actux2.c:130: warning: unused variable 'i'
45954
45955 - actua3:
45956 actux3.c: In function 'checkboard':
45957 actux3.c:114: warning: unused variable 'revision'
45958
45959 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45960
45961 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
45962 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45963 Date: Sun Feb 24 11:44:29 2008 +0900
45964
45965 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
45966
45967 The previous patch was lacking of i386, microblaze, nios and nios2. This
45968 patch tries to fix them.
45969
45970 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45971
45972 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
45973 Author: Marian Balakowicz <m8@semihalf.com>
45974 Date: Fri Feb 29 22:22:46 2008 +0100
45975
45976 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
45977
45978 Do not use global fdt blob pointer, calculate blob size from routine
45979 argument blob pointer.
45980
45981 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45982
45983 commit d1cc52879c8966507dad9fb575481e6d3985e64e
45984 Author: David Gibson <david@gibson.dropbear.id.au>
45985 Date: Tue Feb 12 00:58:31 2008 +1100
45986
45987 libfdt: Add and use a node iteration helper function.
45988
45989 This patch adds an fdt_next_node() function which can be used to
45990 iterate through nodes of the tree while keeping track of depth. This
45991 function is used to simplify the iteration code in a lot of other
45992 functions, and is also exported for use by library users.
45993
45994 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
45995
45996 commit 8cf30809a82902a471866d2f07725ce3b8a22291
45997 Author: Bartlomiej Sieka <tur@semihalf.com>
45998 Date: Fri Feb 29 16:00:24 2008 +0100
45999
46000 [new uImage] Add libfdt support to mkimage
46001
46002 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46003
46004 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
46005 Author: Bartlomiej Sieka <tur@semihalf.com>
46006 Date: Fri Feb 29 16:00:23 2008 +0100
46007
46008 [new uImage] Add sha1.o object to mkimage binary build
46009
46010 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46011
46012 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
46013 Author: Marian Balakowicz <m8@semihalf.com>
46014 Date: Fri Feb 29 16:00:06 2008 +0100
46015
46016 [new uImage] Fix component handling for legacy multi component images
46017
46018 Use uint32_t when accessing size table in image_multi_count() and
46019 image_multi_getimg() for multi component images.
46020
46021 Add missing uimage_to_cpu() endianness conversion.
46022
46023 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46024
46025 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
46026 Author: Marian Balakowicz <m8@semihalf.com>
46027 Date: Fri Feb 29 15:59:59 2008 +0100
46028
46029 [new uImage] Share common uImage code between mkimage and U-boot
46030
46031 This patch adds the following common routines:
46032
46033 1) Dedicated mkimage print_header() is replaced with common
46034 image_print_contents()
46035 image_print_contents_noindent()
46036
46037 2) Common os/arch/type/comp fields name <--> id translation routines
46038 genimg_get_os_name()
46039 genimg_get_arch_name()
46040 genimg_get_type_name()
46041 genimg_get_comp_name()
46042 genimg_get_os_id()
46043 genimg_get_arch_id()
46044 genimg_get_type_id()
46045 genimg_get_comp_id()
46046
46047 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46048
46049 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
46050 Author: Marian Balakowicz <m8@semihalf.com>
46051 Date: Fri Feb 29 14:58:34 2008 +0100
46052
46053 [new uImage] Update naming convention for bootm/uImage related code
46054
46055 This patch introduces the following prefix convention for the
46056 image format handling and bootm related code:
46057
46058 genimg_ - dual format shared code
46059 image_ - legacy uImage format specific code
46060 fit_ - new uImage format specific code
46061 boot_ - booting process related code
46062
46063 Related routines are renamed and a few pieces of code are moved around and
46064 re-grouped.
46065
46066 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46067
46068 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
46069 Author: Kumar Gala <galak@kernel.crashing.org>
46070 Date: Wed Feb 27 21:51:51 2008 -0600
46071
46072 [new uImage] Respect autostart setting in linux bootm
46073
46074 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46075 Acked-by: Marian Balakowicz <m8@semihalf.com>
46076
46077 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
46078 Author: Kumar Gala <galak@kernel.crashing.org>
46079 Date: Wed Feb 27 21:51:50 2008 -0600
46080
46081 [new uImage] Provide ability to restrict region used for boot images
46082
46083 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
46084 to restrict what memory range is used for bootm.
46085
46086 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46087 Acked-by: Marian Balakowicz <m8@semihalf.com>
46088
46089 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
46090 Author: Kumar Gala <galak@kernel.crashing.org>
46091 Date: Wed Feb 27 21:51:49 2008 -0600
46092
46093 [new uImage] Use lmb for bootm allocations
46094
46095 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
46096 functions over to using lmb for allocation of the ramdisk, command line
46097 and kernel bd info.
46098
46099 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
46100 tree.
46101
46102 Provided a weak function that board code can call to do additional
46103 lmb reserves if needed.
46104
46105 Also introduce the concept of bootmap_base to specify the offset in
46106 physical memory that the bootmap is located at. This is used for
46107 allocations of the cmdline, kernel bd, and device tree as they should
46108 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
46109
46110 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46111
46112 commit f5614e7926863bf0225ec860d9b319741a9c4004
46113 Author: Kumar Gala <galak@kernel.crashing.org>
46114 Date: Wed Feb 27 21:51:48 2008 -0600
46115
46116 [new uImage] Add autostart flag to bootm_headers structure
46117
46118 The autostart env variable was dropped as part of the initial new uImage
46119 cleanup. Add it back here so the arch specific code can decide if it
46120 wants to really boot or not.
46121
46122 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46123 Acked-by: Marian Balakowicz <m8@semihalf.com>
46124
46125 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
46126 Author: Kumar Gala <galak@kernel.crashing.org>
46127 Date: Wed Feb 27 21:51:47 2008 -0600
46128
46129 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
46130
46131 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
46132 the memory spaces used by various boot images and structures. This code
46133 will allow us to simplify the code in bootm and its support functions.
46134
46135 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46136
46137 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
46138 Author: Kumar Gala <galak@kernel.crashing.org>
46139 Date: Tue Feb 19 22:03:47 2008 -0600
46140
46141 [new uImage] ppc: Allow boards to specify effective amount of memory
46142
46143 For historical reasons we limited the stack to 256M because some boards
46144 could only map that much via BATS. However newer boards are capable of
46145 mapping more memory (for example 85xx is capable of doing up to 2G).
46146
46147 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46148 Acked-by: Marian Balakowicz <m8@semihalf.com>
46149
46150 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
46151 Author: Kumar Gala <galak@kernel.crashing.org>
46152 Date: Wed Feb 27 21:51:46 2008 -0600
46153
46154 [new uImage] rework error handling so common functions don't reset
46155
46156 Changed image_get_ramdisk() to just return NULL on error and have
46157 get_ramdisk() propogate that error to the caller. It's left to the
46158 caller to call do_reset() if it wants to.
46159
46160 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
46161 to a common location. In the future we will change get_fdt() and
46162 fdt_relocate() to return success/failure and not call do_reset() at all.
46163
46164 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46165 Acked-by: Marian Balakowicz <m8@semihalf.com>
46166
46167 commit d2bc095a639672def11d5d043b5688d0dbd692ec
46168 Author: Kumar Gala <galak@kernel.crashing.org>
46169 Date: Wed Feb 27 21:51:45 2008 -0600
46170
46171 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
46172
46173 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
46174 however it does mean we have to go in and fixup the initrd info since
46175 we don't know where it will be.
46176
46177 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46178
46179 commit 27953493ef025fb698d68c5dee39b36f01f4d530
46180 Author: Kumar Gala <galak@kernel.crashing.org>
46181 Date: Wed Feb 27 21:51:44 2008 -0600
46182
46183 [new uImage] ppc: Determine if we are booting an OF style
46184
46185 If we are bootin OF style than we can skip setting up some things
46186 that are used for the old boot method.
46187
46188 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46189 Acked-by: Marian Balakowicz <m8@semihalf.com>
46190
46191 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
46192 Author: Kumar Gala <galak@kernel.crashing.org>
46193 Date: Wed Feb 27 21:51:43 2008 -0600
46194
46195 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
46196
46197 We don't actually need the kdb param as we are just using it to get
46198 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
46199 boot via OF we might not actually fill out a kdb.
46200
46201 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46202 Acked-by: Marian Balakowicz <m8@semihalf.com>
46203
46204 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
46205 Author: Kumar Gala <galak@kernel.crashing.org>
46206 Date: Wed Feb 27 16:30:47 2008 -0600
46207
46208 85xx: Don't icbi when unlocking the cache
46209
46210 There is no reason to icbi when invalidating the temporary stack in
46211 the d-cache. Its impossible on e500 to have the i-cache contain
46212 any addresses in the temp stack and it can be problematic in generating
46213 transactions on the bus to non-valid addresses.
46214
46215 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46216
46217 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
46218 Author: Andy Fleming <afleming@freescale.com>
46219 Date: Wed Feb 27 15:50:50 2008 -0600
46220
46221 Fix source for ECM error IVPR
46222
46223 The source vector for the ECM was being set to 2,
46224 but that's what the source vector for DDR was being
46225 set to. Change it to 1.
46226
46227 Signed-off-by: Andy Fleming <afleming@freescale.com>
46228
46229 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
46230 Author: Andy Fleming <afleming@freescale.com>
46231 Date: Wed Feb 27 14:29:58 2008 -0600
46232
46233 Invalidate INIT_RAM TLB mappings
46234
46235 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
46236 mappings to be unguarded. This collided with an existing "bug"
46237 where the mappings for the INIT_RAM were being kept around.
46238 This meant that speculative loads to those addresses were
46239 succeeding in the TLB, and going out to the bus, where they
46240 were causing an exception (there's nothing at that address). The
46241 Flash code was coincidentally causing such a speculative load.
46242 Rather than go back to mapping the INIT RAM as guarded, we fix
46243 it so that the entries for the INIT_RAM are invalidated. Thus
46244 the speculative loads will fail in the TLB, and have no effect.
46245
46246 Signed-off-by: Andy Fleming <afleming@freescale.com>
46247
46248 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
46249 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46250 Date: Sun Feb 17 22:56:17 2008 +0100
46251
46252 sbc8548: Fix Revision reading and unused variable 'path'
46253
46254 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46255
46256 commit 495d162374c472f46454453553382ad0735dc725
46257 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46258 Date: Sun Feb 17 22:56:16 2008 +0100
46259
46260 sbc8548: Fix cfi flash bank declaration
46261
46262 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46263
46264 commit 4efbe9dbb129f857f27856936112c8c02f016be6
46265 Author: Marian Balakowicz <m8@semihalf.com>
46266 Date: Wed Feb 27 11:02:26 2008 +0100
46267
46268 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
46269
46270 Dual format image code must properly handle all three FDT passing methods:
46271 - raw FDT blob passed
46272 - FDT blob embedded in the legacy uImage
46273 - FDT blob embedded in the new uImage
46274
46275 This patch enables proper raw FDT handling when no FIT imaeg support
46276 is compiled in. This is a bit tricky as we must dected FIT format even
46277 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
46278 blobs use tha same low level format (libfdt).
46279
46280 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46281
46282 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
46283 Author: Marian Balakowicz <m8@semihalf.com>
46284 Date: Wed Feb 27 11:02:26 2008 +0100
46285
46286 [new uImage] POWERPC: Add image_get_fdt() routine
46287
46288 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
46289 (3) or embedded in the new uImage. For the (2) case embedding image must be
46290 verified before we get FDT from it. This patch factors out legacy image
46291 specific verification routine to the separate helper routine.
46292
46293 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46294 Acked-by: Kumar Gala <galak@kernel.crashing.org>
46295
46296 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
46297 Author: Marian Balakowicz <m8@semihalf.com>
46298 Date: Wed Feb 27 11:02:07 2008 +0100
46299
46300 [new uImage] Add image_get_kernel() routine
46301
46302 Legacy image specific verification is factored out to a separate helper
46303 routine to keep get_kernel() generic and simple.
46304
46305 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46306 Acked-by: Kumar Gala <galak@kernel.crashing.org>
46307
46308 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
46309 Author: Marian Balakowicz <m8@semihalf.com>
46310 Date: Wed Feb 27 11:01:04 2008 +0100
46311
46312 [new uImage] Move image verify flag to bootm_headers structure
46313
46314 Do not pass image verification flag directly to related routines.
46315 Simplify argument passing and move it to the bootm_header structure which
46316 contains curently processed image specific data and is already being passed
46317 on the argument list.
46318
46319 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46320 Acked-by: Kumar Gala <galak@kernel.crashing.org>
46321
46322 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
46323 Author: Marian Balakowicz <m8@semihalf.com>
46324 Date: Wed Feb 27 11:00:47 2008 +0100
46325
46326 [Makefile] Sort COBJS in lib_<arch> Makefiles
46327
46328 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46329
46330 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
46331 Author: Marian Balakowicz <m8@semihalf.com>
46332 Date: Wed Feb 27 11:00:47 2008 +0100
46333
46334 [new uImage] Optimize gen_get_image() flow control
46335
46336 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
46337 to do, update its control flow to better reflect that simple case.
46338
46339 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46340 Acked-by: Kumar Gala <galak@kernel.crashing.org>
46341
46342 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
46343 Author: Marian Balakowicz <m8@semihalf.com>
46344 Date: Mon Feb 4 08:28:17 2008 +0100
46345
46346 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
46347
46348 PPC specific FDT blob handling code is divided into two separate routines:
46349
46350 get_fdt() - find and verify a FDT blob (either raw or image embedded)
46351 fdt_relocate() - move FDT blob to within BOOTMAP if needed
46352
46353 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46354 Acked-by: Kumar Gala <galak@kernel.crashing.org>
46355
46356 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
46357 Author: Jon Loeliger <jdl@freescale.com>
46358 Date: Mon Feb 25 13:13:37 2008 -0600
46359
46360 86xx: Fix renamed GUR symbols in sbc8641d board.
46361
46362 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
46363 (86xx: Fix GUR PCI config registers properly), we should have
46364 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
46365 symbols in the sbc8641d board as well. Fix this oversight.
46366
46367 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46368
46369 commit 64cd594e623c39f73964d18787763e4533f791f7
46370 Author: Stefan Roese <sr@denx.de>
46371 Date: Mon Feb 25 16:50:48 2008 +0100
46372
46373 ppc4xx: Fix acadia_nand build problem
46374
46375 Don't include testdram() on NAND-booting target acadia_nand. This saves
46376 a few bytes and makes the target build clean again.
46377
46378 Signed-off-by: Stefan Roese <sr@denx.de>
46379
46380 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
46381 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46382 Date: Sun Feb 24 23:03:12 2008 +0000
46383
46384 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
46385
46386 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46387
46388 commit 724902c8464e610642b3a170278b99710325888e
46389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46390 Date: Sun Feb 24 23:03:11 2008 +0000
46391
46392 arm-imx: Fix registers definition
46393
46394 Sync registers definition with linux
46395
46396 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46397
46398 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
46399 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46400 Date: Sun Feb 24 23:03:10 2008 +0000
46401
46402 actua1/actua2/actua3: Fix multipleunused variable
46403
46404 - actua1:
46405 actux1.c: In function 'checkboard':
46406 actux1.c:92: warning: unused variable 'revision'
46407
46408 - actua2:
46409 actux2.c: In function 'checkboard':
46410 actux2.c:100: warning: unused variable 's'
46411 actux2.c:99: warning: unused variable 'revision'
46412 actux2.c: In function 'reset_phy':
46413 actux2.c:130: warning: unused variable 'i'
46414
46415 - actua3:
46416 actux3.c: In function 'checkboard':
46417 actux3.c:114: warning: unused variable 'revision'
46418
46419 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46420
46421 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
46422 Author: Marian Balakowicz <m8@semihalf.com>
46423 Date: Mon Feb 4 08:28:09 2008 +0100
46424
46425 [new uImage] Add dual format uImage support framework
46426
46427 This patch adds framework for dual format images. Format detection is added
46428 and the bootm controll flow is updated to include cases for new FIT format
46429 uImages.
46430
46431 When the legacy (image_header based) format is detected appropriate
46432 legacy specific handling is invoked. For the new (FIT based) format uImages
46433 dual boot framework has a minial support, that will only print out a
46434 corresponding debug messages. Implementation of the FIT specific handling will
46435 be added in following patches.
46436
46437 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46438
46439 commit b29661fc1151077776454288051bc9a488351ce8
46440 Author: Wolfgang Denk <wd@denx.de>
46441 Date: Sun Feb 24 15:21:36 2008 +0100
46442
46443 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
46444
46445 Signed-off-by: Wolfgang Denk <wd@denx.de>
46446
46447 commit 00b48a48424894daa589d166d73277830b1c6ac4
46448 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46449 Date: Sat Feb 23 12:15:56 2008 +0100
46450
46451 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
46452
46453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46454
46455 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
46456 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46457 Date: Sat Feb 23 17:24:16 2008 +0900
46458
46459 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
46460
46461 ----------------------------------------------------------------
46462 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
46463
46464 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
46465 32bit targets.
46466
46467 GCC can be made to warn about usage of long long types with ISO C90
46468 (-ansi), but only with -pedantic. You can write this in a way that even
46469 then it doesn't cause warnings, namely by:
46470
46471 #ifdef __GNUC__
46472 __extension__ typedef __signed__ long long __s64;
46473 __extension__ typedef unsigned long long __u64;
46474 #endif
46475
46476 The __extension__ keyword in front of this switches off any pedantic
46477 warnings for this expression.
46478
46479 Signed-off-by: Olaf Hering <olh@suse.de>
46480 Cc: <linux-arch@vger.kernel.org>
46481 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
46482 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
46483 ----------------------------------------------------------------
46484
46485 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46486
46487 commit 208acd112e6517b21fc30c420396902b103563ac
46488 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46489 Date: Sat Feb 23 17:07:57 2008 +0900
46490
46491 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
46492
46493 This will reduce the build time.
46494
46495 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46496
46497 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
46498 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46499 Date: Sat Feb 23 17:05:00 2008 +0900
46500
46501 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
46502
46503 This will reduce the build time.
46504
46505 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46506
46507 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
46508 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46509 Date: Sat Feb 23 16:58:41 2008 +0900
46510
46511 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
46512
46513 This reduces the build time by ~10%. Here's the gth2_config example.
46514
46515 BEFORE AFTER
46516 real 0m31.441s 0m27.833s
46517 user 0m24.766s 0m23.045s
46518 sys 0m10.425s 0m7.468s
46519
46520 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46521
46522 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
46523 Author: Marcel Moolenaar <marcelm@juniper.net>
46524 Date: Fri Feb 22 10:48:07 2008 -0800
46525
46526 make define2mk.sed work on FreeBSD
46527
46528 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
46529 the define2mk.sed script was identified as the source of the link
46530 failure on FreeBSD. The problem is that sed(1) does not always support
46531 the '+' operator. It isn't on FreeBSD. The attach patch implements the
46532 equivalent, using the '*' operator instead and should work everywhere.
46533
46534 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
46535
46536 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
46537 Author: Detlev Zundel <dzu@denx.de>
46538 Date: Fri Feb 22 17:21:32 2008 +0100
46539
46540 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
46541
46542 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
46543 final traces of long-deprecated "ramdisk" kernel parm") makes these
46544 changes neccessary.
46545
46546 Signed-off-by: Detlev Zundel <dzu@denx.de>
46547
46548 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
46549 Author: Larry Johnson <lrj@acm.org>
46550 Date: Thu Feb 21 13:58:16 2008 -0500
46551
46552 LM75 bug fix for negative temperatures
46553
46554 When the LM75 temperature sensor measures a temperature below 0 C, the
46555 current driver does not perform sign extension, so the result returned is
46556 256 C too high. This patch fixes the problem.
46557
46558 Signed-off-by: Larry Johnson <lrj@acm.org>
46559
46560 commit 5a910c224b13e413bda41922379add6d75c32da3
46561 Author: Heiko Schocher <hs@denx.de>
46562 Date: Thu Feb 21 18:33:45 2008 +0100
46563
46564 IDS8247: update MAINTAINER entry.
46565
46566 Signed-off-by: Heiko Schocher <hs@denx.de>
46567
46568 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
46569 Author: Heiko Schocher <hs@denx.de>
46570 Date: Thu Feb 21 18:31:15 2008 +0100
46571
46572 Fix device tree for mgsuvd board.
46573
46574 Rename the "scc" node in "ethernet" for the mgsuvd board.
46575
46576 Signed-off-by: Heiko Schocher <hs@denx.de>
46577
46578 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
46579 Author: Yuri Tikhonov <yur@emcraft.com>
46580 Date: Thu Feb 21 14:23:42 2008 +0100
46581
46582 lwmon5: enable hardware watchdog
46583
46584 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
46585 causing it to reboot the board if U-Boot does a long busy-wait with
46586 udelay(). Thus, for these boards we have to restart WD more
46587 frequently.
46588
46589 This patch splits the busy-wait udelay() into smaller, predefined,
46590 intervals, so that the watchdog timer may be resetted with the
46591 configurable (CONFIG_WD_PERIOD) interval.
46592
46593 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
46594
46595 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
46596 Author: Anatolij Gustschin <agust@denx.de>
46597 Date: Thu Feb 21 12:52:29 2008 +0100
46598
46599 ppc4xx: Support for ATI Radeon 9200 card on sequoia
46600
46601 Adds configuration option for ATI Radeon 9200 card
46602 support to sequoia config file. If CONFIG_VIDEO
46603 is enabled, TEXT_BASE should be changed to 0xFFF80000.
46604
46605 Signed-off-by: Anatolij Gustschin <agust@denx.de>
46606
46607 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
46608 Author: Kumar Gala <galak@kernel.crashing.org>
46609 Date: Mon Feb 18 08:18:07 2008 -0600
46610
46611 Remove duplicate defines for ARRAY_SIZE
46612
46613 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
46614 the define in common.h.
46615
46616 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46617
46618 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
46619 Author: Kumar Gala <galak@kernel.crashing.org>
46620 Date: Mon Feb 18 08:09:37 2008 -0600
46621
46622 ppc: Allow boards to specify effective amount of memory
46623
46624 For historical reasons we limited the stack to 256M because some boards
46625 could only map that much via BATS. However newer boards are capable of
46626 mapping more memory (for example 85xx is capable of doing up to 2G).
46627
46628 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46629
46630 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
46631 Author: Mike Frysinger <vapier@gentoo.org>
46632 Date: Mon Feb 18 05:24:13 2008 -0500
46633
46634 include autoconf.mk before any other .mk files
46635
46636 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
46637 those .mk files can have make if statements based on the current config.
46638
46639 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46640
46641 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
46642 Author: Mike Frysinger <vapier@gentoo.org>
46643 Date: Mon Feb 18 05:10:07 2008 -0500
46644
46645 error check autoconf.mk generation
46646
46647 If any of the steps for generating autoconf.mk fail currently, they go
46648 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
46649 This is simpler and more robust than placing '|| exit $$?' after every line.
46650
46651 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46652
46653 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
46654 Author: Stefano Babic <sbabic@denx.de>
46655 Date: Mon Feb 18 08:03:51 2008 +0100
46656
46657 Fix bug in dependency checking
46658
46659 By adding VERSION_FILE to the PHONY targets the script
46660 /tools/setlocalversion is always called and version_autogenerated.h
46661 is replaced only if the script find a modified source file.
46662
46663 Signed-off-by: Stefano Babic <sbabic@denx.de>
46664
46665 commit 98ba144ccc912eee90dd42699f023c497ce774c6
46666 Author: Kyungmin Park <kmpark@infradead.org>
46667 Date: Mon Feb 18 14:35:43 2008 +0900
46668
46669 Fix GPMC CS2 memory setup at apollon
46670
46671 It disables the current map first
46672
46673 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
46674
46675 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
46676 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46677 Date: Sun Feb 17 23:52:46 2008 +0100
46678
46679 uli526x: Fix multiple differ in signedness and parentheses around comparison
46680
46681 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46682
46683 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
46684 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46685 Date: Sun Feb 17 16:58:04 2008 +0100
46686
46687 MIPS: Fix CFG_NO_FLASH support
46688
46689 - Fix flash_init call when CFG_NO_FLASH is used
46690 - Remove no more needed flash.c for qemu-mips
46691
46692 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46693
46694 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
46695 Author: Mike Frysinger <vapier@gentoo.org>
46696 Date: Sat Feb 16 02:40:18 2008 -0500
46697
46698 easylogo: clean up some more and add -r (rgb) support
46699
46700 Michael Hennerich added support for outputting an image in RGB format rather
46701 than forcing YUYV all the time. This makes obvious sense if the display you
46702 have takes RGB input rather than YUYV.
46703
46704 Rather than hack in support for options, I've converted it to use getopt and
46705 cleaned up the argument parsing in the process.
46706
46707 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
46708 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46709
46710 commit f65c98129ccada3f7caf97d80395a95b84e911de
46711 Author: Mike Frysinger <vapier@gentoo.org>
46712 Date: Sat Feb 16 02:12:37 2008 -0500
46713
46714 Makefile: add target for $(LDSCRIPT)
46715
46716 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
46717 then change into the board directory and try and create it. This allows you
46718 to generate the linker script on the fly based upon board defines (like the
46719 Blackfin boards do).
46720
46721 There should be no regressions due to this change as the normal case is to
46722 already have a u-boot.lds file. If that's the case, then there's nothing to
46723 generate, and so make will always exit. The fix here is that if the linker
46724 script does not exist, the implicit rules take over and attempt to guess how
46725 to generate the file.
46726
46727 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46728
46729 commit 5583cbf736474ef754e128a54fb78632f57b48fd
46730 Author: Marian Balakowicz <m8@semihalf.com>
46731 Date: Thu Feb 21 17:27:49 2008 +0100
46732
46733 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
46734
46735 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46736
46737 commit 2242f5369822bc7780db95c47985bb408ea9157b
46738 Author: Marian Balakowicz <m8@semihalf.com>
46739 Date: Thu Feb 21 17:27:41 2008 +0100
46740
46741 [new uImage] Rename and move print_image_hdr() routine
46742
46743 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46744
46745 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
46746 Author: Marian Balakowicz <m8@semihalf.com>
46747 Date: Thu Feb 21 17:20:20 2008 +0100
46748
46749 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
46750
46751 Introducing routines for parsing new uImage format bootm arguments:
46752 [<addr>]#<conf> - configuration specification
46753 [<addr>]:<subimg> - subimage specification
46754
46755 New format images can contain multiple subimages of the same type. For example
46756 a single new format image file can contain three kernels, two ramdisks and a
46757 couple of FDT blobs. Subimage and configuration specifications are extensions
46758 to bootm (and other image-related commands) arguments' syntax that allow to
46759 specify which particular subimage should be operated on.
46760
46761 Subimage specification is used to denote a particular subimage. Configurations
46762 are a bit more complex -- they are used to define a particualr booting setup,
46763 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
46764 etc.
46765
46766 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46767
46768 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
46769 Author: Marian Balakowicz <m8@semihalf.com>
46770 Date: Thu Feb 21 17:20:19 2008 +0100
46771
46772 [new uImage] Add gen_get_image() routine
46773
46774 This routine assures that image (whether legacy or FIT) is not
46775 in a special dataflash storage.
46776
46777 If image address is a dataflash address image is moved to system RAM.
46778
46779 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46780
46781 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
46782 Author: Marian Balakowicz <m8@semihalf.com>
46783 Date: Thu Feb 21 17:20:18 2008 +0100
46784
46785 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
46786
46787 New uImage format (Flattened Image Tree) requires libfdt
46788 functionality, print out error message if CONFIG_OF_LIBFDT
46789 is not defined.
46790
46791 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
46792 This commit turns it on by default.
46793
46794 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46795
46796 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
46797 Author: Michael Schwingen <michael@schwingen.org>
46798 Date: Mon Feb 18 23:16:35 2008 +0100
46799
46800 CFI: Do not use uninitialized cmd_reset
46801
46802 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
46803 commands instead
46804
46805 From a short test, it looks like AMD-style flash roms treat *any* unknown
46806 command write as a reset, at least when in CFI Query mode, so issuing the
46807 Intel reset command to AMD-style flashs seems safe (from the small sample I
46808 have), plus the 3-cycle magic sequence should kick the state machine into
46809 the right state even without a reset command. Since the AMD-style flashs
46810 require the unlock sequence for real operation, I chose to try the AMD reset
46811 command first, so that Intel flashs do no see an invalid command prior to
46812 the CFI query.
46813
46814 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
46815 plus Intel StrataFlash.
46816
46817 Signed-off-by: Michael Schwingen <michael@schwingen.org>
46818 Signed-off-by: Stefan Roese <sr@denx.de>
46819
46820 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
46821 Author: Rafal Jaworowski <raj@semihalf.com>
46822 Date: Thu Feb 21 11:56:44 2008 +0100
46823
46824 API: Add (c) and licensing notice to the public API header.
46825
46826 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
46827
46828 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
46829 Author: Yuri Tikhonov <yur@emcraft.com>
46830 Date: Thu Feb 21 11:06:07 2008 +0100
46831
46832 Fix CPU POST test failure
46833
46834 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
46835 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
46836 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
46837 This patch just saves the CR value before running the test code, so allowing
46838 it to do anything it wants with CR.
46839
46840 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
46841 Acked-by: Yuri Tikhonov <yur@emcraft.com>
46842 --
46843
46844 commit d5908b093955415f3d340706378b991f911af671
46845 Author: Jon Loeliger <jdl@freescale.com>
46846 Date: Wed Feb 20 15:26:51 2008 -0600
46847
46848 8610HPCD: Document the flashbank selection switches.
46849
46850 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46851
46852 commit a551cee99ad1d1da20fd23ad265de47448852f56
46853 Author: Jon Loeliger <jdl@freescale.com>
46854 Date: Wed Feb 20 14:22:26 2008 -0600
46855
46856 86xx: Fix GUR PCI config registers properly.
46857
46858 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
46859 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
46860 botched it due to not realizing that 8610 and 8641 had different
46861 Global Utility Register defintions, one of which was like 85xx,
46862 and the other wasn't. Correct this problem by introducing two
46863 symbols, one for each 86xx SoC, but neither of which is named
46864 anything like 85xx.
46865
46866 My bad. Lovely Wednesday with git bisect. You know.
46867
46868 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46869
46870 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
46871 Author: Jon Loeliger <jdl@freescale.com>
46872 Date: Wed Feb 20 12:24:11 2008 -0600
46873
46874 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
46875
46876 Without an actual supported video card hooked up, enabling
46877 the CONFIG_VIDEO by default just makes it look broken by
46878 routing all console output to the video card. Don't.
46879
46880 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46881
46882 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
46883 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46884 Date: Wed Jan 30 15:08:15 2008 -0600
46885
46886 ColdFire: Fix missing code flash size for M5485EVB
46887
46888 Signed-off-by: James Mahan <kmahan@freescale.com>
46889 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46890
46891 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
46892 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46893 Date: Wed Jan 30 15:04:42 2008 -0600
46894
46895 ColdFire: Fix 5282 and 5271 interrupt mask bit
46896
46897 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46898
46899 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
46900 Author: Jon Loeliger <jdl@freescale.com>
46901 Date: Tue Feb 19 12:31:08 2008 -0600
46902
46903 8610HPCD: Fix typos in two PCI setup registers.
46904
46905 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
46906 were erroneously present as 85xx names and values, leftover from
46907 the clone wars. Fix this by removing the 85xx cruft from the
46908 86xx codebase.
46909
46910 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46911
46912 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
46913 Author: Jon Loeliger <jdl@freescale.com>
46914 Date: Mon Feb 18 14:01:56 2008 -0600
46915
46916 86xx: Convert sbc8641d to use libfdt.
46917
46918 This is the proper fix for a missing closing brace in the function
46919 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
46920 The ft_cpu_setup() function in mpc8641hpcn.c should have been
46921 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
46922 but was missed. Only, the sbc8641d was nominally still using it.
46923 It all got ripped out, and the funcality that was in ft_board_setup()
46924 was refactored to remove the CPU portions into the new file
46925 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
46926
46927 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
46928
46929 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46930
46931 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
46932 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46933 Date: Sun Feb 17 23:35:31 2008 +0100
46934
46935 mpc86xx: Fix unused variable 'config' and 'immap'
46936
46937 and remove useless CONFIG_DDR_INTERLEAVE
46938
46939 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46940
46941 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
46942 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46943 Date: Sun Feb 17 23:03:36 2008 +0100
46944
46945 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
46946
46947 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46948
46949 commit b6f29c84c208a091f95a10cbc9852d729659ba20
46950 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46951 Date: Sun Feb 17 14:15:31 2008 +0100
46952
46953 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
46954
46955 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46956
46957 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
46958 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46959 Date: Sun Feb 17 14:15:32 2008 +0100
46960
46961 pxa: fix assignment from incompatible pointer type
46962
46963 fix mmc_bread function prototype
46964
46965 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46966
46967 commit 64d792063fff90b8118179b092feee09fe5cae13
46968 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46969 Date: Sun Feb 17 14:15:30 2008 +0100
46970
46971 at91cap9adk: fix implicit declaration of function 'eth_init'
46972
46973 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46974
46975 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
46976 Author: Wolfgang Denk <wd@denx.de>
46977 Date: Sun Feb 17 15:43:44 2008 +0100
46978
46979 Remove files added by mistake, update CHANGELOG.
46980
46981 Signed-off-by: Wolfgang Denk <wd@denx.de>
46982
46983 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
46984 Author: Mike Nuss <mike@terascala.com>
46985 Date: Wed Feb 6 11:10:11 2008 -0500
46986
46987 PPC440EPx: Optionally enable second I2C bus
46988
46989 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
46990 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
46991 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
46992
46993 Signed-off-by: Mike Nuss <mike@terascala.com>
46994 Cc: Stefan Roese <sr@denx.de>
46995
46996 commit ef5b4f221c22d05770878513951745f236b5b43f
46997 Author: Niklaus Giger <niklaus.giger@netstal.com>
46998 Date: Tue Feb 5 10:26:44 2008 +0100
46999
47000 ppc4xx: HCU4/5. Cleanup configs
47001
47002 - hcu4.h: Removed define of CONFIG_PPC405GPr
47003 - Corrected phy addresses
47004 - Fix boot variables
47005 - Respect line length of 80 chars
47006
47007 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47008
47009 commit 74973126d1be63ac75bdc192f46234dca3a7c421
47010 Author: Niklaus Giger <niklaus.giger@netstal.com>
47011 Date: Tue Feb 5 11:31:28 2008 +0100
47012
47013 ppc4xx: HCU4/5. Cleanups
47014
47015 - Fix some coding style violations.
47016 - Use in/out_u16/32 where appropriate.
47017 - Use register names from ppc405.h.
47018 - Fix trace useage for Lauterbach.
47019 - Remove obsolete generation HCU2.
47020 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
47021
47022 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47023
47024 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
47025 Author: Niklaus Giger <niklaus.giger@netstal.com>
47026 Date: Tue Feb 5 10:26:41 2008 +0100
47027
47028 ppc4xx: PPC405GPr fix missing register definitions
47029
47030 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47031
47032 commit 214398d9cb22268d9d4f7563359edca0f78297a2
47033 Author: Larry Johnson <lrj@acm.org>
47034 Date: Fri Jan 18 21:49:05 2008 -0500
47035
47036 ppc4xx: Beautify configuration files for Sequoia and Korat boards
47037
47038 Signed-off-by: Larry Johnson <lrj@acm.org>
47039
47040 commit 30c6a241e88499f536e86d325759e29ba00ff67f
47041 Author: Anatolij Gustschin <agust@denx.de>
47042 Date: Fri Feb 15 20:09:01 2008 +0100
47043
47044 Wipe out assembler warnings while compiling x86 biosemu
47045
47046 This patch tries to get rid of some assembler warnings about
47047 changed .got2 section type while compiling x86 bios emulator
47048 code.
47049
47050 Signed-off-by: Anatolij Gustschin <agust@denx.de>
47051
47052 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
47053 Author: Wolfgang Denk <wd@denx.de>
47054 Date: Fri Feb 15 00:57:09 2008 +0100
47055
47056 Prepare v1.3.2-rc1 release candidate
47057
47058 commit f33e9653c9c09868995d788511d573771c209fe5
47059 Author: Anatolij Gustschin <agust@denx.de>
47060 Date: Fri Feb 15 00:13:20 2008 +0100
47061
47062 Fix compile warning on lib_ppc/board.c
47063
47064 Signed-off-by: Anatolij Gustschin <agust@denx.de>
47065
47066 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
47067 Author: Anatolij Gustschin <agust@denx.de>
47068 Date: Thu Feb 14 18:22:04 2008 +0100
47069
47070 Add Radeon Mobility 9200 pci device id to the radeon driver
47071
47072 This patch extends PCI device id table of the
47073 radeon driver so that the driver will also support
47074 Radeon Mobility 9200 (M9+) based boards.
47075
47076 Signed-off-by: Anatolij Gustschin <agust@denx.de>
47077
47078 commit 1b8607e1f7143548c6062c28371449ec69588c00
47079 Author: Anatolij Gustschin <agust@denx.de>
47080 Date: Thu Feb 14 18:19:50 2008 +0100
47081
47082 Extend ATI Radeon driver to support more video modes
47083
47084 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
47085 800x600, 640x480 at 24, 16 and 8 bpp.
47086
47087 Signed-off-by: Anatolij Gustschin <agust@denx.de>
47088
47089 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
47090 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47091 Date: Sun Feb 10 17:05:20 2008 +0100
47092
47093 xsengine: fix typo and few coding style
47094
47095 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47096
47097 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
47098 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
47099 Date: Fri Feb 8 21:25:58 2008 +0100
47100
47101 Fix wrong memory limit calculation in memory-test
47102
47103 If the length of the memory address range passed to the "mtest" command is
47104 not of the form 2^x - 1, not all address lines are tested. This bug is
47105 inherited from the original software at
47106 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
47107 this.
47108
47109 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
47110
47111 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
47112 Author: Wolfgang Denk <wd@denx.de>
47113 Date: Fri Feb 15 00:11:39 2008 +0100
47114
47115 Coding STyle cleanup.
47116
47117 Signed-off-by: Wolfgang Denk <wd@denx.de>
47118
47119 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
47120 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47121 Date: Tue Feb 5 13:30:43 2008 +0900
47122
47123 sh: Fix register address of SH7722
47124
47125 The address of SH7722 is wrong by old document.
47126 This patch fixes this problem.
47127
47128 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47129
47130 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
47131 Author: Mike Frysinger <vapier@gentoo.org>
47132 Date: Mon Feb 4 17:44:23 2008 -0500
47133
47134 only update version header as needed
47135
47136 Constantly rebuilding the version header will force useless relinking, so we
47137 simply need to compare the new header with the existing one before updating
47138 it.
47139
47140 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47141
47142 commit 208447f8e953f347425eb92c8e28d59e6d911363
47143 Author: Mike Frysinger <vapier@gentoo.org>
47144 Date: Mon Jan 28 05:56:19 2008 -0500
47145
47146 Do not specify a CROSS_COMPILE default when executing size
47147
47148 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47149
47150 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
47151 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
47152 Date: Wed Feb 13 11:19:19 2008 +0100
47153
47154 Fix return value of mtest when CFG_ALT_MEMTEST set
47155
47156 Fix a missing return statement from a non-void function.
47157
47158 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
47159
47160 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
47161 Author: Timur Tabi <timur@freescale.com>
47162 Date: Wed Jan 9 14:35:26 2008 -0600
47163
47164 85xx, 86xx: Determine I2C clock frequencies and store in global_data
47165
47166 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
47167
47168 Update the get_clocks() function in 85xx and 86xx to determine the I2C
47169 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
47170
47171 Signed-off-by: Timur Tabi <timur@freescale.com>
47172
47173 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
47174 Author: Wolfgang Denk <wd@denx.de>
47175 Date: Thu Feb 14 23:18:01 2008 +0100
47176
47177 TQM834x: clean up configuration
47178
47179 Get board name consistent with Linux and elsewhere;
47180 get rid of local network definitions etc.
47181
47182 Signed-off-by: Wolfgang Denk <wd@denx.de>
47183
47184 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
47185 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47186 Date: Thu Feb 14 08:02:12 2008 +0100
47187
47188 TFTP: fix search of ':' in BootFile
47189
47190 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47191
47192 commit 0bc9efada170096c6b273f19165e32936d330d80
47193 Author: Wolfgang Denk <wd@denx.de>
47194 Date: Thu Feb 14 22:46:55 2008 +0100
47195
47196 Coding style cleanup; update CHANGELOG.
47197
47198 Signed-off-by: Wolfgang Denk <wd@denx.de>
47199
47200 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
47201 Author: Wolfgang Denk <wd@denx.de>
47202 Date: Thu Feb 14 22:43:22 2008 +0100
47203
47204 PPC: Use r2 instead of r29 as global data pointer
47205
47206 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
47207 will refuse to use load/store multiple insns; instead, it issues a
47208 list of simple load/store instructions upon function entry and exit,
47209 resulting in bigger code size, which in turn makes the build for a
47210 few boards fail.
47211
47212 Use r2 instead.
47213
47214 Signed-off-by: Wolfgang Denk <wd@denx.de>
47215
47216 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
47217 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
47218 Date: Wed Jan 30 09:08:49 2008 +0100
47219
47220 ARM: make the machid configurable via the environment
47221
47222 If the variable "machid" exists, let do_bootm_linux use that instead
47223 of bd->bi_arch_number.
47224
47225 Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
47226
47227 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
47228 Author: Vlad Lungu <vlad@comsys.ro>
47229 Date: Wed Jan 23 16:34:46 2008 +0200
47230
47231 Use #ifdef CONFIG_FSLDMAFEC
47232
47233 MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
47234 fails
47235
47236 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
47237
47238 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
47239 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47240 Date: Sat Jan 19 10:25:59 2008 +0900
47241
47242 common/miiphyutil.c: Cleanup MII_DEBUG and debug()
47243
47244 Current MII_DEBUG is confusing in two ways. One is useless define-then-
47245 undef at the top of the file. The other is there is only one debug() in
47246 this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
47247 While there are many useful printf()/puts() debug codes, but they are for
47248 DEBUG, not for MII_DEBUG.
47249
47250 This patch tries to put them all together into MII_DEBUG and debug().
47251
47252 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47253
47254 commit 751b9b5189f3274b03c809172631316d6b002c82
47255 Author: Kyungmin Park <kmpark@infradead.org>
47256 Date: Thu Jan 17 16:43:25 2008 +0900
47257
47258 OneNAND Initial Program Loader (IPL) support
47259
47260 This patch enables the OneNAND boot within U-Boot.
47261 Before this work, we used another OneNAND IPL called X-Loader based
47262 on open source. With this work, we can build the oneboot.bin image
47263 without other program.
47264
47265 The build sequence is simple.
47266 First, it compiles the u-boot.bin
47267 Second, it compiles OneNAND IPL
47268 Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
47269 The mechanism is similar with NAND boot except it boots from itself.
47270
47271 Another thing is that you can only use the OneNAND IPL only to work
47272 other bootloader such as RedBoot and so on.
47273
47274 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
47275
47276 commit 21f6f9636f0e978397548751347425fbf8d42bb3
47277 Author: Andy Fleming <afleming@freescale.com>
47278 Date: Wed Jan 16 13:06:59 2008 -0600
47279
47280 Fix CONFIG_MMC usage in fat code
47281
47282 A #if statement in fat.c depended on CONFIG_MMC, instead of
47283 defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined
47284 as "1" rather than just defined. Now it's better.
47285
47286 Signed-off-by: Andy Fleming <afleming@freescale.com>
47287
47288 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
47289 Author: Rafal Jaworowski <raj@semihalf.com>
47290 Date: Tue Jan 15 12:52:31 2008 +0100
47291
47292 ppc: Refactor cache routines, so there is only one common set.
47293
47294 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
47295
47296 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
47297 Author: Jon Loeliger <jdl@jdl.com>
47298 Date: Wed Jan 23 15:55:02 2008 -0600
47299
47300 86xx: Fix compilation warning in sys_eprom.c
47301
47302 sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
47303
47304 Signed-off-by: Jon Loeliger <jdl@freescale.com>
47305
47306 commit 65230107025733e89e28fd5e5cfd916d4953c28a
47307 Author: Haavard Skinnemoen <hskinnemoen at>
47308 Date: Fri Feb 22 11:40:50 2008 +0000
47309
47310 Move AT91RM9200DK board support under board/atmel
47311
47312 We already have a vendor subdir for Atmel, so we should use it.
47313
47314 Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
47315
47316 commit 6d0943a6be99977d6d853d51749e9963d68eb192
47317 Author: Andreas Engel <andreas.engel@ericsson.com>
47318 Date: Mon Jan 14 09:06:52 2008 +0000
47319
47320 ARM: cleanup duplicated exception handlingcode
47321
47322 Move duplicated exception handling code into lib_arm.
47323
47324 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
47325
47326 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
47327 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
47328 Date: Fri Feb 1 10:09:03 2008 +0000
47329
47330 Support for Artila M-501 starter kit
47331
47332 Kimmo Leppala / Sysart and
47333 Timo Tuunainen / Sysart
47334
47335 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
47336 Author: Stelian Pop <stelian@popies.net>
47337 Date: Mon Feb 11 10:50:19 2008 +0000
47338
47339 AT91CAP9 support
47340
47341 ---------------------------------
47342
47343 read_dataflash() takes a signed char pointer as a parameter. Silence a
47344 few warnings dues to incorrect parameter types in env_dataflash.c.
47345
47346 Signed-off-by: Stelian Pop <stelian@popies.net>
47347
47348 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
47349 Author: Stelian Pop <stelian@popies.net>
47350 Date: Thu Feb 7 09:42:57 2008 +0000
47351
47352 AT91CAP9 support : move board files to Atmel vendor directory.
47353
47354 AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
47355
47356 Signed-off-by: Stelian Pop <stelian@popies.net>
47357
47358 commit 7263ef191b87da94768f762c7093bedeb70db98f
47359 Author: Stelian Pop <stelian at>
47360 Date: Thu Jan 3 21:15:56 2008 +0000
47361
47362 AT91CAP9 support : MACB changes
47363
47364 Signed-off-by: Stelian Pop <stelian <at> popies.net>
47365 Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
47366
47367 commit 6afcabf11d7321850f4feaadfee841488ace54c5
47368 Author: Stelian Pop <stelian@popies.net>
47369 Date: Thu Feb 7 16:37:54 2008 +0000
47370
47371 AT91CAP9 support : board/ files
47372
47373 Signed-off-by: Stelian Pop <stelian@popies.net>
47374
47375 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
47376 Author: Stelian Pop <stelian at>
47377 Date: Wed Jan 30 21:15:54 2008 +0000
47378
47379 AT91CAP9 support : cpu/ files
47380
47381 Signed-off-by: Stelian Pop <stelian <at> popies.net>
47382
47383 commit fa506a926cec348805143576c941f8e61b333cc0
47384 Author: Stelian Pop <stelian@popies.net>
47385 Date: Thu Jan 31 21:15:53 2008 +0000
47386
47387 AT91CAP9 support : include/ files
47388
47389 Signed-off-by: Stelian Pop <stelian@popies.net>
47390
47391 commit 20b197c6f2799af399a68f96a1aff543a75621b8
47392 Author: Stelian Pop <stelian@popies.net>
47393 Date: Sun Jan 20 19:49:21 2008 +0000
47394
47395 AT91CAP9 support : build integration
47396
47397 Signed-off-by: Stelian Pop <stelian@popies.net>
47398
47399 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
47400 Author: Stelian Pop <stelian@popies.net>
47401 Date: Sun Jan 20 21:07:00 2008 +0000
47402
47403 Improve DataFlash CS definition.
47404
47405 Use a structure instead of the error prone unnamed array to
47406 define the possible dataflash banks.
47407
47408 Signed-off-by: Stelian Pop <stelian@popies.net>
47409
47410 commit a6cdd21b56014208706238712a853a9e9a0a2290
47411 Author: Stelian Pop <stelian@popies.net>
47412 Date: Sat Jan 19 21:09:35 2008 +0000
47413
47414 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
47415
47416 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
47417
47418 cpu/arm926ejs/start.o: In function `cpu_init_crit':
47419 .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
47420
47421 Signed-off-by: Stelian Pop <stelian@popies.net>
47422
47423 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
47424 Author: Peter Pearse <peter.pearse@arm.com>
47425 Date: Fri Feb 1 16:50:24 2008 +0000
47426
47427 Fix timer overflow in DaVinci
47428 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
47429
47430 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
47431 Author: Peter Pearse <peter.pearse@arm.com>
47432 Date: Fri Feb 1 16:49:08 2008 +0000
47433
47434 Update board NetStar
47435 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
47436
47437 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
47438 Author: Niklaus Giger <niklaus.giger@netstal.com>
47439 Date: Tue Feb 5 10:26:42 2008 +0100
47440
47441 ppc4xx: HCU4/5. Fix make O=../xx
47442
47443 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47444
47445 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
47446 Author: Larry Johnson <lrj@acm.org>
47447 Date: Tue Jan 22 08:51:59 2008 -0500
47448
47449 ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
47450
47451 Signed-off-by: Larry Johnson <lrj@acm.org>
47452
47453 commit fe891ecf4d187e9d11dde869ed4623af52b54451
47454 Author: Hiroshi Ito <ito@mlb.co.jp>
47455 Date: Thu Jan 31 18:35:04 2008 +0900
47456
47457 NFS Timeout with large files.
47458
47459 Retry to send NFS packet before reaching timeout.
47460
47461 Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
47462
47463 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
47464 Author: Johannes Stezenbach <js@sig21.net>
47465 Date: Tue Jan 29 00:11:25 2008 +0100
47466
47467 Add dependencies to avoid race conditions with parallel make.
47468
47469 Signed-off-by: Johannes Stezenbach <js@sig21.net>
47470
47471 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
47472 Author: Mike Frysinger <vapier@gentoo.org>
47473 Date: Mon Jan 28 05:46:01 2008 -0500
47474
47475 Mark board_init_[fr] as noreturn
47476
47477 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47478
47479 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
47480 Author: Mike Frysinger <vapier@gentoo.org>
47481 Date: Mon Jan 28 05:28:50 2008 -0500
47482
47483 Only use TEXT_BASE if defined by the board
47484
47485 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47486
47487 commit 1b769881750030f10743808b9d6013e11f559350
47488 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47489 Date: Fri Jan 25 07:54:47 2008 +0100
47490
47491 Fix remaining CONFIG_COMMANDS
47492
47493 update comments
47494 Fix coding style
47495
47496 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47497
47498 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
47499 Author: Niklaus Giger <niklaus.giger@netstal.com>
47500 Date: Mon Jan 21 16:46:00 2008 +0100
47501
47502 Add *~ to .gitignore
47503
47504 One should never add a backup file ending in with ~ to the git repository.
47505
47506 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47507
47508 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
47509 Author: Kumar Gala <galak@kernel.crashing.org>
47510 Date: Thu Jan 17 00:02:10 2008 -0600
47511
47512 Remove duplicate defines for ARRAY_SIZE
47513
47514 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47515
47516 commit c77ce474b1c57b13e9d36d9830f147966c143694
47517 Author: Stelian Pop <stelian@popies.net>
47518 Date: Mon Jan 14 22:08:14 2008 +0100
47519
47520 Fix incorrect address test in AT91F_DataflashSelect().
47521
47522 Signed-off-by: Stelian Pop <stelian@popies.net>
47523
47524 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
47525 Author: Kumar Gala <galak@kernel.crashing.org>
47526 Date: Wed Feb 13 15:09:58 2008 -0600
47527
47528 Fix building of fdt_support.c if DEBUG set
47529
47530 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47531
47532 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
47533 Author: Jon Loeliger <jdl@freescale.com>
47534 Date: Tue Feb 12 14:53:28 2008 -0600
47535
47536 Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
47537
47538 These replace direct structure references for IMMR sections.
47539
47540 Signed-off-by: Jon Loeliger <jdl@freescale.com>
47541
47542 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
47543 Author: Wolfgang Denk <wd@denx.de>
47544 Date: Tue Feb 12 00:45:06 2008 +0100
47545
47546 Get rid of "#undef DEBUG" from board config files.
47547
47548 Signed-off-by: Wolfgang Denk <wd@denx.de>
47549
47550 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
47551 Author: Timur Tabi <timur@freescale.com>
47552 Date: Tue Jan 15 17:09:41 2008 -0600
47553
47554 Remove #undef DEBUG from MPC83xx board header files
47555
47556 Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
47557 The inclusion of this line makes it impossible to enable debug code in
47558 other source files, because "#define DEBUG" typically needs to be defined
47559 before any header files are included.
47560
47561 Signed-off-by: Timur Tabi <timur@freescale.com>
47562
47563 commit 69018ce2e086e9caf35b914d675b82bc4888f077
47564 Author: Kumar Gala <galak@kernel.crashing.org>
47565 Date: Thu Jan 17 08:25:45 2008 -0600
47566
47567 QE: Move FDT support into a common file
47568
47569 Move the flat device tree setup for QE related devices into
47570 a common file shared between 83xx & 85xx platforms that have QE's.
47571
47572 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47573
47574 commit 5cf746c303710329f8040d9c62ee354313e3e91f
47575 Author: Marian Balakowicz <m8@semihalf.com>
47576 Date: Thu Jan 31 13:59:09 2008 +0100
47577
47578 [new uImage] Move kernel data find code to get_kernel() routine
47579
47580 Verification of the kernel image (in old format) and finding kernel
47581 data is moved to a dedicated routine. The routine will also hold
47582 support for, to be added, new image format.
47583
47584 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47585
47586 commit 7b325454fd231d4273de3fe373850f777fb086bf
47587 Author: Marian Balakowicz <m8@semihalf.com>
47588 Date: Thu Jan 31 13:58:20 2008 +0100
47589
47590 [new uImage] Cleanup FDT handling in PPC do_boot_linux()
47591
47592 Move FDT blob finding and relocation to a dedicated
47593 get_fdt() routine. It increases code readability and
47594 will make adding support for new uImage format easier.
47595
47596 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47597
47598 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
47599 Author: Marian Balakowicz <m8@semihalf.com>
47600 Date: Thu Jan 31 13:58:13 2008 +0100
47601
47602 [new uImage] Cleanup do_botm_linux() boot allocations
47603
47604 This patch moves common pre-boot allocation steps shared between PPC
47605 and M68K to a helper routines:
47606
47607 common:
47608 - get_boot_sp_limit()
47609 - get_boot_cmline()
47610 - get_boot_kbd()
47611
47612 platform:
47613 - set_clocks_in_mhz()
47614
47615 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47616
47617 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
47618 Author: Marian Balakowicz <m8@semihalf.com>
47619 Date: Thu Jan 31 13:57:17 2008 +0100
47620
47621 [new uImage] Move ramdisk loading to a common routine
47622
47623 Ramdisk loading code, including initrd_high variable handling,
47624 was duplicated for PPC and M68K platforms. This patch creates
47625 common helper routine that is being called from both platform
47626 do_bootm_linux() routines.
47627
47628 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47629
47630 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
47631 Author: Marian Balakowicz <m8@semihalf.com>
47632 Date: Thu Jan 31 13:55:53 2008 +0100
47633
47634 [new uImage] Removed dead ramdisk code on microblaze architectures
47635
47636 Microblaze do_bootm_linux() includes ramdisk processing code but
47637 the ramdisk does not get used anywhere later on.
47638
47639 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47640
47641 commit 5ad03eb3854c162684222a718b44c0716ea0db03
47642 Author: Marian Balakowicz <m8@semihalf.com>
47643 Date: Thu Jan 31 13:55:39 2008 +0100
47644
47645 [new uImage] Factor out common image_get_ramdisk() routine
47646
47647 Architecture specific do_bootm_linux() routines share common
47648 ramdisk image processing code. Move this code to a common
47649 helper routine.
47650
47651 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47652
47653 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
47654 Author: Marian Balakowicz <m8@semihalf.com>
47655 Date: Thu Jan 31 13:20:08 2008 +0100
47656
47657 [new uImage] Move FDT error printing to common fdt_error() routine
47658
47659 FDT error handling in PPC do_bootm_linux() shares the same message format.
47660 This patch moves error message printing to a helper fdt_error() routine.
47661
47662 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47663 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
47664
47665 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
47666 Author: Marian Balakowicz <m8@semihalf.com>
47667 Date: Thu Jan 31 13:20:07 2008 +0100
47668
47669 [new uImage] Factor out common routines for getting os/arch/type/comp names
47670
47671 Move numeric-id to name translation for image os/arch/type/comp header
47672 fields to a helper routines: image_get_os_name(), image_get_arch_name(),
47673 image_get_type_name(), image_get_comp_name().
47674
47675 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47676
47677 commit e99c26694a384221d336f6448c06a57479c0baa4
47678 Author: Marian Balakowicz <m8@semihalf.com>
47679 Date: Thu Jan 31 13:20:07 2008 +0100
47680
47681 [new uImage] Remove standalone applications handling from boootm
47682
47683 Standalone applications are supposed to be run using the "go" command.
47684 This patch removes standalone images handling from the do_bootm().
47685
47686 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47687
47688 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
47689 Author: Marian Balakowicz <m8@semihalf.com>
47690 Date: Thu Jan 31 13:20:07 2008 +0100
47691
47692 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
47693
47694 Support for OF_FLAT_TREE is to be obsoleted in the near future,
47695 remove related code from the bootm routines.
47696
47697 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47698
47699 commit 82850f3d32a2661868ec6876bed7a22c55cef718
47700 Author: Marian Balakowicz <m8@semihalf.com>
47701 Date: Thu Jan 31 13:20:06 2008 +0100
47702
47703 [new uImage] Use image API in SH do_bootm_linux() routine
47704
47705 Introduce image handling API for lately added Hitachi SH architecture.
47706
47707 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47708
47709 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
47710 Author: Marian Balakowicz <m8@semihalf.com>
47711 Date: Thu Jan 31 13:20:06 2008 +0100
47712
47713 [new uImage] Rename architecture specific bootm code files
47714
47715 Implementation of the do_bootm_linux() and other bootm helper routines is
47716 architecture specific code. As such it resides in lib_<arch> directories
47717 in files named <arch>_linux.c
47718
47719 This patch renames those files to a more clear and accurate
47720 lib_<arch>/bootm.c form.
47721
47722 List of the renamed files:
47723 lib_arm/armlinux.c -> lib_arm/bootm.c
47724 lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
47725 lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
47726 lib_i386/i386_linux.c -> lib_i386/bootm.c
47727 lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
47728 lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
47729 lib_mips/mips_linux.c -> lib_mips/bootm.c
47730 lib_nios/nios_linux.c -> lib_nios/bootm.c
47731 lib_nios2/nios_linux.c -> lib_nios2/bootm.c
47732 lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
47733 lib_sh/sh_linux.c -> lib_sh/bootm.c
47734
47735 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47736
47737 commit 7582438c285bf0cef82909d0f232de64ec567a8a
47738 Author: Marian Balakowicz <m8@semihalf.com>
47739 Date: Thu Jan 31 13:20:06 2008 +0100
47740
47741 [new uImage] Return error on image move/uncompress overwrites
47742
47743 Check for overwrites during image move/uncompress, return with error
47744 when the original image gets corrupted. Report clear message to the user
47745 and prevent further troubles when pointer to the corrupted images is passed
47746 to do_bootm_linux routine.
47747
47748 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47749
47750 commit f13e7b2e993c61fed1f607962501e051940d6e80
47751 Author: Marian Balakowicz <m8@semihalf.com>
47752 Date: Tue Jan 8 18:12:17 2008 +0100
47753
47754 [new uImage] Cleanup image header pointer use in bootm code
47755
47756 - use single image header pointer instead of a set of auxilliary variables.
47757 - add multi component image helper routines: get component size/data address
47758
47759 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47760
47761 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
47762 Author: Marian Balakowicz <m8@semihalf.com>
47763 Date: Tue Jan 8 18:17:10 2008 +0100
47764
47765 [new uImage] Cleanup cmd_bootm.c
47766
47767 - sort and cleanup headers, declarations, etc.
47768 - group related routines
47769 - cleanup indentation, white spaces
47770
47771 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47772
47773 commit af13cdbc01eaf88880978bfb4f603e012818ba24
47774 Author: Marian Balakowicz <m8@semihalf.com>
47775 Date: Tue Jan 8 18:11:45 2008 +0100
47776
47777 [new uImage] Add memmove_wd() common routine
47778
47779 Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
47780
47781 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47782
47783 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
47784 Author: Marian Balakowicz <m8@semihalf.com>
47785 Date: Tue Jan 8 18:11:44 2008 +0100
47786
47787 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
47788
47789 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47790
47791 commit 15158971f49255ccef54f0979a942cfd3de2ae52
47792 Author: Marian Balakowicz <m8@semihalf.com>
47793 Date: Tue Jan 8 18:11:44 2008 +0100
47794
47795 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
47796
47797 Use image header copy instead of a (possibly corrupted) pointer to
47798 a initial image location.
47799
47800 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47801
47802 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
47803 Author: Marian Balakowicz <m8@semihalf.com>
47804 Date: Tue Jan 8 18:11:44 2008 +0100
47805
47806 [new uImage] Remove I386 uImage fake_header() routine
47807
47808 I386 targets are not using a uImage format, instead fake header
47809 is added to ram image before it is further processed by bootm.
47810
47811 Remove this fixup and force proper uImage use for I386.
47812
47813 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47814
47815 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
47816 Author: Marian Balakowicz <m8@semihalf.com>
47817 Date: Tue Jan 8 18:11:44 2008 +0100
47818
47819 [new uImage] Move CHUNKSZ definition to image.h
47820
47821 CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
47822 move this definition to a common header.
47823
47824 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47825
47826 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
47827 Author: Marian Balakowicz <m8@semihalf.com>
47828 Date: Tue Jan 8 18:11:43 2008 +0100
47829
47830 [new uImage] Move gunzip() common code to common/gunzip.c
47831
47832 Move gunzip(), zalloc() and zfree() to a separate file.
47833 Share zalloc() and zfree() with cramfs uncompress routine.
47834
47835 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47836
47837 commit d45d5a18b6b36688f2365623f9d550566c664b5b
47838 Author: Marian Balakowicz <m8@semihalf.com>
47839 Date: Tue Jan 8 18:11:43 2008 +0100
47840
47841 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
47842
47843 Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
47844 readable in PPC variant of do_bootm_linux() routine.
47845
47846 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47847
47848 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
47849 Author: Marian Balakowicz <m8@semihalf.com>
47850 Date: Tue Jan 8 18:11:43 2008 +0100
47851
47852 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
47853
47854 PPC implementation of do_bootm_linux() routine is moved to
47855 a dedicated file lib_ppc/ppc_linux.c
47856
47857 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47858
47859 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
47860 Author: Marian Balakowicz <m8@semihalf.com>
47861 Date: Tue Jan 8 18:14:09 2008 +0100
47862
47863 [new uImage] Define a API for image handling operations
47864
47865 - Add inline helper macros for basic header processing
47866 - Move common non inline code common/image.c
47867 - Replace direct header access with the API routines
47868 - Rename IH_CPU_* to IH_ARCH_*
47869
47870 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47871
47872 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
47873 Author: Marian Balakowicz <m8@semihalf.com>
47874 Date: Thu Jan 31 13:19:58 2008 +0100
47875
47876 Add missing cmd_ximg.o to common/Makefile
47877
47878 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47879
47880 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
47881 Author: Grzegorz Bernacki <gjb@semihalf.com>
47882 Date: Mon Jan 28 10:15:02 2008 +0100
47883
47884 ADS5121e: DDR2 init/timing update.
47885
47886 Signed-off-by: John Rigby <jrigby@freescale.com>
47887 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
47888
47889 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
47890 Author: John Rigby <jrigby@freescale.com>
47891 Date: Wed Jan 30 13:36:57 2008 -0700
47892
47893 Device tree updates
47894
47895 Changes to match 5121 device tree going mainline in 2.6.25.
47896
47897 Change OF_SOC from "soc5121" to plain "soc".
47898 Remove unneeded "ref-frequency" fixups.
47899 Remove "address" enetaddr fixup.
47900
47901 Add bus-frequency fixup for old OF_SOC so old
47902 kernels with old device trees will work with new
47903 u-boot with 66MHz IPS clock
47904
47905 Signed-off-by: John Rigby <jrigby@freescale.com>
47906
47907 commit de55d18df3ff2ea614624e74793de7c43520e0e7
47908 Author: John Rigby <jrigby@freescale.com>
47909 Date: Wed Jan 30 13:36:56 2008 -0700
47910
47911 Change IPS freq to 66MHz
47912
47913 Recommended frequency is 66MHz
47914 Change divider from 4 to 3.
47915
47916 Signed-off-by: John Rigby <jrigby@freescale.com>
47917
47918 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
47919 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47920 Date: Mon Jan 14 22:38:55 2008 +0100
47921
47922 xsengine: rename board_post_init to board_late_init
47923
47924 missing migration from "Cleanup of some init functions"
47925 in c837dcb1a316745092567bfe4fb266d0941884ff
47926
47927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47928
47929 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
47930 Author: Larry Johnson <lrj@acm.org>
47931 Date: Sat Jan 12 23:35:33 2008 -0500
47932
47933 Add attribute POST_PREREL to ECC memory POST
47934
47935 Signed-off-by: Larry Johnson <lrj@acm.org>
47936
47937 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
47938 Author: Kumar Gala <galak@kernel.crashing.org>
47939 Date: Thu Jan 17 08:25:45 2008 -0600
47940
47941 QE: Move FDT support into a common file
47942
47943 Move the flat device tree setup for QE related devices into
47944 a common file shared between 83xx & 85xx platforms that have QE's.
47945
47946 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47947
47948 commit d38da537943cd36356b9d3d9d9b60533554b81d8
47949 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47950 Date: Wed Jan 23 17:20:14 2008 +0100
47951
47952 AVR32: Make SDRAM refresh rate configurable
47953
47954 The existing code assumes the SDRAM row refresh period should always
47955 be 15.6 us. This is not always true, and indeed on the ATNGW100, the
47956 refresh rate should really be 7.81 us.
47957
47958 Add a refresh_period member to struct sdram_info and initialize it
47959 properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
47960 panic() until the refresh_period member is updated properly.
47961
47962 Big thanks to Gerhard Berghofer for pointing out this issue.
47963
47964 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47965
47966 commit 61151cccb660cdb06a07fb283de6089913d7bde0
47967 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47968 Date: Thu Apr 19 10:10:11 2007 +0200
47969
47970 ATSTK1000: Fix potential flash programming bug
47971
47972 The (now obsolete) atngw100 flash programming code was having problems
47973 programming the onboard at49bv642 chip. The atstk1000 flash
47974 programming code may have the same bug, so import fix for this problem
47975 from the AVR32 Linux BSP.
47976
47977 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47978
47979 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
47980 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47981 Date: Thu Nov 22 17:04:13 2007 +0100
47982
47983 ATSTK1004: Fix comment about default load address
47984
47985 The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
47986 wouldn't have worked anyway since the board can only access 4MB of
47987 SDRAM.
47988
47989 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47990
47991 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
47992 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47993 Date: Thu Nov 22 17:01:24 2007 +0100
47994
47995 ATSTK1002: Use SDRAM + 4MB as default load address
47996
47997 Many people run into problems when they compile a big kernel and load
47998 the uImage at the default SDRAM + 2MB address as the kernel will
47999 overwrite the uImage as it is being unpacked. Increase the default
48000 load address so that we can load a 4MB kernel image without any
48001 problems.
48002
48003 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48004
48005 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
48006 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48007 Date: Thu Nov 22 16:51:39 2007 +0100
48008
48009 ATNGW100: Fix default mtest range
48010
48011 Let mtest cover the whole SDRAM except the last megabyte, which is
48012 where u-boot lives.
48013
48014 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48015
48016 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
48017 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48018 Date: Tue Jan 22 15:31:56 2008 +0900
48019
48020 sh: Fix register address of SH7722.
48021
48022 The address of SH7722 is wrong by old document.
48023 This patch fixes this problem.
48024
48025 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48026
48027 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
48028 Author: Mike Frysinger <vapier@gentoo.org>
48029 Date: Mon Feb 4 19:26:57 2008 -0500
48030
48031 new command for displaying strings at specified memory locations
48032
48033 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48034
48035 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
48036 Author: Mike Frysinger <vapier@gentoo.org>
48037 Date: Mon Feb 4 19:26:57 2008 -0500
48038
48039 rewrite/cleanup Blackfin RTC driver
48040
48041 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48042
48043 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
48044 Author: Mike Frysinger <vapier@gentoo.org>
48045 Date: Mon Feb 4 19:26:57 2008 -0500
48046
48047 generate u-boot.ldr for Blackfin targets
48048
48049 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48050
48051 commit b779f7a59530436040f157f7841db7ab796542df
48052 Author: Mike Frysinger <vapier@gentoo.org>
48053 Date: Mon Feb 4 19:26:57 2008 -0500
48054
48055 scrub unused symbols
48056
48057 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48058
48059 commit cc2977acc3bbbb7850f16645dd1081f95335868d
48060 Author: Mike Frysinger <vapier@gentoo.org>
48061 Date: Mon Feb 4 19:26:57 2008 -0500
48062
48063 move Blackfin cpu object list to respective cpu directories
48064
48065 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48066
48067 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
48068 Author: Mike Frysinger <vapier@gentoo.org>
48069 Date: Mon Feb 4 19:26:57 2008 -0500
48070
48071 interface to Blackfin on-chip One-Time-Programmable memory
48072
48073 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48074
48075 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
48076 Author: Mike Frysinger <vapier@gentoo.org>
48077 Date: Mon Feb 4 19:26:56 2008 -0500
48078
48079 add support for memory commands with Blackfin L1 instruction memory
48080
48081 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48082
48083 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
48084 Author: Mike Frysinger <vapier@gentoo.org>
48085 Date: Mon Feb 4 19:26:56 2008 -0500
48086
48087 use C code rather than inline assembly
48088
48089 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48090
48091 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
48092 Author: Mike Frysinger <vapier@gentoo.org>
48093 Date: Mon Feb 4 19:26:56 2008 -0500
48094
48095 add Blackfin-specific reginfo command
48096
48097 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48098
48099 commit 0858b835e7ea501ea084d34cef75932f098342bb
48100 Author: Mike Frysinger <vapier@gentoo.org>
48101 Date: Mon Feb 4 19:26:55 2008 -0500
48102
48103 add support for Blackfin symbol prefixes to examples
48104
48105 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48106
48107 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
48108 Author: Mike Frysinger <vapier@gentoo.org>
48109 Date: Mon Feb 4 19:26:55 2008 -0500
48110
48111 add Blackfin-specific bdinfo command
48112
48113 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48114
48115 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
48116 Author: Mike Frysinger <vapier@gentoo.org>
48117 Date: Mon Feb 4 19:26:55 2008 -0500
48118
48119 move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
48120
48121 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48122
48123 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
48124 Author: Mike Frysinger <vapier@gentoo.org>
48125 Date: Mon Feb 4 19:26:55 2008 -0500
48126
48127 unify the Blackfin board targets
48128
48129 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48130
48131 commit d4d7730853e5d675f76ec666807da3028c91d592
48132 Author: Mike Frysinger <vapier@gentoo.org>
48133 Date: Mon Feb 4 19:26:55 2008 -0500
48134
48135 punt Blackfin VDSP headers and import sanitized/auto-generated ones
48136
48137 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48138
48139 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
48140 Author: Mike Frysinger <vapier@gentoo.org>
48141 Date: Mon Feb 4 19:26:54 2008 -0500
48142
48143 always pull in asm/blackfin.h for Blackfin ports
48144
48145 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48146
48147 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
48148 Author: Mike Frysinger <vapier@gentoo.org>
48149 Date: Mon Feb 4 19:26:54 2008 -0500
48150
48151 add missing __raw versions of Blackfin read/write io functions
48152
48153 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48154
48155 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
48156 Author: Mike Frysinger <vapier@gentoo.org>
48157 Date: Mon Feb 4 19:26:54 2008 -0500
48158
48159 add the default Blackfin logo used by Blackfin boards with splash screens
48160
48161 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48162
48163 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
48164 Author: Mike Frysinger <vapier@gentoo.org>
48165 Date: Mon Feb 4 19:26:54 2008 -0500
48166
48167 add some more Blackfin docs
48168
48169 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48170
48171 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
48172 Author: Mike Frysinger <vapier@gentoo.org>
48173 Date: Mon Feb 4 19:26:54 2008 -0500
48174
48175 make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
48176
48177 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48178
48179 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
48180 Author: Mike Frysinger <vapier@gentoo.org>
48181 Date: Mon Feb 4 19:26:54 2008 -0500
48182
48183 fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
48184
48185 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48186
48187 commit b45264ee85cbd92020640a32e02fb434fd557108
48188 Author: Mike Frysinger <vapier@gentoo.org>
48189 Date: Mon Feb 4 19:26:53 2008 -0500
48190
48191 add gitignores for Blackfin pieces
48192
48193 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48194
48195 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
48196 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48197 Date: Fri Jan 18 01:14:03 2008 +0100
48198
48199 TFTP: add host ip addr support
48200
48201 allow to use a different server as set in serverip
48202 add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
48203 if not defined the max length will be at 128
48204
48205 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48206
48207 commit e56b4b494cd92def577969f9678395aa22d34c9f
48208 Author: Timur Tabi <timur@freescale.com>
48209 Date: Wed Jan 9 14:35:26 2008 -0600
48210
48211 85xx,86xx: Determine I2C clock frequencies and store in global_data
48212
48213 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
48214
48215 Update the get_clocks() function in 85xx and 86xx to determine the I2C
48216 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
48217
48218 Signed-off-by: Timur Tabi <timur@freescale.com>
48219
48220 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
48221 Author: Wolfgang Denk <wd@denx.de>
48222 Date: Thu Dec 27 10:56:54 2007 +0100
48223
48224 OMAP5912: fix FIFO handling in UART driver
48225
48226 According to the OMAP5912 Serial Interfaces Reference Guide (see
48227 http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
48228 FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
48229 changed when the baud clock is not running, i. e. when both DLL and
48230 DLH are set to 0.
48231
48232 Thus make sure that DLL and DLH are 0 when writing the FCR.
48233
48234 Signed-off-by: Wolfgang Denk <wd@denx.de>
48235
48236 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
48237 Author: Harald Welte <laforge@openmoko.org>
48238 Date: Wed Dec 19 15:10:52 2007 +0100
48239
48240 ARM: S3C24x0 SoC NAND controller support
48241
48242 This patch adds NAND support to the S3C24x0 SoC code in u-boot
48243
48244 Signed-off-by: Harald Welte <laforge@openmoko.org>
48245
48246 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
48247 Author: Harald Welte <laforge@openmoko.org>
48248 Date: Wed Dec 19 14:24:40 2007 +0100
48249
48250 ARM: s3c24xx: Multiple serial port support
48251
48252 This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
48253
48254 Signed-off-by: Harald Welte <laforge@openmoko.org>
48255
48256 commit a25f72f1f73a11de68251fb88c89991e202e68fa
48257 Author: Harald Welte <laforge@openmoko.org>
48258 Date: Wed Dec 19 14:16:57 2007 +0100
48259
48260 ARM: arm920t: Allow use of 'gd' pointer from IRQ
48261
48262 This patch allows us to use the 'gd' pointer (and thus environment
48263 and everything else associated with it) from interrupt context on
48264 arm920t.
48265
48266 Signed-off-by: Harald Welte <laforge@openmoko.org>
48267
48268 commit be19bd5cd0f454b63298844a0b5377e029b2caad
48269 Author: Harald Welte <laforge@openmoko.org>
48270 Date: Wed Dec 19 14:19:38 2007 +0100
48271
48272 ARM: arm920/s3c24xx: IRQ demulitplexer callback
48273
48274 This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
48275 plus a stub implementation of it for the S3C2410.
48276
48277 The purpose is to allow arm920t implementations such as the s3c24x0 to
48278 implement interrupt handlers in u-boot without having to touch core
48279 arm920t code.
48280
48281 Signed-off-by: Harald Welte <laforge@openmoko.org>
48282
48283 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
48284 Author: Hebbar <gururajakr@sanyo.co.in>
48285 Date: Tue Dec 18 16:03:07 2007 -0800
48286
48287 ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
48288
48289 Add ifdef to bdinfo command to display ethernet information
48290 only if CONFIG_CMD_NET is defined for arm modules.
48291
48292 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
48293
48294 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
48295 Author: Hebbar <gururajakr@sanyo.co.in>
48296 Date: Tue Dec 18 16:00:54 2007 -0800
48297
48298 ARM: add I2C init function call in lib_arm/board.c
48299
48300 Adds I2C init func call to init sequence for ARM boards. This is
48301 present in ppc,blackfin and other processor init sequence.
48302
48303 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
48304
48305 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
48306 Author: Stefan Roese <sr@denx.de>
48307 Date: Fri Feb 1 09:38:29 2008 +0100
48308
48309 ppc4xx: Fix ndfc HW ECC byte order
48310
48311 The current ndfc HW ECC implementation swaps the first two ECC bytes.
48312 But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
48313 so this swapping in the HW ECC driver is bogus. This patch fixes this
48314 problem and now really uses the SMC ECC byte order.
48315
48316 Thanks to Sean MacLennan for pointing this out.
48317
48318 Signed-off-by: Stefan Roese <sr@denx.de>
48319
48320 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
48321 Author: Stefan Roese <sr@denx.de>
48322 Date: Wed Jan 30 15:35:50 2008 +0100
48323
48324 ppc4xx: Fix GPIO configuration for pcs440ep
48325
48326 The SRD0_PFC0 register was not configured correctly to enable the GPIO's
48327 49-63 for GPIO. They have been configured as trace signals. This patch
48328 fixes this by clearing the corresponding bit.
48329
48330 Signed-off-by: Stefan Roese <sr@denx.de>
48331
48332 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
48333 Author: Stefan Roese <sr@denx.de>
48334 Date: Wed Jan 30 14:48:28 2008 +0100
48335
48336 ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
48337
48338 Signed-off-by: Stefan Roese <sr@denx.de>
48339
48340 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
48341 Author: Ladislav Michl <ladis@linux-mips.org>
48342 Date: Fri Dec 7 00:42:32 2007 +0100
48343
48344 ARM: Board voiceblue update
48345
48346 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48347
48348 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
48349 Author: Ladislav Michl <ladis@linux-mips.org>
48350 Date: Thu Dec 6 23:24:57 2007 +0100
48351
48352 ARM: AT91RM9200 based boards config cleanup
48353
48354 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48355
48356 Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
48357 indentation.
48358
48359 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
48360 Author: Ladislav Michl <ladis@linux-mips.org>
48361 Date: Thu Dec 6 22:59:16 2007 +0100
48362
48363 ARM: Fix at91rm9200dk base address
48364
48365 Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
48366 renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
48367 with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
48368 However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
48369 CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
48370 I'm sending this patch 4th (!) time in hope it produces at least some
48371 reaction.
48372
48373 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48374
48375 Fix at91rm9200dk base and environment address.
48376
48377 commit c95219fae2a7add7daa2f91aedca65b1698465c7
48378 Author: stefano babic <sbabic@denx.de>
48379 Date: Tue Nov 20 10:40:24 2007 +0100
48380
48381 MMC for PXA 27X (resubmit)
48382
48383 MMC support for X_Scale PXA is broken and does not work.
48384 Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
48385 There were already some patches around the world but none of them was
48386 merged into the official u-boot tree.
48387
48388 This patch makes order fixing this issue. Resubmit after code cleanup.
48389
48390 Applied and tested on PXA 270 (TrizepsIV module).
48391
48392 Signed-off-by: Stefano Babic <sbabic@denx.de>
48393
48394 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
48395 Author: stefano babic <sbabic@denx.de>
48396 Date: Tue Nov 20 10:37:04 2007 +0100
48397
48398 Fix gcc issues in pxa-regs.h
48399
48400 Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
48401 issues generates wrong code.
48402 (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
48403 This patch fixes the problem and solves the gcc-4 issues as the linux
48404 kernel does.
48405
48406 Signed-off-by: Stefano Babic <sbabic@denx.de>
48407 Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
48408
48409 commit 7047b388876e7b905b2ec4edb8010543e3641b85
48410 Author: Jens Gehrlein <sew_s@tqs.de>
48411 Date: Tue Jan 29 08:45:03 2008 +0100
48412
48413 TQM834x: enable DHCP
48414
48415 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
48416 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48417
48418 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
48419 Author: Jens Gehrlein <sew_s@tqs.de>
48420 Date: Tue Jan 29 08:45:02 2008 +0100
48421
48422 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
48423
48424 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
48425 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48426
48427 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
48428 Author: Ben Warren <biggerbadderben@gmail.com>
48429 Date: Sat Jan 26 23:41:19 2008 -0500
48430
48431 Fix conditional compilation of mpx8xxx_spi driver
48432
48433 This driver should only compile if CONFIG_MPC8XXX_SPI is set
48434
48435 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48436 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48437
48438 commit 63f732d3d3880feb531f48af247c025bf01462b0
48439 Author: Rafal Jaworowski <raj@semihalf.com>
48440 Date: Tue Jan 29 17:00:34 2008 +0100
48441
48442 API: Provide dummy halt() in the glue layer.
48443
48444 This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
48445
48446 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
48447
48448 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
48449 Author: Rafal Jaworowski <raj@semihalf.com>
48450 Date: Tue Jan 29 16:57:38 2008 +0100
48451
48452 API: Convert conditional building to the new scheme.
48453
48454 This fixes a build breakage with CONFIG_API enabled, which appeared after
48455 the recent changes in the U-Boot build system.
48456
48457 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
48458
48459 commit 98b742489c09780be6a832eeaa4e5eff824792bb
48460 Author: Wolfgang Denk <wd@denx.de>
48461 Date: Fri Jan 25 09:56:17 2008 +0100
48462
48463 inka4x0: remove dead code
48464
48465 Signed-off-by: Wolfgang Denk <wd@denx.de>
48466
48467 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
48468 Author: Becky Bruce <becky.bruce@freescale.com>
48469 Date: Wed Jan 23 16:31:06 2008 -0600
48470
48471 86xx: Add reginfo command
48472
48473 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48474
48475 commit ddcebcb638715a6278da93b553d5016f99823816
48476 Author: Becky Bruce <becky.bruce@freescale.com>
48477 Date: Wed Jan 23 16:31:05 2008 -0600
48478
48479 86xx: Add print_laws function to fsl_law.c
48480
48481 This can be used for debug, and will be used by board code
48482 to help implement reginfo.
48483
48484 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48485
48486 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
48487 Author: Becky Bruce <becky.bruce@freescale.com>
48488 Date: Wed Jan 23 16:31:04 2008 -0600
48489
48490 86xx: Remove old-style law setup code
48491
48492 This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
48493
48494 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48495
48496 commit 713d8186649dae874613d495b0cecaa039a98b30
48497 Author: Becky Bruce <becky.bruce@freescale.com>
48498 Date: Wed Jan 23 16:31:03 2008 -0600
48499
48500 86xx: Convert sbc8641d to use new law setup code.
48501
48502 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48503
48504 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
48505 Author: Becky Bruce <becky.bruce@freescale.com>
48506 Date: Wed Jan 23 16:31:02 2008 -0600
48507
48508 86xx: Convert mpc8610hpcd to new law setup method.
48509
48510 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48511
48512 commit 4933b91f8a49e436681f163df3173beb91cac44a
48513 Author: Becky Bruce <becky.bruce@freescale.com>
48514 Date: Wed Jan 23 16:31:01 2008 -0600
48515
48516 86xx: Support new law setup method and convert mpc8641
48517
48518 Adds the support code in cpu/mpc86xx for the new law setup code
48519 recently created fsl_law.c, and changes the MPC8641HPCN config
48520 to use this code.
48521
48522 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48523
48524 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
48525 Author: Becky Bruce <becky.bruce@freescale.com>
48526 Date: Wed Jan 23 16:31:00 2008 -0600
48527
48528 86xx: Rearrange the sequence in start.S
48529
48530 * split the BAT initialization so that only 2 BATs (for the boot page
48531 and stack) are programmed very early on. The rest are initialized later.
48532 * Move other BAT setup, ccsrbar setup, and law setup later in the code
48533 after translation has been enabled.
48534
48535 These changes will facilitate the moving of law and BAT initialization
48536 to C code, and will aid with 36-bit physical addressing support.
48537
48538 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48539
48540 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
48541 Author: Wolfgang Denk <wd@denx.de>
48542 Date: Wed Jan 23 14:41:37 2008 +0100
48543
48544 Coding Style Cleanup; update CHANGELOG
48545
48546 Signed-off-by: Wolfgang Denk <wd@denx.de>
48547
48548 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
48549 Author: Wolfgang Denk <wd@denx.de>
48550 Date: Wed Jan 23 14:31:17 2008 +0100
48551
48552 Coding Style Cleanup; update CHANGELOG
48553
48554 Signed-off-by: Wolfgang Denk <wd@denx.de>
48555
48556 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
48557 Author: Dave Liu <r63238@freescale.com>
48558 Date: Fri Jan 18 10:07:04 2008 +0800
48559
48560 mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
48561
48562 The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
48563 cause the 83xx immap broken, so the DMA and PCI will
48564 be failed.
48565
48566 The patch fix the struct spi8xxx and rm struct spi83xx.
48567
48568 Signed-off-by: Dave Liu <daveliu@freescale.com>
48569 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48570
48571 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
48572 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48573 Date: Sat Apr 14 17:11:49 2007 +0200
48574
48575 AVR32: ATNGW100 board support
48576
48577 Add support for the ATNGW100 Network Gateway reference design,
48578 including flash, ethernet and MMC support.
48579
48580 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48581
48582 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
48583 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48584 Date: Sat Nov 24 18:15:31 2007 +0100
48585
48586 AVR32: Initialize ipaddr, loadaddr and bootfile at startup
48587
48588 I don't know why the relevant layers can't do this by itself, but this
48589 is what ppc does.
48590
48591 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48592
48593 commit 799891ef7b1b3432032ec23466df6b665a797fa4
48594 Author: Michael Schwingen <michael@schwingen.org>
48595 Date: Fri Jan 18 00:04:28 2008 +0100
48596
48597 Add AcTux board support
48598
48599 Hi,
48600
48601 The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
48602 files that
48603 contain changes for multiple boards, the board-specific files follow as
48604 separate patches.
48605
48606 Signed-off-by: Michael Schwingen <michael@schwingen.org>
48607
48608 commit 66a4344a4d910a11125df7768899ad529719855e
48609 Author: Michael Schwingen <michael@schwingen.org>
48610 Date: Wed Jan 16 19:53:23 2008 +0100
48611
48612 add AcTux-4 board support
48613
48614 Signed-off-by: Michael Schwingen <michael@schwingen.org>
48615
48616 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
48617 Author: Michael Schwingen <michael@schwingen.org>
48618 Date: Wed Jan 16 19:51:55 2008 +0100
48619
48620 add AcTux-3 board support
48621
48622 Signed-off-by: Michael Schwingen <michael@schwingen.org>
48623
48624 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
48625 Author: Michael Schwingen <michael@schwingen.org>
48626 Date: Wed Jan 16 19:51:14 2008 +0100
48627
48628 add AcTux-2 board support
48629
48630 Signed-off-by: Michael Schwingen <michael@schwingen.org>
48631
48632 commit ea99e8f05b7240fd657739e286664664ae160abe
48633 Author: Michael Schwingen <michael@schwingen.org>
48634 Date: Wed Jan 16 19:50:37 2008 +0100
48635
48636 add AcTux-1 board support
48637
48638 Signed-off-by: Michael Schwingen <michael@schwingen.org>
48639
48640 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
48641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48642 Date: Mon Jan 14 19:20:08 2008 +0100
48643
48644 ARM: remove useless function board_post_init
48645
48646 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48647
48648 commit 96bd462942022e4569b582c072a0ed26de1cd19b
48649 Author: Michael Schwingen <michael@schwingen.org>
48650 Date: Thu Jan 10 14:59:46 2008 +0100
48651
48652 IXP: enable RTS
48653
48654 enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
48655 No handshaking is done, but the active RTS signal allows to
48656 connect to the target using a PC which is using RTS/CTS
48657 handshake, and does no harm if the PC is set to ignore RTS.
48658
48659 Signed-off-by: Michael Schwingen <michael@schwingen.org>
48660
48661 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
48662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48663 Date: Mon Jan 7 08:41:34 2008 +0100
48664
48665 IXP: add dynamic microcode addr
48666
48667 allow to load the microde from flash or ram by download it through
48668 the serial or other.
48669
48670 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48671 Acked-by: Stefan Roese <sr@denx.de>
48672
48673 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
48674 Author: Michael Schwingen <michael@schwingen.org>
48675 Date: Sat Nov 10 15:44:12 2007 +0100
48676
48677 load ixp42x NPE firmware from separate flash block, remove dead code
48678
48679 Hi,
48680
48681 the following patch adds support to move the IXP42X NPE firmware to a
48682 separate flash block, whose start address is defined in
48683 CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
48684 NPE-enabled u-boot without copyright problems due to the NPE firmware.
48685
48686 I hope the patch applies, I get whitespace-related differences in the NPE
48687 files due to trailing whitespace in the original versions.
48688
48689 Signed-off-by: Michael Schwingen <michael@schwingen.org>
48690 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48691
48692 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
48693 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48694 Date: Tue Jan 15 14:15:46 2008 -0600
48695
48696 ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
48697
48698 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48699 Signed-off by: John Rigby <jrigby@freescale.com>
48700
48701 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
48702 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48703 Date: Tue Jan 15 14:02:49 2008 -0600
48704
48705 ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
48706
48707 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48708 Signed-off by: John Rigby <jrigby@freescale.com>
48709
48710 commit 777d1abd9796f1c2e148417cc10657e847d318ce
48711 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48712 Date: Tue Jan 15 14:00:25 2008 -0600
48713
48714 ColdFire: Add MCF547x_8x FEC driver
48715
48716 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48717 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48718 Signed-off by: John Rigby <jrigby@freescale.com>
48719
48720 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
48721 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48722 Date: Tue Jan 15 13:54:09 2008 -0600
48723
48724 ColdFire: Add MCF547x_8x dma code and header files
48725
48726 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48727 Signed-off by: John Rigby <jrigby@freescale.com>
48728
48729 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
48730 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48731 Date: Tue Jan 15 13:52:03 2008 -0600
48732
48733 ColdFire: Add MCF547x_8x dma code - 2
48734
48735 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48736 Signed-off by: John Rigby <jrigby@freescale.com>
48737
48738 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
48739 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48740 Date: Tue Jan 15 13:48:52 2008 -0600
48741
48742 ColdFire: Add MCF547x_8x dma code - 1
48743
48744 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48745 Signed-off by: John Rigby <jrigby@freescale.com>
48746
48747 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
48748 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48749 Date: Tue Jan 15 13:39:44 2008 -0600
48750
48751 ColdFire: Add MCF547x_8x related header files
48752
48753 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48754 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48755 Signed-off by: John Rigby <jrigby@freescale.com>
48756
48757 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
48758 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48759 Date: Tue Jan 15 13:37:34 2008 -0600
48760
48761 ColdFire: Add MCF547x_8x cpu arch
48762
48763 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48764 Signed-off by: John Rigby <jrigby@freescale.com>
48765
48766 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
48767 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48768 Date: Mon Jan 14 17:47:23 2008 -0600
48769
48770 ColdFire: Add MCF5227x cpu and M52277EVB support-3
48771
48772 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48773 Signed-off by: John Rigby <jrigby@freescale.com>
48774
48775 commit c87581027994c148131b2f11aa75501f782ec19a
48776 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48777 Date: Mon Jan 14 17:46:19 2008 -0600
48778
48779 ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
48780
48781 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48782 Signed-off by: John Rigby <jrigby@freescale.com>
48783
48784 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
48785 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48786 Date: Mon Jan 14 17:43:33 2008 -0600
48787
48788 ColdFire: Add MCF5227x cpu and M52277EVB support-1
48789
48790 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48791 Signed-off by: John Rigby <jrigby@freescale.com>
48792
48793 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
48794 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48795 Date: Mon Jan 14 17:35:44 2008 -0600
48796
48797 ColdFire: Fix CFI Flash low level Read/Write macro
48798
48799 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48800 Signed-off by: John Rigby <jrigby@freescale.com>
48801
48802 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
48803 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48804 Date: Mon Jan 14 17:23:08 2008 -0600
48805
48806 ColdFire: Add M5373EVB platform support - 2
48807
48808 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48809 Signed-off by: John Rigby <jrigby@freescale.com>
48810
48811 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
48812 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48813 Date: Mon Jan 14 17:19:54 2008 -0600
48814
48815 ColdFire: Add M5373EVB platform support - 1
48816
48817 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48818 Signed-off by: John Rigby <jrigby@freescale.com>
48819
48820 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
48821 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48822 Date: Mon Jan 14 17:17:03 2008 -0600
48823
48824 ColdFire: Update FlexBus CS for MCF532x
48825
48826 Definition update and change from 16bit to 32bit
48827
48828 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48829 Signed-off by: John Rigby <jrigby@freescale.com>
48830
48831 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
48832 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48833 Date: Mon Jan 14 17:11:47 2008 -0600
48834
48835 ColdFire: PCI and misc updates for MCF5445x
48836
48837 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48838 Signed-off by: John Rigby <jrigby@freescale.com>
48839
48840 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
48841 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48842 Date: Mon Jan 14 17:06:55 2008 -0600
48843
48844 ColdFire: MCF5445x header files cleanup
48845
48846 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48847 Signed-off by: John Rigby <jrigby@freescale.com>
48848
48849 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
48850 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48851 Date: Mon Jan 14 16:59:42 2008 -0600
48852
48853 ColdFire: MCF532x header files cleanup
48854
48855 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48856 Signed-off by: John Rigby <jrigby@freescale.com>
48857
48858 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
48859 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48860 Date: Mon Jan 14 15:30:15 2008 -0600
48861
48862 ColdFire: Add modules header files
48863
48864 Add CF specific modules header files
48865
48866 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48867 Signed-off-by: John Rigby <jrigby@freescale.com>
48868
48869 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
48870 Author: Kim Phillips <kim.phillips@freescale.com>
48871 Date: Thu Jan 17 12:48:00 2008 -0600
48872
48873 codingstyle cleanup for spi driver
48874
48875 ..and rm unused CONFIG_FSL_SPI define
48876
48877 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48878
48879 commit d59feffb42c9f174116db7a82a311df98983dfce
48880 Author: Haiying Wang <Haiying.Wang@freescale.com>
48881 Date: Wed Jan 16 17:12:12 2008 -0500
48882
48883 FSL: Fix common EEPROM_data structure definition
48884
48885 - Fix EEPROM_data structure definition according to System EEPROM Data Format.
48886 - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
48887 bd->bi_ethaddr.
48888
48889 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
48890
48891 commit 6bee764bd6da510a4aad614880300c968bc7318d
48892 Author: Timur Tabi <timur@freescale.com>
48893 Date: Wed Jan 16 15:48:12 2008 -0600
48894
48895 86xx: enable command-line editing
48896
48897 Enable command-line editing for all MPC86xx boards.
48898
48899 Signed-off-by: Timur Tabi <timur@freescale.com>
48900
48901 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
48902 Author: Ben Warren <biggerbadderben@gmail.com>
48903 Date: Wed Jan 16 22:37:42 2008 -0500
48904
48905 Implement hard SPI driver on MPC8349EMDS
48906
48907 This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
48908 This board has an ST M25P40 4Mbit EEPROM on its SPI bus
48909
48910 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48911 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48912
48913 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
48914 Author: Ben Warren <biggerbadderben@gmail.com>
48915 Date: Wed Jan 16 22:37:35 2008 -0500
48916
48917 Add support for a Freescale non-CPM SPI controller
48918
48919 This patch adds support for the SPI controller found on Freescale PowerPC
48920 processors such as the MCP834x family. Additionally, a new config option,
48921 CONFIG_HARD_SPI, is added for general purpose SPI controller use.
48922
48923 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48924 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48925
48926 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
48927 Author: Dave Liu <r63238@freescale.com>
48928 Date: Thu Jan 17 18:23:19 2008 +0800
48929
48930 mpc83xx: Fix the fatal conflict of merge
48931
48932 The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
48933 will cause the mpc8315erdb board can't boot up.
48934
48935 The patch fix that bug, and remove the duplicated #ifdef
48936 CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
48937 MPC8313E processor.
48938
48939 Signed-off-by: Dave Liu <daveliu@freescale.com>
48940 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48941
48942 commit 3259eeaa4148125a81417477f62c05bd67f60587
48943 Author: Larry Johnson <lrj@acm.org>
48944 Date: Thu Jan 17 08:50:09 2008 -0500
48945
48946 Merge Sequoia beautification into Korat code
48947
48948 Signed-off-by: Larry Johnson <lrj@acm.org>
48949
48950 commit e16925773211291b562e77187061e9dd1d757217
48951 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48952 Date: Thu Jan 17 07:45:05 2008 +0100
48953
48954 net: add 'ethrotate' environment variable
48955
48956 [PATCH] net: add 'ethrotate' environment variable
48957
48958 This patch replaces the buildtime configuration option
48959 CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
48960 configuration veriable. See README.
48961
48962 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48963 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48964
48965 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
48966 Author: Stefan Roese <sr@denx.de>
48967 Date: Thu Jan 17 14:29:04 2008 +0100
48968
48969 ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
48970
48971 Signed-off-by: Stefan Roese <sr@denx.de>
48972
48973 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
48974 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48975 Date: Thu Jan 17 18:07:32 2008 +0900
48976
48977 sh: Remove CONFIG_COMMANDS from MS7720SE config file
48978
48979 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48980
48981 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
48982 Author: Niklaus Giger <niklaus.giger@netstal.com>
48983 Date: Wed Jan 16 18:39:20 2008 +0100
48984
48985 ppc4xx: Netstal HCU4 board: added various fixes and POST
48986
48987 - Moved some common code to netstal/common/nm_bsp.c.
48988 - sdram initialisation goes go netstal/common/fixed_sdram.c.
48989 - Added support for POST.
48990 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
48991
48992 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
48993
48994 commit 69b0634a4ee98c9791815600d43b99f626a952f3
48995 Author: Niklaus Giger <niklaus.giger@netstal.com>
48996 Date: Thu Jan 17 12:53:56 2008 +0100
48997
48998 ppc4xx: netstal/common define routines used by all boards
48999
49000 Added some routines used by all Netstal boards:
49001 - nm_bsp.c: - nm_show_print and
49002 - common_misc_init_r
49003 - set_params_for_sw_install. Very specific code to handle our SW
49004 installation procedure
49005 - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
49006 to handle sdram initialization.
49007 - nm.h: Common header
49008
49009 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49010
49011 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
49012 Author: Niklaus Giger <niklaus.giger@netstal.com>
49013 Date: Wed Jan 16 18:39:18 2008 +0100
49014
49015 ppc4xx: Netstal HCU5 board: added various fixes and POST
49016
49017 - Moved some common code to nestal/common/nm_bsp.c.
49018 - Added support for the vxWorks EDR.
49019 - Enable trace for Lauterbach, if present.
49020 - Added support for POST.
49021 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
49022
49023 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49024
49025 commit 4371090e5da77edc7bf9f296364db4801639d9c4
49026 Author: Niklaus Giger <niklaus.giger@netstal.com>
49027 Date: Wed Jan 16 18:39:08 2008 +0100
49028
49029 ppc4xx: Netstal HCU5 board. Added POST. Various fixes
49030
49031 - Various fixes
49032 - Reduced rom_size from 384 to 320 kB
49033 - Environment is now in flash
49034 - Added POST
49035 - Support for OF
49036
49037 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49038
49039 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
49040 Author: Niklaus Giger <niklaus.giger@netstal.com>
49041 Date: Wed Jan 16 18:37:50 2008 +0100
49042
49043 ppc4xx: Netstal HCU4 board. Added POST. Various fixes
49044
49045 - Various fixes
49046 - Reduced rom_size from 384 to 320 kB
49047 - Environment is now in flash
49048 - Added POST
49049 - Support for OF
49050
49051 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49052
49053 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
49054 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49055 Date: Thu Jan 17 10:53:08 2008 +0100
49056
49057 ppc4xx: Complete DU440 board support
49058
49059 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49060
49061 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
49062 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49063 Date: Thu Jan 17 10:52:30 2008 +0100
49064
49065 ppc4xx: Add DU440 board support
49066
49067 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49068
49069 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
49070 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49071 Date: Thu Jan 17 15:53:52 2008 +0900
49072
49073 sh: Update SuperH SCIF driver
49074
49075 This patch fixed wrong SH7720 CPU macro and changed macro that
49076 calculated value of SCBRR register.
49077
49078 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49079
49080 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
49081 Author: Grzegorz Bernacki <gjb@semihalf.com>
49082 Date: Wed Jan 16 15:12:47 2008 +0100
49083
49084 Set ips dividor to 1/4 of csb clock.
49085
49086 Previous setting cause ips clock to be out of spec. This bug was found by John
49087 Rigby from Freescale.
49088
49089 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
49090
49091 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
49092 Author: Kumar Gala <galak@kernel.crashing.org>
49093 Date: Thu Jan 17 02:19:18 2008 -0600
49094
49095 85xx: Get ride of old TLB setup code
49096
49097 Now that all boards have been converted, remove old config code and the
49098 config option for the new style.
49099
49100 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49101
49102 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
49103 Author: Kumar Gala <galak@kernel.crashing.org>
49104 Date: Thu Jan 17 02:02:10 2008 -0600
49105
49106 85xx: Convert TQM85xx to new TLB setup
49107
49108 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49109
49110 commit 74121b470c14f7eaf284ee838bffca6f9521069e
49111 Author: Kumar Gala <galak@kernel.crashing.org>
49112 Date: Thu Jan 17 01:56:32 2008 -0600
49113
49114 85xx: Convert STXGP3 & STXSSA to new TLB setup
49115
49116 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49117
49118 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
49119 Author: Kumar Gala <galak@kernel.crashing.org>
49120 Date: Thu Jan 17 01:44:34 2008 -0600
49121
49122 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
49123
49124 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49125
49126 commit 818218bac6a11591e2542c344d2330e0f4e1968b
49127 Author: Kumar Gala <galak@kernel.crashing.org>
49128 Date: Thu Jan 17 01:31:34 2008 -0600
49129
49130 85xx: Convert PM854/PM856 to new TLB setup
49131
49132 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49133
49134 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
49135 Author: Kumar Gala <galak@kernel.crashing.org>
49136 Date: Thu Jan 17 01:25:33 2008 -0600
49137
49138 85xx: Convert MPC8540EVAL to new TLB setup
49139
49140 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49141
49142 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
49143 Author: Kumar Gala <galak@kernel.crashing.org>
49144 Date: Thu Jan 17 01:12:22 2008 -0600
49145
49146 85xx: Convert MPC8568 MDS to new TLB setup
49147
49148 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49149
49150 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
49151 Author: Kumar Gala <galak@kernel.crashing.org>
49152 Date: Thu Jan 17 01:01:09 2008 -0600
49153
49154 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
49155
49156 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49157
49158 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
49159 Author: Kumar Gala <galak@kernel.crashing.org>
49160 Date: Thu Jan 17 00:52:29 2008 -0600
49161
49162 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
49163
49164 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49165
49166 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
49167 Author: Kumar Gala <galak@kernel.crashing.org>
49168 Date: Thu Jan 17 00:32:17 2008 -0600
49169
49170 85xx: Convert ATUM8548 to new TLB setup
49171
49172 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49173
49174 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
49175 Author: Kumar Gala <galak@kernel.crashing.org>
49176 Date: Wed Jan 16 23:11:57 2008 -0600
49177
49178 85xx: Convert MPC8544 DS to new TLB setup
49179
49180 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49181
49182 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
49183 Author: Kumar Gala <galak@kernel.crashing.org>
49184 Date: Wed Jan 16 22:38:34 2008 -0600
49185
49186 85xx: Reworked initial processor init
49187
49188 Reworked the initial processor initialzation sequence:
49189 * introduced cpu_early_init_f that is run in address space 1 (AS=1)
49190 * Moved TLB/LAW and CCSR init into cpu_early_init_f()
49191 * Reworked initial asm code to do most of the core init before TLBs
49192
49193 The main reasons for these changes are to allow handling of 36-bit phys
49194 addresses in the future and some of the issues that will exist when we
49195 do that.
49196
49197 There are a few caveats on what can be initialized via the LAW and TLB
49198 static tables:
49199 * TLB entry 14/15 can't be initialized via the TLB table
49200 * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
49201 the code that is currently executing.
49202
49203 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49204
49205 commit 44a23cfd6360a68eaa41f945190618a55519eac3
49206 Author: Kumar Gala <galak@kernel.crashing.org>
49207 Date: Wed Jan 16 22:33:22 2008 -0600
49208
49209 85xx: Introduce new tlb API
49210
49211 Add a set of functions to manipulate TLB entries:
49212 * set_tlb() - write a tlb entry
49213 * invalidate_tlb() - invalidate a tlb array
49214 * disable_tlb() - disable a variable size tlb entry
49215 * init_tlbs() - setup initial tlbs based on static table
49216
49217 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49218
49219 commit be88b1699863c262818f3af7f60173b4d48df8fc
49220 Author: Stefan Roese <sr@denx.de>
49221 Date: Thu Jan 17 07:50:17 2008 +0100
49222
49223 ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
49224
49225 Signed-off-by: Stefan Roese <sr@denx.de>
49226
49227 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
49228 Author: Kumar Gala <galak@kernel.crashing.org>
49229 Date: Wed Jan 16 10:04:42 2008 -0600
49230
49231 85xx: Use proper defines for PCI addresses
49232
49233 We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
49234 While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
49235 be used for configuring the PCI ATMU.
49236
49237 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49238
49239 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
49240 Author: Kumar Gala <galak@kernel.crashing.org>
49241 Date: Wed Jan 16 09:22:29 2008 -0600
49242
49243 85xx: Remove old style of LAW init
49244
49245 All boards are now using the new fsl_law code so we can drop the old version.
49246
49247 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49248
49249 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
49250 Author: Kumar Gala <galak@kernel.crashing.org>
49251 Date: Wed Jan 16 09:15:29 2008 -0600
49252
49253 85xx: convert remaining 85xx boards over to use new LAW init code
49254
49255 Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
49256 to use new LAW init code.
49257
49258 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49259
49260 commit 572b13afc42710f2957c382a710360429c0e099b
49261 Author: Kumar Gala <galak@kernel.crashing.org>
49262 Date: Wed Jan 16 09:11:53 2008 -0600
49263
49264 85xx: convert STXGP3/STXSSA over to use new LAW init code
49265
49266 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49267
49268 commit 45f2166ac0233a9263058378f39612bd11f61196
49269 Author: Kumar Gala <galak@kernel.crashing.org>
49270 Date: Wed Jan 16 09:06:48 2008 -0600
49271
49272 85xx: convert PM854/PM856 over to use new LAW init code
49273
49274 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49275
49276 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
49277 Author: Kumar Gala <galak@kernel.crashing.org>
49278 Date: Wed Jan 16 09:05:27 2008 -0600
49279
49280 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
49281
49282 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49283
49284 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
49285 Author: Kumar Gala <galak@kernel.crashing.org>
49286 Date: Wed Jan 16 01:45:10 2008 -0600
49287
49288 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
49289
49290 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49291
49292 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
49293 Author: Kumar Gala <galak@kernel.crashing.org>
49294 Date: Wed Jan 16 01:32:06 2008 -0600
49295
49296 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
49297
49298 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49299
49300 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
49301 Author: Kumar Gala <galak@kernel.crashing.org>
49302 Date: Wed Jan 16 01:16:16 2008 -0600
49303
49304 85xx: convert MPC8544 DS over to use new LAW init code
49305
49306 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49307
49308 commit 83d40dfd79fe868796275802f60116d84b9e4395
49309 Author: Kumar Gala <galak@kernel.crashing.org>
49310 Date: Wed Jan 16 01:13:58 2008 -0600
49311
49312 85xx: Move LAW init code into C
49313
49314 Move the initialization of the LAWs into C code and provide an API
49315 to allow modification of LAWs after init.
49316
49317 Board code is responsible to provide a law_table and num_law_entries.
49318
49319 We should be able to use the same code on 86xx as well.
49320
49321 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49322
49323 commit bed8ce838a609aaab136d43b25e6df2a520bc854
49324 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49325 Date: Sat Dec 22 15:03:12 2007 +0100
49326
49327 qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
49328
49329 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49330
49331 commit 0764c164fed6277d359cf132d55187ea34290114
49332 Author: Vlad Lungu <vlad@comsys.ro>
49333 Date: Wed Jan 16 19:27:51 2008 +0200
49334
49335 MIPS:Target support for qemu -M mips
49336
49337 With serial, NE2000, IDE support. Tested in big-endian mode.
49338 Memory size hard-coded to 128M for now, so don't play with
49339 the -m option.
49340
49341 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
49342
49343 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
49344 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49345 Date: Fri Jan 11 00:01:37 2008 +0100
49346
49347 Fix nfs command help to reflect that the serverip is optional
49348
49349 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49350 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49351
49352 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
49353 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49354 Date: Mon Dec 10 22:32:14 2007 +0100
49355
49356 bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
49357
49358 and move is_valid_ether_addr board file
49359
49360 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49361 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49362
49363 commit c2f896b8fc4722e36915903e1942e138e68ce804
49364 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49365 Date: Wed Jan 16 16:13:31 2008 +0900
49366
49367 drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
49368
49369 rx_status on the memory is basically in LE, but needs to be handled in CPU
49370 endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
49371 it'll work fine.
49372
49373 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49374 Cc: Masami Komiya <mkomiya@sonare.it>
49375 Cc: Lucas Jin <lucasjin@gmail.com>
49376 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49377
49378 commit 96a236746fe6a7b84802afb4ed31536696d34812
49379 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49380 Date: Wed Jan 16 16:12:26 2008 +0900
49381
49382 drivers/net/rtl8139.c: Fix cache coherency issues
49383
49384 Current driver is meant for cache coherent systems. This patch adds
49385 flush_cache() routines to support cache non-coherent systems.
49386
49387 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49388 Cc: Masami Komiya <mkomiya@sonare.it>
49389 Cc: Lucas Jin <lucasjin@gmail.com>
49390 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49391
49392 commit d1276c76c1e2b5035296689280ba1acb2c425104
49393 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49394 Date: Wed Jan 16 16:11:14 2008 +0900
49395
49396 drivers/net/rtl8139.c: Fix tx timeout
49397
49398 "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
49399 does, the condition "(currticks() < to)" becomes invalid and immediately
49400 leads to tx timeout error. This patch introduces the fine-graded udely(10)
49401 loops to ease the impact of wrapping around.
49402
49403 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49404 Cc: Masami Komiya <mkomiya@sonare.it>
49405 Cc: Lucas Jin <lucasjin@gmail.com>
49406 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49407
49408 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
49409 Author: Dave Liu <r63238@freescale.com>
49410 Date: Fri Jan 11 18:45:28 2008 +0800
49411
49412 TSEC: Add the support for RealTek RTL8211B PHY
49413
49414 Add the support of RealTek RTL8211B PHY, the RTL8211B
49415 PHY only supports RGMII and MII mode.
49416
49417 Signed-off-by: Dave Liu <daveliu@freescale.com>
49418 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49419
49420 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
49421 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
49422 Date: Wed Jan 16 09:40:41 2008 +0100
49423
49424 Remove annoying debug printout for PHY less boards.
49425
49426 PHY less board prints out lots of "read wrong ...":
49427 read wrong value : mii_id 3,mii_reg 2, base e0102320
49428 read wrong value : mii_id 3,mii_reg 3, base e0102320
49429 UEC: PHY is Generic MII (ffffffff)
49430 read wrong value : mii_id 3,mii_reg 4, base e0102320
49431 read wrong value : mii_id 3,mii_reg 0, base e0102320
49432 read wrong value : mii_id 3,mii_reg 1, base e0102320
49433 read wrong value : mii_id 3,mii_reg 1, base e0102320
49434 read wrong value : mii_id 3,mii_reg 5, base e0102320
49435 read wrong value : mii_id 3,mii_reg 1, base e0102320
49436 read wrong value : mii_id 3,mii_reg 1, base e0102320
49437 read wrong value : mii_id 3,mii_reg 5, base e0102320
49438 FSL UEC0: Full Duplex
49439 FSL UEC0: Speed 100BT
49440 FSL UEC0: Link is up
49441 Using FSL UEC0 device
49442
49443 Make this printout depend on UEC_VERBOSE_DEBUG and
49444 remove its definition in uec_phy.c
49445
49446 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
49447 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49448
49449 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
49450 Author: Kim Phillips <kim.phillips@freescale.com>
49451 Date: Tue Jan 15 14:11:00 2008 -0600
49452
49453 net: reduce boot latency on QE UEC based boards
49454
49455 actually polling for PHY autonegotiation to finish enables us to remove the
49456 5 second boot prompt latency present on QE based boards.
49457
49458 call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
49459 uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
49460 code shamelessly stolen from tsec driver.
49461
49462 also rm unused CONFIG_RMII_MODE code.
49463
49464 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49465 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
49466 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49467
49468 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
49469 Author: michael.firth@bt.com <michael.firth@bt.com>
49470 Date: Wed Jan 16 11:40:51 2008 +0000
49471
49472 TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
49473
49474 The current TSEC driver limits MDIO access to the devices that have been configured as attached
49475 to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
49476
49477 Signed-off-by: Michael Firth <michael.firth@bt.com>
49478 Acked-by: Andy Fleming <afleming@freescale.com>
49479 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49480
49481 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
49482 Author: Kim Phillips <kim.phillips@freescale.com>
49483 Date: Wed Jan 16 00:38:05 2008 -0600
49484
49485 Add support for the MPC837xERDB
49486
49487 MPC837xERDB board support includes:
49488 * DDR2 330MHz hardcoded (soldered on the board)
49489 * Local Bus NOR Flash
49490 * I2C, UART and RTC
49491 * eTSEC RGMII (TSEC0 - RTL8211B with MII;
49492 * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
49493 * load)
49494
49495 Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
49496 Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
49497 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49498
49499 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
49500 Author: Kim Phillips <kim.phillips@freescale.com>
49501 Date: Wed Jan 16 12:06:16 2008 -0600
49502
49503 mpc83xx: add support for more system clock performance controls
49504
49505 System registers that are modified are the Arbiter Configuration
49506 Register (ACR), the System Priority Control Register (SPCR), and the
49507 System Clock Configuration Register (SCCR).
49508
49509 Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
49510 Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
49511 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49512
49513 commit 16c3cde050e2d243e62b37486f1558570787beb8
49514 Author: James Yang <james.yang@freescale.com>
49515 Date: Wed Jan 16 11:58:08 2008 -0600
49516
49517 FSL: Generalize PIXIS reset command parsing.
49518
49519 Before, the order of arguments to the pixis_reset
49520 command needed to be supplied in a hard-coded order.
49521 Generalize the command parsing to allow any order.
49522
49523 Signed-off-by: James Yang <james.yang@freescale.com>
49524 Acked-by: Jon Loeliger <jdl@freescale.com>
49525
49526 commit ad8f8687b78c3e917b173f038926695383c55555
49527 Author: Jon Loeliger <jdl@freescale.com>
49528 Date: Tue Jan 15 13:42:41 2008 -0600
49529
49530 FSL: Convert board/freescale/common/Makefile to use CONFIG_
49531
49532 Convert the board/freescale/common/Makefile to use
49533 CONFIG_* options to select which files to conditionally
49534 compile into the board/freescale/common library rather
49535 than conditionally compiling entire files.
49536
49537 Now handles::
49538 CONFIG_FSL_PIXIS
49539 CONFIG_FSL_DIU_FB
49540 CONFIG_PQ_MDS_PIB
49541
49542 CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
49543
49544 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49545
49546 commit 7c2221eb230372a9e537c4f6636b147b0909325f
49547 Author: Roy Zang <tie-fei.zang@freescale.com>
49548 Date: Tue Jan 15 16:38:38 2008 +0800
49549
49550 Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
49551
49552 Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
49553 Remove unused ethernet CONFIG_ options.
49554
49555 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
49556 Acked-by: Jon Loeliger <jdl@freescale.com>
49557
49558 commit 711a7946277d2e29af481011e8635e9975c54e45
49559 Author: Kim Phillips <kim.phillips@freescale.com>
49560 Date: Tue Jan 15 14:05:14 2008 -0600
49561
49562 mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
49563
49564 continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
49565
49566 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49567
49568 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
49569 Author: Kim Phillips <kim.phillips@freescale.com>
49570 Date: Tue Jan 15 09:51:12 2008 -0600
49571
49572 mpc83xx: clean up mpc8360emds.c warnings
49573
49574 mpc8360emds.c: In function 'ft_board_setup':
49575 mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
49576 mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
49577 mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
49578 mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
49579 mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
49580 mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
49581
49582 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49583
49584 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
49585 Author: Kim Phillips <kim.phillips@freescale.com>
49586 Date: Mon Jan 14 16:14:46 2008 -0600
49587
49588 mpc83xx: fix phy-connection-type fixup code
49589
49590 use tree passed to us in local blob, not global fdt.
49591
49592 Also use fdt_path_offset to convert to relative offset, since absolute
49593 reference is needed to check for rgmii-id mode string value.
49594
49595 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49596
49597 commit 2b4c952be7c4357a13e839d48df80853820c33eb
49598 Author: Kumar Gala <galak@kernel.crashing.org>
49599 Date: Mon Jan 14 09:01:40 2008 -0600
49600
49601 mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
49602
49603 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49604 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49605
49606 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
49607 Author: Poonam Aggrwal <b10812@freescale.com>
49608 Date: Mon Jan 14 09:41:14 2008 +0530
49609
49610 Changes in uboot DDR configuration for MPC8313eRDB
49611
49612 These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
49613 DDR configuration in u-boot code. Some are related to performance, some
49614 affect stability and some correct few basic errors in the current
49615 configuration.
49616
49617 The changes have been tested and found to give better memory latency
49618 figures on MPC8313eRDB.LMBench figures prove it.
49619
49620 The changes are:
49621
49622 - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
49623 (this may improve performance for application with many read
49624 or write to open pages).
49625 - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
49626 001 (activating all the CS when only one is used may cause
49627 unwanted noise on the system)
49628
49629 - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
49630 Tras=45ns)
49631 - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
49632
49633 - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
49634 comply with the 3 ODT clk requirements)
49635 - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
49636 - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
49637
49638 - DDR_SDRAM_MODE[AL]changed from 0 to 1.
49639 - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
49640
49641 - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
49642 - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
49643
49644 The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
49645 The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
49646
49647 Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
49648 Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
49649 Cc: Razzaz Mazyar <MRazzaz@freescale.com>
49650 Cc: Josep P J <PJ.Joseph@freescale.com>
49651 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49652
49653 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
49654 Author: Jerry Van Baren <gvb.uboot@gmail.com>
49655 Date: Sat Jan 12 13:24:14 2008 -0500
49656
49657 Enable the isdram command on the MPC8360EMDS board
49658
49659 The isdram command prints out decoded information the "serial presence
49660 detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when
49661 debugging memory configuration problems.
49662
49663 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49664 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49665
49666 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
49667 Author: Dave Liu <r63238@freescale.com>
49668 Date: Fri Jan 11 18:48:24 2008 +0800
49669
49670 mpc83xx: Add the support for MPC8315ERDB board
49671
49672 The features list:
49673 - Boot from NOR Flash
49674 - DDR2 266MHz hardcoded configuration
49675 - Local bus NOR Flash R/W operation
49676 - I2C, UART, MII and RTC
49677 - eTSEC0/1 support
49678 - PCI host
49679
49680 Signed-off-by: Dave Liu <daveliu@freescale.com>
49681 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49682
49683 commit b05884efa614e4d8a9413158fc228e0dc02ab704
49684 Author: Dave Liu <r63238@freescale.com>
49685 Date: Fri Jan 11 18:46:50 2008 +0800
49686
49687 mpc83xx: Add config of eTSEC emergency priority in SPCR
49688
49689 The TSEC emergency priority definition of 831x/837x
49690 is different than the definition of 834x in SPCR register.
49691
49692 Add the other config of TSEC emergency priority into
49693 cpu_init.c
49694
49695 Signed-off-by: Dave Liu <daveliu@freescale.com>
49696 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49697
49698 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
49699 Author: Dave Liu <r63238@freescale.com>
49700 Date: Fri Jan 11 18:42:19 2008 +0800
49701
49702 mpc83xx: Remove cache config from MPC8360ERDK.h
49703
49704 The MPC8360ERDK board support patch is added before
49705 the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
49706 so, miss clean up it.
49707
49708 The patch clean up the miss cache config.
49709
49710 Signed-off-by: Dave Liu <daveliu@freescale.com>
49711 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49712
49713 commit cd9d23053d435c08fc8695017b5cb9003fcda786
49714 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
49715 Date: Mon Jan 14 23:09:32 2008 +0300
49716
49717 nand: FSL UPM NAND driver
49718
49719 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
49720
49721 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
49722 Author: Kyungmin Park <kmpark@infradead.org>
49723 Date: Tue Jan 15 08:59:44 2008 +0900
49724
49725 OneNAND: Separate U-Boot dependent code from OneNAND
49726
49727 OneNAND: Separate U-Boot dependent code from OneNAND
49728
49729 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49730
49731 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
49732 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49733 Date: Wed Jan 16 10:33:46 2008 +0100
49734
49735 ppc4xx: Sequoia coding style cleanup and beautification
49736
49737 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49738
49739 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
49740 Author: Larry Johnson <lrj@acm.org>
49741 Date: Tue Jan 15 14:35:58 2008 -0500
49742
49743 ppc4xx: Refactor ECC POST for AMCC Denali core
49744
49745 The ECC POST reported intermittent failures running after power-up on
49746 the Korat PPC440EPx board. Even when the test passed, the debugging
49747 output occasionally reported additional unexpected ECC errors.
49748
49749 This refactoring has three main objectives: (1) minimize the code
49750 executed with ECC enabled during the tests, (2) add more checking of the
49751 results so any unexpected ECC errors would cause the test to fail, and
49752 (3) use synchronization (only) where required by the processor.
49753
49754 Signed-off-by: Larry Johnson <lrj@acm.org>
49755
49756 commit 2465665b73ac2f688af945b1ed510752afa816a4
49757 Author: David Saada <David.Saada@ecitele.com>
49758 Date: Tue Jan 15 10:40:24 2008 +0200
49759
49760 QE UEC: Extend number of supported UECs to 4
49761
49762 This patch extends the number of supported UECs to 4. Note that the
49763 problem of QE thread resources exhaustion is resolved by setting the
49764 correct number of QE threads according to Ethernet type (GBE or FE).
49765
49766 Signed-off-by: David Saada <david.saada@ecitele.com>
49767 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49768
49769 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
49770 Author: Wolfgang Denk <wd@denx.de>
49771 Date: Wed Jan 16 00:01:01 2008 +0100
49772
49773 LWMON5: enable hush shell as command line parser
49774
49775 Signed-off-by: Wolfgang Denk <wd@denx.de>
49776
49777 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
49778 Author: Wolfgang Denk <wd@denx.de>
49779 Date: Tue Jan 15 17:22:28 2008 +0100
49780
49781 ADS5121: disable watchdog; enable image timestamps
49782
49783 Signed-off-by: Wolfgang Denk <wd@denx.de>
49784
49785 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
49786 Author: Wolfgang Denk <wd@denx.de>
49787 Date: Tue Jan 15 17:21:28 2008 +0100
49788
49789 TK885D: fixes for bigger flash sector sizes on new modules;
49790 adjust default environment;
49791 disable SCC ethernet (not used on this board).
49792
49793 Signed-off-by: Wolfgang Denk <wd@denx.de>
49794
49795 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
49796 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49797 Date: Tue Jan 15 17:48:13 2008 +0900
49798
49799 pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
49800
49801 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49802
49803 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
49804 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49805 Date: Tue Jan 15 23:25:25 2008 +0900
49806
49807 sh: Add support SH7710/SH7712
49808
49809 SH7710/SH7712 of SH3 CPU are supported.
49810 SH771X is called SH-Ether, and has the Ether controller in CPU.
49811 The driver of Ether is not included in this patch.
49812
49813 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49814
49815 commit 63a11be68306870e04d3851ed9fa41955cdf4894
49816 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49817 Date: Tue Jan 15 23:06:17 2008 +0900
49818
49819 sh: Add support of map_physmem() and unmap_physmem() to SuperH
49820
49821 This patch add the support of map_physmem() and unmap_physmem()
49822 used with Common Flash Interface(CFI) driver.
49823
49824 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49825
49826 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
49827 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49828 Date: Wed Jan 9 14:42:27 2008 +0900
49829
49830 sh: Add maintainer of MS7720SE to the MAINTAINER file
49831
49832 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49833
49834 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
49835 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49836 Date: Wed Jan 9 14:39:58 2008 +0900
49837
49838 sh: Fix board name in MS7720SE's config.mk
49839
49840 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49841
49842 commit c0a04d93734d768b39dbb72fb501b65614c8615d
49843 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49844 Date: Wed Jan 9 14:37:36 2008 +0900
49845
49846 sh: Add MS7720SE to MAKEALL
49847
49848 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49849
49850 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
49851 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49852 Date: Mon Dec 3 22:58:50 2007 +0900
49853
49854 sh: Add support for MS7720RP02 board
49855
49856 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49857 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49858 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49859
49860 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
49861 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49862 Date: Wed Jan 9 14:30:02 2008 +0900
49863
49864 sh: Add support for SH7720 in serial_sh driver.
49865
49866 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49867 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49868 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49869
49870 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
49871 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49872 Date: Mon Dec 3 22:58:45 2007 +0900
49873
49874 sh: Add support SH3 and SH7720
49875
49876 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49877 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49878 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49879
49880 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
49881 Author: Stefan Roese <sr@denx.de>
49882 Date: Tue Jan 15 10:11:02 2008 +0100
49883
49884 ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
49885
49886 Signed-off-by: Stefan Roese <sr@denx.de>
49887
49888 commit 17bef68097ab3692500a36fb31115bff7910aa99
49889 Author: Niklaus Giger <niklausgiger@gmx.ch>
49890 Date: Mon Jan 14 14:04:42 2008 +0100
49891
49892 ppc_4xx: Fix post spr.c for PPC405
49893
49894 post/cpu/ppc4xx/spr.c contained a few checks for registers only present
49895 for PPC440 and derivates processor.
49896
49897 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49898
49899 commit 06c428bcd4413014b43236e77765022071424fa6
49900 Author: Dave Liu <r63238@freescale.com>
49901 Date: Mon Jan 14 11:12:01 2008 +0800
49902
49903 QE: fix compile warning
49904
49905 qe.c: In function 'qe_upload_firmware':
49906 qe.c:390: warning: pointer targets in passing argument 2
49907 uec.c: In function 'uec_initialize':
49908 uec.c:1236: warning: 'uec_info' may be used uninitialized
49909
49910 Signed-off-by: Dave Liu <daveliu@freescale.com>
49911
49912 commit a0dd99d51efa55fe023e19c97ead92683725eb11
49913 Author: Stefan Roese <sr@denx.de>
49914 Date: Mon Jan 14 10:05:05 2008 +0100
49915
49916 ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
49917
49918 Now that bit 29 is the USB PHY reset bit, update the Kilauea port
49919 to remove the USB PHY reset after powerup. The CPLD will keep the
49920 USB PHY in reset (active low) until the bit is set to 1 in
49921 board_early_init_f().
49922
49923 Signed-off-by: Stefan Roese <sr@denx.de>
49924
49925 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
49926 Author: Wolfgang Denk <wd@denx.de>
49927 Date: Sun Jan 13 23:26:45 2008 +0100
49928
49929 ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
49930
49931 Signed-off-by: Wolfgang Denk <wd@denx.de>
49932
49933 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
49934 Author: Wolfgang Denk <wd@denx.de>
49935 Date: Sun Jan 13 23:37:50 2008 +0100
49936
49937 ADS5121: Fix typo in ads5121.c, adjust default environment
49938
49939 Signed-off-by: Wolfgang Denk <wd@denx.de>
49940
49941 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
49942 Author: John Rigby <jrigby@freescale.com>
49943 Date: Fri Aug 24 18:18:43 2007 -0600
49944
49945 ADS5121: MAX slew rate for PATA pins
49946
49947 Signed-off-by: John Rigby <jrigby@freescale.com>
49948
49949 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
49950 Author: Wolfgang Denk <wd@denx.de>
49951 Date: Sun Jan 13 21:05:52 2008 +0100
49952
49953 Fix Makefile dependency problem with parallel builds.
49954
49955 Signed-off-by: Wolfgang Denk <wd@denx.de>
49956
49957 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
49958 Author: Wolfgang Denk <wd@denx.de>
49959 Date: Sun Jan 13 19:51:39 2008 +0100
49960
49961 MPC8544DS: fix board Makefile for silent build (with -s)
49962
49963 Signed-off-by: Wolfgang Denk <wd@denx.de>
49964
49965 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
49966 Author: Wolfgang Denk <wd@denx.de>
49967 Date: Sun Jan 13 16:44:08 2008 +0100
49968
49969 PMC440 board: fix board Makefile for out-of-tree building
49970
49971 Signed-off-by: Wolfgang Denk <wd@denx.de>
49972
49973 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
49974 Author: Wolfgang Denk <wd@denx.de>
49975 Date: Sun Jan 13 16:07:44 2008 +0100
49976
49977 Makalu: fix compile warning
49978
49979 Signed-off-by: Wolfgang Denk <wd@denx.de>
49980
49981 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
49982 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49983 Date: Sun Jan 13 12:36:12 2008 +0100
49984
49985 cmd_nand : fix compiler warning.
49986
49987 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49988
49989 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
49990 Author: Michael Schwingen <rincewind@discworld.dascon.de>
49991 Date: Sat Jan 12 20:29:47 2008 +0100
49992
49993 CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
49994
49995 Signed-off-by: Michael Schwingen <michael@schwingen.org>
49996 Acked-by: Stefan Roese <sr@denx.de>
49997
49998 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
49999 Author: Wolfgang Denk <wd@denx.de>
50000 Date: Sun Jan 13 02:19:44 2008 +0100
50001
50002 MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
50003
50004 Signed-off-by: Wolfgang Denk <wd@denx.de>
50005
50006 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
50007 Author: Wolfgang Denk <wd@denx.de>
50008 Date: Sun Jan 13 02:19:13 2008 +0100
50009
50010 MPC8xx FEC driver: fix compiler warning.
50011
50012 Signed-off-by: Wolfgang Denk <wd@denx.de>
50013
50014 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
50015 Author: Wolfgang Denk <wd@denx.de>
50016 Date: Sun Jan 13 00:59:21 2008 +0100
50017
50018 Fix Makefile dependencies issues; allow silent build
50019
50020 - get rid of "version" target whichdidn't really work
50021 - make autoconf.mk depend on version_autogenerated.h to make sure
50022 to rebuild files as needed
50023 - add XECHO macro to allow for silent build using "make -s"
50024
50025 Signed-off-by: Wolfgang Denk <wd@denx.de>
50026
50027 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
50028 Author: Wolfgang Denk <wd@denx.de>
50029 Date: Sun Jan 13 00:55:47 2008 +0100
50030
50031 ADS5121e: fix compile warning
50032
50033 Signed-off-by: Wolfgang Denk <wd@denx.de>
50034
50035 commit f2b6f4610627fe3d607620e25082916a01538875
50036 Author: Wolfgang Denk <wd@denx.de>
50037 Date: Sun Jan 13 00:55:18 2008 +0100
50038
50039 MUNICes: fix board Makefile for remote build directory
50040
50041 Signed-off-by: Wolfgang Denk <wd@denx.de>
50042
50043 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
50044 Author: Oliver Weber <almoeli@gmx.de>
50045 Date: Wed Jan 9 17:04:38 2008 +0100
50046
50047 MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
50048
50049 Signed-off-by: Oliver Weber <almoeli@gmx.de>
50050
50051 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
50052 Author: Andreas Engel <andreas.engel@ericsson.com>
50053 Date: Wed Jan 9 17:10:56 2008 +0100
50054
50055 Make bootretry work when command line editing is enabled
50056
50057 Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
50058 This patch fixes the problem.
50059
50060 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
50061
50062 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
50063 Author: Larry Johnson <lrj@acm.org>
50064 Date: Fri Jan 11 23:26:18 2008 -0500
50065
50066 Refactor code for "i2c sdram" command
50067
50068 Signed-off-by: Larry Johnson <lrj@acm.org>
50069
50070 commit 0df6b8446c4721b91ce311548114891130371083
50071 Author: Larry Johnson <lrj@acm.org>
50072 Date: Thu Jan 10 22:23:39 2008 -0500
50073
50074 Fix "i2c sdram" command for DDR2 DIMMs
50075
50076 Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
50077 "i2c sdram" command. This patch provides correct alternative
50078 interpretations when DDR2 memory is detected.
50079
50080 Signed-off-by: Larry Johnson <lrj@acm.org>
50081
50082 commit 64134f011254123618798ff77c42ba196b2ec485
50083 Author: Wolfgang Denk <wd@denx.de>
50084 Date: Sat Jan 12 20:31:39 2008 +0100
50085
50086 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
50087
50088 With recent toolchain versions, some boards would not build because
50089 or errors like this one (here for ocotea board when building with
50090 ELDK 4.2 beta):
50091 ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
50092
50093 For many boards, the .bss section is big enough that it wraps around
50094 at the end of the address space (0xFFFFFFFF), so the problem will not
50095 be visible unless you use a 64 bit tool chain for development. On
50096 some boards however, changes to the code size (due to different
50097 optimizations) we bail out with section overlaps like above.
50098
50099 The fix is to add the NOLOAD attribute to the .bss and .sbss
50100 sections, telling the linker that .bss does not consume any space in
50101 the image.
50102
50103 Signed-off-by: Wolfgang Denk <wd@denx.de>
50104
50105 commit 3afac79ec27b91df185f090b31dad9620779f440
50106 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50107 Date: Fri Jan 11 20:42:58 2008 -0600
50108
50109 USB: Add Philips 1561 PCI-OHCI ids
50110 (needed for M5475EVB)
50111
50112 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50113
50114 commit 5e8def6731cd7bec74bff42a16b139de04010353
50115 Author: Wolfgang Denk <wd@denx.de>
50116 Date: Sat Jan 12 15:51:34 2008 +0100
50117
50118 Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
50119 boards.
50120
50121 Signed-off-by: Heiko Schocher <hs@denx.de>
50122 Signed-off-by: Wolfgang Denk <wd@denx.de>
50123
50124 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
50125 Author: Grzegorz Bernacki <gjb@semihalf.com>
50126 Date: Fri Jan 11 12:03:43 2008 +0100
50127
50128 MPC512X: Cleanup bus clock names.
50129
50130 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
50131
50132 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
50133 Author: Grzegorz Bernacki <gjb@semihalf.com>
50134 Date: Tue Jan 8 17:16:59 2008 +0100
50135
50136 MPC512X: Fixed typo in macro name.
50137
50138 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
50139
50140 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
50141 Author: Grzegorz Bernacki <gjb@semihalf.com>
50142 Date: Tue Jan 8 17:16:15 2008 +0100
50143
50144 ads5121: Added support for FDT.
50145
50146 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
50147
50148 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
50149 Author: Wolfgang Denk <wd@denx.de>
50150 Date: Sat Jan 12 01:05:50 2008 +0100
50151
50152 Coding Style cleanup; update CHANGELOG.
50153
50154 Signed-off-by: Wolfgang Denk <wd@denx.de>
50155
50156 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
50157 Author: Heiko Schocher <hs@denx.de>
50158 Date: Fri Jan 11 15:15:17 2008 +0100
50159
50160 Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
50161
50162 Signed-off-by: Timur Tabi <timur@freescale.com>
50163 Signed-off-by: Heiko Schocher <hs@denx.de>
50164
50165 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
50166 Author: Heiko Schocher <hs@denx.de>
50167 Date: Fri Jan 11 15:15:16 2008 +0100
50168
50169 MUNICes: Set the right CFG_DEFAULT_MBAR value.
50170
50171 Signed-off-by: Heiko Schocher <hs@denx.de>
50172
50173 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
50174 Author: Heiko Schocher <hs@denx.de>
50175 Date: Fri Jan 11 15:15:15 2008 +0100
50176
50177 added the config File for the MUNICes board.
50178
50179 Signed-off-by: Heiko Schocher <hs@denx.de>
50180
50181 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
50182 Author: Heiko Schocher <hs@denx.de>
50183 Date: Fri Jan 11 15:15:14 2008 +0100
50184
50185 added basic support for the MUNICes board.
50186
50187 Signed-off-by: Heiko Schocher <hs@denx.de>
50188
50189 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
50190 Author: Wolfgang Denk <wd@denx.de>
50191 Date: Sat Jan 12 00:39:37 2008 +0100
50192
50193 Update CHANGELOG and MAINTAINERS files.
50194
50195 Signed-off-by: Wolfgang Denk <wd@denx.de>
50196
50197 commit 5ba7390c3cb579172be66888a371707b47b5be4e
50198 Author: Anatolij Gustschin <agust@denx.de>
50199 Date: Fri Jan 11 02:15:02 2008 +0100
50200
50201 Fix compilation problem in common/cmd_bmp.c
50202
50203 common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
50204 isn't defined. This patch fix this.
50205
50206 Signed-off-by: Anatolij Gustschin <agust@denx.de>
50207
50208 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
50209 Author: Heiko Schocher <hs@denx.de>
50210 Date: Fri Jan 11 01:12:09 2008 +0100
50211
50212 Fix defaultconfig for the mgcoge board.
50213
50214 Signed-off-by: Heiko Schocher <hs@denx.de>
50215
50216 commit ac9db066b26935f31bff15c98168b19faeb603f3
50217 Author: Heiko Schocher <hs@denx.de>
50218 Date: Fri Jan 11 01:12:08 2008 +0100
50219
50220 Added support for the mgcoge board from keymile.
50221
50222 Signed-off-by: Heiko Schocher <hs@denx.de>
50223
50224 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
50225 Author: Heiko Schocher <hs@denx.de>
50226 Date: Fri Jan 11 01:12:07 2008 +0100
50227
50228 Enable SMC microcode relocation patch for SMC1.
50229
50230 Signed-off-by: Heiko Schocher <hs@denx.de>
50231
50232 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
50233 Author: Heiko Schocher <hs@denx.de>
50234 Date: Fri Jan 11 01:12:06 2008 +0100
50235
50236 Added support for the mgsuvd board from keymile.
50237
50238 Signed-off-by: Heiko Schocher <hs@denx.de>
50239
50240 commit bf05293973b348f6946c9df92cd3c65ece42d0be
50241 Author: James Yang <james.yang@freescale.com>
50242 Date: Thu Jan 10 16:02:07 2008 -0600
50243
50244 Fix 64-bit vsprintf.
50245
50246 There were some size and unsigned problems.
50247 Also add support for "ll" size modifier in format string like glibc
50248
50249 Signed-off-by: James Yang <James.Yang@freescale.com>
50250 Acked-by: Jon Loeliger <jdl@freescale.com>
50251
50252 commit 92fa37eac530860643afa26ae347af3d23d67309
50253 Author: Larry Johnson <lrj@acm.org>
50254 Date: Wed Jan 9 12:42:35 2008 -0500
50255
50256 Remove superfluous preprocessor conditionals from LM73 driver
50257
50258 (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
50259
50260 (2) Use conditional Makefile.o.
50261
50262 Signed-off-by: Larry Johnson <lrj@acm.org>
50263
50264 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
50265 Author: Guennadi Liakhovetski <lg@denx.de>
50266 Date: Thu Jan 10 17:59:07 2008 +0100
50267
50268 Add support for the TK885D baseboard from TELE-DATA
50269
50270 The TK885D board uses a TQM885D module from TQ, this port adds an
50271 own configuration file and adds a last_stage_init() method to
50272 configure the two PHYs, depending on the phy_auto_nego environment
50273 variable.
50274
50275 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50276
50277 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
50278 Author: Kumar Gala <galak@kernel.crashing.org>
50279 Date: Thu Jan 10 02:22:05 2008 -0600
50280
50281 Fix compiler warning
50282
50283 main.c: In function 'readline_into_buffer':
50284 main.c:927: warning: unused variable 'p_buf'
50285
50286 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50287
50288 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
50289 Author: Anatolij Gustschin <agust@denx.de>
50290 Date: Fri Jan 11 14:30:01 2008 +0100
50291
50292 Add Fujitsu CoralP/Lime video driver
50293
50294 Signed-off-by: Anatolij Gustschin <agust@denx.de>
50295 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
50296
50297 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
50298 Author: Anatolij Gustschin <agust@denx.de>
50299 Date: Fri Jan 11 02:39:47 2008 +0100
50300
50301 Fix video console newline and carriage return handling
50302
50303 Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
50304 are not displayed correctly. This is an attempt to fix
50305 this issue. Also add carriage return handling.
50306
50307 Signed-off-by: Anatolij Gustschin <agust@denx.de>
50308 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
50309
50310 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
50311 Author: Stefan Roese <sr@denx.de>
50312 Date: Fri Jan 11 15:53:58 2008 +0100
50313
50314 ppc4xx: Fix sdram init on Sequoia boards
50315
50316 Clear possible errors in MCSR resulting from data-eye-search.
50317 If not done, then we could get an interrupt later on when
50318 exceptions are enabled.
50319
50320 Signed-off-by: Stefan Roese <sr@denx.de>
50321
50322 commit d610a60730b7464f6f659db49d264d89a7c71061
50323 Author: Anatolij Gustschin <agust@denx.de>
50324 Date: Fri Jan 11 15:31:09 2008 +0100
50325
50326 ppc4xx: Rework Lime support for lwmon5
50327
50328 Rework Lime support for lwmon5 using new video driver
50329
50330 Signed-off-by: Anatolij Gustschin <agust@denx.de>
50331
50332 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
50333 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50334 Date: Fri Jan 11 14:55:16 2008 +0100
50335
50336 ppc4xx: Update PMC440 config file
50337
50338 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50339
50340 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
50341 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50342 Date: Fri Jan 11 14:55:08 2008 +0100
50343
50344 ppx4xx: Fix sdram init on PMC440 boards
50345
50346 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50347
50348 commit 061aad4d320dddce26247699dcf2875ee2ea1366
50349 Author: Dave Liu <r63238@freescale.com>
50350 Date: Thu Jan 10 23:09:33 2008 +0800
50351
50352 mpc83xx: Fix the bug of 266MHz data rate DDR
50353
50354 The DDR doesn't work on the 266MHz data rate,
50355 the patch fix the bug.
50356
50357 Signed-off-by: Dave Liu <daveliu@freescale.com>
50358 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50359
50360 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
50361 Author: Dave Liu <r63238@freescale.com>
50362 Date: Thu Jan 10 23:08:26 2008 +0800
50363
50364 mpc83xx: Make the code more readable
50365
50366 Format the code, make it more readable
50367
50368 Signed-off-by: Dave Liu <daveliu@freescale.com>
50369 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50370
50371 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
50372 Author: Dave Liu <r63238@freescale.com>
50373 Date: Thu Jan 10 23:07:23 2008 +0800
50374
50375 mpc83xx: Reduce the latency of DDR
50376
50377 Reduce the AL from 2 to 1 clock to improve the performance.
50378
50379 Signed-off-by: Dave Liu <daveliu@freescale.com>
50380 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50381
50382 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
50383 Author: Dave Liu <r63238@freescale.com>
50384 Date: Thu Jan 10 23:06:05 2008 +0800
50385
50386 mpc83xx: Fix the wrong definition of MPC8315E
50387
50388 According to the latest user manual of MPC8315E,
50389 1) The SVCOD of HRCWL is different than 837x
50390 2) The SCCR has changes
50391
50392 Signed-off-by: Dave Liu <daveliu@freescale.com>
50393 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50394
50395 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
50396 Author: Dave Liu <r63238@freescale.com>
50397 Date: Thu Jan 10 23:05:00 2008 +0800
50398
50399 mpc83xx: Fix the typo in mpc83xx.h
50400
50401 The SPCR about TSEC priority is wrong.
50402
50403 Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
50404 Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
50405 Signed-off-by: Dave Liu <daveliu@freescale.com>
50406 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50407
50408 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
50409 Author: Dave Liu <r63238@freescale.com>
50410 Date: Thu Jan 10 23:04:13 2008 +0800
50411
50412 mpc83xx: Fix the typo in global data struct
50413
50414 Fix the typo in global_data.h
50415
50416 Signed-off-by: Dave Liu <daveliu@freescale.com>
50417 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50418
50419 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
50420 Author: Dave Liu <r63238@freescale.com>
50421 Date: Thu Jan 10 23:03:03 2008 +0800
50422
50423 mpc83xx: Remove cache config from config.h
50424
50425 clean up the cache config from configs.h of board
50426
50427 Signed-off-by: Dave Liu <daveliu@freescale.com>
50428 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50429
50430 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
50431 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50432 Date: Wed Jan 9 20:57:47 2008 +0300
50433
50434 mpc83xx: add support for the MPC8360E-RDK
50435
50436 This is MPC8360E based board with:
50437 - 256MB fixed SDRAM;
50438 - 8MB Intel Strata NOR flash;
50439 - StMICRO 64MiB NAND flash;
50440 - two 10/100/1000 ethernet ports connected via Broadcom
50441 BCM5481 PHYs;
50442 - two 10/100 ethernet ports connected via National
50443 DP83848 PHYs;
50444 - one PCI and one miniPCI slots;
50445 - four serial ports (two NS16550-compatible, two UCCs);
50446 - four USB ports working through MPC8360E "FHCI" USB controller;
50447 - Fujitsu MB86277 graphics controller;
50448 - Analog to Digital Converter/Touchscreen controller, AD7843
50449 connected to SPI.
50450
50451 Features not supported in this patch are:
50452 - StMICRO 64MiB NAND flash (patch sent);
50453 - MINT framebuffer initialization (patch is pending);
50454 - Fetching production information from the EEPROM via I2C;
50455 - FHCI USB;
50456 - Two slow UCCs used as RS-485 UARTs.
50457
50458 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50459 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50460
50461 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
50462 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50463 Date: Wed Jan 9 20:57:40 2008 +0300
50464
50465 mpc83xx: add "fsl, qe" compatible fixups
50466
50467 New device trees will use "fsl,qe" compatible properties.
50468
50469 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50470 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50471
50472 commit 977b57583a7c34010e566a09a679ec3c1836f996
50473 Author: Kim Phillips <kim.phillips@freescale.com>
50474 Date: Wed Jan 9 15:24:06 2008 -0600
50475
50476 mpc83xx: add missing CONFIG_HAS_ETH0 defines
50477
50478 the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
50479 is defined; add the define to the missing board configs.
50480
50481 Thanks to Emilian Medve for finding this.
50482
50483 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50484
50485 commit b830b7f1635984ba607219fcbd78597c28eeb529
50486 Author: Becky Bruce <bgill@freescale.com>
50487 Date: Thu Jan 10 14:00:28 2008 -0600
50488
50489 86xx: Support 2GB DIMMs
50490
50491 Configure the number of bits used to address the banks inside the SDRAM
50492 device. The default register value of 0 means 2 bits to address 4 banks.
50493 Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
50494
50495 Signed-off-by: Becky Bruce <bgill@freescale.com>
50496
50497 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
50498 Author: Niklaus Giger <niklausgiger@gmx.ch>
50499 Date: Thu Jan 10 18:50:33 2008 +0100
50500
50501 ppc4xx: Make Sequoia boot vxWorks
50502
50503 vxWorks expects in
50504 TLB 0 a entry for the Machine Check interrupt
50505 TLB 1 a entry for the RAM
50506 TLB 2 a entry for the EBC
50507 TLB 3 a entry for the boot flash
50508
50509 After changing the baudrate to 9600 I had no problems to boot the
50510 vxWorks image as distributed by WindRiver (Revision 2.0/1 from
50511 June 18, 2007)
50512
50513 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
50514
50515 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
50516 Author: Larry Johnson <lrj@arlinx.com>
50517 Date: Wed Jan 9 23:10:27 2008 -0500
50518
50519 ppc4xx: Fix dflush() to restore DVLIM register
50520
50521 Signed-off-by: Larry Johnson <lrj@acm.org>
50522
50523 commit 252f60b068d1f94190b5bcfda169db582387e15e
50524 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50525 Date: Thu Jan 10 03:52:44 2008 -0500
50526
50527 Nios2: remove common/cmd_bdinfo.c unused variable.
50528
50529 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50530 Signed-off-by: Scott McNutt <smcnutt@psyent.com>
50531
50532 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
50533 Author: Ben Warren <biggerbadderben@gmail.com>
50534 Date: Wed Jan 9 18:15:53 2008 -0500
50535
50536 Fix Ethernet init() return codes
50537
50538 Change return values of init() functions in all Ethernet drivers to conform
50539 to the following:
50540
50541 >=0: Success
50542 <0: Failure
50543
50544 All drivers going forward should return 0 on success. Current drivers that
50545 return 1 on success were left as-is to minimize changes.
50546
50547 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50548 Acked-by: Stefan Roese <sr@denx.de>
50549 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50550 Acked-by: Kim Phillips <kim.phillips@freescale.com>
50551 Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50552 Acked-By: Timur Tabi <timur@freescale.com>
50553
50554 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
50555 Author: Wolfgang Denk <wd@denx.de>
50556 Date: Thu Jan 10 00:55:14 2008 +0100
50557
50558 Coding Style cleanup; update CHANGELOG
50559
50560 Signed-off-by: Wolfgang Denk <wd@denx.de>
50561
50562 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
50563 Author: Kim Phillips <kim.phillips@freescale.com>
50564 Date: Wed Jan 9 16:56:54 2008 -0600
50565
50566 Add QE brg freq and correct qe bus freq fdt update code
50567
50568 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50569 Signed-off-by: Andy Fleming <afleming@freescale.com>
50570
50571 commit 890dfef06c2d169a3356359596890754dfb8ee1c
50572 Author: Andy Fleming <afleming@freescale.com>
50573 Date: Wed Jan 9 16:34:51 2008 -0600
50574
50575 Remove cache config from ATUM8548 and sbc8548 configs
50576
50577 These boards weren't updated by Kumar's config patch because they
50578 weren't in the tree, yet.
50579
50580 Signed-off-by: Andy Fleming <afleming@freescale.com>
50581
50582 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
50583 Author: Timur Tabi <timur@freescale.com>
50584 Date: Mon Jan 7 13:31:19 2008 -0600
50585
50586 85xx: add ability to upload QE firmware
50587
50588 Define the layout of a binary blob that contains a QE firmware and instructions
50589 on how to upload it. Add function qe_upload_firmware() to parse the blob and
50590 perform the actual upload. Add command-line command "qe fw" to take a firmware
50591 blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the
50592 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define
50593 'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
50594
50595 Signed-off-by: Timur Tabi <timur@freescale.com>
50596
50597 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
50598 Author: Kumar Gala <galak@kernel.crashing.org>
50599 Date: Tue Jan 8 01:22:21 2008 -0600
50600
50601 85xx: Remove cache config from configs.h
50602
50603 Either use the standard defines in asm/cache.h or grab the information
50604 at runtime from the L1CFG SPR.
50605
50606 Also, minor cleanup in cache.h to make the code a bit more readable.
50607
50608 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50609
50610 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
50611 Author: robert lazarski <robertlazarski@gmail.com>
50612 Date: Fri Dec 21 10:39:27 2007 -0500
50613
50614 mpc85xx: Add support for ATUM8548 (updated)
50615
50616 Add support for Instituto Atlantico's ATUM8548 board
50617
50618 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
50619 Signed-off-by: Andy Fleming <afleming@freescale.com>
50620
50621 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
50622 Author: robert lazarski <robertlazarski@gmail.com>
50623 Date: Fri Dec 21 10:36:37 2007 -0500
50624
50625 mpc85xx: Add support for ATUM8548 (updated)
50626
50627 Add support for Instituto Atlantico's ATUM8548 board
50628
50629 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
50630
50631 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
50632 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
50633 Date: Thu Dec 13 06:45:14 2007 -0600
50634
50635 mpc85xx: Add support for SBC8548 (updated)
50636
50637 Add support for Wind River's SBC8548 reference board.
50638
50639 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
50640
50641 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
50642 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
50643 Date: Thu Dec 13 06:45:08 2007 -0600
50644
50645 mpc85xx: Add support for SBC8548 (updated)
50646
50647 Add support for Wind River's SBC8548 reference board.
50648
50649 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
50650 Signed-off by: Andy Fleming <afleming@freescale.com>
50651
50652 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
50653 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50654 Date: Mon Oct 22 19:58:19 2007 +0400
50655
50656 MPC8568E-MDS: set up QE pario for UART1
50657
50658 To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
50659 be set up appropriately.
50660
50661 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50662
50663 commit ad162249cb371e9e38971676f09be791e5f3cf4a
50664 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50665 Date: Mon Oct 22 18:12:46 2007 +0400
50666
50667 MPC8568E-MDS: reset UCCs to use them reliably
50668
50669 In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
50670 UCCs.
50671
50672 p.s Similar code exists in the Linux kernel board file (for capability
50673 reasons with older U-Boots), but should be removed some day.
50674
50675 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50676
50677 commit 2146cf56821c3364786ca94a7306008c5824b238
50678 Author: Kumar Gala <galak@kernel.crashing.org>
50679 Date: Wed Dec 19 01:18:15 2007 -0600
50680
50681 Reworked FSL Book-E TLB macros to be more readable
50682
50683 The old macros made it difficult to know what WIMGE and perm bits
50684 were set for a TLB entry. Actually use the bit masks for these items
50685 since they are only a single bit.
50686
50687 Also moved the macros into mmu.h out of e500.h since they aren't specific
50688 to e500.
50689
50690 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50691
50692 commit 1d47273d46925929f8f2c1913cd96d7257aade88
50693 Author: Kumar Gala <galak@kernel.crashing.org>
50694 Date: Tue Dec 18 23:21:51 2007 -0600
50695
50696 Use FSL Book-E MMU macros from Linux Kernel
50697
50698 Grab the FSL Book-E MAS register macros from Linux. Also added
50699 defines for page sizes up to 4TB and removed SHAREN since it doesnt
50700 really exist.
50701
50702 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50703
50704 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
50705 Author: Andy Fleming <afleming@freescale.com>
50706 Date: Wed Jan 9 13:51:32 2008 -0600
50707
50708 Fix my own merge stupidity
50709
50710 Way back in August I merged Heiko's patch:
50711 566a494f592: [PCS440EP] upgrade the PCS440EP board
50712
50713 with Jon's CONFIG_COMMANDS patches.
50714
50715 This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
50716
50717 However, in the process, I left out some of Heiko's good changes.
50718
50719 Now Heiko's and Jon's patches are properly merged in fat_register_device()
50720
50721 Signed-off-by: Andy Fleming <afleming@freescale.com>
50722
50723 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
50724 Author: James Yang <James.Yang@freescale.com>
50725 Date: Wed Jan 9 11:17:49 2008 -0600
50726
50727 Expose parse_line() globally.
50728
50729 Add new function readline_into_buffer() that allows the
50730 output of readline to be put into a pointer to char buffer.
50731
50732 This refactoring allows other functions besides the
50733 main command loop to also use the same input mechanism.
50734
50735 Signed-off-by: James Yang <James.Yang@freescale.com>
50736 Acked-by: Jon Loeliger <jdl@freescale.com>
50737
50738 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
50739 Author: Guennadi Liakhovetski <lg@denx.de>
50740 Date: Wed Jan 9 01:15:25 2008 +0100
50741
50742 trivial: fix consequences of a bad merge
50743
50744 Fix what looks like a merge artifact.
50745
50746 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50747
50748 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
50749 Author: Zhang Wei <wei.zhang@freescale.com>
50750 Date: Thu Jan 3 10:51:15 2008 +0800
50751
50752 Add Ctrl combo key support to usb keyboard driver.
50753
50754 Ctrl combo key support is added, which is very useful to input Ctrl-C
50755 for interrupt current job.
50756 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
50757 key input when tstc() is called.
50758
50759 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
50760
50761 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
50762 Author: Marcel Ziswiler <marcel@ziswiler.com>
50763 Date: Sun Dec 30 03:30:56 2007 +0100
50764
50765 fix various comments
50766
50767 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
50768
50769 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
50770 Author: Marcel Ziswiler <marcel@ziswiler.com>
50771 Date: Sun Dec 30 03:30:46 2007 +0100
50772
50773 fix comments with new drivers organization
50774
50775 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
50776
50777 commit a9b410dc7d2a4721c408b13abfc037988150f145
50778 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50779 Date: Fri Dec 28 12:50:59 2007 +0900
50780
50781 Remove the obsolete terse version of do_mii()
50782
50783 We now have more useful version of do_mii() and everybody use it.
50784 Gerald Van Baren says:
50785
50786 > When I originally wrote the mii command 6(!) years ago, I wrote a
50787 > verbose version that printed human readable decomposition of the flags,
50788 > etc., and a terse one that didn't print as much stuff and thus had a
50789 > smaller memory footprint.
50790 >
50791 > It sounds like the terse version has withered and died, apparently
50792 > people are only using the verbose version (which is very understandable,
50793 > I do myself).
50794
50795 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50796 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50797
50798 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
50799 Author: Mike Frysinger <vapier@gentoo.org>
50800 Date: Thu Dec 27 13:42:56 2007 -0500
50801
50802 Do not reference sha1.c when building mkimage.
50803
50804 remove sha1.o from mkimage linking since it isn't actually used.
50805
50806 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
50807
50808 commit b9173af73e524d37c812f210173cf83385c5171a
50809 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50810 Date: Thu Dec 27 15:39:54 2007 +0900
50811
50812 common/cmd_mii.c: Add sanity argc check
50813
50814 If type mii command without arguments, we suffer from uninitialized argv[]
50815 entries; for example we MIPS get stuck by TLB error.
50816
50817 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50818
50819 commit 500856eb1707ed17d9204baa61dd59948d3b2899
50820 Author: Rafal Jaworowski <raj@semihalf.com>
50821 Date: Wed Jan 9 19:39:36 2008 +0100
50822
50823 API for external applications.
50824
50825 This is an API for external (standalone) applications running on top of
50826 U-Boot, and is meant to be more extensible and robust than the existing
50827 jumptable mechanism. It is similar to UNIX syscall approach. See api/README
50828 for more details.
50829
50830 Included is the demo application using this new framework (api_examples).
50831
50832 Please note this is still an experimental feature, and is turned off by
50833 default.
50834
50835 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
50836
50837 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
50838 Author: Jon Loeliger <jdl@freescale.com>
50839 Date: Wed Jan 9 12:14:55 2008 -0600
50840
50841 86xx: Remove cache config from configs.h
50842
50843 Just use the standard defines in asm/cache.h.
50844
50845 Signed-off-by: Jon Loeliger <jdl@freescale.com>
50846
50847 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
50848 Author: Rafal Jaworowski <raj@semihalf.com>
50849 Date: Wed Jan 9 18:05:27 2008 +0100
50850
50851 Globalize envmatch()
50852
50853 The newly introduced API (routines related to env vars) will need to call
50854 it.
50855
50856 Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
50857
50858 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
50859 Author: Jon Loeliger <jdl@freescale.com>
50860 Date: Fri Jan 4 12:07:27 2008 -0600
50861
50862 Convert MPC8610HPCD to use libfdt.
50863
50864 Assumes the presence of the aliases node in the DTS to
50865 locate the pci and serial nodes for fixups.
50866
50867 Use consistent fdtaddr and fdtfile in environment variables.
50868
50869 Signed-off-by: Jon Loeliger <jdl@freescale.com>
50870
50871 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
50872 Author: Jon Loeliger <jdl@freescale.com>
50873 Date: Fri Jan 4 11:58:23 2008 -0600
50874
50875 8610: Fix lingering compile warnings.
50876
50877 Turn off DEBUG.
50878
50879 Signed-off-by: Jon Loeliger <jdl@freescale.com>
50880
50881 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
50882 Author: Wolfgang Denk <wd@denx.de>
50883 Date: Wed Jan 9 15:14:46 2008 +0100
50884
50885 Coding Style cleanup, update CHANGELOG
50886
50887 Signed-off-by: Wolfgang Denk <wd@denx.de>
50888
50889 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
50890 Author: Mike Frysinger <vapier@gentoo.org>
50891 Date: Tue Dec 18 04:29:55 2007 -0500
50892
50893 fix easylogo on big endian dev systems
50894
50895 didnt realize how out of shape easylogo actually was until i tried using it.
50896 this patch does byte swapping as need be on the input tga header since the tga
50897 is in little endian but the host could just as well be big endian. i didnt
50898 bother using bswap macros or such stuff from system headers as nothing in
50899 POSIX dictates byte swapping functionality.
50900
50901 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
50902
50903 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
50904 Author: Mike Frysinger <vapier@gentoo.org>
50905 Date: Tue Dec 18 03:23:25 2007 -0500
50906
50907 cleanup easylogo
50908
50909 - make the Makefile not suck
50910 - include proper headers for prototypes
50911 - fix obvious broken handling of strchr() when handling '.' in filenames
50912
50913 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
50914
50915 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
50916 Author: raptorbrino@aim.com <raptorbrino@aim.com>
50917 Date: Thu Dec 13 21:23:28 2007 -0500
50918
50919 Fix build problems under Cygwin
50920
50921 This patch allows u-boot to build without error in a cygwin
50922 environment. Cygwin does not define __u64 in it's
50923 include/asm/types.h file. The -idirafter flag in the u-boot
50924 build causes the inclusion of the cygwin types.h file as opposed
50925 to u-bot/include/asm/types.h file which does define __u64.
50926 Subsequently, sha1.c compile fails due to unknown symbol.
50927
50928 Signed-off-by: Brian Miller <raptorbrino@netscape.net>
50929
50930 commit 43ef1c381f9195504a2488f5cb909227eb97d475
50931 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
50932 Date: Fri Nov 30 17:29:59 2007 +0100
50933
50934 cmd_bmp: Add support for displaying gzip compressed bmps
50935
50936 The existing code can show information about a gzip compressed BMP
50937 image, but can't actually display it.
50938
50939 Therefore, move the decompression code out of bmp_info() and use it in
50940 bmp_display() as well in order to display a compressed BMP image.
50941
50942 Also, clean things up a bit and fix a memory leak while we're at it.
50943
50944 [hskinnemoen@atmel.com: a bit of refactoring]
50945 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50946
50947 commit d197ffd8172c6fdef38733424640a9a47295d6e9
50948 Author: Guennadi Liakhovetski <lg@denx.de>
50949 Date: Thu Nov 29 21:15:56 2007 +0100
50950
50951 Fix and optimize MII operations on FEC (MPC8xx) controllers
50952
50953 This patch fixes several issues at least on a MPC885 based system with two
50954 FEC interfaces used in MII mode.
50955
50956 1. PHY discovery should first read PHY_PHYIDR2 register and only then
50957 PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
50958 otherwise the values read are wrong. Also notice, that PHY discovery
50959 cannot work on MPC88x / MPC87x in setups with both FECs active at all
50960 in its present form, because for both interfaces the registers from FEC
50961 1 are used to communicate over MII.
50962
50963 2. Remove code duplication for resetting the FEC by isolating it into a
50964 separate function.
50965
50966 3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
50967
50968 4. Optimize mii_init() to only reset the FEC 1 controller once.
50969
50970 5. Fix a typo in mii_init() using index i instead of j thus potentially
50971 leading to unpredictable results.
50972
50973 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50974
50975 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
50976 Author: Guennadi Liakhovetski <lg@denx.de>
50977 Date: Tue Nov 20 13:14:20 2007 +0100
50978
50979 Fix endianness conversions in rtl8169 driver
50980
50981 It is unclear on what platforms this driver has been tested, since
50982 noone up to now defines CONFIG_RTL8169 in the board configuration
50983 header. Now it has been fixed for a big-endian mpc8241 based
50984 linkstation platform. This patch presents the necessary endianness
50985 conversion fixes.
50986
50987 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50988
50989 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
50990 Author: Zhang Wei <wei.zhang@freescale.com>
50991 Date: Thu Jan 3 10:51:15 2008 +0800
50992
50993 Add Ctrl combo key support to usb keyboard driver.
50994
50995 Ctrl combo key support is added, which is very useful to input Ctrl-C
50996 for interrupt current job.
50997 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
50998 key input when tstc() is called.
50999
51000 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
51001 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51002
51003 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
51004 Author: Wolfgang Denk <wd@denx.de>
51005 Date: Wed Jan 9 13:43:38 2008 +0100
51006
51007 Coding Style clenaup; update CHANGELOG
51008
51009 Signed-off-by: Wolfgang Denk <wd@denx.de>
51010
51011 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
51012 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51013 Date: Thu Dec 27 17:13:11 2007 +0100
51014
51015 Remove bit swapping in Xilinx Spartan bitfile loading
51016
51017 This patch removes the unnecessary bit swapping when
51018 booting .bit files with the 'fpga loadb' command.
51019
51020 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51021
51022 commit 437fc7327f0611f82937858f2d80e4cd61b40984
51023 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51024 Date: Thu Dec 27 17:13:05 2007 +0100
51025
51026 Fix MSB check in Xilinx Spartan slave serial mode
51027
51028 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51029
51030 commit 3bff4ffa33729a42645e328a21e8d16488872958
51031 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51032 Date: Thu Dec 27 17:12:56 2007 +0100
51033
51034 Add new Xilinx Spartan FPGA types
51035
51036 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51037
51038 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
51039 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51040 Date: Thu Dec 27 17:12:43 2007 +0100
51041
51042 Add pre and post configuration callbacks for Spartan FPGAs
51043
51044 This patch adds a post configuration callback for Spartan2/3 FPGAs.
51045 pre and post configuration callback are now optional and
51046 not called when the function pointer is set to NULL.
51047
51048 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51049
51050 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
51051 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51052 Date: Thu Dec 27 17:12:34 2007 +0100
51053
51054 Improve configuration of FPGA subsystem
51055
51056 This patch removes the FPGA subsystem configuration through
51057 the CONFIG_FPGA bitmask configuration option.
51058
51059 See README for the new options:
51060
51061 CONFIG_FPGA,
51062 CONFIG_FPGA_<vendor>,
51063 CONFIG_FPGA_<family>
51064
51065 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51066
51067 commit 95c6bc7d4a3588b452baca610f8c795a83630477
51068 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51069 Date: Thu Dec 27 16:55:17 2007 +0100
51070
51071 Add Epson RX8025 RTC support
51072
51073 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51074
51075 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
51076 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51077 Date: Thu Dec 27 16:57:23 2007 +0100
51078
51079 serial: Make default_serial_console() a weak function
51080
51081 With this patch it is possible to reimplement default_serial_console()
51082 in board specific code. This will be done in the upcomming PMC440
51083 U-Boot port. This also allows the lwmon board maintainer to
51084 remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
51085
51086 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51087
51088 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
51089 Author: Harald Welte <laforge@openmoko.org>
51090 Date: Wed Dec 19 14:14:47 2007 +0100
51091
51092 add 'terminal program' functionality
51093
51094 This patch adds a 'cu' like serial terminal command to u-boot
51095 using which you can access other serial ports from the system console.
51096
51097 OpenMoko uses this in their Neo1973 phones to get access to the GSM
51098 Modem and GPS chip from the bootloader.
51099
51100 Signed-off-by: Harald Welte <laforge@openmoko.org>
51101
51102 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
51103 Author: Harald Welte <laforge@openmoko.org>
51104 Date: Wed Dec 19 14:12:53 2007 +0100
51105
51106 Re-introduce the 'nand read.oob' and 'nand write.oob' commands
51107 that used to exist with the legacy NAND code
51108
51109 Signed-off-by: Harald Welte <laforge@openmoko.org>
51110
51111 commit f540c42d9564854b19ce9bbb70affe172529fe70
51112 Author: Harald Welte <laforge@openmoko.org>
51113 Date: Wed Dec 19 14:09:58 2007 +0100
51114
51115 Fix building with CRAMFS but not JFFS2 support
51116
51117 Signed-off-by: Harald Welte <laforge@openmoko.org>
51118
51119 commit 23d0baf967fecdaf1804f045f6339337c5607eec
51120 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51121 Date: Sat Dec 22 15:52:58 2007 +0100
51122
51123 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
51124
51125 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
51126 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51127
51128 commit 23776ff292966a85d811126933830bed48211826
51129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51130 Date: Tue Dec 11 10:53:12 2007 +0100
51131
51132 ARM: support board-specific ethernet PHY init
51133
51134 Add until the new phylib will be arrived
51135
51136 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51137
51138 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
51139 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51140 Date: Sat Dec 8 16:34:08 2007 +0100
51141
51142 IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
51143
51144 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51145
51146 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
51147 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51148 Date: Sun Dec 9 11:01:10 2007 +0100
51149
51150 Add missing file in gitignore and comments
51151
51152 based on Linux source tree's .gitignore files
51153
51154 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51155
51156 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
51157 Author: Wolfgang Denk <wd@denx.de>
51158 Date: Wed Jan 9 11:36:21 2008 +0100
51159
51160 Coding Style cleanup, update CHANGELOG
51161
51162 Signed-off-by: Wolfgang Denk <wd@denx.de>
51163
51164 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
51165 Author: Stefan Roese <sr@denx.de>
51166 Date: Wed Jan 9 10:38:58 2008 +0100
51167
51168 POST: Execute SPR test after relocation
51169
51170 On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
51171 self modifying code and this doesn't work with stack in d-cache, since
51172 I can't move the code from d-cache to i-cache. We move the SPR test to
51173 be executed a little later, after relocation. Then stack is located in
51174 SDRAM and this self-modifying code is no problem anymore.
51175
51176 Signed-off-by: Stefan Roese <sr@denx.de>
51177
51178 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
51179 Author: Stefan Roese <sr@denx.de>
51180 Date: Wed Jan 9 10:28:20 2008 +0100
51181
51182 ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
51183
51184 This patch configures the LWMON5 port to use d-cache as init-ram and
51185 the unused GPT0_COMP6 as POST WORD storage.
51186
51187 Signed-off-by: Stefan Roese <sr@denx.de>
51188
51189 commit 1754f50b710194f886b6f2831803d8960171a14d
51190 Author: Stefan Roese <sr@denx.de>
51191 Date: Wed Jan 9 10:25:46 2008 +0100
51192
51193 ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
51194
51195 The privious 4xx POST implementation only supported storing the POST
51196 WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
51197 we need to store the POST WORD in some other non volatile location.
51198 This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
51199 a location.
51200
51201 Signed-off-by: Stefan Roese <sr@denx.de>
51202
51203 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
51204 Author: Stefan Roese <sr@denx.de>
51205 Date: Wed Jan 9 10:23:16 2008 +0100
51206
51207 ppc4xx: Add 44x cache locking to better support init-ram in d-cache
51208
51209 This patch adds support for locking the init-ram/stack in d-cache,
51210 so that other regions may use d-cache as well
51211
51212 Note, that this current implementation locks exactly 4k of d-cache,
51213 so please make sure that you don't define a bigger init-ram area. Take
51214 a look at the lwmon5 440EPx implementation as a reference.
51215
51216 Signed-off-by: Stefan Roese <sr@denx.de>
51217
51218 commit 0ddb89601a8d29e808db450366752ffdc6267c53
51219 Author: Wolfgang Denk <wd@denx.de>
51220 Date: Wed Jan 9 10:16:33 2008 +0100
51221
51222 Fix memset bug in ext2fs_read_file()
51223
51224 ext2fs_read_file() had the function arguments swapped.
51225
51226 Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
51227
51228 Signed-off-by: Wolfgang Denk <wd@denx.de>
51229
51230 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
51231 Author: Markus Klotzbücher <mk@denx.de>
51232 Date: Tue Jan 5 08:17:15 1988 +0100
51233
51234 Fix problems with usb storage devices on MPC5200 /TQM5200
51235
51236 The MPC5200 OHCI controller operates in big endian, so
51237 CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
51238
51239 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51240
51241 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
51242 Author: Wolfgang Denk <wd@denx.de>
51243 Date: Tue Jan 8 22:58:27 2008 +0100
51244
51245 Fix compile problem with new env code.
51246
51247 Signed-off-by: Wolfgang Denk <wd@denx.de>
51248
51249 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
51250 Author: Markus Klotzbücher <mk@denx.de>
51251 Date: Tue Nov 27 10:23:20 2007 +0100
51252
51253 tools: fix fw_printenv tool to compile again
51254
51255 This patch updates the fw_printenv/fw_setenv userspace tool to include
51256 the correct MTD header in order to compile against current kernel
51257 headers. Backward compatibility is preserved by introducing an option
51258 MTD_VERSION which can be set to "old" for compilation using the old MTD
51259 headers. Along with this a number of warnings are fixed.
51260
51261 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51262
51263 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
51264 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51265 Date: Tue Jan 8 15:40:09 2008 +0100
51266
51267 ppc4xx: assign PCI interrupts on seuqoia boards
51268
51269 Some operating systems rely on assigned PCI interrupts.
51270
51271 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51272
51273 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
51274 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51275 Date: Tue Jan 8 15:50:49 2008 +0100
51276
51277 ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
51278
51279 This patch allows the use of 4xx interrupt vector number defines
51280 in board specific code outside cpu/ppc4xx.
51281
51282 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51283
51284 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
51285 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51286 Date: Tue Jan 8 15:39:01 2008 +0100
51287
51288 ppc4xx: Fix UIC2 vector number base
51289
51290 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51291
51292 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
51293 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51294 Date: Tue Jan 8 12:49:58 2008 +0100
51295
51296 ppc4xx: Update PLB/PCI divider for PMC440 board
51297
51298 This patch updates the PLB/PCI divider when running at
51299 400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
51300
51301 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51302
51303 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
51304 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51305 Date: Tue Jan 8 11:13:09 2008 +0100
51306
51307 ppc4xx: Disable error message when no NAND chip is installed on PMC440
51308
51309 Add CFG_NAND_QUIET_TEST option to disable error message when
51310 no NAND chip is installed on PMC440 boards.
51311
51312 Disable a couple of config defines that are only used for NAND_U_BOOT.
51313
51314 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51315
51316 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
51317 Author: Wolfgang Denk <wd@denx.de>
51318 Date: Tue Jan 8 22:58:27 2008 +0100
51319
51320 Fix compile problem with new env code.
51321
51322 Signed-off-by: Wolfgang Denk <wd@denx.de>
51323
51324 commit 6de66b35426312a21174a9bf0576a094e2904bea
51325 Author: Markus Klotzbücher <mk@denx.de>
51326 Date: Tue Nov 27 10:23:20 2007 +0100
51327
51328 tools: fix fw_printenv tool to compile again
51329
51330 This patch updates the fw_printenv/fw_setenv userspace tool to include
51331 the correct MTD header in order to compile against current kernel
51332 headers. Backward compatibility is preserved by introducing an option
51333 MTD_VERSION which can be set to "old" for compilation using the old MTD
51334 headers. Along with this a number of warnings are fixed.
51335
51336 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51337
51338 commit ad3006fe7e84667021753b74247b0bafd97ba35f
51339 Author: Gerald Van Baren <vanbaren@cideas.com>
51340 Date: Mon Jan 7 23:47:32 2008 -0500
51341
51342 LIBFDT: use memmove() instead of memcpy()
51343
51344 This is partial patch from the DTC/libfdt
51345 commit 67b6b33b9b413a450a72135b5dc59c0a1e33e647
51346 Author: David Gibson <david@gibson.dropbear.id.au>
51347 Date: Wed Nov 21 11:56:14 2007 +1100
51348
51349 The patch also fixes one genuine bug caught by valgrind -
51350 _packblocks() in fdt_rw.c was using memcpy() where it should have been
51351 using memmove().
51352
51353 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
51354
51355 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
51356 Author: David Gibson <david@gibson.dropbear.id.au>
51357 Date: Mon Dec 17 14:42:07 2007 +1100
51358
51359 libfdt: Add more documentation (patch the seventh)
51360
51361 This patch adds more documenting comments to libfdt.h. Specifically,
51362 these document the read/write functions (not including fdt_open_into()
51363 and fdt_pack(), for now).
51364
51365 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
51366
51367 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
51368 Author: David Gibson <david@gibson.dropbear.id.au>
51369 Date: Mon Dec 17 14:41:52 2007 +1100
51370
51371 libfdt: Add more documentation (patch the sixth)
51372
51373 This patch adds some more documenting comments to libfdt.h.
51374 Specifically this documents all the write-in-place functions.
51375
51376 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
51377
51378 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
51379 Author: Gerald Van Baren <vanbaren@cideas.com>
51380 Date: Sat Dec 29 22:45:27 2007 -0500
51381
51382 Fine grained per property /chosen updating.
51383
51384 Implement a suggestion by Scott Wood to make the /chosen handling fine
51385 grained. Don't overwrite pre-existing properties on a per-property basis,
51386 so if /chosen exists but a necessary /chosen/property doesn't, it gets
51387 created. If a /chosen property exists, it is NOT overwritten unless the
51388 "force" flag is true.
51389
51390 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
51391
51392 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
51393 Author: Gerald Van Baren <vanbaren@cideas.com>
51394 Date: Sat Jan 5 15:33:29 2008 -0500
51395
51396 Improve the FDT help message.
51397
51398 Add a note that "fdt copy" makes the new address active.
51399 Remove most of the extra hints at the end of the fdt help.
51400
51401 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
51402
51403 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
51404 Author: Gerald Van Baren <vanbaren@cideas.com>
51405 Date: Sat Jan 5 14:52:04 2008 -0500
51406
51407 Support setting FDT properties with optional values.
51408
51409 Fix a bug found and documented by Bartlomiej Sieka where the optional
51410 value on "fdt set <path> <prop> [<val>]" wasn't optional.
51411
51412 => fdt mknode / testnode
51413 => fdt print /testnode
51414 testnode {
51415 };
51416 => fdt set /testnode testprop
51417 => fdt print /testnode
51418 testnode {
51419 testprop;
51420 };
51421
51422 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
51423
51424 commit 22fb2246df91bfc840d87f0c5910818bad55577a
51425 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51426 Date: Fri Dec 28 11:56:30 2007 +0100
51427
51428 Add fdt_find_and_setprop() to fdt_support.h
51429
51430 fdt_find_and_setprop() is used by several 4xx boards and it's
51431 missing in the appropriate header. This patch eliminates a
51432 warning when building U-Boot for such boards.
51433
51434 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51435 Acked-by: Stefan Roese <sr@denx.de>
51436
51437 commit 802b769bac17b0560d3535a42c502469ee190cd1
51438 Author: Stefan Roese <sr@denx.de>
51439 Date: Tue Jan 8 18:39:30 2008 +0100
51440
51441 ppc4xx: Return 0 on success in 4xx ethernet driver
51442
51443 Signed-off-by: Stefan Roese <sr@denx.de>
51444
51445 commit 6775c68683a53c7abc778774641aac6f833a2cbf
51446 Author: Kim Phillips <kim.phillips@freescale.com>
51447 Date: Tue Jan 8 09:59:49 2008 -0600
51448
51449 mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
51450
51451 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51452
51453 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
51454 Author: Kim Phillips <kim.phillips@freescale.com>
51455 Date: Thu Dec 20 16:28:34 2007 -0600
51456
51457 mpc83xx: rm remaining FLAT_TREE code
51458
51459 ..in board pci.c files
51460
51461 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51462
51463 commit b3458d2cd55d01732e30a76d898afd99e871cd67
51464 Author: Kim Phillips <kim.phillips@freescale.com>
51465 Date: Thu Dec 20 15:57:28 2007 -0600
51466
51467 mpc83xx: remove FLAT_TREE code
51468
51469 need to rm it from pci code, too!
51470
51471 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51472
51473 commit 5b8bc606c61456566af6912f818a153b6b06f242
51474 Author: Kim Phillips <kim.phillips@freescale.com>
51475 Date: Thu Dec 20 14:09:22 2007 -0600
51476
51477 mpc83xx: convert to using do_fixup_*()
51478
51479 convert to using simpler mpc85xx style fdt update code; streamline by
51480 eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
51481 the old school FLAT_TREE code from 83xx (since the sbc8349 was just
51482 converted over to using libfdt).
51483
51484 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51485
51486 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
51487 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51488 Date: Thu Dec 20 12:58:51 2007 -0500
51489
51490 sbc8349: enable libfdt by default on WRS SBC8349 board.
51491
51492 Make libfdt the default for the WRS SBC8349 board.
51493 Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
51494 done for the other 83xx based boards. Also fix a typo in CONFIG_PCI.
51495
51496 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51497
51498 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
51499 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51500 Date: Thu Dec 20 12:58:16 2007 -0500
51501
51502 sbc8349: migrate board to libfdt
51503
51504 This adds libfdt support code for the Wind River sbc8349 board.
51505
51506 Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
51507 the other Freescale 83xx boards.
51508
51509 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51510
51511 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
51512 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51513 Date: Thu Dec 20 12:56:19 2007 -0500
51514
51515 sbc8349: Remove board specific ECC code
51516
51517 ECC code is now shared for all 83xx boards, so remove board specific one.
51518 See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
51519
51520 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51521
51522 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
51523 Author: Kim Phillips <kim.phillips@freescale.com>
51524 Date: Thu Dec 20 01:30:48 2007 -0600
51525
51526 mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
51527
51528 continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
51529
51530 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51531
51532 commit ccf21c311e68d48399eff1e72936052885f6e3f7
51533 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
51534 Date: Thu Dec 6 16:43:40 2007 +0100
51535
51536 Add support CONFIG_UEC_ETH3 in MPC83xx
51537
51538 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
51539
51540 commit e6af9932d31171e35db880e7b2f29f903b1b7660
51541 Author: Kumar Gala <galak@kernel.crashing.org>
51542 Date: Mon Nov 26 11:00:54 2007 -0600
51543
51544 Remove CONFIG options related to OF that we dont use
51545
51546 The MPC8360E MDS config defined:
51547 CONFIG_OF_HAS_BD_T
51548 CONFIG_OF_HAS_UBOOT_ENV
51549
51550 Which we don't use or ever needed. This seems like copy-paste feature creep.
51551
51552 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51553
51554 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
51555 Author: Kim Phillips <kim.phillips@freescale.com>
51556 Date: Mon Dec 10 14:16:22 2007 -0600
51557
51558 mpc83xx: supress compiler warning
51559
51560 mpc8360emds.c: In function ‘ft_board_setup’:
51561 mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
51562 mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
51563
51564 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51565
51566 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
51567 Author: Kim Phillips <kim.phillips@freescale.com>
51568 Date: Tue Nov 27 14:17:29 2007 -0600
51569
51570 mpc83xx: fix remaining fdt_find_node_by_path references
51571
51572 rename to fdt_path_offset
51573
51574 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51575
51576 commit 921d4b19ad1be704df58725485d9292dc0414adf
51577 Author: Kim Phillips <kim.phillips@freescale.com>
51578 Date: Mon Nov 19 12:30:09 2007 -0600
51579
51580 mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
51581
51582 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
51583 This change guarantees that the environment will be located on the
51584 first flash sector after the U-Boot image.
51585
51586 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51587
51588 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
51589 Author: Kim Phillips <kim.phillips@freescale.com>
51590 Date: Fri Nov 9 14:28:08 2007 -0600
51591
51592 mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
51593
51594 u-boot itself uses GMII mode on the 8360. Fix up UCC phy-connection-type
51595 properties in the device tree so the PHY gets configured for internal delay on
51596 RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
51597
51598 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51599
51600 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
51601 Author: Dave Liu <r63238@freescale.com>
51602 Date: Tue Sep 18 12:41:15 2007 +0800
51603
51604 mpc83xx: update the CREDITS and MAINTAINERS
51605
51606 update the CREDITS and MAINTAINERS.
51607
51608 Signed-off-by: Dave Liu <daveliu@freescale.com>
51609
51610 commit b21add4b42af7b767448251b599b91066a160e0d
51611 Author: Dave Liu <r63238@freescale.com>
51612 Date: Tue Sep 18 12:40:21 2007 +0800
51613
51614 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
51615
51616 Add the MAINTAINER and MAKEALL entries for mpc837xemds
51617
51618 Signed-off-by: Dave Liu <daveliu@freescale.com>
51619
51620 commit f8900ce9094c462355eb792eea264ff16ac8fd16
51621 Author: Dave Liu <r63238@freescale.com>
51622 Date: Tue Sep 18 12:38:53 2007 +0800
51623
51624 mpc83xx: Add the MPC837xEMDS board readme
51625
51626 Add the README.mpc837xemds to /doc
51627
51628 Signed-off-by: Dave Liu <daveliu@freescale.com>
51629
51630 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
51631 Author: Dave Liu <r63238@freescale.com>
51632 Date: Tue Sep 18 12:37:57 2007 +0800
51633
51634 mpc83xx: Add the support of MPC837xEMDS board
51635
51636 The MPC837xEMDS board support:
51637 * DDR2 400MHz hardcoded and SPD init
51638 * Local bus NOR Flash
51639 * I2C, UART, MII and RTC
51640 * eTSEC RGMII
51641 * PCI host
51642
51643 Signed-off-by: Dave Liu <daveliu@freescale.com>
51644
51645 commit 555da61702771fe0f76f3de23b4e7590f3704161
51646 Author: Dave Liu <r63238@freescale.com>
51647 Date: Tue Sep 18 12:36:58 2007 +0800
51648
51649 mpc83xx: Add the support of MPC8315E SoC
51650
51651 The MPC8315E SoC including e300c3 core and new IP blocks,
51652 such as TDM, PCI Express and SATA controller.
51653
51654 Signed-off-by: Dave Liu <daveliu@freescale.com>
51655
51656 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
51657 Author: Dave Liu <r63238@freescale.com>
51658 Date: Tue Sep 18 12:36:11 2007 +0800
51659
51660 mpc83xx: Add the support of MPC837x SoC
51661
51662 The MPC837x SoC including e300c4 core and new IP blocks,
51663 such as SDHC, PCI Express and SATA controller.
51664
51665 Signed-off-by: Dave Liu <daveliu@freescale.com>
51666
51667 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
51668 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51669 Date: Wed Nov 14 18:54:53 2007 +0300
51670
51671 MPC8360E-MDS: configure and enable second UART
51672
51673 Despite user manual, BCSR9.7 is negated (high) on HRST, so
51674 UART2 is disabled. Fix that and configure QE pins properly.
51675
51676 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51677
51678 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
51679 Author: Timur Tabi <timur@freescale.com>
51680 Date: Mon Nov 5 09:34:06 2007 -0600
51681
51682 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
51683
51684 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
51685 currently-defined 83xx boards. This change guarantees that the environment
51686 will be located on the first flash sector after the U-Boot image.
51687
51688 Signed-off-by: Timur Tabi <timur@freescale.com>
51689 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51690
51691 commit e05329516a13616b53240cd85b739217c2bf87f1
51692 Author: Larry Johnson <lrj@acm.org>
51693 Date: Fri Jan 4 13:27:02 2008 -0500
51694
51695 ppc4xx: Remove weak binding from common Denali data-eye search code
51696
51697 Now that there are no board-specific versions of
51698 "denali_core_search_data_eye()", the weak binding on the common version
51699 can be removed.
51700
51701 Signed-off-by: Larry Johnson <lrj@acm.org>
51702
51703 commit 5ba576c01602fd328800a427964c36a0a05c5dce
51704 Author: Stefan Roese <sr@denx.de>
51705 Date: Sat Jan 5 09:13:46 2008 +0100
51706
51707 ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
51708
51709 Signed-off-by: Stefan Roese <sr@denx.de>
51710
51711 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
51712 Author: Stefan Roese <sr@denx.de>
51713 Date: Sat Jan 5 09:12:41 2008 +0100
51714
51715 ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
51716
51717 On Katmai the complete auto-calibration somehow doesn't seem to
51718 produce the best results, meaning optimal values for RQFD/RFFD.
51719 This was discovered by GDA using a high bandwidth scope,
51720 analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
51721 so now on Katmai "only" RFFD is auto-calibrated.
51722
51723 This patch also adds RDCC calibration as mentioned on page 7 of
51724 the AMCC PowerPC440SP/SPe DDR2 application note:
51725 "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
51726
51727 Signed-off-by: Stefan Roese <sr@denx.de>
51728
51729 commit 49db47b8ae6afff2b898be312948ff501357dc80
51730 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51731 Date: Wed Jan 2 16:48:42 2008 +0100
51732
51733 ppc4xx: Remove sdram.h from PMC440 board
51734
51735 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51736
51737 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
51738 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51739 Date: Wed Jan 2 16:48:34 2008 +0100
51740
51741 ppc4xx: use common denali core defines and data eye search code for PMC440
51742
51743 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51744
51745 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
51746 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51747 Date: Wed Jan 2 12:05:14 2008 +0100
51748
51749 ppc4xx: More cleanup for esd's LCD code
51750
51751 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51752
51753 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
51754 Author: Stefan Roese <sr@denx.de>
51755 Date: Fri Jan 4 12:00:01 2008 +0100
51756
51757 ppc4xx: Fix Sequoia NAND booting target
51758
51759 The Sequoia NAND booting target now uses the recently extracted
51760 cpu/ppc4xx/denali_data_eye.c file too.
51761
51762 Signed-off-by: Stefan Roese <sr@denx.de>
51763
51764 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
51765 Author: Lawrence R. Johnson <lrj@acm.org>
51766 Date: Thu Jan 3 15:02:02 2008 -0500
51767
51768 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
51769
51770 Signed-off-by: Larry Johnson <lrj@acm.org>
51771
51772 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
51773 Author: Lawrence R. Johnson <lrj@acm.org>
51774 Date: Fri Jan 4 02:11:56 2008 -0500
51775
51776 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
51777
51778 Note: this patch changes the configuration of some GPIO registers:
51779
51780 Register Old Value New Value
51781 --------------- ---------- ----------
51782 DCR GPIO0_TCR 0x0000000F 0x0000F0CF
51783 DCR GPIO0_TSRH 0x55005000 0x00000000
51784 DCR GPIO1_TCR 0xC2000000 0xE2000000
51785 DCR GPIO1_TSRL 0x0C000000 0x00200000
51786 DCR GPIO1_ISR2L 0x00050000 0x00110000
51787
51788 Signed-off-by: Larry Johnson <lrj@acm.org>
51789
51790 commit 5ab884b254ca2e707ab50545cd705f30108cf491
51791 Author: Lawrence R. Johnson <lrj@acm.org>
51792 Date: Thu Jan 3 18:54:00 2008 -0500
51793
51794 ppc4xx: Add functionality to GPIO support
51795
51796 This patch makes two additions to GPIO support:
51797
51798 First, it adds function gpio_read_in_bit() to read the a bit from the
51799 GPIO Input Register (GPIOx_IR) in the same way that function
51800 gpio_read_out_bit() reads a bit from the GPIO Output Register
51801 (GPIOx_OR).
51802
51803 Second, it modifies function gpio_set_chip_configuration() to provide
51804 an additional option for configuring the GPIO from the
51805 "CFG_4xx_GPIO_TABLE".
51806
51807 According to the 440EPx User's Manual, when an alternate output is used,
51808 the three-state control is configured in one of two ways, depending on
51809 the particular output. The first option is to select the corresponding
51810 alternate three-state control in the GPIOx_TRSH/L registers. The second
51811 option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
51812 the GPIOx_TRSH/L registers, and set the corresponding bit in the
51813 GPIOx_TCR register to enable the output. For example, the Manual
51814 specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
51815 the alternate three-state control (first option), and specifies
51816 configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
51817 enabled in the GPIOx_TCR register (second option).
51818
51819 Currently, gpio_set_chip_configuration() configures all alternate signal
51820 outputs to use the first option. This patch allow the second option to
51821 be selected by setting the "out_val" element in the table entry to
51822 "GPIO_OUT_1". The first option is used when the "out_val" element is
51823 set to "GPIO_OUT_0". Because "out_val" is not currently used when an
51824 alternate signal is selected, and because all current GPIO tables set
51825 "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
51826 not change any existing configurations.
51827
51828 Signed-off-by: Larry Johnson <lrj@acm.org>
51829
51830 commit 196404cdc1de495d6182e84731c200fc5748df15
51831 Author: Larry Johnson <lrj@arlinx.com>
51832 Date: Sun Dec 30 01:01:54 2007 -0500
51833
51834 PPC4xx: Remove sdram.h from board/lwmon5
51835
51836 These definitions are now in "include/ppc440.h".
51837
51838 Signed-off-by: Larry Johnson <lrj@acm.org>
51839
51840 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
51841 Author: Larry Johnson <lrj@arlinx.com>
51842 Date: Sun Dec 30 01:01:32 2007 -0500
51843
51844 PPC4xx: Use common code for LWMON5 board SDRAM support
51845
51846 This patch also modifies the functionality of the code so that the data-eye
51847 search is now done with with the cache disabled.
51848
51849 Signed-off-by: Larry Johnson <lrj@acm.org>
51850
51851 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
51852 Author: Larry Johnson <lrj@arlinx.com>
51853 Date: Sun Dec 30 01:01:14 2007 -0500
51854
51855 PPC4xx: Remove sdram.h from board/amcc/sequoia
51856
51857 These definitions are now in "include/ppc440.h".
51858
51859 Signed-off-by: Larry Johnson <lrj@acm.org>
51860
51861 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
51862 Author: Larry Johnson <lrj@arlinx.com>
51863 Date: Sun Dec 30 01:00:50 2007 -0500
51864
51865 PPC4xx: Use common code for Sequoia board SDRAM support
51866
51867 Signed-off-by: Larry Johnson <lrj@acm.org>
51868
51869 commit 8b0c5c127690335758100c25eaec2b84db97c101
51870 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51871 Date: Thu Dec 27 16:58:41 2007 +0100
51872
51873 net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
51874
51875 When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
51876 networking stack does not automatically switch to
51877 another interface. This patch does not touch the default
51878 behavior.
51879
51880 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51881 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51882
51883 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
51884 Author: Upakul Barkakaty <upakul@gmail.com>
51885 Date: Thu Nov 29 12:16:13 2007 +0530
51886
51887 NET: Proper return code handling in eth_init() function in file eth.c
51888
51889 This patch modifies the return code handling in the eth_init()
51890 function, to be compatible with the handling of the return codes in
51891 the other network stack files. It now returns a 0 on Success and -1 on
51892 error.
51893
51894 Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
51895 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51896
51897 commit 5ca2d0953e4579a80810966cca2077e20d912c97
51898 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51899 Date: Mon Nov 19 20:27:04 2007 +0900
51900
51901 net/eth.c: Fix env_enetaddr signed overflow
51902
51903 Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
51904 warned as below:
51905
51906 U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
51907
51908 DRAM: 256 MB
51909 Flash: 32 MB
51910 In: serial
51911 Out: serial
51912 Err: serial
51913 Net: NEC-Candy
51914 Warning: NEC-Candy MAC addresses don't match:
51915 Address in SROM is 00:00:4C:80:92:A2
51916 Address in environment is FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
51917
51918 This patch changes env_enetaddr type from `char' to `unsigned char'.
51919
51920 Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
51921 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51922 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51923
51924 commit f85b60710571b37293d2233933b76e2aa3db5635
51925 Author: Rafal Jaworowski <raj@semihalf.com>
51926 Date: Thu Dec 27 18:19:02 2007 +0100
51927
51928 Introduce new eth_receive routine
51929
51930 The purpose of this routine is receiving a single network frame, outside of
51931 U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
51932 U-Boot will let them utilise networking facilities. For sending a raw frame
51933 the already existing eth_send() can be used.
51934
51935 The direct consumer of this routine is the newly introduced API layer for
51936 external applications (enabled with CONFIG_API).
51937
51938 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
51939 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
51940 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51941
51942 commit 5c740711f0ea5b51414b341b71597c4a0751be74
51943 Author: Jon Loeliger <jdl@freescale.com>
51944 Date: Thu Jan 3 10:41:04 2008 -0600
51945
51946 8610: Move include of config.h earlier.
51947
51948 Include config.h earlier in the set of #includes
51949 so as to avoid a incidental and duplicate definition
51950 of CFG_CACHELINE_SIZE.
51951
51952 Signed-off-by: Jon Loeliger
51953
51954 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
51955 Author: Jon Loeliger <jdl@freescale.com>
51956 Date: Tue Dec 4 10:53:34 2007 -0600
51957
51958 Don't slam #undef DEBUG in the 8641HPCN config file.
51959
51960 Doing so prevents it from being individually set
51961 and useful in other files.
51962
51963 Signed-off-by: Jon Loeliger <jdl@freescale.com>
51964
51965 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
51966 Author: Jon Loeliger <jdl@freescale.com>
51967 Date: Wed Nov 28 14:47:18 2007 -0600
51968
51969 Convert MPC8641HPCN to use libfdt.
51970
51971 Assumes the presence of the aliases node in the DTS to
51972 locate the ethernet, pci and serial nodes for fixups.
51973
51974 Use consistent fdtaddr and fdtfile in environment variables.
51975
51976 Signed-off-by: Jon Loeliger <jdl@freescale.com>
51977
51978 commit ce37422d0002e10490e268392e0c4e3028e52cec
51979 Author: Stefan Roese <sr@denx.de>
51980 Date: Wed Jan 2 14:06:26 2008 +0100
51981
51982 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
51983
51984 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
51985 flash chips connected to a 32bit wide port.
51986
51987 Signed-off-by: Stefan Roese <sr@denx.de>
51988
51989 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
51990 Author: Wolfgang Denk <wd@denx.de>
51991 Date: Wed Jan 2 15:58:44 2008 +0100
51992
51993 Fix compile problem introduced by "cleanup" commit 3dfd708c
51994
51995 Signed-off-by: Wolfgang Denk <wd@denx.de>
51996
51997 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
51998 Author: Wolfgang Denk <wd@denx.de>
51999 Date: Wed Jan 2 15:54:45 2008 +0100
52000
52001 Make scripts and Makefiles POSIX compliant
52002
52003 The bash builtin versions of the "test" (resp. "[") command allow
52004 using "==" for string comparisons, but POSIX compatible implemen-
52005 tations (like /usr/bin/test) insist on using "=" only. On such systems
52006 you will see:
52007
52008 $ /usr/bin/test a == a && echo OK
52009 /usr/bin/test: ==: binary operator expected
52010
52011 This patch fixes Makefiles and scripts to use POSIX style.
52012
52013 Signed-off-by: Wolfgang Denk <wd@denx.de>
52014
52015 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
52016 Author: Stefan Roese <sr@denx.de>
52017 Date: Wed Jan 2 14:05:37 2008 +0100
52018
52019 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
52020
52021 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
52022 flash chips connected to a 32bit wide port.
52023
52024 Signed-off-by: Stefan Roese <sr@denx.de>
52025
52026 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
52027 Author: Wolfgang Denk <wd@denx.de>
52028 Date: Wed Jan 2 12:38:43 2008 +0100
52029
52030 Minor coding style cleanup.
52031
52032 Signed-off-by: Wolfgang Denk <wd@denx.de>
52033
52034 commit e174ac34adf5d5653df12bc3cf19c52063a71269
52035 Author: Stefan Roese <sr@denx.de>
52036 Date: Fri Dec 28 17:29:56 2007 +0100
52037
52038 ppc4xx: Coding style cleanup
52039
52040 Signed-off-by: Stefan Roese <sr@denx.de>
52041
52042 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
52043 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52044 Date: Fri Dec 28 17:07:24 2007 +0100
52045
52046 ppc4xx: Complete PMC440 board support
52047
52048 This patch brings the PMC440 board configuration file.
52049 Finally it enables the PMC440 board support.
52050
52051 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52052
52053 commit 407843a582560fc5231299561ab3c2b6b6cd3397
52054 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52055 Date: Fri Dec 28 17:07:18 2007 +0100
52056
52057 ppc4xx: Add FPGA support and BSP commands for PMC440 boards
52058
52059 This patch adds some BSP commands and FPGA booting support
52060 for esd's PMC440 boards.
52061
52062 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52063
52064 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
52065 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52066 Date: Fri Dec 28 17:07:14 2007 +0100
52067
52068 ppc4xx: Add initial esd PMC440 board files
52069
52070 This patch adds the first files for the new esd PMC440 boards.
52071 The next two patches will complete the PMC440 board support.
52072
52073 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52074
52075 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
52076 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52077 Date: Fri Dec 28 17:10:36 2007 +0100
52078
52079 ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
52080
52081 - add EEPROM write protection for esd PLU405 boards.
52082 - initialize NAND GPIOs
52083 - use correct io accessors
52084 - cleanup
52085
52086 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52087
52088 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
52089 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52090 Date: Fri Dec 28 17:10:44 2007 +0100
52091
52092 ppc4xx: use correct io accessors for esd's LCD code
52093
52094 This patch fixes esd's LCD dectection code to work correctly with
52095 newer gcc versions.
52096
52097 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52098
52099 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
52100 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52101 Date: Fri Dec 28 17:10:42 2007 +0100
52102
52103 ppc4xx: Maintenance patch for VOH405 boards
52104
52105 - add EEPROM write protection
52106 - initialize NAND GPIOs
52107 - use correct io accessors
52108 - slow down I2C clock to 100kHz
52109 - enable ext. I2C bus
52110 - cleanup
52111
52112 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52113
52114 commit c05569066dbcba3fdf36d4d1943df265dc316a86
52115 Author: Stefan Roese <sr@denx.de>
52116 Date: Fri Dec 28 16:08:08 2007 +0100
52117
52118 ppc4xx: Enable 405EP PCI arbiter per default on all boards
52119
52120 In an attmemt to clean up the 4xx start.S file, I removed the enabling
52121 of the internal 405EP PCI arbiter. This is needed for multiple other
52122 405EP platforms, like most of the esd 405EP. Now the internal PCI
52123 arbiter is enabled again per default as it has been before.
52124
52125 Signed-off-by: Stefan Roese <sr@denx.de>
52126 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52127
52128 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
52129 Author: Stefan Roese <sr@denx.de>
52130 Date: Fri Dec 28 15:53:46 2007 +0100
52131
52132 ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
52133
52134 Signed-off-by: Stefan Roese <sr@denx.de>
52135 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52136
52137 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
52138 Author: Stefan Roese <sr@denx.de>
52139 Date: Fri Dec 28 06:06:04 2007 +0100
52140
52141 ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
52142
52143 Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
52144 platforms mentioned above.
52145
52146 Signed-off-by: Stefan Roese <sr@denx.de>
52147
52148 commit b568fd25574181a3b12ae3d66b2913903442cb83
52149 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52150 Date: Thu Dec 27 17:03:46 2007 +0100
52151
52152 Remove CPCI440 board
52153
52154 This board never left prototyping state and it
52155 became a millstone round my neck. So remove it.
52156
52157 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52158
52159 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
52160 Author: Larry Johnson <lrj@arlinx.com>
52161 Date: Thu Dec 27 11:28:51 2007 -0500
52162
52163 Add support for Korat PPC440EPx board
52164
52165 These patches add support for the PPC440EPx-based "Korat" board to
52166 U-Boot. They are based primarily on support for the Sequoia board.
52167
52168 Signed-off-by: Larry Johnson <lrj@acm.org>
52169
52170 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
52171 Author: Larry Johnson <lrj@arlinx.com>
52172 Date: Sat Dec 22 15:16:25 2007 -0500
52173
52174 Add configuration file for Korat board
52175
52176 This patch supplies the configuration file for the Korat PPC440EPx-
52177 processor board.
52178
52179 Signed-off-by: Larry Johnson <lrj@acm.org>
52180
52181 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
52182 Author: Larry Johnson <lrj@arlinx.com>
52183 Date: Sat Dec 22 15:16:11 2007 -0500
52184
52185 Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
52186
52187 Signed-off-by: Larry Johnson <lrj@acm.org>
52188
52189 commit aba19604d848b2838cfb9ebe818909e6a216058e
52190 Author: Larry Johnson <lrj@arlinx.com>
52191 Date: Thu Dec 27 10:54:48 2007 -0500
52192
52193 Add 440EPx DDR2 SPD DIMM support
52194
52195 This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
52196 controller. It should also work on the 440GRx. It is based on the DDR2
52197 SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
52198
52199 This code has been tested on prototype Korat boards with three Kingston
52200 DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
52201 (two ranks). The Korat board has a single DIMM socket, but support has
52202 been provided (though not tested) for boards with two DIMM sockets.
52203
52204 Signed-off-by: Larry Johnson <lrj@acm.org>
52205
52206 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
52207 Author: Larry Johnson <lrj@arlinx.com>
52208 Date: Sat Dec 22 15:15:30 2007 -0500
52209
52210 Copy 440EPx/GRx SDRAM data-eye search to common directory
52211
52212 This patch creates a non-board-specific file for performing the SDRAM
52213 data-eye search. It also adds ECC error checking to the test of valid
52214 data on readback when ECC is enabled.
52215
52216 Signed-off-by: Larry Johnson <lrj@acm.org>
52217
52218 commit c46f53333b22b1f9098676bea8884fc7db820cf3
52219 Author: Larry Johnson <lrj@arlinx.com>
52220 Date: Sat Dec 22 15:15:13 2007 -0500
52221
52222 Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
52223
52224 This patch adds the Denali SDRAM controller definitions to "ppc440.h".
52225 It also fixes two typos in the definitions, so the board-specific
52226 "sdram.h" files containing these definitions are also fixed to avoid
52227 compiler warnings.
52228
52229 Signed-off-by: Larry Johnson <lrj@acm.org>
52230
52231 commit c348578bf612d0c56d8d376d23cae16defbd86af
52232 Author: Larry Johnson <lrj@arlinx.com>
52233 Date: Thu Dec 27 10:50:55 2007 -0500
52234
52235 Add Ethernet 1000BASE-X support for PPC4xx
52236
52237 This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol
52238 is defined, the PHY will advertise it's capabilities for autonegotiation
52239 based on the capabilities shown in the PHY's status registers, including
52240 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
52241 advertise hard-coded capabilities, as before.
52242
52243 Signed-off-by: Larry Johnson <lrj@acm.org>
52244
52245 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
52246 Author: Larry Johnson <lrj@arlinx.com>
52247 Date: Thu Dec 27 09:52:17 2007 -0500
52248
52249 Add driver for National Semiconductor LM73 temperature sensor
52250
52251 This driver is based on the driver for the LM75.
52252
52253 Signed-off-by: Larry Johnson <lrj@acm.org>
52254
52255 commit 12618278688ea9b3d76536960a5ad2e3790fac40
52256 Author: Larry Johnson <lrj@arlinx.com>
52257 Date: Sat Dec 22 15:14:00 2007 -0500
52258
52259 Add driver for STMicroelectronics M41T60 RTC
52260
52261 This driver is based on the driver for the M41T11. In the intended
52262 application, the RTC will be powered by a large capacitor, rather than a
52263 battery. The driver therefore checks to see whether the RTC has lost
52264 power. The chip's OUT bit is normally reset from its power-up state. If
52265 the OUT bit is read as set, or if the date and time are not valid, then the
52266 RTC is assumed to have lost power, and its date and time are reset to
52267 1900-01-01 00:00:00.
52268
52269 Support for adjusting the speed of the clock to improve accuracy is
52270 provided through an environment variable.
52271
52272 Signed-off-by: Larry Johnson <lrj@acm.org>
52273
52274 commit d3471173e14b7544bb60339eda8d3d3906694b0a
52275 Author: Larry Johnson <lrj@arlinx.com>
52276 Date: Sat Dec 22 15:34:39 2007 -0500
52277
52278 Use out_be32() and friends to access memory-mapped registers in sequoia.c
52279
52280 Signed-off-by: Larry Johnson <lrj@acm.org>
52281
52282 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
52283 Author: Larry Johnson <lrj@arlinx.com>
52284 Date: Sat Dec 22 15:34:20 2007 -0500
52285
52286 Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
52287
52288 Signed-off-by: Larry Johnson <lrj@acm.org>
52289
52290 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
52291 Author: Larry Johnson <lrj@arlinx.com>
52292 Date: Sat Dec 22 15:23:50 2007 -0500
52293
52294 Cosmetic changes to ECC POST for AMCC Denali core
52295
52296 Signed-off-by: Larry Johnson <lrj@acm.org>
52297
52298 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
52299 Author: Stefan Roese <sr@denx.de>
52300 Date: Wed Dec 26 20:20:19 2007 +0100
52301
52302 ppc4xx: Fix compilation problem in 405 cache POST test
52303
52304 Signed-off-by: Stefan Roese <sr@denx.de>
52305
52306 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
52307 Author: Stefan Roese <sr@denx.de>
52308 Date: Sat Dec 22 12:20:09 2007 +0100
52309
52310 ppc4xx: Move virtual address of POST cache test to bigger address
52311
52312 On Sequoia & LWMON5 the virtual address of the POST cache test is now
52313 moved to a bigger address. This enables usage of more memory on those
52314 boards.
52315
52316 Signed-off-by: Stefan Roese <sr@denx.de>
52317
52318 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
52319 Author: Stefan Roese <sr@denx.de>
52320 Date: Sat Dec 22 12:18:26 2007 +0100
52321
52322 ppc4xx: Fix problem in 44x cache POST routine
52323
52324 As repoted by Larry Johnson, running "diag run cache" caused a crash
52325 in U-Boot. This problem was introduced by a patch that removed the
52326 TLB entry for the cache test after the test has completed. Since this
52327 TLB was only setup once, a 2nd attempt to run this cache test
52328 failed with a crash. Now this TLB entry is created every time the
52329 routine is called.
52330
52331 Signed-off-by: Stefan Roese <sr@denx.de>
52332
52333 commit b0265b576bb8fa9465f99e99c323768b562fadc2
52334 Author: Stefan Roese <sr@denx.de>
52335 Date: Fri Dec 21 07:51:29 2007 +0100
52336
52337 ppc4xx: Update Makalu fdt support
52338
52339 Signed-off-by: Stefan Roese <sr@denx.de>
52340
52341 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
52342 Author: Stefan Roese <sr@denx.de>
52343 Date: Wed Dec 19 09:05:40 2007 +0100
52344
52345 ppc4xx: Add fdt support to AMCC Katmai eval board
52346
52347 Signed-off-by: Stefan Roese <sr@denx.de>
52348
52349 commit 328a340392a5df9aaf00792be989df73e750859e
52350 Author: Stefan Roese <sr@denx.de>
52351 Date: Tue Dec 18 08:44:51 2007 +0100
52352
52353 ppc4xx: fdt: Cleanup setup of cpu node setup
52354
52355 Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
52356 without using the absolute path to the cpu node. This makes it possible
52357 to use this U-Boot version with both versions of cpu-node naming
52358 "cpu@0" and the former "PowerPC,440EPx@0".
52359
52360 Signed-off-by: Stefan Roese <sr@denx.de>
52361
52362 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
52363 Author: Stefan Roese <sr@denx.de>
52364 Date: Mon Dec 17 17:26:21 2007 +0100
52365
52366 ppc4xx: Fix lwmon5 compilation problem
52367
52368 Now that the 440EPx ECC test is not board specific anymore
52369 remove this Makefile.
52370
52371 Signed-off-by: Stefan Roese <sr@denx.de>
52372
52373 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
52374 Author: Anatolij Gustschin <agustschin@t-online.de>
52375 Date: Wed Dec 5 17:43:20 2007 +0100
52376
52377 Fix ppc4xx clear_bss() code
52378
52379 ppc4xx clear_bss() fails if BSS segment size is not
52380 divisible by 4 without remainder. This patch provides
52381 fix for this problem.
52382
52383 Signed-off-by: Anatolij Gustschin <agust@denx.de>
52384
52385 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
52386 Author: Niklaus Giger <niklausgiger@gmx.ch>
52387 Date: Fri Nov 30 18:35:11 2007 +0100
52388
52389 PPC4xx: Minimal changes to add vxWorks support
52390
52391 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
52392
52393 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
52394 Author: Markus Klotzbücher <mk@denx.de>
52395 Date: Fri Nov 23 13:09:18 2007 +0100
52396
52397 ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
52398
52399 When using dhcp/bootp the "netmask" environment variable is not
52400 set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
52401 desireable, so the following patch adds this this option to the board
52402 config.
52403
52404 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
52405 Signed-off-by: Stefan Roese <sr@denx.de>
52406
52407 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
52408 Author: Larry Johnson <lrj@arlinx.com>
52409 Date: Sat Oct 27 12:48:15 2007 -0400
52410
52411 Fix/enhance ECC POST for 440EPx/GRx
52412
52413 This patch allows the ECC POST to be used for different boards with the
52414 PPC440 Denali SDRAM controller. Modifications include skipping the test
52415 if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
52416 to prevent timing errors.
52417
52418 Signed-off-by: Larry Johnson <lrj@acm.org>
52419
52420 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
52421 Author: Larry Johnson <lrj@arlinx.com>
52422 Date: Sat Oct 27 12:48:05 2007 -0400
52423
52424 PPC4xx: Move/rename ECC POST for 440EPx/GRx
52425
52426 Signed-off-by: Larry Johnson <lrj@acm.org>
52427
52428 commit c29d2d3680046d430022c55e50fcb27f5866517e
52429 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52430 Date: Fri Dec 14 11:20:33 2007 +0100
52431
52432 ppc4xx: use correct io accessors for 4xx ethernet POST
52433
52434 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52435
52436 commit ba79fde58a48c0a6ff8e2a96caba951594142203
52437 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52438 Date: Fri Dec 14 11:19:56 2007 +0100
52439
52440 ppc4xx: fix flush + invalidate_dcache_range arguments
52441
52442 flush + invalidate_dcache_range() expect the start and stop+1 address.
52443 So the stop address is the first address behind (!) the range.
52444
52445 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52446
52447 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
52448 Author: Stefan Roese <sr@denx.de>
52449 Date: Fri Dec 14 08:41:29 2007 +0100
52450
52451 ppc4xx: fdt: use fdt_fixup_ethernet()
52452
52453 By using aliases in the dts file, the ethernet node fixup is
52454 much easier with the recently added functions.
52455
52456 Please note that the dts file needs the aliases for this to work.
52457
52458 Signed-off-by: Stefan Roese <sr@denx.de>
52459
52460 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
52461 Author: Stefan Roese <sr@denx.de>
52462 Date: Thu Dec 13 14:52:53 2007 +0100
52463
52464 ppc4xx: Bring 4xx fdt support up-to-date
52465
52466 This patch update the 4xx fdt support. It enabled fdt booting
52467 on the AMCC Kilauea and Sequoia for now. More can follow later
52468 quite easily.
52469
52470 Signed-off-by: Stefan Roese <sr@denx.de>
52471
52472 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
52473 Author: Stefan Roese <sr@denx.de>
52474 Date: Thu Dec 27 07:50:54 2007 +0100
52475
52476 cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
52477
52478 The check for an sufficiently erased destination was missing in the
52479 buffered write function of the cfi flash driver (when
52480 CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
52481 writing to such a region will fail with the currect error message.
52482
52483 Signed-off-by: Stefan Roese <sr@denx.de>
52484
52485 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
52486 Author: Martin Krause <martin.krause@tqs.de>
52487 Date: Mon Nov 12 10:56:17 2007 +0100
52488
52489 Some configuration updates for the TQM5200 based TB5200 board:
52490
52491 - enable command line history
52492 - increase malloc space (because of bigger flash sectors)
52493
52494 Signed-off-by: Martin Krause <martin.krause@tqs.de>
52495
52496 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
52497 Author: Martin Krause <martin.krause@tqs.de>
52498 Date: Thu Sep 27 11:10:08 2007 +0200
52499
52500 TQM8xx: use the CFI flash driver on all TQM8xx boards
52501
52502 Signed-off-by: Martin Krause <martin.krause@tqs.de>
52503
52504 commit 11d9eec479b470eab9242ab937fca70a876d9376
52505 Author: Martin Krause <martin.krause@tqs.de>
52506 Date: Wed Sep 26 17:55:56 2007 +0200
52507
52508 TQM885D: adjust for doubled flash sector size + some minor fixes
52509
52510 Signed-off-by: Martin Krause <martin.krause@tqs.de>
52511
52512 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
52513 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
52514 Date: Wed Sep 26 17:55:54 2007 +0200
52515
52516 TQM885D: Exchanged SDRAM timing by a more relaxed timing.
52517
52518 CAS-Latency=2, Write Recovery Time tWR=2
52519 The max. supported bus frequency is 66 MHz. Therefore, changed
52520 threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
52521
52522 Signed-off-by: Martin Krause <martin.krause@tqs.de>
52523
52524 commit b988b8cd443989be65161888eea0127ad03f846f
52525 Author: Martin Krause <martin.krause@tqs.de>
52526 Date: Wed Sep 26 17:55:56 2007 +0200
52527
52528 TQM885D: use calculated cpuclk instead of measuring it
52529
52530 On the TQM885D the measurement of cpuclk with the PIT reference
52531 timer ist not necessary. Since all module variants use the same
52532 external 10 MHz oscillator, the cpuclk only depends on the PLL
52533 configuration - which is readable by software.
52534
52535 Signed-off-by: Martin Krause <martin.krause@tqs.de>
52536
52537 commit 492c7049869348d31168de8dad89651315e468e0
52538 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
52539 Date: Thu Sep 27 14:54:46 2007 +0200
52540
52541 TQM885D: fix SDRAM refresh
52542
52543 At 133 MHz the current SDRAM refresh rate is too fast
52544 (measured 4 * 1.17 us).
52545 CFG_MAMR_PTA changes from 39 to 128. This result
52546 in a refresh rate of 4 * 7.8 us at the default clock
52547 66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
52548 This is a compromise until a new method is found to
52549 adjust the refresh rate.
52550
52551 Signed-off-by: Martin Krause <martin.krause@tqs.de>
52552
52553 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
52554 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
52555 Date: Thu Sep 27 14:54:46 2007 +0200
52556
52557 TQM860M: Support for 10col SDRAMs, max. 128 MiB
52558
52559 Signed-off-by: Martin Krause <martin.krause@tqs.de>
52560
52561 commit 61fb15c516fef5631e305f1976d7b3a679725856
52562 Author: Wolfgang Denk <wd@denx.de>
52563 Date: Thu Dec 27 01:52:50 2007 +0100
52564
52565 Fix coding style issues; update CHANGELOG.
52566
52567 Signed-off-by: Wolfgang Denk <wd@denx.de>
52568
52569 commit 467bcee11fe26ad422f2de971aa70866079870f2
52570 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52571 Date: Fri Dec 14 15:36:18 2007 +0100
52572
52573 cfi_flash: Add manufacturer-specific fixups
52574
52575 Run fixups based on the JEDEC manufacturer ID independent of the
52576 command set ID.
52577
52578 This changes current behaviour: Previously, geometry reversal for AMD
52579 chips were done based on the command set ID, while they are now done
52580 based on the JEDEC manufacturer and device ID.
52581
52582 Also add fixup for top-boot Atmel chips. A fixup is needed for
52583 AT49BV6416(T) too, but since u-boot currently only reads the low byte
52584 of the device ID, there's no way to tell it apart from AT49BV642D,
52585 which should not have this fixup. Since AT49BV642D support is
52586 necessary to get ATNGW100 board support into mainline, I've commented
52587 out the fixup for now.
52588
52589 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52590
52591 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
52592 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52593 Date: Fri Dec 14 15:36:17 2007 +0100
52594
52595 cfi_flash: Add cmdset-specific init functions
52596
52597 Move things like reading JEDEC IDs and fixing up geometry reversal
52598 into separate functions. The geometry reversal fixup is now performed
52599 by altering the qry structure directly, which makes the sector init
52600 code slightly cleaner.
52601
52602 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52603
52604 commit e23741f4a6d8047520ef0d4971762749b3587d32
52605 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52606 Date: Fri Dec 14 15:36:16 2007 +0100
52607
52608 cfi_flash: Read whole QRY structure in one go
52609
52610 Read out the whole CFI Standard Query structure after successful cfi
52611 identification. This allows subsequent code to access this information
52612 directly without having to go through flash_read_uchar() and friends.
52613
52614 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52615
52616 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
52617 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52618 Date: Mon Dec 17 11:02:44 2007 +0100
52619
52620 AVR32: Fix logic inversion in disable_interrupts()
52621
52622 disable_interrupts() should return nonzero if interrupts were
52623 _enabled_ before, not disabled.
52624
52625 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52626
52627 commit acac475212cbedb17b321a363a1c878e2b47b37f
52628 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52629 Date: Fri Dec 14 16:51:22 2007 +0100
52630
52631 AVR32: Enable interrupts at bootup
52632
52633 The timer code depends on the timer interrupt to keep track of the
52634 upper 32 bits of the cycle counter. This obviously doesn't work when
52635 interrupts are disabled the whole time.
52636
52637 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52638
52639 commit 9570bcd87f4db255514f43b6701746c412f8fef0
52640 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52641 Date: Thu Nov 15 10:03:45 2007 +0100
52642
52643 AVR32: Fix wrong pin setup for USART3
52644
52645 As reported by Gerhard Berghofer:
52646
52647 in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
52648 instead of PB18 and PB19.
52649
52650 which is obviously correct. There's currently no code that uses
52651 USART3, but custom boards may run into problems.
52652
52653 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52654
52655 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
52656 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52657 Date: Thu Nov 1 12:44:20 2007 +0100
52658
52659 README: Remove ATSTK1000 daughterboard list
52660
52661 As noted by Kim Phillips, these lists tend to become out of date.
52662
52663 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52664
52665 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
52666 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52667 Date: Tue Oct 30 14:56:36 2007 +0100
52668
52669 Add ATSTK100[234] to MAINTAINERS
52670
52671 Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
52672 "mother". Also update the entry for ATSTK1000 to be not only about the
52673 AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
52674
52675 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52676
52677 commit 64ff2357b1727213803591813dbc779c924bf772
52678 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52679 Date: Mon Oct 29 13:02:54 2007 +0100
52680
52681 AVR32: Add support for the ATSTK1004 board
52682
52683 ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
52684 which is a derivative of AT32AP7000.
52685
52686 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52687
52688 commit 667568db157f374b85abd7e03596ddd1f0b25681
52689 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52690 Date: Mon Oct 29 13:02:54 2007 +0100
52691
52692 AVR32: Add support for the ATSTK1003 board
52693
52694 ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
52695 which is a derivative of AT32AP7000.
52696
52697 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52698
52699 commit 5fee84a794a51ec830548cda485a770efb018b92
52700 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52701 Date: Mon Oct 29 13:23:33 2007 +0100
52702
52703 AVR32: Make some AT32AP700x peripherals optional
52704
52705 Add a chip-features file providing definitions of the form
52706
52707 AT32AP700x_CHIP_HAS_<peripheral>
52708
52709 to indicate the availability of the given peripheral on the currently
52710 selected chip.
52711
52712 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52713
52714 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
52715 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52716 Date: Mon Oct 29 13:09:56 2007 +0100
52717
52718 AVR32: Rename at32ap7000 -> at32ap700x
52719
52720 The SoC-specific code for all the AT32AP700x CPUs is practically
52721 identical; the only difference is that some chips have less features
52722 than others. By doing this rename, we can add support for the AP7000
52723 derivatives simply by making some features conditional.
52724
52725 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52726
52727 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
52728 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52729 Date: Fri Jun 29 18:22:34 2007 +0200
52730
52731 atmel_mci: Show SR when block read fails
52732
52733 Show controller status as well as card status when an error occurs
52734 during block read.
52735
52736 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52737
52738 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
52739 Author: Stefan Roese <sr@denx.de>
52740 Date: Thu Dec 13 14:52:53 2007 +0100
52741
52742 ppc4xx: Bring 4xx fdt support up-to-date
52743
52744 This patch update the 4xx fdt support. It enabled fdt booting
52745 on the AMCC Kilauea and Sequoia for now. More can follow later
52746 quite easily.
52747
52748 Signed-off-by: Stefan Roese <sr@denx.de>
52749
52750 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
52751 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52752 Date: Thu Dec 13 12:56:34 2007 +0100
52753
52754 cfi_flash: Use map_physmem() and unmap_physmem()
52755
52756 Use map_physmem() and unmap_physmem() to convert from physical to
52757 virtual addresses. This gives the arch a chance to provide an uncached
52758 mapping for flash accesses.
52759
52760 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52761
52762 commit 4d7d6936eb29af7cca330937808312aa5f61454d
52763 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52764 Date: Thu Dec 13 12:56:33 2007 +0100
52765
52766 Introduce map_physmem() and unmap_physmem()
52767
52768 map_physmem() returns a virtual address which can be used to access a
52769 given physical address without involving the cache. unmap_physmem()
52770 should be called when the virtual address returned by map_physmem() is
52771 no longer needed.
52772
52773 This patch adds a stub implementation which simply returns the
52774 physical address cast to a uchar * for all architectures except AVR32,
52775 which converts the physical address to an uncached virtual mapping.
52776 unmap_physmem() is a no-op on all architectures, but if any
52777 architecture needs to do such mappings through the TLB, this is the
52778 hook where those TLB entries can be invalidated.
52779
52780 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52781
52782 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
52783 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52784 Date: Thu Dec 13 12:56:32 2007 +0100
52785
52786 cfi_flash: Introduce read and write accessors
52787
52788 Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
52789 them to access the flash memory. This makes it clearer when the flash
52790 is actually being accessed; merely dereferencing a volatile pointer
52791 looks just like any other kind of access.
52792
52793 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52794
52795 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
52796 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52797 Date: Thu Dec 13 12:56:31 2007 +0100
52798
52799 Implement __raw_{read,write}[bwl] on all architectures
52800
52801 This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
52802 m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
52803 from Linux.
52804
52805 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52806
52807 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
52808 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52809 Date: Sat Oct 6 18:55:36 2007 +0200
52810
52811 cfi_flash: Reorder functions and eliminate extra prototypes
52812
52813 Reorder the functions in cfi_flash.c so that each function only uses
52814 functions that have been defined before it. This allows the static
52815 prototype declarations near the top to be eliminated and might allow
52816 gcc to do a better job inlining functions.
52817
52818 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52819
52820 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
52821 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52822 Date: Thu Dec 13 12:56:29 2007 +0100
52823
52824 cfi_flash: Make some needlessly global functions static
52825
52826 Make functions not declared in any header file static.
52827
52828 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52829
52830 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
52831 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52832 Date: Thu Dec 13 12:56:28 2007 +0100
52833
52834 cfi_flash: Break long lines
52835
52836 This patch tries to keep all lines in the cfi_flash driver below 80
52837 columns. There are a few lines left which don't fit this requirement
52838 because I couldn't find any trivial way to break them (i.e. it would
52839 take some restructuring, which I intend to do in a later patch.)
52840
52841 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52842
52843 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
52844 Author: Bartlomiej Sieka <tur@semihalf.com>
52845 Date: Tue Dec 11 13:59:57 2007 +0100
52846
52847 CFI: synchronize command offsets with Linux CFI driver
52848
52849 Fixes non-working CFI Flash on the Inka4x0 board.
52850
52851 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52852
52853 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
52854 Author: Kumar Gala <galak@kernel.crashing.org>
52855 Date: Fri Dec 7 12:17:34 2007 -0600
52856
52857 Handle MPC85xx PCIe reset errata (PCI-Ex 38)
52858
52859 On the MPC85xx boards that have PCIe enable the PCIe errata fix.
52860 (MPC8544DS, MPC8548CDS, MPC8568MDS).
52861
52862 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52863
52864 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
52865 Author: Kumar Gala <galak@kernel.crashing.org>
52866 Date: Fri Dec 7 12:04:30 2007 -0600
52867
52868 Update Freescale MPC85xx ADS/CDS/MDS board config
52869
52870 * Enabled CONFIG_CMD_ELF
52871
52872 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52873
52874 commit d435793229ce29a42797c1edc39f5b34f987f91a
52875 Author: Kumar Gala <galak@kernel.crashing.org>
52876 Date: Fri Dec 7 04:59:26 2007 -0600
52877
52878 Handle Asynchronous DDR clock on 85xx
52879
52880 The MPC8572 introduces the concept of an asynchronous DDR clock with
52881 regards to the platform clock.
52882
52883 Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
52884 mode.
52885
52886 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52887
52888 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
52889 Author: Kumar Gala <galak@kernel.crashing.org>
52890 Date: Thu Nov 29 10:34:28 2007 -0600
52891
52892 Update Freescale MPC85xx ADS/CDS/MDS board config
52893
52894 * Removed some misc environment setup
52895 * Enabled CONFIG_CMDLINE_EDITING
52896
52897 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52898
52899 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
52900 Author: Kumar Gala <galak@kernel.crashing.org>
52901 Date: Thu Nov 29 10:47:44 2007 -0600
52902
52903 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
52904
52905 Minor path corrections needed to ensure buildability.
52906
52907 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52908
52909 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
52910 Author: Kumar Gala <galak@kernel.crashing.org>
52911 Date: Thu Nov 29 10:16:18 2007 -0600
52912
52913 Move the MPC8540 ADS board under board/freescale.
52914
52915 Minor path corrections needed to ensure buildability.
52916
52917 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52918
52919 commit 870ceac5b3a3486c109396e005af81ae762b5710
52920 Author: Kumar Gala <galak@kernel.crashing.org>
52921 Date: Thu Nov 29 10:14:50 2007 -0600
52922
52923 Move the MPC8560 ADS board under board/freescale.
52924
52925 Minor path corrections needed to ensure buildability.
52926
52927 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52928
52929 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
52930 Author: Kumar Gala <galak@kernel.crashing.org>
52931 Date: Thu Nov 29 10:13:47 2007 -0600
52932
52933 Move the MPC8568 MDS board under board/freescale.
52934
52935 Minor path corrections needed to ensure buildability.
52936
52937 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52938
52939 commit a853d56c59b33415304531443633808736acfc6e
52940 Author: Kumar Gala <galak@kernel.crashing.org>
52941 Date: Thu Nov 29 02:18:59 2007 -0600
52942
52943 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
52944
52945 We already had defines for LAWAR_TRGT_IF_* that we should use
52946 rather than creating new ones. Also, added some missing defines for
52947 PCIE targets.
52948
52949 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52950
52951 commit 04db400892da37b76a585e332a0c137954ad2015
52952 Author: Kumar Gala <galak@kernel.crashing.org>
52953 Date: Thu Nov 29 02:10:09 2007 -0600
52954
52955 Stop using immap_t on 85xx
52956
52957 In the future the offsets to various blocks may not be in same location.
52958 Move to using CFG_MPC85xx_*_ADDR as the base of the registers
52959 instead of getting it via &immap.
52960
52961 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52962
52963 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
52964 Author: Kumar Gala <galak@kernel.crashing.org>
52965 Date: Thu Nov 29 01:23:09 2007 -0600
52966
52967 Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
52968
52969 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52970
52971 commit c480861bf000156e6a3e932c258db59ff2212dd3
52972 Author: Kumar Gala <galak@kernel.crashing.org>
52973 Date: Thu Nov 29 01:06:19 2007 -0600
52974
52975 Update MPC8568 MDS to use libfdt
52976
52977 Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
52978 ethernet, pci, and serial for the various fixups that are done.
52979
52980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52981
52982 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
52983 Author: Haiying Wang <Haiying.Wang@freescale.com>
52984 Date: Wed Nov 14 15:52:06 2007 -0500
52985
52986 Add PCI Express support on MPC8568MDS
52987
52988 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
52989 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52990
52991 commit b90d25497625b90ffa3f2911a0895ca237556ff5
52992 Author: Kumar Gala <galak@kernel.crashing.org>
52993 Date: Thu Nov 29 00:11:44 2007 -0600
52994
52995 Update MPC85xx CDS to use libfdt
52996
52997 Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
52998 ethernet, pci, and serial for the various fixups that are done.
52999
53000 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53001
53002 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
53003 Author: Kumar Gala <galak@kernel.crashing.org>
53004 Date: Wed Nov 28 22:54:27 2007 -0600
53005
53006 Update MPC8540 ADS to use libfdt
53007
53008 Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
53009 ethernet, pci, and serial for the various fixups that are done.
53010
53011 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53012
53013 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
53014 Author: Kumar Gala <galak@kernel.crashing.org>
53015 Date: Wed Nov 28 22:40:31 2007 -0600
53016
53017 Update MPC8560 ADS to use libfdt
53018
53019 Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
53020 ethernet, pci, and serial for the various fixups that are done.
53021
53022 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53023
53024 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
53025 Author: Kumar Gala <galak@kernel.crashing.org>
53026 Date: Wed Nov 28 00:36:33 2007 -0600
53027
53028 Stop using immap_t for cpm offset on 85xx
53029
53030 In the future the offsets to various blocks may not be in same location.
53031 Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
53032 instead of getting it via &immap->im_cpm.
53033
53034 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53035
53036 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
53037 Author: Kumar Gala <galak@kernel.crashing.org>
53038 Date: Tue Nov 27 23:25:02 2007 -0600
53039
53040 Stop using immap_t for guts offset on 85xx
53041
53042 In the future the offsets to various blocks may not be in same location.
53043 Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
53044 instead of getting it via &immap->im_gur.
53045
53046 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53047
53048 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
53049 Author: Kumar Gala <galak@kernel.crashing.org>
53050 Date: Tue Nov 27 22:42:34 2007 -0600
53051
53052 Update MPC8544 DS config
53053
53054 * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
53055 * Removed some misc environment setup
53056 * Moved to using fdtfile & fdtaddr as fdt env var names
53057 * Enabled CONFIG_CMDLINE_EDITING
53058
53059 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53060
53061 commit addce57e2e4c49e77ffb2020a84690713bb18b47
53062 Author: Kumar Gala <galak@kernel.crashing.org>
53063 Date: Mon Nov 26 17:12:24 2007 -0600
53064
53065 Update MPC8544DS to use libfdt
53066
53067 Updated the MPC8544DS config to use libfdt and assume use of aliases for
53068 ethernet, pci, and serial for the various fixups that are done.
53069
53070 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53071
53072 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
53073 Author: Kumar Gala <galak@kernel.crashing.org>
53074 Date: Thu Nov 29 00:15:30 2007 -0600
53075
53076 Add libfdt based ft_cpu_setup for mpc85xx
53077
53078 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53079
53080 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
53081 Author: Stefan Roese <sr@denx.de>
53082 Date: Tue Dec 11 13:38:19 2007 +0100
53083
53084 ppc4xx: Correct GPIO offset in gpio_config()
53085
53086 Thanks to Gary Jennejohn for pointing this out.
53087
53088 Signed-off-by: Stefan Roese <sr@denx.de>
53089
53090 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
53091 Author: Stefan Roese <sr@denx.de>
53092 Date: Tue Dec 11 11:46:01 2007 +0100
53093
53094 rtc: Fix merging problem
53095
53096 Signed-off-by: Stefan Roese <sr@denx.de>
53097
53098 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
53099 Author: Stefan Roese <sr@denx.de>
53100 Date: Sat Dec 8 14:47:34 2007 +0100
53101
53102 ppc4xx: 405EX: Correctly enable USB pins
53103
53104 This patch selects the USB data pins in the 405EX GPIO and MFC (multi
53105 function control) registers. This is done for the AMCC Kilauea and
53106 Makalu eval boards.
53107
53108 Signed-off-by: Stefan Roese <sr@denx.de>
53109
53110 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
53111 Author: Stefan Roese <sr@denx.de>
53112 Date: Sat Dec 8 08:25:09 2007 +0100
53113
53114 CFI: Coding style cleanup
53115
53116 Signed-off-by: Stefan Roese <sr@denx.de>
53117
53118 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
53119 Author: Michael Schwingen <michael@schwingen.org>
53120 Date: Fri Dec 7 23:35:02 2007 +0100
53121
53122 CFI: support JEDEC flash roms in CFI-flash framework
53123
53124 The following patch adds support for non-CFI flash ROMS, by hooking into the
53125 CFI flash code and using most of its code, as recently discussed here in the
53126 thread "Mixing CFI and non-CFI flashs".
53127
53128 Signed-off-by: Michael Schwingen <michael@schwingen.org>
53129 Signed-off-by: Stefan Roese <sr@denx.de>
53130
53131 commit c01b17dd856fa120b2970f50d9598546a4927ec3
53132 Author: Gerald Van Baren <vanbaren@cideas.com>
53133 Date: Wed Nov 28 21:24:50 2007 -0500
53134
53135 Conditionally compile fdt_fixup_ethernet()
53136
53137 Fix compiler warnings: On boards that don't have ethernets defined,
53138 don't compile fdt_fixup_ethernet().
53139
53140 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
53141 Author: Kumar Gala <galak@kernel.crashing.org>
53142 Date: Tue Nov 27 21:59:46 2007 -0600
53143
53144 Convert boards that set memory node to use fdt_fixup_memory()
53145
53146 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53147
53148 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
53149 Author: Kumar Gala <galak@kernel.crashing.org>
53150 Date: Mon Nov 26 17:06:15 2007 -0600
53151
53152 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
53153
53154 We use a combination of the serialN alias and CONFIG_CONS_INDEX to
53155 determine which serial alias we should set linux,stdout-path to.
53156
53157 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53158
53159 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
53160 Author: Kumar Gala <galak@kernel.crashing.org>
53161 Date: Mon Nov 26 14:57:45 2007 -0600
53162
53163 Add common memory fixup function
53164
53165 Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
53166
53167 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53168
53169 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
53170 Author: Kumar Gala <galak@kernel.crashing.org>
53171 Date: Mon Nov 26 11:19:12 2007 -0600
53172
53173 Conditionally compile fdt_support.c
53174
53175 Modify common/Makefile to conditionally compile fdt_support.c based
53176 on CONFIG_OF_LIBFDT.
53177
53178 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53179
53180 commit d88e7ba0980773479e1a64badb293116071b7ef0
53181 Author: Kumar Gala <galak@kernel.crashing.org>
53182 Date: Mon Nov 26 10:41:40 2007 -0600
53183
53184 Fix build breakage due to libfdt import
53185
53186 The IDS8247 got lost in the update and need an API update
53187 do to rename of functions in libfdt.
53188
53189 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53190
53191 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
53192 Author: Gerald Van Baren <vanbaren@cideas.com>
53193 Date: Fri Nov 23 19:43:20 2007 -0500
53194
53195 Add spaces around the = in the fdt print format.
53196
53197 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
53198
53199 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
53200 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53201 Date: Fri Dec 7 01:25:38 2007 +0900
53202
53203 sh: Moved driver of the SuperH dependence
53204
53205 The composition of the directory in the drivers/ changed.
53206 I moved SuperH serial driver and marubun PCMCIA driver.
53207
53208 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53209
53210 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
53211 Author: Wolfgang Denk <wd@denx.de>
53212 Date: Thu Dec 6 10:21:19 2007 +0100
53213
53214 Release v1.3.1
53215
53216 Signed-off-by: Wolfgang Denk <wd@denx.de>
53217
53218 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
53219 Author: Wolfgang Denk <wd@denx.de>
53220 Date: Thu Dec 6 10:21:03 2007 +0100
53221
53222 ADS5121 Board: fix compile problem.
53223
53224 Signed-off-by: Wolfgang Denk <wd@denx.de>
53225
53226 commit a27044b14a9e93678a82d7b35f202b93e7687abc
53227 Author: Stefan Roese <sr@denx.de>
53228 Date: Thu Dec 6 05:58:43 2007 +0100
53229
53230 ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
53231
53232 This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
53233 setting the FIXD bit in the SDR0_MFR register. Here a description of the
53234 symptoms:
53235
53236 Problem Description
53237 ------------------------------
53238 If a DMA is performed between memory and PCI with the DMA 1 Controller
53239 using prefetch, and as a result uses a special purpose buffer selected by
53240 the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
53241 the first part of the transfer sequence is performed twice. The
53242 PPC440SPe PCI Controller requests more data than was needed such that in
53243 the case of enforce memory protection, a host CPU exception can occur.
53244 No data is corrupted, because data transfer is stopped in the PCI
53245 Controller. Prefetch enable is specified by setting DMA Configuration
53246 Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
53247
53248 Behavior that may be observed in a running system
53249 ---------------------------------------------------------------------------
53250
53251 1. DMA performance is decreased because of the double access on the PCI bus
53252 interface.
53253 2. If an illegal access to some address on the PCI bus is detected at the
53254 system level, a machine check or similar system error may occur.
53255
53256 Workarounds Available
53257 ----------------------------------
53258
53259 1. Do not program prefetch. Note that a prefetch command cannot be programmed
53260 without selecting a special purpose buffer.
53261 2. To avoid crossing a physical boundary of the PCI slave device, add 512
53262 bytes of address to the PCI address range.
53263
53264 This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
53265 from AMCC and slighly changed.
53266
53267 Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
53268 Signed-off-by: Stefan Roese <sr@denx.de>
53269
53270 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
53271 Author: Stefan Roese <sr@denx.de>
53272 Date: Tue Dec 4 16:29:48 2007 +0100
53273
53274 ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
53275
53276 Signed-off-by: Stefan Roese <sr@denx.de>
53277
53278 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
53279 Author: Wolfgang Denk <wd@denx.de>
53280 Date: Mon Dec 3 00:15:28 2007 +0100
53281
53282 Prepare for 1.3.1-rc1
53283
53284 Signed-off-by: Wolfgang Denk <wd@denx.de>
53285
53286 commit e15e33433e7c05111968dc9b434a52fd42cbd221
53287 Author: Stefan Roese <sr@denx.de>
53288 Date: Fri Nov 30 07:15:41 2007 +0100
53289
53290 ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
53291
53292 This manual PCIe reset triggering solves the problem seen with the
53293 Intel EPRO/1000 card, which was not detected (link not established)
53294 upon power-up reset.
53295
53296 Signed-off-by: Stefan Roese <sr@denx.de>
53297
53298 commit 260eea5676ca46903a335686cc020b29c4ca46fe
53299 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53300 Date: Thu Nov 29 01:21:54 2007 +0900
53301
53302 sh: Add SuperH boards maintainer to MAINTAINERS file
53303
53304 Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
53305
53306 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53307
53308 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
53309 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53310 Date: Thu Nov 29 00:13:04 2007 +0900
53311
53312 sh: Add ms7750se support in MAKEALL
53313
53314 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53315
53316 commit c7144373427a178332bf9754131c8c34c52c200a
53317 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53318 Date: Tue Nov 27 09:44:53 2007 +0100
53319
53320 sh: Add sh3 and sh4 support in MAKEALL
53321
53322 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53323 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53324
53325 commit 130080874a3d28450098481a262c5f7c855e908d
53326 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53327 Date: Sun Nov 25 02:51:17 2007 +0900
53328
53329 sh: Add document for SuperH.
53330
53331 This document is a summary of information concerning SuperH of U-Boot.
53332
53333 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53334
53335 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
53336 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53337 Date: Sun Nov 25 02:39:31 2007 +0900
53338
53339 sh: Add marubun's pcmcia driver
53340
53341 Marubun pcmcia is a chip for PCMCIA used with SuperH.
53342 Of course, this can be used even by other architectures.
53343 When use this driver, came to be able to use CompactFlash
53344 and Ethernet.
53345
53346 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53347
53348 commit febd86b969b975289ed948f1ac0eb9722da41ced
53349 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53350 Date: Sun Nov 25 02:32:13 2007 +0900
53351
53352 sh: Update SuperH SCIF driver
53353
53354 - Changed volatile unsigned to vu_.
53355 - Changed Makefile for kconfig.
53356
53357 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53358
53359 commit 8be760903645af09871be50ad0a6f9ebb62b311d
53360 Author: Stefan Roese <sr@denx.de>
53361 Date: Tue Nov 27 11:57:35 2007 +0100
53362
53363 ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
53364
53365 After an error in the AMCC 405EX users manual now correctly configure
53366 IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
53367 usage.
53368
53369 Signed-off-by: Stefan Roese <sr@denx.de>
53370
53371 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
53372 Author: Wolfgang Denk <wd@denx.de>
53373 Date: Mon Nov 26 19:18:21 2007 +0100
53374
53375 Cleanup coding style; update CHANGELOG
53376
53377 Signed-off-by: Wolfgang Denk <wd@denx.de>
53378
53379 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
53380 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53381 Date: Sun Nov 25 22:39:25 2007 +0100
53382
53383 MAKEALL: add missing 512x boards in ppc
53384
53385 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53386
53387 commit a340c325e668ca7386c2276387681720be9c3757
53388 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53389 Date: Sun Nov 25 18:45:47 2007 +0100
53390
53391 Makefile : fix tags ctags etags with new drivers organization
53392
53393 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53394
53395 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
53396 Author: Stefan Roese <sr@denx.de>
53397 Date: Mon Nov 26 15:06:14 2007 +0100
53398
53399 ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
53400
53401 As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
53402 operation.
53403
53404 Signed-off-by: Stefan Roese <sr@denx.de>
53405
53406 commit ca1ce226287270bb01e25b8e3674c701f12edf19
53407 Author: Stefan Roese <sr@denx.de>
53408 Date: Mon Nov 26 15:01:45 2007 +0100
53409
53410 ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
53411
53412 Signed-off-by: Stefan Roese <sr@denx.de>
53413
53414 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
53415 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53416 Date: Sun Nov 25 18:45:47 2007 +0100
53417
53418 Makefile : fix tags ctags etags with new drivers organization
53419
53420 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53421
53422 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
53423 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53424 Date: Sat Nov 24 21:26:56 2007 +0100
53425
53426 drivers/mtd : move mtd drivers to drivers/mtd
53427
53428 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53429
53430 commit 318c0b90431f2648552e5ade78833f42652ce859
53431 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53432 Date: Sat Nov 24 21:17:55 2007 +0100
53433
53434 drivers/misc : move misc drivers to drivers/misc
53435
53436 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53437
53438 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
53439 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53440 Date: Sat Nov 24 21:13:59 2007 +0100
53441
53442 drivers/block : move block drivers to drivers/block
53443
53444 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53445
53446 commit 0c698dcaa70275eb8814f665b545547cee013892
53447 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53448 Date: Sat Nov 24 20:59:50 2007 +0100
53449
53450 drivers/rtc : move rtc drivers to drivers/rtc
53451
53452 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53453
53454 commit f868cc5a50757d94f36c312395481cb0f187d9e6
53455 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53456 Date: Sat Nov 24 20:14:44 2007 +0100
53457
53458 drivers/hwmon : move hardware monitor drviers to drivers/hwmon
53459
53460 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53461
53462 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
53463 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53464 Date: Sat Nov 24 19:46:45 2007 +0100
53465
53466 drivers/input : move input drivers to drivers/input
53467
53468 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53469
53470 commit e4558666293364fc3af1c1d9381ca933fa0f1275
53471 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53472 Date: Sat Nov 24 19:40:11 2007 +0100
53473
53474 drivers/usb : move usb drivers to drivers/usb
53475
53476 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53477
53478 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
53479 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53480 Date: Sat Nov 24 19:33:38 2007 +0100
53481
53482 drivers/serial : move serial drivers to drivers/serial
53483
53484 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53485
53486 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
53487 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53488 Date: Wed Nov 21 21:19:24 2007 +0100
53489
53490 drivers/net : move net drivers to drivers/net
53491
53492 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53493
53494 commit 352d259130b349fe9593b8dada641bd78a9659e5
53495 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53496 Date: Tue Nov 20 20:41:48 2007 +0100
53497
53498 drivers/video : move video drivers to drivers/video
53499
53500 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53501
53502 commit 73646217186aa17afc8e305c5f06f06dd335eaad
53503 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53504 Date: Tue Nov 20 20:33:09 2007 +0100
53505
53506 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
53507
53508 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53509
53510 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
53511 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53512 Date: Tue Nov 20 20:28:09 2007 +0100
53513
53514 drivers/pci : move pci drivers to drivers/pci
53515
53516 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53517
53518 commit 9162352817579840d7802da6d85872b3ca003c97
53519 Author: Gerald Van Baren <vanbaren@cideas.com>
53520 Date: Thu Nov 22 17:23:23 2007 -0500
53521
53522 Fix fdt printing for updated libfdt
53523
53524 Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
53525
53526 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
53527
53528 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
53529 Author: Kumar Gala <galak@kernel.crashing.org>
53530 Date: Wed Nov 21 13:30:15 2007 -0600
53531
53532 Add additional fdt fixup helper functions
53533
53534 Added the following fdt fixup helpers:
53535 * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
53536 * do_fixup_by_compat{_u32} - Find matching nodes by compat
53537
53538 The _u32 variants work the same only the property they are setting
53539 is know to be a 32-bit integer instead of a byte buffer.
53540
53541 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53542
53543 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
53544 Author: Kumar Gala <galak@kernel.crashing.org>
53545 Date: Wed Nov 21 11:11:03 2007 -0600
53546
53547 Add fdt_fixup_ethernet helper to set mac addresses
53548
53549 Added a fixup helper that uses aliases to set mac addresses
53550 in the device tree based on the bd_t
53551
53552 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53553
53554 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
53555 Author: Kumar Gala <galak@kernel.crashing.org>
53556 Date: Wed Nov 21 14:07:46 2007 -0600
53557
53558 Fix warnings from import of libfdt
53559
53560 cmd_fdt.c: In function fdt_print:
53561 cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
53562 cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
53563 cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
53564 cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
53565
53566 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53567
53568 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
53569 Author: Kumar Gala <galak@kernel.crashing.org>
53570 Date: Wed Oct 24 11:04:22 2007 -0500
53571
53572 Update libfdt from device tree compiler (dtc)
53573
53574 Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
53575 the device tree compiler (dtc) project.
53576
53577 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53578
53579 commit e93becf80d732b64aef81b23e8b6ece02c40533d
53580 Author: Kumar Gala <galak@kernel.crashing.org>
53581 Date: Sat Nov 3 19:46:28 2007 -0500
53582
53583 Move do_fixup* for libfdt into common code
53584
53585 Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
53586 into common/fdt_support.c and renamed:
53587
53588 do_fixup() -> do_fixup_by_path()
53589 do_fixup_u32() -> do_fixup_by_path_u32()
53590
53591 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53592
53593 commit f738b4a75998f42a7408defadc9baac7a31c92db
53594 Author: Kumar Gala <galak@kernel.crashing.org>
53595 Date: Thu Oct 25 16:15:07 2007 -0500
53596
53597 Make no options to fdt print default to '/'
53598
53599 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53600
53601 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
53602 Author: Kumar Gala <galak@kernel.crashing.org>
53603 Date: Wed Oct 24 10:21:57 2007 -0500
53604
53605 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
53606
53607 Removed:
53608 fdt_node_is_compatible
53609 fdt_find_node_by_type
53610 fdt_find_compatible_node
53611
53612 To ease merge of newer libfdt as we aren't using them anywhere at this time.
53613
53614 Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
53615 reason.
53616
53617 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53618
53619 commit 98e2867cc85409b919f862e6c16026461ec955df
53620 Author: Grant Likely <grant.likely@secretlab.ca>
53621 Date: Wed Nov 21 09:19:37 2007 -0700
53622
53623 [BUILD] Remove libraries when updating autoconf.mk
53624
53625 Fix library problems caused by conditional compilation. Using
53626 autoconf.mk to decide which files to compile has caused a problem when
53627 changing configuration from one board to another without clearing out
53628 the library (*.a) files.
53629
53630 It used to be that the linker was always passed the same list of .o
53631 files when building the .a files. However, that is not longer true
53632 with conditional compilation. Now, a different board config will have
53633 a different file list passed to the linker. The problem occurs when
53634 a library has already been built and the board config is changed.
53635
53636 Since the linker will update instead of replace a preexisting library,
53637 then if the file list changes to remove some object files the old
53638 objects will still exist in the library.
53639
53640 The solution is to remove all old library files when autoconf.mk is
53641 made.
53642
53643 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53644
53645 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
53646 Author: Kumar Gala <galak@kernel.crashing.org>
53647 Date: Wed Nov 21 08:49:50 2007 -0600
53648
53649 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
53650
53651 Modify libfdt/Makefile to conditionally compile the *.c files based
53652 on the board config.
53653
53654 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53655
53656 commit 4a43719a7738712811d822ca8125427b27a55cdc
53657 Author: Grant Likely <grant.likely@secretlab.ca>
53658 Date: Mon Sep 24 09:05:31 2007 -0600
53659
53660 [BUILD] conditionally compile common/cmd_*.c in common/Makefile
53661
53662 Modify common/Makefile to conditionally compile the cmd_*.c files based
53663 on the board config.
53664
53665 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53666
53667 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
53668 Author: Grant Likely <grant.likely@secretlab.ca>
53669 Date: Mon Sep 24 09:05:31 2007 -0600
53670
53671 [BUILD] Generate include/autoconf.mk from board config files
53672
53673 Use cpp and sed to postprocess config.h and import the defined values
53674 into include/autoconf.mk. autoconf.mk is then included by config.mk to
53675 give 'make' access to the board configuration.
53676
53677 Doing this enables conditional compilation at the Makefile level instead
53678 of by wrapping every .c file with #ifdef/#endif wrappers.
53679
53680 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53681
53682 commit 68b88999da87ab88e71e1306192905be3450198e
53683 Author: Jon Loeliger <jdl@freescale.com>
53684 Date: Tue Nov 20 15:02:26 2007 -0600
53685
53686 8610HPCD: Enable the 8610 Display Interface Unit
53687
53688 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53689
53690 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
53691 Author: Jon Loeliger <jdl@freescale.com>
53692 Date: Tue Nov 20 15:00:53 2007 -0600
53693
53694 Move 8610 DIU interface structure definitions to header file.
53695
53696 These two structures are still needed during the
53697 initialization and setup of the DIU hardware.
53698 So move them to the fsl_diu_fb.h file for now.
53699 Official "blah".
53700
53701 Noticed-by: York Sun <yorksun@freescale.com>
53702 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53703
53704 commit 080c646dbf474a109c3f85718fb01ce042a38c45
53705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53706 Date: Tue Nov 20 20:14:18 2007 +0100
53707
53708 drivers/i2c : move i2c drivers to drivers/i2c
53709
53710 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53711
53712 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
53713 Author: Wolfgang Denk <wd@denx.de>
53714 Date: Mon Nov 19 22:20:24 2007 +0100
53715
53716 Prepare for 1.3.0 release.
53717
53718 Signed-off-by: Wolfgang Denk <wd@denx.de>
53719
53720 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
53721 Author: Haiying Wang <Haiying.Wang@freescale.com>
53722 Date: Mon Nov 19 10:02:13 2007 -0500
53723
53724 Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
53725
53726 CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
53727
53728 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
53729
53730 commit f8c320609366176b31104d9bf5e295232e1c7f1d
53731 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
53732 Date: Mon Nov 19 11:14:16 2007 +0900
53733
53734 [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
53735
53736 lowlevel_init.S: Assembler messages:
53737 lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
53738
53739 Looking at codes, the `memtest' and `clearmem' are intentional mixed
53740 use of `global symbols' and `label' for debugging purpose. To make it
53741 build, just disable global-symbols-use for now. As a result `memtest'
53742 still remains as unused, but leave it be...
53743
53744 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
53745
53746 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
53747 Author: Wolfgang Denk <wd@denx.de>
53748 Date: Mon Nov 19 12:59:14 2007 +0100
53749
53750 Fix build problems with mp2usb board
53751
53752 Signed-off-by: Wolfgang Denk <wd@denx.de>
53753
53754 commit 6bf4c686afca1e86e1c384d59218f914605713bf
53755 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53756 Date: Sun Nov 18 18:36:11 2007 +0100
53757
53758 s3c24x0: Fix usb_ohci.c missing in Makefile
53759 and usb_ohci.c warning differ in signedness
53760
53761 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53762
53763 commit 6073f61e078da5ddb521b56256bcc36508589883
53764 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53765 Date: Sun Nov 18 12:55:02 2007 +0100
53766
53767 pb1x00 board: Fix u16 status declaration when PCMCIA is defined
53768
53769 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53770
53771 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
53772 Author: Wolfgang Denk <wd@denx.de>
53773 Date: Sun Nov 18 17:11:09 2007 +0100
53774
53775 Fix compiler warnings for ARM systems.
53776
53777 Signed-off-by: Wolfgang Denk <wd@denx.de>
53778
53779 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
53780 Author: Wolfgang Denk <wd@denx.de>
53781 Date: Sun Nov 18 16:36:27 2007 +0100
53782
53783 Fix compiler warnings for PPC systems. Update CHANGELOG.
53784
53785 Signed-off-by: Wolfgang Denk <wd@denx.de>
53786
53787 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
53788 Author: Stefan Roese <sr@denx.de>
53789 Date: Sun Nov 18 14:44:44 2007 +0100
53790
53791 ppc4xx: Correct 405EX PCIe UTL register mapping
53792
53793 Map 4k mem space for UTL registers for each port.
53794
53795 Signed-off-by: Stefan Roese <sr@denx.de>
53796
53797 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
53798 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53799 Date: Sat Nov 17 11:31:10 2007 +0100
53800
53801 Fix warning differ in signedness in net/net.c and net/nfs.c
53802
53803 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
53804 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53805 Date: Sat Nov 17 20:42:45 2007 +0900
53806
53807 gth2.c: Fix a warning on gth2 build.
53808
53809 gth2.c: In function 'misc_init_r':
53810 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
53811
53812 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53813
53814 commit 2309c130aa4c84b91bd874a41269c923eb61b555
53815 Author: Stefan Roese <sr@denx.de>
53816 Date: Sat Nov 17 07:58:25 2007 +0100
53817
53818 Fix warning differ in signedness in common/cmd_scsi.c
53819
53820 Signed-off-by: Stefan Roese <sr@denx.de>
53821
53822 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
53823 Author: Stefan Roese <sr@denx.de>
53824 Date: Sat Nov 17 14:52:29 2007 +0100
53825
53826 ppc4xx: Update AMCC Kilauea config file
53827
53828 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
53829
53830 Signed-off-by: Stefan Roese <sr@denx.de>
53831
53832 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
53833 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53834 Date: Sat Nov 17 20:05:26 2007 +0900
53835
53836 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
53837
53838 Current trick to pick up GNU assembler minor version does not work with the
53839 latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
53840 "(GNU Binutils) ".
53841
53842 $ sde-as --version |grep "GNU assembler"
53843 GNU assembler 2.15.94 mipssde-6.02.02-20050602
53844 $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
53845 2.15.94
53846 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
53847 15
53848 $
53849
53850 $ mips-linux-as --version |grep "GNU assembler"
53851 GNU assembler (GNU Binutils) 2.18
53852 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
53853 (GNU
53854 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
53855 (no output)
53856 $
53857
53858 As a result of above, you'll see many noises with such binutils:
53859
53860 make -C cpu/mips/
53861 /bin/sh: line 0: [: : integer expression expected
53862 /bin/sh: line 0: [: : integer expression expected
53863 make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
53864 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
53865 /bin/sh: line 0: [: : integer expression expected
53866 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
53867 /bin/sh: line 0: [: : integer expression expected
53868 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
53869 /bin/sh: line 0: [: : integer expression expected
53870
53871 This patch simplifies the trick and makes it work with both versions of gas.
53872 I also replace an expensive `awk (or gawk)' with `cut'.
53873
53874 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53875
53876 commit 16664f72850846e645616da1c0fa5afcd6d15f15
53877 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53878 Date: Sat Nov 17 20:05:26 2007 +0900
53879
53880 [MIPS] Remove useless instructions for initializing $gp.
53881
53882 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53883
53884 commit 03c031d5660ea946c39af6e2e16267da857c609f
53885 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53886 Date: Sat Oct 27 15:27:06 2007 +0900
53887
53888 [MIPS] MIPS 4K core: Coding style cleanups
53889
53890 No logical changes.
53891
53892 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53893
53894 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
53895 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53896 Date: Sat Nov 17 20:05:20 2007 +0900
53897
53898 [MIPS] gth2.c: Fix a warning on gth2 build.
53899
53900 gth2.c: In function 'misc_init_r':
53901 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
53902
53903 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53904
53905 commit 4fbd0741b2b6441da10be93e10267122581b7079
53906 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53907 Date: Sat Oct 27 15:22:33 2007 +0900
53908
53909 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
53910
53911 au1x00_eth.c: In function 'au1x00_miiphy_write':
53912 au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
53913
53914 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53915
53916 commit f01320459736f156707425cf8112f98606301aa4
53917 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53918 Date: Sat Oct 27 15:00:25 2007 +0900
53919
53920 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
53921
53922 au1x00_eth.c: In function 'au1x00_enet_initialize':
53923 au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
53924 au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
53925 au1x00_eth.c:246: error: for each function it appears in.)
53926 au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
53927 au1x00_eth.c: In function 'au1x00_miiphy_write':
53928 au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
53929 make[1]: *** [au1x00_eth.o] Error 1
53930
53931 Fixed by moving these two functions forward.
53932
53933 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53934
53935 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
53936 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53937 Date: Sat Oct 27 15:00:25 2007 +0900
53938
53939 MAKEALL: Added missing pb1000 board
53940
53941 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53942
53943 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
53944 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53945 Date: Sat Oct 27 15:00:24 2007 +0900
53946
53947 [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
53948
53949 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53950
53951 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
53952 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53953 Date: Sat Oct 27 15:00:24 2007 +0900
53954
53955 [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
53956
53957 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53958
53959 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
53960 Author: Wolfgang Denk <wd@denx.de>
53961 Date: Sat Nov 17 02:34:38 2007 +0100
53962
53963 Update CHANGELOIG, prepare for -rc4
53964
53965 Signed-off-by: Wolfgang Denk <wd@denx.de>
53966
53967 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
53968 Author: Luotao Fu <l.fu@pengutronix.de>
53969 Date: Wed Nov 14 18:58:33 2007 +0100
53970
53971 Fix the i2c frequency and default address in rsdproto board
53972
53973 rsdproto board support has wrong I2C frequency and wrong return value
53974 handling.
53975
53976 Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
53977
53978 commit 429c180edad038f91c989cb14b478228092e7054
53979 Author: Wolfgang Denk <wd@denx.de>
53980 Date: Sat Nov 17 01:45:38 2007 +0100
53981
53982 powerpc: Backout relocation changes for MPC5121, too.
53983
53984 Apply Grant Likely's backout to MPC5121 code, too.
53985
53986 Pointed out by Rafal Jaworowski <raj@semihalf.com>
53987
53988 Signed-off-by: Wolfgang Denk <wd@denx.de>
53989
53990 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
53991 Author: Grant Likely <grant.likely@secretlab.ca>
53992 Date: Tue Nov 13 22:18:33 2007 -0700
53993
53994 powerpc: Backout relocation changes.
53995
53996 Ugh. I *hate* to back this change out, but these compiler flags don't
53997 work for relocation on all versions of GCC. I've not been able to
53998 reproduce the environment in my setup (and hence, not been able to
53999 find a combination that *does* work), so I've got no choice but to go
54000 back to the old gcc flags and linker script.
54001
54002 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54003
54004 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
54005 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54006 Date: Tue Nov 13 09:11:05 2007 +0100
54007
54008 Fixed mips_io_port_base build errors.
54009
54010 This patch has been sent on:
54011 - 29 Sep 2007
54012
54013 Although mips_io_port_base is currently a part of IDE command, it is quite
54014 fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
54015 it to MIPS general part, and introduce `set_io_port_base()' from Linux.
54016
54017 This patch is triggered by multiple definition of `mips_io_port_base' build
54018 error on gth2 (and tb0229 also needs this fix.)
54019
54020 board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
54021 /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
54022 common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
54023 make: *** [u-boot] Error 1
54024
54025 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54026 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54027
54028 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
54029 Author: Wolfgang Denk <wd@denx.de>
54030 Date: Sat Nov 17 01:30:40 2007 +0100
54031
54032 Fix a bug in the slave serial programming mode for the Xilinx
54033 Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
54034 the most significant bit was set, which did not work on any
54035 architecture where "char" defaulted to be an unsigned type.
54036
54037 Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
54038
54039 Signed-off-by: Wolfgang Denk <wd@denx.de>
54040
54041 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
54042 Author: Jon Loeliger <jdl@freescale.com>
54043 Date: Thu Nov 1 12:23:29 2007 -0500
54044
54045 86xx: Fix broken variable reference when #def DEBUGing.
54046
54047 Sometimes you can't reference the DDR2 controller variables.
54048
54049 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54050
54051 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
54052 Author: Jason Jin <Jason.jin@freescale.com>
54053 Date: Fri Oct 26 18:32:00 2007 +0800
54054
54055 make 8610 board use pixis reset
54056
54057 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54058
54059 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
54060 Author: Jason Jin <Jason.jin@freescale.com>
54061 Date: Mon Oct 29 19:26:21 2007 +0800
54062
54063 Unify pixis_reset altbank across board families
54064
54065 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
54066 into the separate board config files.
54067
54068 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54069 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54070
54071 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
54072 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54073 Date: Wed Nov 7 08:19:21 2007 +0100
54074
54075 Fix warning: pointer targets in assignment differ in signedness
54076
54077 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54078
54079 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
54080 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54081 Date: Wed Nov 7 08:19:19 2007 +0100
54082
54083 Fix warning differ in signedness in common/cmd_ide.c
54084
54085 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54086
54087 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
54088 Author: Stefan Roese <sr@denx.de>
54089 Date: Fri Nov 16 14:16:54 2007 +0100
54090
54091 ppc4xx: Enable 405EX PCIe UTL register configuration
54092
54093 Till now the UTL registers on 405EX were not initialized but left with
54094 their default values. This patch new initializes some of the UTL
54095 registers on 405EX.
54096
54097 Signed-off-by: Stefan Roese <sr@denx.de>
54098
54099 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
54100 Author: Stefan Roese <sr@denx.de>
54101 Date: Fri Nov 16 14:00:59 2007 +0100
54102
54103 ppc4xx: Update AMCC Makalu for board rev 1.1
54104
54105 This patch adds changes needed for Makalu rev 1.1:
54106
54107 - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
54108 - Enable 2nd ethernet port EMAC1
54109 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
54110 - Reset PCIe ports via GPIO upon bootup
54111
54112 Signed-off-by: Stefan Roese <sr@denx.de>
54113
54114 commit 4d4faae65e115e327425cd514c1a35146a85166b
54115 Author: Grant Likely <grant.likely@secretlab.ca>
54116 Date: Mon Sep 24 09:05:31 2007 -0600
54117
54118 Group PCI and PCMCIA drivers in drivers/Makefile
54119
54120 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54121
54122 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
54123 Author: Grant Likely <grant.likely@secretlab.ca>
54124 Date: Mon Sep 24 09:05:31 2007 -0600
54125
54126 Group block/flash drivers in drivers/Makefile
54127
54128 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54129
54130 commit df58c81551700f058b44cacf55a7997fa63bfe0a
54131 Author: Grant Likely <grant.likely@secretlab.ca>
54132 Date: Mon Sep 24 09:05:31 2007 -0600
54133
54134 Group USB drivers in drivers/Makefile
54135
54136 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54137
54138 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
54139 Author: Grant Likely <grant.likely@secretlab.ca>
54140 Date: Mon Sep 24 09:05:30 2007 -0600
54141
54142 Group i2c drivers in drivers/Makefile
54143
54144 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54145
54146 commit ec00c76de0e5971273905998d62d6bb119324218
54147 Author: Grant Likely <grant.likely@secretlab.ca>
54148 Date: Mon Sep 24 09:05:30 2007 -0600
54149
54150 Group console drivers in drivers/Makefile
54151
54152 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54153
54154 commit 754f230aa01b8c789fc31f8013c2487954073300
54155 Author: Grant Likely <grant.likely@secretlab.ca>
54156 Date: Mon Sep 24 09:05:30 2007 -0600
54157
54158 Group network drivers in drivers/Makefile
54159
54160 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54161
54162 commit f0037c56b0d12cd46215124667b9f83d60ef9391
54163 Author: Grant Likely <grant.likely@secretlab.ca>
54164 Date: Mon Sep 24 09:05:30 2007 -0600
54165
54166 Build: split COBJS value into multiple lines
54167
54168 This change is in preparation for condtitionial compile support in the
54169 build system. By spliting them all into seperate lines now, subsequent
54170 patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
54171 be less invasive and easier to review
54172
54173 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54174
54175 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
54176 Author: Grant Likely <grant.likely@secretlab.ca>
54177 Date: Mon Sep 24 09:05:30 2007 -0600
54178
54179 Add .gitignore files
54180
54181 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54182 Acked-by: Kim Phillips <kim.phillips@freescale.com>
54183
54184 commit 955413f35f054a82e40042f1dbcf501c6a05719b
54185 Author: Grant Likely <grant.likely@secretlab.ca>
54186 Date: Thu Nov 15 08:27:52 2007 -0700
54187
54188 Revert "Correct relocation fixup for mpc5xx"
54189
54190 This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
54191 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54192
54193 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
54194 Author: Grant Likely <grant.likely@secretlab.ca>
54195 Date: Thu Nov 15 08:24:32 2007 -0700
54196
54197 Revert "Correct fixup relocation for MPC5xxx"
54198
54199 This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
54200 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54201
54202 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
54203 Author: Grant Likely <grant.likely@secretlab.ca>
54204 Date: Thu Nov 15 08:21:04 2007 -0700
54205
54206 Revert "Correct fixup relocation for mpc8220"
54207
54208 This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
54209 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54210
54211 commit 70922342369e5e39b286fe21e768a239ca07a514
54212 Author: Grant Likely <grant.likely@secretlab.ca>
54213 Date: Thu Nov 15 08:20:57 2007 -0700
54214
54215 Revert "Correct fixup relocation for mpc824x"
54216
54217 This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
54218 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54219
54220 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
54221 Author: Grant Likely <grant.likely@secretlab.ca>
54222 Date: Thu Nov 15 08:20:50 2007 -0700
54223
54224 Revert "Correct fixup relocation for mpc8260"
54225
54226 This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
54227 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54228
54229 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
54230 Author: Grant Likely <grant.likely@secretlab.ca>
54231 Date: Thu Nov 15 08:20:43 2007 -0700
54232
54233 Revert "Correct fixup relocation for mpc83xx"
54234
54235 This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
54236 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54237
54238 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
54239 Author: Grant Likely <grant.likely@secretlab.ca>
54240 Date: Thu Nov 15 08:20:25 2007 -0700
54241
54242 Revert "[MPC512x] Correct fixup relocation"
54243
54244 This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
54245 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54246
54247 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
54248 Author: Stefan Roese <sr@denx.de>
54249 Date: Thu Nov 15 14:25:09 2007 +0100
54250
54251 ppc4xx: Small AMCC Kilauea cleanup
54252
54253 Remove not needed pci_target_init() function.
54254
54255 Signed-off-by: Stefan Roese <sr@denx.de>
54256
54257 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
54258 Author: Stefan Roese <sr@denx.de>
54259 Date: Thu Nov 15 14:23:55 2007 +0100
54260
54261 ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
54262
54263 - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
54264 - Cleanup of the 4xx GPIO functions
54265 - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
54266
54267 Signed-off-by: Stefan Roese <sr@denx.de>
54268
54269 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
54270 Author: Stefan Roese <sr@denx.de>
54271 Date: Thu Nov 15 14:20:08 2007 +0100
54272
54273 ppc4xx: AMCC Taihu board config file cleanup
54274
54275 This patch makes the AMCC Taihu a little more compatible to the other
54276 AMCC eval boards.
54277
54278 Signed-off-by: Stefan Roese <sr@denx.de>
54279
54280 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
54281 Author: Marian Balakowicz <m8@semihalf.com>
54282 Date: Thu Nov 15 13:37:28 2007 +0100
54283
54284 [INKA4x0] NG hardware: flash support
54285
54286 Disabled and remove inka4x0 custom flash driver, use CFI flash
54287 driver instead.
54288
54289 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54290
54291 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
54292 Author: Marian Balakowicz <m8@semihalf.com>
54293 Date: Thu Nov 15 13:29:55 2007 +0100
54294
54295 [INKA4x0] NG hardware: SDRAM support
54296
54297 Add support for three new DDR chips that may be present on a NG
54298 INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
54299
54300 Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
54301
54302 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54303
54304 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
54305 Author: Marian Balakowicz <m8@semihalf.com>
54306 Date: Thu Nov 15 13:24:43 2007 +0100
54307
54308 [INKA4x0] NG hardware: platform code update
54309
54310 - Cleanup compile warnings.
54311 - Add missing '\0' in default environment.
54312 - Increase CFG_MONITOR_LEN to 256 KiB.
54313 - Add required CFG_USE_PPCENV.
54314
54315 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54316
54317 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
54318 Author: Peter Pearse <peter.pearse@arm.com>
54319 Date: Thu Nov 15 08:58:00 2007 +0000
54320
54321 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
54322 Remove warnings re onenand_read() & write()
54323
54324 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
54325 Author: Peter Pearse <peter.pearse@arm.com>
54326 Date: Thu Nov 15 08:45:13 2007 +0000
54327
54328 Correction patch
54329
54330 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
54331 Author: Roy Zang <tie-fei.zang@freescale.com>
54332 Date: Thu Sep 13 18:52:28 2007 +0800
54333
54334 Enable ULi1575 Ethernet support in 8610HPCD config
54335
54336 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54337 Acked-by: Jon Loeliger <jdl@freescale.com>
54338
54339 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
54340 Author: Stefan Roese <sr@denx.de>
54341 Date: Tue Nov 13 08:18:20 2007 +0100
54342
54343 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
54344
54345 Signed-off-by: Stefan Roese <sr@denx.de>
54346
54347 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
54348 Author: Stefan Roese <sr@denx.de>
54349 Date: Tue Nov 13 08:06:11 2007 +0100
54350
54351 ppc4xx: Fix 405EX PCIe UTLSET register setup
54352
54353 Signed-off-by: Stefan Roese <sr@denx.de>
54354
54355 commit 1ce55151c85d068f70317a8d65c61058b891afb4
54356 Author: Heiko Schocher <hs@denx.de>
54357 Date: Tue Nov 13 07:50:29 2007 +0100
54358
54359 [UC101] SRAM now with 2 MB working.
54360
54361 Signed-off-by: Heiko Schocher <hs@denx.de>
54362
54363 commit 2d14684341109a69616e4d6016cd61402d55086f
54364 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54365 Date: Fri Nov 9 15:37:53 2007 +0100
54366
54367 ppc4xx: Use generic usb-ohci driver for sequoia board
54368
54369 This patch makes the sequoia board use the generic usb-ohci driver
54370 instead of cpu/ppc4xx/usb_ohci.c.
54371
54372 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54373 Signed-off-by: Stefan Roese <sr@denx.de>
54374
54375 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
54376 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54377 Date: Fri Nov 9 15:37:23 2007 +0100
54378
54379 ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
54380
54381 This patch disables the 44x d-cache on 'usb start' and
54382 reenables it on 'usb stop'. This should be seen as a
54383 temporary fix until the generic usb-ohci driver can
54384 life with d-cache enabled.
54385
54386 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54387 Signed-off-by: Stefan Roese <sr@denx.de>
54388
54389 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
54390 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54391 Date: Fri Nov 9 15:36:44 2007 +0100
54392
54393 ppc4xx: Remove redundant code from 4xx network driver
54394
54395 This patch removes some redundant code and decrements the end
54396 address of cache flush and invalidate by 1.
54397
54398 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54399 Signed-off-by: Stefan Roese <sr@denx.de>
54400
54401 commit 5ca9881aad8c413ac2a82868a5e3719178254502
54402 Author: Peter Pearse <peter.pearse@arm.com>
54403 Date: Fri Nov 9 15:24:26 2007 +0000
54404
54405 Add apollon board support
54406 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
54407
54408 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
54409 Author: Stefan Roese <sr@denx.de>
54410 Date: Fri Nov 9 12:19:58 2007 +0100
54411
54412 ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
54413
54414 Signed-off-by: Stefan Roese <sr@denx.de>
54415
54416 commit c7f69c340277935a6c19a956421852da944a365f
54417 Author: Stefan Roese <sr@denx.de>
54418 Date: Fri Nov 9 12:18:54 2007 +0100
54419
54420 ppc4xx: Make output a little shorter on I2C bootrom detection
54421
54422 Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
54423 already print a line with the information which I2C bootrom is
54424 used for bootstrap configuration. So we don't need this extra line
54425 with "I2C boot EEPROM en-/dis-abled".
54426
54427 This patch also has a little code cleanup integrated.
54428
54429 Signed-off-by: Stefan Roese <sr@denx.de>
54430
54431 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
54432 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54433 Date: Thu Nov 8 12:50:18 2007 -0600
54434
54435 ColdFire: MCF5329 - Remove reset registers from CCM
54436
54437 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54438
54439 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
54440 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54441 Date: Thu Nov 8 12:31:11 2007 -0600
54442
54443 ColdFire: MCF5329 - Add Reset structure to immap_5329.h
54444
54445 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54446
54447 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
54448 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54449 Date: Thu Nov 8 12:19:01 2007 -0600
54450
54451 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
54452
54453 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54454
54455 commit 225a24b5e062ad94627424508ae814f51dbe1a34
54456 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54457 Date: Wed Nov 7 18:00:54 2007 -0600
54458
54459 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
54460
54461 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54462
54463 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
54464 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54465 Date: Wed Nov 7 17:56:15 2007 -0600
54466
54467 ColdFire: MCF532x - Update do_reset() using core reset
54468
54469 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54470
54471 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
54472 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54473 Date: Wed Nov 7 17:51:00 2007 -0600
54474
54475 ColdFire: Update cpu flag for 4.2-xx compiler
54476
54477 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54478
54479 commit 070ba56115b4da63b46e974287fa4550d4023386
54480 Author: York Sun <yorksun@freescale.com>
54481 Date: Wed Oct 31 14:59:04 2007 -0500
54482
54483 8610: Add console frame buffer support to FSL 8610 DIU driver.
54484
54485 Add cfb console support to FSL 8610 DIU driver.
54486 Inspect board version from PIXIS to obtain correct pixel format.
54487
54488 Use #define CONFIG_VIDEO in config file to enable fb console.
54489
54490 To switch monitor, set monitor variable to
54491 0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
54492 followed by "diufb init".
54493
54494 Preserve logo bitmap at the top of the fb console.
54495
54496 Signed-off-by: York Sun <yorksun@freescale.com>
54497 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54498
54499 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
54500 Author: York Sun <yorksun@freescale.com>
54501 Date: Mon Oct 29 13:58:39 2007 -0500
54502
54503 8610: Add 8610 DIU display driver
54504
54505 1280x1024 and 1024x768 @ 32 bpp are supported now.
54506 DVI, Single-link LVDS, Double-link LVDS are all supported.
54507
54508 Environmental variable "monitor" is used to specify monitor port.
54509
54510 A new command "diufb" is introduced to reinitialize monitor
54511 and display a BMP file in the memory. So far, 1-bit, 4-bit,
54512 8-bit and 24-bit BMP formats are supported.
54513
54514 diufb init
54515 - initialize the diu driver
54516 Enable the port specified in the environmental variable "monitor"
54517
54518 diufb addr
54519 - display bmp file in memory.
54520 The bmp image should be no bigger than the resolution, 1280x1024
54521 for DVI and double-link LVDS, 1024x768 for single-link LVDS.
54522
54523 Note, this driver allocate memory but doesn't free it after use
54524 It is written on purpose -- to avoid a failure of reallocation
54525 due to memory fragement.
54526
54527 ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
54528
54529 Signed-off-by: York Sun <yorksun@freescale.com>
54530 Signed-off-by: Jon loeliger <jdl@freescale.com>
54531
54532 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
54533 Author: York Sun <yorksun@freescale.com>
54534 Date: Wed Oct 31 10:43:59 2007 -0500
54535
54536 FSL: Add a freescale bitmap logo.
54537
54538 This Freescale logo is a 340 x 128 x 4bpp BMP file
54539 that can be displayed by the DIU Framebuffer driver.
54540
54541 Signed-off-by: York Sun <yorksun@freescale.com>
54542 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54543
54544 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
54545 Author: York Sun <yorksun@freescale.com>
54546 Date: Mon Oct 29 13:57:53 2007 -0500
54547
54548 8610: Make some extra debug environment variables conditional.
54549
54550 One may #define ENV_DEBUG to get them back again.
54551
54552 Signed-off-by: York Sun <yorksun@freescale.com>
54553
54554 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
54555 Author: Jason Jin <Jason.jin@freescale.com>
54556 Date: Mon Oct 29 19:26:21 2007 +0800
54557
54558 8610: Actually enable pixis_reset CONFIGs
54559
54560 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54561
54562 commit f3bceaab230b4748d0afc4109b6837308f018b40
54563 Author: Jason Jin <Jason.jin@freescale.com>
54564 Date: Fri Oct 26 18:31:59 2007 +0800
54565
54566 Fix the BAT definition of PCI IO on 8610 board
54567
54568 The address in the BAT register is aligned with the BAT size.
54569 The original definition actually did not define BAT for PCIE2 IO.
54570 This patch fix this.
54571
54572 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54573
54574 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
54575 Author: Jason Jin <Jason.jin@freescale.com>
54576 Date: Mon Oct 29 19:26:21 2007 +0800
54577
54578 Unify pixis_reset altbank across board families
54579
54580 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
54581 into the separate board config files.
54582
54583 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54584 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54585
54586 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
54587 Author: Jason Jin <Jason.jin@freescale.com>
54588 Date: Fri Oct 26 18:32:00 2007 +0800
54589
54590 make 8610 board use pixis reset
54591
54592 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54593
54594 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
54595 Author: Jon Loeliger <jdl@freescale.com>
54596 Date: Thu Nov 1 12:23:29 2007 -0500
54597
54598 86xx: Fix broken variable reference when #def DEBUGing.
54599
54600 Sometimes you can't reference the DDR2 controller variables.
54601
54602 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54603
54604 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
54605 Author: Roy Zang <tie-fei.zang@freescale.com>
54606 Date: Mon Nov 5 17:39:24 2007 +0800
54607
54608 Implement general ULi 526x Ethernet driver support in U-boot
54609
54610 This patch implements general ULi 526x Ethernet driver.
54611 Until now, it is the only native Ethernet port on
54612 MPC8610HPCD board, but it could be used on other boards
54613 with ULi 526x Ethernet port as well.
54614
54615 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54616 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
54617 Acked-by: Jon Loeliger <jdl@freescale.com>
54618 Signed-off-by: Ben Warren <bwarren@qstreams.com>
54619
54620 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
54621 Author: Larry Johnson <lrj@arlinx.com>
54622 Date: Thu Nov 1 08:46:50 2007 -0500
54623
54624 NET: Add Ethernet 1000BASE-X support for PPC4xx
54625
54626 This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
54627 "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which
54628 returns non-zero iff the PHY registers are configured for 1000BASE-X. The
54629 "mii info" command is modified to distinguish between 1000BASE-T and -X.
54630
54631 Signed-off-by: Larry Johnson <lrj@acm.org>
54632 Signed-off-by: Ben Warren <bwarren@qstreams.com>
54633
54634 commit 298035df4948b113d29ac0e694717d34b95bc5dc
54635 Author: Larry Johnson <lrj@arlinx.com>
54636 Date: Wed Oct 31 11:21:29 2007 -0500
54637
54638 NET: Cosmetic changes
54639
54640 Signed-off-by: Larry Johnson <lrj@acm.org>
54641 Signed-off-by: Ben Warren <bwarren@qstreams.com>
54642
54643 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
54644 Author: Stefan Roese <sr@denx.de>
54645 Date: Mon Nov 5 07:43:05 2007 +0100
54646
54647 ppc4xx: Make output a little shorter on PCIe detection
54648
54649 Now not max 3 lines but 2 lines are printed per PCIe port.
54650
54651 Signed-off-by: Stefan Roese <sr@denx.de>
54652
54653 commit 992742a5b09d9040adbd156fb90756af66ade310
54654 Author: Wolfgang Denk <wd@denx.de>
54655 Date: Sat Nov 3 23:09:27 2007 +0100
54656
54657 Cleanup coding style; update CHANGELOG
54658
54659 Signed-off-by: Wolfgang Denk <wd@denx.de>
54660
54661 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
54662 Author: Bruce Adler <bruce.adler@ccpu.com>
54663 Date: Fri Nov 2 13:15:42 2007 -0700
54664
54665 fix wording in README
54666
54667 Changed the wording to properly describe the shadowing
54668 of the environment from ROM to RAM
54669
54670 Signed-off-by: Bruce Adler <bruce.adler@acm.org>
54671
54672 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
54673 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54674 Date: Wed Oct 31 02:18:15 2007 +0900
54675
54676 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
54677
54678 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54679
54680 commit ec22755799466c8a103664bb3a5e647bf9c238f4
54681 Author: Vlad Lungu <vlad@comsys.ro>
54682 Date: Thu Oct 25 16:08:14 2007 +0300
54683
54684 Trimmed some variables in ne2000.c
54685
54686 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
54687
54688 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
54689 Author: Zhang Wei <wei.zhang@freescale.com>
54690 Date: Thu Oct 25 17:51:27 2007 +0800
54691
54692 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
54693
54694 The scan code of the key 'z' is 0x1d, which should be handled.
54695
54696 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
54697 controller.
54698
54699 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
54700
54701 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
54702 Author: Zhang Wei <wei.zhang@freescale.com>
54703 Date: Thu Oct 25 17:30:04 2007 +0800
54704
54705 Fix USB support issue for MPC8641HPCN board.
54706
54707 The configuration file has already enabled USB, but it
54708 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
54709 on MPC8641HPCN can not work because of the wrong USB
54710 register endian.
54711
54712 And add the USB command to U-Boot commands list.
54713
54714 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
54715
54716 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
54717 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54718 Date: Wed Oct 24 18:16:01 2007 +0200
54719
54720 Use config_cmd_default.h instead of config_cmd_all.h
54721
54722 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54723
54724 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
54725 Author: Marian Balakowicz <m8@semihalf.com>
54726 Date: Wed Oct 24 01:37:36 2007 +0200
54727
54728 TQM5200: Call usb_cpu_init() during board init
54729
54730 usb_cpu_init() configures GPS USB pins, clocks, etc. and
54731 is required for proper operation of kernel USB subsystem.
54732 This setup was previously done in the kernel by the fixup
54733 code which is being removed, thus low level init must be
54734 done by U-boot now.
54735
54736 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54737
54738 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
54739 Author: Guennadi Liakhovetski <lg@denx.de>
54740 Date: Tue Oct 23 16:25:50 2007 +0200
54741
54742 Fix typo in nfs.c
54743
54744 An obvious typo. Originally fixed in linkstation u-boot port.
54745
54746 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
54747
54748 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
54749 Author: Guennadi Liakhovetski <lg@denx.de>
54750 Date: Tue Oct 23 14:35:05 2007 +0200
54751
54752 Fix a typo in cpu/mpc824x/interrupts.c
54753
54754 Since December 2003 the timer_interrupt_cpu() function in
54755 cpu/mpc824x/interrupts.c contains what seems to be a superfluous
54756 parameter. Remove it.
54757
54758 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
54759
54760 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
54761 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
54762 Date: Wed Oct 17 11:13:51 2007 +0200
54763
54764 add ft_cpu_setup(..) on mpc8260
54765
54766 Add ft_cpu_setup(..)-function to adapt it for use with libfdt
54767 based on code from mpc5xxx
54768
54769 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
54770 --
54771
54772 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
54773 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
54774 Date: Wed Oct 17 11:18:42 2007 +0200
54775
54776 changes for IDS8247 board support
54777
54778 To get the IDS8247 board working following are done:
54779 - FCC2 is deactivated
54780 - FCC1 is activated
54781 - I2C is activated
54782 - CFI driver is activated
54783 - Adapted for use with LIBFDT
54784
54785 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
54786 --
54787
54788 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
54789 Author: Stefan Roese <sr@denx.de>
54790 Date: Sat Nov 3 12:08:28 2007 +0100
54791
54792 ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
54793
54794 This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
54795 Again, only one image supports both targets.
54796
54797 Signed-off-by: Stefan Roese <sr@denx.de>
54798
54799 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
54800 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
54801 Date: Wed Oct 24 15:48:37 2007 +0200
54802
54803 ATSTK1002: Remove default ethernet addresses
54804
54805 Wolfgang is right: It's not a good idea to set up default initial
54806 ethernet addresses for a board, even though they belong to the local
54807 range.
54808
54809 This will change the failure mode from "IT manager screams at you for
54810 using duplicate ethernet addresses" to a nice error message explaining
54811 that the ethernet address hasn't been set properly.
54812
54813 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54814
54815 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
54816 Author: Justin Flammia <jflammia@savantav.com>
54817 Date: Mon Oct 29 17:40:35 2007 -0400
54818
54819 DHCP Client Fix
54820
54821 This is a multi-part message in MIME format.
54822
54823 commit e6e505eae94ed721e123e177489291fc4544b7b8
54824 Author: Justin Flammia <jflammia@savantav.com>
54825 Date: Mon Oct 29 17:19:03 2007 -0400
54826
54827 Found a bug in the way the DHCP Request packet is built, where the IP address
54828 that is offered by the server is bound to prematurely. This patch is a fix of
54829 that bug where the IP address offered by the DHCP server is not used until
54830 after the DHCP ACK from the server is received.
54831
54832 Signed-off-by: Justin Flammia <jflammia@savantav.com>
54833 Signed-off-by: Ben Warren <bwarren@qstreams.com>
54834
54835 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
54836 Author: Stefan Roese <sr@denx.de>
54837 Date: Wed Oct 31 20:58:34 2007 +0100
54838
54839 ppc4xx: Fix acadia_nand build problem
54840
54841 Since the cache handling functions were moved from start.S into cache.S
54842 the acadia NAND booting Makfile needs to be adapted accordingly.
54843
54844 Signed-off-by: Stefan Roese <sr@denx.de>
54845
54846 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
54847 Author: Stefan Roese <sr@denx.de>
54848 Date: Wed Oct 31 20:57:11 2007 +0100
54849
54850 ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
54851
54852 This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
54853 and to the Sequoia TLB init code. Now the cache can be enabled on 44x
54854 boards by defining CONFIG_4xx_DCACHE in the board config file. This
54855 option will disappear, when more boards use is successfully and no
54856 more known problems exist.
54857
54858 This is tested successfully on Sequoia and Katmai. The only problem that
54859 needs to be fixed is, that USB is not working on Sequoia right now, since
54860 it will need some cache handling code too, similar to the 4xx EMAC driver.
54861
54862 Signed-off-by: Stefan Roese <sr@denx.de>
54863
54864 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
54865 Author: Stefan Roese <sr@denx.de>
54866 Date: Wed Oct 31 20:51:10 2007 +0100
54867
54868 ppc4xx: Enable CPU POST test for 4xx with dcache enabled
54869
54870 Now with caches enabled (i- and d-cache) on 44x, we need a chance to
54871 disable the cache for the CPU POST tests, since these tests consist
54872 of self modifying code. This is done via the new change_tlb() function.
54873
54874 Signed-off-by: Stefan Roese <sr@denx.de>
54875
54876 commit f71b2888b4b3c870909a0341427b2a914246f81f
54877 Author: Stefan Roese <sr@denx.de>
54878 Date: Wed Oct 31 20:47:26 2007 +0100
54879
54880 ppc4xx: Change 4xx POST ethernet test to handle cached memory too
54881
54882 This patch enables the 4xx EMAC POST driver to work too, when dcache is
54883 enabled.
54884
54885 Signed-off-by: Stefan Roese <sr@denx.de>
54886
54887 commit a2685904061b35a17583d65fe47cdc2686a69eaa
54888 Author: Stefan Roese <sr@denx.de>
54889 Date: Wed Oct 31 20:45:53 2007 +0100
54890
54891 ppc4xx: Remove temporary TLB entry in POST cache test only for 440
54892
54893 Signed-off-by: Stefan Roese <sr@denx.de>
54894
54895 commit ff768cb168d8157c24a25016dbfbeb465e47f420
54896 Author: Stefan Roese <sr@denx.de>
54897 Date: Wed Oct 31 18:01:24 2007 +0100
54898
54899 ppc4xx: Change 4xx ethernet driver to handle cached memory too
54900
54901 This patch enables the 4xx EMAC driver to work too, when dcache is
54902 enabled.
54903
54904 Signed-off-by: Stefan Roese <sr@denx.de>
54905
54906 commit 483e09a223c666269ef81d3573a6591b1046b0ef
54907 Author: Stefan Roese <sr@denx.de>
54908 Date: Wed Oct 31 17:59:22 2007 +0100
54909
54910 ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
54911
54912 This function is used to either turn cache on or off in a specific
54913 memory area.
54914
54915 Signed-off-by: Stefan Roese <sr@denx.de>
54916
54917 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
54918 Author: Stefan Roese <sr@denx.de>
54919 Date: Wed Oct 31 17:57:52 2007 +0100
54920
54921 ppc4xx: Remove cache definition from 4xx board config files
54922
54923 All 4xx board config files don't need the cache definitions anymore.
54924 These are now defined in common headers.
54925
54926 Signed-off-by: Stefan Roese <sr@denx.de>
54927
54928 commit 9b94ac61d2176185c30adf0793e079ec30e68687
54929 Author: Stefan Roese <sr@denx.de>
54930 Date: Wed Oct 31 17:55:58 2007 +0100
54931
54932 ppc4xx: Rework 4xx cache support
54933
54934 New cache handling functions added and all existing functions
54935 moved from start.S into seperate cache.S.
54936
54937 Signed-off-by: Stefan Roese <sr@denx.de>
54938
54939 commit 06713773da4ac3d390c63d82641eb553224b27c2
54940 Author: Stefan Roese <sr@denx.de>
54941 Date: Tue Oct 23 18:03:12 2007 +0200
54942
54943 ppc4xx: Remove compiler warning from previous commit
54944
54945 Signed-off-by: Stefan Roese <sr@denx.de>
54946
54947 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
54948 Author: Stefan Roese <sr@denx.de>
54949 Date: Tue Oct 23 14:40:30 2007 +0200
54950
54951 ppc4xx: Remove temporary TLB entry in POST cache test
54952
54953 Signed-off-by: Stefan Roese <sr@denx.de>
54954
54955 commit 1338e6a81834099ba19733b69aafd8ef5f098094
54956 Author: Stefan Roese <sr@denx.de>
54957 Date: Tue Oct 23 14:05:08 2007 +0200
54958
54959 ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
54960
54961 I lately noticed, that newer 4xx board with GBit support sometimes don't
54962 finish link autonegotiation in 4 seconds. Changing this timeout to 5
54963 seconds seems fine here.
54964
54965 Signed-off-by: Stefan Roese <sr@denx.de>
54966
54967 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
54968 Author: Stefan Roese <sr@denx.de>
54969 Date: Tue Oct 23 14:03:17 2007 +0200
54970
54971 ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
54972
54973 This patch changes all in32/out32 calls to use the recommended in_be32/
54974 out_be32 macros instead.
54975
54976 Signed-off-by: Stefan Roese <sr@denx.de>
54977
54978 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
54979 Author: Stefan Roese <sr@denx.de>
54980 Date: Thu Oct 25 12:24:59 2007 +0200
54981
54982 ppc4xx: Fix POST ethernet test for Haleakala
54983
54984 The POST ethernet test needed to be changed to dynamically determine
54985 the count of ethernet devices. This code is cloned from the 4xx
54986 ethernet driver.
54987
54988 Signed-off-by: Stefan Roese <sr@denx.de>
54989
54990 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
54991 Author: Stefan Roese <sr@denx.de>
54992 Date: Tue Oct 23 11:31:05 2007 +0200
54993
54994 ppc4xx: Correct UART input clock calculation and passing to fdt
54995
54996 We now use a value in the gd (global data) structure for the UART input
54997 frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
54998 in get_sys_info().
54999
55000 Signed-off-by: Stefan Roese <sr@denx.de>
55001
55002 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
55003 Author: Stefan Roese <sr@denx.de>
55004 Date: Tue Oct 23 10:10:08 2007 +0200
55005
55006 ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
55007
55008 The Haleakala is nearly identical with the Kilauea eval board. The only
55009 difference is that the 405EXr only supports one EMAC and one PCIe
55010 interface. This patch adds support for the Haleakala board by using
55011 the identical image for Kilauea and Haleakala. The distinction is done
55012 by comparing the PVR.
55013
55014 Signed-off-by: Stefan Roese <sr@denx.de>
55015
55016 commit 9f798766aa85e62eb8fa8c721e148df609b78137
55017 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
55018 Date: Tue Oct 23 08:29:10 2007 +0200
55019
55020 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
55021
55022 This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
55023
55024 Note:
55025 As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
55026 DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
55027 modules are still plugged in. So it is recommended to remove the DIMM
55028 modules while using the NAND booting code with the fixed SDRAM setup!
55029
55030 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
55031 Signed-off-by: Stefan Roese <sr@denx.de>
55032
55033 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
55034 Author: Stefan Roese <sr@denx.de>
55035 Date: Mon Oct 22 16:24:44 2007 +0200
55036
55037 ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
55038
55039 Signed-off-by: Stefan Roese <sr@denx.de>
55040
55041 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
55042 Author: Stefan Roese <sr@denx.de>
55043 Date: Mon Oct 22 16:22:40 2007 +0200
55044
55045 ppc4xx: Rework of 4xx serial driver (4)
55046
55047 Change 4xx_uart.c:
55048
55049 - Use in_8/out_8 macros instead of in8/out8
55050 - No need for UART_BASE marco anymore, now really handled via function
55051 parameter
55052 - serial_init_common() introduced
55053 - Further coding style cleanup
55054
55055 Signed-off-by: Stefan Roese <sr@denx.de>
55056
55057 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
55058 Author: Stefan Roese <sr@denx.de>
55059 Date: Mon Oct 22 15:45:49 2007 +0200
55060
55061 ppc4xx: Rework of 4xx serial driver (3)
55062
55063 Change all linker scripts to reference the changed driver name iop480_uart.o.
55064
55065 Signed-off-by: Stefan Roese <sr@denx.de>
55066
55067 commit 882ae41274921f9016131806bdeb27e19606f47a
55068 Author: Stefan Roese <sr@denx.de>
55069 Date: Mon Oct 22 15:44:39 2007 +0200
55070
55071 ppc4xx: Rework of 4xx serial driver (2)
55072
55073 Change all linker scripts to reference the changed driver name 4xx_uart.o.
55074
55075 Note: In most cased all these explicit referencing of these object files
55076 in the linker scripts is not neccessary. Only for manually embedded
55077 environment into the U-Boot image, which is not done is most cases.
55078
55079 Signed-off-by: Stefan Roese <sr@denx.de>
55080
55081 commit ad31e40bed042cb670d0036fea96435007afb838
55082 Author: Stefan Roese <sr@denx.de>
55083 Date: Mon Oct 22 15:09:59 2007 +0200
55084
55085 ppc4xx: Rework of 4xx serial driver (1)
55086
55087 This patch starts the rework of the PPC4xx serial driver. First we split
55088 the file into two seperate files, one 4xx_uart.c with the 405/440 UART
55089 handling code and the other one iop480_uart.c with the UART code for the
55090 PLX-Tech IOP480 PPC (PPC403 based).
55091
55092 Signed-off-by: Stefan Roese <sr@denx.de>
55093
55094 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
55095 Author: Stefan Roese <sr@denx.de>
55096 Date: Mon Oct 22 10:30:38 2007 +0200
55097
55098 ppc4xx: Correct UART input clock calculation and passing to fdt
55099
55100 Signed-off-by: Stefan Roese <sr@denx.de>
55101
55102 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
55103 Author: Stefan Roese <sr@denx.de>
55104 Date: Mon Oct 22 07:34:34 2007 +0200
55105
55106 ppc4xx: Add initial AMCC Makalu 405EX support
55107
55108 Signed-off-by: Stefan Roese <sr@denx.de>
55109
55110 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
55111 Author: Stefan Roese <sr@denx.de>
55112 Date: Mon Oct 22 07:33:52 2007 +0200
55113
55114 ppc4xx: Add freqUART to CPU speed detection
55115
55116 This value is needed later for the device tree configuration of
55117 the uart clock.
55118
55119 Signed-off-by: Stefan Roese <sr@denx.de>
55120
55121 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
55122 Author: Stefan Roese <sr@denx.de>
55123 Date: Sun Oct 21 14:26:29 2007 +0200
55124
55125 ppc: Small Kilauea cleanup of config file
55126
55127 Signed-off-by: Stefan Roese <sr@denx.de>
55128
55129 commit 758c037aeead34b49631b8da3a90b1bba14c0410
55130 Author: Stefan Roese <sr@denx.de>
55131 Date: Sun Oct 21 08:16:12 2007 +0200
55132
55133 rtc: Add Xicor/Intersil X1205 RTC support
55134
55135 This patch adds support for the Xicor/Intersil X1205 RTC used on the
55136 AMCC Makalu eval board. This driver is basically cloned from the Linux
55137 driver version (2.6.23).
55138
55139 This patch also introduces the Linux bcd.h header for the BCD2BIN/
55140 BIN2BCD conversions. In the future some of the other U-Boot RTC driver
55141 should be converted to also use this header instead of implementing
55142 their own local copy of these functions/macros.
55143
55144 Signed-off-by: Stefan Roese <sr@denx.de>
55145
55146 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
55147 Author: Stefan Roese <sr@denx.de>
55148 Date: Sun Oct 21 08:12:41 2007 +0200
55149
55150 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
55151
55152 This patch moves some common 4xx macros and the PPC405_SYS_INFO/
55153 PPC440_SYS_INFO structure into the common ppc4xx.h header.
55154
55155 Lot's of other macros are good candidates to be consolidated this way
55156 in the future.
55157
55158 Signed-off-by: Stefan Roese <sr@denx.de>
55159
55160 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
55161 Author: Stefan Roese <sr@denx.de>
55162 Date: Sun Oct 21 08:05:18 2007 +0200
55163
55164 ppc4xx: Fix size setup in Kilauea DDR2 init routine
55165
55166 The size was initilized wrong. Instead of 256MB, the DDR2 controller
55167 was setup to 512MB. Now the correct values is used.
55168
55169 This patch also does a little cleanup and adds a comment here.
55170
55171 Signed-off-by: Stefan Roese <sr@denx.de>
55172
55173 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
55174 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
55175 Date: Thu Oct 18 17:29:04 2007 +0200
55176
55177 ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
55178
55179 CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
55180 number is used to access system registers.
55181
55182 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
55183 Signed-off-by: Stefan Roese <sr@denx.de>
55184
55185 commit c36c68160333ac5fe41ec3db12a728b7075b3912
55186 Author: Stefan Roese <sr@denx.de>
55187 Date: Thu Oct 18 07:42:27 2007 +0200
55188
55189 ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
55190
55191 On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
55192 is the internal SRAM. Since I now ported and tested this endpoint mode
55193 on Kilauea successfully to map to 0 (SDRAM), I also changed this for
55194 Katmai.
55195
55196 Yucca will stay at internal SRAM for now. Not sure if somebody relies on
55197 this setup.
55198
55199 Signed-off-by: Stefan Roese <sr@denx.de>
55200
55201 commit 5cb4af4791f61843432155142b6cfac901f66c10
55202 Author: Stefan Roese <sr@denx.de>
55203 Date: Thu Oct 18 07:39:38 2007 +0200
55204
55205 ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
55206
55207 This patch adds endpoint support for the AMCC Kilauea eval board. It can
55208 be tested by connecting a reworked PCIe cable (only 1x lane singles
55209 connected) to another root-complex.
55210
55211 In this test setup, a 64MB inbound window is configured at BAR0 which maps
55212 to 0 on the PLB side. So accessing this BAR0 from the root-complex will
55213 access the first 64MB of the SDRAM on the PPC side.
55214
55215 Signed-off-by: Stefan Roese <sr@denx.de>
55216
55217 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
55218 Author: Stefan Roese <sr@denx.de>
55219 Date: Sat Oct 13 16:43:23 2007 +0200
55220
55221 ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
55222
55223 This patch adds support for dynamic configuration of PCIe ports for the
55224 AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
55225 boards Yucca & Katmai and the 405EX board Kilauea.
55226
55227 This dynamic configuration is done via the "pcie_mode" environement
55228 variable. This variable can be set to "EP" or "RP" for endpoint or
55229 rootpoint mode. Multiple values can be joined via the ":" delimiter.
55230 Here an example:
55231
55232 pcie_mode=RP:EP:EP
55233
55234 This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
55235 as endpoint.
55236
55237 Per default Yucca will be configured as:
55238 pcie_mode=RP:EP:EP
55239
55240 Per default Katmai will be configured as:
55241 pcie_mode=RP:RP:REP
55242
55243 Per default Kilauea will be configured as:
55244 pcie_mode=RP:RP
55245
55246 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
55247 Signed-off-by: Stefan Roese <sr@denx.de>
55248
55249 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
55250 Author: Stefan Roese <sr@denx.de>
55251 Date: Thu Oct 11 11:15:59 2007 +0200
55252
55253 ppc4xx: Enable device tree support (fdt) on Kilauea per default
55254
55255 This patch enables the fdt support on the AMCC Kilauea eval board.
55256 Additionally now EBC ranges fdt fixup is included to support NOR
55257 FLASH mapping via the Linux physmap_of driver.
55258
55259 This Kilauea port now support booting arch/ppc and arch/powerpc
55260 Linux kernels. The default environment "net_nfs" is for arch/ppc
55261 and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
55262 support will be removed.
55263
55264 Signed-off-by: Stefan Roese <sr@denx.de>
55265
55266 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
55267 Author: Stefan Roese <sr@denx.de>
55268 Date: Thu Oct 11 11:11:45 2007 +0200
55269
55270 ppc4xx: Add additional debug info to 4xx fdt support
55271
55272 Signed-off-by: Stefan Roese <sr@denx.de>
55273
55274 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
55275 Author: Stefan Roese <sr@denx.de>
55276 Date: Fri Oct 5 21:28:58 2007 +0200
55277
55278 ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
55279
55280 Signed-off-by: Stefan Roese <sr@denx.de>
55281
55282 commit 1941cce71b1ae975602854045061e82f94ecd012
55283 Author: Stefan Roese <sr@denx.de>
55284 Date: Fri Oct 5 17:35:10 2007 +0200
55285
55286 ppc4xx: Fix small merge problem in 4xx_enet.c
55287
55288 Signed-off-by: Stefan Roese <sr@denx.de>
55289
55290 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
55291 Author: Stefan Roese <sr@denx.de>
55292 Date: Fri Oct 5 17:11:30 2007 +0200
55293
55294 ppc4xx: Add initial AMCC Kilauea 405EX support
55295
55296 Signed-off-by: Stefan Roese <sr@denx.de>
55297
55298 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
55299 Author: Stefan Roese <sr@denx.de>
55300 Date: Fri Oct 5 17:10:59 2007 +0200
55301
55302 ppc4xx: Add PPC405EX support
55303
55304 Signed-off-by: Stefan Roese <sr@denx.de>
55305
55306 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
55307 Author: Stefan Roese <sr@denx.de>
55308 Date: Fri Oct 5 17:09:36 2007 +0200
55309
55310 ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
55311
55312 Signed-off-by: Stefan Roese <sr@denx.de>
55313
55314 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
55315 Author: Stefan Roese <sr@denx.de>
55316 Date: Fri Oct 5 17:07:50 2007 +0200
55317
55318 ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
55319
55320 Signed-off-by: Stefan Roese <sr@denx.de>
55321
55322 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
55323 Author: Stefan Roese <sr@denx.de>
55324 Date: Fri Oct 5 17:04:57 2007 +0200
55325
55326 POST: Add 405EX support to 4xx UART POST test
55327
55328 Signed-off-by: Stefan Roese <sr@denx.de>
55329
55330 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
55331 Author: Stefan Roese <sr@denx.de>
55332 Date: Fri Oct 5 15:10:02 2007 +0200
55333
55334 DTT: Prepare DS1775 driver for use of different I2C addresses
55335
55336 Signed-off-by: Stefan Roese <sr@denx.de>
55337
55338 commit 19e93b1e16d267220440d827b920fbad8abfa70f
55339 Author: Stefan Roese <sr@denx.de>
55340 Date: Fri Oct 5 14:23:43 2007 +0200
55341
55342 ppc4xx: 4xx_pcie: Change PCIe status output to match common style
55343
55344 Signed-off-by: Stefan Roese <sr@denx.de>
55345
55346 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
55347 Author: Stefan Roese <sr@denx.de>
55348 Date: Fri Oct 5 09:22:33 2007 +0200
55349
55350 ppc4xx: 4xx_pcie: Disable debug output as default
55351
55352 Signed-off-by: Stefan Roese <sr@denx.de>
55353
55354 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
55355 Author: Stefan Roese <sr@denx.de>
55356 Date: Fri Oct 5 09:18:23 2007 +0200
55357
55358 ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
55359
55360 Signed-off-by: Stefan Roese <sr@denx.de>
55361
55362 commit 4dbee8a90df613eb517aadbecebd70f168913d30
55363 Author: Stefan Roese <sr@denx.de>
55364 Date: Fri Oct 5 07:57:20 2007 +0200
55365
55366 ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
55367
55368 128MB seems to be the smallest possible value for the memory size
55369 for on PCIe port. With this change now the BAR's of the PCIe cards
55370 are accessible under U-Boot.
55371
55372 One big note: This only works for PCIe port 0 & 1. For port 2 this
55373 currently doesn't work, since the base address is now 0xc0000000
55374 (0xb0000000 + 2 * 0x08000000), and this is already occupied by
55375 CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
55376 to change the base addresses completely and this change would have
55377 too much impact right now.
55378
55379 This patch adds debug output to the 4xx pcie driver too.
55380
55381 Signed-off-by: Stefan Roese <sr@denx.de>
55382
55383 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
55384 Author: Stefan Roese <sr@denx.de>
55385 Date: Wed Oct 3 21:16:32 2007 +0200
55386
55387 ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
55388
55389 Signed-off-by: Stefan Roese <sr@denx.de>
55390
55391 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
55392 Author: Stefan Roese <sr@denx.de>
55393 Date: Wed Oct 3 15:01:02 2007 +0200
55394
55395 ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
55396
55397 These files were introduced with the IBM 405GP but are currently used on all
55398 4xx PPC platforms. So the name doesn't match the content anymore. This patch
55399 renames the files to 4xx_pci.c/h.
55400
55401 Signed-off-by: Stefan Roese <sr@denx.de>
55402
55403 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
55404 Author: Stefan Roese <sr@denx.de>
55405 Date: Wed Oct 3 14:14:58 2007 +0200
55406
55407 ppc4xx: Add a comment for 405EX PCIe endpoint configuration
55408
55409 Signed-off-by: Stefan Roese <sr@denx.de>
55410
55411 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
55412 Author: Stefan Roese <sr@denx.de>
55413 Date: Wed Oct 3 10:38:09 2007 +0200
55414
55415 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
55416
55417 (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
55418 the SDR registers of the PCIe ports. This makes the overall design
55419 clearer, since it removed a lot of switch statements which are not
55420 needed anymore.
55421
55422 Also, the functions ppc4xx_init_pcie_rootport() and
55423 ppc4xx_init_pcie_entport() are merged into a single function
55424 ppc4xx_init_pcie_port(), since most of the code was duplicated.
55425 This makes maintainance and porting to other 4xx platforms
55426 easier.
55427
55428 Signed-off-by: Stefan Roese <sr@denx.de>
55429
55430 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
55431 Author: Stefan Roese <sr@denx.de>
55432 Date: Wed Oct 3 07:48:09 2007 +0200
55433
55434 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
55435
55436 This patch is the first patch of a series to make the 440SPe PCIe code
55437 usable on different 4xx PPC platforms. In preperation for the new 405EX
55438 which is also equipped with PCIe interfaces.
55439
55440 (2) This patch renames the functions from 440spe_ to 4xx_ with a
55441 little additional cleanup
55442
55443 Signed-off-by: Stefan Roese <sr@denx.de>
55444
55445 commit c7c6da23028f146d912514b95aefa3da7cf37699
55446 Author: Stefan Roese <sr@denx.de>
55447 Date: Wed Oct 3 07:34:10 2007 +0200
55448
55449 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
55450
55451 This patch is the first patch of a series to make the 440SPe PCIe code
55452 usable on different 4xx PPC platforms. In preperation for the new 405EX
55453 which is also equipped with PCIe interfaces.
55454
55455 (1) This patch renames the files from 440spe_pcie to 4xx_pcie
55456
55457 Signed-off-by: Stefan Roese <sr@denx.de>
55458
55459 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
55460 Author: Marian Balakowicz <m8@semihalf.com>
55461 Date: Wed Oct 24 01:37:36 2007 +0200
55462
55463 TQM5200: Call usb_cpu_init() during board init
55464
55465 usb_cpu_init() configures GPS USB pins, clocks, etc. and
55466 is required for proper operation of kernel USB subsystem.
55467 This setup was previously done in the kernel by the fixup
55468 code which is being removed, thus low level init must be
55469 done by U-boot now.
55470
55471 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55472 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
55473
55474 commit b5af773f8d92677e06f3295b45557c9d0a487c24
55475 Author: Zhang Wei <wei.zhang@freescale.com>
55476 Date: Thu Oct 25 17:51:27 2007 +0800
55477
55478 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
55479
55480 The scan code of the key 'z' is 0x1d, which should be handled.
55481
55482 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
55483 controller.
55484
55485 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55486 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
55487
55488 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
55489 Author: Rodolfo Giometti <giometti@enneenne.com>
55490 Date: Mon Oct 15 11:59:17 2007 +0200
55491
55492 PXA USB OHCI: "usb stop" implementation.
55493
55494 Some USB keys need to be switched off before loading the kernel
55495 otherwise they can remain in an undefined status which prevents them
55496 to be correctly recognized by the kernel.
55497
55498 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
55499 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
55500
55501 commit 31548249decf18a6b877a18436b6139dd483fe4a
55502 Author: Justin Flammia <jflammia@savantav.com>
55503 Date: Mon Oct 29 17:40:35 2007 -0400
55504
55505 DHCP Client Fix
55506
55507 This is a multi-part message in MIME format.
55508
55509 commit e6e505eae94ed721e123e177489291fc4544b7b8
55510 Author: Justin Flammia <jflammia@savantav.com>
55511 Date: Mon Oct 29 17:19:03 2007 -0400
55512
55513 Found a bug in the way the DHCP Request packet is built, where the IP address
55514 that is offered by the server is bound to prematurely. This patch is a fix of
55515 that bug where the IP address offered by the DHCP server is not used until
55516 after the DHCP ACK from the server is received.
55517
55518 Signed-off-by: Justin Flammia <jflammia@savantav.com>
55519 Signed-off-by: Ben Warren <bwarren@qstreams.com>
55520
55521 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
55522 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55523 Date: Thu Oct 25 17:16:22 2007 -0500
55524
55525 ColdFire 54455: Fix correct boot location for atmel and intel
55526
55527 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55528
55529 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
55530 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55531 Date: Thu Oct 25 17:14:00 2007 -0500
55532
55533 ColdFire: Fix build error when CONFIG_WATCHDOG is defined
55534
55535 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55536
55537 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
55538 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55539 Date: Thu Oct 25 17:12:36 2007 -0500
55540
55541 ColdFire 5329: Assign correct SDRAM size and fix cache
55542
55543 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55544
55545 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
55546 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55547 Date: Thu Oct 25 17:10:23 2007 -0500
55548
55549 ColdFire 5253: Assign correct SDRAM size
55550
55551 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55552
55553 commit 2acefa72ee0026f862ab65597ca687428f63a973
55554 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55555 Date: Thu Oct 25 17:09:17 2007 -0500
55556
55557 ColdFire 5282: Fix external flash boot and return dramsize
55558
55559 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55560
55561 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
55562 Author: Bartlomiej Sieka <tur@semihalf.com>
55563 Date: Thu Oct 25 17:20:01 2007 +0200
55564
55565 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
55566
55567 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55568
55569 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
55570 Author: Martin Krause <martin.krause@tqs.de>
55571 Date: Wed Oct 24 08:42:25 2007 +0200
55572
55573 TQM5200: fix spurious characters on second serial interface
55574
55575 With this patch PSC3 is configured as UART. This is done, because if
55576 the pins of PSC3 are not configured at all (-> all pins are GPI),
55577 due to crosstalk, spurious characters may be send over the RX232_2_TXD
55578 signal line.
55579
55580 Signed-off-by: Martin Krause <martin.krause@tqs.de>
55581 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55582
55583 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
55584 Author: Martin Krause <martin.krause@tqs.de>
55585 Date: Wed Oct 24 08:41:27 2007 +0200
55586
55587 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
55588
55589 Some commands for the STK52xx base board try to access the SM501 grafic
55590 controller. But the TQM5200S has no grafic controller (only the TQM5200
55591 and the TQM5200B have). This patch deactivates the commands accessing
55592 the SM501 for the TQM5200S.
55593
55594 Signed-off-by: Martin Krause <martin.krause@tqs.de>
55595 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55596
55597 commit b31f64343ead9482cd439b1adbe4c34026a641b1
55598 Author: Martin Krause <martin.krause@tqs.de>
55599 Date: Mon Oct 22 16:45:53 2007 +0200
55600
55601 TQM5200: fix spurious characters on second serial interface
55602
55603 With this patch PSC3 is configured as UART. This is done, because if
55604 the pins of PSC3 are not configured at all (-> all pins are GPI),
55605 due to crosstalk, spurious characters may be send over the RX232_2_TXD
55606 signal line.
55607
55608 Signed-off-by: Martin Krause <martin.krause@tqs.de>
55609
55610 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
55611 Author: Martin Krause <martin.krause@tqs.de>
55612 Date: Mon Oct 22 16:40:06 2007 +0200
55613
55614 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
55615
55616 Some commands for the STK52xx base board try to access the SM501 grafic
55617 controller. But the TQM5200S has no grafic controller (only the TQM5200
55618 and the TQM5200B have). This patch deactivates the commands accessing
55619 the SM501 for the TQM5200S.
55620
55621 Signed-off-by: Martin Krause <martin.krause@tqs.de>
55622
55623 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
55624 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55625 Date: Sun Oct 21 09:14:28 2007 +0200
55626
55627 Mips: Fix string functions differ prototype declaration
55628
55629 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55630
55631 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
55632 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55633 Date: Fri Oct 19 17:51:40 2007 -0500
55634
55635 fsl_pci_init enable COMMAND_MEMORY if inbound window
55636
55637 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows
55638 to pciauto_setup_device has the side effect of not getting
55639 COMMAND_MEMORY set.
55640
55641 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55642
55643 commit e9d0d527992566ebef9826962ff1745b2f082b92
55644 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55645 Date: Fri Oct 19 10:55:24 2007 +0200
55646
55647 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
55648
55649 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55650
55651 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
55652 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55653 Date: Fri Oct 19 08:10:15 2007 +0200
55654
55655 fix warning: no return statement in function returning non-void
55656
55657 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55658
55659 commit e78220f6e514206757acfe247297fc9a328a881f
55660 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55661 Date: Fri Oct 19 06:33:45 2007 +0200
55662
55663 xsengine: Fix no partition type specified, use DOS as default
55664
55665 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55666
55667 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
55668 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55669 Date: Fri Oct 19 00:24:59 2007 +0200
55670
55671 lubbock: Fix no partition type specified, use DOS as default
55672
55673 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55674
55675 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
55676 Author: Wolfgang Denk <wd@denx.de>
55677 Date: Tue Oct 23 16:50:03 2007 +0200
55678
55679 Coding style: keep lists sorted; update CHANGELOG
55680
55681 Signed-off-by: Wolfgang Denk <wd@denx.de>
55682
55683 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
55684 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55685 Date: Fri Oct 19 00:09:05 2007 +0200
55686
55687 Fix missing drivers makefile entries ds1722.c mw_eeprom.c
55688
55689 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55690
55691 commit 96455bfebc9887837095c9051d216f53c61b5f10
55692 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55693 Date: Fri Oct 19 00:07:39 2007 +0200
55694
55695 Fix warning differ in signedness in board/innokom/innokom.c
55696
55697 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55698
55699 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
55700 Author: Marcel Ziswiler <marcel@ziswiler.com>
55701 Date: Fri Oct 19 00:25:33 2007 +0200
55702
55703 fix pxa255_idp board
55704
55705 The pxa255_idp being an old unmaintained board showed several issues:
55706 1. CONFIG_INIT_CRITICAL was still defined.
55707 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
55708 3. Symbol flash_addr was undeclared.
55709 4. The boards lowlevel_init function was still called memsetup.
55710 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
55711 6. Using -march=armv5 instead of -march=armv5te resulted in lots of
55712 'target CPU does not support interworking' warnings on recent compilers.
55713 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
55714 indexes rather than the register definitions from the pxa-regs header
55715 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
55716 avoid any ambiguities.
55717 8. There were several redefinition warnings concerning ICMR, OSMR3,
55718 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
55719 9. The board configuration file was rather outdated.
55720 10. The part header file defined the vendor, product and revision arrays
55721 as unsigned chars instead of just chars in the block_dev_desc_t
55722 structure.
55723
55724 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
55725
55726 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
55727 Author: Rune Torgersen <runet@innovsys.com>
55728 Date: Wed Oct 17 11:56:31 2007 -0500
55729
55730 Make MPC8266ADS command selection more robust
55731
55732 Fix MPC8266 command line definition so it won't break when new commands
55733 are added to u-boot.
55734 Signed-off-by Rune Torgersen <runet@innovsys.com>
55735
55736 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
55737 Author: Bartlomiej Sieka <tur@semihalf.com>
55738 Date: Tue Oct 23 13:14:10 2007 +0200
55739
55740 Motion-PRO: Update configuration to accomodate next generation board.
55741
55742 New board has faster oscillator and a different Flash chip. This affects:
55743 - CFG_MPC5XXX_CLKIN
55744 - SDRAM timings
55745 - Flash CS configuration (timings)
55746 - Flash sector size, and thus MTD partition layout
55747 - malloc() arena size (due to bigger Flash sectors)
55748 - smaller memory test range (due to bigger malloc() arena)
55749
55750 This patch also enables more extensive memory testing via "mtest".
55751
55752 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55753
55754 commit eff501904df2bf1724a750062628ba2c51dbb1f8
55755 Author: Bartlomiej Sieka <tur@semihalf.com>
55756 Date: Tue Oct 23 11:36:07 2007 +0200
55757
55758 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
55759
55760 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
55761 register must be written a value of 0x00000004 as the first step of the
55762 SDRAM contorller configuration.
55763
55764 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55765
55766 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
55767 Author: Peter Pearse <peter.pearse@arm.com>
55768 Date: Tue Oct 23 10:22:16 2007 +0100
55769
55770 Move PL01* serial drivers to drivers/serial and adjust Makefiles.
55771
55772 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
55773 Author: Stefan Roese <sr@denx.de>
55774 Date: Tue Oct 23 10:17:42 2007 +0200
55775
55776 ppc4xx: lwmon5: Some further GPIO config changes
55777
55778 Signed-off-by: Stefan Roese <sr@denx.de>
55779
55780 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
55781 Author: Vlad Lungu <vlad@comsys.ro>
55782 Date: Sun Oct 21 22:10:10 2007 +0900
55783
55784 [MIPS] Fix UNCACHED_SDRAM
55785
55786 PHYSADDR is for physical address, KSEG1ADDR is for uncached.
55787
55788 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
55789 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55790
55791 commit 00101dd7a32d12f698150123e47e4b3420279f86
55792 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55793 Date: Sun Oct 21 21:30:42 2007 +0900
55794
55795 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
55796
55797 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55798
55799 commit eb700636db017d310edaeb559b13d82588560674
55800 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55801 Date: Sun Oct 21 10:55:37 2007 +0900
55802
55803 [MIPS] u-boot.lds: Define _gp in a standard manner
55804
55805 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55806
55807 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
55808 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55809 Date: Sun Oct 21 10:55:36 2007 +0900
55810
55811 [MIPS] Fix $gp usage
55812
55813 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
55814 As a general principle, we should use _gp for $gp.
55815
55816 Thanks to linker script's help we fortunately have _gp which equals to
55817 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
55818 be able to access to GOT entires, global variables and procedure entry
55819 points. The right thing to do is to use _gp.
55820
55821 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
55822 which holds the offset from _gp. When updating GOT entries, we use this
55823 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
55824
55825 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
55826 I made some change to leave over num_got_entries.
55827
55828 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55829 Cc: Vlad Lungu <vlad@comsys.ro>
55830
55831 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
55832 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55833 Date: Sun Oct 21 10:55:36 2007 +0900
55834
55835 [MIPS] u-boot.lds: Fix __got_start and __got_end
55836
55837 Ensure that __got_start points to top of the `.got', and __got_end points
55838 to bottom as well, so that we never fail to count num_got_entries.
55839
55840 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55841
55842 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
55843 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55844 Date: Sun Oct 21 10:55:36 2007 +0900
55845
55846 [MIPS] u-boot.lds: Remove duplicated .sdata section
55847
55848 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55849
55850 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
55851 Author: Wolfgang Denk <wd@denx.de>
55852 Date: Sun Oct 21 01:01:17 2007 +0200
55853
55854 Minor coding style cleanup; update CHANGELOG
55855
55856 Signed-off-by: Wolfgang Denk <wd@denx.de>
55857
55858 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
55859 Author: Vlad Lungu <vlad@comsys.ro>
55860 Date: Thu Oct 4 20:47:10 2007 +0300
55861
55862 Fix NE2000 driver:
55863
55864 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
55865 to do anything in eth_stop() if eth_init() was not called.
55866 Simplified RX path in order to avoid timeouts on really really
55867 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
55868 clever enough to cope with 1 packet per eth_rx().
55869
55870 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
55871
55872 commit df90968b48fb34fa9072fab150db2ac89678f537
55873 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
55874 Date: Mon Sep 24 13:32:13 2007 -0400
55875
55876 Setting MSR[DE] in do_reset
55877
55878 Hello,
55879 This patch ensures the soft reset of the board for the 85xx boards
55880 by setting the MSR[DE] in the do_reset function.
55881
55882 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
55883
55884 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
55885 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
55886 Date: Mon Sep 24 13:36:01 2007 -0400
55887
55888 MSR overwrite fix
55889
55890 Hello,
55891 This patch fixes the MSR overwrite in the start.S when moving out of
55892 the last 4K page.
55893
55894 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
55895
55896 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
55897 Author: Dan Wilson <dwilson@fulcrummicro.com>
55898 Date: Fri Oct 19 11:33:48 2007 -0500
55899
55900 tsec driver should clear RHALT on startup
55901
55902 This was causing problems for some people.
55903
55904 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
55905 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
55906 Signed-off-by: Andy Fleming <afleming@freescale.com>
55907
55908 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
55909 Author: Kumar Gala <galak@kernel.crashing.org>
55910 Date: Thu Oct 11 00:29:18 2007 -0500
55911
55912 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
55913
55914 On the MPC85xx CDS we have two issues:
55915
55916 1. The device tree fixup code did not check to see if the property we are
55917 trying to update is actually found. Its possible that it would update
55918 random memory starting at 0.
55919
55920 2. Newer Linux kernel's have moved the location of the PCI nodes to be
55921 sibilings of the soc node and not children. The explicit PATH to the PCI
55922 node would not be found for these device trees. Add the ability to handle
55923 both paths. In the future we shouldn't handle such fixups by explicit path.
55924
55925 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55926
55927 commit a3063eec775719b7e91023bbec3f64b3118791df
55928 Author: Kumar Gala <galak@kernel.crashing.org>
55929 Date: Thu Oct 11 00:18:48 2007 -0500
55930
55931 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
55932
55933 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
55934 console. Make it so we match that config what we tell Linux as the early
55935 STDOUT console.
55936
55937 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55938
55939 commit e1ce3cb617bb06f91f82f98915391175addf3e82
55940 Author: Kumar Gala <galak@kernel.crashing.org>
55941 Date: Tue Oct 2 11:12:27 2007 -0500
55942
55943 Remove magic numbers from cache related operations for mpc85xx
55944
55945 The mpc85xx start code uses some magic numbers that we actually
55946 have #defines for in <config.h> so use those instead.
55947
55948 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55949
55950 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
55951 Author: Detlev Zundel <dzu@denx.de>
55952 Date: Fri Oct 19 16:47:26 2007 +0200
55953
55954 Fix two typos.
55955
55956 Signed-off-by: Detlev Zundel <dzu@denx.de>
55957
55958 commit 281df457c1aa50d2752165d0c5c3282d4027b974
55959 Author: Tony Li <tony.li@freescale.com>
55960 Date: Thu Oct 18 17:47:19 2007 +0800
55961
55962 mpc83xx: Add configure entry for MPC83xx ATM support
55963
55964 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
55965 Makfile and MAKEALL
55966
55967 Signed-off-by: Tony Li <tony.li@freescale.com>
55968 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55969
55970 commit d2646554f529a9577515eceb0ec5eceee18244ba
55971 Author: Tony Li <tony.li@freescale.com>
55972 Date: Thu Oct 18 17:44:38 2007 +0800
55973
55974 mpc83xx: pq-mds-pib.c typo error
55975
55976 Correct to val8 from val.
55977
55978 Signed-off-by: Tony Li <tony.li@freescale.com>
55979 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55980
55981 commit 3e11ae80fec1ee12194940955431186abf6009c2
55982 Author: Stefan Roese <sr@denx.de>
55983 Date: Wed Oct 17 15:40:19 2007 +0200
55984
55985 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
55986
55987 Signed-off-by: Stefan Roese <sr@denx.de>
55988
55989 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
55990 Author: Jon Loeliger <jdl@freescale.com>
55991 Date: Tue Oct 16 15:27:43 2007 -0500
55992
55993 Initial mpc8610hpcd Makefile files.
55994
55995 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55996 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
55997 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55998 Signed-off-by: Jon Loeliger <jdl@freescale.com>
55999
56000 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
56001 Author: Jon Loeliger <jdl@freescale.com>
56002 Date: Tue Oct 16 15:26:51 2007 -0500
56003
56004 Initial mpc8610hpcd cpu/, README and include/ files.
56005
56006 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56007 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
56008 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
56009 Signed-off-by: Jon Loeliger <jdl@freescale.com>
56010
56011 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
56012 Author: Jon Loeliger <jdl@freescale.com>
56013 Date: Tue Oct 16 13:54:01 2007 -0500
56014
56015 Initial mpc8610hpcd board files.
56016
56017 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56018 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
56019 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
56020 Signed-off-by: Jon Loeliger <jdl@freescale.com>
56021
56022 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
56023 Author: runet@innovsys.com <runet@innovsys.com>
56024 Date: Tue Oct 16 14:50:40 2007 -0500
56025
56026 Make MPC8266ADS board compile again.
56027
56028 Signed-off-by: Runet Torgersen <runet@innovsys.com>
56029
56030 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
56031 Author: Jon Loeliger <jdl@freescale.com>
56032 Date: Mon Aug 27 12:41:03 2007 -0500
56033
56034 86xx: Allow for fewer DDR slots per memory controller.
56035
56036 As a direct correlation exists between DDR DIMM slots
56037 and SPD EEPROM addresses used to configure them, use
56038 the individually defined SPD_EEPROM_ADDRESS* values to
56039 determine if a DDR DIMM slot should have its SPD
56040 configuration read or not.
56041
56042 Effectively, this now allows for 1 or 2 DIMM slots
56043 per memory controller.
56044
56045 Signed-off-by: Jon Loeliger <jdl@freescale.com>
56046
56047 commit 4d4a945e189a2f384c66432316da2788a0ac1607
56048 Author: Rodolfo Giometti <giometti@enneenne.com>
56049 Date: Mon Oct 15 11:59:17 2007 +0200
56050
56051 PXA USB OHCI: "usb stop" implementation.
56052
56053 Some USB keys need to be switched off before loading the kernel
56054 otherwise they can remain in an undefined status which prevents them
56055 to be correctly recognized by the kernel.
56056
56057 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
56058
56059 commit e2e93442e558cf1500e92861f99713b2f045ea22
56060 Author: Stefan Roese <sr@denx.de>
56061 Date: Mon Oct 15 11:39:00 2007 +0200
56062
56063 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
56064
56065 The I2C bootstrap values that can be setup via the "bootstrap" command,
56066 were setup incorrect regarding the generation of the internal sync PCI
56067 clock. The values for PLB clock == 133MHz were slighly incorrect and the
56068 values for PLB clock == 166MHz were totally incorrect. This could
56069 lead to a hangup upon booting while PCI configuration scan.
56070
56071 This patch fixes this issue and configures valid PCI divisor values
56072 for the sync PCI clock, with respect to the provided external async
56073 PCI frequency.
56074
56075 Here the values of the formula in the chapter 14.2 "PCI clocking"
56076 from the 440EPx users manual:
56077
56078 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
56079
56080 33MHz async PCI frequency:
56081 PLB = 133:
56082 => 32 <= 44.3 <= 65 (div = 3)
56083
56084 PLB = 166:
56085 => 32 <= 55.3 <= 65 (div = 3)
56086
56087 66MHz async PCI frequency:
56088 PLB = 133:
56089 => 65 <= 66.5 <= 132 (div = 2)
56090
56091 PLB = 166:
56092 => 65 <= 83 <= 132 (div = 2)
56093
56094 Signed-off-by: Stefan Roese <sr@denx.de>
56095
56096 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
56097 Author: Stefan Roese <sr@denx.de>
56098 Date: Mon Oct 15 11:29:33 2007 +0200
56099
56100 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
56101
56102 The BCSR status bit for the 66MHz PCI operation was correctly
56103 addressed (MSB/LSB problem). Now the correct currently setup
56104 PCI frequency is displayed upon bootup.
56105
56106 This patch also fixes this problem on Rainier & Yellowstone, since these
56107 boards use the same souce code as Sequoia & Yosemite do.
56108
56109 Signed-off-by: Stefan Roese <sr@denx.de>
56110
56111 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
56112 Author: Martin Krause <martin.krause@tqs.de>
56113 Date: Wed Sep 26 17:55:56 2007 +0200
56114
56115 TQM860M: adjust for doubled flash sector size.
56116
56117 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
56118 doubled sector size.
56119
56120 Signed-off-by: Martin Krause <martin.krause@tqs.de>
56121
56122 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
56123 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
56124 Date: Wed Sep 26 17:55:54 2007 +0200
56125
56126 TQM8xx: Fix CAN timing.
56127
56128 Signed-off-by: Martin Krause <martin.krause@tqs.de>
56129
56130 commit d43e489baf02afae49077791fb22332d240d8656
56131 Author: Martin Krause <martin.krause@tqs.de>
56132 Date: Thu Sep 27 14:54:36 2007 +0200
56133
56134 TQM866M: fix SDRAM refresh
56135
56136 At 133 MHz the current SDRAM refresh rate is too fast
56137 (measured 4 * 1.17 us).
56138 CFG_MAMR_PTA changes from 39 to 97. This result
56139 in a refresh rate of 4 * 7.8 us at the default clock
56140 50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
56141 This is a compromise until a new method is found to
56142 adjust the refresh rate.
56143
56144 Signed-off-by: Martin Krause <martin.krause@tqs.de>
56145
56146 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
56147 Author: Martin Krause <martin.krause@tqs.de>
56148 Date: Wed Sep 26 17:55:55 2007 +0200
56149
56150 TQM866M: adjust for doubled flash sector size.
56151
56152 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
56153 doubled sector size.
56154
56155 Signed-off-by: Martin Krause <martin.krause@tqs.de>
56156
56157 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
56158 Author: Michal Simek <monstr@monstr.eu>
56159 Date: Sun Oct 14 16:12:29 2007 +0200
56160
56161 [FIX] XUPV2P change command handling
56162 and remove code violation
56163
56164 commit 636400198228d96983c06657b17f760f5989958e
56165 Author: Wolfgang Denk <wd@denx.de>
56166 Date: Sun Oct 14 00:13:19 2007 +0200
56167
56168 Prepare for 1.3.0-rc3 release
56169
56170 Signed-off-by: Wolfgang Denk <wd@denx.de>
56171
56172 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
56173 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56174 Date: Sat Sep 29 13:41:37 2007 +0200
56175
56176 Fix warning differ in signedness in cpu/pxa/mmc.c
56177
56178 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56179
56180 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
56181 Author: Wolfgang Denk <wd@denx.de>
56182 Date: Sat Oct 13 23:51:14 2007 +0200
56183
56184 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
56185
56186 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56187 Signed-off-by: Wolfgang Denk <wd@denx.de>
56188
56189 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
56190 Author: Wolfgang Denk <wd@denx.de>
56191 Date: Sat Oct 13 21:15:39 2007 +0200
56192
56193 Coding Style cleanup.
56194
56195 Signed-off-by: Wolfgang Denk <wd@denx.de>
56196
56197 commit e1893815b0999410d7a327589611c7b38e95299e
56198 Author: Wolfgang Denk <wd@denx.de>
56199 Date: Fri Oct 12 15:49:39 2007 +0200
56200
56201 GP3 SSA: enable RTC
56202
56203 Signed-off-by: Wolfgang Denk <wd@denx.de>
56204
56205 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
56206 Author: Grzegorz Bernacki <gjb@semihalf.com>
56207 Date: Tue Oct 9 13:58:24 2007 +0200
56208
56209 [ads5121] EEPROM support added.
56210
56211 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56212
56213 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
56214 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56215 Date: Sat Oct 6 18:55:35 2007 +0200
56216
56217 AVR32: Initialize bi_flash* in board_init_r
56218
56219 The ATSTK1000-specific flash driver intializes bi_flashstart,
56220 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
56221 driver, don't.
56222
56223 Initialize these in board_init_r instead so that things will still be
56224 set up correctly when we switch to the CFI driver.
56225
56226 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56227
56228 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
56229 Author: Marian Balakowicz <m8@semihalf.com>
56230 Date: Fri Oct 5 10:40:54 2007 +0200
56231
56232 tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
56233
56234 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56235
56236 commit 92869195ef8210758d2176230c0a36897afd50ed
56237 Author: Bartlomiej Sieka <tur@semihalf.com>
56238 Date: Fri Oct 5 09:46:06 2007 +0200
56239
56240 CM5200: Fix missing null-termination in hostname manipulation code
56241
56242 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
56243
56244 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
56245 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56246 Date: Tue Oct 2 19:09:01 2007 +0200
56247
56248 Fix memtest breakage
56249
56250 CFG_MEMTEST_START uses weird magic involving gd, which fails to
56251 compile. Use hardcoded values instead (we actually know how much RAM
56252 we have on board.)
56253
56254 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56255
56256 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
56257 Author: Stefan Roese <sr@denx.de>
56258 Date: Tue Oct 2 11:44:46 2007 +0200
56259
56260 ppc4xx: Coding style cleanup
56261
56262 Signed-off-by: Stefan Roese <sr@denx.de>
56263
56264 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
56265 Author: Stefan Roese <sr@denx.de>
56266 Date: Tue Oct 2 11:44:19 2007 +0200
56267
56268 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
56269
56270 Signed-off-by: Stefan Roese <sr@denx.de>
56271
56272 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
56273 Author: Grzegorz Bernacki <gjb@semihalf.com>
56274 Date: Mon Oct 1 09:51:50 2007 +0200
56275
56276 Program EPLD to force full duplex mode for PHY.
56277
56278 EPLD forces modes of PHY operation. By default full duplex is turned off.
56279 This fix turns it on.
56280
56281 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56282
56283 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
56284 Author: Timo Ketola <timo.ketola@exertus.fi>
56285 Date: Mon Sep 24 14:50:32 2007 +0300
56286
56287 Bugfix: Use only one PTD for one endpoint
56288
56289 Original isp116x-hcd code prepared multiple PTDs for longer than 16
56290 byte transfers for one endpoint. That is unnecessary because the
56291 ISP116x is able to split long data from one PTD into multiple
56292 transactions based on the buffer size of the endpoint. It also caused
56293 serious problems if the endpoint NAKed some of the transactions. In
56294 that case ISP116x wouldn't notice that the other PTDs were for the same
56295 endpoint and would try the other PTDs possibly out of order. That would
56296 break the whole transfer.
56297
56298 This patch makes isp116x_submit_job to use one PTD for one transfer.
56299
56300 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
56301 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56302
56303 commit 86ec86c04326c3913178a7679aa910de071da75d
56304 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56305 Date: Thu Sep 27 23:27:47 2007 +0200
56306
56307 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
56308
56309 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56310
56311 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
56312 Author: Stefan Roese <sr@denx.de>
56313 Date: Tue Sep 11 14:12:55 2007 +0200
56314
56315 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
56316
56317 Signed-off-by: Stefan Roese <sr@denx.de>
56318
56319 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
56320 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
56321 Date: Wed Sep 26 16:35:54 2007 -0500
56322
56323 85xx io out functions need sync after write.
56324
56325 This fixes the mc146818 rtc_read/write functions for 85xx.
56326
56327 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56328
56329 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
56330 Author: Grant Likely <grant.likely@secretlab.ca>
56331 Date: Tue Sep 25 15:48:05 2007 -0600
56332
56333 Fpga: fix incorrect test of CFG_FPGA_XILINX macro
56334
56335 CFG_FPGA_XILINX is a bit value used to test against the value in
56336 CONFIG_FPGA. Testing for a value will always return TRUE. I don't
56337 think that is the intention in this code.
56338
56339 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56340
56341 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
56342 Author: Michal Simek <monstr@monstr.eu>
56343 Date: Mon Sep 24 00:41:30 2007 +0200
56344
56345 [FIX] change command handling and removing code violation
56346
56347 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
56348 Author: Michal Simek <monstr@monstr.eu>
56349 Date: Mon Sep 24 00:36:06 2007 +0200
56350
56351 [FIX] change sets of commands
56352 because changing of command handling brings
56353 compilation problems
56354
56355 commit cb1bc63b75a232571eb69aa2c8aa919321655845
56356 Author: Michal Simek <monstr@monstr.eu>
56357 Date: Mon Sep 24 00:30:42 2007 +0200
56358
56359 [FIX] Email reparation & Copyright
56360 Both codes are written by myself without any
56361 support from CTU
56362
56363 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
56364 Author: Michal Simek <monstr@monstr.eu>
56365 Date: Mon Sep 24 00:25:11 2007 +0200
56366
56367 [PATCH] Change macro name for UartLite
56368 because PowerPC 405 can use UartLite as console
56369
56370 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
56371 Author: Michal Simek <monstr@monstr.eu>
56372 Date: Mon Sep 24 00:21:19 2007 +0200
56373
56374 [PATCH] Add support for design without interrupt controller
56375 Polling timer
56376
56377 commit 0731933ec8ec45d02ba89b52df673d526873cdde
56378 Author: Michal Simek <monstr@monstr.eu>
56379 Date: Mon Sep 24 00:19:48 2007 +0200
56380
56381 [FIX] resolve problem with cpu without barrel shifter
56382
56383 commit db14d77995ce515b728b178b63f82babe60e3d56
56384 Author: Michal Simek <monstr@monstr.eu>
56385 Date: Mon Sep 24 00:18:46 2007 +0200
56386
56387 [FIX] repair email address
56388
56389 commit 481d4328618804add1f818a6c96296121cd0528e
56390 Author: Michal Simek <monstr@monstr.eu>
56391 Date: Mon Sep 24 00:17:42 2007 +0200
56392
56393 [FIX] repair MFSL commands
56394
56395 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
56396 Author: Michal Simek <monstr@monstr.eu>
56397 Date: Mon Sep 24 00:08:37 2007 +0200
56398
56399 synchronizition with mainline
56400
56401 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
56402 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56403 Date: Sun Sep 23 02:42:38 2007 +0900
56404
56405 sh: Add support command of ide with sh
56406
56407 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56408
56409 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
56410 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56411 Date: Sun Sep 23 02:38:42 2007 +0900
56412
56413 sh: Update Makefile
56414
56415 Add support MS7722SE01 to Makefile.
56416
56417 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56418
56419 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
56420 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56421 Date: Sun Sep 23 02:31:13 2007 +0900
56422
56423 sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
56424
56425 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56426
56427 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
56428 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56429 Date: Sun Sep 23 02:19:24 2007 +0900
56430
56431 sh: Update MS7750SE01 platform
56432
56433 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56434
56435 commit 516ad760db3553766267ada01b7d5d727faa4bbd
56436 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56437 Date: Sun Sep 23 02:17:08 2007 +0900
56438
56439 sh: Remove comment out code from include/asm-sh/cpu_sh4.h
56440
56441 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56442
56443 commit b02bad128669e567fce87d8df823b06a0144b8db
56444 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56445 Date: Sun Sep 23 02:12:30 2007 +0900
56446
56447 sh: Update core code of SuperH.
56448
56449 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56450
56451 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
56452 Author: Wolfgang Denk <wd@denx.de>
56453 Date: Thu Sep 20 00:04:14 2007 +0200
56454
56455 v1.3.0-rc2
56456
56457 Signed-off-by: Wolfgang Denk <wd@denx.de>
56458
56459 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
56460 Author: Wolfgang Denk <wd@denx.de>
56461 Date: Tue Sep 18 21:36:35 2007 +0200
56462
56463 Avoid compiler warning.
56464
56465 Signed-off-by: Wolfgang Denk <wd@denx.de>
56466
56467 commit 8a783a65851bc7421ab69f442261215e21b8891a
56468 Author: Grant Likely <grant.likely@secretlab.ca>
56469 Date: Tue Sep 18 12:24:57 2007 -0600
56470
56471 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
56472
56473 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
56474 nulls in a string differently. For example, the following statement:
56475 echo "this is a string\0" > afile
56476 Will produce the following with /bin/bash:
56477 "this is a string\0"
56478 But with /bin/dash, will produce:
56479 "this is a string
56480
56481 Bug fixed by moving the embedded null out of the makefile and into the
56482 config header. Also renamed the macro to avoid usage colision with the same
56483 macro used by other board ports.
56484
56485 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56486
56487 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
56488 Author: Wolfgang Denk <wd@denx.de>
56489 Date: Tue Sep 18 17:40:27 2007 +0200
56490
56491 MCC200: fix build warning
56492
56493 The MCC200 board config file includes version.h for some customer-
56494 specific setting, which causes warnings with "make depend"; build
56495 version.h before depend.
56496
56497 Signed-off-by: Wolfgang Denk <wd@denx.de>
56498
56499 commit bd86220f58b99d6896198c385fda132f0c980915
56500 Author: Peter Pearse <peter.pearse@arm.com>
56501 Date: Tue Sep 18 13:07:54 2007 +0100
56502
56503 Move coloured led API to status_led.h
56504 Improve indentation in drivers/at45.c
56505
56506 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
56507 Author: Eirik Aanonsen <eaa@wprmedical.com>
56508 Date: Tue Sep 18 08:47:20 2007 +0200
56509
56510 Update atstk1002 bootargs.
56511
56512 Updates to atstk1002 U-Boot header file:
56513 - Changed bootargs:
56514 * Set the bootargs for at1002 to point to the SD-card partition instead
56515 * ... of the boot flash.
56516 * Removing the rootfstype since that argument are not needed.
56517
56518 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
56519 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56520
56521 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
56522 Author: Eirik Aanonsen <eaa@wprmedical.com>
56523 Date: Wed Sep 12 13:32:37 2007 +0200
56524
56525 Add some comments to clocks in atstk1002.h
56526
56527 This patch applies some clarifying comments to how the different
56528 clocks are setup according to atstk1002.h Some of the previous
56529 comments where stating wrongful information.
56530
56531 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56532
56533 commit 97213f32416ead885deafea86774e912ffd60ad0
56534 Author: David Saada <David.Saada@ecitele.com>
56535 Date: Mon Sep 17 17:04:47 2007 +0200
56536
56537 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
56538
56539 Signed-off-by: David Saada <david.saada@ecitele.com>
56540
56541 commit 30363e98fa470fbecea5e8bc0f1443352754f303
56542 Author: Stefan Roese <sr@denx.de>
56543 Date: Mon Sep 17 08:20:47 2007 +0200
56544
56545 Small whitespace cleanup of OneNAND patch
56546
56547 Signed-off-by: Stefan Roese <sr@denx.de>
56548
56549 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
56550 Author: Kyungmin Park <kmpark@infradead.org>
56551 Date: Mon Sep 10 17:15:14 2007 +0900
56552
56553 OneNAND support (take #2)
56554
56555 [PATCH 3/3] OneNAND support (take #2)
56556
56557 OneNAND support at U-Boot
56558
56559 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
56560
56561 commit 17aa2800457df0c06b41516f46f126712c196219
56562 Author: Kyungmin Park <kmpark@infradead.org>
56563 Date: Mon Sep 10 17:14:34 2007 +0900
56564
56565 OneNAND support (take #2)
56566
56567 [PATCH 2/3] OneNAND support (take #2)
56568
56569 OneNAND support at U-Boot
56570
56571 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
56572
56573 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
56574 Author: Kyungmin Park <kmpark@infradead.org>
56575 Date: Mon Sep 10 17:13:49 2007 +0900
56576
56577 OneNAND support (take #2)
56578
56579 [PATCH 1/3] OneNAND support (take #2)
56580
56581 OneNAND support at U-Boot
56582
56583 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
56584
56585 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
56586 Author: Michal Simek <monstr@monstr.eu>
56587 Date: Sun Sep 16 20:51:57 2007 +0200
56588
56589 [FIX] remove files form repository
56590
56591 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
56592 Author: Wolfgang Denk <wd@denx.de>
56593 Date: Sun Sep 16 17:10:04 2007 +0200
56594
56595 TQM8xx[LM]: Fix broken environment alignment.
56596
56597 With recent toolchains, the environment sectors were no longer aligned to
56598 sector boundaries. The reason was a combination of two bugs:
56599
56600 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
56601 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
56602 this gets defined, is not included here (and cannot be included
56603 without causing lots of problems).
56604
56605 Added a new #define CFG_USE_PPCENV for all boards which really
56606 want to put the environment is a ".ppcenv" section.
56607
56608 2) The linker scripts just include environment.o, silently assuming
56609 that the objects in that file are really in the order in which
56610 they are coded in the C file, i. e. "environment" first, then
56611 "redundand_environment", and "env_size" last. However, current
56612 toolchains (GCC-4.x) reorder the objects, causing the environment
56613 data not to start on a flash sector boundary:
56614
56615 Instead of: we got:
56616
56617 40008000 T environment 40008000 T env_size
56618 4000c000 T redundand_environment 40008004 T redundand_environment
56619 40010000 T env_size 4000c004 T environment
56620
56621 Note: this patch fixes just the first part, and cures the alignment
56622 problem by making sure that "env_size" gets placed correctly. However,
56623 we still have a potential issue because primary and redundant
56624 environment sectors are actually swapped, i. e. we have now:
56625
56626 40008000 T redundand_environment
56627 4000c000 T environment
56628 40010000 T env_size
56629
56630 This shall be fixed in the next version.
56631
56632 Signed-off-by: Wolfgang Denk <wd@denx.de>
56633
56634 commit eb6da8050797c204c9d010548424186c7ce32fc1
56635 Author: Wolfgang Denk <wd@denx.de>
56636 Date: Sun Sep 16 02:39:35 2007 +0200
56637
56638 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
56639
56640 Signed-off-by: Wolfgang Denk <wd@denx.de>
56641
56642 commit cd2d1602c54cc6957bdef3872272a4b264893960
56643 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
56644 Date: Mon Sep 10 14:54:56 2007 -0400
56645
56646 Typo fix in tsec.c
56647
56648 Fixup for the break statement in wrong place.
56649
56650 [Patch by urwithsughosh@gmail.com]
56651 Acked-by: Andy Fleming <afleming@freescale.com>
56652 Signed-off-by: Wolfgang Denk <wd@denx.de>
56653
56654 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
56655 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56656 Date: Tue Sep 11 17:04:00 2007 +0200
56657
56658 Fix do_div() usage in nand process output
56659
56660 Fix usage of do_div() in nand erase|read|write process output.
56661
56662 The last patch to nand_util.c introduced do_div() instead of libgcc's
56663 implementation. But do_div() returns the quotient in its first
56664 macro parameter and not as result.
56665
56666 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56667
56668 commit c750d2e6692a000a82f29de7bf24e3dc21239161
56669 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56670 Date: Wed Sep 12 12:36:53 2007 +0200
56671
56672 NAND: Add CFG_NAND_QUIET option
56673
56674 This config option sets the default for the progress information
56675 output behavior that can also be configured through the 'quiet'
56676 environment variable.
56677
56678 The legacy NAND code does not print the current progress info
56679 on the console. So this option is for backward compatibility for
56680 units that are in the field and where setting the quiet variable
56681 is not an option. With CFG_NAND_QUIET set to '1' the console
56682 progress info is turned off. This can still be overwritten
56683 through the environment variable.
56684
56685 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56686
56687 commit dcb88630290d2bcd803386dd4c2be73142994c4f
56688 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
56689 Date: Thu Sep 13 16:06:05 2007 -0700
56690
56691 ColdFire: fix build error becasue of bad type of mii_init()
56692
56693 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56694
56695 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
56696 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
56697 Date: Thu Sep 13 16:04:05 2007 -0700
56698
56699 ColdFire: Fix build error caused by pixis.c
56700
56701 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
56702
56703 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56704
56705 commit e21659e30660a1377c42af135a6114efe39801d9
56706 Author: Sam Sparks <SSparks@twacs.com>
56707 Date: Fri Sep 14 11:14:42 2007 -0600
56708
56709 Update MPC8349ITX*_config to place config.tmp in right place.
56710
56711 MPC834ITX*_config does not store config.tmp at the correct locatation,
56712 causing MPC8349ITXGP to have the wrong TEXT_BASE.
56713
56714 Signed-off-by: Sam Sparks <SSparks@twacs.com>
56715 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56716
56717 commit 1218abf1b5817a39a82399b4b928b00750575bda
56718 Author: Wolfgang Denk <wd@denx.de>
56719 Date: Sat Sep 15 20:48:41 2007 +0200
56720
56721 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
56722
56723 Signed-off-by: Wolfgang Denk <wd@denx.de>
56724
56725 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
56726 Author: Dirk Behme <dirk.behme@googlemail.com>
56727 Date: Sat Sep 15 11:55:42 2007 +0200
56728
56729 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
56730
56731 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
56732 function local.
56733
56734 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
56735
56736 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
56737
56738 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
56739 Author: Michal Simek <monstr@monstr.eu>
56740 Date: Sat Sep 15 00:03:35 2007 +0200
56741
56742 Synchronize with U-BOOT mainline
56743
56744 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
56745 Author: Sam Sparks <SSparks@twacs.com>
56746 Date: Fri Sep 14 11:14:42 2007 -0600
56747
56748 Update MPC8349ITX*_config to place config.tmp in right place.
56749
56750 MPC834ITX*_config does not store config.tmp at the correct locatation,
56751 causing MPC8349ITXGP to have the wrong TEXT_BASE.
56752
56753 Signed-off-by: Sam Sparks <SSparks@twacs.com>
56754 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56755 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56756
56757 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
56758 Author: Bartlomiej Sieka <tur@semihalf.com>
56759 Date: Thu Sep 13 18:21:48 2007 +0200
56760
56761 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
56762
56763 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56764
56765 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
56766 Author: Bartlomiej Sieka <tur@semihalf.com>
56767 Date: Thu Sep 13 16:33:59 2007 +0200
56768
56769 tqm5200: Restore customary env. variable boot commands for powerpc kernels
56770
56771 - update default definitions of kernel_addr and fdt_addr env. variables
56772 - make arch/powerpc booting the default scenario
56773 - update MTD partition layout to match the above
56774
56775 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
56776
56777 commit f34024d4a328e6edd906456da98d2c537155c4f7
56778 Author: Wolfgang Denk <wd@denx.de>
56779 Date: Wed Sep 12 00:48:57 2007 +0200
56780
56781 Fix memory corruption problem on STX GP3 SSA Board.
56782
56783 Signed-off-by: Wolfgang Denk <wd@denx.de>
56784
56785 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
56786 Author: Peter Pearse <peter.pearse@arm.com>
56787 Date: Tue Sep 11 15:35:01 2007 +0100
56788
56789 Final tidy
56790
56791 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
56792 Author: Grzegorz Bernacki <gjb@semihalf.com>
56793 Date: Tue Sep 11 15:42:11 2007 +0200
56794
56795 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
56796 scan on second pci bus.
56797
56798 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56799
56800 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
56801 Author: Grzegorz Bernacki <gjb@semihalf.com>
56802 Date: Tue Sep 11 12:57:52 2007 +0200
56803
56804 [ppc4xx] Individual handling of sdram.c for bamboo_nand build
56805
56806 Bamboo has a file sdram.c which needs special treatment when building in
56807 separate directory. It has to be linked to build directory otherwise it is
56808 not seen.
56809
56810 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56811
56812 commit d45963854eff39d575124d859419bb4953ce2c87
56813 Author: Michal Simek <monstr@monstr.eu>
56814 Date: Tue Sep 11 00:37:04 2007 +0200
56815
56816 [FIX] Microblaze ML401 - repare FLASH handling
56817
56818 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
56819 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
56820 Date: Mon Sep 10 16:55:59 2007 +0100
56821
56822 Allocate CPU Architecture Code for STMicroelectronics' ST200.
56823
56824 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
56825 ---------------------------------------------------
56826
56827 commit 754bac48156f8958d8f6a53a51eda88ab5758929
56828 Author: Wolfgang Denk <wd@denx.de>
56829 Date: Mon Sep 10 20:42:31 2007 +0200
56830
56831 Update version to match current state.
56832
56833 Signed-off-by: Wolfgang Denk <wd@denx.de>
56834
56835 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
56836 Author: Grzegorz Bernacki <gjb@semihalf.com>
56837 Date: Mon Sep 10 17:39:08 2007 +0200
56838
56839 [MPC512x] Streamline frame handling in the FEC driver
56840
56841 - convert frame size settings to be derived from a single base
56842 - set frame size to the recommended default value
56843
56844 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56845
56846 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
56847 Author: Kyungmin Park <kmpark@infradead.org>
56848 Date: Mon Sep 10 11:34:00 2007 +0900
56849
56850 Remove compiler warning: target CPU does not support interworking
56851
56852 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
56853
56854 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
56855 Author: Wolfgang Denk <wd@denx.de>
56856 Date: Sun Sep 9 21:21:33 2007 +0200
56857
56858 Fix compile error in spc1920 config.
56859
56860 Signed-off-by: Markus Klotzbücher <mk@denx.de>
56861 Signed-off-by: Wolfgang Denk <wd@denx.de>
56862
56863 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
56864 Author: Grant Likely <grant.likely@secretlab.ca>
56865 Date: Fri Sep 7 09:25:07 2007 -0600
56866
56867 Bugfix: make bootm+libfdt compile on boards with no flash
56868
56869 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56870
56871 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
56872 Author: Grzegorz Bernacki <gjb@semihalf.com>
56873 Date: Fri Sep 7 18:35:37 2007 +0200
56874
56875 [PPC440SPe] PCIe environment settings for Katmai and Yucca
56876
56877 - 'pciconfighost' is set by default in order to be able to scan bridges
56878 behind the primary host/PCIe
56879
56880 - 'pciscandelay' env variable is recognized to allow for user-controlled
56881 delay before the PCIe bus enumeration; some peripheral devices require a
56882 significant delay before they can be scanned (e.g. LSI8408E); without the
56883 delay they are not detected
56884
56885 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56886
56887 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
56888 Author: Grzegorz Bernacki <gjb@semihalf.com>
56889 Date: Fri Sep 7 18:20:23 2007 +0200
56890
56891 [PPC440SPe] Improve PCIe configuration space access
56892
56893 - correct configuration space mapping
56894 - correct bus numbering
56895 - better access to config space
56896
56897 Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
56898 first device on the first bus. We now allow to configure up to 16 buses;
56899 also, scanning for devices behind the PCIe-PCIe bridge is supported, so
56900 peripheral devices farther in hierarchy can be identified.
56901
56902 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56903
56904 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
56905 Author: Grzegorz Bernacki <gjb@semihalf.com>
56906 Date: Fri Sep 7 17:46:18 2007 +0200
56907
56908 [PPC440SPe] Convert machine check exceptions handling
56909
56910 Convert using fixup mechanism to suppressing MCK for the duration of config
56911 read/write transaction: while fixups work fine with the case of a precise
56912 exception, we identified a major drawback with this approach when there's
56913 an imprecise case. In this scenario there is the following race condition:
56914 the fixup is (by design) set to catch the instruction following the one
56915 actually causing the exception; if an interrupt (e.g. decrementer) happens
56916 between those two instructions, the ISR code is executed before the fixup
56917 handler the machine check is no longer protected by the fixup handler as it
56918 appears as within the ISR code. In consequence the fixup approach is being
56919 phased out and replaced with explicit suppressing of MCK during a PCIe
56920 config read/write cycle.
56921
56922 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56923
56924 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
56925 Author: Wolfgang Denk <wd@denx.de>
56926 Date: Fri Sep 7 17:43:36 2007 +0200
56927
56928 Fix typo in MAKEALL script.
56929
56930 Signed-off-by: Wolfgang Denk <wd@denx.de>
56931
56932 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
56933 Author: Grzegorz Bernacki <gjb@semihalf.com>
56934 Date: Fri Sep 7 17:09:21 2007 +0200
56935
56936 [MPC512x] Proper handling of larger frames in the FEC driver
56937
56938 When frame larger than local RX buffer is received, it is split and handled
56939 by two buffer descriptors. Prior to this patch the FEC driver discarded
56940 contents of a buffer descriptor without the 'LAST' bit set, so the first
56941 part of the frame was lost in case of larger frames. This fix allows to
56942 safely combine the two pieces into the whole frame.
56943
56944 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56945
56946 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
56947 Author: Rafal Jaworowski <raj@semihalf.com>
56948 Date: Fri Sep 7 17:05:36 2007 +0200
56949
56950 [MPC512x] Correct fixup relocation
56951
56952 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
56953
56954 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
56955 Author: Wolfgang Denk <wd@denx.de>
56956 Date: Fri Sep 7 01:21:25 2007 +0200
56957
56958 Update CHANGELOG, minor coding style cleanup.
56959
56960 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
56961 Author: stefano babic <sbabic@denx.de>
56962 Date: Thu Aug 30 23:01:49 2007 +0200
56963
56964 PXA270: Added support for TrizepsIV board.
56965
56966 This patch add support for the Trizeps IV module (520Mhz).
56967
56968 Signed-off-by: Stefano Babic <sbabic@denx.de>
56969
56970 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
56971 Author: stefano babic <sbabic@denx.de>
56972 Date: Thu Aug 30 22:57:04 2007 +0200
56973
56974 PXA270: Add support for multiple serial ports.
56975
56976 This patch adds support for multiple serial ports to the PXA target.
56977 FFUART, BTUART and STUART are supported.
56978
56979 Signed-off-by: Stefano Babic <sbabic@denx.de>
56980
56981 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
56982 Author: stefano babic <sbabic@denx.de>
56983 Date: Thu Aug 30 22:48:47 2007 +0200
56984
56985 PXA270: fix compile issue (invalid lvalue)
56986
56987 Code is broken for PXA270 due to "invalid lvalue in assignment".
56988
56989 This patch fix it in pxa-regs.h
56990
56991 Signed-off-by: Stefano Babic <sbabic@denx.de>
56992
56993 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
56994 Author: Jason Jin <Jason.jin@freescale.com>
56995 Date: Thu Aug 30 18:19:05 2007 +0800
56996
56997 Add BUILD_DIR support for bios emulator.
56998
56999 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57000
57001 commit b4d8a55145442f136982634862341a3e02002bda
57002 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57003 Date: Fri Aug 31 14:41:51 2007 +0900
57004
57005 [MIPS] Remove inline asm string functions
57006
57007 Stop using inline string functions on MIPS as other ARCHs do so,
57008 since the optimized inline asm versions are not small.
57009
57010 This change is triggered by a following MIPS build error:
57011 common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
57012 common/exports.c:32: undefined reference to `strcmp'
57013 make: *** [u-boot] Error 1
57014
57015 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57016
57017 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
57018 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57019 Date: Fri Aug 31 14:41:45 2007 +0900
57020
57021 [MIPS] Update asm string header
57022
57023 This patches contains several bugfixes and cleanups in the latest upstream:
57024
57025 - Don't include linux/config.h
57026 - Remove buggy inline version of memscan.
57027 - Merge with Linux 2.6.11-rc3.
57028 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
57029 - Goodbye mips64. 31704 lines of code bite the dust.
57030 - Replace extern inline with static inline.
57031 - Fix return value of strncpy.
57032 - Remove a bunch more "$1" clobbers.
57033
57034 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57035
57036 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
57037 Author: Bartlomiej Sieka <tur@semihalf.com>
57038 Date: Tue Sep 4 17:31:22 2007 +0200
57039
57040 Fix do_bootm_linux() so that multi-file images with FDT blob boot.
57041
57042 Fix incorrect blob address calculation in do_bootm_linux() that prevents
57043 booting the kernel from a multi-file image (kernel + initrd + blob).
57044
57045 Also, make minor updates to the U-Boot's output and to the coding style.
57046
57047 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
57048
57049 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
57050 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
57051 Date: Fri Aug 31 14:29:04 2007 +0200
57052
57053 Add support for Sil680 IDE controller.
57054
57055 o add drivers/sil680.c to support the Sil680 IDE-controller.
57056 o drivers/Makefile: add sil680.o.
57057
57058 Signed-off-by: Gary Jennejohn <garyj@denx.de>
57059
57060 commit e79021223bc339df655e360645a52c457a74b067
57061 Author: Grant Likely <grant.likely@secretlab.ca>
57062 Date: Thu Sep 6 09:47:40 2007 -0600
57063
57064 bootm/fdt: Only process the fdt if an fdt address was provided
57065
57066 Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
57067 kernels using the board info structure (instead of passing a device tree)
57068 This change allows the old style booting to be used if the fdt argument
57069 was not passed to 'bootm'.
57070
57071 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57072 Acked-by: Kim Phillips <kim.phillips@freescale.com>
57073
57074 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
57075 Author: Grant Likely <grant.likely@secretlab.ca>
57076 Date: Thu Sep 6 09:46:23 2007 -0600
57077
57078 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
57079
57080 Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
57081
57082 Tested on: lite5200b
57083
57084 Note: the fixup functions have not been moved to a common place. This
57085 patch is targeted for immediate merging as in solves a build issue, but
57086 the final name/location of the fixups is still subject to debate. I
57087 propose to merge this now, and move the fixups in the next merge window
57088 to be usable by all targets.
57089
57090 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57091
57092 commit 41bb76e941929f54a73206fb132f7a4c275543a3
57093 Author: Grant Likely <grant.likely@secretlab.ca>
57094 Date: Thu Sep 6 09:46:17 2007 -0600
57095
57096 libfdt: add convenience function fdt_find_and_setprop()
57097
57098 Given the path to a node, fdt_find_and_setprop() allows a property value
57099 to be set directly.
57100
57101 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57102
57103 commit 80767a6cead9990d9e77e62be947843c2c72f469
57104 Author: Peter Pearse <peter.pearse@arm.com>
57105 Date: Wed Sep 5 16:04:41 2007 +0100
57106
57107 Changed API name to coloured_led.h
57108 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
57109 Tidied other cpu/arm920t/start.S code
57110
57111 commit 56a9270521baaa00e12639a978302a67f61ef060
57112 Author: Kumar Gala <galak@kernel.crashing.org>
57113 Date: Thu Aug 30 16:18:18 2007 -0500
57114
57115 Fix ULI RTC support on MPC8544 DS
57116
57117 The RTC on the M1575 ULI chipset requires a dummy read before
57118 we are able to talk to the RTC. We accomplish this by adding a
57119 second memory region to the PHB the ULI is on and read from it.
57120
57121 The second region is added to maintain compatiabilty with Linux's
57122 view of the PCI memory map.
57123
57124 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57125
57126 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
57127 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57128 Date: Thu Aug 30 01:58:48 2007 -0500
57129
57130 ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
57131
57132 pcie is now differentiated from pci. Add 8641 bus-range updates.
57133
57134 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57135
57136 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
57137 Author: Peter Pearse <peter.pearse@arm.com>
57138 Date: Tue Sep 4 16:18:38 2007 +0100
57139
57140 Add coloured led interface for ARM boards.
57141 Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
57142
57143 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
57144 Author: Peter Pearse <peter.pearse@arm.com>
57145 Date: Tue Sep 4 14:49:28 2007 +0100
57146
57147 Move include/led.h to board/at91rm9200dk
57148
57149 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
57150 Author: Peter Pearse <peter.pearse@arm.com>
57151 Date: Tue Sep 4 14:25:51 2007 +0100
57152
57153 Ran Lindent on drivers/at45.c
57154
57155 commit 557ab89d294f08dd532f21d19861b40093200a33
57156 Author: Peter Pearse <peter.pearse@arm.com>
57157 Date: Tue Sep 4 14:23:50 2007 +0100
57158
57159 Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
57160
57161 commit 81b73dec16fd1227369a191e725e10044a9d56b8
57162 Author: Gary Jennejohn <garyj@denx.de>
57163 Date: Fri Aug 31 15:21:46 2007 +0200
57164
57165 ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
57166
57167 The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
57168 set to non-zero, because it doesn't support MRM (memory-read-
57169 multiple) correctly. We now added the possibility to configure
57170 this register in the board config file, so that the default value
57171 of 8 can be overridden.
57172
57173 Here the details of this patch:
57174
57175 o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
57176 board-specific settings. As an example the sequoia board requires 0.
57177 Idea from Stefan Roese <sr@denx.de>.
57178 o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
57179 PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
57180 o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
57181 CFG_PCI_CACHE_LINE_SIZE to 0.
57182
57183 Signed-off-by: Gary Jennejohn <garyj@denx.de>
57184 Signed-off-by: Stefan Roese <sr@denx.de>
57185
57186 commit 60174746c668b309378a91488dded898e9553eae
57187 Author: Wolfgang Denk <wd@denx.de>
57188 Date: Fri Aug 31 10:01:51 2007 +0200
57189
57190 Fix TFTP OACK code for short packets.
57191
57192 The old code had a loop limit overflow bug which caused a semi-
57193 infinite loop for small packets, because in "i<len-8", "i" was signed,
57194 but "len" was unsigned, and "len-8" became a huge number for small
57195 values of "len".
57196
57197 This is a workaround which replaces broken commit 8f1bc284.
57198
57199 Signed-off-by: Wolfgang Denk <wd@denx.de>
57200
57201 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
57202 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
57203 Date: Thu Aug 30 15:03:05 2007 +0200
57204
57205 Reduce BOOTDELAY variable to 1 second by default for STK1002
57206
57207 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
57208 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
57209
57210 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
57211 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
57212 Date: Thu Aug 30 15:03:04 2007 +0200
57213
57214 Remove double quotation marks around MAC address for STK1002
57215
57216 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
57217 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
57218
57219 commit ff13ac8c7bbebb238e339592de765c546dba1073
57220 Author: Wolfgang Denk <wd@denx.de>
57221 Date: Thu Aug 30 14:42:15 2007 +0200
57222
57223 Backout commit 8f1bc284 as it causes TFTP to fail.
57224
57225 Signed-off-by: Wolfgang Denk <wd@denx.de>
57226
57227 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
57228 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57229 Date: Thu Aug 30 02:26:17 2007 -0500
57230
57231 Revert "Fix MPC8544DS PCIe3 scsi."
57232
57233 This reverts commit 9468e680.
57234 Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
57235
57236 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57237
57238 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
57239 Author: Grant Likely <grant.likely@secretlab.ca>
57240 Date: Wed Aug 29 18:26:24 2007 -0600
57241
57242 tftp: don't implicity trust the format of recevied packets
57243
57244 The TFTP OACK code trusts that the incoming packet is formated as
57245 ASCII text and can be processed by string functions. It also has a
57246 loop limit overflow bug where if the packet length is less than 8, it
57247 ends up looping over *all* of memory to find the 'blksize' string.
57248
57249 This patch solves the problem by forcing the packet to be null
57250 terminated and using strstr() to search for the sub string.
57251
57252 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57253
57254 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
57255 Author: Stefan Roese <sr@denx.de>
57256 Date: Wed Aug 29 16:31:18 2007 +0200
57257
57258 ppc4xx: Change lwmon5 default environment to support Linux RTC
57259
57260 The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
57261 to supply the RTC I2C address as bootline parameter. This patch
57262 adds support for this rtc probing parameter to the bootargs:
57263
57264 "rtc-pcf8563.probe=0,0x51"
57265
57266 Signed-off-by: Stefan Roese <sr@denx.de>
57267
57268 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
57269 Author: Kim Phillips <kim.phillips@freescale.com>
57270 Date: Wed Aug 29 09:06:05 2007 -0500
57271
57272 sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
57273
57274 this had slipped through the cracks, since the sbc board was added
57275 after I wrote the original patch to remove all these symbols, and
57276 before it was merged.
57277
57278 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57279
57280 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
57281 Author: Wolfgang Denk <wd@denx.de>
57282 Date: Wed Aug 29 14:05:30 2007 +0200
57283
57284 Add mii_init() prototype
57285
57286 to get rid of a *lot* of compiler warnings.
57287
57288 Signed-off-by: Wolfgang Denk <wd@denx.de>
57289
57290 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
57291 Author: Wolfgang Denk <wd@denx.de>
57292 Date: Wed Aug 29 13:35:03 2007 +0200
57293
57294 Disable network support on cmi_mpc5xx board
57295
57296 ..because it caused compiler errors and there seems to be no
57297 board maintainer to take care of this.
57298
57299 Signed-off-by: Wolfgang Denk <wd@denx.de>
57300
57301 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
57302 Author: Kumar Gala <galak@kernel.crashing.org>
57303 Date: Mon Aug 20 09:44:00 2007 -0500
57304
57305 Fix MPC8544DS PCIe3 scsi.
57306
57307 <ed.swarthout@freescale.com>
57308
57309 The problem is pciauto_setup_device() getting called from fsl_pci_init.c
57310 is allocating memory space it doesn't need.
57311
57312 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
57313 Signed-off-by: Andy Fleming <afleming@freescale.com>
57314
57315 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
57316 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57317 Date: Tue Aug 21 09:38:59 2007 -0500
57318
57319 8548cds fixes
57320
57321 Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
57322 correct consoledev needed for linux boot.
57323 Standardize on fdt{file,addr} var to hold dtb file name.
57324
57325 Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
57326
57327 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57328
57329 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
57330 Author: Haiying Wang <Haiying.Wang@freescale.com>
57331 Date: Thu Aug 23 15:20:54 2007 -0400
57332
57333 Enable L2 cache for MPC8568MDS board
57334
57335 The L2 cache size is 512KB for 8568, print out the correct informaiton.
57336
57337 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
57338
57339 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
57340 Author: Jason Jin <Jason.jin@freescale.com>
57341 Date: Wed Aug 22 17:54:49 2007 +0800
57342
57343 Remove the bios emulator binary files from MAI board
57344
57345 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57346
57347 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
57348 Author: Kim Phillips <kim.phillips@freescale.com>
57349 Date: Tue Aug 21 17:00:17 2007 -0500
57350
57351 support board vendor-common makefiles
57352
57353 if a board/$(VENDOR)/common/Makefile exists, build it.
57354
57355 also add the first such case, board/freescale/common/Makefile, to
57356 handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
57357 dictated by board configuration.
57358
57359 thusly get rid of alternate build dir errors such as:
57360
57361 FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
57362
57363 by putting the common/ mkdir command in its proper place (the common
57364 Makefile). Common bits from existing individual board Makefiles have
57365 been removed.
57366
57367 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57368
57369 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
57370 Author: stefano babic <sbabic@denx.de>
57371 Date: Tue Aug 21 15:52:33 2007 +0200
57372
57373 Fix: TFTP is not working on little endian systems
57374
57375 TFTP does not work anymore after multicast tftp
57376 patch was applied on little endian systems.
57377 This patch fix it.
57378
57379 Signed-off-by: Stefano Babic <sbabic@denx.de>
57380
57381 commit 5f470948570526e9186f053a3003da7719604e90
57382 Author: stefano babic <sbabic@denx.de>
57383 Date: Tue Aug 21 15:50:33 2007 +0200
57384
57385 Fix MAC address setting in DM9000 driver.
57386
57387 The logic to check if there is a correct MAC address in the DM9000
57388 EEPROM, added in the last patch, is wrong. Now the MAC address is
57389 always taken from the environment, even if a suitable MAC is present
57390 in the EEPROM.
57391
57392 Signed-off-by: Stefano Babic <sbabic@denx.de>
57393
57394 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
57395 Author: Martin Krause <martin.krause@tqs.de>
57396 Date: Tue Aug 21 12:40:34 2007 +0200
57397
57398 MPC5xxx: fix some compiler warnings in USB code
57399
57400 Fix the following warnings:
57401 - usb.c:xx: warning: function declaration isn't a prototype
57402 - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
57403 from pointer wihtout a cast
57404
57405 Signed-off-by: Martin Krause <martin.krase@tqs.de>
57406
57407 commit 16e23c3f5dab6937f5109365416808c7f15c122b
57408 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57409 Date: Mon Aug 20 23:55:33 2007 -0500
57410
57411 fsl_pci_init - Remove self PCSRBAR allocation
57412
57413 CPU physical address space was being wasted by allocating a
57414 PCSRBAR PCI inbound region to it's memory space.
57415
57416 As a rule, PCSRBAR should be left alone since it does not affect
57417 transactions from self and other masters may have changed it.
57418
57419 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
57420
57421 commit 0e700ce03a23bb1921149bc77008ace7103d5289
57422 Author: Martin Krause <martin.krause@tqs.de>
57423 Date: Mon Aug 20 13:56:47 2007 +0200
57424
57425 Fix compiler warning in include/s3c2410.h
57426
57427 This patch fixes the "type qualifiers ignored on fuction return tpye"
57428 warning for include/s3c2410.h
57429
57430 Signed-off-by: Martin Krause <martin.krause@tqs.de>
57431
57432 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
57433 Author: Dirk Behme <dirk.behme@googlemail.com>
57434 Date: Mon Aug 20 07:09:05 2007 +0200
57435
57436 Fix compilation error for omap2420h4_config.
57437
57438 omap2420h4 switched to cfi, so remove old (already disabled) flash.c
57439 and flash_probe() calls in env_flash.c.
57440
57441 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
57442
57443 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
57444 Author: Kim Phillips <kim.phillips@freescale.com>
57445 Date: Fri Aug 10 14:34:14 2007 -0500
57446
57447 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
57448
57449 and make some minor corrections to the FDT part of the README.
57450
57451 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57452
57453 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
57454 Author: Wolfgang Denk <wd@denx.de>
57455 Date: Wed Aug 29 01:32:05 2007 +0200
57456
57457 Minor coding style cleanup.
57458
57459 Signed-off-by: Wolfgang Denk <wd@denx.de>
57460
57461 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
57462 Author: Heiko Schocher <hs@pollux.denx.de>
57463 Date: Tue Aug 28 17:40:33 2007 +0200
57464
57465 [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
57466
57467 Signed-off-by: Heiko Schocher <hs@denx.de>
57468
57469 commit f98984cb194bb34dbe1db9429d3b51133af30d07
57470 Author: Heiko Schocher <hs@pollux.denx.de>
57471 Date: Tue Aug 28 17:39:14 2007 +0200
57472
57473 IDE: - make ide_inb () and ide_outb () "weak", so boards can
57474 define there own I/O functions.
57475 (Needed for the pcs440ep board).
57476 - The default I/O Functions are again 8 Bit accesses.
57477 - Added CONFIG_CMD_IDE for the pcs440ep Board.
57478
57479 Signed-off-by: Heiko Schocher <hs@denx.de>
57480
57481 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
57482 Author: Semih Hazar <semih.hazar@indefia.com>
57483 Date: Mon Aug 20 19:00:01 2007 +0300
57484
57485 AVR32: Change prototype of memset
57486
57487 Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
57488 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
57489
57490 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
57491 Author: Yuri Tikhonov <yur@emcraft.com>
57492 Date: Sat Aug 25 05:07:16 2007 +0200
57493
57494 POST: limit memory test area to not touch global data anymore
57495
57496 As experienced on lwmon5, on some boards the POST memory test can
57497 corrupt the global data buffer (bd). This patch fixes this issue
57498 by checking and limiting this area.
57499
57500 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
57501 Signed-off-by: Stefan Roese <sr@denx.de>
57502
57503 commit 75e1a84d483e36be10e206e539b028c4889e1158
57504 Author: Stefan Roese <sr@denx.de>
57505 Date: Fri Aug 24 15:41:42 2007 +0200
57506
57507 ppc4xx: Add RTC POST test to lwmon5 board configuration
57508
57509 Since this RTC POST test is taking quite a while to complete
57510 it's only initiated upon special keypress same as the complete
57511 memory POST.
57512
57513 Signed-off-by: Stefan Roese <sr@denx.de>
57514
57515 commit d7bfa620037a6d2210159387571bdf93aa32c162
57516 Author: Stefan Roese <sr@denx.de>
57517 Date: Fri Aug 24 15:19:10 2007 +0200
57518
57519 ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
57520
57521 Signed-off-by: Stefan Roese <sr@denx.de>
57522
57523 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
57524 Author: Stefan Roese <sr@denx.de>
57525 Date: Thu Aug 23 11:02:37 2007 +0200
57526
57527 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
57528
57529 This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
57530 board. Now the "eeprom" command can be used to read/write from/to this
57531 device. Additionally a new command was added "eepromwp" to en-/disable
57532 the write-protect of this 2nd EEPROM.
57533
57534 The 1st EEPROM is not affected by this write-protect command.
57535
57536 Signed-off-by: Stefan Roese <sr@denx.de>
57537
57538 commit c64fb30e4c5976007d56fc1789c7a0666082b536
57539 Author: Stefan Roese <sr@denx.de>
57540 Date: Wed Aug 22 08:56:09 2007 +0200
57541
57542 ppc4xx: Remove unused option CFG_INIT_RAM_OCM
57543
57544 Signed-off-by: Stefan Roese <sr@denx.de>
57545
57546 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
57547 Author: Stefan Roese <sr@denx.de>
57548 Date: Tue Aug 21 16:27:57 2007 +0200
57549
57550 ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
57551
57552 This patch adds support for the matrix keyboard on the lwmon5 board.
57553 Since the implementation in the dsPCI is kind of compatible with the
57554 "old" lwmon board, most of the code is copied from the lwmon
57555 board directory.
57556
57557 Signed-off-by: Stefan Roese <sr@denx.de>
57558
57559 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
57560 Author: Wolfgang Denk <wd@denx.de>
57561 Date: Sun Aug 19 10:27:34 2007 +0200
57562
57563 Fix some build errors.
57564
57565 Signed-off-by: Wolfgang Denk <wd@denx.de>
57566
57567 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
57568 Author: Wolfgang Denk <wd@denx.de>
57569 Date: Sat Aug 18 22:00:38 2007 +0200
57570
57571 Update CHANGELOG.
57572
57573 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
57574 Author: Kim Phillips <kim.phillips@freescale.com>
57575 Date: Thu Aug 16 22:52:39 2007 -0500
57576
57577 lib_ppc: make board_add_ram_info weak
57578
57579 platforms wishing to display RAM diagnostics in addition to size,
57580 can do so, on one line, in their own board_add_ram_info()
57581 implementation.
57582
57583 this consequently eliminates CONFIG_ADD_RAM_INFO.
57584
57585 Thanks to Stefan for the hint.
57586
57587 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57588
57589 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
57590 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57591 Date: Fri Aug 17 12:43:44 2007 +0900
57592
57593 PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
57594
57595 This patch has been sent on:
57596 - 6 Jun 2007
57597
57598 Many users of PCI config read routines tend to ignore the function
57599 ret value, and are only concerned about the contents of *val. Based
57600 on this, pci_hose_read_config_{byte,word}_via_dword should initialize
57601 the *val on dword read error.
57602
57603 Without this fix, for example, we'll go on scanning bus with vendor or
57604 header_type uninitialized. This brings many unnecessary config trials.
57605
57606 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57607
57608 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
57609 Author: Stefan Roese <sr@denx.de>
57610 Date: Sat Aug 18 14:37:52 2007 +0200
57611
57612 ColdFire: Fix some remaining problems with CFG_CMD_
57613
57614 Signed-off-by: Stefan Roese <sr@denx.de>
57615
57616 commit 8280f6a1c43247616b68224675188e5ccd124650
57617 Author: Stefan Roese <sr@denx.de>
57618 Date: Sat Aug 18 14:33:02 2007 +0200
57619
57620 Coding style cleanup
57621
57622 Signed-off-by: Stefan Roese <sr@denx.de>
57623
57624 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
57625 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57626 Date: Thu Aug 16 19:23:50 2007 -0500
57627
57628 ColdFire: Add M5235EVB Platform for MCF523x
57629
57630 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57631
57632 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
57633 Author: Kim Phillips <kim.phillips@freescale.com>
57634 Date: Fri Aug 17 09:30:00 2007 -0500
57635
57636 mpc83xx: fix typo in DDR2 programming
57637
57638 introduced in the implement board_add_ram_info patch as I was cleaning out the
57639 magic numbers. sorry.
57640
57641 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57642
57643 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
57644 Author: Kim Phillips <kim.phillips@freescale.com>
57645 Date: Thu Aug 16 22:53:09 2007 -0500
57646
57647 mpc83xx: move freescale boards to boards/freescale
57648
57649 includes build fixes.
57650
57651 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57652
57653 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
57654 Author: Kim Phillips <kim.phillips@freescale.com>
57655 Date: Thu Aug 16 22:52:59 2007 -0500
57656
57657 mpc83xx: suppress unused variable 'val8' warning
57658
57659 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57660
57661 commit bbea46f76f767b919070b4829bf34c86bd223248
57662 Author: Kim Phillips <kim.phillips@freescale.com>
57663 Date: Thu Aug 16 22:52:48 2007 -0500
57664
57665 mpc83xx: implement board_add_ram_info
57666
57667 add board_add_ram_info, to make memory diagnostic output more
57668 consistent. u-boot banner output now looks like:
57669
57670 DRAM: 256 MB (DDR1, 64-bit, ECC on)
57671
57672 and for boards with SDRAM on the local bus, a line such as this is
57673 added:
57674
57675 SDRAM: 64 MB (local bus)
57676
57677 also replaced some magic numbers with their equivalent define names.
57678
57679 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57680
57681 commit 14778585d1389d86d5846efec29e5fce892680ce
57682 Author: Tony Li <tony.li@freescale.com>
57683 Date: Fri Aug 17 10:35:59 2007 +0800
57684
57685 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
57686
57687 The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
57688 And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
57689
57690 Signed-off-by Tony Li <tony.li@freescale.com>
57691
57692 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
57693 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57694 Date: Thu Aug 16 15:05:11 2007 -0500
57695
57696 ColdFire: Add M54455EVB for MCF5445x
57697
57698 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57699
57700 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
57701 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57702 Date: Thu Aug 16 13:20:50 2007 -0500
57703
57704 ColdFire: Add M5253EVBE platform for MCF52x2
57705
57706 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57707
57708 commit a605aacd8324094199402816cc6d9124aba57b8d
57709 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57710 Date: Thu Aug 16 05:04:31 2007 -0500
57711
57712 ColdFire: Add M5249EVB platform for MCF52x2
57713
57714 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57715
57716 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
57717 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57718 Date: Wed Aug 15 20:32:06 2007 -0500
57719
57720 ColdFire: Update Freescale MCF52x2 platforms
57721
57722 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57723
57724 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
57725 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57726 Date: Wed Aug 15 19:55:10 2007 -0500
57727
57728 ColdFire: Update EB+MCF-EV123 platform
57729
57730 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57731
57732 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
57733 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57734 Date: Wed Aug 15 19:46:38 2007 -0500
57735
57736 ColdFire: update TASREG platform for MCF52x2
57737
57738 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57739
57740 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
57741 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57742 Date: Wed Aug 15 19:45:51 2007 -0500
57743
57744 ColdFire: update r5200 platform for MCF52x2
57745
57746 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57747
57748 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
57749 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57750 Date: Wed Aug 15 19:43:20 2007 -0500
57751
57752 ColdFire: idmr platform MCF52x2 update
57753
57754 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57755
57756 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
57757 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57758 Date: Wed Aug 15 19:41:06 2007 -0500
57759
57760 ColdFire: cobra5272 platform for MCF52x2 update
57761
57762 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57763
57764 commit 56115665b4a64c10c01440c57749b265e0908fa4
57765 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57766 Date: Wed Aug 15 19:38:15 2007 -0500
57767
57768 ColdFire: MCF52x2 Header files update
57769
57770 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57771
57772 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
57773 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57774 Date: Wed Aug 15 19:21:21 2007 -0500
57775
57776 ColdFire: MCF52x2 update
57777
57778 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57779
57780 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
57781 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57782 Date: Wed Aug 15 18:46:11 2007 -0500
57783
57784 ColdFire: MCF5329 update cache
57785
57786 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57787
57788 commit 7171977fb8fd77cfb6676953fa9a05789c450513
57789 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57790 Date: Wed Aug 15 15:40:20 2007 -0500
57791
57792 ColdFire: MCF5329 header file clean up
57793
57794 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57795
57796 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
57797 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57798 Date: Wed Aug 15 15:39:17 2007 -0500
57799
57800 ColdFire: MCF5329 Update and cleanup
57801
57802 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57803
57804 commit 10327dc5541f947c0cf7e31fef86c4706169607a
57805 Author: Andy Fleming <afleming@freescale.com>
57806 Date: Thu Aug 16 16:35:02 2007 -0500
57807
57808 Add CONFIG_HAS_ETH0 to all boards with TSEC
57809
57810 The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
57811 to update TSEC1's device-tree node, so we need to add it
57812 to all the boards with TSECs. Do this for 83xx and 86xx, too,
57813 since they will eventually do something similar.
57814
57815 Signed-off-by: Andy Fleming <afleming@freescale.com>
57816
57817 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
57818 Author: Kumar Gala <galak@kernel.crashing.org>
57819 Date: Thu Aug 16 15:05:04 2007 -0500
57820
57821 Update MPC8544 DS PCI memory map
57822
57823 The PCIe bus that the ULI M1575 is connected to has no possible way of
57824 needing more than the fixed amount of IO & Memory space needed by the ULI.
57825
57826 So make it use far less IO & memory space and have it use the shared LAW. This
57827 free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed
57828 by each bus.
57829
57830 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57831
57832 commit ea5877e31ed63ade948fd1293895ec23fe01472e
57833 Author: Kumar Gala <galak@kernel.crashing.org>
57834 Date: Thu Aug 16 11:01:21 2007 -0500
57835
57836 Fix up some fdt issues on 8544DS
57837
57838 It looks like we had a merge issue that duplicated a bit of code
57839 in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get
57840 the MAC address properly set in the device tree on boot for TSEC1
57841
57842 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57843
57844 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
57845 Author: Niklaus Giger <niklaus.giger@netstal.com>
57846 Date: Thu Aug 16 15:16:03 2007 +0200
57847
57848 PPC4xx:HCU4/5 cleanup
57849
57850 Minor cleanups to confirm to the u-boot coding style.
57851 Some german expressions -> english.
57852 HCU5 enforces a unique IP adress for a given slot in the rack.
57853
57854 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57855
57856 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
57857 Author: Niklaus Giger <niklaus.giger@netstal.com>
57858 Date: Thu Aug 16 15:16:02 2007 +0200
57859
57860 PPC4xx:HCU4/5 cleanup ecc/sdram init
57861
57862 Make ecc initialisation robust, as DDR2-ECC errors may be generated
57863 while zeroing the RAM.
57864
57865 Return 16 bytes (a cacheline) less than the available memory, as the
57866 board and/or PPC440EPx might have problems accessing the last bytes.
57867
57868 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57869
57870 commit d35b508a55508535b6e8445b718585d27df733d3
57871 Author: Kim Phillips <kim.phillips@freescale.com>
57872 Date: Wed Aug 15 22:29:56 2007 -0500
57873
57874 fdt: suppress unused variable 'bd' warning
57875
57876 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57877
57878 commit 82bd9ee77490588d4da785d75829ca63d0176baf
57879 Author: Andy Fleming <afleming@freescale.com>
57880 Date: Wed Aug 15 20:06:50 2007 -0500
57881
57882 Fix warnings from of_data copy fix
57883
57884 Forgot to cast of_flat_tree to ulong.
57885
57886 Signed-off-by: Andy Fleming <afleming@freescale.com>
57887
57888 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
57889 Author: Andy Fleming <afleming@freescale.com>
57890 Date: Wed Aug 15 20:03:44 2007 -0500
57891
57892 Don't wait for disconnected TSECs
57893
57894 The TSEC driver's PHY code waits a long time for autonegotiation to
57895 complete, even if the link is down. The PHY knows the link is
57896 down or up before autonegotiation completes, so we can short-circuit
57897 the process if the link is down.
57898
57899 Signed-off-by: Andy Fleming <afleming@freescale.com>
57900
57901 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
57902 Author: Andy Fleming <afleming@freescale.com>
57903 Date: Wed Aug 15 20:03:34 2007 -0500
57904
57905 Fix numerous bugs in the 8568 UEC support
57906
57907 Actually, fixed a large bug in the UEC for *all* platforms.
57908 How did this ever work?
57909
57910 uec_init() did not follow the spec for eth_init(), and returned
57911 0 on success. Switch it to return the link like tsec_init()
57912 (and 0 on error)
57913
57914 The immap for the 8568 was defined based on MPC8568, rather than
57915 CONFIG_MPC8568
57916
57917 CONFIG_QE was off
57918
57919 CONFIG_ETHPRIME was set to "Freescale GETH". Now is "FSL UEC0"
57920
57921 Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
57922 enabled
57923
57924 Signed-off-by: Andy Fleming <afleming@freescale.com>
57925
57926 commit 3a79013e2adda53332dfd0b511066a805e929a9d
57927 Author: Andy Fleming <afleming@freescale.com>
57928 Date: Wed Aug 15 20:03:25 2007 -0500
57929
57930 Define tsec flag values in config files
57931
57932 The tsec_info structure and array has a "flags" field for each
57933 ethernet controller. This field is the only reason there are
57934 settings. Switch to defining TSECn_FLAGS for each controller
57935 in the config header, and we can greatly simplify the array, and
57936 also simplify the addition of future boards.
57937
57938 Signed-off-by: Andy Fleming <afleming@freescale.com>
57939
57940 commit ec7238229507e7f47533a611ea8c53319d234cf3
57941 Author: Andy Fleming <afleming@freescale.com>
57942 Date: Wed Aug 15 20:03:13 2007 -0500
57943
57944 Add support for building all boards with a TSEC
57945
57946 Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
57947 Now we can do a MAKEALL test on all of them!
57948
57949 Signed-off-by: Andy Fleming <afleming@freescale.com>
57950
57951 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
57952 Author: Andy Fleming <afleming@freescale.com>
57953 Date: Wed Aug 15 17:30:56 2007 -0500
57954
57955 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
57956
57957 The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
57958 neglected to *also* put the code inside the similar #ifdef
57959 for CONFIG_OF_FLAT_TREE.
57960
57961 Signed-off-by: Andy Fleming <afleming@freescale.com>
57962
57963 commit 78f9fef7f406078c8bf7191e665a73f795157746
57964 Author: Scott Wood <scottwood@freescale.com>
57965 Date: Wed Aug 15 15:46:46 2007 -0500
57966
57967 mpc885ads: Don't define CONFIG_BZIP2.
57968
57969 bzip2 requires a significant chunk of malloc space, and there isn't
57970 enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
57971 and a downloaded image at 0x400000.
57972
57973 Signed-off-by: Scott Wood <scottwood@freescale.com>
57974
57975 commit 002275a3ed8b114885f6702d6d544d0780dfe689
57976 Author: Michal Simek <Monstr@seznam.cz>
57977 Date: Thu Aug 16 08:54:10 2007 +0200
57978
57979 Bios emulator - fix microblaze toolchain problem
57980
57981 microblaze CPU have problem with bios_emulator code.
57982 Microblaze toolchain doesn't support PRAGMA PACK.
57983
57984 Signed-off-by: Michal Simek <monstr@monstr.eu>
57985
57986 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
57987 Author: Wolfgang Denk <wd@denx.de>
57988 Date: Thu Aug 16 11:51:04 2007 +0200
57989
57990 Minor Coding Style fix; Update CHANGELOG file.
57991
57992 Signed-off-by: Wolfgang Denk <wd@denx.de>
57993
57994 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
57995 Author: Stefan Roese <sr@denx.de>
57996 Date: Thu Aug 16 11:21:49 2007 +0200
57997
57998 ppc4xx: Remove #warning in esd auto_update.c
57999
58000 Signed-off-by: Stefan Roese <sr@denx.de>
58001
58002 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
58003 Author: Stefan Roese <sr@denx.de>
58004 Date: Fri Jun 22 17:32:28 2007 +0200
58005
58006 ppc7xx: Update CPCI750 board
58007
58008 This small CPCI750 update extends the board specific command
58009 "show_config" to display the Marvell strapping registers and
58010 extends the PCI IDE controller.
58011
58012 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
58013 Signed-off-by: Stefan Roese <sr@denx.de>
58014
58015 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
58016 Author: Michal Simek <monstr@monstr.eu>
58017 Date: Thu Aug 16 10:46:28 2007 +0200
58018
58019 [FIX] Changes for bios_emulator code for others architecture
58020
58021 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
58022 Author: Michal Simek <monstr@monstr.eu>
58023 Date: Thu Aug 16 10:45:09 2007 +0200
58024
58025 [FIX] Remove unused include file
58026
58027 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
58028 Author: Stefan Roese <sr@denx.de>
58029 Date: Thu Aug 16 10:18:33 2007 +0200
58030
58031 ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
58032
58033 Signed-off-by: Stefan Roese <sr@denx.de>
58034
58035 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
58036 Author: Stefan Roese <sr@denx.de>
58037 Date: Thu Aug 16 09:54:51 2007 +0200
58038
58039 Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
58040
58041 Signed-off-by: Stefan Roese <sr@denx.de>
58042
58043 commit 02ba7022f62bb75908296c58c63866e1d294b69a
58044 Author: Stefan Roese <sr@denx.de>
58045 Date: Thu Aug 16 09:52:29 2007 +0200
58046
58047 ppc4xx: Update Sequoia/Rainier bootstrap command
58048
58049 As suggested by David Mitchell, here an update for the Sequoia/Rainier
58050 bootstrap command.
58051
58052 Signed-off-by: Stefan Roese <sr@denx.de>
58053
58054 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
58055 Author: Kim Phillips <kim.phillips@freescale.com>
58056 Date: Wed Aug 15 22:30:39 2007 -0500
58057
58058 mpc83xx: enable libfdt by default on freescale boards
58059
58060 this enables libfdt code by default for the
58061 freescale mpc8313erdb, mpc832xemds, mpc8349emds,
58062 mpc8349itx and gp boards.
58063
58064 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58065
58066 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
58067 Author: Kim Phillips <kim.phillips@freescale.com>
58068 Date: Wed Aug 15 22:30:33 2007 -0500
58069
58070 mpc83xx: migrate remaining freescale boards to libfdt
58071
58072 this adds libfdt support code for the freescale
58073 mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
58074 and gp boards.
58075
58076 Boards remain compatible with OF_FLAT_TREE.
58077
58078 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58079
58080 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
58081 Author: Kim Phillips <kim.phillips@freescale.com>
58082 Date: Wed Aug 15 22:30:26 2007 -0500
58083
58084 mpc83xx: move common /memory node update mechanism to cpu.c
58085
58086 also adds common prototypes to include/common.h.
58087
58088 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58089
58090 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
58091 Author: Kim Phillips <kim.phillips@freescale.com>
58092 Date: Wed Aug 15 22:30:19 2007 -0500
58093
58094 mpc83xx: remaining 8360 libfdt fixes
58095
58096 PCI clocks and QE frequencies weren't being updated, and the core clock
58097 was being updated incorrectly. This patch also adds a /memory node if
58098 it doesn't already exist prior to update.
58099
58100 plus some cosmetic trimming to single line comments.
58101
58102 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58103
58104 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
58105 Author: Kim Phillips <kim.phillips@freescale.com>
58106 Date: Wed Aug 15 22:30:12 2007 -0500
58107
58108 mpc83xx: fix UEC2->1 typo in libfdt setup code
58109
58110 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58111
58112 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
58113 Author: Kim Phillips <kim.phillips@freescale.com>
58114 Date: Wed Aug 15 22:30:05 2007 -0500
58115
58116 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
58117
58118 and reorder the existing 83xx maintainers alpha.
58119
58120 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58121
58122 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
58123 Author: Michal Simek <monstr@monstr.eu>
58124 Date: Wed Aug 15 21:15:05 2007 +0200
58125
58126 [FIX] Resolve problem with warnings
58127 microblaze toolchain don't support PRAGMA PACK.
58128
58129 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
58130 Author: Michal Simek <monstr@monstr.eu>
58131 Date: Wed Aug 15 21:05:07 2007 +0200
58132
58133 [FIX] Correction command setting for Microblaze boards
58134
58135 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
58136 Author: Michal Simek <monstr@monstr.eu>
58137 Date: Wed Aug 15 21:03:41 2007 +0200
58138
58139 [FIX] Correction command definition
58140
58141 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
58142 Author: Jon Loeliger <jdl@freescale.com>
58143 Date: Wed Aug 15 11:55:35 2007 -0500
58144
58145 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
58146
58147 Remove a leftover in net/tftp.c while we're at it.
58148
58149 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58150
58151 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
58152 Author: Jon Loeliger <jdl@freescale.com>
58153 Date: Wed Aug 15 12:20:40 2007 -0500
58154
58155 Move the MPC8641HPCN board under board/freescale.
58156
58157 Minor path corrections needed to ensure buildability.
58158
58159 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58160
58161 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
58162 Author: Jon Loeliger <jdl@freescale.com>
58163 Date: Wed Aug 15 11:46:22 2007 -0500
58164
58165 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
58166
58167 Remove a leftover in net/tftp.c while we're at it.
58168
58169 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58170
58171 commit 210f463c71917b7a4495c2103c228b9c179ae64d
58172 Author: Jerry Van Baren <gvb.uboot@gmail.com>
58173 Date: Wed Aug 15 11:13:15 2007 -0400
58174
58175 Fix where the #ifdef CFG_BOOTMAPSZ is placed.
58176
58177 Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
58178 interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
58179 when it should have gone inside of the conditional. As a result, it
58180 broke non-LIBFDT board builds.
58181
58182 Also added a missing "not." to the comment.
58183
58184 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58185
58186 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
58187 Author: Niklaus Giger <niklaus.giger@netstal.com>
58188 Date: Wed Aug 15 12:14:23 2007 +0200
58189
58190 PPC4xx:HCU4/5-Board fix compile warning
58191
58192 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
58193
58194 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
58195 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58196 Date: Tue Aug 14 14:06:45 2007 -0500
58197
58198 Fix malloc size error in ahci_init_one.
58199
58200 Typically this causes scsi init to corrupt the
58201 devlist and break the coninfo command.
58202 Fix a compiler size warning.
58203
58204 Signed-off-by: Jason Jin <jason.jin@freescale.com>
58205 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58206 Acked-by: Andy Fleming <afleming@freescale.com>
58207
58208 commit b361acd64fd2525c081b9b288b0804efe209c0e9
58209 Author: ksi@koi8.net <ksi@koi8.net>
58210 Date: Tue Aug 14 10:02:16 2007 -0700
58211
58212 TI DaVinci - fix unsupported %hhx format
58213
58214 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
58215
58216 commit f01dbb5424a81453c81190dd30e945891466f621
58217 Author: Wolfgang Denk <wd@denx.de>
58218 Date: Tue Aug 14 18:42:36 2007 +0200
58219
58220 Coding style cleanup. Update CHANGELOG.
58221
58222 Signed-off-by: Wolfgang Denk <wd@denx.de>
58223
58224 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
58225 Author: Andy Fleming <afleming@freescale.com>
58226 Date: Tue Aug 14 10:32:59 2007 -0500
58227
58228 Fix initrd/dtb interaction
58229
58230 The original code would wrongly relocate the blob to be right before
58231 the initrd if it existed. The blob *must* be within CFG_BOOTMAPSZ,
58232 if it is defined. So we make two changes:
58233
58234 1) flag the blob for relocation whenever its address is above BOOTMAPSZ
58235
58236 2) If the blob is being relocated, relocate it before kbd, not initrd
58237
58238 Signed-off-by: Andy Fleming <afleming@freescale.com>
58239
58240 commit e54b970173769307a116bd34028b6d0c2eea2a4e
58241 Author: Peter Pearse <peter.pearse@arm.com>
58242 Date: Tue Aug 14 15:40:00 2007 +0100
58243
58244 Supply spi interface in at45.c
58245
58246 commit 4ce846ec59f36b85d6644a769690ad3feb667575
58247 Author: Stefan Roese <sr@denx.de>
58248 Date: Tue Aug 14 15:12:01 2007 +0200
58249
58250 POST: Fix merge problem
58251
58252 Signed-off-by: Stefan Roese <sr@denx.de>
58253
58254 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
58255 Author: Stefan Roese <sr@denx.de>
58256 Date: Tue Aug 14 15:03:17 2007 +0200
58257
58258 Coding style cleanup
58259
58260 Signed-off-by: Stefan Roese <sr@denx.de>
58261
58262 commit 779e975117a75e91fcebe226a63104dbfb924ab1
58263 Author: Stefan Roese <sr@denx.de>
58264 Date: Tue Aug 14 14:44:41 2007 +0200
58265
58266 ppc4xx: Add initial Zeus (PPC405EP) board support
58267
58268 Signed-off-by: Stefan Roese <sr@denx.de>
58269
58270 commit c5a172a5fd636c12467429e3f7910e53773979c6
58271 Author: Stefan Roese <sr@denx.de>
58272 Date: Tue Aug 14 14:41:55 2007 +0200
58273
58274 POST: Add option for external ethernet loopback test
58275
58276 When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
58277 is not done using an internal loopback connection, but by assuming
58278 that an external loopback connector is plugged into the board.
58279
58280 Signed-off-by: Stefan Roese <sr@denx.de>
58281
58282 commit eb2b4010ae426245172988804ee8d9193fb41038
58283 Author: Stefan Roese <sr@denx.de>
58284 Date: Tue Aug 14 14:39:44 2007 +0200
58285
58286 POST: Add ppc405 support to cache and UART POST
58287
58288 Signed-off-by: Stefan Roese <sr@denx.de>
58289
58290 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
58291 Author: Peter Pearse <peter.pearse@arm.com>
58292 Date: Tue Aug 14 10:46:32 2007 +0100
58293
58294 Replace lost end of at45.c.
58295
58296 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
58297 Author: Peter Pearse <peter.pearse@arm.com>
58298 Date: Tue Aug 14 10:30:06 2007 +0100
58299
58300 Update Makefiles for merged and split at45.c.
58301
58302 commit 3454cece2db57cb9eb7087995f7e73066a163f71
58303 Author: Peter Pearse <peter.pearse@arm.com>
58304 Date: Tue Aug 14 10:21:06 2007 +0100
58305
58306 Delete the merged files.
58307
58308 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
58309 Author: Peter Pearse <peter.pearse@arm.com>
58310 Date: Tue Aug 14 10:14:05 2007 +0100
58311
58312 Add the files.
58313
58314 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
58315 Author: Peter Pearse <peter.pearse@arm.com>
58316 Date: Tue Aug 14 10:10:52 2007 +0100
58317
58318 Add MACH_TYPE records for several AT91 boards.
58319 Merge to two at45.c files into a common file, split to at45.c and spi.c
58320 Fix spelling error in DM9161 PHY Support.
58321 Initialize at91rm9200 board (and set LED).
58322 Add PIO control for at91rm9200dk LEDs and Mux.
58323 Change dataflash partition boundaries to be compatible with Linux 2.6.
58324
58325 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
58326 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
58327
58328 commit 4ef35e53c693556c54b0c22d6f873de87bade253
58329 Author: Wolfgang Denk <wd@denx.de>
58330 Date: Tue Aug 14 09:54:46 2007 +0200
58331
58332 Coding style cleanup, update CHANGELOG
58333
58334 Signed-off-by: Wolfgang Denk <wd@denx.de>
58335
58336 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
58337 Author: Wolfgang Denk <wd@denx.de>
58338 Date: Tue Aug 14 09:47:27 2007 +0200
58339
58340 Coding style cleanup; rebuild CHANGELOG
58341
58342 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
58343 Author: Randy Vinson <rvinson@linuxbox.(none)>
58344 Date: Tue Feb 27 19:42:22 2007 -0700
58345
58346 85xxCDS: Add make targets for legacy systems.
58347
58348 The PCI ID select values on the Arcadia main board differ depending
58349 on the version of the hardware. The standard configuration supports
58350 Rev 3.1. The legacy target supports Rev 2.x.
58351
58352 Signed-off-by Randy Vinson <rvinson@mvista.com>
58353
58354 commit e41094c7e38177c755fbd9b182018069614f080d
58355 Author: Andy Fleming <afleming@freescale.com>
58356 Date: Tue Aug 14 01:50:09 2007 -0500
58357
58358 85xxCDS: Enable the VIA PCI-to-ISA bridge.
58359
58360 Author: Randy Vinson <rvinson@linuxbox.(none)>
58361
58362 Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
58363 Arcadia main board.
58364
58365 Signed-off-by: Randy Vinson <rvinson@mvista.com>
58366 Signed-off-by: York Sun <yorksun@freescale.com>
58367
58368 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
58369 Author: Andy Fleming <afleming@freescale.com>
58370 Date: Tue Aug 14 00:14:25 2007 -0500
58371
58372 Add support for UEC to 8568
58373
58374 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
58375 Signed-off-by: Andy Fleming <afleming@freescale.com>
58376
58377 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
58378 Author: Haiying Wang <Haiying.Wang@freescale.com>
58379 Date: Tue Jun 19 14:18:34 2007 -0400
58380
58381 Add PCI support for MPC8568MDS board
58382
58383 This patch is against u-boot-mpc85xx.git of www.denx.com
58384
58385 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
58386 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
58387
58388 commit d111d6382c99fdea08c2312eeeae8786945e189a
58389 Author: Haiying Wang <Haiying.Wang@freescale.com>
58390 Date: Tue Jun 19 14:18:32 2007 -0400
58391
58392 Empirically set cpo and clk_adjust for mpc85xx DDR2 support
58393
58394 This patch is against u-boot-mpc85xx.git of www.denx.com
58395
58396 Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
58397 both MPC8548CDS board and MPC8568MDS board, especially for supporting
58398 533MHz DDR2.
58399
58400 Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
58401 DDR2 on all current board versions especially ver 1.92 or later to bring
58402 up.
58403
58404 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
58405
58406 commit 3db0bef59eab1155801618cef5c481e97553b597
58407 Author: Kumar Gala <galak@kernel.crashing.org>
58408 Date: Tue Aug 7 18:07:27 2007 -0500
58409
58410 Use an absolute address when jumping out of 4k boot page
58411
58412 On e500 when we leave the 4k boot page we should use an absolute address since
58413 we don't know where the board code may want us to be really running at.
58414
58415 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58416
58417 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
58418 Author: Andy Fleming <afleming@freescale.com>
58419 Date: Mon Aug 13 14:49:59 2007 -0500
58420
58421 MPC85xx BA bits not set for 3-bit bank address DIMM
58422
58423 The current implementation does not set the number of bank address bits
58424 (BA) in the processor. The default assumes 2 logical bank bits. This
58425 works fine for a DIMM that uses devices with 4 internal banks (SPD
58426 byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
58427 devices with 8 internal banks (SPD byte17 = 0x8).
58428
58429 Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
58430
58431 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
58432 Author: Andy Fleming <afleming@freescale.com>
58433 Date: Mon Aug 13 14:38:06 2007 -0500
58434
58435 Fix minor 85xx warnings
58436
58437 Some patches had inserted warnings into the build:
58438 * mpc8560ads declared data without using it
58439 * cpu_init declared ecm and immap without using it in all CONFIGs
58440 * MPC8548CDS.h had its default filenames changed so that they contained
58441 "\m" in the paths. Made the defaults not Windows-specific (or
58442 anything-specific)
58443
58444 Signed-off-by: Andy Fleming <afleming@freescale.com>
58445
58446 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
58447 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58448 Date: Fri Jul 27 01:50:52 2007 -0500
58449
58450 8548cds PCIE support.
58451
58452 Make the early L1 cache stack region guarded to prevent speculative
58453 fetches outside the locked range.
58454
58455 Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
58456 init.S whitespace cleanup.
58457
58458 Allow TEXT_BASE value to be specified on command line. This allows it
58459 to be set to 0xfffc0000 which cuts the uboot binary in half.
58460
58461 Clear and enable lbc and ecm errors.
58462
58463 Update last_busno in device-tree for pci and pcie.
58464
58465 Remove load of obsolete cpu/mpc85xx/pci.0
58466
58467 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58468 Acked-by: Andy Fleming <afleming@freescale.com>
58469
58470 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
58471 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58472 Date: Fri Jul 27 01:50:51 2007 -0500
58473
58474 8544ds PCIE support
58475
58476 PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
58477
58478 Enable LBC and ECM errors and clear error registers.
58479
58480 Add tftpflash env var to get uboot from tftp server and flash it.
58481
58482 Add pci/pcie convenience env vars to display register space:
58483 "run pcie3regs" to see all pcie3 ccsr registers
58484 "run pcie3cfg" to see all cfg registers
58485 Whitespace cleanup and MPC8544DS.h
58486
58487 Enable CONFIG_INTERRUPTS.
58488
58489 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58490 Acked-by: Andy Fleming <afleming@freescale.com>
58491
58492 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
58493 Author: Andy Fleming <afleming@freescale.com>
58494 Date: Tue Aug 14 01:34:21 2007 -0500
58495
58496 85xx start.S cleanup and exception support
58497
58498 From: Ed Swarthout <Ed.Swarthout@freescale.com>
58499
58500 Support external interrupts from platform to eliminate system hangs.
58501 Define CONFIG_INTERRUPTS board configure option to enable.
58502 Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
58503
58504 Remove extra cpu initialization redundant with hardware initialization.
58505 Whitespace cleanup.
58506
58507 Define and use _START_OFFSET consistent with other processors using
58508 ppc_asm.tmpl
58509
58510 Move additional code from .text to boot page to make room for
58511 exception vectors at start of image.
58512
58513 Handle Machine Check, External and Critical exceptions.
58514
58515 Fix e500 machine check error determination in traps.c
58516
58517 TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
58518
58519 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58520 Acked-by: Andy Fleming <afleming@freescale.com>
58521
58522 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
58523 Author: Andy Fleming <afleming@freescale.com>
58524 Date: Tue Aug 14 01:33:18 2007 -0500
58525
58526 Add MPC8544DS README
58527
58528 Signed-off-by: Andy Fleming <afleming@freescale.com>
58529
58530 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
58531 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58532 Date: Fri Jul 27 01:50:48 2007 -0500
58533
58534 85xx allow debugger to configure ddr.
58535
58536 Only check for mpc8548 rev 1 when compiled for 8548.
58537
58538 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58539 Acked-by: Andy Fleming <afleming@freescale.com>
58540
58541 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
58542 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58543 Date: Fri Jul 27 01:50:47 2007 -0500
58544
58545 mpc85xx L2 cache reporting and SRAM relocation option.
58546
58547 Allow debugger to override flash cs0/cs1 settings to enable alternate
58548 boot regions
58549
58550 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58551 Acked-by: Andy Fleming <afleming@freescale.com>
58552
58553 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
58554 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58555 Date: Fri Jul 27 01:50:46 2007 -0500
58556
58557 e500 needs ppc_asm.tmp MCK_EXCEPTION
58558
58559 Always define MCK_EXCEPTION macro - so e500 can use it too.
58560
58561 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58562 Acked-by: Andy Fleming <afleming@freescale.com>
58563
58564 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
58565 Author: David Updegraff <dave@cray.com>
58566 Date: Mon Jun 11 10:41:07 2007 -0500
58567
58568 multicast tftp: RFC2090
58569
58570 Implemented IETF RFC2090, Multicast TFTP. Initial implementation
58571 on Realtek RTL8139 and Freescale TSEC.
58572
58573 Signed-off-by: David Updegraff <dave@cray.com>
58574 Signed-off-by: Ben Warren <bwarren@qstreams.com>
58575
58576 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
58577 Author: Wilson Callan <wcallan@savantav.com>
58578 Date: Sat Jul 28 10:56:13 2007 -0400
58579
58580 New CONFIG_BOOTP_SERVERIP option
58581
58582 Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
58583 from the bootp server
58584
58585 Signed-off-by: Wilson Callan <wcallan@savantav.com>
58586 Signed-off-by: Ben Warren <bwarren@qstreams.com>
58587
58588 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
58589 Author: Mike Rapoport <mike@compulab.co.il>
58590 Date: Sun Aug 12 08:48:27 2007 +0300
58591
58592 Add ability to take MAC address from the environment to DM9000 driver
58593
58594 Signed-off-by: Mike Rapoport <mike@compulab.co.il>
58595 Signed-off-by: Ben Warren <bwarren@qstreams.com>
58596
58597 commit be5d72d10d47609326226225181e301fb9a33b58
58598 Author: Wolfgang Denk <wd@denx.de>
58599 Date: Mon Aug 13 21:57:53 2007 +0200
58600
58601 Minor coding style cleanup. Update CHANGELOG.
58602
58603 Signed-off-by: Wolfgang Denk <wd@denx.de>
58604
58605 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
58606 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
58607 Date: Sat Aug 11 06:54:58 2007 -0500
58608
58609 Modify SBC8641D to use new Freescale PCI routines
58610
58611 PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
58612 adapter.
58613
58614 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
58615 Signde-off-by: Jon Loeliger <jdl@freescale.com>
58616
58617 commit a08458303e7f9db67f296980036d3292c35cb45c
58618 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
58619 Date: Fri Jun 29 18:38:51 2007 +0200
58620
58621 atmel_mci: Fix data timeout value
58622
58623 Calculate the data timeout based on values from the CSD instead of
58624 just using a hardcoded DTOR value. This is a backport of a similar fix
58625 in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
58626 instead of down.
58627
58628 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58629
58630 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
58631 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
58632 Date: Mon Aug 13 17:22:31 2007 +0200
58633
58634 AVR32: Include <div64.h> instead of <asm/div64.h>
58635
58636 include/asm-avr32/div64.h was recently moved to include/div64.h, but
58637 cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
58638 the patch was merged perhaps?)
58639
58640 This patch updates cpu/at32ap/interrupts.c so that the avr32 port
58641 compiles again.
58642
58643 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58644
58645 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
58646 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
58647 Date: Wed Jun 27 13:34:26 2007 +0200
58648
58649 atmel_mci: Use 512 byte blocksize if possible
58650
58651 Instead of always using the largest blocksize the card supports, check
58652 if it can support smaller block sizes and use 512 bytes if possible.
58653 Most cards do support this, and other parts of u-boot seem to have
58654 trouble with block sizes different from 512 bytes.
58655
58656 Also enable underrun/overrun protection.
58657
58658 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58659 Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
58660
58661 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
58662 Author: Stefan Roese <sr@denx.de>
58663 Date: Mon Aug 13 09:05:33 2007 +0200
58664
58665 ppc4xx: Fix problem in PLL clock calculation
58666
58667 This patch was originall provided by David Mitchell <dmitchell@amcc.com>
58668 and fixes a bug in the PLL clock calculation.
58669
58670 Signed-off-by: Stefan Roese <sr@denx.de>
58671
58672 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
58673 Author: Wolfgang Denk <wd@denx.de>
58674 Date: Sun Aug 12 21:34:50 2007 +0200
58675
58676 Update CHANGELOG
58677
58678 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
58679 Author: Wolfgang Denk <wd@denx.de>
58680 Date: Sun Aug 12 21:34:34 2007 +0200
58681
58682 Minor alignment of output, 2nd try.
58683 Also update CHANGELOG
58684
58685 Signed-off-by: Wolfgang Denk <wd@denx.de>
58686
58687 commit 6b309f22a724fad8418e811751a0741b893419cf
58688 Author: Wolfgang Denk <wd@denx.de>
58689 Date: Sun Aug 12 20:35:49 2007 +0200
58690
58691 Minor alignment of output
58692
58693 Signed-off-by: Wolfgang Denk <wd@denx.de>
58694
58695 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
58696 Author: Wolfgang Denk <wd@denx.de>
58697 Date: Sun Aug 12 18:28:18 2007 +0200
58698
58699 Cleanup output on ADS5121 board
58700
58701 Signed-off-by: Wolfgang Denk
58702
58703 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
58704 Author: Wolfgang Denk <wd@denx.de>
58705 Date: Sun Aug 12 15:11:38 2007 +0200
58706
58707 Adapt board configuration and fix kernel crash on MCC200 board.
58708
58709 The update procedure was modified to turn off the USB subsystem
58710 before exit for MCC200 and TRAB. This is necessary as otherwise the
58711 USB controller continues to write periodically to system memory!
58712
58713 MCC200-specific notes:
58714 - the patch disables the magic key check for MCC200
58715 - the patch contains the configuration changes made
58716 for the new revision of the board.
58717
58718 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
58719 Signed-off-by: Wolfgang Denk <wd@denx.de>
58720
58721 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
58722 Author: Wolfgang Denk <wd@denx.de>
58723 Date: Sun Aug 12 14:47:54 2007 +0200
58724
58725 Adjust default configuration of ADS5121 board.
58726
58727 Signed-off-by: Wolfgang Denk <wd@denx.de>
58728
58729 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
58730 Author: Wolfgang Denk <wd@denx.de>
58731 Date: Sun Aug 12 14:27:39 2007 +0200
58732
58733 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
58734
58735 Signed-off-by: Wolfgang Denk <wd@denx.de>
58736
58737 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
58738 Author: Gerald Van Baren <vanbaren@cideas.com>
58739 Date: Tue Aug 7 21:14:22 2007 -0400
58740
58741 Improve error print messages.
58742
58743 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58744
58745 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
58746 Author: Kim Phillips <kim.phillips@freescale.com>
58747 Date: Tue Jul 17 13:57:04 2007 -0500
58748
58749 fdt: allow for builds that don't want env and bd_t nodes
58750
58751 protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
58752 area.
58753
58754 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58755
58756 commit 91148bf7aeba142d6f348805db7625db7da64d6f
58757 Author: Kim Phillips <kim.phillips@freescale.com>
58758 Date: Tue Jul 17 13:56:53 2007 -0500
58759
58760 fdt: do board setup based on fdt address specified on bootm line
58761
58762 The last fdt patch to bootm did board setup based on the address
58763 specified by a prior fdt address command invocation. The bootm
58764 code, as its call to fdt_chosen does, should use the fdt specified
58765 by the user on the bootm command. Note this restores full
58766 functionality for the 8360's existing default boot environment
58767 values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
58768 before booting a kernel).
58769
58770 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58771
58772 commit e125a2ffc209dd34794e326c7175658253beadf3
58773 Author: Gerald Van Baren <vanbaren@cideas.com>
58774 Date: Tue Jul 10 20:40:39 2007 -0400
58775
58776 Call ft_board_setup() from the bootm command.
58777
58778 In the patch titled "Create new fdt boardsetup command..." I removed the
58779 call to ft_board_setup() from the routine fdt_chosen(), but I forgot
58780 to add a direct call back into cmd_bootm.c
58781
58782 This fixes the oversight by adding the direct call to the bootm command.
58783
58784 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58785
58786 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
58787 Author: Gerald Van Baren <vanbaren@cideas.com>
58788 Date: Mon Jun 25 23:25:28 2007 -0400
58789
58790 Create new fdt boardsetup command, fix bug parsing [] form of set values.
58791
58792 Previously ft_board_setup() was called by fdt_chosen() which was not
58793 really correctly structured. This splits ft_board_setup() out by creating
58794 a new fdt boardsetup command.
58795
58796 Fix a bug when parsing fdt set command values which have the square
58797 bracket form [00 11 22 33] - the length was updated incorrectly in when
58798 parsing that form.
58799
58800 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58801
58802 commit 6f35ded9e85493595e0eb66a82b502a95326d049
58803 Author: Gerald Van Baren <vanbaren@cideas.com>
58804 Date: Mon Jun 25 20:55:58 2007 -0400
58805
58806 Tighten up the error messages.
58807
58808 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58809
58810 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
58811 Author: Gerald Van Baren <vanbaren@cideas.com>
58812 Date: Mon Jun 25 19:52:23 2007 -0400
58813
58814 Asthetic improvements: error messages and line lengths.
58815
58816 Tighten up the error messages, split overlength lines.
58817
58818 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58819
58820 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
58821 Author: Gerald Van Baren <vanbaren@cideas.com>
58822 Date: Fri May 25 22:08:57 2007 -0400
58823
58824 Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
58825
58826 The fdt_chosen() function was adding/seting some properties ad-hoc
58827 improperly and duplicated (poorly) what was done in ft_board_setup()
58828
58829 Clean up long lines (setting properties, printing errors).
58830
58831 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58832
58833 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
58834 Author: Gerald Van Baren <vanbaren@cideas.com>
58835 Date: Mon May 21 23:27:16 2007 -0400
58836
58837 For fdt_find_node_by_path(), handle the root path properly.
58838
58839 Also removes the special case root path detection in cmd_fdt.c since it
58840 is no longer necessary.
58841
58842 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58843
58844 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
58845 Author: Gerald Van Baren <vanbaren@cideas.com>
58846 Date: Thu May 17 23:54:36 2007 -0400
58847
58848 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
58849
58850 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
58851 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
58852
58853 commit 1a861169bc3758f9de3aead62b058736c6891246
58854 Author: Gerald Van Baren <vanbaren@cideas.com>
58855 Date: Wed Jun 6 22:47:58 2007 -0400
58856
58857 Replace fdt_node_offset() with fdt_find_node_by_path().
58858
58859 The new name matches more closely the kernel's name, which is also
58860 a much better description.
58861
58862 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
58863 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
58864
58865 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
58866 Author: Gerald Van Baren <vanbaren@cideas.com>
58867 Date: Wed May 16 22:39:59 2007 -0400
58868
58869 Fix cmd_fdt line lengths, refactor code.
58870
58871 Break lines that were greater than 80 characters in length.
58872 Move the fdt print and property parsing code to separate static functions
58873 to reduce coding clutter in the fdt_cmd handling body.
58874
58875 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58876
58877 commit 25114033ab21788810c48ba4df103b649da1223b
58878 Author: Gerald Van Baren <vanbaren@cideas.com>
58879 Date: Sat May 12 09:47:25 2007 -0400
58880
58881 FDT command improvements.
58882
58883 Fix "fdt set" so that it will create a non-existing property.
58884 Add "fdt mknode" to create nodes.
58885
58886 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58887
58888 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
58889 Author: Gerald Van Baren <vanbaren@cideas.com>
58890 Date: Sat May 12 09:45:46 2007 -0400
58891
58892 Reorganize and fix problems (returns) in the bootm command.
58893
58894 Do *NOT* return after the "point of no return" has been passed.
58895 If something goes wrong, the board must be reset after that point.
58896 Move the "Transferring control to Linux" debug message back to where it
58897 belongs: just before transferring control to linux.
58898
58899 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58900
58901 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
58902 Author: Gerald Van Baren <vanbaren@cideas.com>
58903 Date: Tue May 8 21:27:35 2007 -0400
58904
58905 Fix bugs in the CONFIG_OF_LIBFDT
58906
58907 Stupid coding mistakes (identified by Timur Tabi, thanks).
58908
58909 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58910
58911 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
58912 Author: Gerald Van Baren <vanbaren@cideas.com>
58913 Date: Wed Apr 25 22:47:15 2007 -0400
58914
58915 Improve fdt move length handling.
58916
58917 Make the length parameter optional: if not specified, do the move using
58918 the current size unchanged.
58919
58920 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58921
58922 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
58923 Author: Gerald Van Baren <vanbaren@cideas.com>
58924 Date: Wed Apr 25 22:23:36 2007 -0400
58925
58926 Minor code clean up.
58927
58928 Declare the variable fdt properly as extern.
58929 Call the "set_fn" function pointer the "short way" without the full
58930 dereferencing syntax.
58931
58932 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58933
58934 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
58935 Author: Gerald Van Baren <vanbaren@cideas.com>
58936 Date: Wed Apr 25 21:24:27 2007 -0400
58937
58938 Improve error messages, more informative.
58939
58940 Print more than the raw libfdt error message strings. This is especially
58941 useful for cluing in the user when the bootm command aborts due to
58942 blob problems.
58943
58944 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58945
58946 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
58947 Author: Gerald Van Baren <vanbaren@cideas.com>
58948 Date: Fri Apr 20 22:46:53 2007 -0400
58949
58950 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
58951
58952 This is the way u-boot reduces configured-out code. At Wolfgang
58953 Grandegger and Wolfgang Denk's request, make libfdt conform.
58954
58955 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58956
58957 commit 923efd286411ed052d9e074f59f8986d6081061c
58958 Author: Bruce Adler <bruce.adler@ccpu.com>
58959 Date: Fri Aug 10 14:54:47 2007 -0700
58960
58961 add image size and descriptors for Spartan 3E FPGA chips
58962
58963 Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
58964
58965 Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
58966
58967 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
58968 Author: Kim Phillips <kim.phillips@freescale.com>
58969 Date: Fri Aug 10 15:34:48 2007 -0500
58970
58971 make MAKEALL more immune to merge conflicts
58972
58973 ..by placing board entries one per line, as suggested by jdl.
58974
58975 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58976
58977 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
58978 Author: Kim Phillips <kim.phillips@freescale.com>
58979 Date: Fri Aug 10 13:28:25 2007 -0500
58980
58981 README: Remove outdated cpu type, board type, and NAME_config lists
58982
58983 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58984
58985 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
58986 Author: Dave Liu <r63238@freescale.com>
58987 Date: Fri Aug 10 15:48:59 2007 +0800
58988
58989 mpc83xx: Suppress the warning 'burstlen'
58990
58991 suppress the warning 'burstlen' of spd_sdram.
58992
58993 Signed-off-by: Dave Liu <daveliu@freescale.com>
58994
58995 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
58996 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
58997 Date: Thu Aug 9 15:11:03 2007 -0500
58998
58999 Add support for SBC8641D. Config files.
59000
59001 Add support for Wind River's SBC8641D reference board.
59002
59003 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
59004 Acked-by: Wolfgang Denk <wd@denx.de>
59005 Acked-by: Jon Loeliger <jdl@freescale.com>
59006
59007 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
59008 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
59009 Date: Thu Aug 9 15:10:53 2007 -0500
59010
59011 Add support for SBC8641D. Board files.
59012
59013 Add support for Wind River's SBC8641D reference board.
59014
59015 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
59016 Acked-by: Wolfgang Denk <wd@denx.de>
59017 Acked-by: Jon Loeliger <jdl@freescale.com>
59018
59019 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
59020 Author: Stefan Roese <sr@denx.de>
59021 Date: Fri Aug 10 20:34:58 2007 +0200
59022
59023 Conding style cleanup
59024
59025 Signed-off-by: Stefan Roese <sr@denx.de>
59026
59027 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
59028 Author: Sergey Kubushyn <ksi@koi8.net>
59029 Date: Fri Aug 10 20:26:18 2007 +0200
59030
59031 [ARM] TI DaVinci support, hopefully final
59032
59033 Add support for the following DaVinci boards:
59034 - DV_EVM
59035 - SCHMOOGIE
59036 - SONATA
59037
59038 Changes:
59039
59040 - Split into separate board directories
59041 - Removed changes to MTD_DEBUG (or whatever it's called)
59042 - New CONFIG_CMD party line followed
59043 - Some cosmetic fixes, cleanup etc.
59044 - Patches against the latest U-Boot tree as of now.
59045 - Fixed CONFIG_CMD_NET in net files.
59046 - Fixed CONFIG_CMD_EEPROM for schmoogie.
59047 - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
59048 DV_EVM. Can't check if it works on SONATA, don't have a board any more,
59049 but it at least compiles.
59050
59051 Here is an excerpt from session log on SCHMOOGIE...
59052
59053 U-Boot 1.2.0-g6c33c785-dirty (Aug 7 2007 - 13:07:17)
59054
59055 DRAM: 128 MB
59056 NAND: 128 MiB
59057 In: serial
59058 Out: serial
59059 Err: serial
59060 ARM Clock : 297MHz
59061 DDR Clock : 162MHz
59062 ETH PHY : DP83848 @ 0x01
59063 U-Boot > iprobe
59064 Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
59065 U-Boot > ping 192.168.253.10
59066 host 192.168.253.10 is alive
59067 U-Boot >
59068
59069 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
59070 Acked-by: Dirk Behme <dirk.behme@gmail.com>
59071 Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
59072 Acked-by: Stefan Roese <sr@denx.de>
59073
59074 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
59075 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59076 Date: Fri Jul 27 01:50:45 2007 -0500
59077
59078 fsl_pci_init cleanup.
59079
59080 Do not enable normal errors created during probe (master abort, perr,
59081 and pcie Invalid Configuration access).
59082
59083 Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
59084
59085 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59086 Acked-by: Andy Fleming <afleming@freescale.com>
59087
59088 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
59089 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59090 Date: Fri Jul 27 01:50:44 2007 -0500
59091
59092 pciauto_setup_device bars_num fix
59093
59094 Passing bars_num=0 to pciauto_setup_device should assign no bars.
59095
59096 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59097 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59098 Acked-by: Andy Fleming <afleming@freescale.com>
59099
59100 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
59101 Author: Jon Loeliger <jdl@freescale.com>
59102 Date: Mon Aug 6 17:39:44 2007 -0500
59103
59104 8641hpcn: Do correct sized pointer math.
59105
59106 When I rebased Ed's patch and cleaned up a few compilation
59107 problems, I apparently rebased my brain on crack first.
59108 Fix that by doing (char *) sized pointer math as needed.
59109
59110 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59111
59112 commit cfc7a7f5bb3273c9951173c788001d45118f141f
59113 Author: Jon Loeliger <jdl@freescale.com>
59114 Date: Thu Aug 2 14:42:20 2007 -0500
59115
59116 cpu/86xx fixes.
59117
59118 Remove rev 1 fixes.
59119 Always set PICGCR_MODE.
59120 Enable machine check and provide board config option
59121 to set and handle SoC error interrupts.
59122
59123 Include MSSSR0 in error message.
59124
59125 Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
59126
59127 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59128 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59129
59130 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
59131 Author: Stefan Roese <sr@denx.de>
59132 Date: Fri Aug 10 10:42:25 2007 +0200
59133
59134 Coding style cleanup
59135
59136 Signed-off-by: Stefan Roese <sr@denx.de>
59137
59138 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
59139 Author: Dirk Behme <dirk.behme@googlemail.com>
59140 Date: Thu Aug 2 17:42:08 2007 +0200
59141
59142 Make use of generic 64bit division in nand_util.c
59143
59144 Use generic 64bit division in nand_util.c. This makes nand_util.c
59145 independent of any toolchain 64bit division.
59146
59147 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
59148
59149 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
59150 Author: Dirk Behme <dirk.behme@googlemail.com>
59151 Date: Thu Aug 2 17:41:14 2007 +0200
59152
59153 Move 64bit division from avr32 to generic lib
59154
59155 Move the 64bit division from lib_avr32 to lib_generic. With this, all
59156 boards can do_div/__div64_32 if needed, not only avr one. Code is put
59157 to lib_generic, so no larger memory footprint if not used. No code
59158 modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
59159
59160 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
59161
59162 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
59163 Author: Niklaus Giger <niklausgiger@gmx.ch>
59164 Date: Fri Jul 27 11:31:22 2007 +0200
59165
59166 Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
59167
59168 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59169
59170 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
59171 Author: Niklaus Giger <niklausgiger@gmx.ch>
59172 Date: Fri Jul 27 11:30:33 2007 +0200
59173
59174 Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
59175
59176 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59177
59178 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
59179 Author: Niklaus Giger <niklausgiger@gmx.ch>
59180 Date: Fri Jul 27 11:38:26 2007 +0200
59181
59182 Add PPC4xx-HCU4 and HCU5 boards: common files
59183
59184 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59185
59186 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
59187 Author: Niklaus Giger <niklausgiger@gmx.ch>
59188 Date: Fri Jul 27 11:28:44 2007 +0200
59189
59190 Add PPC4xx-HCU4 and HCU5 boards: make related
59191
59192 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59193
59194 commit 137fdd9f474ecb853efdace5200576308c67f18d
59195 Author: Niklaus Giger <niklausgiger@gmx.ch>
59196 Date: Fri Jul 27 11:28:03 2007 +0200
59197
59198 Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
59199
59200 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59201
59202 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
59203 Author: Niklaus Giger <niklausgiger@gmx.ch>
59204 Date: Fri Jul 27 11:27:15 2007 +0200
59205
59206 Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
59207
59208 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59209
59210 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
59211 Author: Niklaus Giger <niklausgiger@gmx.ch>
59212 Date: Fri Jul 27 11:25:31 2007 +0200
59213
59214 Add PPC4xx-HCU4 and HCU5 boards: READMEs
59215
59216 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59217
59218 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
59219 Author: Niklaus Giger <niklausgiger@gmx.ch>
59220 Date: Fri Jul 27 11:37:40 2007 +0200
59221
59222 Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
59223
59224 This series of patches adds support for 2 boards from Netstal Maschinen.
59225
59226 The HCU4 has a PPC405Gpr and
59227 the HCU5 has a PPC440EPX.
59228
59229 The HCU4 has a somehow complicated flash setup, as the booteprom is
59230 only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
59231 elegant solution.
59232
59233 The HCU5 has only a booteprom as the whole code will be downloaded from a
59234 different board which has HD, CD-ROM, etc and where all code is stored.
59235
59236 This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
59237 Thanks them a lot.
59238
59239 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59240
59241 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
59242 Author: Stefan Roese <sr@denx.de>
59243 Date: Fri Aug 10 08:42:55 2007 +0200
59244
59245 ppc4xx: Update lwmon5 POST configuration
59246
59247 Signed-off-by: Stefan Roese <sr@denx.de>
59248
59249 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
59250 Author: Yuri Tikhonov <yur@emcraft.com>
59251 Date: Fri Aug 10 08:25:22 2007 +0200
59252
59253 POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
59254
59255 The patch adds support for UART POST on ppc44x-based boards with no
59256 external serial clocks installed.
59257
59258 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
59259 Acked-by: Stefan Roese <sr@denx.de>
59260
59261 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
59262 Author: Kim Phillips <kim.phillips@freescale.com>
59263 Date: Mon Aug 6 18:18:34 2007 -0500
59264
59265 mpc83xx: fix ITX[GP] O=builddir builds
59266
59267 make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'. Stop.
59268
59269 Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
59270 "BUILD_DIR=<some dir> ./MAKEALL ..."
59271
59272 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59273
59274 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
59275 Author: Dave Liu <r63238@freescale.com>
59276 Date: Wed Aug 1 15:00:59 2007 +0800
59277
59278 mpc83xx: Correct the README for DDR ECC
59279
59280 Update the README for DDR ECC, change the name
59281 to README.mpc83xx.ddrecc.
59282
59283 Signed-off-by: Dave Liu <daveliu@freescale.com>
59284 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59285
59286 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
59287 Author: Dave Liu <r63238@freescale.com>
59288 Date: Wed Aug 1 15:00:15 2007 +0800
59289
59290 mpc83xx: Consolidate the ECC support of 83xx
59291
59292 Remove the duplicated source code of ecc command on the <board>.c,
59293 for reused, move these code to cpu/mpc83xx directory.
59294
59295 Signed-off-by: Dave Liu <daveliu@freescale.com>
59296 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59297
59298 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
59299 Author: Dave Liu <r63238@freescale.com>
59300 Date: Sat Aug 4 13:37:39 2007 +0800
59301
59302 mpc83xx: Correct the burst length for DDR2 with 32 bits
59303
59304 The burst length should be 4 for DDR2 with 32 bits bus
59305
59306 Signed-off-by: Dave Liu <daveliu@freescale.com>
59307
59308 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
59309 Author: Kim Phillips <kim.phillips@freescale.com>
59310 Date: Wed Jul 25 19:25:33 2007 -0500
59311
59312 mpc83xx: add support for the MPC8323E RDB
59313
59314 MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
59315 five 10/100 ethernet ports connected via an ICPlus IP175C
59316 switch, one PCI slot, and serial. Features not supported
59317 in this patch are SD card interface, 2 USB ports, and the
59318 two phone ports.
59319
59320 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
59321 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59322
59323 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
59324 Author: Kim Phillips <kim.phillips@freescale.com>
59325 Date: Wed Jul 25 19:25:28 2007 -0500
59326
59327 mpc83xx: fixup generic pci for libfdt
59328
59329 add libfdt support to the generic 83xx pci code
59330
59331 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59332
59333 commit f57ac7a7b37109245b69db80839ebee26179966a
59334 Author: Kim Phillips <kim.phillips@freescale.com>
59335 Date: Wed Jul 25 19:25:22 2007 -0500
59336
59337 mpc83xx: fix 8360 and cpu functions to update fdt being passed
59338
59339 ..and not the global fdt. Rename local fdt vars to blob so as not to
59340 be confused with the global var with the same three-letter name.
59341
59342 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59343
59344 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
59345 Author: Jerry Van Baren <gvb.uboot@gmail.com>
59346 Date: Wed Jul 4 21:34:24 2007 -0400
59347
59348 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
59349
59350 Several node strings were not correct (trailing slashes and properties
59351 in the strings)
59352 Added setting of the timebase-frequency.
59353 Improved error messages and use debug() instead of printf().
59354
59355 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59356 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59357
59358 commit 26d02c9bbac1751c5e19294f000100b48d43a920
59359 Author: Jerry Van Baren <gvb.uboot@gmail.com>
59360 Date: Wed Jul 4 21:27:30 2007 -0400
59361
59362 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
59363
59364 The new name matches more closely the kernel's name, which is also
59365 a much better description.
59366
59367 These are the mpc83xx changes made necessary by the function name change.
59368
59369 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
59370 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
59371 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59372
59373 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
59374 Author: Dave Liu <daveliu@freescale.com>
59375 Date: Mon Jun 25 10:41:56 2007 +0800
59376
59377 mpc83xx: Add support for the display of reset status
59378
59379 83xx processor family has many reset sources, such as
59380 power on reset, software hard reset, software soft reset,
59381 JTAG, bus monitor, software watchdog, check stop reset,
59382 external hard reset, external software reset.
59383 sometimes, to figure out the fault of system, we need to
59384 know the cause of reset early before the prompt of
59385 u-boot present.
59386
59387 Signed-off-by: Dave Liu <daveliu@freescale.com>
59388 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59389
59390 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
59391 Author: Dave Liu <daveliu@freescale.com>
59392 Date: Mon Jun 25 10:41:04 2007 +0800
59393
59394 mpc83xx: Fix the align bug of SDMA buffer
59395
59396 According to the latest user manual, the SDMA temporary
59397 buffer base address must be 4KB aligned.
59398
59399 Signed-off-by: Dave Liu <daveliu@freescale.com>
59400 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59401
59402 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
59403 Author: Dave Liu <daveliu@freescale.com>
59404 Date: Mon Jun 25 13:21:12 2007 +0800
59405
59406 mpc83xx: Revise the MPC8360EMDS readme doc
59407
59408 When the rev2.x silicon mount on the MPC8360EMDS baord,
59409 and if you are using the u-boot version after the commit
59410 3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
59411 to make the ethernet interface usable, we have to setup
59412 the jumpers correctly.
59413
59414 Signed-off-by: Dave Liu <daveliu@freescale.com>
59415 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59416
59417 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
59418 Author: Timur Tabi <timur@freescale.com>
59419 Date: Tue Jul 3 13:46:32 2007 -0500
59420
59421 FSL I2C driver programs the two I2C busses differently
59422
59423 The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
59424 The second I2C bus has its slave address programmed incorrectly and is
59425 missing a 5-us delay.
59426
59427 Signed-off-by: Timur Tabi <timur@freescale.com>
59428 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59429
59430 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
59431 Author: Timur Tabi <timur@freescale.com>
59432 Date: Tue Jul 3 13:04:34 2007 -0500
59433
59434 Update SCCR programming in cpu_init_f() to support all 83xx processors
59435
59436 Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
59437 bitfields for all 83xx processors. The code to update some bitfields was
59438 compiled only on some processors. Now, the bitfields are programmed as long
59439 as the corresponding CFG_SCCR option is defined in the board header file.
59440 This means that the board header file should not define any CFG_SCCR macros
59441 for bitfields that don't exist on that processor, otherwise the SCCR will be
59442 programmed incorrectly.
59443
59444 Signed-off-by: Timur Tabi <timur@freescale.com>
59445 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59446
59447 commit 9546266999f0b9b51372636614211b88d90f0f25
59448 Author: Martin Krause <martin.krause@tqs.de>
59449 Date: Fri Jun 22 13:04:22 2007 +0200
59450
59451 TQM834x: cleanup configuraton
59452
59453 Remove irritating #undef DEBUG
59454
59455 Signed-off-by: Martin Krause <martin.krause@tqs.de>
59456 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59457
59458 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
59459 Author: david.saada <David.Saada@ecitele.com>
59460 Date: Mon Jun 18 09:09:53 2007 -0700
59461
59462 MPC83xx: Fix makefile to generate config.h file in the build directory
59463
59464 MPC83xx: Fix the Makefile config sections to generate the include/config.h
59465 file in the build directory instead of the source directory.
59466
59467 Signed-off-by: David Saada <david.saada@ecitele.com>
59468 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59469
59470 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
59471 Author: Lee Nipper <Lee.Nipper@freescale.com>
59472 Date: Thu Jun 14 20:07:33 2007 -0500
59473
59474 mpc83xx: Add support for 8360 silicon revision 2.1
59475
59476 This change adds 8360 silicon revision 2.1 support to u-boot.
59477
59478 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
59479 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59480
59481 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
59482 Author: Kumar Gala <galak@kernel.crashing.org>
59483 Date: Wed Aug 8 04:14:28 2007 -0500
59484
59485 Treat ppc64 host as ppc
59486
59487 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59488
59489 commit 0dc4279b08ff82472bec2e2c90858602459febe8
59490 Author: Jason Jin <Jason.jin@freescale.com>
59491 Date: Wed Aug 8 09:01:46 2007 +0800
59492
59493 Minor fix for bios emulator makefile
59494
59495 Add $(obj) to LIB avoiding objects be built in the source dir
59496
59497 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
59498
59499 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
59500 Author: Jason Jin <Jason.jin@freescale.com>
59501 Date: Wed Aug 8 08:33:11 2007 +0800
59502
59503 Add CONFIG_BIOSEMU define to guard all the bios emulator code
59504
59505 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
59506
59507 This patch fix the compile issue on the board that did not enable the bios emulator
59508
59509 commit ed8106433522f2ea8933e9808346860d061d7731
59510 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
59511 Date: Tue Jul 31 12:27:25 2007 -0500
59512
59513 tsec: fix multiple PHY support
59514
59515 The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
59516 broke multiple PHY support in tsec.c. This fixes it.
59517
59518 Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
59519 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59520
59521 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
59522 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
59523 Date: Thu Aug 9 09:08:18 2007 -0500
59524
59525 tsec: Allow Ten Bit Interface address to be configurable
59526
59527 Allow the address of the Ten Bit Interface (TBI) to be changed in the
59528 event of a conflict with another device.
59529
59530 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
59531
59532 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
59533 Author: Stefan Roese <sr@denx.de>
59534 Date: Wed Aug 8 09:54:26 2007 +0200
59535
59536 Coding style cleanup
59537
59538 Signed-off-by: Stefan Roese <sr@denx.de>
59539
59540 commit a41de1f0d373e09c782dea558385a06247111ba5
59541 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59542 Date: Sun Aug 5 05:15:18 2007 -0500
59543
59544 Port enabled for I2C signals and chipselects port configuration.
59545
59546 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59547
59548 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
59549 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59550 Date: Sun Aug 5 04:31:18 2007 -0500
59551
59552 Added NAND support
59553
59554 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59555
59556 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
59557 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59558 Date: Sun Aug 5 04:11:20 2007 -0500
59559
59560 Added I2C support
59561
59562 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59563
59564 commit 99c03c175d2689093176facf17c58ce2cb320001
59565 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59566 Date: Sun Aug 5 03:58:52 2007 -0500
59567
59568 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
59569
59570 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59571
59572 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
59573 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59574 Date: Sun Aug 5 03:55:21 2007 -0500
59575
59576 Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
59577
59578 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59579
59580 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
59581 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59582 Date: Sun Aug 5 03:43:30 2007 -0500
59583
59584 Moved sync() from board file to include/asm-m68k/io.h
59585
59586 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59587
59588 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
59589 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59590 Date: Sun Aug 5 03:30:44 2007 -0500
59591
59592 Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
59593
59594 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59595
59596 commit 9998bd37ead85e93953559720710d3b0685c81e6
59597 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59598 Date: Sun Aug 5 03:19:10 2007 -0500
59599
59600 Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
59601
59602 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59603
59604 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
59605 Author: Jason Jin <Jason.jin@freescale.com>
59606 Date: Tue Aug 7 16:17:06 2007 +0800
59607
59608 Add CONFIG_BIOSEMU define to guard all the bios emulator code
59609
59610 This patch fix the compile issue on the board that did not enable the bios emulator
59611
59612 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
59613 Author: Wolfgang Denk <wd@denx.de>
59614 Date: Tue Aug 7 16:02:13 2007 +0200
59615
59616 Fix missing brace error in fs/fat/fat.c
59617 [pointed out by Roderik Wildenburg]
59618
59619 Signed-off-by: Wolfgang Denk <wd@denx.de>
59620
59621 commit 706714d97a0d08d59eda4de2268c39f504688329
59622 Author: Michal Simek <monstr@monstr.eu>
59623 Date: Mon Aug 6 23:41:53 2007 +0200
59624
59625 [FIX] remove cute code
59626
59627 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
59628 Author: Michal Simek <monstr@monstr.eu>
59629 Date: Mon Aug 6 23:35:26 2007 +0200
59630
59631 [FIX] Fix romfs code
59632
59633 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
59634 Author: Michal Simek <monstr@monstr.eu>
59635 Date: Mon Aug 6 23:31:49 2007 +0200
59636
59637 [FIX] Coding style cleanup - Wolfgang's suggestions
59638
59639 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
59640 Author: Wolfgang Denk <wd@denx.de>
59641 Date: Mon Aug 6 23:21:05 2007 +0200
59642
59643 Fixed typo in README (pointed out by Martin Jost).
59644
59645 Signed-off-by: Wolfgang Denk <wd@denx.de>
59646
59647 commit 537223afa61f64480df31ce440a9cb386df4a814
59648 Author: Stefan Roese <sr@denx.de>
59649 Date: Mon Aug 6 21:10:17 2007 +0200
59650
59651 ppc4xx: Update AMCC Bamboo README doc/README.bamboo
59652
59653 As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
59654 here an updated Bamboo README.
59655
59656 Signed-off-by: Stefan Roese <sr@denx.de>
59657
59658 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
59659 Author: Wolfgang Denk <wd@denx.de>
59660 Date: Mon Aug 6 02:17:36 2007 +0200
59661
59662 Coding style cleanup. Update CHANGELOG.
59663
59664 Signed-off-by: Wolfgang Denk <wd@denx.de>
59665
59666 commit 221838cc7eb178370ff62aa05920a582e12ac322
59667 Author: Jason Jin <Jason.jin@freescale.com>
59668 Date: Tue Jul 10 09:03:22 2007 +0800
59669
59670 Remove the bios emulator from MAI board.
59671
59672 The bios emulator in the MAI board can not pass compile
59673 and have a lot of crap in it. remove it and will have a
59674 clean and small bios emulator in the drivers directory
59675 which can be uesed for every board.
59676
59677 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
59678
59679 commit 5618332409bb96f4448d1712899369fc80c0b489
59680 Author: Jason Jin <Jason.jin@freescale.com>
59681 Date: Fri Jul 13 12:14:59 2007 +0800
59682
59683 Fix some compile issues for MAI board.
59684
59685 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
59686
59687 commit 0f460a1ee148b648ee242c3157650287d4296260
59688 Author: Jason Jin <Jason.jin@freescale.com>
59689 Date: Fri Jul 13 12:14:58 2007 +0800
59690
59691 Configurations for ATI video card BIOS emulator
59692
59693 This patch add definition of the BIOS emulator and the ATI framebuffer
59694 driver for MPC8641HPCN board.
59695
59696 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
59697 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
59698
59699 commit ece92f85053b8df613edcf05b26a416cbc3d629c
59700 Author: Jason Jin <Jason.jin@freescale.com>
59701 Date: Fri Jul 6 08:34:56 2007 +0800
59702
59703 This is a BIOS emulator, porting from SciTech for u-boot, mainly for
59704 ATI video card BIOS. and can be used for x86 code emulation by some
59705 modifications.
59706
59707 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
59708
59709 commit 5072188acabde3178fac7f5a597150e6e74fd40c
59710 Author: Jason Jin <Jason.jin@freescale.com>
59711 Date: Fri Jul 6 08:33:33 2007 +0800
59712
59713 This is a framebuffer driver for ATI video card, can work for PCI9200,
59714 X300, X700, X800 ATI video cards.
59715
59716 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
59717 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
59718
59719 commit 5728be389e65fd47f34b33c2596271eb4db751ae
59720 Author: Wolfgang Denk <wd@denx.de>
59721 Date: Mon Aug 6 01:01:49 2007 +0200
59722
59723 Coding style cleanup. Update CHANGELOG.
59724
59725 Signed-off-by: Wolfgang Denk <wd@denx.de>
59726
59727 commit 8092fef4c29b395958bb649647da7e3775731517
59728 Author: Martin Krause <Martin.Krause@tqs.de>
59729 Date: Tue Dec 12 14:26:01 2006 +0100
59730
59731 Add functions to list of exported functions
59732
59733 Additionally export the following fuctions (to make trab_config build again):
59734 - simple_strtol()
59735 - strcmp()
59736
59737 Also bump the ABI version to reflect this change
59738
59739 Signed-off-by: Martin Krause <martin.krause@tqs.de>
59740
59741 commit 63cec5814fab5d2b1c86982327433807a5ac0249
59742 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59743 Date: Thu Aug 2 14:09:49 2007 -0500
59744
59745 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
59746
59747 All of the PCI/PCI-Express driver and initialization code that
59748 was in the MPC8641HPCN port has now been moved into the common
59749 drivers/fsl_pci_init.c. In a subsequent patch, this will be
59750 utilized by the 85xx ports as well.
59751
59752 Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
59753
59754 Also enable the second PCI-Express controller on 8641
59755 by getting its BATS and CFG_ setup right.
59756
59757 Fixed a u16 vendor compiler warning in AHCI driver too.
59758
59759 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59760 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
59761 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59762
59763 commit a274ca4f6d68830e7c916f897561cff8c4101c38
59764 Author: Michal Simek <monstr@monstr.eu>
59765 Date: Sun Aug 5 22:33:05 2007 +0200
59766
59767 [FIX] Coding style cleanup
59768
59769 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
59770 Author: Michal Simek <monstr@monstr.eu>
59771 Date: Sun Aug 5 16:13:31 2007 +0200
59772
59773 [FIX] Xilinx Uartlite driver
59774 Because PPC405 can use UARTLITE serial interface and
59775 Microblaze can use Uart16550 serial interface not only Uartlite.
59776
59777 commit 98889edd50aadf862071eb5664747ad0d568a20e
59778 Author: Michal Simek <monstr@monstr.eu>
59779 Date: Sun Aug 5 15:54:53 2007 +0200
59780
59781 [FIX] Change configuration for XUPV2P Microblaze board
59782
59783 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
59784 Author: Michal Simek <monstr@monstr.eu>
59785 Date: Sun Aug 5 15:53:50 2007 +0200
59786
59787 [PATCH] Added support for Xilinx Emac community driver
59788
59789 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
59790 Author: Bartlomiej Sieka <tur@semihalf.com>
59791 Date: Fri Aug 3 12:08:16 2007 +0200
59792
59793 cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
59794
59795 Add the ability for modules from the Schindler cm5200 family to use a
59796 single U-Boot image:
59797 - rename cm1_qp1 to cm5200
59798 - add run-time module detection
59799 - parametrize SDRAM configuration according to the module we are running on
59800
59801 Few minor, board-specific fixes included in this patch:
59802 - better MAC address handling
59803 - updated default environment ('update' command uses +{filesize} now)
59804 - improved error messages in the auto-update code
59805 - allow booting U-Boot from RAM (CFG_RAMBOOT)
59806
59807 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
59808 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
59809 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59810
59811 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
59812 Author: Andy Fleming <afleming@freescale.com>
59813 Date: Fri Aug 3 04:05:25 2007 -0500
59814
59815 Add Marvell 1149 PHY support to the TSEC
59816
59817 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
59818 Author: Wolfgang Denk <wd@denx.de>
59819 Date: Thu Aug 2 21:27:46 2007 +0200
59820
59821 Coding style cleanup, update CHANGELOG
59822
59823 Signed-off-by: Wolfgang Denk <wd@denx.de>
59824
59825 commit 63e22764d2f8653f68888c667eb65b3996b52680
59826 Author: Wolfgang Denk <wd@denx.de>
59827 Date: Thu Aug 2 10:11:18 2007 +0200
59828
59829 Minor cleanup of <board>_nand build rules.
59830
59831 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
59832 Author: Stefan Roese <sr@denx.de>
59833 Date: Thu Aug 2 08:33:56 2007 +0200
59834
59835 ppc4xx: Code cleanup
59836
59837 Signed-off-by: Stefan Roese <sr@denx.de>
59838
59839 commit c92409812206ac67a7fa7aae298539a9c3804a46
59840 Author: Grzegorz Bernacki <gjb@semihalf.com>
59841 Date: Tue Jul 31 18:51:48 2007 +0200
59842
59843 [ppc440SPe] Graceful recovery from machine check during PCIe configuration
59844
59845 During config transactions on the PCIe bus an attempt to scan for a
59846 non-existent device can lead to a machine check exception with certain
59847 peripheral devices. In order to avoid crashing in such scenarios the
59848 instrumented versions of the config cycle read routines are introduced, so
59849 the exceptions fixups framework can gracefully recover.
59850
59851 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
59852 Acked-by: Rafal Jaworowski <raj@semihalf.com>
59853
59854 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
59855 Author: Rafal Jaworowski <raj@semihalf.com>
59856 Date: Tue Jul 31 18:19:54 2007 +0200
59857
59858 [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
59859
59860 This brings back separate settings for PCIe bus numbers depending on chip
59861 revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
59862 commit. 440SPe rev. A does NOT work properly with the same settings as for
59863 the rev. B (no devices are seen on the bus during enumeration).
59864
59865 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
59866
59867 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
59868 Author: Wolfgang Denk <wd@denx.de>
59869 Date: Thu Aug 2 00:48:45 2007 +0200
59870
59871 Fix build errors and warnings / code cleanup.
59872
59873 Signed-off-by: Wolfgang Denk <wd@denx.de>
59874
59875 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
59876 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
59877 Date: Tue Jul 31 10:24:56 2007 +0200
59878
59879 ppc4xx: Update AMCC Bamboo 440EP support
59880
59881 Changed storage type of cfg_simulate_spd_eeprom to const
59882 Changed storage type of gpio_tab to stack storage
59883 (Cannot access global data declarations in .bss until afer code relocation)
59884
59885 Improved SDRAM tests to catch problems where data is not uniquely addressable
59886 (e.g. incorrectly programmed SDRAM row or columns)
59887
59888 Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
59889 Fixed AM29LV320DT (OpCode Flash) sector map
59890
59891 Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
59892 Signed-off-by: Stefan Roese <sr@denx.de>
59893
59894 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
59895 Author: Stefan Roese <sr@denx.de>
59896 Date: Tue Jul 31 08:37:01 2007 +0200
59897
59898 ppc4xx: Update 440EPx lwmon5 board support
59899
59900 - Clear ECC status regs after ECC POST test
59901 - Set dcbz for ECC generation with caches enabled as default
59902 - Code cleanup
59903
59904 Signed-off-by: Stefan Roese <sr@denx.de>
59905
59906 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
59907 Author: Stefan Roese <sr@denx.de>
59908 Date: Mon Jul 30 11:04:57 2007 +0200
59909
59910 ppc4xx: Only print ECC related info when the error bis are set
59911
59912 Signed-off-by: Stefan Roese <sr@denx.de>
59913
59914 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
59915 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59916 Date: Fri Jul 27 16:44:31 2007 +0200
59917
59918 new FPGA image for PLU405 board
59919
59920 new FPGA image for PLU405 board with improved CompactFlash timing
59921
59922 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59923
59924 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
59925 Author: Rafal Jaworowski <raj@semihalf.com>
59926 Date: Fri Jul 27 14:43:59 2007 +0200
59927
59928 [ADS5121] Support for the ADS5121 board
59929
59930 The following MPC5121e subsystems are supported:
59931
59932 - low-level CPU init
59933 - NOR Boot Flash (common CFI driver)
59934 - DDR SDRAM
59935 - FEC
59936 - I2C
59937 - Watchdog
59938
59939 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
59940 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
59941 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
59942
59943 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
59944 Author: Rafal Jaworowski <raj@semihalf.com>
59945 Date: Fri Jul 27 14:22:04 2007 +0200
59946
59947 [PPC] Remove unused MSR_USER definition
59948
59949 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
59950
59951 commit d4024bb72dd81695ec099b2199eda0d27c623e62
59952 Author: John Otken <john@softadvances.com>
59953 Date: Thu Jul 26 17:49:11 2007 +0200
59954
59955 ppc4xx: Add support for AMCC 405EP Taihu board
59956
59957 Signed-off-by: John Otken <john@softadvances.com>
59958
59959 commit b66091de6c7390620312c2501db23d8391e7cabb
59960 Author: Anatolij Gustschin <agust@denx.de>
59961 Date: Thu Jul 26 15:08:01 2007 +0200
59962
59963 ppc4xx: lwmon5: Update Lime initialization
59964
59965 Change Lime SDRAM initialization to now support 100MHz and
59966 133MHz (if enabled). Also the framebuffer is initialized to
59967 display a blue rectangle with a white border.
59968
59969 Signed-off-by: Anatolij Gustschin <agust@denx.de>
59970 Signed-off-by: Stefan Roese <sr@denx.de>
59971
59972 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
59973 Author: Stefan Roese <sr@denx.de>
59974 Date: Tue Jul 24 09:52:52 2007 +0200
59975
59976 ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
59977
59978 The used Intel NOR FLASH chips have internally two dies, and are now
59979 treated as two seperate chips.
59980
59981 Signed-off-by: Stefan Roese <sr@denx.de>
59982
59983 commit aedf5bde179ecfbd0a96130d18996a96518b785f
59984 Author: Stefan Roese <sr@denx.de>
59985 Date: Tue Jul 24 07:20:09 2007 +0200
59986
59987 ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
59988
59989 As suggested by Hakan Eryigit, here an updated setup for the lwmon5
59990 interrupt controller.
59991
59992 Signed-off-by: Stefan Roese <sr@denx.de>
59993
59994 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
59995 Author: Stefan Roese <sr@denx.de>
59996 Date: Fri Jul 20 15:03:44 2007 +0200
59997
59998 ppc4xx: Fix bug with default GPIO output value
59999
60000 As spotted by Matthias Fuchs, the default output values for all GPIO1
60001 outputs were not setup correctly. This patch fixes this issue.
60002
60003 Signed-off-by: Stefan Roese <sr@denx.de>
60004
60005 commit 531e3e8b831f357056448fa573137d5fb37000fd
60006 Author: Pavel Kolesnikov <concord@emcraft.com>
60007 Date: Fri Jul 20 15:03:03 2007 +0200
60008
60009 POST: Add ECC POST for the lwmon5 board
60010
60011 This patch adds ECC Post test for the Lwmon5 board based
60012 on PPC440EPx to U-Boot.
60013
60014 Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
60015 Acked-by: Yuri Tikhonov <yur@emcraft.com>
60016 Acked-by: Stefan Roese <sr@denx.de>
60017
60018 commit cc3023b9f95d7ac959a764471a65001062aecf41
60019 Author: Rafal Jaworowski <raj@semihalf.com>
60020 Date: Thu Jul 19 17:12:28 2007 +0200
60021
60022 Fix breakage of 8xx boards from recent commit.
60023
60024 This patch fixes the negative consequences for 8xx of the recent
60025 "ppc4xx: Clean up 440 exceptions handling" commit.
60026
60027 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
60028
60029 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
60030 Author: Stefan Roese <sr@denx.de>
60031 Date: Mon Jul 16 13:11:12 2007 +0200
60032
60033 Coding style cleanup
60034
60035 Signed-off-by: Stefan Roese <sr@denx.de>
60036
60037 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
60038 Author: Stefan Roese <sr@denx.de>
60039 Date: Mon Jul 16 10:02:12 2007 +0200
60040
60041 ppc4xx: Code cleanup
60042
60043 Signed-off-by: Stefan Roese <sr@denx.de>
60044
60045 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
60046 Author: Stefan Roese <sr@denx.de>
60047 Date: Mon Jul 16 10:01:38 2007 +0200
60048
60049 ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
60050
60051 Signed-off-by: Stefan Roese <sr@denx.de>
60052
60053 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
60054 Author: Stefan Roese <sr@denx.de>
60055 Date: Mon Jul 16 10:00:43 2007 +0200
60056
60057 ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
60058
60059 The new boardspecific DDR2 controller configuration is used for the Yucca
60060 board. Now the Yucca board with 440SPe Rev. A chips is also supported.
60061
60062 Signed-off-by: Stefan Roese <sr@denx.de>
60063
60064 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
60065 Author: Stefan Roese <sr@denx.de>
60066 Date: Mon Jul 16 09:57:00 2007 +0200
60067
60068 ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
60069
60070 The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
60071 support non default, boardspecific DDR(2) controller configuration.
60072
60073 Signed-off-by: Stefan Roese <sr@denx.de>
60074
60075 commit 5743a9207a370b90f09b20ebd61167c806b937f3
60076 Author: Stefan Roese <sr@denx.de>
60077 Date: Mon Jul 16 08:53:51 2007 +0200
60078
60079 ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
60080
60081 The new function remove_tlb() can be used to remove the TLB's used to
60082 map a specific memory region. This is especially useful for the DDR(2)
60083 setup routines which configure the SDRAM area temporarily as a cached
60084 area (for speedup on auto-calibration and ECC generation) and later
60085 need this area uncached for normal usage.
60086
60087 Signed-off-by: Stefan Roese <sr@denx.de>
60088
60089 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
60090 Author: Michal Simek <monstr@monstr.eu>
60091 Date: Mon Jul 16 00:31:07 2007 +0200
60092
60093 [PATCH] Support for Xilinx EmacLite controller
60094
60095 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
60096 Author: Wolfgang Denk <wd@denx.de>
60097 Date: Sat Jul 14 22:51:02 2007 +0200
60098
60099 Update CHANGELOG
60100
60101 Signed-off-by: Wolfgang Denk <wd@denx.de>
60102
60103 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
60104 Author: Michal Simek <monstr@monstr.eu>
60105 Date: Sat Jul 14 13:11:28 2007 +0200
60106
60107 [FIX] support for simply measuring time
60108
60109 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
60110 Author: Michal Simek <monstr@monstr.eu>
60111 Date: Sat Jul 14 12:41:23 2007 +0200
60112
60113 [FS] Added support for ROMFS
60114
60115 commit 011595307731a7a67a7445d107c279d031e8ab97
60116 Author: Heiko Schocher <hs@pollux.denx.de>
60117 Date: Sat Jul 14 01:06:58 2007 +0200
60118
60119 [PCS440EP] - fix compile error, if BUILD_DIR is used
60120
60121 commit 5a2f1098d81ad58b309e5e558d0492643166a799
60122 Author: Michal Simek <monstr@monstr.eu>
60123 Date: Sat Jul 14 00:18:48 2007 +0200
60124
60125 [PATCH] Support time without timer
60126
60127 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
60128 Author: Michal Simek <monstr@monstr.eu>
60129 Date: Fri Jul 13 21:43:55 2007 +0200
60130
60131 [PATCH] Remove problem with disabled BARREL SHIFTER
60132
60133 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
60134 Author: Michal Simek <monstr@monstr.eu>
60135 Date: Fri Jul 13 21:41:44 2007 +0200
60136
60137 [FIX] correct help for rspr
60138
60139 commit fad63407154f46246ce80d53a9c669a44362ac67
60140 Author: Heiko Schocher <hs@pollux.denx.de>
60141 Date: Fri Jul 13 09:54:17 2007 +0200
60142
60143 make show_boot_progress () weak.
60144
60145 Signed-off-by: Heiko Schocher <hs@denx.de>
60146
60147 commit 907902472391b6ca1876ec300687562ecaf459b1
60148 Author: Heiko Schocher <hs@pollux.denx.de>
60149 Date: Fri Jul 13 08:26:05 2007 +0200
60150
60151 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur
60152 - fix compile error, if BUILD_DIR is used
60153
60154 Signed-off-by: Heiko Schocher <hs@denx.de>
60155
60156 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
60157 Author: Stefan Roese <sr@denx.de>
60158 Date: Thu Jul 12 16:32:08 2007 +0200
60159
60160 ppc4xx: Change receive buffer handling in the 4xx emac driver
60161
60162 This change fixes a bug in the receive buffer handling, that
60163 could lead to problems upon high network traffic (broadcasts...).
60164
60165 Signed-off-by: Stefan Roese <sr@denx.de>
60166
60167 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
60168 Author: Wolfgang Denk <wd@denx.de>
60169 Date: Thu Jul 12 01:45:34 2007 +0200
60170
60171 Update CHANGELOG, minor coding style cleanup.
60172
60173 Signed-off-by: Wolfgang Denk <wd@denx.de>
60174
60175 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
60176 Author: Andy Fleming <afleming@freescale.com>
60177 Date: Fri Jun 8 16:41:18 2007 -0500
60178
60179 Remove erroneous errata code from Marvel 88E1111S driver
60180
60181 The Marvel 88E1111S driver for the TSEC was copied from the
60182 88E1101 driver, and included a fix for an erratum which does not
60183 exist on that part. Now it is removed
60184
60185 Signed-off-by: Andy Fleming <afleming@freescale.com>
60186
60187 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
60188 Author: Andy Fleming <afleming@freescale.com>
60189 Date: Tue Jun 5 16:38:44 2007 -0500
60190
60191 From: eran liberty <eran.liberty@gmail.com>
60192
60193 adds the reset register to 85xx immap
60194
60195 Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
60196 Signed-off-by: Andy Fleming <afleming@freescale.com>
60197
60198 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
60199 Author: Andy Fleming <afleming@freescale.com>
60200 Date: Thu May 10 17:50:01 2007 -0500
60201
60202 Polished the 85xx ADS config files
60203
60204 Made the boot commands use device trees by default.
60205 Also moved the ramdisk to 1000000 (I think the previous address
60206 was getting overridden during boot).
60207
60208 Signed-off-by: Andy Fleming <afleming@freescale.com>
60209
60210 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
60211 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60212 Date: Wed May 9 11:03:32 2007 -0500
60213
60214 8544ds: Fix Makefile after moving pixis to board/freescale.
60215
60216 The OBJTREE != SRCTREE build scenario was broken.
60217 This fixes it.
60218
60219 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60220 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60221
60222 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
60223 Author: Andy Fleming <afleming@freescale.com>
60224 Date: Wed May 9 00:54:20 2007 -0500
60225
60226 tsec: Fix PHY code to match first driver
60227
60228 Jarrold Wen noticed that the generic PHY code always matches
60229 under the current implementation. Change it so the first match
60230 wins, and *only* unknown PHYs trigger the generic driver
60231
60232 Signed-off-by: Andy Fleming <afleming@freescale.com>
60233
60234 commit ccc091aac61a38cd998d575d92f7232e256d6312
60235 Author: Andy Fleming <afleming@freescale.com>
60236 Date: Tue May 8 17:27:43 2007 -0500
60237
60238 Add support for CPM device tree configuration to 8560 ADS
60239
60240 * Adds code to modify CPM frequencies
60241 * Cleans up the config file to #define TSEC and (for now) #undef FCC
60242 * Adds the MII command for all 8560 ADS configurations
60243 * Updates config file to provide convenience commands for booting
60244 with a device tree
60245
60246 Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
60247 Signed-off-by: Andy Fleming <afleming@freescale.com>
60248
60249 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
60250 Author: Andy Fleming <afleming@freescale.com>
60251 Date: Tue May 8 17:23:02 2007 -0500
60252
60253 Fix Marvell 88e1145 PHY init code
60254
60255 Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
60256 where the reset was being done after the errata code instead of
60257 before.
60258
60259 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
60260 Signed-off-by: Andy Fleming <afleming@freescale.com>
60261
60262 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
60263 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60264 Date: Wed Jul 11 14:52:16 2007 -0500
60265
60266 Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
60267
60268 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60269
60270 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
60271 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60272 Date: Wed Jul 11 14:52:08 2007 -0500
60273
60274 pciauto setup bridge
60275
60276 The P2P bridge bus numbers programmed into the device are relative to
60277 hose->first_busno.
60278
60279 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60280
60281 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
60282 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60283 Date: Wed Jul 11 14:52:01 2007 -0500
60284
60285 Support PCIe extended config registers
60286
60287 FSL PCIe block has extended cfg registers in the 100 and 400 range.
60288 For example, to read the LTSSM register: pci display <busn>.0 404 1
60289
60290 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60291
60292 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
60293 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60294 Date: Wed Jul 11 14:51:48 2007 -0500
60295
60296 Minor improvements to drivers/pci_auto.c
60297
60298 - Make pciauto_{pre,post}scan_setup_bridge non-static
60299 - Added physical address display in debug messages.
60300
60301 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60302
60303 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
60304 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60305 Date: Wed Jul 11 14:51:35 2007 -0500
60306
60307 Start pci hose scan from hose->current_busno.
60308
60309 Ensure hose->current_busno is not less than first_busno. This fixes
60310 broken board code which leaves current_busno=0 when first_busno is
60311 greater than 0 for the cases with multiple controllers.
60312
60313 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60314
60315 commit 3865b1fb7843a08ad49a6319a36415752276ff48
60316 Author: Stefan Roese <sr@denx.de>
60317 Date: Wed Jul 11 12:13:53 2007 +0200
60318
60319 Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
60320
60321 Signed-off-by: Stefan Roese <sr@denx.de>
60322
60323 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
60324 Author: Bartlomiej Sieka <tur@semihalf.com>
60325 Date: Wed Jul 11 20:11:07 2007 +0200
60326
60327 CM1.QP1: Support for the Schindler CM1.QP1 board.
60328
60329 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
60330 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
60331
60332 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
60333 Author: Heiko Schocher <hs@pollux.denx.de>
60334 Date: Wed Jul 11 18:39:11 2007 +0200
60335
60336 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
60337 - now the Flash ST M29W040B is supported (not tested)
60338 - fix the "led" command
60339 - fix compile error, if BUILD_DIR is used
60340
60341 Signed-off-by: Heiko Schocher <hs@denx.de>
60342
60343 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
60344 Author: Stefan Roese <sr@denx.de>
60345 Date: Sun Jul 8 13:44:27 2007 +0200
60346
60347 Fix malloc problem introduced with the relocation fixup for the PPC platform
60348
60349 The relocation fixup didn't handle the malloc pointer initialization
60350 correctly. This patch fixes this problem. Tested successfully on 4xx.
60351 The relocation fixup patches for 4xx will follow soon.
60352
60353 Signed-off-by: Stefan Roese <sr@denx.de>
60354
60355 commit 0dca874db62718e41253659e60f3a1de7eb418ce
60356 Author: TsiChung <tcliew@Goku.(none)>
60357 Date: Tue Jul 10 15:45:43 2007 -0500
60358
60359 Cache update and added CFG_UNIFY_CACHE
60360
60361 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.
60362
60363 Signed-off-by: TsiChung <tcliew@Goku.(none)>
60364
60365 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
60366 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60367 Date: Thu Jul 5 23:36:16 2007 -0500
60368
60369 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
60370
60371 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
60372
60373 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60374
60375 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
60376 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60377 Date: Thu Jul 5 23:31:25 2007 -0500
60378
60379 Update header files
60380
60381 Include immap.h and renamed mcfrtc.h to rtc.h
60382
60383 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60384
60385 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
60386 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60387 Date: Thu Jul 5 23:29:21 2007 -0500
60388
60389 Add mcffec_initialize()
60390
60391 Added mcffec_initialize() in eth_initialize()
60392
60393 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60394
60395 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
60396 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60397 Date: Thu Jul 5 23:27:40 2007 -0500
60398
60399 Update header file and clean up
60400
60401 Include immap.h
60402
60403 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60404
60405 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
60406 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60407 Date: Thu Jul 5 23:23:15 2007 -0500
60408
60409 New uart structure and defines
60410
60411 Seperated from mcfuart.h
60412
60413 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60414
60415 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
60416 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60417 Date: Thu Jul 5 23:22:31 2007 -0500
60418
60419 New timer structure and defines
60420
60421 Seperated from mcftimer.h
60422
60423 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60424
60425 commit e04acb2eba4782489417240eff76e20e176aec10
60426 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60427 Date: Thu Jul 5 23:21:09 2007 -0500
60428
60429 Rename mcfrtc to rtc
60430
60431 Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
60432
60433 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60434
60435 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
60436 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60437 Date: Thu Jul 5 23:17:36 2007 -0500
60438
60439 Rename mcfserial.c. Update include header
60440
60441 Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
60442
60443 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60444
60445 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
60446 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60447 Date: Thu Jul 5 23:13:58 2007 -0500
60448
60449 Header file update, clean up and cache handling
60450
60451 Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
60452
60453 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60454
60455 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
60456 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60457 Date: Thu Jul 5 23:10:40 2007 -0500
60458
60459 Create interrupts.c and modify Makefile
60460
60461 interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
60462
60463 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60464
60465 commit ddd104f1ed655eda50c06ba636237a83ed943f34
60466 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60467 Date: Thu Jul 5 23:06:55 2007 -0500
60468
60469 Enable Icache
60470
60471 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60472
60473 commit b9bf3de377b2bae70c983c9b97feae914999e735
60474 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60475 Date: Thu Jul 5 23:05:31 2007 -0500
60476
60477 Update header file and some clean up
60478
60479 Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
60480
60481 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60482
60483 commit 84a015b52ec820a5ae173717d78516de731c89c2
60484 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60485 Date: Thu Jul 5 23:03:28 2007 -0500
60486
60487 Update header file and enable icache
60488
60489 Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
60490
60491 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60492
60493 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
60494 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60495 Date: Thu Jul 5 23:01:22 2007 -0500
60496
60497 Update header file and removed interrupt_init()
60498
60499 Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
60500
60501 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60502
60503 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
60504 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60505 Date: Thu Jul 5 22:57:46 2007 -0500
60506
60507 Update for flash.o and mii.o
60508
60509 Removed flash.o and added mii.o
60510
60511 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60512
60513 commit c5ded275d839e4ff79f41718d50a835d989f57bc
60514 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60515 Date: Thu Jul 5 22:56:19 2007 -0500
60516
60517 MII functions calls.
60518
60519 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60520
60521 commit 427c814104560e29bda14955c67703245aaaa5b4
60522 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60523 Date: Thu Jul 5 22:54:42 2007 -0500
60524
60525 Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
60526
60527 The removed MII routines will be placed in mii.c.
60528
60529 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60530
60531 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
60532 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60533 Date: Thu Jul 5 22:51:05 2007 -0500
60534
60535 Duplicate code
60536
60537 There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
60538
60539 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60540
60541 commit 2744354a8437b8f78db178e30660215688bff570
60542 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60543 Date: Thu Jul 5 22:46:38 2007 -0500
60544
60545 Seperate old structure defines and new structure defines
60546
60547 Removed new uart structure and defines to uart.h
60548
60549 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60550
60551 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
60552 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60553 Date: Thu Jul 5 22:45:01 2007 -0500
60554
60555 Seperate old structure defines and new structure defines
60556
60557 New timer structure and defines will move to new timer.h
60558
60559 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60560
60561 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
60562 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60563 Date: Thu Jul 5 22:42:23 2007 -0500
60564
60565 Clean up
60566
60567 Removed whitespace
60568
60569 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60570
60571 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
60572 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60573 Date: Thu Jul 5 22:41:24 2007 -0500
60574
60575 Clean up
60576
60577 Replaced whitespace with tabs
60578
60579 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60580
60581 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
60582 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60583 Date: Thu Jul 5 22:39:07 2007 -0500
60584
60585 Create new header file and move peripherals base address from configs file to new header file.
60586
60587 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.
60588
60589 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60590
60591 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
60592 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60593 Date: Thu Jul 5 22:24:58 2007 -0500
60594
60595 Revert file mode
60596
60597 Changed MAKEALL file mode to executable, removed executable file mode from Makefile
60598
60599 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60600
60601 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
60602 Author: Jon Loeliger <jdl@freescale.com>
60603 Date: Tue Jul 10 11:19:50 2007 -0500
60604
60605 disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
60606
60607 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
60608 Those always evaluated TRUE, and thus were always compiled
60609 even when IDE really wasn't defined/wanted.
60610
60611 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60612
60613 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
60614 Author: Jon Loeliger <jdl@freescale.com>
60615 Date: Tue Jul 10 11:13:21 2007 -0500
60616
60617 drivers/: Remove lingering references to CFG_CMD_* symbols.
60618
60619 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
60620 Those always evaluated TRUE, and thus were always compiled
60621 even when IDE really wasn't defined/wanted.
60622
60623 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60624
60625 commit f40a7f3e3888b42a43674b099e5470022c8c544c
60626 Author: Jon Loeliger <jdl@freescale.com>
60627 Date: Tue Jul 10 11:07:56 2007 -0500
60628
60629 fs/: Remove lingering references to CFG_CMD_* symbols.
60630
60631 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
60632 Those always evaluated TRUE, and thus were always compiled
60633 even when IDE really wasn't defined/wanted.
60634
60635 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60636
60637 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
60638 Author: Jon Loeliger <jdl@freescale.com>
60639 Date: Tue Jul 10 11:05:02 2007 -0500
60640
60641 net/: Remove lingering references to CFG_CMD_* symbols.
60642
60643 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
60644 Those always evaluated TRUE, and thus were always compiled
60645 even when IDE really wasn't defined/wanted.
60646
60647 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60648
60649 commit 902531788376046da212afd1661cffb62f3daa1c
60650 Author: Jon Loeliger <jdl@freescale.com>
60651 Date: Tue Jul 10 11:02:44 2007 -0500
60652
60653 common/: Remove lingering references to CFG_CMD_* symbols.
60654
60655 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
60656 Those always evaluated TRUE, and thus were always compiled
60657 even when IDE really wasn't defined/wanted.
60658
60659 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60660
60661 commit d39b57415838c73fb0a37eca84de3c68ba990586
60662 Author: Jon Loeliger <jdl@freescale.com>
60663 Date: Tue Jul 10 10:48:22 2007 -0500
60664
60665 board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
60666
60667 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
60668 Those always evaluated TRUE, and thus were always compiled
60669 even when IDE really wasn't defined/wanted.
60670
60671 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60672
60673 commit 77a318545d57aefa844752465b94c7e09a3f26d0
60674 Author: Jon Loeliger <jdl@freescale.com>
60675 Date: Tue Jul 10 10:39:10 2007 -0500
60676
60677 board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
60678
60679 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
60680 Those always evaluated TRUE, and thus were always compiled
60681 even when IDE really wasn't defined/wanted.
60682
60683 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60684
60685 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
60686 Author: Jon Loeliger <jdl@freescale.com>
60687 Date: Tue Jul 10 10:27:39 2007 -0500
60688
60689 cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
60690
60691 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60692
60693 commit 079a136c3588814784561d6e4856970ee82d6e2a
60694 Author: Jon Loeliger <jdl@freescale.com>
60695 Date: Tue Jul 10 10:12:10 2007 -0500
60696
60697 include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
60698
60699 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
60700 used to be included but CONFIG_BOOTP_MASK was not defined.
60701
60702 Remove lingering references to CFG_CMD_* symbols.
60703
60704 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60705
60706 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
60707 Author: Jon Loeliger <jdl@freescale.com>
60708 Date: Tue Jul 10 09:38:02 2007 -0500
60709
60710 include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
60711
60712 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
60713 used to be included but CONFIG_BOOTP_MASK was not defined.
60714
60715 Remove lingering references to CFG_CMD_* symbols.
60716
60717 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60718
60719 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
60720 Author: Jon Loeliger <jdl@freescale.com>
60721 Date: Tue Jul 10 09:29:01 2007 -0500
60722
60723 include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
60724
60725 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
60726 used to be included but CONFIG_BOOTP_MASK was not defined.
60727
60728 Remove lingering references to CFG_CMD_* symbols.
60729
60730 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60731
60732 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
60733 Author: Jon Loeliger <jdl@freescale.com>
60734 Date: Tue Jul 10 09:22:23 2007 -0500
60735
60736 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
60737
60738 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
60739 used to be included but CONFIG_BOOTP_MASK was not defined.
60740
60741 Remove lingering references to CFG_CMD_* symbols.
60742
60743 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60744
60745 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
60746 Author: Jon Loeliger <jdl@freescale.com>
60747 Date: Tue Jul 10 09:10:49 2007 -0500
60748
60749 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
60750
60751 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
60752 used to be included but CONFIG_BOOTP_MASK was not defined.
60753
60754 Remove lingering references to CFG_CMD_* symbols.
60755
60756 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60757
60758 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
60759 Author: Jon Loeliger <jdl@freescale.com>
60760 Date: Tue Jul 10 09:02:57 2007 -0500
60761
60762 include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
60763
60764 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
60765 used to be included but CONFIG_BOOTP_MASK was not defined.
60766
60767 Remove lingering references to CFG_CMD_* symbols.
60768
60769 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60770
60771 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
60772 Author: Jon Loeliger <jdl@freescale.com>
60773 Date: Mon Jul 9 22:08:34 2007 -0500
60774
60775 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
60776
60777 All of the choices for CONFIG_BOOTP_ are now documented in
60778 the README file. You must now individually select exactly
60779 the set that you want using a series of
60780 #define CONFIG_BOOTP_<x>
60781 statements in the board port config files now.
60782
60783 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60784
60785 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
60786 Author: Jon Loeliger <jdl@freescale.com>
60787 Date: Mon Jul 9 21:57:31 2007 -0500
60788
60789 include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
60790
60791 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60792
60793 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
60794 Author: Jon Loeliger <jdl@freescale.com>
60795 Date: Mon Jul 9 21:48:26 2007 -0500
60796
60797 include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
60798
60799 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60800
60801 commit 37d4bb70586659dedef1658ce1bed071be098aec
60802 Author: Jon Loeliger <jdl@freescale.com>
60803 Date: Mon Jul 9 21:38:02 2007 -0500
60804
60805 include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
60806
60807 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60808
60809 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
60810 Author: Jon Loeliger <jdl@freescale.com>
60811 Date: Mon Jul 9 21:31:24 2007 -0500
60812
60813 include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
60814
60815 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60816
60817 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
60818 Author: Jon Loeliger <jdl@freescale.com>
60819 Date: Mon Jul 9 21:24:19 2007 -0500
60820
60821 include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
60822
60823 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60824
60825 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
60826 Author: Jon Loeliger <jdl@freescale.com>
60827 Date: Mon Jul 9 21:16:53 2007 -0500
60828
60829 include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
60830
60831 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60832
60833 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
60834 Author: Jon Loeliger <jdl@freescale.com>
60835 Date: Mon Jul 9 19:12:30 2007 -0500
60836
60837 Retire CONFIG_COMMANDS finally.
60838 Strip old CFG_CMD_* symbols out.
60839
60840 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60841
60842 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
60843 Author: Jon Loeliger <jdl@freescale.com>
60844 Date: Mon Jul 9 19:10:03 2007 -0500
60845
60846 Update README.* to reference new CONFIG_CMD_* names now.
60847
60848 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60849
60850 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
60851 Author: Jon Loeliger <jdl@freescale.com>
60852 Date: Mon Jul 9 19:06:00 2007 -0500
60853
60854 cpu/m*: Remove obsolete references to CONFIG_COMMANDS
60855
60856 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60857
60858 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
60859 Author: Jon Loeliger <jdl@freescale.com>
60860 Date: Mon Jul 9 18:57:22 2007 -0500
60861
60862 cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
60863
60864 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60865
60866 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
60867 Author: Jon Loeliger <jdl@freescale.com>
60868 Date: Mon Jul 9 18:45:16 2007 -0500
60869
60870 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
60871
60872 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60873
60874 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
60875 Author: Jon Loeliger <jdl@freescale.com>
60876 Date: Mon Jul 9 18:38:39 2007 -0500
60877
60878 board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
60879
60880 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60881
60882 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
60883 Author: Jon Loeliger <jdl@freescale.com>
60884 Date: Mon Jul 9 18:31:28 2007 -0500
60885
60886 board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
60887
60888 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60889
60890 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
60891 Author: Jon Loeliger <jdl@freescale.com>
60892 Date: Mon Jul 9 18:24:55 2007 -0500
60893
60894 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
60895
60896 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60897
60898 commit fcec2eb93e126400009729328e797f12bc94f1fd
60899 Author: Jon Loeliger <jdl@freescale.com>
60900 Date: Mon Jul 9 18:19:09 2007 -0500
60901
60902 board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
60903
60904 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60905
60906 commit a593814f2be0c9cdc3133cd550b167b8a988328f
60907 Author: Jon Loeliger <jdl@freescale.com>
60908 Date: Mon Jul 9 18:10:50 2007 -0500
60909
60910 rtc/: Remove obsolete references to CONFIG_COMMANDS
60911
60912 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60913
60914 commit 67350568f9d46e66c21829f3513b3db0caeb948b
60915 Author: Jon Loeliger <jdl@freescale.com>
60916 Date: Mon Jul 9 18:05:38 2007 -0500
60917
60918 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
60919
60920 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60921
60922 commit 7def6b34f910f08d7ef0a14646da067719237ca2
60923 Author: Jon Loeliger <jdl@freescale.com>
60924 Date: Mon Jul 9 18:02:11 2007 -0500
60925
60926 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
60927
60928 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60929
60930 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
60931 Author: Jon Loeliger <jdl@freescale.com>
60932 Date: Mon Jul 9 17:56:50 2007 -0500
60933
60934 fs/: Remove obsolete references to CONFIG_COMMANDS
60935
60936 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60937
60938 commit c91898bbc505aff3e12a807af88e76da18efb7ee
60939 Author: Jon Loeliger <jdl@freescale.com>
60940 Date: Mon Jul 9 17:46:09 2007 -0500
60941
60942 tools/: Remove obsolete references to CONFIG_COMMANDS
60943
60944 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60945
60946 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
60947 Author: Jon Loeliger <jdl@freescale.com>
60948 Date: Mon Jul 9 17:45:14 2007 -0500
60949
60950 net/: Remove obsolete references to CONFIG_COMMANDS
60951
60952 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60953
60954 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
60955 Author: Jon Loeliger <jdl@freescale.com>
60956 Date: Mon Jul 9 17:39:42 2007 -0500
60957
60958 drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
60959
60960 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60961
60962 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
60963 Author: Jon Loeliger <jdl@freescale.com>
60964 Date: Mon Jul 9 17:30:01 2007 -0500
60965
60966 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
60967
60968 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60969
60970 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
60971 Author: Jon Loeliger <jdl@freescale.com>
60972 Date: Mon Jul 9 17:22:37 2007 -0500
60973
60974 disk/: Remove obsolete references to CONFIG_COMMANDS
60975
60976 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60977
60978 commit 639221c76c88215bd55af83ad174fc30d1940f8f
60979 Author: Jon Loeliger <jdl@freescale.com>
60980 Date: Mon Jul 9 17:15:49 2007 -0500
60981
60982 include/: Remove obsolete references to CONFIG_COMMANDS
60983 Mostly removed from comments here.
60984
60985 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60986
60987 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
60988 Author: Wolfgang Denk <wd@denx.de>
60989 Date: Tue Jul 10 00:01:28 2007 +0200
60990
60991 Coding style cleanup; update CHANGELOG.
60992
60993 Signed-off-by: Wolfgang Denk <wd@denx.de>
60994
60995 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
60996 Author: Stefan Roese <sr@denx.de>
60997 Date: Mon Jul 9 11:00:24 2007 +0200
60998
60999 Small coding style cleanup
61000
61001 Signed-off-by: Stefan Roese <sr@denx.de>
61002
61003 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
61004 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61005 Date: Mon Jul 9 10:10:08 2007 +0200
61006
61007 Migrate esd 405EP boards to new NAND subsystem
61008
61009 Remove unused CFG_NAND_LEGACY define
61010
61011 These boards to not have NAND.
61012
61013 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61014
61015 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
61016 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61017 Date: Mon Jul 9 10:10:06 2007 +0200
61018
61019 Migrate esd 405EP boards to new NAND subsystem
61020
61021 Migrate esd 405EP boards to new NAND subsystem
61022
61023 -cleanup
61024 -use correct io accessors (in/out_be32())
61025
61026 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61027
61028 commit e09f7ab5749c345f924da272bea0521a73af5b11
61029 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61030 Date: Mon Jul 9 10:10:04 2007 +0200
61031
61032 Migrate esd 405EP boards to new NAND subsystem
61033
61034 This patch prepares the migration from the legacy NAND driver
61035 to U-Boot's new NAND subsystem for esd boards.
61036
61037 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61038
61039 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
61040 Author: Jon Loeliger <jdl@freescale.com>
61041 Date: Sun Jul 8 18:10:08 2007 -0500
61042
61043 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
61044
61045 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61046
61047 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
61048 Author: Jon Loeliger <jdl@freescale.com>
61049 Date: Sun Jul 8 18:05:39 2007 -0500
61050
61051 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
61052
61053 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61054
61055 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
61056 Author: Jon Loeliger <jdl@freescale.com>
61057 Date: Sun Jul 8 18:02:23 2007 -0500
61058
61059 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
61060
61061 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61062
61063 commit baa26db4113679b80970ff447d91cc10217742a6
61064 Author: Jon Loeliger <jdl@freescale.com>
61065 Date: Sun Jul 8 17:51:39 2007 -0500
61066
61067 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
61068
61069 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61070
61071 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
61072 Author: Jon Loeliger <jdl@freescale.com>
61073 Date: Sun Jul 8 17:02:01 2007 -0500
61074
61075 Clear up confusion over the CMD_POST and POST_DIAG mess.
61076
61077 For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
61078 when it really means just CONFIG_CMD_DIAG. There is no CMD_POST.
61079 Clear this mess up some.
61080
61081 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61082
61083 commit b3631487105a57ab7cbadfc26efbaf9676275018
61084 Author: Jon Loeliger <jdl@freescale.com>
61085 Date: Sun Jul 8 15:45:08 2007 -0500
61086
61087 Remove references to the old cmd_confdefs.h include file.
61088
61089 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61090
61091 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
61092 Author: Jon Loeliger <jdl@freescale.com>
61093 Date: Sun Jul 8 15:42:59 2007 -0500
61094
61095 include/configs: Catch some CONFIG_CMD_* conversion stragglers.
61096
61097 Use new CONFIG_CMD_* in lwmon5.h board config file.
61098 Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
61099
61100 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61101
61102 commit a5562901661bd428f7e5feb333f796372cb81019
61103 Author: Jon Loeliger <jdl@freescale.com>
61104 Date: Sun Jul 8 15:31:57 2007 -0500
61105
61106 include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
61107
61108 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61109
61110 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
61111 Author: Jon Loeliger <jdl@freescale.com>
61112 Date: Sun Jul 8 15:02:44 2007 -0500
61113
61114 include/configs: Use new CONFIG_CMD_* in various S* named board config files.
61115
61116 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61117
61118 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
61119 Author: Jon Loeliger <jdl@freescale.com>
61120 Date: Sun Jul 8 15:12:40 2007 -0500
61121
61122 include/configs: Use new CONFIG_CMD_* in various R* named board config files.
61123
61124 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61125
61126 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
61127 Author: Jon Loeliger <jdl@freescale.com>
61128 Date: Sun Jul 8 14:55:07 2007 -0500
61129
61130 include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
61131
61132 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61133
61134 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
61135 Author: Jon Loeliger <jdl@freescale.com>
61136 Date: Sun Jul 8 14:49:44 2007 -0500
61137
61138 include/configs: Use new CONFIG_CMD_* in various P* named board config files.
61139
61140 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61141
61142 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
61143 Author: Jon Loeliger <jdl@freescale.com>
61144 Date: Sun Jul 8 14:21:43 2007 -0500
61145
61146 include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
61147
61148 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61149
61150 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
61151 Author: Jon Loeliger <jdl@freescale.com>
61152 Date: Sun Jul 8 14:14:17 2007 -0500
61153
61154 include/configs: Use new CONFIG_CMD_* in various M* named board config files.
61155
61156 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61157
61158 commit 348f258f24253433e4a2302a0bbceb6740a67246
61159 Author: Jon Loeliger <jdl@freescale.com>
61160 Date: Sun Jul 8 13:46:18 2007 -0500
61161
61162 include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
61163
61164 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61165
61166 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
61167 Author: Jon Loeliger <jdl@freescale.com>
61168 Date: Sun Jul 8 10:09:35 2007 -0500
61169
61170 include/configs: Use new CONFIG_CMD_* in various H* named board config files.
61171
61172 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61173
61174 commit 60a0876b5106b34220e459c208bbf648073306c0
61175 Author: Jon Loeliger <jdl@freescale.com>
61176 Date: Sat Jul 7 21:04:26 2007 -0500
61177
61178 include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
61179
61180 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61181
61182 commit dcaa71562826a2466e894c868d132509dcda8444
61183 Author: Jon Loeliger <jdl@freescale.com>
61184 Date: Sat Jul 7 20:56:05 2007 -0500
61185
61186 include/configs: Use new CONFIG_CMD_* in various E* named board config files.
61187
61188 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61189
61190 commit 3c3227f3c737502311b25b72084573901cbbf17d
61191 Author: Jon Loeliger <jdl@freescale.com>
61192 Date: Sat Jul 7 20:40:43 2007 -0500
61193
61194 include/configs: Use new CONFIG_CMD_* in various D* named board config files.
61195
61196 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61197
61198 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
61199 Author: Jon Loeliger <jdl@freescale.com>
61200 Date: Thu Jul 5 19:52:35 2007 -0500
61201
61202 include/configs: Use new CONFIG_CMD_* in various C* named board config files.
61203
61204 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61205
61206 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
61207 Author: Jon Loeliger <jdl@freescale.com>
61208 Date: Thu Jul 5 19:32:07 2007 -0500
61209
61210 include/configs: Use new CONFIG_CMD_* in various B* named board config files.
61211
61212 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61213
61214 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
61215 Author: Jon Loeliger <jdl@freescale.com>
61216 Date: Thu Jul 5 19:13:52 2007 -0500
61217
61218 include/configs: Use new CONFIG_CMD_* in various A* named board config files.
61219
61220 Since ADS860.h includes "board/fads/fads.h" with ramifications
61221 on the CONFIG_COMMAND treatment, it too has to be adjusted to
61222 exclude already configured commands in this same commit.
61223
61224 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61225
61226 commit 10e038932f22ee80ebd53de312531e70e6590a2f
61227 Author: Thomas Knobloch <knobloch@siemens.com>
61228 Date: Fri Jul 6 14:58:39 2007 +0200
61229
61230 [NAND] Bad block skipping for command nboot
61231
61232 The old implementation of command nboot does not support reading the image from
61233 NAND flash with skipping of bad blocks. The patch implements a new version of
61234 the nboot command: by calling nboot.jffs2 from the u-boot command line the
61235 command will load the image from NAND flash with respect to bad blocks (by using
61236 nand_read_opts()). This is similar to e.g. the NAND read command: "nand
61237 read.jffs2 ...".
61238
61239 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
61240 Signed-off-by: Stefan Roese <sr@denx.de>
61241
61242 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
61243 Author: Stefan Roese <sr@denx.de>
61244 Date: Fri Jul 6 12:26:51 2007 +0200
61245
61246 ppc4xx: Update lwmon5 default environment
61247
61248 Signed-off-by: Stefan Roese <sr@denx.de>
61249
61250 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
61251 Author: Stefan Roese <sr@denx.de>
61252 Date: Fri Jul 6 11:48:24 2007 +0200
61253
61254 ppc4xx: Update lwmon5 board
61255
61256 Add unlock=yes environment variable to default variables to unlock
61257 the CFI flash by default.
61258
61259 Signed-off-by: Stefan Roese <sr@denx.de>
61260
61261 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
61262 Author: Stefan Roese <sr@denx.de>
61263 Date: Fri Jul 6 09:45:47 2007 +0200
61264
61265 Fix problem with get/setdcr commands introduced by cfg patches
61266
61267 Signed-off-by: Stefan Roese <sr@denx.de>
61268
61269 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
61270 Author: Wolfgang Denk <wd@denx.de>
61271 Date: Fri Jul 6 02:50:19 2007 +0200
61272
61273 Code cleanup and default config update for STC GP3 SSA board.
61274
61275 Signed-off-by: Wolfgang Denk <wd@denx.de>
61276
61277 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
61278 Author: Wolfgang Denk <wd@denx.de>
61279 Date: Thu Jul 5 17:56:27 2007 +0200
61280
61281 Fixing some typos etc. introduced mainly by cfg patches.
61282
61283 Signed-off-by: Wolfgang Denk <wd@denx.de>
61284
61285 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
61286 Author: Wolfgang Denk <wd@denx.de>
61287 Date: Thu Jul 5 11:12:16 2007 +0200
61288
61289 Minor coding style cleanup. Update CHANGELOG.
61290
61291 commit dca3b3d6d6396b67e5e84af53452164923c73443
61292 Author: Jon Loeliger <jdl@jdl.com>
61293 Date: Wed Jul 4 22:33:46 2007 -0500
61294
61295 include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
61296
61297 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61298
61299 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
61300 Author: Jon Loeliger <jdl@jdl.com>
61301 Date: Wed Jul 4 22:33:38 2007 -0500
61302
61303 include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
61304
61305 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61306
61307 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
61308 Author: Jon Loeliger <jdl@jdl.com>
61309 Date: Wed Jul 4 22:33:30 2007 -0500
61310
61311 include/configs: Use new CONFIG_CMD_* in various s* named board config files.
61312
61313 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61314
61315 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
61316 Author: Jon Loeliger <jdl@jdl.com>
61317 Date: Wed Jul 4 22:33:23 2007 -0500
61318
61319 include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
61320
61321 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61322
61323 commit 26a34560d56a9df5bc2ae23525d9229736134757
61324 Author: Jon Loeliger <jdl@jdl.com>
61325 Date: Wed Jul 4 22:33:17 2007 -0500
61326
61327 include/configs: Use new CONFIG_CMD_* in various p* named board config files.
61328
61329 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61330
61331 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
61332 Author: Jon Loeliger <jdl@jdl.com>
61333 Date: Wed Jul 4 22:33:13 2007 -0500
61334
61335 include/configs: Use new CONFIG_CMD_* in various o* named board config files.
61336
61337 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61338
61339 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
61340 Author: Jon Loeliger <jdl@jdl.com>
61341 Date: Wed Jul 4 22:33:07 2007 -0500
61342
61343 include/configs: Use new CONFIG_CMD_* in various n* named board config files.
61344
61345 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61346
61347 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
61348 Author: Jon Loeliger <jdl@jdl.com>
61349 Date: Wed Jul 4 22:33:01 2007 -0500
61350
61351 include/configs: Use new CONFIG_CMD_* in various m* named board config files.
61352
61353 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61354
61355 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
61356 Author: Jon Loeliger <jdl@jdl.com>
61357 Date: Wed Jul 4 22:32:57 2007 -0500
61358
61359 include/configs: Use new CONFIG_CMD_* in various l* named board config files.
61360
61361 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61362
61363 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
61364 Author: Jon Loeliger <jdl@jdl.com>
61365 Date: Wed Jul 4 22:32:51 2007 -0500
61366
61367 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
61368
61369 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61370
61371 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
61372 Author: Jon Loeliger <jdl@jdl.com>
61373 Date: Wed Jul 4 22:32:32 2007 -0500
61374
61375 include/configs: Use new CONFIG_CMD_* in various i* named board config files.
61376
61377 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61378
61379 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
61380 Author: Jon Loeliger <jdl@jdl.com>
61381 Date: Wed Jul 4 22:32:25 2007 -0500
61382
61383 include/configs: Use new CONFIG_CMD_* in various h* named board config files.
61384
61385 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61386
61387 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
61388 Author: Jon Loeliger <jdl@jdl.com>
61389 Date: Wed Jul 4 22:32:19 2007 -0500
61390
61391 include/configs: Use new CONFIG_CMD_* in various g* named board config files.
61392
61393 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61394
61395 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
61396 Author: Jon Loeliger <jdl@jdl.com>
61397 Date: Wed Jul 4 22:32:10 2007 -0500
61398
61399 include/configs: Use new CONFIG_CMD_* in various e* named board config files.
61400
61401 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61402
61403 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
61404 Author: Jon Loeliger <jdl@jdl.com>
61405 Date: Wed Jul 4 22:32:03 2007 -0500
61406
61407 include/configs: Use new CONFIG_CMD_* in various d* named board config files.
61408
61409 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61410
61411 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
61412 Author: Jon Loeliger <jdl@jdl.com>
61413 Date: Wed Jul 4 22:31:56 2007 -0500
61414
61415 include/configs: Use new CONFIG_CMD_* in various c* named board config files.
61416
61417 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61418
61419 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
61420 Author: Jon Loeliger <jdl@jdl.com>
61421 Date: Wed Jul 4 22:31:49 2007 -0500
61422
61423 include/configs: Use new CONFIG_CMD_* in various b* named board config files.
61424
61425 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61426
61427 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
61428 Author: Jon Loeliger <jdl@jdl.com>
61429 Date: Wed Jul 4 22:31:42 2007 -0500
61430
61431 include/configs: Use new CONFIG_CMD_* in various a* named board config files.
61432
61433 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61434
61435 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
61436 Author: Jon Loeliger <jdl@jdl.com>
61437 Date: Wed Jul 4 22:31:35 2007 -0500
61438
61439 include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
61440
61441 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61442
61443 commit d794cfefead5fc177cf4f41164e80382e9c9484a
61444 Author: Jon Loeliger <jdl@jdl.com>
61445 Date: Wed Jul 4 22:31:15 2007 -0500
61446
61447 include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
61448
61449 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61450
61451 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
61452 Author: Jon Loeliger <jdl@jdl.com>
61453 Date: Wed Jul 4 22:31:07 2007 -0500
61454
61455 include/configs: Use new CONFIG_CMD_* in STx board config files.
61456
61457 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61458
61459 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
61460 Author: Jon Loeliger <jdl@jdl.com>
61461 Date: Wed Jul 4 22:30:58 2007 -0500
61462
61463 include/configs: Use new CONFIG_CMD_* in sbc* board config files.
61464
61465 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61466
61467 commit 2694690e285acaa34922f55f4b5ae030da60c55a
61468 Author: Jon Loeliger <jdl@jdl.com>
61469 Date: Wed Jul 4 22:30:50 2007 -0500
61470
61471 include/configs: Use new CONFIG_CMD_* in TQM board config files.
61472
61473 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61474
61475 commit 1cc4c458329765b58e584a19821e796b3c10e976
61476 Author: Jon Loeliger <jdl@jdl.com>
61477 Date: Wed Jul 4 22:30:28 2007 -0500
61478
61479 include/configs: Use new CONFIG_CMD_* in 82xx board config files.
61480
61481 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61482
61483 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
61484 Author: Jon Loeliger <jdl@jdl.com>
61485 Date: Wed Jul 4 22:30:06 2007 -0500
61486
61487 include/configs: Use new CONFIG_CMD_* in 83xx board config files.
61488
61489 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61490
61491 commit b44896215a09c60fa40cae906f7ed207bbc2c492
61492 Author: Sergei Poselenov <sposelenov@emcraft.com>
61493 Date: Thu Jul 5 08:17:37 2007 +0200
61494
61495 Merged POST framework with the current TOT.
61496
61497 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
61498
61499 commit b24629fa377214d63bb40d1360e354b6d3e4af56
61500 Author: Jon Loeliger <jdl@jdl.com>
61501 Date: Wed Jun 13 13:23:15 2007 -0500
61502
61503 mpc86xx: Remove old CFG_CMD_* references.
61504
61505 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61506
61507 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
61508 Author: Jon Loeliger <jdl@jdl.com>
61509 Date: Wed Jun 13 13:22:54 2007 -0500
61510
61511 Add MPC8568MDS to MAKEALL 85xx target.
61512
61513 It was missing from the original port submission.
61514
61515 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61516
61517 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
61518 Author: Jon Loeliger <jdl@jdl.com>
61519 Date: Wed Jun 13 13:22:08 2007 -0500
61520
61521 include/configs: Use new CONFIG_CMD_* in 85xx board config files.
61522
61523 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61524
61525 commit 56b304ac2091689506088a9ae67f63fd6300cf16
61526 Author: Jon Loeliger <jdl@jdl.com>
61527 Date: Wed Jun 13 13:21:37 2007 -0500
61528
61529 Fix #if typo in CONFIG_CMD_* changes.
61530
61531 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61532
61533 commit f780b83316d9af1f61d71cc88b1917b387b9b995
61534 Author: Niklaus Giger <niklausgiger@gmx.ch>
61535 Date: Wed Jun 27 18:11:38 2007 +0200
61536
61537 resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
61538
61539 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
61540
61541 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
61542 Author: Stefan Roese <sr@denx.de>
61543 Date: Wed Jul 4 10:06:30 2007 +0200
61544
61545 ppc4xx: Update lwmon5 board
61546
61547 - Add optional ECC generation routine to preserve existing
61548 RAM values. This is needed for the Linux log-buffer support
61549 - Add optional DDR2 setup with CL=4
61550 - GPIO50 not used anymore
61551 - Lime register setup added
61552
61553 Signed-off-by: Stefan Roese <sr@denx.de>
61554
61555 commit 6810a34677dbc446334f5e451f1682426dd33b49
61556 Author: Grant Likely <grant.likely@secretlab.ca>
61557 Date: Tue Jul 3 00:17:28 2007 -0600
61558
61559 Fix Makefile to use $(MKCONFIG) macro for all board ports
61560
61561 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61562
61563 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
61564 Author: Grant Likely <grant.likely@secretlab.ca>
61565 Date: Tue Jul 3 00:17:28 2007 -0600
61566
61567 Fix Makefile to use $(MKCONFIG) macro for all board ports
61568
61569 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61570
61571 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
61572 Author: Grant Likely <grant.likely@secretlab.ca>
61573 Date: Tue Jul 3 00:34:49 2007 -0600
61574
61575 Correct fixup relocation for mpc83xx
61576
61577 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61578
61579 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
61580 Author: Grant Likely <grant.likely@secretlab.ca>
61581 Date: Tue Jul 3 00:34:44 2007 -0600
61582
61583 Correct fixup relocation for mpc8260
61584
61585 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61586
61587 commit f3a52fe05923935db86985daf9438e2f70ac39aa
61588 Author: Grant Likely <grant.likely@secretlab.ca>
61589 Date: Tue Jul 3 00:34:39 2007 -0600
61590
61591 Correct fixup relocation for mpc824x
61592
61593 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61594
61595 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
61596 Author: Grant Likely <grant.likely@secretlab.ca>
61597 Date: Tue Jul 3 00:34:34 2007 -0600
61598
61599 Correct fixup relocation for mpc8220
61600
61601 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61602
61603 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
61604 Author: Grant Likely <grant.likely@secretlab.ca>
61605 Date: Tue Jul 3 00:34:29 2007 -0600
61606
61607 Correct fixup relocation for MPC5xxx
61608
61609 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61610
61611 commit 3649cd99ba815b6601868735765602f00ef3692b
61612 Author: Grant Likely <grant.likely@secretlab.ca>
61613 Date: Tue Jul 3 00:34:24 2007 -0600
61614
61615 Correct relocation fixup for mpc5xx
61616
61617 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61618
61619 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
61620 Author: Grant Likely <grant.likely@secretlab.ca>
61621 Date: Tue Jul 3 00:34:19 2007 -0600
61622
61623 Don't set gd->reloc_off if relocation of .fixup works correctly
61624
61625 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61626
61627 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
61628 Author: Grant Likely <grant.likely@secretlab.ca>
61629 Date: Tue Jul 3 00:34:14 2007 -0600
61630
61631 Remove obsolete mpc83xx linker scripts
61632
61633 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61634
61635 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
61636 Author: Grant Likely <grant.likely@secretlab.ca>
61637 Date: Tue Jul 3 00:34:09 2007 -0600
61638
61639 Consolidate mpc8260 linker scripts
61640
61641 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61642
61643 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
61644 Author: Grant Likely <grant.likely@secretlab.ca>
61645 Date: Tue Jul 3 00:34:04 2007 -0600
61646
61647 Remove obsolete mpc824x linker scripts
61648
61649 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61650
61651 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
61652 Author: Grant Likely <grant.likely@secretlab.ca>
61653 Date: Tue Jul 3 00:33:59 2007 -0600
61654
61655 Remove obsolete mpc824x linker scripts (3 of 4)
61656
61657 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61658
61659 commit a71c084f3ac7fedf144537db2b2da47323068833
61660 Author: Grant Likely <grant.likely@secretlab.ca>
61661 Date: Tue Jul 3 00:33:53 2007 -0600
61662
61663 Remove obsolete mpc824x linker scripts (2 of 4)
61664
61665 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61666
61667 commit f670a15468d1365241d40022b9408e1004181f5e
61668 Author: Grant Likely <grant.likely@secretlab.ca>
61669 Date: Tue Jul 3 00:33:48 2007 -0600
61670
61671 Remove obsolete mpc824x linker scripts (1 of 4)
61672
61673 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61674
61675 commit 09555bd45a04c0e54f172528d21bc18896550d28
61676 Author: Grant Likely <grant.likely@secretlab.ca>
61677 Date: Tue Jul 3 00:33:43 2007 -0600
61678
61679 Remove obsolete mpc8220 linker scripts
61680
61681 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61682
61683 commit 5efb992f046e51225c93d52f80fecbe433abd789
61684 Author: Grant Likely <grant.likely@secretlab.ca>
61685 Date: Tue Jul 3 00:33:38 2007 -0600
61686
61687 Remove obsolete mpc5xxx linker scripts (3 of 3)
61688
61689 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61690
61691 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
61692 Author: Grant Likely <grant.likely@secretlab.ca>
61693 Date: Tue Jul 3 00:33:33 2007 -0600
61694
61695 Remove obsolete mpc5xxx linker scripts (2 of 3)
61696
61697 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61698
61699 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
61700 Author: Grant Likely <grant.likely@secretlab.ca>
61701 Date: Tue Jul 3 00:33:28 2007 -0600
61702
61703 Remove obsolete mpc5xxx linker scripts (1 of 3)
61704
61705 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61706
61707 commit b7d8e05f8675249b5f208aa73babeed384a4519d
61708 Author: Grant Likely <grant.likely@secretlab.ca>
61709 Date: Tue Jul 3 00:33:23 2007 -0600
61710
61711 Remove obsolete mpc5xx linker scripts
61712
61713 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61714
61715 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
61716 Author: Grant Likely <grant.likely@secretlab.ca>
61717 Date: Tue Jul 3 00:33:18 2007 -0600
61718
61719 Consolidate mpc83xx linker scripts
61720
61721 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61722
61723 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
61724 Author: Grant Likely <grant.likely@secretlab.ca>
61725 Date: Tue Jul 3 00:33:13 2007 -0600
61726
61727 Consolidate mpc8260 linker scripts
61728
61729 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61730
61731 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
61732 Author: Grant Likely <grant.likely@secretlab.ca>
61733 Date: Tue Jul 3 00:33:08 2007 -0600
61734
61735 Consolidate mpc824x linker scripts
61736
61737 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61738
61739 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
61740 Author: Grant Likely <grant.likely@secretlab.ca>
61741 Date: Tue Jul 3 00:33:03 2007 -0600
61742
61743 Consolidate mpc8220 linker scripts
61744
61745 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61746
61747 commit d181c9a15cd41863fe24840d17848429f27d3c8c
61748 Author: Grant Likely <grant.likely@secretlab.ca>
61749 Date: Tue Jul 3 00:32:58 2007 -0600
61750
61751 Consolidate mpc5xxx linker scripts
61752
61753 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61754
61755 commit 287ac924adb7291bebe5086652a362a30ab28b13
61756 Author: Grant Likely <grant.likely@secretlab.ca>
61757 Date: Tue Jul 3 00:32:53 2007 -0600
61758
61759 Consolidate mpc5xx linker scripts
61760
61761 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61762
61763 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
61764 Author: Wolfgang Denk <wd@denx.de>
61765 Date: Wed Jul 4 00:43:53 2007 +0200
61766
61767 Fix a few file permission problems.
61768
61769 Signed-off-by: Wolfgang Denk <wd@denx.de>
61770
61771 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
61772 Author: Wolfgang Denk <wd@denx.de>
61773 Date: Wed Jul 4 00:38:38 2007 +0200
61774
61775 Minor coding style cleanup. Rebuild CHANGELOG file.
61776
61777 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
61778 Author: Jon Loeliger <jdl@jdl.com>
61779 Date: Mon Jun 11 19:03:44 2007 -0500
61780
61781 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
61782
61783 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61784
61785 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
61786 Author: Jon Loeliger <jdl@jdl.com>
61787 Date: Mon Jun 11 19:03:39 2007 -0500
61788
61789 README: Rewrite command line config to use CONFIG_CMD_* names.
61790
61791 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61792
61793 commit 72a074cec68e5bad60d63206c050974e08afd804
61794 Author: Jon Loeliger <jdl@jdl.com>
61795 Date: Mon Jun 11 19:03:34 2007 -0500
61796
61797 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61798
61799 This is a compatibility step that allows both the older form
61800 and the new form to co-exist for a while until the older can
61801 be removed entirely.
61802
61803 All transformations are of the form:
61804 Before:
61805 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61806 After:
61807 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61808
61809 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61810
61811 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
61812 Author: Jon Loeliger <jdl@jdl.com>
61813 Date: Mon Jun 11 19:03:28 2007 -0500
61814
61815 tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61816
61817 This is a compatibility step that allows both the older form
61818 and the new form to co-exist for a while until the older can
61819 be removed entirely.
61820
61821 All transformations are of the form:
61822 Before:
61823 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61824 After:
61825 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61826
61827 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61828
61829 commit 9107ebe0d352420895ab69b715697bdebc8caf50
61830 Author: Jon Loeliger <jdl@jdl.com>
61831 Date: Mon Jun 11 19:03:23 2007 -0500
61832
61833 board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61834
61835 This is a compatibility step that allows both the older form
61836 and the new form to co-exist for a while until the older can
61837 be removed entirely.
61838
61839 All transformations are of the form:
61840 Before:
61841 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61842 After:
61843 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61844
61845 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61846
61847 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
61848 Author: Jon Loeliger <jdl@jdl.com>
61849 Date: Mon Jun 11 19:03:19 2007 -0500
61850
61851 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61852
61853 This is a compatibility step that allows both the older form
61854 and the new form to co-exist for a while until the older can
61855 be removed entirely.
61856
61857 All transformations are of the form:
61858 Before:
61859 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61860 After:
61861 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61862
61863 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61864
61865 commit 737184114ec9c9e0ab94d6713536126073bd2472
61866 Author: Jon Loeliger <jdl@jdl.com>
61867 Date: Mon Jun 11 19:03:15 2007 -0500
61868
61869 cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61870
61871 This is a compatibility step that allows both the older form
61872 and the new form to co-exist for a while until the older can
61873 be removed entirely.
61874
61875 All transformations are of the form:
61876 Before:
61877 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61878 After:
61879 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61880
61881 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61882
61883 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
61884 Author: Jon Loeliger <jdl@jdl.com>
61885 Date: Mon Jun 11 19:03:08 2007 -0500
61886
61887 cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61888
61889 This is a compatibility step that allows both the older form
61890 and the new form to co-exist for a while until the older can
61891 be removed entirely.
61892
61893 All transformations are of the form:
61894 Before:
61895 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61896 After:
61897 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61898
61899 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61900
61901 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
61902 Author: Jon Loeliger <jdl@jdl.com>
61903 Date: Mon Jun 11 19:03:03 2007 -0500
61904
61905 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61906
61907 This is a compatibility step that allows both the older form
61908 and the new form to co-exist for a while until the older can
61909 be removed entirely.
61910
61911 All transformations are of the form:
61912 Before:
61913 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61914 After:
61915 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61916
61917 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61918
61919 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
61920 Author: Jon Loeliger <jdl@jdl.com>
61921 Date: Mon Jun 11 19:02:58 2007 -0500
61922
61923 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61924
61925 This is a compatibility step that allows both the older form
61926 and the new form to co-exist for a while until the older can
61927 be removed entirely.
61928
61929 All transformations are of the form:
61930 Before:
61931 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61932 After:
61933 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61934
61935 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61936
61937 commit 98b79003c21c2578206003256de4e781d6b36ca8
61938 Author: Jon Loeliger <jdl@jdl.com>
61939 Date: Mon Jun 11 19:02:53 2007 -0500
61940
61941 rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61942
61943 This is a compatibility step that allows both the older form
61944 and the new form to co-exist for a while until the older can
61945 be removed entirely.
61946
61947 All transformations are of the form:
61948 Before:
61949 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61950 After:
61951 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61952
61953 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61954
61955 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
61956 Author: Jon Loeliger <jdl@jdl.com>
61957 Date: Mon Jun 11 19:02:49 2007 -0500
61958
61959 net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61960
61961 This is a compatibility step that allows both the older form
61962 and the new form to co-exist for a while until the older can
61963 be removed entirely.
61964
61965 All transformations are of the form:
61966 Before:
61967 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61968 After:
61969 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61970
61971 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61972
61973 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
61974 Author: Jon Loeliger <jdl@jdl.com>
61975 Date: Mon Jun 11 19:02:34 2007 -0500
61976
61977 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61978
61979 This is a compatibility step that allows both the older form
61980 and the new form to co-exist for a while until the older can
61981 be removed entirely.
61982
61983 All transformations are of the form:
61984 Before:
61985 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
61986 After:
61987 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
61988
61989 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61990
61991 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
61992 Author: Jon Loeliger <jdl@jdl.com>
61993 Date: Mon Jun 11 19:02:20 2007 -0500
61994
61995 fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
61996
61997 This is a compatibility step that allows both the older form
61998 and the new form to co-exist for a while until the older can
61999 be removed entirely.
62000
62001 All transformations are of the form:
62002 Before:
62003 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62004 After:
62005 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62006
62007 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62008
62009 commit d5be43de93ff905c465e509d45a3164ef48d26e7
62010 Author: Jon Loeliger <jdl@jdl.com>
62011 Date: Mon Jun 11 19:02:10 2007 -0500
62012
62013 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62014
62015 This is a compatibility step that allows both the older form
62016 and the new form to co-exist for a while until the older can
62017 be removed entirely.
62018
62019 All transformations are of the form:
62020 Before:
62021 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62022 After:
62023 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62024
62025 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62026
62027 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
62028 Author: Jon Loeliger <jdl@jdl.com>
62029 Date: Mon Jun 11 19:02:05 2007 -0500
62030
62031 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62032
62033 This is a compatibility step that allows both the older form
62034 and the new form to co-exist for a while until the older can
62035 be removed entirely.
62036
62037 All transformations are of the form:
62038 Before:
62039 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62040 After:
62041 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62042
62043 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62044
62045 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
62046 Author: Jon Loeliger <jdl@jdl.com>
62047 Date: Mon Jun 11 19:01:54 2007 -0500
62048
62049 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62050
62051 This is a compatibility step that allows both the older form
62052 and the new form to co-exist for a while until the older can
62053 be removed entirely.
62054
62055 All transformations are of the form:
62056 Before:
62057 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62058 After:
62059 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62060
62061 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62062
62063 commit a76adc8142c1d956385a109e0b70f9319ede4d66
62064 Author: Jon Loeliger <jdl@jdl.com>
62065 Date: Mon Jun 11 19:01:43 2007 -0500
62066
62067 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62068
62069 This is a compatibility step that allows both the older form
62070 and the new form to co-exist for a while until the older can
62071 be removed entirely.
62072
62073 All transformations are of the form:
62074 Before:
62075 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62076 After:
62077 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62078
62079 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62080
62081 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
62082 Author: Jon Loeliger <jdl@jdl.com>
62083 Date: Mon Jun 11 19:01:34 2007 -0500
62084
62085 Introduce initial versions of new Command Config files.
62086
62087 Derive three new files from cmd_confdefs.h:
62088 config_bootp.h - Has BOOTP related config options, not commands
62089 config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
62090 config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
62091
62092 For now, include "config_bootp.h" for compatability until all
62093 users of it directly include it properly.
62094
62095 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62096
62097 commit 1f2a05898658900dc5717761e27abf2052e67e13
62098 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
62099 Date: Sat Jun 30 18:50:48 2007 +0200
62100
62101 Fix S-ATA support.
62102
62103 Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
62104
62105 commit a5d71e290f3673269be8eefb4ec44f53412f9461
62106 Author: Heiko Schocher <hs@pollux.denx.de>
62107 Date: Mon Jun 25 19:11:37 2007 +0200
62108
62109 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
62110
62111 Signed-off-by: Heiko Schocher <hs@denx.de>
62112
62113 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
62114 Author: Niklaus Giger <niklaus.giger@nestal.com>
62115 Date: Mon Jun 25 17:03:13 2007 +0200
62116
62117 ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
62118
62119 This patch prints the DDR status registers upon machine check
62120 interrupt on the 440EPx/GRx. This can be useful especially when
62121 ECC support is enabled.
62122
62123 I added some small changes to the original patch from Niklaus to
62124 make it compile clean.
62125
62126 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
62127 Signed-off-by: Stefan Roese <sr@denx.de>
62128
62129 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
62130 Author: Niklaus Giger <niklaus.giger@nestal.com>
62131 Date: Mon Jun 25 16:50:55 2007 +0200
62132
62133 ppc4xx: Fix O=buildir builds
62134
62135 This patch fixes the problem to assemble cpu/ppc4xx/start.S
62136 experienced last week where building failed having specified
62137 O=../build.sequoia.
62138
62139 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
62140
62141 commit 466fff1a7bb5fe764a06450626f6098219f446b8
62142 Author: Stefan Roese <sr@denx.de>
62143 Date: Mon Jun 25 15:57:39 2007 +0200
62144
62145 ppc4xx: Add pci_pre_init() for 405 boards
62146
62147 This patch removes the CFG_PCI_PRE_INIT option completely, since
62148 it's not needed anymore with the patch from Matthias Fuchs with
62149 the "weak" pci_pre_init() implementation.
62150
62151 Signed-off-by: Stefan Roese <sr@denx.de>
62152
62153 commit 6f35c53166213c24a5a0e2390ed861136ff73870
62154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62155 Date: Sun Jun 24 17:41:21 2007 +0200
62156
62157 ppc4xx: Maintenance patch for esd's CPCI405 derivats
62158
62159 -add pci_pre_init() for pci interrupt fixup code
62160 -disable phy sleep mode via reset_phy() function
62161 -use correct io accessors
62162 -cleanup
62163
62164 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62165
62166 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
62167 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62168 Date: Sun Jun 24 17:23:41 2007 +0200
62169
62170 ppc4xx: Add pci_pre_init() for 405 boards
62171
62172 This patch adds support for calling a plattform dependant
62173 pci_pre_init() function for 405 boards. This can be used to
62174 move the current pci_405gp_fixup_irq() function into the
62175 board code.
62176
62177 This patch also makes the CFG_PCI_PRE_INIT define obsolete.
62178 A default function with 'weak' attribute is used when
62179 a board specific pci_pre_init() is not implemented.
62180
62181 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62182
62183 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
62184 Author: Wolfgang Denk <wd@denx.de>
62185 Date: Fri Jun 22 23:59:00 2007 +0200
62186
62187 Coding stylke cleanup; rebuild CHANGELOG
62188
62189 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
62190 Author: Igor Lisitsin <igor@emcraft.com>
62191 Date: Wed Apr 18 14:55:19 2007 +0400
62192
62193 Adapt log buffer code to support Linux 2.6
62194
62195 A new environment variable, "logversion", selects the log buffer
62196 behaviour. If it is not set or set to a value other than 2, then the
62197 old, Linux 2.4.4, behaviour is selected.
62198
62199 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
62200 --
62201
62202 commit a11e06965ec91270c51853407ff1261d3c740386
62203 Author: Igor Lisitsin <igor@emcraft.com>
62204 Date: Wed Mar 28 19:06:19 2007 +0400
62205
62206 Extend POST support for PPC440
62207
62208 Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
62209
62210 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
62211 --
62212
62213 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
62214 Author: Heiko Schocher <hs@pollux.denx.de>
62215 Date: Fri Jun 22 19:11:54 2007 +0200
62216
62217 [PCS440EP] upgrade the PCS440EP board:
62218 - Show on the Status LEDs, some States of the board.
62219 - Get the MAC addresses from the EEProm
62220 - use PREBOOT
62221 - use the CF on the board.
62222 - check the U-Boot image in the Flash with a SHA1
62223 checksum.
62224 - use dynamic TLB entries generation for the SDRAM
62225
62226 Signed-off-by: Heiko Schocher <hs@denx.de>
62227
62228 commit 3a1f5c81b0b9557817a789bece839905581c2205
62229 Author: Stefan Roese <sr@denx.de>
62230 Date: Fri Jun 22 16:58:40 2007 +0200
62231
62232 ppc4xx: Fix problem with extended program_tlb() funtion
62233
62234 The recently extended program_tlb() function had a problem when
62235 multiple TLB's had to be setup (for example with 512MB of SDRAM). The
62236 virtual address was not incremented. This patch fixes this issue
62237 and is tested on Katmai with 512MB SDRAM.
62238
62239 Signed-off-by: Stefan Roese <sr@denx.de>
62240
62241 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
62242 Author: Rafal Jaworowski <raj@semihalf.com>
62243 Date: Fri Jun 22 14:58:04 2007 +0200
62244
62245 [ppc] Fix build breakage for all non-4xx PowerPC variants.
62246
62247 - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
62248 - minor 4xx cleanup
62249
62250 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
62251 Author: Mike Frysinger <vapier@gentoo.org>
62252 Date: Fri Jun 22 10:34:12 2007 +0200
62253
62254 [patch] add nand_init() prototype to nand.h
62255
62256 since nand_init() is expected to be called by other parts of u-boot, there
62257 should be a prototype for it in nand.h
62258
62259 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62260 Signed-off-by: Stefan Roese <sr@denx.de>
62261
62262 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
62263 Author: Wolfgang Denk <wd@denx.de>
62264 Date: Wed Jun 20 18:14:24 2007 +0200
62265
62266 Coding style cleanup. Refresh CHANGELOG.
62267
62268 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
62269 Author: Stefan Roese <sr@denx.de>
62270 Date: Tue Jun 19 17:22:44 2007 +0200
62271
62272 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
62273
62274 This patch adds a board command to configure the I2C bootstrap EEPROM
62275 values. Right now 533 and 667MHz are supported for booting either via NOR
62276 or NAND FLASH. Here the usage:
62277
62278 => bootstrap 533 nor ;to configure the board for 533MHz NOR booting
62279 => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting
62280
62281 Signed-off-by: Stefan Roese <sr@denx.de>
62282
62283 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
62284 Author: Stefan Roese <sr@denx.de>
62285 Date: Tue Jun 19 16:42:31 2007 +0200
62286
62287 [ppc4xx] Fix problem with NAND booting on AMCC Acadia
62288
62289 The latest changes showed a problem with the location of the NAND-SPL
62290 image in the OCM and the init-data area (incl. cache). This patch
62291 fixes this problem.
62292
62293 Signed-off-by: Stefan Roese <sr@denx.de>
62294
62295 commit 86ba99e34194394052d24c04dc40d1263d29a26f
62296 Author: Stefan Roese <sr@denx.de>
62297 Date: Tue Jun 19 16:40:58 2007 +0200
62298
62299 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
62300
62301 Signed-off-by: Stefan Roese <sr@denx.de>
62302
62303 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
62304 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
62305 Date: Mon Jun 18 13:50:13 2007 -0500
62306
62307 Added M5329AFEE and M5329BFEE Platforms
62308
62309 Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
62310 drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
62311 include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
62312 rtc/mcfrtc.c
62313
62314 Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
62315 common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
62316 include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
62317 include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
62318 include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
62319 lib_m68k/time.c, net/eth.c and rtc/Makefile
62320
62321 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
62322
62323 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
62324 Author: Michal Simek <monstr@monstr.eu>
62325 Date: Sun Jun 17 19:04:11 2007 +0200
62326
62327 [fix] email reparation
62328
62329 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
62330 Author: Michal Simek <monstr@monstr.eu>
62331 Date: Sun Jun 17 19:03:21 2007 +0200
62332
62333 [FIX] fix microblaze file permitission
62334
62335 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
62336 Author: Stefan Roese <sr@denx.de>
62337 Date: Fri Jun 15 11:33:41 2007 +0200
62338
62339 [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
62340
62341 Now CONFIG_440 has to be defined in all PPC440 board config files.
62342
62343 Signed-off-by: Stefan Roese <sr@denx.de>
62344
62345 commit efa35cf12d914d4caba942acd5a6c45f217de302
62346 Author: Grzegorz Bernacki <gjb@semihalf.com>
62347 Date: Fri Jun 15 11:19:28 2007 +0200
62348
62349 ppc4xx: Clean up 440 exceptions handling
62350
62351 - Introduced dedicated switches for building 440 and 405 images required
62352 for 440-specific machine instructions like 'rfmci' etc.
62353
62354 - Exception vectors moved to the proper location (_start moved away from
62355 the critical exception handler space, which it occupied)
62356
62357 - CriticalInput now serviced (with default handler)
62358
62359 - MachineCheck properly serviced (added a dedicated handler and return
62360 subroutine)
62361
62362 - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
62363 unhandled and those not relevant for 4xx were eliminated)
62364
62365 - Eliminated Linux leftovers, removed dead code
62366
62367 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
62368 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
62369 Signed-off-by: Stefan Roese <sr@denx.de>
62370
62371 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
62372 Author: Stefan Roese <sr@denx.de>
62373 Date: Fri Jun 15 08:18:01 2007 +0200
62374
62375 [ppc4xx] Add initial lwmon5 board support
62376
62377 This patch adds initial support for the Liebherr lwmon5 board euqipped
62378 with an AMCC 440EPx PowerPC.
62379
62380 Signed-off-by: Stefan Roese <sr@denx.de>
62381
62382 commit 85f737376d5ff3d5f0d45a8b657686326d175307
62383 Author: Stefan Roese <sr@denx.de>
62384 Date: Fri Jun 15 07:39:43 2007 +0200
62385
62386 [ppc4xx] Extend 44x GPIO setup with default output state
62387
62388 The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
62389 is extended with the default GPIO output state (level).
62390
62391 Signed-off-by: Stefan Roese <sr@denx.de>
62392
62393 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
62394 Author: Stefan Roese <sr@denx.de>
62395 Date: Thu Jun 14 11:14:32 2007 +0200
62396
62397 [ppc4xx] Extend program_tlb() with virtual & physical addresses
62398
62399 Now program_tlb() allows to program a TLB (or multiple) with
62400 different virtual and physical addresses. With this change, now one
62401 physical region (e.g. SDRAM) can be mapped 2 times, once with caches
62402 diabled and once with caches enabled.
62403
62404 Signed-off-by: Stefan Roese <sr@denx.de>
62405
62406 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
62407 Author: Detlev Zundel <dzu@denx.de>
62408 Date: Wed May 23 19:02:41 2007 +0200
62409
62410 Change 'repeatable' attribute of some commands to sensible values.
62411
62412 Most prominently this changes 'erase' to be non-repeatable.
62413
62414 Signed-off-by: Detlev Zundel <dzu@denx.de>
62415
62416 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
62417 Author: Detlev Zundel <dzu@denx.de>
62418 Date: Wed May 23 18:47:48 2007 +0200
62419
62420 Fix 'run' not to continue after interrupted command
62421
62422 Signed-off-by: Detlev Zundel <dzu@denx.de>
62423
62424 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
62425 Author: Jason Jin <Jason.jin@freescale.com>
62426 Date: Mon Jun 11 15:14:24 2007 +0200
62427
62428 USB: This patch fix readl in ohci swap reg access.
62429
62430 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
62431
62432 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
62433 Author: Bartlomiej Sieka <tur@semihalf.com>
62434 Date: Fri Jun 8 14:52:22 2007 +0200
62435
62436 TQM5200: Add Flat Device Tree support, update default env. accordingly.
62437
62438 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
62439 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62440
62441 commit 9045f33c023f698660a2e45d1b2194c0711abebc
62442 Author: Wolfgang Denk <wd@denx.de>
62443 Date: Fri Jun 8 10:24:58 2007 +0200
62444
62445 Fix config problems on SC3 board; make ide_reset_timeout work.
62446
62447 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
62448 Author: Benoît Monin <bmonin@adeneo.eu>
62449 Date: Fri Jun 8 09:55:24 2007 +0200
62450
62451 [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
62452
62453 Set the correct value in GPIOx_TCR when configuring the gpio
62454 with CFG_440_GPIO_TABLE.
62455
62456 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
62457 Signed-off-by: Stefan Roese <sr@denx.de>
62458
62459 commit f539edc076cfe52bff919dd512ba8d7af0e22092
62460 Author: Vadim Bendebury <vbendeb@google.com>
62461 Date: Thu May 24 15:52:25 2007 -0700
62462
62463 cosmetic changes to bcm570x driver
62464
62465 This is a cosmetic only changes submission.
62466 It affects files relevant to bcm570x driver.
62467 the commands used to generate this change was
62468
62469 cd drivers
62470 Lindent -pcs -l80 bcm570x.c bcm570x_lm.h bcm570x_mm.h tigon3.c tigon3.h
62471
62472 The BMW target (the only one using this chip so far) builds cleanly, the
62473 `before and after' generated object files for drivers/bcm570x.c and
62474 drivers/tigon3.o are identical as reported by objdump -d
62475
62476 Signed-off-by: Vadim Bendebury <vbendeb@google.com>
62477 Signed-off-by: Ben Warren <bwarren@qstreams.com>
62478
62479 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
62480 Author: Wolfgang Denk <wd@denx.de>
62481 Date: Wed Jun 6 16:26:56 2007 +0200
62482
62483 Coding Style cleanup; generate new CHANGELOG file.
62484
62485 Signed-off-by: Wolfgang Denk <wd@denx.de>
62486
62487 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
62488 Author: Markus Klotzbuecher <mk@denx.de>
62489 Date: Wed Jun 6 11:49:44 2007 +0200
62490
62491 TRAB, USB: update trab board configuration for use of generic ohci driver
62492
62493 commit dace45acd1c1357daa9322099d07c9a9e08b0024
62494 Author: Markus Klotzbuecher <mk@denx.de>
62495 Date: Wed Jun 6 11:49:43 2007 +0200
62496
62497 USB: ohci fixes and cleanup for ppc4xx and yosemite board.
62498
62499 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
62500 Author: Markus Klotzbuecher <mk@denx.de>
62501 Date: Wed Jun 6 11:49:43 2007 +0200
62502
62503 USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
62504
62505 commit fc43be478f2aa37ce38acd85355038866e4162af
62506 Author: Markus Klotzbuecher <mk@denx.de>
62507 Date: Wed Jun 6 11:49:35 2007 +0200
62508
62509 USB/OHCI: endianness cleanup in the generic ohci driver
62510
62511 commit c440bfe6d6d92d66478a7e84402b31f48413617b
62512 Author: Stefan Roese <sr@denx.de>
62513 Date: Wed Jun 6 11:42:13 2007 +0200
62514
62515 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
62516
62517 This patch adds NAND booting support for the AMCC Acadia eval board.
62518
62519 Please make sure to configure jumper J7 to position 2-3 when booting
62520 from NOR, and to position 1-2 when booting for NAND.
62521
62522 I also added a board command to configure the I2C bootstrap EEPROM
62523 values. Right now only 267MHz is support for booting either via NOR
62524 or NAND FLASH. Here the usage:
62525
62526 => bootstrap 267 nor ;to configure the board for 267MHz NOR booting
62527 => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting
62528
62529 Signed-off-by: Stefan Roese <sr@denx.de>
62530
62531 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
62532 Author: Rodolfo Giometti <giometti@linux.it>
62533 Date: Wed Jun 6 10:08:14 2007 +0200
62534
62535 Files include/linux/byteorder/{big,little}_endian.h define
62536 __BIG_ENDIAN and __LITTLE_ENDIAN.
62537
62538 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
62539
62540 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
62541 Author: Zhang Wei <wei.zhang@freescale.com>
62542 Date: Wed Jun 6 10:08:14 2007 +0200
62543
62544 Add USB PCI-OHCI, USB keyboard and event poll support to the
62545 MPC8641HPCN board config file.
62546
62547 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
62548
62549 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
62550 Author: Zhang Wei <wei.zhang@freescale.com>
62551 Date: Wed Jun 6 10:08:14 2007 +0200
62552
62553 USB PCI-OHCI, interrupt pipe and usb event poll support
62554
62555 This patch added USB PCI-OHCI chips support, interrupt pipe support
62556 and usb event poll support. For supporting the USB interrupt pipe, the
62557 globe urb_priv is moved to purb in ed struct. Now, we can process
62558 several urbs at one time. The interrupt pipe support codes are ported
62559 from Linux kernel 2.4.
62560
62561 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
62562
62563 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
62564 Author: Zhang Wei <wei.zhang@freescale.com>
62565 Date: Wed Jun 6 10:08:13 2007 +0200
62566
62567 USB event poll support
62568
62569 This patch adds USB event poll support, which could be used in usbkbd
62570 and other usb devices driver when the asynchronous interrupt
62571 processing is supported.
62572
62573 Signed-off-by: Zhang Wei <wei.zhang@freescale.com
62574
62575 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
62576 Author: Rodolfo Giometti <giometti@linux.it>
62577 Date: Wed Jun 6 10:08:12 2007 +0200
62578
62579 ISP116x: delay for crappy USB keys
62580
62581 Using some (very) slow USB keys cause the USB host controller buffers
62582 are not ready to be read by the CPU so we need an extra delay before
62583 reading the USB storage data.
62584
62585 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
62586
62587 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
62588 Author: Markus Klotzbuecher <mk@denx.de>
62589 Date: Wed Jun 6 10:08:12 2007 +0200
62590
62591 Change duplicate usb_cpu_init_fail to usb_board_init_fail
62592
62593 Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
62594 this out.
62595
62596 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
62597
62598 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
62599 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
62600 Date: Tue Jun 5 12:30:52 2007 -0500
62601
62602 mpc8641 image size cleanup
62603
62604 e600 does not have a bootpg restriction.
62605 Move the version string to beginning of image at fff00000.
62606 Resetvec.S is not needed.
62607 Update flash copy instructions.
62608 Add tftpflash env variable
62609
62610 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62611 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62612
62613 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
62614 Author: Benoît Monin <bmonin@adeneo.eu>
62615 Date: Mon Jun 4 08:36:05 2007 +0200
62616
62617 [PATCH] Fix ppc4xx bootstrap letter displayed on startup
62618
62619 The attached patch is mainly cosmetic, allowing u-boot to
62620 display the correct bootstrap option letter according to the
62621 datasheets.
62622
62623 The original patch was extended with 405EZ support by Stefan
62624 Roese.
62625
62626 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
62627 Signed-off-by: Stefan Roese <sr@denx.de>
62628
62629 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
62630 Author: Nikita V. Youshchenko <yoush@debian.org>
62631 Date: Wed May 23 12:45:19 2007 +0400
62632
62633 fix compilation problem for mpc8349itx CFG_RAMBOOT
62634
62635 Current include/configs/MPC8349ITX.h does contain some support for building
62636 image that will be started from memory (without putting in into flash).
62637 It could be triggered by building with TEXT_BASE set to a low value.
62638
62639 However, this support is incomplete: using of low TEXT_BASE causes
62640 defining configuration macros in inconsistent way, which later leads
62641 to compilation errors. In particular. flash support is being disabled,
62642 but then flash structures get referenced.
62643
62644 This patch fixes this, making it possible to build with low TEXT_BASE.
62645
62646 Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
62647
62648 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62649
62650 commit 8a364f0970de49949d635e60accf463c6443ef8c
62651 Author: Nikita V. Youshchenko <yoush@debian.org>
62652 Date: Wed May 23 12:45:25 2007 +0400
62653
62654 add missing 'console' var to default mpc8349itx config
62655
62656 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62657
62658 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
62659 Author: Stefan Roese <sr@denx.de>
62660 Date: Fri Jun 1 16:18:17 2007 +0200
62661
62662 ppc4xx: Add missing file for Bamboo NAND booting support
62663
62664 Signed-off-by: Stefan Roese <sr@denx.de>
62665
62666 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
62667 Author: Stefan Roese <sr@denx.de>
62668 Date: Fri Jun 1 15:58:19 2007 +0200
62669
62670 ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
62671
62672 This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
62673 suggested by AMCC it is not recommended to dynamically change the EBC
62674 speed after bootup. So we undo this change to be on the safe side.
62675
62676 Signed-off-by: Stefan Roese <sr@denx.de>
62677
62678 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
62679 Author: Stefan Roese <sr@denx.de>
62680 Date: Fri Jun 1 15:29:04 2007 +0200
62681
62682 ppc4xx: Update Sequoia NAND booting support with ECC
62683
62684 Signed-off-by: Stefan Roese <sr@denx.de>
62685
62686 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
62687 Author: Stefan Roese <sr@denx.de>
62688 Date: Fri Jun 1 15:27:11 2007 +0200
62689
62690 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
62691
62692 This patch adds NAND booting support for the AMCC Bamboo eval board.
62693 Since the NAND-SPL boot image is limited to 4kbytes, this version
62694 only supports the onboard 64MBytes of DDR. The DIMM modules can't be
62695 supported, since the setup code for I2C DIMM autodetection and
62696 configuration is too big for this NAND bootloader.
62697
62698 Signed-off-by: Stefan Roese <sr@denx.de>
62699
62700 commit 42be56f53c8b107868e6125c8524ae84293e95a7
62701 Author: Stefan Roese <sr@denx.de>
62702 Date: Fri Jun 1 15:23:04 2007 +0200
62703
62704 NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
62705
62706 The U-Boot NAND booting support is now extended to support ECC
62707 upon loading of the NAND U-Boot image.
62708
62709 Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
62710
62711 Signed-off-by: Stefan Roese <sr@denx.de>
62712
62713 commit a471db07fbb65a841ffc9f4f112562b945230f98
62714 Author: Stefan Roese <sr@denx.de>
62715 Date: Fri Jun 1 15:19:29 2007 +0200
62716
62717 ppc4xx: Prepare Bamboo port for NAND booting support
62718
62719 This patch updates the "normal" Bamboo NOR booting port, so
62720 that it is compatible with the coming soon NAND booting
62721 Bamboo port.
62722
62723 It also enables the 2nd NAND flash on the Bamboo.
62724
62725 Signed-off-by: Stefan Roese <sr@denx.de>
62726
62727 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
62728 Author: Stefan Roese <sr@denx.de>
62729 Date: Fri Jun 1 15:16:58 2007 +0200
62730
62731 ppc4xx: Update in_be32() functions and friends to latest Linux version
62732
62733 Signed-off-by: Stefan Roese <sr@denx.de>
62734
62735 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
62736 Author: Stefan Roese <sr@denx.de>
62737 Date: Fri Jun 1 15:15:12 2007 +0200
62738
62739 NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
62740
62741 This patch adds hardware ECC support to the NDFC driver. It also
62742 changes the register access from using the "simple" in32/out32
62743 functions to the in_be32/out_be32 functions, which make sure
62744 that the access is correctly synced. This is the only recommended
62745 access to SoC registers in the current Linux kernel.
62746
62747 Signed-off-by: Stefan Roese <sr@denx.de>
62748
62749 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
62750 Author: Stefan Roese <sr@denx.de>
62751 Date: Fri Jun 1 15:12:15 2007 +0200
62752
62753 NAND: Update nand_ecc.c to latest Linux version
62754
62755 This patch updates the nand_ecc code to the latest Linux version.
62756 The main reason for this is the more compact code. This makes
62757 it possible to include the ECC code into the NAND bootloader
62758 image (NAND_SPL) for PPC4xx.
62759
62760 Signed-off-by: Stefan Roese <sr@denx.de>
62761
62762 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
62763 Author: Stefan Roese <sr@denx.de>
62764 Date: Fri Jun 1 15:09:50 2007 +0200
62765
62766 ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
62767
62768 Signed-off-by: Stefan Roese <sr@denx.de>
62769
62770 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
62771 Author: Stefan Roese <sr@denx.de>
62772 Date: Fri Jun 1 13:45:24 2007 +0200
62773
62774 ppc4xx: Change Luan config file to support ECC
62775
62776 With the updated 44x DDR2 driver the Luan board now supports
62777 ECC generation and checking.
62778
62779 Signed-off-by: Stefan Roese <sr@denx.de>
62780
62781 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
62782 Author: Stefan Roese <sr@denx.de>
62783 Date: Fri Jun 1 13:45:00 2007 +0200
62784
62785 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
62786
62787 Add config option for 180 degree advance clock control as needed
62788 for the AMCC Luan eval board.
62789
62790 Signed-off-by: Stefan Roese <sr@denx.de>
62791
62792 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
62793 Author: Wolfgang Denk <wd@denx.de>
62794 Date: Thu May 31 17:20:09 2007 +0200
62795
62796 Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
62797
62798 Signed-off-by: Wolfgang Denk <wd@denx.de>
62799
62800 commit 7049288fb1f16f1b317140226cdebd07bd416395
62801 Author: Bartlomiej Sieka <tur@semihalf.com>
62802 Date: Sun May 27 17:26:46 2007 +0200
62803
62804 Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
62805
62806 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
62807
62808 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
62809 Author: Bartlomiej Sieka <tur@semihalf.com>
62810 Date: Sun May 27 17:06:36 2007 +0200
62811
62812 Motion-PRO: Add support for redundant environment.
62813
62814 Enable redundant environment, add a MTD partition for it; also add env.
62815 variable command for passing MTD partitions to the kernel command line.
62816
62817 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
62818 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62819
62820 commit a26eabeec31746f06d309103690892805696e344
62821 Author: Bartlomiej Sieka <tur@semihalf.com>
62822 Date: Sun May 27 17:05:11 2007 +0200
62823
62824 Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
62825
62826 Allow passing longer command line to the kernel - useful especially
62827 for passing MTD partition layout.
62828
62829 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
62830 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62831
62832 commit 9160b96f71483a116de81c68985e8ee306d36764
62833 Author: Bartlomiej Sieka <tur@semihalf.com>
62834 Date: Sun May 27 17:04:18 2007 +0200
62835
62836 Fix: Add missing NULL termination in strings expanded by macros parser.
62837
62838 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
62839 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62840
62841 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
62842 Author: Bartlomiej Sieka <tur@semihalf.com>
62843 Date: Sun May 27 17:03:37 2007 +0200
62844
62845 Motion-PRO: Update EEPROM's page write bits and write delay.
62846
62847 Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
62848 have a page write capability of two bytes", and "This device offers fast (1ms)
62849 byte write". Add 3ms of extra delay.
62850
62851 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
62852 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62853
62854 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
62855 Author: Bartlomiej Sieka <tur@semihalf.com>
62856 Date: Sun May 27 16:58:45 2007 +0200
62857
62858 MPC5XXX, Motion-PRO: Fix PHY initialization problem.
62859
62860 After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
62861 networking does not function. This commit switches PHY to TX mode by clearing
62862 the FX_SEL bit of Mode Control Register. It also reverses commit
62863 008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
62864
62865 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
62866 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62867
62868 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
62869 Author: Bartlomiej Sieka <tur@semihalf.com>
62870 Date: Sun May 27 16:57:15 2007 +0200
62871
62872 Motion-PRO: Add support for the temperature sensor.
62873
62874 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
62875 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62876
62877 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
62878 Author: Bartlomiej Sieka <tur@semihalf.com>
62879 Date: Sun May 27 16:55:23 2007 +0200
62880
62881 Motion-PRO: Add displaying of CPLD revision information during boot.
62882
62883 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
62884 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62885
62886 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
62887 Author: Bartlomiej Sieka <tur@semihalf.com>
62888 Date: Sun May 27 16:53:43 2007 +0200
62889
62890 MPC5xxx: Change names of defines related to IPB and PCI clocks.
62891
62892 Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
62893 them does not cause PCI or IPB clocks to run at the specified speed.
62894 Instead, they configure divisors used to calculate said clocks. This
62895 patch renames the defines according to their real function.
62896
62897 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
62898 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62899
62900 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
62901 Author: Bartlomiej Sieka <tur@semihalf.com>
62902 Date: Sun May 27 16:51:48 2007 +0200
62903
62904 Motion-PRO: Add LED support.
62905
62906 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
62907 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
62908 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
62909
62910 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
62911 Author: Ulf Samuelsson <ulf@atmel.com>
62912 Date: Thu May 24 12:12:47 2007 +0200
62913
62914 [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
62915
62916 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
62917 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
62918 Signed-off-by: Stefan Roese <sr@denx.de>
62919
62920 commit d756894722c888d09a9fa1df8323753772d3dcce
62921 Author: Stefan Roese <sr@denx.de>
62922 Date: Thu May 24 09:49:00 2007 +0200
62923
62924 ppc4xx: Fix small 405EZ OCM initilization bug in start.S
62925
62926 As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
62927 fixes a small bug in the 405EZ OCM initialization. Thanks for
62928 spotting.
62929
62930 Signed-off-by: Stefan Roese <sr@denx.de>
62931
62932 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
62933 Author: Stefan Roese <sr@denx.de>
62934 Date: Thu May 24 08:22:09 2007 +0200
62935
62936 ppc4xx: Update AMCC Acadia support for board revision 1.1
62937
62938 This patch updates the Acadia (405EZ) support for the new 1.1 board
62939 revision. It also adds support for NAND FLASH via the 4xx NDFC.
62940
62941 Please note that the jumper J7 must be in position 2-3 for this
62942 NAND support. Position 1-2 is for NAND booting only. NAND booting
62943 support will follow later.
62944
62945 Signed-off-by: Stefan Roese <sr@denx.de>
62946
62947 commit 822d55365bb557e084d0e33625a6dedcc866110b
62948 Author: Jon Loeliger <jdl@freescale.com>
62949 Date: Wed May 23 14:09:46 2007 -0500
62950
62951 Add LIST_86xx MAKEALL target for PowerPC builds.
62952
62953 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62954
62955 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
62956 Author: Stefan Roese <sr@denx.de>
62957 Date: Tue May 22 12:48:09 2007 +0200
62958
62959 ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
62960
62961 Signed-off-by: Stefan Roese <sr@denx.de>
62962
62963 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
62964 Author: Stefan Roese <sr@denx.de>
62965 Date: Tue May 22 12:46:10 2007 +0200
62966
62967 ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
62968
62969 This patch adds support for 405 PPC's to the 4xx NAND driver
62970 ndfc.c. This is in preparation for the new AMCC 405EZ.
62971
62972 Signed-off-by: Stefan Roese <sr@denx.de>
62973
62974 commit 10603d76767426be803dadd4fb688b97eb69481c
62975 Author: Stefan Roese <sr@denx.de>
62976 Date: Mon May 21 07:41:22 2007 +0200
62977
62978 ppc4xx: Fix problem in 405EZ OCM initialization
62979
62980 As spotted by Bruce Adler this patch fixes an initialization problem
62981 for the 405EZ OCM.
62982
62983 Signed-off-by: Stefan Roese <sr@denx.de>
62984
62985 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
62986 Author: Peter Pearse <peter.pearse@arm.com>
62987 Date: Fri May 18 16:47:03 2007 +0100
62988
62989 Reduce line lengths to 80 characters max.
62990
62991 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
62992 Author: Peter Pearse <peter.pearse@arm.com>
62993 Date: Fri May 18 14:34:07 2007 +0100
62994
62995 Makefile permissions
62996
62997 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
62998 Author: Peter Pearse <peter.pearse@arm.com>
62999 Date: Fri May 18 14:33:11 2007 +0100
63000
63001 Makefile permissions
63002
63003 commit 255a3577c848706441daee0174543efe205a77f8
63004 Author: Kim Phillips <kim.phillips@freescale.com>
63005 Date: Wed May 16 16:52:19 2007 -0500
63006
63007 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
63008
63009 For all practical u-boot purposes, TSECs don't differ throughout the
63010 mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
63011
63012 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63013
63014 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
63015 Author: Stefano Babic <sbabic@denx.de>
63016 Date: Wed May 16 14:49:12 2007 +0200
63017
63018 Fix compile problem cause my Microblaze merge
63019
63020 Signed-off-by: Stefano Babic <sbabic@denx.de>
63021
63022 commit ada4697d0230d6da552867777f98a67ec3ba2579
63023 Author: Jeffrey Mann <mannj@embeddedplanet.com>
63024 Date: Wed May 16 13:23:10 2007 +0200
63025
63026 [PATCH] Run new sequoia boards with an EBC speed of 83MHz
63027
63028 Because the Sequoia board does not boot with an EBC faster than 66MHz,
63029 the clock divider are changed after the initial boot process.
63030
63031 This allows for maximum clocking speeds to be achieved on newer boards.
63032 Sequoia boards with 666.66 MHz processors require that the EBC divider
63033 be set to 3 in order to start the initial boot process at a slower EBC
63034 speed. After the initial boot process, the divider can be set back to 2,
63035 which will cause the boards to run at 83.333MHz. This is backward
63036 compatible with boards with 533.33 MHz processors, as these boards will
63037 already be set with an EBC divider of 2.
63038
63039 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
63040
63041 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
63042 Author: Wolfgang Denk <wd@denx.de>
63043 Date: Wed May 16 01:16:53 2007 +0200
63044
63045 Minor Coding Style cleanup, update CHANGELOG.
63046
63047 Signed-off-by: Wolfgang Denk <wd@denx.de>
63048
63049 commit d62f64cc23a940eafe712c776b3249e4160753d1
63050 Author: Wolfgang Denk <wd@denx.de>
63051 Date: Wed May 16 00:13:33 2007 +0200
63052
63053 Coding Style Cleanup, new CHANGELOG
63054
63055 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
63056 Author: Wolfgang Denk <wd@denx.de>
63057 Date: Tue May 15 23:38:05 2007 +0200
63058
63059 Minor coding style cleanup.
63060
63061 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
63062 Author: mushtaq khan <mushtaq_k@procsys.com>
63063 Date: Fri Apr 20 14:23:02 2007 +0530
63064
63065 Add driver for S-ATA-controller on Intel processors with South
63066 Bridge, ICH-5, ICH-6 and ICH-7.
63067
63068 Implementation:
63069
63070 1. Code is divided in to two files. All functions, which are
63071 controller specific are kept in "drivers/ata_piix.c" file and
63072 functions, which are not controller specific, are kept in
63073 "common/cmd_sata.c" file.
63074
63075 2. Reading and Writing from the S-ATA drive is done using PIO method.
63076
63077 3. Driver can be configured for 48-bit addressing by defining macro
63078 CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
63079 addressing.
63080
63081 4. S-ATA read function is hooked to the File system, commands like
63082 ext2ls and ext2load file can be used. This has been tested.
63083
63084 5. U-Boot command "SATA_init" is added, which initializes the S-ATA
63085 controller and identifies the S-ATA drives connected to it.
63086
63087 6. U-Boot command "sata" is added, which is used to read/write, print
63088 partition table and get info about the drives present. This I have
63089 implemented in same way as "ide" command is implemented in U-Boot.
63090
63091 7. This driver is for S-ATA in native mode.
63092
63093 8. This driver does not support the Native command queuing and
63094 Hot-plugging.
63095
63096 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
63097
63098 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
63099 Author: mushtaq khan <mushtaq_k@procsys.com>
63100 Date: Mon Apr 30 15:57:22 2007 +0530
63101
63102 Fixes bug clearing the bss section for i386
63103
63104 Hi,
63105 There is a bug in the code of clearing the bss section for processor
63106 i386.(File: cpu/i386/start.S)
63107 In the code, bss_start addr (starting addr of bss section) is put into
63108 the register %eax, but the code which clears the bss section refers to
63109 the addr pointed by %edi.
63110
63111 This patch fixes this bug by putting bss_start into %edi register.
63112
63113 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
63114
63115 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
63116 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
63117 Date: Mon Apr 30 16:47:28 2007 -0500
63118
63119 Add support for BCM5464 Quad Phy
63120
63121 Added support for Broadcom's BCM5464 Quad Phy
63122
63123 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
63124
63125 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
63126 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
63127 Date: Wed May 9 08:10:57 2007 +0800
63128
63129 Search the exception table with linear algorithm
63130
63131 Search the exception table with linear algorithm instead of
63132 bisecting algorithm.
63133 Because the exception table might be unsorted.
63134
63135 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63136
63137 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
63138 Author: Aubrey.Li <aubrey.adi@gmail.com>
63139 Date: Mon May 14 11:47:35 2007 +0800
63140
63141 Fix compilation issues on MACOSX
63142
63143 Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
63144 Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
63145
63146 commit 56fd7162985c412317bbf763a225fba23c64fd31
63147 Author: Stephen Williams <steve@icarus.com>
63148 Date: Tue May 15 07:55:42 2007 -0700
63149
63150 Fix for compile of JSE target
63151
63152 The attached patch fixes the compile of the JSE board in the
63153 denx git as of 14 may 2007. It is an extremely simple patch,
63154 it just adds the missing define of CFG_SYSTEMACE_WIDTH.
63155
63156 Fix to compile JSE against 20070514 git of u-boot
63157
63158 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
63159 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
63160 Date: Sun May 13 21:01:03 2007 +0900
63161
63162 sh: MS7750SE support.
63163
63164 This adds support for the Hitachi MS7750SE.
63165
63166 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63167
63168 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
63169 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
63170 Date: Sun May 13 20:58:00 2007 +0900
63171
63172 sh: First support code of SuperH.
63173
63174 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63175
63176 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
63177 Author: Stefan Roese <sr@denx.de>
63178 Date: Fri May 11 12:01:49 2007 +0200
63179
63180 ppc4xx: Add mtcpr/mfcpr access macros
63181
63182 Signed-off-by: Stefan Roese <sr@denx.de>
63183
63184 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
63185 Author: Stefan Roese <sr@denx.de>
63186 Date: Fri May 11 12:01:06 2007 +0200
63187
63188 ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
63189
63190 Signed-off-by: Stefan Roese <sr@denx.de>
63191
63192 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
63193 Author: Piotr Kruszynski <ppk@semihalf.com>
63194 Date: Thu May 10 16:55:52 2007 +0200
63195
63196 [Motion-PRO] Add MTD and JFFS2 support, also add default partition
63197 definition.
63198
63199 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
63200 Author: Peter Pearse <peter.pearse@arm.com>
63201 Date: Wed May 9 11:42:44 2007 +0100
63202
63203 Add the board directory for SMN42
63204
63205 commit 160131bf965785419626df6c388729fe0b597992
63206 Author: Peter Pearse <peter.pearse@arm.com>
63207 Date: Wed May 9 11:41:58 2007 +0100
63208
63209 Add the files for the SMN42 board
63210
63211 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
63212 Author: Peter Pearse <peter.pearse@arm.com>
63213 Date: Wed May 9 11:40:34 2007 +0100
63214
63215 Remove the deleted files for the SMN42 patch
63216
63217 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
63218 Author: Peter Pearse <peter.pearse@arm.com>
63219 Date: Wed May 9 11:37:56 2007 +0100
63220
63221 New board SMN42 branch
63222
63223 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
63224 Author: Peter Pearse <peter.pearse@arm.com>
63225 Date: Wed May 9 10:24:38 2007 +0100
63226
63227 Makefile permissions
63228
63229 commit b84289b595731e8851df46e893845cc1322c9b9b
63230 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
63231 Date: Tue May 8 14:17:07 2007 -0500
63232
63233 8641hpcn: Fix Makefile after moving pixis to board/freescale.
63234
63235 The OBJTREE != SRCTREE build scenario was broken.
63236 This fixes it.
63237
63238 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63239 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63240
63241 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
63242 Author: Michal Simek <monstr@monstr.eu>
63243 Date: Tue May 8 15:57:43 2007 +0200
63244
63245 add: reading special purpose registers
63246
63247 commit 1a50f164beb065f360fbddb76029607d6b099698
63248 Author: Michal Simek <monstr@monstr.eu>
63249 Date: Tue May 8 14:52:52 2007 +0200
63250
63251 add: Microblaze V5 exception handling
63252
63253 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
63254 Author: Michal Simek <monstr@monstr.eu>
63255 Date: Tue May 8 14:39:11 2007 +0200
63256
63257 add: FSL control read and write
63258
63259 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
63260 Author: Piotr Kruszynski <ppk@semihalf.com>
63261 Date: Tue May 8 13:05:44 2007 +0200
63262
63263 [Motion-PRO] Add support for I2C, EEPROM and RTC.
63264
63265 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
63266 Author: Bartlomiej Sieka <tur@semihalf.com>
63267 Date: Tue May 8 10:23:56 2007 +0200
63268
63269 [Motion-PRO] Add ATA support. Add CF-booting commands to the default
63270 environment.
63271
63272 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
63273 Author: Bartlomiej Sieka <tur@semihalf.com>
63274 Date: Tue May 8 09:39:12 2007 +0200
63275
63276 [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
63277 eliminates networking problems in Linux (timeouts).
63278
63279 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
63280 Author: Bartlomiej Sieka <tur@semihalf.com>
63281 Date: Tue May 8 09:21:57 2007 +0200
63282
63283 [Motion-PRO] Enable Flat Device Tree support and modify default environment
63284 to allow booting of FDT-expecting kernels.
63285
63286 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
63287 Author: Michal Simek <monstr@monstr.eu>
63288 Date: Mon May 7 23:58:31 2007 +0200
63289
63290 new: USE_MSR_INTR support
63291
63292 commit 008861a2f3ef2c062744d733787c7e530a1b8761
63293 Author: Bartlomiej Sieka <tur@semihalf.com>
63294 Date: Mon May 7 22:36:15 2007 +0200
63295
63296 [MPC5xxx] There are networking problems on the Motion-PRO board with
63297 current PHY initalization code (tftp timeouts all the time). This commit
63298 temporarily disables PHY initalization sequence to make the networking
63299 operational, until a fix is found.
63300
63301 commit abca901869c3760b6c5fecb825db6c1d91a78a93
63302 Author: Wolfgang Denk <wd@denx.de>
63303 Date: Mon May 7 22:10:36 2007 +0200
63304
63305 Get rid of duplicated file (see include/configs/sbc8560.h instead)
63306
63307 Signed-off-by: Wolfgang Denk <wd@denx.de>
63308
63309 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
63310 Author: Wolfgang Denk <wd@denx.de>
63311 Date: Mon May 7 22:07:08 2007 +0200
63312
63313 Get rid of duplicated file (see doc/README.SBC8560 instead)
63314
63315 Signed-off-by: Wolfgang Denk <wd@denx.de>
63316
63317 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
63318 Author: Michal Simek <monstr@monstr.eu>
63319 Date: Mon May 7 19:43:10 2007 +0200
63320
63321 fix: read and write MSR - repair number of parameters
63322
63323 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
63324 Author: Jeffrey Mann <mannj@embeddedplanet.com>
63325 Date: Mon May 7 19:42:49 2007 +0200
63326
63327 [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
63328
63329 A '3' got cut off in the formatting of the last patch to automatically
63330 change the clock speed of the system clock on sequoia board.
63331
63332 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
63333 Signed-off-by: Stefan Roese <sr@denx.de>
63334
63335 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
63336 Author: Michal Simek <monstr@monstr.eu>
63337 Date: Mon May 7 19:33:51 2007 +0200
63338
63339 new: fsl interrupt support
63340 FSL_Has_data is connected to INTC.
63341
63342 commit 792032baa7d625e34c981ab6df521911bd8dc861
63343 Author: Michal Simek <monstr@monstr.eu>
63344 Date: Mon May 7 19:30:12 2007 +0200
63345
63346 fix: interrupt handler
63347 remove asm code
63348
63349 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
63350 Author: Michal Simek <monstr@monstr.eu>
63351 Date: Mon May 7 19:25:08 2007 +0200
63352
63353 fix: remove asm code
63354
63355 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
63356 Author: Michal Simek <monstr@monstr.eu>
63357 Date: Mon May 7 19:12:43 2007 +0200
63358
63359 fix: clean interrupt
63360
63361 commit 42efed6130c8fcf7da881385b5427065d2801757
63362 Author: Michal Simek <monstr@monstr.eu>
63363 Date: Mon May 7 17:22:25 2007 +0200
63364
63365 fix: interrupt handler for multiple sources
63366
63367 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
63368 Author: Michal Simek <monstr@monstr.eu>
63369 Date: Mon May 7 17:11:09 2007 +0200
63370
63371 new: add writing to msr register
63372
63373 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
63374 Author: Markus Klotzbuecher <mk@denx.de>
63375 Date: Mon May 7 16:43:56 2007 +0200
63376
63377 Fix an ancient CHANGELOG conflict
63378
63379 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
63380 Author: Timur Tabi <timur@freescale.com>
63381 Date: Sat May 5 08:12:30 2007 +0200
63382
63383 5xxx: write MAC address to mac-address and local-mac-address
63384
63385 Some device trees have a mac-address property, some have local-mac-address,
63386 and some have both. To support all of these device trees, ftp_cpu_setup()
63387 should write the MAC address to mac-address and local-mac-address, if they
63388 exist.
63389
63390 Signed-off-by: Timur Tabi <timur@freescale.com>
63391 Acked-by: Grant Likely <grant.likely@secretlab.ca>
63392
63393 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
63394 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
63395 Date: Sun Apr 29 14:01:54 2007 +0200
63396
63397 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
63398
63399 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
63400 message. Use PVR to distinguish between the two variants, and print proper CPU
63401 information.
63402
63403 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
63404 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63405 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
63406
63407 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
63408 Author: Ladislav Michl <ladis@linux-mips.org>
63409 Date: Wed Apr 25 16:01:26 2007 +0200
63410
63411 [PATCH] simplify silent console
63412
63413 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
63414 Acked-by: Stefan Roese <sr@denx.de>
63415
63416 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
63417 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
63418 Date: Mon Apr 23 15:30:39 2007 +0200
63419
63420 [PATCH] Avoid assigning PCI resources from zero address
63421
63422 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
63423 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
63424 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
63425 sentence about "0" being considered an invalid address) -- so, use a reasonable
63426 starting value of 0x1000 (that's what the most Linux archs are using).
63427
63428 Alternatively, one might have fixed the calls to pci_set_region() individually
63429 (some code even seems to have taken care of this issue) but that would have
63430 been a lot more work. :-)
63431
63432 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
63433 Acked-by: Stefan Roese <sr@denx.de>
63434
63435 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
63436 Author: Jeffrey Mann <mannj@embeddedplanet.com>
63437 Date: Mon Apr 23 14:00:11 2007 +0200
63438
63439 [patch] setenv(...) can delete environmentalvariables
63440
63441 update setenv() function so that entering a NULL value for the
63442 variable's value will delete the environmental variable
63443
63444 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
63445 Acked-by: Stefan Roese <sr@denx.de>
63446
63447 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
63448 Author: Mike Frysinger <vapier@gentoo.org>
63449 Date: Mon Apr 23 13:54:24 2007 +0200
63450
63451 [patch] use unsigned char in smc91111 driver for mac
63452
63453 the v_mac variable in the smc91111 driver is declared as a signed char ...
63454 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
63455 because when it gets printed out, you get a display like:
63456 0xFFFFFFE0 and that's no good
63457
63458 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63459
63460 commit ffc50f9bb194343c6303517a517708457a5eb6b8
63461 Author: Michal Simek <monstr@monstr.eu>
63462 Date: Sat May 5 18:54:42 2007 +0200
63463
63464 new: FSL and MSR support #2
63465
63466 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
63467 Author: Michal Simek <monstr@monstr.eu>
63468 Date: Sat May 5 18:27:16 2007 +0200
63469
63470 new: FSL and MSR support
63471
63472 commit 2f15278c2eb911c668b4fe562130b78cf554d139
63473 Author: Wolfgang Denk <wd@denx.de>
63474 Date: Sat May 5 18:23:11 2007 +0200
63475
63476 Coding stylke cleanup; update CHANGELOG.
63477
63478 Signed-off-by: Wolfgang Denk <wd@denx.de>
63479
63480 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
63481 Author: Wolfgang Denk <wd@denx.de>
63482 Date: Sat May 5 18:05:02 2007 +0200
63483
63484 Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
63485
63486 Signed-off-by: Wolfgang Denk <wd@denx.de>
63487
63488 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
63489 Author: Wolfgang Denk <wd@denx.de>
63490 Date: Sat May 5 17:15:50 2007 +0200
63491
63492 Make "file" command happy with some config.mk files; update CHANGELOG
63493
63494 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
63495 Author: Jeffrey Mann <mannj@embeddedplanet.com>
63496 Date: Sat May 5 08:32:14 2007 +0200
63497
63498 ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
63499
63500 The AMCC Secquoia board has been changed in a new revision from using a
63501 33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
63502 indicates the difference. This patch reads that bit and uses the correct
63503 clock speed for the board. This code is backward compatable will all
63504 prior boards. All prior boards will be read as 33.000.
63505
63506 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
63507 Signed-off-by: Stefan Roese <sr@denx.de>
63508
63509 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
63510 Author: Stefan Roese <sr@denx.de>
63511 Date: Sat May 5 08:29:01 2007 +0200
63512
63513 ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
63514
63515 Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
63516 for the 4k NAND boot image so define bus_frequency to 133MHz here
63517 which is save for the refresh counter setup.
63518
63519 Signed-off-by: Stefan Roese <sr@denx.de>
63520
63521 commit 2f550ab976405300f5b07bf2890800840d0aa05f
63522 Author: Timur Tabi <timur@freescale.com>
63523 Date: Sat May 5 08:12:30 2007 +0200
63524
63525 5xxx: write MAC address to mac-address and local-mac-address
63526
63527 Some device trees have a mac-address property, some have local-mac-address,
63528 and some have both. To support all of these device trees, ftp_cpu_setup()
63529 should write the MAC address to mac-address and local-mac-address, if they
63530 exist.
63531
63532 Signed-off-by: Timur Tabi <timur@freescale.com>
63533 Acked-by: Grant Likely <grant.likely@secretlab.ca>
63534
63535 commit a79886590593ba1d667c840caa4940c61639f18f
63536 Author: Thomas Knobloch <knobloch@siemens.com>
63537 Date: Sat May 5 07:04:42 2007 +0200
63538
63539 NAND: Wrong calculation of page number in nand_block_bad()
63540
63541 In case that there is no memory based bad block table available the
63542 function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
63543 nand_block_bad() directly. When parameter 'getchip' is set to zero,
63544 nand_block_bad() will not right shift the offset to calculate the
63545 correct page number.
63546
63547 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
63548 Signed-off-by: Stefan Roese <sr@denx.de>
63549
63550 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
63551 Author: Wolfgang Denk <wd@denx.de>
63552 Date: Fri May 4 10:02:33 2007 +0200
63553
63554 Fix initrd length corruption in bootm command.
63555
63556 When using FDT Images, the length of an inital ramdisk was
63557 overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
63558
63559 Patches by Timur Tabi & Johns Daniel.
63560
63561 Signed-off-by: Wolfgang Denk <wd@denx.de>
63562
63563 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
63564 Author: Kim Phillips <kim.phillips@freescale.com>
63565 Date: Thu May 3 19:43:52 2007 -0500
63566
63567 mpc83xx: fix trivial error in MAKEALL
63568
63569 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63570
63571 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
63572 Author: Wolfgang Denk <wd@denx.de>
63573 Date: Thu May 3 16:34:41 2007 +0200
63574
63575 Update board configuration for STX GP3SSA board:
63576
63577 Enable hush shell, environment in flash rather in EEPROM,
63578 more user-friendly default environment, etc.
63579 The simple EEPROM environment can be selected easily in the board
63580 config file.
63581
63582 Signed-off-by: Wolfgang Denk <wd@denx.de>
63583
63584 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
63585 Author: Wolfgang Denk <wd@denx.de>
63586 Date: Tue Apr 24 14:37:49 2007 +0200
63587
63588 Cleanup STX GP3SSA code; fix build and compile problems.
63589
63590 commit 35171dc04e028ecacc23ad916a66295472555dbf
63591 Author: Dan Malek <dan@embeddedalley.com>
63592 Date: Fri Jan 5 09:15:34 2007 +0100
63593
63594 Add support for STX GP3SSA (stxssa) Board
63595
63596 Signed-off-by Dan Malek, <dan@embeddedalley.com>
63597
63598 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
63599 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
63600 Date: Wed May 2 13:31:53 2007 +0200
63601
63602 macb: Don't restart autonegotiation if we already have link
63603
63604 Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
63605 link is already up.
63606
63607 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
63608
63609 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
63610 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
63611 Date: Wed May 2 13:22:38 2007 +0200
63612
63613 macb: Introduce a few barriers when dealing with DMA descriptors
63614
63615 There were a few theoretical possibilities that the compiler might
63616 optimize away DMA descriptor reads and/or writes and thus cause
63617 synchronization problems with the hardware. Insert barriers where
63618 we depend on reads/writes actually hitting memory.
63619
63620 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
63621
63622 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
63623 Author: Andy Fleming <afleming@freescale.com>
63624 Date: Sat Feb 24 01:08:13 2007 -0600
63625
63626 Cleaned up some 85xx PCI bugs
63627
63628 * Cleaned up the CDS PCI Config Tables and added NULL entries to
63629 the end
63630 * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
63631 * Fixed 85xx PCI code to assign powar region sizes based on the
63632 config values (rather than hard-coding them)
63633 * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
63634
63635 Signed-off-by: Andy Fleming <afleming@freescale.com>
63636
63637 commit 6743105988fc44d5b0d30388c790607835aae7a6
63638 Author: Andy Fleming <afleming@freescale.com>
63639 Date: Mon Apr 23 02:54:25 2007 -0500
63640
63641 Add support for the 8568 MDS board
63642
63643 This included some changes to common files:
63644 * Add 8568 processor SVR to various places
63645 * Add support for setting the qe bus-frequency value in the dts
63646 * Add the 8568MDS target to the Makefile
63647
63648 Signed-off-by: Andy Fleming <afleming@freescale.com>
63649
63650 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
63651 Author: David Updegraff <dave@cray.com>
63652 Date: Fri Apr 20 14:34:48 2007 -0500
63653
63654 Add support for treating unknown PHYs as generic PHYs.
63655
63656 When bringing up u-boot on new boards, PHY support sometimes gets
63657 neglected. Most PHYs don't really need any special support,
63658 though. By adding a generic entry that always matches if nothing
63659 else does, we can provide support for "unsupported" PHYs for the
63660 tsec.
63661
63662 The generic PHY driver supports most PHYs, including gigabit.
63663
63664 Signed-off-by: David Updegraff <dave@cray.com>
63665 Signed-off-by: Andy Fleming <afleming@freescale.com>
63666
63667 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
63668 Author: James Yang <James.Yang@freescale.com>
63669 Date: Wed Feb 7 15:28:04 2007 -0600
63670
63671 Conditionalize 8641 Rev1.0 MCM workarounds
63672
63673 Signed-off-by: James Yang <James.Yang@freescale.com>
63674 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63675
63676 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
63677 Author: Timur Tabi <timur@freescale.com>
63678 Date: Mon Apr 30 13:59:50 2007 -0500
63679
63680 Fix memory initialization on MPC8349E-mITX
63681
63682 Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
63683 This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary
63684 on some ITX boards, notably those with a revision 3.1 CPU.
63685
63686 Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
63687 ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
63688
63689 Signed-off-by: Timur Tabi <timur@freescale.com>
63690 Acked-by: Michael Benedict <MBenedict@twacs.com>
63691 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63692
63693 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
63694 Author: Kim Phillips <kim.phillips@freescale.com>
63695 Date: Mon Apr 30 15:26:21 2007 -0500
63696
63697 mpc83xx: replace elaborate boottime verbosity with 'clocks' command
63698
63699 and fix CPU: to align with Board: display text.
63700
63701 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63702
63703 commit c1ab82669d9525998c34e802a12cad662723f22a
63704 Author: James Yang <James.Yang@freescale.com>
63705 Date: Fri Mar 16 13:02:53 2007 -0500
63706
63707 Rewrote picos_to_clk() to avoid rounding errors.
63708 Clarified that conversion is to DRAM clocks rather than platform clocks.
63709 Made function static to spd_sdram.c.
63710
63711 Signed-off-by: James Yang <James.Yang@freescale.com>
63712 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63713
63714 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
63715 Author: Stefan Roese <sr@denx.de>
63716 Date: Sun Apr 29 14:13:01 2007 +0200
63717
63718 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
63719
63720 Signed-off-by: Stefan Roese <sr@denx.de>
63721
63722 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
63723 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
63724 Date: Sun Apr 29 14:01:54 2007 +0200
63725
63726 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
63727
63728 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
63729 message. Use PVR to distinguish between the two variants, and print proper CPU
63730 information.
63731
63732 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
63733 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63734 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
63735
63736 commit 5c5d3242935cf3543af01142627494434834cf98
63737 Author: Kim Phillips <kim.phillips@freescale.com>
63738 Date: Wed Apr 25 12:34:38 2007 -0500
63739
63740 mpc83xx: minor fixups for 8313rdb introduction
63741
63742 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
63743 Author: Ladislav Michl <ladis@linux-mips.org>
63744 Date: Wed Apr 25 16:01:26 2007 +0200
63745
63746 [PATCH] simplify silent console
63747
63748 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
63749 Acked-by: Stefan Roese <sr@denx.de>
63750
63751 commit 144876a380f5756f57412caf74c1d6dc201dd796
63752 Author: Michal Simek <monstr@monstr.eu>
63753 Date: Tue Apr 24 23:01:02 2007 +0200
63754
63755 [PATCH] MTD partition support, JFFS2 support
63756
63757 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
63758 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63759 Date: Tue Apr 24 14:03:45 2007 +0200
63760
63761 ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
63762
63763 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63764
63765 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
63766 Author: Andy Fleming <afleming@freescale.com>
63767 Date: Mon Apr 23 02:37:47 2007 -0500
63768
63769 Reworked 85xx speed detection code
63770
63771 Changed the code to read the registers and calculate the clock
63772 rates, rather than using a "switch" statement.
63773
63774 Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
63775
63776 Signed-off-by: Andy Fleming <afleming@freescale.com>
63777
63778 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
63779 Author: Andy Fleming <afleming@freescale.com>
63780 Date: Mon Apr 23 02:24:28 2007 -0500
63781
63782 Enable 8544 support
63783
63784 * Add support to the Makefile
63785 * Add 8544 configuration support to the tsec driver
63786 * Add 8544 SVR numbers to processor.h
63787
63788 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63789 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63790
63791 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
63792 Author: Andy Fleming <afleming@freescale.com>
63793 Date: Fri Feb 23 17:12:25 2007 -0600
63794
63795 Support 1G size on 8548
63796
63797 e500v2 and newer cores support 1G page sizes.
63798
63799 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63800 Signed-off-by: Andy Fleming <afleming@freescale.com>
63801
63802 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
63803 Author: Andy Fleming <afleming@freescale.com>
63804 Date: Fri Feb 23 17:11:16 2007 -0600
63805
63806 Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
63807
63808 The other pagesz constants use one letter to specify order of
63809 magnitude. Also change the one reference to it in mpc8548cds/init.S
63810
63811 Signed-off-by: Andy Fleming <afleming@freescale.com>
63812
63813 commit 1f9a318cea14272edd10d63739e2d326c90f430e
63814 Author: Andy Fleming <afleming@freescale.com>
63815 Date: Fri Feb 23 16:28:46 2007 -0600
63816
63817 Only set ddrioovcr for 8548 rev1.
63818
63819 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63820 Signed-off-by: Andy Fleming <afleming@freescale.com>
63821
63822 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
63823 Author: Andy Fleming <afleming@freescale.com>
63824 Date: Sat Feb 24 01:16:45 2007 -0600
63825
63826 Tweak DDR ECC error counter
63827
63828 Enable single-bit error counter when memory was cleared by ddr controller.
63829
63830 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63831 Signed-off-by: Andy Fleming <afleming@freescale.com>
63832
63833 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
63834 Author: Timur Tabi <timur@freescale.com>
63835 Date: Mon Feb 12 13:34:55 2007 -0600
63836
63837 85xx: write MAC address to mac-address and local-mac-address
63838
63839 Some device trees have a mac-address property, some have local-mac-address,
63840 and some have both. To support all of these device trees, ftp_cpu_setup()
63841 should write the MAC address to mac-address and local-mac-address, if they
63842 exist.
63843
63844 Signed-off-by: Timur Tabi <timur@freescale.com>
63845
63846 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
63847 Author: Andy Fleming <afleming@freescale.com>
63848 Date: Mon Apr 23 01:44:44 2007 -0500
63849
63850 Some 85xx cpu cleanups
63851
63852 * Cleaned up the TSR[WIS] clearing
63853 * Cleaned up DMA initialization
63854
63855 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63856 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63857 Acked-by: Andy Fleming <afleming@freescale.com>
63858
63859 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
63860 Author: Andy Fleming <afleming@freescale.com>
63861 Date: Mon Apr 23 01:32:22 2007 -0500
63862
63863 Add cpu support for the 8544
63864
63865 Recognize new SVR values, and add a few register definitions
63866
63867 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63868 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63869 Acked-by: Andy Fleming <afleming@freescale.com>
63870
63871 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
63872 Author: Jon Loeliger <jdl@freescale.com>
63873 Date: Wed Apr 11 16:51:02 2007 -0500
63874
63875 Add MPC8544DS basic port board files.
63876
63877 Add board port under new board/freescale directory
63878 structure and reuse existing PIXIS FPGA support there.
63879
63880 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63881 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63882
63883 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
63884 Author: Jon Loeliger <jdl@freescale.com>
63885 Date: Wed Apr 11 16:50:57 2007 -0500
63886
63887 Add MPC8544DS main configuration file.
63888
63889 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63890 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63891
63892 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
63893 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
63894 Date: Wed Dec 27 22:07:15 2006 +0300
63895
63896 Fix PCI I/O space mapping on Freescale MPC85x0ADS
63897
63898 The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
63899 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
63900 describing the local address window used for the PCI I/O space accesses -- fix
63901 this and carry over the necessary changes into the MPC8560ADS code since the
63902 PCI I/O space mapping was also broken for this board (by the earlier commit
63903 087454609e47295443af793a282cddcd91a5f49c). Add the comments clarifying how
63904 the PCI I/O space must be mapped to all the MPC85xx board config. headers.
63905
63906 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
63907
63908 board/mpc8540ads/init.S | 4 ++--
63909 board/mpc8560ads/init.S | 4 ++--
63910 include/configs/MPC8540ADS.h | 5 ++---
63911 include/configs/MPC8541CDS.h | 2 +-
63912 include/configs/MPC8548CDS.h | 2 +-
63913 include/configs/MPC8560ADS.h | 8 ++++----
63914 6 files changed, 12 insertions(+), 13 deletions(-)
63915
63916 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
63917 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
63918 Date: Tue Dec 5 16:42:30 2006 +0800
63919
63920 u-boot: Fix e500 v2 core reset bug
63921
63922 The following patch fixes the e500 v2 core reset bug.
63923 For e500 v2 core, a new reset control register is added to reset the
63924 processor.
63925
63926 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63927
63928 commit 63247a5acd58032e6cf33f525bc3923b467bac88
63929 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
63930 Date: Wed Dec 20 11:01:00 2006 +0800
63931
63932 u-boot: v2: Remove the fixed TLB and LAW entrynubmer
63933
63934 Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
63935 entry number to control the loop. This can reduce the potential risk
63936 for the 85xx processor increasing its TLB adn LAW entry number.
63937
63938 Signed-off-by: Swarthout Edward <swarthout@freescale.com>
63939 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63940
63941 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
63942 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
63943 Date: Mon Dec 18 17:01:04 2006 +0800
63944
63945 u-boot: Fix the 85xxcds tsec bug
63946
63947 Fix the 85xxcds tsec bug.
63948 When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
63949
63950 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63951
63952 commit 7337b237ffc4aaf1b9467024fe472a880d852598
63953 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
63954 Date: Fri Dec 15 14:43:31 2006 +0800
63955
63956 u-boot: Fix CPU2 errata on MPC8548CDS board
63957
63958 This patch apply workaround of CPU2 errata on MPC8548CDS board.
63959
63960 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
63961
63962 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
63963 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
63964 Date: Mon Dec 18 16:25:15 2006 +0800
63965
63966 u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
63967
63968 This patch disables MPC8548CDS 2T_TIMING for DDR by default.
63969
63970 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
63971
63972 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
63973 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
63974 Date: Thu Dec 14 14:14:55 2006 +0800
63975
63976 u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
63977
63978 Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
63979 board.
63980 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63981
63982 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
63983 Author: Scott Wood <scottwood@freescale.com>
63984 Date: Mon Apr 16 14:54:15 2007 -0500
63985
63986 mpc83xx: Add MPC8313ERDB support.
63987
63988 Signed-off-by: Scott Wood <scottwood@freescale.com>
63989
63990 commit 49ea3b6eafe606285ae4d5c378026153dde53200
63991 Author: Scott Wood <scottwood@freescale.com>
63992 Date: Mon Apr 16 14:34:21 2007 -0500
63993
63994 mpc83xx: Add generic PCI setup code.
63995
63996 Board code can now request the generic setup code rather than having to
63997 copy-and-paste it for themselves. Boards should be converted to use this
63998 once they're tested with it.
63999
64000 Signed-off-by: Scott Wood <scottwood@freescale.com>
64001
64002 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
64003 Author: Scott Wood <scottwood@freescale.com>
64004 Date: Mon Apr 16 14:34:19 2007 -0500
64005
64006 mpc83xx: Add 831x support to speed.c.
64007
64008 Signed-off-by: Scott Wood <scottwood@freescale.com>
64009
64010 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
64011 Author: Scott Wood <scottwood@freescale.com>
64012 Date: Mon Apr 16 14:34:18 2007 -0500
64013
64014 mpc83xx: Add 831x support to global_data.h
64015
64016 Signed-off-by: Scott Wood <scottwood@freescale.com>
64017
64018 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
64019 Author: Scott Wood <scottwood@freescale.com>
64020 Date: Mon Apr 16 14:34:16 2007 -0500
64021
64022 mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
64023
64024 Rather than misleadingly define PVR_83xx as the specific type of 83xx
64025 being built for, the PVR of each core revision is defined. checkcpu() now
64026 prints the core that it detects, rather than aborting if it doesn't find
64027 what it thinks it wants.
64028
64029 Signed-off-by: Scott Wood <scottwood@freescale.com>
64030
64031 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
64032 Author: Scott Wood <scottwood@freescale.com>
64033 Date: Mon Apr 16 14:34:15 2007 -0500
64034
64035 mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
64036
64037 Signed-off-by: Scott Wood <scottwood@freescale.com>
64038
64039 commit d87c57b201b4572d16f1b642998faa00c9912b16
64040 Author: Scott Wood <scottwood@freescale.com>
64041 Date: Mon Apr 16 14:31:55 2007 -0500
64042
64043 mpc83xx: Add register definitions for MPC831x.
64044
64045 Signed-off-by: Scott Wood <scottwood@freescale.com>
64046
64047 commit 7fc4c71a143be8666d70803fb25ae60379c95622
64048 Author: Stefan Roese <sr@denx.de>
64049 Date: Mon Apr 23 15:39:59 2007 +0200
64050
64051 Fix file mode
64052
64053 Signed-off-by: Stefan Roese <sr@denx.de>
64054
64055 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
64056 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
64057 Date: Mon Apr 23 15:30:39 2007 +0200
64058
64059 [PATCH] Avoid assigning PCI resources from zero address
64060
64061 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
64062 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
64063 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
64064 sentence about "0" being considered an invalid address) -- so, use a reasonable
64065 starting value of 0x1000 (that's what the most Linux archs are using).
64066
64067 Alternatively, one might have fixed the calls to pci_set_region() individually
64068 (some code even seems to have taken care of this issue) but that would have
64069 been a lot more work. :-)
64070
64071 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
64072 Acked-by: Stefan Roese <sr@denx.de>
64073
64074 commit afb903a2eb9436baa9270ccc0c27082d86497d89
64075 Author: Jeffrey Mann <mannj@embeddedplanet.com>
64076 Date: Mon Apr 23 14:00:11 2007 +0200
64077
64078 [patch] setenv(...) can delete environmentalvariables
64079
64080 update setenv() function so that entering a NULL value for the
64081 variable's value will delete the environmental variable
64082
64083 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
64084 Acked-by: Stefan Roese <sr@denx.de>
64085
64086 commit 36f104e5caa747d568eff26b369565af57c2ffa6
64087 Author: Mike Frysinger <vapier@gentoo.org>
64088 Date: Mon Apr 23 13:54:24 2007 +0200
64089
64090 [patch] use unsigned char in smc91111 driver for mac
64091
64092 the v_mac variable in the smc91111 driver is declared as a signed char ...
64093 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
64094 because when it gets printed out, you get a display like:
64095 0xFFFFFFE0 and that's no good
64096
64097 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
64098
64099 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
64100 Author: Rodolfo Giometti <giometti@enneenne.com>
64101 Date: Mon Apr 23 13:10:52 2007 +0200
64102
64103 USB: (Another) delay for crappy USB keys.
64104
64105 Some USB keys are slow in giving back an answer when the Root HUB
64106 enables power lines.
64107
64108 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
64109
64110 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
64111 Author: Stefan Roese <sr@denx.de>
64112 Date: Mon Apr 23 12:00:22 2007 +0200
64113
64114 Remove BOARDLIBS usage completely
64115
64116 Signed-off-by: Stefan Roese <sr@denx.de>
64117
64118 commit 32556443840f127170e4baa8bdd5b567039f6c36
64119 Author: Michal Simek <monstr@monstr.eu>
64120 Date: Sat Apr 21 21:07:22 2007 +0200
64121
64122 [PATCH] SystemACE support for Microblaze
64123
64124 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
64125 Author: Michal Simek <monstr@monstr.eu>
64126 Date: Sat Apr 21 21:02:40 2007 +0200
64127
64128 16bit read/write little endian
64129
64130 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
64131 Author: Michal Simek <monstr@monstr.eu>
64132 Date: Sat Apr 21 20:53:31 2007 +0200
64133
64134 Change ML401 parameters - Xilinx BSP
64135
64136 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
64137 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
64138 Date: Wed Feb 28 05:37:29 2007 -0600
64139
64140 mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
64141
64142 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64143
64144 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
64145 Author: Zhang Wei <wei.zhang@freescale.com>
64146 Date: Fri Jan 19 10:42:37 2007 +0800
64147
64148 Enable LAWs for MPC8641 PCI-Ex2.
64149
64150 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
64151 Signed-off-by: Jon Loeliger <jdl@freescale.com>
64152
64153 commit bd7851ce1e1f140665b520026abf1042968b1102
64154 Author: Jon Loeliger <jdl@freescale.com>
64155 Date: Fri Apr 20 14:12:26 2007 -0500
64156
64157 mpc86xx; Write MAC address to mac-address and local-mac-address
64158
64159 Some device trees have a mac-address property, some have local-mac-address,
64160 and some have both. To support all of these device trees, ftp_cpu_setup()
64161 should write the MAC address to mac-address and local-mac-address, if they
64162 exist.
64163
64164 Signed-off-by: Timur Tabi <timur@freescale.com>
64165 Signed-off-by: Jon Loeliger <jdl@freescale.com>
64166
64167 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
64168 Author: Jon Loeliger <jdl@freescale.com>
64169 Date: Fri Apr 20 14:11:38 2007 -0500
64170
64171 mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
64172
64173 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64174 Signed-off-by: Jon Loeliger <jdl@freescale.com>
64175
64176 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
64177 Author: Wolfgang Denk <wd@denx.de>
64178 Date: Fri Apr 20 17:43:28 2007 +0200
64179
64180 Cleanup compiler warnings, update CHANGELOG
64181
64182 Signed-off-by: Wolfgang Denk <wd@denx.de>
64183
64184 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
64185 Author: Detlev Zundel <dzu@denx.de>
64186 Date: Fri Apr 20 12:01:47 2007 +0200
64187
64188 Fix breakage of NC650 board with respect to nand support.
64189
64190 Signed-off-by: Detlev Zundel <dzu@denx.de>
64191
64192 commit 39f23cd90947639ac278a18ff277ec786b5ac167
64193 Author: Domen Puncer <domen.puncer@telargo.com>
64194 Date: Fri Apr 20 11:13:16 2007 +0200
64195
64196 [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
64197
64198 G2 core reference manual says decrementer and time base
64199 are decreasing/increasing once every 4 bus clock cycles.
64200 Lets fix it, so time in Linux won't run twice as fast
64201
64202 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
64203 Acked-by: Grant Likely <grant.likely@secretlab.ca>
64204
64205 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
64206 Author: Gerald Van Baren <vanbaren@cideas.com>
64207 Date: Thu Apr 19 23:14:39 2007 -0400
64208
64209 Fix serious pointer bug with bootm and reserve map.
64210
64211 What was suppose to be a stack variable was declared as a pointer,
64212 overwriting random memory.
64213 Also moved the libfdt.a requirement into the main Makefile. That is
64214 The U-Boot Way.
64215
64216 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
64217 Author: Stefan Roese <sr@denx.de>
64218 Date: Thu Apr 19 09:53:52 2007 +0200
64219
64220 ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
64221
64222 Previous versions used full wait states for the chip select #1 which
64223 is connected to the Xilinix SystemACE controller on the AMCC Katmai
64224 evaluation board. This leads to really slow access and therefore low
64225 performance. This patch now sets up the chip select a lot faster
64226 resulting in much better read/write performance of the Linux driver.
64227
64228 Signed-off-by: Stefan Roese <sr@denx.de>
64229
64230 commit 37837828d89084879bee2f2b8c7c68d4695940df
64231 Author: Wolfgang Denk <wd@denx.de>
64232 Date: Wed Apr 18 17:49:29 2007 +0200
64233
64234 Clenaup, update CHANGELOG
64235
64236 Signed-off-by: Wolfgang Denk <wd@denx.de>
64237
64238 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
64239 Author: Wolfgang Denk <wd@denx.de>
64240 Date: Wed Apr 18 17:20:58 2007 +0200
64241
64242 Update CHANGELOG
64243
64244 Signed-off-by: Wolfgang Denk <wd@denx.de>
64245
64246 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
64247 Author: Wolfgang Denk <wd@denx.de>
64248 Date: Wed Apr 18 17:07:26 2007 +0200
64249
64250 Cleanup, update CHANGELOG
64251
64252 Sigend-off-by: Wolfgang Denk <wd@denx.de>
64253
64254 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
64255 Author: Wolfgang Denk <wd@denx.de>
64256 Date: Wed Apr 18 16:17:46 2007 +0200
64257
64258 Update CHANGELOG
64259
64260 commit ad4eb555671d97f96dc56eab55103b1f86874b01
64261 Author: Wolfgang Denk <wd@denx.de>
64262 Date: Wed Apr 18 14:30:39 2007 +0200
64263
64264 MCC200 board: remove warning which is obsolete after PSoC firmware changes
64265
64266 Signed-off-by: Wolfgang Denk <wd@denx.de>
64267
64268 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
64269 Author: Domen Puncer <domen.puncer@telargo.com>
64270 Date: Wed Apr 18 12:11:05 2007 +0200
64271
64272 [PATCH] icecube/lite5200b: document wakeup from low-power support
64273
64274 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
64275
64276 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
64277 Author: Stefan Roese <sr@denx.de>
64278 Date: Wed Apr 18 12:07:47 2007 +0200
64279
64280 ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
64281
64282 Signed-off-by: Stefan Roese <sr@denx.de>
64283
64284 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
64285 Author: Stefan Roese <sr@denx.de>
64286 Date: Wed Apr 18 12:05:59 2007 +0200
64287
64288 ppc4xx: Add output for bootrom location to 405EZ ports
64289
64290 Now 405EZ ports also show upon bootup from which boot device
64291 they are configured to boot:
64292
64293 U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
64294
64295 CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
64296 Bootstrap Option E - Boot ROM Location EBC (32 bits)
64297 16 kB I-Cache 16 kB D-Cache
64298 Board: Acadia - AMCC PPC405EZ Evaluation Board
64299
64300 Signed-off-by: Stefan Roese <sr@denx.de>
64301
64302 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
64303 Author: Peter Pearse <peter.pearse@arm.com>
64304 Date: Tue Apr 17 13:30:33 2007 +0100
64305
64306 Move ppearse to ARM board list
64307 Add Konstantin Kletschke for scb9328.
64308 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
64309
64310 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
64311 Author: Domen Puncer <domen.puncer@telargo.com>
64312 Date: Mon Apr 16 14:00:13 2007 +0200
64313
64314 [PATCH] icecube/lite5200b: wakeup from low-power support
64315
64316 U-Boot part of Lite5200b low power mode support.
64317 Puts SDRAM out of self-refresh and transfers control to
64318 address saved at physical 0x0.
64319
64320 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
64321 Acked-by: Grant Likely <grant.likely@secretlab.ca>
64322
64323 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
64324 Author: Gerald Van Baren <vanbaren@cideas.com>
64325 Date: Sun Apr 15 13:54:26 2007 -0400
64326
64327 Fix the ft_cpu_setup() property settings.
64328
64329 Use "setter" functions instead of flags, cleaner and more flexible.
64330 It also fixes the problem noted by Timur Tabi that the ethernet MAC
64331 addresses were all being set incorrectly to the same MAC address.
64332
64333 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
64334 Author: Gerald Van Baren <vanbaren@cideas.com>
64335 Date: Sat Apr 14 22:51:24 2007 -0400
64336
64337 Improve the bootm command for CONFIG_OF_LIBFDT
64338
64339 In bootm, create the "/chosen" node only if it doesn't already exist
64340 (better matches the previous behavior).
64341 Update for proper reserved memory map handling for initrd.
64342
64343 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
64344 Author: Gerald Van Baren <vanbaren@cideas.com>
64345 Date: Sat Apr 14 22:46:41 2007 -0400
64346
64347 Add some utilities to manipulate the reserved memory map.
64348
64349 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
64350 Author: Wolfgang Denk <wd@denx.de>
64351 Date: Sat Apr 14 21:16:54 2007 +0200
64352
64353 Update CHANGELOG
64354
64355 commit 8e6875183cdca91c134408d119d4abcd48ef6856
64356 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64357 Date: Sun Dec 17 18:56:46 2006 +0100
64358
64359 AVR32: Enable MMC support
64360
64361 Set up the portmux for the MMC interface and enable the MMC driver
64362 along with support for DOS partitions, ext2 and FAT filesystems.
64363
64364 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64365
64366 commit fc26c97bb6df41b4a95662c34054fe912387bf38
64367 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64368 Date: Fri Jan 20 10:03:53 2006 +0100
64369
64370 Atmel MCI driver
64371
64372 Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
64373
64374 The AT91 ARM-based CPUs use basically the same hardware, so it should
64375 be possible to share this driver, but no effort has been made so far.
64376
64377 Hardware documentation can be found in the AT32AP7000 data sheet,
64378 which can be downloaded from
64379
64380 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
64381
64382 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64383
64384 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
64385 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64386 Date: Sun Dec 17 18:55:37 2006 +0100
64387
64388 AVR32: Add clk and gpio infrastructure for mmci
64389
64390 Implement functions for configuring the mmci pins, as well as
64391 functions for getting the clock rate of the mmci controller.
64392
64393 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64394
64395 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
64396 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64397 Date: Sun Dec 17 18:53:56 2006 +0100
64398
64399 Enable partition support with MMC
64400
64401 Include implementations of init_part() and get_partition_info() when
64402 CONFIG_MMC is set.
64403
64404 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64405
64406 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
64407 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64408 Date: Sun Dec 17 17:14:30 2006 +0100
64409
64410 AVR32: Enable networking
64411
64412 Implement MACB initialization for AVR32 and ATSTK1000, and turn
64413 everything on, including the MACB driver.
64414
64415 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64416
64417 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
64418 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64419 Date: Fri Jan 20 10:03:34 2006 +0100
64420
64421 Atmel MACB ethernet driver
64422
64423 Driver for the Atmel MACB on-chip ethernet controller.
64424
64425 This driver has been tested on the ATSTK1000 board with a AT32AP7000
64426 CPU. It should probably work on AT91SAM926x as well with some minor
64427 modifications.
64428
64429 Hardware documentation can be found in the AT32AP7000 data sheet,
64430 which can be downloaded from
64431
64432 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
64433
64434 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64435
64436 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
64437 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64438 Date: Sun Dec 17 16:56:14 2006 +0100
64439
64440 AVR32: Add clk and gpio infrastructure for macb0 and macb1
64441
64442 Implement functions for configuring the macb0 and macb1 pins, as
64443 well as functions for getting the clock rate of the various
64444 busses the macb ethernet controllers are connected to.
64445
64446 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64447
64448 commit d5acb95b16a0a74c643524342c3437e765426d05
64449 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64450 Date: Sun Dec 17 15:39:15 2006 +0100
64451
64452 AVR32: Implement simple DMA memory allocator
64453
64454 Implement dma_alloc_coherent() which returns cache-aligned
64455 uncacheable memory.
64456
64457 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64458
64459 commit 91975b0fea773c9e681fea8cf3349669f27685ee
64460 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64461 Date: Sun Dec 17 15:46:02 2006 +0100
64462
64463 Import <linux/mii.h> from the Linux kernel
64464
64465 Instead of creating yet another set of MII register definitions
64466 in the macb driver, here's a complete set of definitions for everyone
64467 to use.
64468
64469 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64470
64471 commit 1b804b229556a4d862da93c0ec94e79419364b2c
64472 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64473 Date: Wed Mar 21 19:47:36 2007 +0100
64474
64475 AVR32: Include more commands for ATSTK1000
64476
64477 Include the imi, imls and jffs commands sets by default on ATSTK1000.
64478 Also define CONFIG_BOOTARGS to something more useful, define
64479 CONFIG_BOOTCOMMAND and enable autoboot by default.
64480
64481 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64482
64483 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
64484 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64485 Date: Wed Mar 21 19:44:48 2007 +0100
64486
64487 AVR32: Provide a definition of struct stat
64488
64489 Copy the definition of struct stat from the Linux kernel.
64490
64491 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64492
64493 commit 12f099c08167a7a51aeee623bc16dafd0841271c
64494 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64495 Date: Sun Dec 17 14:46:06 2006 +0100
64496
64497 AVR32: Use initdram() instead of board_init_memories()
64498
64499 Conform to the "standard" interface and use initdram() instead of
64500 board_init_memories() on AVR32. This enables us to get rid of the
64501 sdram_size member of the global_data struct as well.
64502
64503 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64504
64505 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
64506 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64507 Date: Mon Nov 20 15:53:10 2006 +0100
64508
64509 AVR32: Relocate u-boot to SDRAM
64510
64511 Relocate the u-boot image into SDRAM like everyone else does. This
64512 means that we can handle much larger .data and .bss than we used to.
64513
64514 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64515
64516 commit df548d3c3e2bbc40258713167859ffc2ce99a900
64517 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64518 Date: Sun Nov 19 18:06:53 2006 +0100
64519
64520 AVR32: Resource management rewrite
64521
64522 Rewrite the resource management code (i.e. I/O memory, clock gating,
64523 gpio) so it doesn't depend on any global state. This is necessary
64524 because this code is heavily used before relocation to RAM, so we
64525 can't write to any global variables.
64526
64527 As an added bonus, this makes u-boot's memory footprint a bit smaller,
64528 although some functionality has been left out; all clocks are enabled
64529 all the time, and there's no checking for gpio line conflicts.
64530
64531 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64532
64533 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
64534 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64535 Date: Sat Nov 18 18:01:13 2006 +0100
64536
64537 AVR32: Clean up memory-map.h for at32ap7000
64538
64539 Convert spaces to tabs (must have missed this one last time around),
64540 sort the entries by address and group them together by bus
64541 connectivity.
64542
64543 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64544
64545 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
64546 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64547 Date: Sat Nov 18 17:32:31 2006 +0100
64548
64549 AVR32: Build position-independent u-boot
64550
64551 Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
64552 position independent. This will make relocation a lot easier.
64553
64554 -mno-init-got means that gcc shouldn't emit code to load the GOT
64555 address into r6 in every function prologue. We do it once and for
64556 all in the early startup assembly code, so enabling this option
64557 makes u-boot a bit faster and smaller.
64558
64559 The assembly parts have always been position-independent, so no code
64560 changes should be necessary.
64561
64562 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64563
64564 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
64565 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64566 Date: Sat Nov 18 17:24:31 2006 +0100
64567
64568 AVR32: Use avr32-linux- cross-compilation prefix by default
64569
64570 It doesn't really matter which toolchain you use to compile u-boot,
64571 but the avr32-linux one is probably what most people have installed.
64572
64573 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64574
64575 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
64576 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64577 Date: Sat Nov 18 17:15:30 2006 +0100
64578
64579 AVR32: Split start_u_boot into board_init_f and board_init_r
64580
64581 Split the avr32 initialization code into a function to run before
64582 relocation, board_init_f and a function to run after relocation,
64583 board_init_r. For now, board_init_f simply calls board_init_r
64584 at the end.
64585
64586 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64587
64588 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
64589 Author: Heiko Schocher <hs@pollux.denx.de>
64590 Date: Sat Apr 14 05:26:48 2007 +0200
64591
64592 [Fix] Set the LED status register on the UC101 for the LXT971 PHY.
64593 clear the Display after reset.
64594
64595 Signed-off-by: Heiko Schocher <hs@denx.de>
64596
64597 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
64598 Author: Denis Peter <d.peter@mpl.ch>
64599 Date: Fri Apr 13 09:13:33 2007 +0200
64600
64601 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
64602
64603 Fix bug introduced by "Fix get_partition_info() parameter error in all
64604 other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
64605 to use diskboot or scsiboot form another device than 0.
64606
64607 Signed-off-by: Denis Peter <d.peter@mpl.ch>
64608
64609 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
64610 Author: Greg Lopp <lopp@pobox.com>
64611 Date: Fri Apr 13 08:02:24 2007 +0200
64612
64613 [PATCH] Fix use of "void *" for block dev read/write buffer pointers
64614
64615 Signed-of-by: Greg Lopp <lopp@pobox.com>
64616 Acked-by: Grant Likely <grant.likely@secretlab.ca>
64617
64618 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
64619 Author: Xie Xiaobo <r63061@freescale.com>
64620 Date: Fri Mar 9 19:08:25 2007 +0800
64621
64622 Fix two bugs for MPC83xx DDR2 controller SPD Init
64623
64624 There are a few bugs in the cpu/mpc83xx/spd_sdram.c
64625 the first bug is that the picos_to_clk routine introduces a huge
64626 rounding error in 83xx.
64627 the second bug is that the mode register write recovery field is
64628 tWR-1, not tWR >> 1.
64629
64630 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
64631 Author: Jeffrey Mann <mannj@embeddedplanet.com>
64632 Date: Thu Apr 12 14:15:59 2007 +0200
64633
64634 ppc4xx: Fix i2c divisor calcularion for PPC4xx
64635
64636 This patch fixes changes the i2c_init(...) function to use the function
64637 get_OPB_freq() rather than calculating the OPB speed by
64638 sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
64639 specific per processor. The prior method was not and so was calculating
64640 the wrong speed for some PPC4xx processors.
64641
64642 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
64643 Signed-off-by: Stefan Roese <sr@denx.de>
64644
64645 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
64646 Author: Wolfgang Denk <wd@denx.de>
64647 Date: Wed Apr 11 17:25:01 2007 +0200
64648
64649 Update CHANGELOG
64650
64651 Signed-off-by: Wolfgang Denk <wd@denx.de>
64652
64653 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
64654 Author: Wolfgang Denk <wd@denx.de>
64655 Date: Wed Apr 11 17:22:55 2007 +0200
64656
64657 Update for SC3 board
64658
64659 * Make IDE timeout configurable through ide_reset_timeout variable.
64660 * Use Newline as "password" string
64661 * Use just a single partition in NAND flash
64662
64663 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
64664 Author: Haiying Wang <haiying.wang@freescale.com>
64665 Date: Mon Jan 22 12:37:30 2007 -0600
64666
64667 Add PIXIS FPGA support for MPC8641HPCN board.
64668
64669 Move the 8641HPCN's PIXIS code to the new directory
64670 board/freescale/common/ as it will be shared by
64671 future boards not in the same processor family.
64672
64673 Write a "pixis_reset" command that utilizes the FPGA
64674 reset sequencer to support alternate soft-reset options
64675 such as using the "alternate" flash bank, enabling
64676 the watch dog, or choosing different CPU frequencies.
64677
64678 Add documentation for the pixis_reset to README.mpc8641hpcn.
64679
64680 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
64681 Signed-off-by: Jon Loeliger <jdl@freescale.com>
64682
64683 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
64684 Author: Gerald Van Baren <vanbaren@cideas.com>
64685 Date: Fri Apr 6 14:19:43 2007 -0400
64686
64687 Moved fdt command support code to fdt_support.c
64688
64689 ...in preparation for improving the bootm command's handling of fdt blobs.
64690 Also cleaned up some coding sloppiness.
64691
64692 commit 6679f9299534e488a171a9bb8f9bb891de247aab
64693 Author: Gerald Van Baren <vanbaren@cideas.com>
64694 Date: Fri Apr 6 14:17:14 2007 -0400
64695
64696 libfdt: Make fdt_check_header() public
64697
64698 Changed _fdt_check_header() to fdt_check_header() and made it part of
64699 the interface - it is a useful routine.
64700
64701 Also did some asthetics cleanup to the include files (headers).
64702
64703 commit c0707ce65677650b5ceab0500ee50ae5168afef2
64704 Author: Aubrey Li <aubrey.adi@gmail.com>
64705 Date: Thu Apr 5 18:34:06 2007 +0800
64706
64707 [Blackfin][PATCH] Kill off a bunch of common local prototypes
64708
64709 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
64710 Author: Aubrey Li <aubrey.adi@gmail.com>
64711 Date: Thu Apr 5 18:33:04 2007 +0800
64712
64713 [Blackfin][PATCH] Fix dynamic CPLB generation issue
64714
64715 commit 0445e3a264251d75b1be45ef713c70726a2952f0
64716 Author: Aubrey Li <aubrey.adi@gmail.com>
64717 Date: Thu Apr 5 18:31:47 2007 +0800
64718
64719 [Blackfin][PATCH] minior cleanup
64720
64721 commit 155fd766573981090e638b493d5857562151862e
64722 Author: Aubrey Li <aubrey.adi@gmail.com>
64723 Date: Thu Apr 5 18:31:18 2007 +0800
64724
64725 [Blackfin][PATCH] Fix copyright and update license
64726
64727 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
64728 Author: Aubrey Li <aubrey.adi@gmail.com>
64729 Date: Thu Apr 5 18:30:25 2007 +0800
64730
64731 [Blackfin][PATCH] Add BF537 EMAC driver initialization
64732
64733 commit 889256e8604e0c68db1d866d720894dffede9df6
64734 Author: Aubrey Li <aubrey.adi@gmail.com>
64735 Date: Thu Apr 5 18:29:55 2007 +0800
64736
64737 [Blackfin][PATCH] call real the system synchronize instruction
64738
64739 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
64740 Author: Aubrey Li <aubrey.adi@gmail.com>
64741 Date: Thu Apr 5 18:29:17 2007 +0800
64742
64743 [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
64744
64745 commit dfeeab2cd680df047e68e723b246adf6f33bb556
64746 Author: Aubrey Li <aubrey.adi@gmail.com>
64747 Date: Thu Apr 5 18:28:34 2007 +0800
64748
64749 [Blackfin][PATCH]: fix flash unaligned copy issue
64750
64751 commit 443feb740584e406efa203af909fe2926608e8d5
64752 Author: Igor Marnat <marny@rambler.ru>
64753 Date: Wed Mar 21 09:55:01 2007 +0300
64754
64755 Update usage of 'nc' in README.NetConsole
64756
64757 Added information about usage of NetConsole on systems where the -l and -p
64758 switches are mutually exclusive.
64759
64760 Signed-off-by: Igor Marnat <marny@rambler.ru>
64761 Signed-off-by: Ben Warren <bwarren@qstreams.com>
64762
64763 commit 31c98a88228021b314c89ebb8104fb6473da4471
64764 Author: Wolfgang Denk <wd@denx.de>
64765 Date: Wed Apr 4 02:09:30 2007 +0200
64766
64767 Minor coding style cleanup.
64768
64769 commit 94abd7c0583ebe01e799b25f451201deeaab550d
64770 Author: Wolfgang Denk <wd@denx.de>
64771 Date: Wed Apr 4 01:49:15 2007 +0200
64772
64773 Minor cleanup.
64774
64775 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
64776 Author: Rodolfo Giometti <giometti@enneenne.com>
64777 Date: Tue Apr 3 14:27:18 2007 +0200
64778
64779 Support for the Philips ISP116x HCD (Host Controller Driver)
64780
64781 Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
64782
64783 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
64784 Author: Markus Klotzbuecher <mk@denx.de>
64785 Date: Tue Apr 3 14:27:08 2007 +0200
64786
64787 USB: cleanup monahans usb support. Remove dead code.
64788
64789 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
64790
64791 commit a65c5768e5537530bd1780af3d3fddc3113a163c
64792 Author: Stefan Roese <sr@denx.de>
64793 Date: Mon Apr 2 10:09:30 2007 +0200
64794
64795 ppc4xx: Change SysACE address on Katmai
64796
64797 With this new base address of the Xilinx SystemACE controller
64798 the Linux driver will be easier to adapt, since it can now be
64799 mapped via the "normal" ioremap() call.
64800
64801 Signed-off-by: Stefan Roese <sr@denx.de>
64802
64803 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
64804 Author: Gerald Van Baren <vanbaren@cideas.com>
64805 Date: Sat Mar 31 14:30:53 2007 -0400
64806
64807 Fix some minor whitespace violations.
64808
64809 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
64810 Author: Gerald Van Baren <vanbaren@cideas.com>
64811 Date: Sat Mar 31 12:23:51 2007 -0400
64812
64813 Add a flattened device tree (fdt) command (2 of 2)
64814
64815 Modifications to the existing code to support the new fdt command.
64816
64817 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
64818 Author: Gerald Van Baren <vanbaren@cideas.com>
64819 Date: Sat Mar 31 12:22:10 2007 -0400
64820
64821 Add a flattened device tree (fdt) command (1 of 2)
64822
64823 The fdt command uses David Gibson's libfdt library to manipulate as well
64824 as print the flattened device tree. This patch is the new command,
64825 the second part is the modifications to the existing code.
64826
64827 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
64828 Author: Gerald Van Baren <vanbaren@cideas.com>
64829 Date: Sat Mar 31 12:13:43 2007 -0400
64830
64831 libfdt: Enhanced and published fdt_next_tag()
64832
64833 Enhanced the formerly private function _fdt_next_tag() to allow stepping
64834 through the tree, used to produce a human-readable dump, and made
64835 it part of the published interface.
64836 Also added some comments.
64837
64838 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
64839 Author: Gerald Van Baren <vanbaren@cideas.com>
64840 Date: Sat Mar 31 12:05:39 2007 -0400
64841
64842 libfdt: Customizations for use by u-boot.
64843
64844 Changes to David Gibson's original source to fit into u-boot's
64845 environment. No functionality changes.
64846
64847 commit 35748177c64a4a83a00057e93bb33e40278a2a96
64848 Author: Gerald Van Baren <vanbaren@cideas.com>
64849 Date: Sat Mar 31 12:00:56 2007 -0400
64850
64851 libfdt: Import libfdt source (2 of 2)
64852
64853 This adds the applicable libfdt source files (unmodified) and a README
64854 to explain where the source came from.
64855
64856 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
64857 Author: Gerald Van Baren <vanbaren@cideas.com>
64858 Date: Sat Mar 31 11:59:59 2007 -0400
64859
64860 libfdt: Import libfdt source (1 of 2)
64861
64862 This adds the applicable libfdt source files (unmodified) and a README
64863 to explain where the source came from.
64864
64865 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
64866 Author: Stefan Roese <sr@denx.de>
64867 Date: Sat Mar 31 13:16:23 2007 +0200
64868
64869 ppc4xx: Update Katmai bootstrap command
64870
64871 Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
64872 is selected.
64873
64874 Signed-off-by: Stefan Roese <sr@denx.de>
64875
64876 commit cabee756a6532986729477c3cc1ea16ef8517ad2
64877 Author: Stefan Roese <sr@denx.de>
64878 Date: Sat Mar 31 13:15:06 2007 +0200
64879
64880 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
64881
64882 Additional RAM information is now printed upon powerup, like
64883 DDR2 frequency and CAS latency.
64884
64885 Signed-off-by: Stefan Roese <sr@denx.de>
64886
64887 commit 60723803431ac75cad085690789e433d5ab9174e
64888 Author: Stefan Roese <sr@denx.de>
64889 Date: Sat Mar 31 08:48:36 2007 +0200
64890
64891 ppc4xx: Change Yucca config file to support ECC
64892
64893 With the updated 44x DDR2 driver the Yucca board now supports
64894 ECC generation and checking.
64895
64896 Signed-off-by: Stefan Roese <sr@denx.de>
64897
64898 commit 490e5730c674b20d708b783a2c5ffd7208f83873
64899 Author: Stefan Roese <sr@denx.de>
64900 Date: Sat Mar 31 08:47:34 2007 +0200
64901
64902 ppc4xx: Fix "bootstrap" command for Katmai board
64903
64904 The board specific "bootstrap" command is now fixed and can
64905 be used for the AMCC Katmai board to configure different
64906 CPU/PLB/OPB frequencies.
64907
64908 Signed-off-by: Stefan Roese <sr@denx.de>
64909
64910 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
64911 Author: Stefan Roese <sr@denx.de>
64912 Date: Sat Mar 31 08:46:08 2007 +0200
64913
64914 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
64915
64916 Fix a bug in the auto calibration routine. This driver now runs
64917 more reliable with the tested modules. It's also tested with
64918 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
64919
64920 Signed-off-by: Stefan Roese <sr@denx.de>
64921
64922 commit 342cd097be1e7affe82f42ab3da220959a699e64
64923 Author: Michal Simek <monstr@monstr.eu>
64924 Date: Fri Mar 30 22:52:09 2007 +0200
64925
64926 [PATCH] Clean include dependence
64927
64928 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
64929 Author: Michal Simek <monstr@monstr.eu>
64930 Date: Fri Mar 30 22:42:45 2007 +0200
64931
64932 [CLEAN] Remove inefficient Suzaku code
64933
64934 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
64935 Author: Stefan Roese <sr@denx.de>
64936 Date: Wed Mar 28 15:03:16 2007 +0200
64937
64938 Merge some AMCC make targets to keep the top-level Makefile smaller
64939
64940 Signed-off-by: Stefan Roese <sr@denx.de>
64941
64942 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
64943 Author: Stefan Roese <sr@denx.de>
64944 Date: Wed Mar 28 14:52:12 2007 +0200
64945
64946 i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
64947
64948 The "old" i2c commands (iprobe, imd...) are now compiled in again,
64949 even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
64950 config option.
64951
64952 Signed-off-by: Stefan Roese <sr@denx.de>
64953
64954 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
64955 Author: Michal Simek <monstr@monstr.eu>
64956 Date: Tue Mar 27 00:32:16 2007 +0200
64957
64958 PATCH: Resolve GPL license problem
64959
64960 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
64961 Author: Rodolfo Giometti <giometti@enneenne.com>
64962 Date: Mon Mar 26 12:03:36 2007 +0200
64963
64964 PXA: pxa27x USB OHCI support
64965
64966 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
64967
64968 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
64969 Author: Markus Klotzbuecher <mk@denx.de>
64970 Date: Mon Mar 26 11:21:05 2007 +0200
64971
64972 USB: remove the S3C24X0_merge #define, which was introduced while
64973 merging OHCI drivers.
64974
64975 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
64976
64977 commit 1798049522f594013aea29457d46794298c6ae15
64978 Author: Michal Simek <root@monstr.eu>
64979 Date: Mon Mar 26 01:39:07 2007 +0200
64980
64981 Support for XUPV2P board
64982 Reset support
64983 BSP autoconfig support
64984
64985 commit 0d974d5297349504a2ddfa09314be573b5df320a
64986 Author: Stefan Roese <sr@denx.de>
64987 Date: Sat Mar 24 15:57:09 2007 +0100
64988
64989 [PATCH] Add 4xx GPIO functions
64990
64991 This patch adds some 4xx GPIO functions. It also moves some of the
64992 common code and defines into a common 4xx GPIO header file.
64993
64994 Signed-off-by: Stefan Roese <sr@denx.de>
64995
64996 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
64997 Author: Stefan Roese <sr@denx.de>
64998 Date: Sat Mar 24 15:55:58 2007 +0100
64999
65000 [PATCH] Small Sequoia cleanup
65001
65002 Signed-off-by: Stefan Roese <sr@denx.de>
65003
65004 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
65005 Author: Stefan Roese <sr@denx.de>
65006 Date: Sat Mar 24 15:45:34 2007 +0100
65007
65008 [PATCH] Clean up 40EZ/Acadia support
65009
65010 This patch cleans up all the open issue of the preliminary
65011 Acadia support.
65012
65013 Signed-off-by: Stefan Roese <sr@denx.de>
65014
65015 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
65016 Author: Jon Loeliger <jdl@freescale.com>
65017 Date: Tue Dec 12 11:02:20 2006 -0600
65018
65019 Fix 8641HPCN problem with ld version 2.16
65020
65021 (Dot outside sections problem).
65022
65023 This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
65024
65025 Signed-off-by: Jon Loeliger <jdl@freescale.com>
65026
65027 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
65028 Author: Haiying Wang <haiying.wang@freescale.com>
65029 Date: Thu Dec 7 10:35:55 2006 -0600
65030
65031 Set Rev 2.x 86xx PIC in mixed mode.
65032
65033 Prevent false interrupt from hanging Linux as MSR[EE] is set
65034 to enable interrupts by changing the PIC out of the default
65035 pass through mode into mixed mode.
65036
65037 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
65038 Signed-off-by: Jon Loeliger <jdl@freescale.com>
65039
65040 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
65041 Author: Jason Jin <jason.jin@freescale.com>
65042 Date: Thu Dec 7 10:32:35 2006 -0600
65043
65044 Add flash cmd function to 8641HPCN ramboot
65045
65046 Also fixes some commmand for 8641 HPCN ramboot case.
65047
65048 Signed-off-by: Jason Jin <jason.jin@freescale.com>
65049 Signed-off-by: Jon Loeliger <jdl@freescale.com>
65050
65051 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
65052 Author: Ed Swarthout <ed.swarthout@freescale.com>
65053 Date: Thu Dec 7 10:34:14 2006 -0600
65054
65055 Add support for 8641 Rev 2 silicon.
65056
65057 Without this patch, I am unable to get to the prompt on rev 2 silicon.
65058 Only set ddrioovcr for rev1.
65059
65060 Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
65061 Signed-off-by: Jon Loeliger <jdl@freescale.com>
65062
65063 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
65064 Author: Wolfgang Denk <wd@denx.de>
65065 Date: Thu Mar 22 00:13:12 2007 +0100
65066
65067 Code cleanup / re-insert previous Copyright entries.
65068
65069 Signed-off-by: Wolfgang Denk <wd@denx.de>
65070
65071 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
65072 Author: Wolfgang Denk <wd@denx.de>
65073 Date: Wed Mar 21 23:26:15 2007 +0100
65074
65075 Code cleanup. Update CHANGELOG
65076
65077 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
65078 Author: Stefan Roese <sr@denx.de>
65079 Date: Wed Mar 21 14:54:29 2007 +0100
65080
65081 ppc4xx: Fix file mode of include/configs/acadia.h
65082
65083 Signed-off-by: Stefan Roese <sr@denx.de>
65084
65085 commit d5f4614c9350d9333e575100fb250aab774d0258
65086 Author: Markus Klotzbuecher <mk@denx.de>
65087 Date: Wed Mar 21 14:41:46 2007 +0100
65088
65089 SPC1920: fix small clock routing bug
65090
65091 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
65092
65093 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
65094 Author: Stefan Roese <sr@denx.de>
65095 Date: Wed Mar 21 13:39:57 2007 +0100
65096
65097 [PATCH] Add AMCC Acadia (405EZ) eval board support
65098
65099 This patch adds support for the new AMCC Acadia eval board.
65100
65101 Please note that this Acadia/405EZ support is still in a beta stage.
65102 Still lot's of cleanup needed but we need a preliminary release now.
65103
65104 Signed-off-by: Stefan Roese <sr@denx.de>
65105
65106 commit e01bd218b00af73499331a1a701625a852cd286f
65107 Author: Stefan Roese <sr@denx.de>
65108 Date: Wed Mar 21 13:38:59 2007 +0100
65109
65110 [PATCH] Add AMCC PPC405EZ support
65111
65112 This patch adds support for the new AMCC 405EZ PPC. It is in
65113 preparation for the AMCC Acadia board support.
65114
65115 Please note that this Acadia/405EZ support is still in a beta stage.
65116 Still lot's of cleanup needed but we need a preliminary release now.
65117
65118 Signed-off-by: Stefan Roese <sr@denx.de>
65119
65120 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
65121 Author: Heiko Schocher <hs@pollux.denx.de>
65122 Date: Wed Mar 21 08:45:17 2007 +0100
65123
65124 [PATCH] TQM8272: dont change the bits given from the HRCW
65125 for the SIUMCR and BCR Register.
65126 Fix the calculation for the EEprom Size
65127
65128 Signed-off-by: Heiko Schocher <hs@denx.de>
65129
65130 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
65131 Author: Aubrey Li <aubrey.adi@gmail.com>
65132 Date: Tue Mar 20 18:16:24 2007 +0800
65133
65134 [Blackfin][PATCH] Add BF561 EZKIT board support
65135
65136 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
65137 Author: Aubrey Li <aubrey.adi@gmail.com>
65138 Date: Mon Mar 19 22:55:58 2007 +0800
65139
65140 [Blackfin][PATCH] minor cleanup
65141
65142 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
65143 Author: Wolfgang Denk <wd@denx.de>
65144 Date: Mon Mar 19 13:10:08 2007 +0100
65145
65146 Remove obsoleted POST files.
65147
65148 Signed-off-by: Wolfgang Denk <wd@denx.de>
65149
65150 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
65151 Author: Aubrey Li <aubrey.adi@gmail.com>
65152 Date: Mon Mar 19 01:26:11 2007 +0800
65153
65154 [PATCH] Add flash chip M29W320ET/B support
65155
65156 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
65157 Author: Aubrey Li <aubrey.adi@gmail.com>
65158 Date: Mon Mar 19 01:24:52 2007 +0800
65159
65160 [Blackfin][PATCH] Add BF537 stamp board support
65161
65162 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
65163 Author: Stefan Roese <sr@denx.de>
65164 Date: Fri Mar 16 21:11:42 2007 +0100
65165
65166 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
65167
65168 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
65169 DDR memory are dynamically programmed matching the total size
65170 of the equipped memory (DIMM modules).
65171
65172 Signed-off-by: Stefan Roese <sr@denx.de>
65173
65174 commit 76d1466f918b881cda2d259254761e73885093c2
65175 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65176 Date: Tue Mar 13 13:38:05 2007 +0100
65177
65178 [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
65179 boards in terms of unification.
65180
65181 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65182
65183 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
65184 Author: Wolfgang Denk <wd@denx.de>
65185 Date: Tue Mar 13 16:05:55 2007 +0100
65186
65187 Make SC3 board build with 'make O='; use 'addcons' consistently
65188 (SC3 and Jupiter used to use 'addcon' instead).
65189
65190 Signed-off-by: Wolfgang Denk wd@denx.de
65191
65192 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
65193 Author: Heiko Schocher <hs@pollux.denx.de>
65194 Date: Tue Mar 13 09:40:59 2007 +0100
65195
65196 [PATCH] update board config for jupiter Board:
65197 added Hush Shell,
65198 CONFIG_CMDLINE_EDITING,
65199 CFG_ENV_ADDR_REDUND activated
65200
65201 Signed-off-by: Heiko Schocher <hs@denx.de>
65202
65203 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
65204 Author: Aubrey Li <aubrey.adi@gmail.com>
65205 Date: Mon Mar 12 12:11:55 2007 +0800
65206
65207 [Blackfin][PATCH] minor cleanup
65208
65209 commit bfa5754a58477ac917d21527cd0f079d87cf188e
65210 Author: Aubrey Li <aubrey.adi@gmail.com>
65211 Date: Mon Mar 12 01:42:06 2007 +0800
65212
65213 [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
65214
65215 commit 8440bb14581a294375c34b91b42512f9753d1130
65216 Author: Aubrey Li <aubrey.adi@gmail.com>
65217 Date: Mon Mar 12 00:25:14 2007 +0800
65218
65219 [Blackfin][PATCH] code cleanup
65220
65221 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
65222 Author: Michal Simek <monstr@monstr.eu>
65223 Date: Sun Mar 11 13:48:24 2007 +0100
65224
65225 [Microblaze][PATCH] part 2
65226 timer support
65227 interrupt controller support
65228 flash support
65229 ethernet support
65230 cache support
65231 board information support
65232 env support
65233 booting image support
65234
65235 adding support for Xilinx ML401
65236
65237 commit 76316a318de91f6184e7c22a10e02d275ade2441
65238 Author: Michal Simek <monstr@monstr.eu>
65239 Date: Sun Mar 11 13:42:58 2007 +0100
65240
65241 [Microblaze][PATCH]
65242 timer support
65243 interrupt controller support
65244 flash support
65245 ethernet support
65246 cache support
65247 board information support
65248 env support
65249 booting image support
65250
65251 adding support for Xilinx ML401
65252
65253 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
65254 Author: Aubrey Li <aubrey.adi@gmail.com>
65255 Date: Sat Mar 10 23:49:29 2007 +0800
65256
65257 [Blackfin][PATCH] code cleanup
65258
65259 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
65260 Author: Aubrey.Li <aubrey.adi@gmail.com>
65261 Date: Fri Mar 9 13:40:56 2007 +0800
65262
65263 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
65264
65265 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
65266 Author: Aubrey.Li <aubrey.adi@gmail.com>
65267 Date: Fri Mar 9 13:38:44 2007 +0800
65268
65269 [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
65270
65271 commit 992423ab43c2bcf6b704853bd00af77450915e20
65272 Author: Stefan Roese <sr@denx.de>
65273 Date: Thu Mar 8 23:00:08 2007 +0100
65274
65275 ppc4xx: Fix file mode of sequoia.c
65276
65277 Signed-off-by: Stefan Roese <sr@denx.de>
65278
65279 commit eb92f613556800f7483666db09d9a237ad911d4a
65280 Author: Wolfgang Denk <wd@pollux.denx.de>
65281 Date: Thu Mar 8 22:52:51 2007 +0100
65282
65283 Minor cleanup.
65284
65285 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
65286 Author: John Otken john@softadvances.com <john@softadvances.com>
65287 Date: Thu Mar 8 09:39:48 2007 -0600
65288
65289 ppc4xx: Clear Sequoia/Rainier security engine reset bits
65290
65291 Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
65292
65293 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
65294 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65295 Date: Thu Mar 8 16:26:52 2007 +0100
65296
65297 [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
65298
65299 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65300
65301 commit d9fc703246840c4b268debf48c334ba55c597dc0
65302 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65303 Date: Thu Mar 8 16:25:47 2007 +0100
65304
65305 [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
65306
65307 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65308
65309 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
65310 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65311 Date: Thu Mar 8 16:23:11 2007 +0100
65312
65313 [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
65314
65315 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65316
65317 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
65318 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65319 Date: Thu Mar 8 16:20:32 2007 +0100
65320
65321 [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
65322
65323 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65324
65325 commit f9fc6a5852a6335840882fa2111925010eea1abe
65326 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65327 Date: Wed Mar 7 15:32:01 2007 +0100
65328
65329 fixed ethernet phy configuration for plu405 board
65330
65331 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65332
65333 commit 769104c9356594deb2092e204a39c05b33202d6c
65334 Author: Wolfgang Denk <wd@pollux.denx.de>
65335 Date: Thu Mar 8 21:49:27 2007 +0100
65336
65337 Minor cleanup
65338
65339 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
65340 Author: Stefan Roese <sr@denx.de>
65341 Date: Thu Mar 8 10:13:16 2007 +0100
65342
65343 [PATCH] Update AMCC Luan 440SP eval board support
65344
65345 The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
65346 inititializition. This includes DDR auto calibration and support
65347 for different DIMM modules, instead of the fixed setup used in
65348 the earlier version.
65349
65350 This patch also enables the cache in FLASH for the startup
65351 phase of U-Boot (while running from FLASH). After relocating to
65352 SDRAM the cache is disabled again. This will speed up the boot
65353 process, especially the SDRAM setup, since there are some loops
65354 for memory testing (auto calibration).
65355
65356 Signed-off-by: Stefan Roese <sr@denx.de>
65357
65358 commit 2f5df47351910a2936c7741cf111855829200943
65359 Author: Stefan Roese <sr@denx.de>
65360 Date: Thu Mar 8 10:10:18 2007 +0100
65361
65362 [PATCH] Update AMCC Yucca 440SPe eval board support
65363
65364 The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
65365 inititializition. This includes DDR auto calibration and support
65366 for different DIMM modules, instead of the fixed setup used in
65367 the earlier version.
65368
65369 Signed-off-by: Stefan Roese <sr@denx.de>
65370
65371 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
65372 Author: Stefan Roese <sr@denx.de>
65373 Date: Thu Mar 8 10:07:18 2007 +0100
65374
65375 ppc4xx: Small AMCC Katmai 440SPe update
65376
65377 Signed-off-by: Stefan Roese <sr@denx.de>
65378
65379 commit df294497479b1dca6dd86318b2a912f72fede0df
65380 Author: Stefan Roese <sr@denx.de>
65381 Date: Thu Mar 8 10:06:09 2007 +0100
65382
65383 ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
65384
65385 Signed-off-by: Stefan Roese <sr@denx.de>
65386
65387 commit 83853178bd36bca6f0f8f1331476620c84a587fc
65388 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
65389 Date: Wed Mar 7 12:14:50 2007 -0600
65390
65391 net - Support ping reply when processing net-loop
65392
65393 Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
65394
65395 This permits the ping command to test the phy interface when the phy
65396 is put in loopback mode (typically by setting register 0 bit 14).
65397
65398 It also allows the port to respond to an external ping when u-boot is
65399 processing some other net command (such as tftp). This is useful when
65400 tftp appears to hang.
65401
65402 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
65403 Signed-off-by: Ben Warren <bwarren@qstreams.com>
65404
65405 commit fa1aef15bcd47736687be1af544506e90fba545d
65406 Author: Stefan Roese <sr@denx.de>
65407 Date: Wed Mar 7 16:43:00 2007 +0100
65408
65409 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
65410
65411 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
65412 DDR memory are dynamically programmed matching the total size
65413 of the equipped memory (DIMM modules).
65414
65415 Signed-off-by: Stefan Roese <sr@denx.de>
65416
65417 commit e2ebe696818939e2b974628be9c921ea3fe9de13
65418 Author: Stefan Roese <sr@denx.de>
65419 Date: Wed Mar 7 16:39:36 2007 +0100
65420
65421 [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
65422
65423 This patch fixes a problem that occurs when 2 DIMM's are
65424 used. This problem was first spotted and fixed by Gerald Jackson
65425 <gerald.jackson@reaonixsecurity.com> but this patch fixes the
65426 problem in a little more clever way.
65427
65428 This patch also adds the nice functionality to dynamically
65429 create the TLB entries for the SDRAM (tlb.c). So we should
65430 never run into such problems with wrong (too short) TLB
65431 initialization again on these platforms.
65432
65433 As this feature is new to the "old" 44x SPD DDR driver, it
65434 has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
65435
65436 Signed-off-by: Stefan Roese <sr@denx.de>
65437
65438 commit 39218433983417b9df087976a79e3f80dd5e83d6
65439 Author: Wolfgang Denk <wd@denx.de>
65440 Date: Wed Mar 7 16:33:44 2007 +0100
65441
65442 UC101: fix compiler warnings
65443
65444 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
65445 Author: Wolfgang Denk <wd@pollux.denx.de>
65446 Date: Wed Mar 7 16:19:46 2007 +0100
65447
65448 HMI1001: fix build error, cleanup compiler warnings.
65449
65450 commit ad5bb451ade552c44bef9119d907929ebc2c126f
65451 Author: Wolfgang Denk <wd@pollux.denx.de>
65452 Date: Tue Mar 6 18:08:43 2007 +0100
65453
65454 Restructure POST directory to support of other CPUs, boards, etc.
65455
65456 commit a5284efd125967675b2e9c6ef7b95832268ad360
65457 Author: Wolfgang Denk <wd@pollux.denx.de>
65458 Date: Tue Mar 6 18:01:47 2007 +0100
65459
65460 Fix HOSTARCH handling.
65461 Patch by Mike Frysinger, Mar 05 2007
65462
65463 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
65464 Author: Stefan Roese <sr@denx.de>
65465 Date: Tue Mar 6 07:47:04 2007 +0100
65466
65467 [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
65468
65469 As provided by the AMCC applications team, this patch optimizes the
65470 DDR2 setup for 166MHz bus speed. The values provided are also save
65471 to use on a "normal" 133MHz PLB bus system. Only the refresh counter
65472 setup has to be adjusted as done in this patch.
65473
65474 For this the NAND booting version had to include the "speed.c" file
65475 from the cpu/ppc4xx directory. With this addition the NAND SPL image
65476 will just fit into the 4kbytes of program space. gcc version 4.x as
65477 provided with ELDK 4.x is needed to generate this optimized code.
65478
65479 Signed-off-by: Stefan Roese <sr@denx.de>
65480
65481 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
65482 Author: Wolfgang Denk <wd@pollux.denx.de>
65483 Date: Sun Mar 4 01:36:05 2007 +0100
65484
65485 Some code cleanup.
65486
65487 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
65488 Author: Kim Phillips <kim.phillips@freescale.com>
65489 Date: Wed Feb 28 00:02:04 2007 -0600
65490
65491 mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
65492
65493 (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
65494
65495 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
65496 Author: Kumar Gala <galak@kernel.crashing.org>
65497 Date: Tue Feb 27 23:51:42 2007 -0600
65498
65499 mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
65500
65501 The config value for:
65502 * CFG_ACR_PIPE_DEP
65503 * CFG_ACR_RPTCNT
65504 * CFG_SPCR_TSEC1EP
65505 * CFG_SPCR_TSEC2EP
65506 * CFG_SCCR_TSEC1CM
65507 * CFG_SCCR_TSEC2CM
65508
65509 Were not being used when setting the appropriate register
65510
65511 Added:
65512 * CFG_SCCR_USBMPHCM
65513 * CFG_SCCR_USBDRCM
65514 * CFG_SCCR_PCICM
65515 * CFG_SCCR_ENCCM
65516
65517 To allow full config of the SCCR.
65518
65519 Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
65520 that were just bogus.
65521
65522 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65523
65524 commit d51b3cf371cd441030460ef19d36b2924c361b1a
65525 Author: Kim Phillips <kim.phillips@freescale.com>
65526 Date: Thu Feb 22 20:06:57 2007 -0600
65527
65528 mpc83xx: update [local-]mac-address properties on UEC based devices
65529
65530 8360 and 832x weren't updating their [local-]mac-address
65531 properties. This patch fixes that.
65532
65533 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65534
65535 commit 61f4f912acbe60776c5e00df1ec94094ce672957
65536 Author: Timur Tabi <timur@freescale.com>
65537 Date: Tue Feb 13 10:41:42 2007 -0600
65538
65539 mpc83xx: write MAC address to mac-address and local-mac-address
65540
65541 Some device trees have a mac-address property, some have local-mac-address,
65542 and some have both. To support all of these device trees, this patch
65543 updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
65544 This function already updates local-mac-address.
65545
65546 Signed-off-by: Timur Tabi <timur@freescale.com>
65547
65548 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
65549 Author: Kim Phillips <kim.phillips@freescale.com>
65550 Date: Tue Feb 27 18:41:08 2007 -0600
65551
65552 mpc83xx: add command line editing by default
65553
65554 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
65555 Author: Kim Phillips <kim.phillips@freescale.com>
65556 Date: Wed Feb 14 19:50:53 2007 -0600
65557
65558 mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
65559
65560 Disable G1TXCLK, G2TXCLK h/w buffers. This patch
65561 fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
65562
65563 Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
65564
65565 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65566 Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
65567
65568 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
65569 Author: Xie Xiaobo <r63061@freescale.com>
65570 Date: Wed Feb 14 18:27:17 2007 +0800
65571
65572 mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
65573
65574 The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
65575 it pass DDR/DDR2 compliance tests.
65576
65577 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
65578
65579 commit b110f40bd180c6b560276589beedf753e97c46ce
65580 Author: Xie Xiaobo <r63061@freescale.com>
65581 Date: Wed Feb 14 18:27:06 2007 +0800
65582
65583 mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
65584
65585 MPC8360E rev2.0 have new spridr,and PVR value,
65586 The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
65587
65588 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
65589
65590 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
65591 Author: Xie Xiaobo <r63061@freescale.com>
65592 Date: Wed Feb 14 18:26:44 2007 +0800
65593
65594 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
65595
65596 MPC8349E rev3.1 have new spridr,and PVR value,
65597 The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
65598
65599 Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
65600
65601 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
65602 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
65603 Date: Wed Jan 31 11:04:19 2007 +0100
65604
65605 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
65606
65607 Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
65608 which is used to se if an slave will ACK after receiving its address.
65609
65610 Correct i2c probing to use this method as the old method could upset
65611 a slave as it wrote a data byte to it.
65612
65613 Add a small delay in i2c_init() to let the controller
65614 shutdown any ongoing I2C activity.
65615
65616 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
65617
65618 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
65619 Author: Timur Tabi <timur@freescale.com>
65620 Date: Wed Jan 31 15:54:29 2007 -0600
65621
65622 mpc83xx: Add support for the MPC8349E-mITX-GP
65623
65624 Add support for the MPC8349E-mITX-GP, a stripped-down version of the
65625 MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in
65626 HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
65627
65628 Signed-off-by: Timur Tabi <timur@freescale.com>
65629
65630 commit fab16807adad350f618024350c6950165c247c72
65631 Author: Timur Tabi <timur@freescale.com>
65632 Date: Wed Jan 31 15:54:20 2007 -0600
65633
65634 mpc83xx: Delete sdram_init() for MPC8349E-mITX
65635
65636 There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
65637 never does anything. This patch deletes it.
65638
65639 Signed-off-by: Timur Tabi <timur@freescale.com>
65640
65641 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
65642 Author: Dave Liu <daveliu@freescale.com>
65643 Date: Fri Jan 19 10:43:26 2007 +0800
65644
65645 mpc83xx: Fix the LAW1/3 bug
65646
65647 The patch solves the alignment problem of the local bus access windows to
65648 render accessible the memory bank and PHY registers of UPC 1 (starting at
65649 0xf801 0000). What we actually did was to adjust the sizes of the bus
65650 access windows so that the base address alignment requirement would be met.
65651
65652 Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
65653 Signed-off-by: Gridish Shlomi <gridish@freescale.com>
65654 Signed-off-by: Dave Liu <daveliu@freescale.com>
65655
65656 commit 97c4b397dce236a7318b304667bf89e59d08b17c
65657 Author: Kim Phillips <kim.phillips@freescale.com>
65658 Date: Tue Jan 30 16:15:31 2007 -0600
65659
65660 mpc83xx: don't hang if watchdog configured on 8360, 832x
65661
65662 don't hang if watchdog configured on 8360, 832x
65663
65664 The watchdog programming model is the same across all 83xx devices;
65665 make the code reflect that.
65666
65667 commit b70047478570e371ce7223be342ce98afea0f7d6
65668 Author: Kim Phillips <kim.phillips@freescale.com>
65669 Date: Tue Jan 30 16:15:21 2007 -0600
65670
65671 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
65672
65673 protect memcpy to bad address if a local-mac-address is missing from dt
65674
65675 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
65676 Author: Kim Phillips <kim.phillips@freescale.com>
65677 Date: Tue Jan 30 16:15:04 2007 -0600
65678
65679 mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
65680
65681 make 8360 default environment fdt be 8360 (not 8349)
65682
65683 commit a28899c910024a0226331df07207b1038c300c93
65684 Author: Emilian Medve <Emilian.Medve@freescale.com>
65685 Date: Tue Jan 30 16:14:50 2007 -0600
65686
65687 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
65688
65689 The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
65690 be used for busy-waiting since it strips the 'volatile' property from
65691 the bd variable. gcc3 was working by pure luck.
65692
65693 This is a follow on patch to "Fix the UEC driver bug of QE"
65694
65695 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
65696 Author: Kumar Gala <galak@kernel.crashing.org>
65697 Date: Tue Jan 30 14:08:30 2007 -0600
65698
65699 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
65700
65701 The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
65702 MPC834X class processors. Change the protections from CONFIG_MPC8349 to
65703 CONFIG_MPC834X so they are more generic.
65704
65705 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65706
65707 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
65708 Author: Kim Phillips <kim.phillips@freescale.com>
65709 Date: Thu Jan 25 13:40:55 2007 -0600
65710
65711 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
65712
65713 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
65714 Author: Kim Phillips <kim.phillips@freescale.com>
65715 Date: Wed Jan 24 17:18:37 2007 -0600
65716
65717 mpc83xx: sort Makefile targets
65718
65719 reordered targets alphabetically
65720
65721 commit 91e25769771c1164ed63ffca0add49f934ae3343
65722 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
65723 Date: Tue Jan 16 11:38:14 2007 -0500
65724
65725 mpc83xx: U-Boot support for Wind River SBC8349
65726
65727 I've redone the SBC8349 support to match git-current, which
65728 incorporates all the MPC834x updates from Freescale since the 1.1.6
65729 release, including the DDR changes.
65730
65731 I've kept all the SBC8349 files as parallel as possible to the
65732 MPC8349EMDS ones for ease of maintenance and to allow for easy
65733 inspection of what was changed to support this board. Hence the SBC8349
65734 U-Boot has FDT support and everything else that the MPC8349EMDS has.
65735
65736 Fortunately the Freescale updates added support for boards using CS0,
65737 but I had to change spd_sdram.c to allow for board specific settings for
65738 the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
65739 default if the board doesn't specify a value.)
65740
65741 Hopefully this should be mergeable as-is and require no whitespace
65742 cleanups or similar, but if something doesn't measure up then let me
65743 know and I'll fix it.
65744
65745 Thanks,
65746 Paul.
65747
65748 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
65749 Author: Sam Song <samsongshu@yahoo.com.cn>
65750 Date: Thu Dec 14 19:03:21 2006 +0800
65751
65752 mpc83xx: Remove a redundant semicolon in mpc8349itx.c
65753
65754 A redundant semicolon existed in mpc8349itx.c
65755 should be removed.
65756
65757 Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
65758
65759 commit f35f358241c549be3f75cfe2eaa642914275b7ba
65760 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
65761 Date: Wed Dec 6 21:23:55 2006 -0500
65762
65763 mpc83xx: Put the version (and magic) after the HRCW.
65764
65765 Put the version (and magic) after the HRCW. This puts it in a fixed
65766 location in flash, not at the start of flash but as close as we can get.
65767
65768 Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
65769
65770 commit 48aecd969171a6e99a55fae04933857787f9a5bd
65771 Author: Dave Liu <r63238@freescale.com>
65772 Date: Thu Dec 7 21:14:51 2006 +0800
65773
65774 mpc83xx: Add the MPC832XEMDS board readme
65775
65776 Add the MPC832XEMDS board readme
65777
65778 Signed-off-by: Dave Liu <daveliu@freescale.com>
65779
65780 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
65781 Author: Dave Liu <r63238@freescale.com>
65782 Date: Thu Dec 7 21:13:15 2006 +0800
65783
65784 mpc83xx: Add support for the MPC832XEMDS board
65785
65786 This patch supports DUART, ETH3/4 and PCI etc.
65787
65788 Signed-off-by: Dave Liu <daveliu@freescale.com>
65789
65790 commit e080313c32322e15ab5a18eb896a252858c57284
65791 Author: Dave Liu <r63238@freescale.com>
65792 Date: Thu Dec 7 21:11:58 2006 +0800
65793
65794 mpc83xx: streamline the 83xx immr head file
65795
65796 For better format and style, I streamlined the 83xx head files,
65797 including immap_83xx.h and mpc83xx.h. In the old head files, 1)
65798 duplicated macro definition appear in the both files; 2) the structure
65799 of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
65800 macro definition put inside the each structure. So, I cleaned up the
65801 structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
65802 moved the macro definition to mpc83xx.h, Just like MPC8260.
65803
65804 CHANGELOG
65805
65806 *streamline the 83xx immr head file
65807
65808 Signed-off-by: Dave Liu <daveliu@freescale.com>
65809
65810 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
65811 Author: Dave Liu <r63238@freescale.com>
65812 Date: Wed Dec 6 11:38:17 2006 +0800
65813
65814 mpc83xx: Fix the UEC driver bug of QE
65815
65816 The patch prevents the GCC tool chain from striping useful code for
65817 optimization. It will make UEC ethernet driver workable, Otherwise the
65818 UEC will fail in tx when you are using gcc4.x. but the driver can work
65819 when using gcc3.4.3.
65820
65821 CHANGELOG
65822
65823 *Prevent the GCC from striping code for optimization, Otherwise the UEC
65824 will tx failed when you are using gcc4.x.
65825
65826 Signed-off-by: Dave Liu <daveliu@freescale.com>
65827
65828 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
65829 Author: Stefan Roese <sr@denx.de>
65830 Date: Thu Mar 1 21:11:36 2007 +0100
65831
65832 [PATCH] Update AMCC Katmai 440SPe eval board support
65833
65834 This patch updates the recently added Katmai board support. The biggest
65835 change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
65836 driver.
65837
65838 Please note, that still some problems are left with some memory
65839 configurations. See the driver for more details.
65840
65841 Signed-off-by: Stefan Roese <sr@denx.de>
65842
65843 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
65844 Author: Stefan Roese <sr@denx.de>
65845 Date: Thu Mar 1 07:03:25 2007 +0100
65846
65847 [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
65848
65849 Signed-off-by: Stefan Roese <sr@denx.de>
65850
65851 commit ccbc7036648e465697ca298ba51e0e76dda352a0
65852 Author: Wolfgang Denk <wd@pollux.denx.de>
65853 Date: Wed Feb 28 01:28:53 2007 +0100
65854
65855 SC3: fix typo in default environment
65856
65857 commit e344568b1b46af85ec32d815586f91bc115d6223
65858 Author: Sergei Poselenov <sposelenov@emcraft.com>
65859 Date: Tue Feb 27 20:15:30 2007 +0300
65860
65861 MCC200: Fixes for update procedure
65862
65863 - fix logic error in image type handling
65864 - make sure file system images (cramfs etc.) get stored in flash
65865 with image header stripped so they can be mounted through MTD
65866
65867 commit 743571145b37182757d4e688a77860b36ee77573
65868 Author: Wolfgang Denk <wd@pollux.denx.de>
65869 Date: Tue Feb 27 14:26:04 2007 +0100
65870
65871 Minor code cleanup.
65872
65873 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
65874 Author: Sergei Poselenov <sposelenov@emcraft.com>
65875 Date: Tue Feb 27 12:40:16 2007 +0300
65876
65877 MCC200 update - add LCD Progress Indicator
65878
65879 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
65880 Author: Stefan Roese <sr@denx.de>
65881 Date: Thu Feb 22 07:43:34 2007 +0100
65882
65883 [PATCH] get_dev() now unconditionally uses manual relocation
65884
65885 Since the relocation fix is not included yet and we're not sure how
65886 it will be added, this patch removes code that required relocation
65887 to be fixed for now.
65888
65889 Signed-off-by: Stefan Roese <sr@denx.de>
65890
65891 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
65892 Author: Stefan Roese <sr@denx.de>
65893 Date: Thu Feb 22 07:40:23 2007 +0100
65894
65895 [PATCH] Change systemace driver to select 8 & 16bit mode
65896
65897 As suggested by Grant Likely this patch enables the Xilinx SystemACE
65898 driver to select 8 or 16bit mode upon startup.
65899
65900 Signed-off-by: Stefan Roese <sr@denx.de>
65901
65902 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
65903 Author: Haiying Wang <Haiying.Wang@freescale.com>
65904 Date: Wed Feb 21 16:52:31 2007 +0100
65905
65906 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
65907
65908 Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
65909 is fully finished. The sync() is defined in each CPU's io.h file. For
65910 those CPUs which do not need sync for now, a dummy sync() is defined in
65911 their io.h as well.
65912
65913 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
65914
65915 commit da04995c7dc6772013a9a0dc5c767f190c402478
65916 Author: Stefan Roese <sr@denx.de>
65917 Date: Wed Feb 21 13:44:34 2007 +0100
65918
65919 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
65920
65921 Signed-off-by: Stefan Roese <sr@denx.de>
65922
65923 commit 751bb57107d78978ae08e697c3deba816f5be091
65924 Author: Stefan Roese <sr@denx.de>
65925 Date: Tue Feb 20 13:21:57 2007 +0100
65926
65927 [PATCH] Fix relocation problem with "new" get_dev() function
65928
65929 This patch enables the "new" get_dev() function for block devices
65930 introduced by Grant Likely to be used on systems that still suffer
65931 from the relocation problems (manual relocation neede because of
65932 problems with linker script).
65933
65934 Hopefully we can resolve this relocation issue soon for all platform
65935 so we don't need this additional code anymore.
65936
65937 Signed-off-by: Stefan Roese <sr@denx.de>
65938
65939 commit d93e2212f962668b3dce091ff5edc33f2347fe37
65940 Author: Stefan Roese <sr@denx.de>
65941 Date: Tue Feb 20 13:17:42 2007 +0100
65942
65943 [PATCH] Update SystemACE driver for 16bit access
65944
65945 This patch removes some problems when the Xilinx SystemACE driver
65946 is used with 16bit access on an big endian platform (like the
65947 AMCC Katmai).
65948
65949 Signed-off-by: Stefan Roese <sr@denx.de>
65950
65951 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
65952 Author: Stefan Roese <sr@denx.de>
65953 Date: Tue Feb 20 13:15:40 2007 +0100
65954
65955 [PATCH] Clean up Katmai (440SPe) linker script
65956
65957 Signed-off-by: Stefan Roese <sr@denx.de>
65958
65959 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
65960 Author: Stefan Roese <sr@denx.de>
65961 Date: Tue Feb 20 10:57:08 2007 +0100
65962
65963 [PATCH] Add support for the AMCC Katmai (440SPe) eval board
65964
65965 Signed-off-by: Stefan Roese <sr@denx.de>
65966
65967 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
65968 Author: Stefan Roese <sr@denx.de>
65969 Date: Tue Feb 20 10:51:26 2007 +0100
65970
65971 [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
65972
65973 This patch switches to the desired I2C bus when the date/dtt
65974 commands are called. This can be configured using the
65975 CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
65976
65977 Signed-off-by: Stefan Roese <sr@denx.de>
65978
65979 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
65980 Author: Stefan Roese <sr@denx.de>
65981 Date: Tue Feb 20 10:43:34 2007 +0100
65982
65983 [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
65984
65985 This patch adds support for the DDR2 controller used on the
65986 440SP and 440SPe. It is tested on the Katmai (440SPe) eval
65987 board and works fine with the following DIMM modules:
65988
65989 - Corsair CM2X512-5400C4 (512MByte per DIMM)
65990 - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
65991 - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
65992
65993 This patch also adds the nice functionality to dynamically
65994 create the TLB entries for the SDRAM (tlb.c). So we should
65995 never run into such problems with wrong (too short) TLB
65996 initialization again on these platforms.
65997
65998 Signed-off-by: Stefan Roese <sr@denx.de>
65999
66000 commit 36d830c9830379045f5daa9f542ac1c990c70068
66001 Author: Stefan Roese <sr@denx.de>
66002 Date: Tue Feb 20 10:35:42 2007 +0100
66003
66004 [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
66005
66006 Since the existing 4xx SPD SDRAM initialization routines for the
66007 405 SDRAM controller and the 440 DDR controller don't have much in
66008 common this patch splits both drivers into different files.
66009
66010 This is in preparation for the 440 DDR2 controller support (440SP/e).
66011
66012 Signed-off-by: Stefan Roese <sr@denx.de>
66013
66014 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
66015 Author: Stefan Roese <sr@denx.de>
66016 Date: Tue Feb 20 10:27:08 2007 +0100
66017
66018 [PATCH] PPC4xx: Add support for multiple I2C busses
66019
66020 This patch adds support for multiple I2C busses on the PPC4xx
66021 platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
66022 to make use of this feature.
66023
66024 It also merges the 405 and 440 i2c header files into one common
66025 file 4xx_i2c.h.
66026
66027 Also the 4xx i2c reset procedure is reworked since I experienced
66028 some problems with the first access on the 440SPe Katmai board.
66029
66030 Signed-off-by: Stefan Roese <sr@denx.de>
66031
66032 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
66033 Author: Grant Likely <grant.likely@secretlab.ca>
66034 Date: Tue Feb 20 09:05:45 2007 +0100
66035
66036 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
66037
66038 Block device read/write is anonymous data; there is no need to use a
66039 typed pointer. void * is fine. Also add a hook for block_read functions
66040
66041 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66042
66043 commit 53758fa20e935cc87eeb0519ed365df753a6f289
66044 Author: Grant Likely <grant.likely@secretlab.ca>
66045 Date: Tue Feb 20 09:05:38 2007 +0100
66046
66047 [PATCH 8_9] Add block_write hook to block_dev_desc_t
66048
66049 Preparation for future patches which support block device writing
66050
66051 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66052
66053 commit f4852ebe6ca946a509667eb68be42026f837be76
66054 Author: Grant Likely <grant.likely@secretlab.ca>
66055 Date: Tue Feb 20 09:05:31 2007 +0100
66056
66057 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
66058
66059 Register read/write does not need to be wrapped in a full function. The
66060 patch replaces them with macros.
66061
66062 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66063
66064 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
66065 Author: Grant Likely <grant.likely@secretlab.ca>
66066 Date: Tue Feb 20 09:05:23 2007 +0100
66067
66068 [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
66069
66070 The code in this file is not a command; it is a device driver. Put it in
66071 the correct place. There are zero functional changes in this patch, it
66072 only moves the file.
66073
66074 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66075
66076 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
66077 Author: Grant Likely <grant.likely@secretlab.ca>
66078 Date: Tue Feb 20 09:05:16 2007 +0100
66079
66080 [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
66081
66082 This patch is in preparation of additional changes to the sysace driver.
66083 May as well take this opportunity to fixup the inconsistent whitespace since
66084 this file is about to undergo major changes anyway.
66085
66086 There are zero functional changes in this patch. It only cleans up the
66087 the whitespace.
66088
66089 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66090
66091 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
66092 Author: Grant Likely <grant.likely@secretlab.ca>
66093 Date: Tue Feb 20 09:05:07 2007 +0100
66094
66095 [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
66096
66097 isprint is already defined in ctype.c
66098
66099 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66100
66101 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
66102 Author: Grant Likely <grant.likely@secretlab.ca>
66103 Date: Tue Feb 20 09:05:00 2007 +0100
66104
66105 [PATCH 3_9] Move buffer print code from md command to common function
66106
66107 Printing a buffer is a darn useful thing. Move the buffer print code
66108 into print_buffer() in lib_generic/
66109
66110 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66111
66112 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
66113 Author: Grant Likely <grant.likely@secretlab.ca>
66114 Date: Tue Feb 20 09:04:52 2007 +0100
66115
66116 [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
66117
66118 Change the xilinx device drivers and board code to include config.h
66119 instead of xparameters.h directly. config.h always includes the
66120 correct xparameters file. This change reduces the posibility of
66121 including the wrong file when adding a new xilinx board port
66122
66123 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66124
66125 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
66126 Author: Grant Likely <grant.likely@secretlab.ca>
66127 Date: Tue Feb 20 09:04:34 2007 +0100
66128
66129 [PATCH 1_4] Merge common get_dev() routines for block devices
66130
66131 Each of the filesystem drivers duplicate the get_dev routine. This change
66132 merges them into a single function in part.c
66133
66134 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66135
66136 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
66137 Author: Wolfgang Denk <wd@pollux.denx.de>
66138 Date: Mon Feb 19 23:09:51 2007 +0100
66139
66140 MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
66141 as root file system images.
66142
66143 commit 489c696ae7211218961d159e43e722d74c36fcbc
66144 Author: Sergei Poselenov <sposelenov@emcraft.com>
66145 Date: Wed Feb 14 14:30:28 2007 +0300
66146
66147 MCC200: Extensions to Software Update Mechanism
66148
66149 Update / extend Software Update Mechanism for MCC200 board:
66150
66151 - Add support for rootfs image added. The environment variables
66152 "rootfs_st" and "rootfs_nd" can be used to override the default
66153 values of the image start and end.
66154 - Remove excessive key check code.
66155 - Code cleanup.
66156
66157 commit 4be23a12f23f1372634edc3215137b09768b7949
66158 Author: Stefan Roese <sr@denx.de>
66159 Date: Mon Feb 19 08:23:15 2007 +0100
66160
66161 [PATCH] Update Sequoia EBC configuration (NOR FLASH)
66162
66163 As spotted by Matthias Fuchs, the READY input should not be
66164 enabled for the NOR FLASH on the Sequoia board.
66165
66166 Signed-off-by: Stefan Roese <sr@denx.de>
66167
66168 commit 2605e90bf676d48123afe5719a846d2b52b24aac
66169 Author: Heiko Schocher <hs@pollux.denx.de>
66170 Date: Fri Feb 16 07:57:42 2007 +0100
66171
66172 [PATCH] Added support for the jupiter board.
66173
66174 Signed-off-by: Heiko Schocher <hs@denx.de>
66175
66176 commit 497d012e5be0194e1084073d0081eb1a844796b2
66177 Author: Gary Jennejohn <garyj@pollux.denx.de>
66178 Date: Mon Feb 12 13:11:50 2007 +0100
66179
66180 LPC2292: patch from Siemens.
66181
66182 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
66183 Author: Stefan Roese <sr@denx.de>
66184 Date: Sat Feb 10 08:49:31 2007 +0100
66185
66186 [PATCH] Add missing p3mx.h file to repository (ups)
66187
66188 Signed-off-by: Stefan Roese <sr@denx.de>
66189
66190 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
66191 Author: Bartlomiej Sieka <tur@semihalf.com>
66192 Date: Fri Feb 9 10:45:42 2007 +0100
66193
66194 [Motion-PRO] Preliminary support for the Motion-PRO board.
66195
66196 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
66197 Author: Stefan Roese <sr@denx.de>
66198 Date: Wed Feb 7 16:51:08 2007 +0100
66199
66200 [PATCH] Update some AMCC 4xx board config files (set initrd_high)
66201
66202 Some boards that can have more than 768MBytes of SDRAM need to
66203 set "initrd_high", so that the initrd can be accessed by the
66204 Linux kernel.
66205
66206 Signed-off-by: Stefan Roese <sr@denx.de>
66207
66208 commit 7372ca68227930d03cffa548310524cad5b96733
66209 Author: Stefan Roese <sr@denx.de>
66210 Date: Fri Feb 2 12:44:22 2007 +0100
66211
66212 [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
66213
66214 Previously the strapping DCR/SDR was read to determine if the internal PCI
66215 arbiter is enabled or not. This strapping bit can be overridden, so now
66216 the current status is read from the correct DCR/SDR register.
66217
66218 Signed-off-by: Stefan Roese <sr@denx.de>
66219
66220 commit 2aa54f651a42d198673318f07a20c89a43e4d197
66221 Author: Stefan Roese <sr@denx.de>
66222 Date: Fri Feb 2 12:42:08 2007 +0100
66223
66224 [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
66225
66226 Signed-off-by: Stefan Roese <sr@denx.de>
66227
66228 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
66229 Author: Stefan Roese <sr@denx.de>
66230 Date: Thu Feb 1 13:22:41 2007 +0100
66231
66232 [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
66233
66234 When PCI PNP is enabled the pci pnp configuration routine is called
66235 which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
66236 problems with some PCI cards. For now disable the PCI PNP configuration.
66237
66238 Signed-off-by: Stefan Roese <sr@denx.de>
66239
66240 commit 2902fadade3be7659467e8d074048c6b7068f5c0
66241 Author: Stefan Roese <sr@denx.de>
66242 Date: Wed Jan 31 16:56:10 2007 +0100
66243
66244 [PATCH] Update 440EPx/440GRx cpu detection
66245
66246 Signed-off-by: Stefan Roese <sr@denx.de>
66247
66248 commit d5ea287b02a6945c3977410e364a879dd1a555c8
66249 Author: Stefan Roese <sr@denx.de>
66250 Date: Wed Jan 31 16:38:04 2007 +0100
66251
66252 [PATCH] Update esd cpci5200 files
66253
66254 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
66255
66256 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
66257 Author: Stefan Roese <sr@denx.de>
66258 Date: Wed Jan 31 16:37:34 2007 +0100
66259
66260 [PATCH] Add support for esd mecp5200 board
66261
66262 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
66263
66264 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
66265 Author: Stefan Roese <sr@denx.de>
66266 Date: Wed Jan 31 12:38:50 2007 +0100
66267
66268 [PATCH] Remove unneccessary yellowstone board config file
66269
66270 Signed-off-by: Stefan Roese <sr@denx.de>
66271
66272 commit e802594b6fa1b166308820c276b96dc0d7cc731c
66273 Author: Stefan Roese <sr@denx.de>
66274 Date: Tue Jan 30 17:06:10 2007 +0100
66275
66276 [PATCH] Update Sequoia (440EPx) config file
66277
66278 The config file now handles the 2nd target, the Rainier (440GRx)
66279 evaluation board better. Additionally the PPC input clock was
66280 adjusted to match the correct value of 33.0 MHz.
66281
66282 Signed-off-by: Stefan Roese <sr@denx.de>
66283
66284 commit 700200c67e73b83751418abe7815840dca8fd6cb
66285 Author: Stefan Roese <sr@denx.de>
66286 Date: Tue Jan 30 17:04:19 2007 +0100
66287
66288 [PATCH] Merge Yosemite & Yellowstone board ports
66289
66290 Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
66291 share one config file and all board specific files. This way we
66292 don't have to maintain two different sets of files for nearly
66293 identical boards.
66294
66295 Signed-off-by: Stefan Roese <sr@denx.de>
66296
66297 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
66298 Author: Stefan Roese <sr@denx.de>
66299 Date: Tue Jan 30 15:01:49 2007 +0100
66300
66301 [PATCH] Update Prodrive SCPU (PDNB3 variant) board
66302
66303 SCPU doesn't use redundant environment in flash.
66304
66305 Signed-off-by: Stefan Roese <sr@denx.de>
66306
66307 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
66308 Author: Stefan Roese <sr@denx.de>
66309 Date: Tue Jan 30 12:51:07 2007 +0100
66310
66311 [PATCH] alpr: Update alpr board config file
66312
66313 Signed-off-by: Stefan Roese <sr@denx.de>
66314
66315 commit f8db84f132b1e335f20f96138a1f09ed97b08664
66316 Author: Wolfgang Denk <wd@pollux.denx.de>
66317 Date: Tue Jan 30 00:50:40 2007 +0100
66318
66319 LPC2292 SODIMM port coding style cleanup.
66320
66321 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
66322 Author: Gary Jennejohn <garyj@pollux.denx.de>
66323 Date: Wed Jan 24 12:16:56 2007 +0100
66324
66325 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
66326
66327 commit 2daf046ba627f85f44195815778140039636244e
66328 Author: Bartlomiej Sieka <tur@semihalf.com>
66329 Date: Tue Jan 23 17:22:06 2007 +0100
66330
66331 [iDMR] Add MTD and JFFS2 support, also add default partition definition.
66332
66333 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
66334 Author: Bartlomiej Sieka <tur@semihalf.com>
66335 Date: Tue Jan 23 14:21:14 2007 +0100
66336
66337 [iDMR] Flash driver on initialisation write-protects some sectors,
66338 currently sectors 0-3. Sector 3 does not need to be protected, though
66339 (U-boot occupies sectors 0-1 and the environment sector 2). This commit
66340 fixes this, i.e., only sectors 0-2 are protected.
66341
66342 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
66343 Author: Bartlomiej Sieka <tur@semihalf.com>
66344 Date: Tue Jan 23 14:11:22 2007 +0100
66345
66346 [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
66347 "mii device" results in "Unexpected exception"). Fixing this properly
66348 requires some clean-up in the FEC drivers infrastructure for ColdFire, so
66349 this commit disables MII commads for now.
66350
66351 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
66352 Author: Bartlomiej Sieka <tur@semihalf.com>
66353 Date: Tue Jan 23 13:25:22 2007 +0100
66354
66355 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
66356 Identification Register (CIR).
66357
66358 commit fdef388758506765d4d6a7155c8f1584c63ff581
66359 Author: roy zang <tie-fei.zang@freescale.com>
66360 Date: Mon Jan 22 13:19:21 2007 +0800
66361
66362 use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
66363 The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
66364 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
66365 mpc7448hpc2 board.
66366
66367 commit a4012396645533aef218354eeba754dff0deace8
66368 Author: Wolfgang Denk <wd@pollux.denx.de>
66369 Date: Fri Jan 19 23:08:39 2007 +0100
66370
66371 Minor code cleanup.
66372
66373 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
66374 Author: Heiko Schocher <hs@pollux.denx.de>
66375 Date: Fri Jan 19 19:57:10 2007 +0100
66376
66377 [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
66378
66379 Signed-off-by: Heiko Schocher <hs@denx.de>
66380
66381 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
66382 Author: Heiko Schocher <hs@pollux.denx.de>
66383 Date: Fri Jan 19 18:05:26 2007 +0100
66384
66385 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
66386 if you must swap the bytes between reading/writing.
66387 (Needed for the SC3 board)
66388
66389 Signed-off-by: Heiko Schocher <hs@denx.de>
66390
66391 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
66392 Author: Stefan Roese <sr@denx.de>
66393 Date: Thu Jan 18 16:05:47 2007 +0100
66394
66395 [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
66396
66397 Signed-off-by: Stefan Roese <sr@denx.de>
66398
66399 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
66400 Author: Stefan Roese <sr@denx.de>
66401 Date: Thu Jan 18 11:54:52 2007 +0100
66402
66403 [PATCH] Update Prodrive P3Mx support
66404
66405 Signed-off-by: Stefan Roese <sr@denx.de>
66406
66407 commit 34167a36c29ee946b727465db5c014746a08e978
66408 Author: Stefan Roese <sr@denx.de>
66409 Date: Thu Jan 18 11:48:10 2007 +0100
66410
66411 [PATCH] Add missing Taishan config file
66412
66413 Signed-off-by: Stefan Roese <sr@denx.de>
66414
66415 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
66416 Author: Heiko Schocher <hs@pollux.denx.de>
66417 Date: Thu Jan 18 11:28:51 2007 +0100
66418
66419 [PATCH] Fix: Compilerwarnings for SC3 board.
66420 The EBC Configuration Register is now by CFG_EBC_CFG definable
66421 Added JFFS2 support for the SC3 board.
66422
66423 Signed-off-by: Heiko Schocher <hs@denx.de>
66424
66425 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
66426 Author: Stefan Roese <sr@denx.de>
66427 Date: Thu Jan 18 10:25:34 2007 +0100
66428
66429 [PATCH] Add support for AMCC Taishan PPC440GX eval board
66430
66431 Signed-off-by: Stefan Roese <sr@denx.de>
66432
66433 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
66434 Author: Wolfgang Denk <wd@pollux.denx.de>
66435 Date: Tue Jan 16 18:30:50 2007 +0100
66436
66437 Raname solidcard3 into sc3; add redundant env for sc3
66438
66439 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
66440 Author: Wolfgang Denk <wd@pollux.denx.de>
66441 Date: Tue Jan 16 12:46:35 2007 +0100
66442
66443 Update default environment for Solidcard3
66444
66445 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
66446 Author: Stefan Roese <sr@denx.de>
66447 Date: Mon Jan 15 09:46:29 2007 +0100
66448
66449 [PATCH] Fix 440SPe rev B detection from previous patch
66450
66451 Signed-off-by: Stefan Roese <sr@denx.de>
66452
66453 commit a443d31410c571ee8f970da819a44d698fdd6b1f
66454 Author: Heiko Schocher <hs@pollux.denx.de>
66455 Date: Sun Jan 14 13:35:31 2007 +0100
66456
66457 [FIX] correct I2C Writes for the LM81 Sensor.
66458
66459 Signed-off-by: Heiko Schocher <hs@denx.de>
66460
66461 commit 0bba5452835f19a61204edcda3a58112fd8e2208
66462 Author: Wolfgang Denk <wd@pollux.denx.de>
66463 Date: Sat Jan 13 11:17:10 2007 +0100
66464
66465 Undo commit 3033ebb2: reset command does not take any arguments
66466
66467 Haiying Wang's modification to the reset command was broken, undo it.
66468
66469 Signed-off-by: Wolfgang Denk <wd@denx.de>
66470
66471 commit 95981778cff0038fd9941044d6a3eda810e33258
66472 Author: Stefan Roese <sr@denx.de>
66473 Date: Sat Jan 13 08:01:03 2007 +0100
66474
66475 [PATCH] Update 440SP(e) cpu revisions
66476
66477 Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
66478
66479 Signed-off-by: Stefan Roese <sr@denx.de>
66480
66481 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
66482 Author: Stefan Roese <sr@denx.de>
66483 Date: Sat Jan 13 07:59:56 2007 +0100
66484
66485 [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
66486
66487 Now the board revision and the current PCI bus speed are printed after
66488 the board message.
66489
66490 Also the EBC initialising is now done via defines in the board config
66491 file.
66492
66493 Signed-off-by: Stefan Roese <sr@denx.de>
66494
66495 commit 36adff362c2c0141ff8a810d42a7e478f779130f
66496 Author: Stefan Roese <sr@denx.de>
66497 Date: Sat Jan 13 07:59:19 2007 +0100
66498
66499 [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
66500
66501 Now the board revision and the current PCI bus speed are printed after
66502 the board message.
66503
66504 Also the EBC initialising is now done via defines in the board config
66505 file.
66506
66507 Signed-off-by: Stefan Roese <sr@denx.de>
66508
66509 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
66510 Author: Stefan Roese <sr@denx.de>
66511 Date: Sat Jan 13 07:57:51 2007 +0100
66512
66513 [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
66514
66515 Now the board revision and the current PCI bus speed are printed after
66516 the board message.
66517
66518 Signed-off-by: Stefan Roese <sr@denx.de>
66519
66520 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
66521 Author: Heiko Schocher <hs@pollux.denx.de>
66522 Date: Thu Jan 11 15:44:44 2007 +0100
66523
66524 Added support for the SOLIDCARD III board from Eurodesign
66525
66526 Signed-off-by: Heiko Schocher <hs@denx.de>
66527
66528 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
66529 Author: Reinhard Thies <Reinhard.Thies@web.de>
66530 Date: Wed Jan 10 14:41:14 2007 +0100
66531
66532 Adjusted default environment for cam5200 board.
66533
66534 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
66535 Author: Wolfgang Denk <wd@pollux.denx.de>
66536 Date: Wed Jan 10 15:35:52 2007 +0100
66537
66538 Update CHANGELOG
66539
66540 commit 787fa15860a57833e50bd30555079a9cd4e519b8
66541 Author: Wolfgang Denk <wd@pollux.denx.de>
66542 Date: Wed Jan 10 01:28:39 2007 +0100
66543
66544 Fix auto_update for MCC200 board.
66545
66546 The invocation of do_auto_update() is moved to the end of the
66547 misc_init_r() function, after the flash mappings have been
66548 initialized. Please find attached a patch that implements that
66549 change.
66550
66551 Also correct the decoding of the keypad status. With this update, the
66552 key that will trigger the update is Column 2, Row 2.
66553
66554 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
66555 Author: Marian Balakowicz <m8@semihalf.com>
66556 Date: Wed Jan 10 00:26:15 2007 +0100
66557
66558 CAM5200 flash driver modifications:
66559 - use CFI driver (replaces custom flash driver) for main 'cam5200' target
66560 - add second build target 'cam5200_niosflash' which still uses custom driver
66561
66562 commit 67fea022fa957f59653b5238c7496f80a6b70432
66563 Author: Markus Klotzbuecher <mk@denx.de>
66564 Date: Tue Jan 9 16:02:48 2007 +0100
66565
66566 SPC1920: cleanup memory contoller setup
66567
66568 commit 8fc2102faa23593c80381437c09f7745a14deb40
66569 Author: Markus Klotzbuecher <mk@denx.de>
66570 Date: Tue Jan 9 14:57:14 2007 +0100
66571
66572 Fix the cpu speed setup to work with all boards.
66573
66574 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
66575 Author: Markus Klotzbuecher <mk@denx.de>
66576 Date: Tue Jan 9 14:57:13 2007 +0100
66577
66578 SPC1920: add support for the FM18L08 Ramtron FRAM
66579
66580 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
66581 Author: Markus Klotzbuecher <mk@denx.de>
66582 Date: Tue Jan 9 14:57:13 2007 +0100
66583
66584 SPC1920: update the HPI register addresses to work with the second
66585 generation of hardware
66586
66587 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
66588 Author: Markus Klotzbuecher <mk@creamnet.de>
66589 Date: Tue Jan 9 14:57:13 2007 +0100
66590
66591 Miscellanious spc1920 related cleanups
66592
66593 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
66594 Author: Markus Klotzbuecher <mk@denx.de>
66595 Date: Tue Jan 9 14:57:12 2007 +0100
66596
66597 SPC1920 GO/NOGO led should be set to color red in U-Boot
66598
66599 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
66600 Author: Markus Klotzbuecher <mk@creamnet.de>
66601 Date: Tue Jan 9 14:57:12 2007 +0100
66602
66603 Add support for the DS3231 RTC
66604
66605 commit 8139567b60d678584b05f0718a681f2047c5e14f
66606 Author: Markus Klotzbuecher <mk@creamnet.de>
66607 Date: Tue Jan 9 14:57:11 2007 +0100
66608
66609 SMC1 uses external CLK4 instead of BRG on spc1920
66610
66611 commit d8d9de1a02fbd880b613d607143d1f57342affc7
66612 Author: Markus Klotzbuecher <mk@creamnet.de>
66613 Date: Tue Jan 9 14:57:10 2007 +0100
66614
66615 Update the SPC1920 CMB PLD driver
66616
66617 commit 3f34f869162750e5e999fd140f884f5de952bcfe
66618 Author: Markus Klotzbuecher <mk@creamnet.de>
66619 Date: Tue Jan 9 14:57:10 2007 +0100
66620
66621 Add / enable I2C support on the spc1920 board
66622
66623 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
66624 Author: Markus Klotzbuecher <mk@creamnet.de>
66625 Date: Tue Jan 9 14:57:10 2007 +0100
66626
66627 Add support for the tms320671x host port interface (HPI)
66628
66629 commit f4eb54529bb3664c3a562e488b460fe075f79d67
66630 Author: Wolfgang Denk <wd@pollux.denx.de>
66631 Date: Sun Jan 7 00:13:11 2007 +0100
66632
66633 Prepare for release 1.2.0
66634
66635 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
66636 Author: Stefan Roese <sr@denx.de>
66637 Date: Sat Jan 6 15:58:09 2007 +0100
66638
66639 [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
66640
66641 This patch fixes a problem with an incorrect setup for the refresh
66642 timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
66643
66644 Signed-off-by: Stefan Roese <sr@denx.de>
66645
66646 commit f16c1da9577f06c5fc08651a4065537407de4635
66647 Author: Stefan Roese <sr@denx.de>
66648 Date: Sat Jan 6 15:56:13 2007 +0100
66649
66650 [PATCH] Update ALPR board files
66651
66652 This update brings the ALPR board support to the newest version.
66653 It also fixes a problem with the NAND driver.
66654
66655 Signed-off-by: Stefan Roese <sr@denx.de>
66656
66657 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
66658 Author: Stefan Roese <sr@denx.de>
66659 Date: Fri Jan 5 11:46:05 2007 +0100
66660
66661 [PATCH] nand: Fix problem with oobsize calculation
66662
66663 Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
66664
66665 The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
66666 returns a 0x15. In the code fragment below bits [1:0] determine the
66667 page size, it is ANDed via "(extid & 0x3)" then shifted out. The
66668 next field is also ANDed with 0x3. However this is a one bit field
66669 as defined in the Hynix and Samsung parts in the 4th ID byte that
66670 determins the oobsize, not a two bit field. It works on Samsung as
66671 bits[3:2] are 01. However for the Hynix there is a 11 in these two
66672 bits, so the oob size gets messed up.
66673
66674 I checked the correct linux code and the suggested fix from Brian is
66675 also available in the linux nand mtd driver.
66676
66677 Signed-off-by: Stefan Roese <sr@denx.de>
66678
66679 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
66680 Author: Stefan Roese <sr@denx.de>
66681 Date: Fri Jan 5 10:40:36 2007 +0100
66682
66683 [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
66684
66685 This fix will make the MAL burst disabling patch for the Linux
66686 EMAC driver obsolete.
66687
66688 Signed-off-by: Stefan Roese <sr@denx.de>
66689
66690 commit 023889838282b6237b401664f22dd22dfba2c066
66691 Author: Stefan Roese <sr@denx.de>
66692 Date: Fri Jan 5 10:38:05 2007 +0100
66693
66694 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
66695
66696 This code will optimize the DDR2 controller setup on a board specific
66697 basis.
66698
66699 Note: This code doesn't work right now on the NAND booting image for the
66700 Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
66701
66702 Signed-off-by: Stefan Roese <sr@denx.de>
66703
66704 commit cce4acbb68398634b8d011ed7bb0d12269c84230
66705 Author: Bartlomiej Sieka <tur@semihalf.com>
66706 Date: Thu Dec 28 19:08:21 2006 +0100
66707
66708 Few V38B changes:
66709 - fix a typo in V38B config file
66710 - move watchdog initialisation earlier in the boot process
66711 - add "wdt=off" to default kernel command line (disables kernel watchdog)
66712
66713 commit 92eb729bad876725aeea908d2addba0800620840
66714 Author: Wolfgang Denk <wd@pollux.denx.de>
66715 Date: Wed Dec 27 01:26:13 2006 +0100
66716
66717 Fix bug in adaption of Stefano Babic's CFI driver patch.
66718
66719 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
66720 Author: Wolfgang Denk <wd@pollux.denx.de>
66721 Date: Sun Dec 24 01:42:57 2006 +0100
66722
66723 Minor code cleanup.
66724
66725 commit d784fdb05900ada3686d5778783e1fb328e9fb66
66726 Author: Stefano Babic <sbabic@denx.de>
66727 Date: Tue Dec 12 00:22:42 2006 +0100
66728
66729 Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
66730
66731 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
66732 Author: Stefan Roese <sr@denx.de>
66733 Date: Fri Dec 22 14:29:40 2006 +0100
66734
66735 [PATCH] Fix sequoia flash autodetection (finally correct)
66736
66737 Now 32MByte and 64MByte FLASH is know to work and other
66738 configurations should work too.
66739
66740 Signed-off-by: Stefan Roese <sr@denx.de>
66741
66742 commit 82e5236a8b719543643fd26d5827938ab2b94818
66743 Author: Wolfgang Denk <wd@pollux.denx.de>
66744 Date: Fri Dec 22 10:30:26 2006 +0100
66745
66746 Minor code cleanup; update CHANGELOG.
66747
66748 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
66749 Author: Heiko Schocher <hs@pollux.denx.de>
66750 Date: Thu Dec 21 17:17:02 2006 +0100
66751
66752 Added support for the TQM8272 board from TQ
66753
66754 Signed-off-by: Heiko Schocher <hs@denx.de>
66755
66756 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
66757 Author: Heiko Schocher <hs@pollux.denx.de>
66758 Date: Thu Dec 21 16:14:48 2006 +0100
66759
66760 [PATCH] Add support for the UC101 board from MAN.
66761
66762 Signed-off-by: Heiko Schocher <hs@denx.de>
66763
66764 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
66765 Author: Bartlomiej Sieka <tur@semihalf.com>
66766 Date: Wed Dec 20 00:29:43 2006 +0100
66767
66768 Fix to make the baudrate changes immediate for the MCF52x2 family.
66769
66770 commit daa6e418bcc0c717752e8de939c213c790286096
66771 Author: Bartlomiej Sieka <tur@semihalf.com>
66772 Date: Wed Dec 20 00:27:32 2006 +0100
66773
66774 Preliminary support for the iDMR board (ColdFire).
66775
66776 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
66777 Author: Andrei Safronov <safronov@pollux.denx.de>
66778 Date: Fri Dec 8 16:23:08 2006 +0100
66779
66780 automatic update mechanism
66781
66782 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
66783 Author: roy zang <tie-fei.zang@freescale.com>
66784 Date: Mon Dec 4 17:56:59 2006 +0800
66785
66786 Slight code clean up.
66787 Add comments, delete duplicate define and remove spaces.
66788 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66789
66790 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
66791 Author: roy zang <tie-fei.zang@freescale.com>
66792 Date: Mon Dec 4 17:54:21 2006 +0800
66793
66794 Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
66795 multiplier table can not refect the real PLL clock behavior of these
66796 processors. Please refer to the hardware specification for detailed
66797 information of the corresponding processors.
66798 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66799
66800 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
66801 Author: roy zang <tie-fei.zang@freescale.com>
66802 Date: Mon Dec 4 14:46:23 2006 +0800
66803
66804 Remove the static MAC address, ip address, server ip, netmask and
66805 gateway ip for network setting.
66806 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66807
66808 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
66809 Author: roy zang <tie-fei.zang@freescale.com>
66810 Date: Mon Dec 4 14:33:08 2006 +0800
66811
66812 Remove the duplicate memory test code for mpc744ihpc2 board.
66813 If a memory test is needed, please use the functions in
66814 post/memory.c or memtest command.
66815 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66816
66817 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
66818 Author: roy zang <tie-fei.zang@freescale.com>
66819 Date: Fri Dec 1 19:01:25 2006 +0800
66820
66821 Fix the exception occuring in RAM table search issue.
66822 The original search_one_table() function code can only processes the search
66823 for the exception occurring in FLASH/ROM, because the exception and fixup
66824 table usually locate in FLASH. If the exception address is also in
66825 FLASH, it will be OK.
66826 If the exception occurs in RAM, after the u-boot relocation, a
66827 relocation offset should be added.
66828
66829 clean up the code in cpu/74xx_7xx/cpu.c
66830
66831 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66832
66833 commit ee311214e0d216f904feea269599d0934bf71f23
66834 Author: roy zang <tie-fei.zang@freescale.com>
66835 Date: Fri Dec 1 11:47:36 2006 +0800
66836
66837 Clean up the code according to codestyle:
66838 (1) remove some C++ comments.
66839 (2) remove trailing white space.
66840 (3) remove trailing empty line.
66841 (4) Indentation by table.
66842 (5) remove {} in one line condition.
66843 (6) add space before '(' in function call.
66844 Remove some weird printf () output.
66845 Add necessary comments.
66846 Modified Makefile to support building in a separate directory.
66847
66848 commit dd520bf314c7add4183c5191692180f576f96b60
66849 Author: Wolfgang Denk <wd@pollux.denx.de>
66850 Date: Thu Nov 30 18:02:20 2006 +0100
66851
66852 Code cleanup.
66853
66854 commit 8d9a8610b8256331132227e9e6585c6bd5742787
66855 Author: Wolfgang Denk <wd@pollux.denx.de>
66856 Date: Thu Nov 30 01:54:07 2006 +0100
66857
66858 Code cleanup. Update CHANGELOG.
66859
66860 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
66861 Author: Grant Likely <grant.likely@secretlab.ca>
66862 Date: Wed Nov 29 16:23:42 2006 +0100
66863
66864 [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
66865
66866 The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
66867 not the XLB frequency.
66868
66869 This patch depends on the previous patches for MPC52xx device tree support
66870
66871 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66872 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
66873
66874 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
66875 Author: Stefan Roese <sr@denx.de>
66876 Date: Wed Nov 29 15:42:37 2006 +0100
66877
66878 [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
66879
66880 This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
66881 and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
66882 quite similar and share the same board directory "prodrive/p3mx"
66883 and the same config file "p3mx.h".
66884
66885 Signed-off-by: Stefan Roese <sr@denx.de>
66886
66887 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
66888 Author: Stefan Roese <sr@denx.de>
66889 Date: Wed Nov 29 12:53:15 2006 +0100
66890
66891 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
66892
66893 In the bootvx command the load address was only read from the env
66894 variable "loadaddr" and not optionally passed as paramter as described
66895 in the help. This is fixed with this patch. The behaviour is now the
66896 same as in the bootelf command.
66897
66898 Signed-off-by: Stefan Roese <sr@denx.de>
66899
66900 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
66901 Author: Stefan Roese <sr@denx.de>
66902 Date: Wed Nov 29 12:03:57 2006 +0100
66903
66904 [PATCH] include/ppc440.h minor error affecting interrupts
66905
66906 Fixed include/ppc440.c for UIC address Bug
66907
66908 Corrects bug affecting the addresses for the universal interrupt
66909 controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
66910
66911 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
66912 Signed-off-by: Stefan Roese <sr@denx.de>
66913
66914 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
66915 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
66916 Date: Tue Nov 28 16:17:27 2006 -0600
66917
66918 Make fsl-i2c not conflict with SOFT I2C
66919
66920 Signed-off-by: Timur Tabi <timur@freescale.com>
66921
66922 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
66923 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
66924 Date: Tue Nov 28 16:17:18 2006 -0600
66925
66926 Fix I2C master address initialization.
66927
66928 Signed-off-by: Timur Tabi <timur@freescale.com>
66929
66930 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
66931 Author: Kim Phillips <kim.phillips@freescale.com>
66932 Date: Tue Nov 28 23:31:19 2006 -0600
66933
66934 Assign maintainers for mpc8349emds and mpc8360emds
66935
66936 Dave for mpc8360emds, and me for mpc8349emds.
66937
66938 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
66939 Author: Kim Phillips <kim.phillips@freescale.com>
66940 Date: Tue Nov 28 23:28:33 2006 -0600
66941
66942 Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
66943
66944 give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
66945 since they are passed by reference to ucc_get_cmxucr_reg and assigned.
66946
66947 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
66948 Author: Timur Tabi <timur@freescale.com>
66949 Date: Tue Nov 28 12:09:35 2006 -0600
66950
66951 mpc83xx: Miscellaneous code style fixes
66952
66953 Implement various code style fixes and similar changes.
66954
66955 Signed-off-by: Timur Tabi <timur@freescale.com>
66956
66957 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
66958 Author: Stefan Roese <sr@denx.de>
66959 Date: Tue Nov 28 17:55:49 2006 +0100
66960
66961 [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
66962
66963 This patch adds the code and configuration necessary to boot with an
66964 arch/powerpc Linux kernel.
66965
66966 Signed-off-by: Grant Likely <grant.likely@gmail.com>
66967 Acked-by: Jon Loeliger <jdl@freescale.com>
66968
66969 commit e732faec95a83cb468b4850ae807c8301dde8f6a
66970 Author: Stefan Roese <sr@denx.de>
66971 Date: Tue Nov 28 16:09:24 2006 +0100
66972
66973 [PATCH] PPC4xx: 440SP Rev. C detection added
66974
66975 Signed-off-by: Stefan Roese <sr@denx.de>
66976
66977 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
66978 Author: Stefan Roese <sr@denx.de>
66979 Date: Tue Nov 28 11:04:45 2006 +0100
66980
66981 [PATCH] nand: Fix patch merge problem
66982
66983 Signed-off-by: Stefan Roese <sr@denx.de>
66984
66985 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
66986 Author: Stefan Roese <sr@denx.de>
66987 Date: Tue Nov 28 11:04:45 2006 +0100
66988
66989 [PATCH] nand: Fix patch merge problem
66990
66991 Signed-off-by: Stefan Roese <sr@denx.de>
66992
66993 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
66994 Author: Wolfgang Denk <wd@pollux.denx.de>
66995 Date: Mon Nov 27 22:53:53 2006 +0100
66996
66997 Update CHANGELOG
66998
66999 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
67000 Author: Stefan Roese <sr@denx.de>
67001 Date: Mon Nov 27 17:43:25 2006 +0100
67002
67003 [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
67004
67005 Patch below corrects the setting of the zmiifer register, it was
67006 overwritting the register rather than ORing the settings.
67007
67008 Signed-off-by: Neil Wilson <NWilson@airspan.com>
67009 Signed-off-by: Stefan Roese <sr@denx.de>
67010
67011 commit d1a72545296800b7e219f93104ad5836f0003d66
67012 Author: Stefan Roese <sr@denx.de>
67013 Date: Mon Nov 27 17:34:10 2006 +0100
67014
67015 [PATCH] Select NAND embedded environment from board configuration
67016
67017 The current NAND Bootloader setup forces the environment
67018 variables to be in line with the bootloader. This change
67019 enables the configuration to be made in the board include
67020 file instead so that it can be individually enabled.
67021
67022 Signed-off-by: Nick Spence <nick.spence@freescale.com>
67023 Signed-off-by: Stefan Roese <sr@denx.de>
67024
67025 commit 15784862857c3c2214498defcfed84ff137fb81e
67026 Author: Stefan Roese <sr@denx.de>
67027 Date: Mon Nov 27 17:22:19 2006 +0100
67028
67029 [PATCH] nand_wait() timeout fixes
67030
67031 Two fixes for the nand_wait() function in
67032 drivers/nand/nand_base.c:
67033
67034 1. Use correct timeouts. The original timeouts in Linux
67035 source are 400ms and 20ms not 40s and 20s
67036
67037 2. Return correct error value in case of timeout. 0 is
67038 interpreted as OK.
67039
67040 Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
67041 Signed-off-by: Stefan Roese <sr@denx.de>
67042
67043 commit da5553b095bf04f4f109ad7e565dae3aba47b230
67044 Author: Stefan Roese <sr@denx.de>
67045 Date: Mon Nov 27 17:04:06 2006 +0100
67046
67047 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
67048
67049 This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
67050 arguments to bootm. It removes the getenv("disable_of") test that used
67051 to be used for this purpose.
67052
67053 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
67054 Acked-by: Jon Loeliger <jdl@freescale.com>
67055
67056 commit a9398e018593782c5fa7d0741955fc1256b34c1e
67057 Author: Wolfgang Denk <wd@pollux.denx.de>
67058 Date: Mon Nov 27 15:32:42 2006 +0100
67059
67060 Minor code cleanup. Update CHANGELOG.
67061
67062 commit 1729b92cde575476684bffe819d0b7791b57bff2
67063 Author: Stefan Roese <sr@denx.de>
67064 Date: Mon Nov 27 14:52:04 2006 +0100
67065
67066 [PATCH] 4xx: Fix problem with board specific reset code (now for real)
67067
67068 Signed-off-by: Stefan Roese <sr@denx.de>
67069
67070 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
67071 Author: Stefan Roese <sr@denx.de>
67072 Date: Mon Nov 27 14:49:51 2006 +0100
67073
67074 [PATCH] alpr: remove unused board specific flash driver
67075
67076 Signed-off-by: Stefan Roese <sr@denx.de>
67077
67078 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
67079 Author: Stefan Roese <sr@denx.de>
67080 Date: Mon Nov 27 14:48:41 2006 +0100
67081
67082 [PATCH] 4xx: Fix problem with board specific reset code
67083
67084 Signed-off-by: Stefan Roese <sr@denx.de>
67085
67086 commit ec0c2ec725aec9524a177a77ce75559e644a931a
67087 Author: Stefan Roese <sr@denx.de>
67088 Date: Mon Nov 27 14:46:06 2006 +0100
67089
67090 [PATCH] Remove testing 4xx enet PHY setup
67091
67092 Signed-off-by: Stefan Roese <sr@denx.de>
67093
67094 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
67095 Author: Stefan Roese <sr@denx.de>
67096 Date: Mon Nov 27 14:12:17 2006 +0100
67097
67098 [PATCH] Update Prodrive ALPR board support (440GX)
67099
67100 Signed-off-by: Stefan Roese <sr@denx.de>
67101
67102 commit 58b485776698c3d71ec5a215e392123b4c15afa3
67103 Author: Markus Klotzbuecher <mk@denx.de>
67104 Date: Mon Nov 27 11:51:21 2006 +0100
67105
67106 Add a small README with information on the generic ohci driver.
67107
67108 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
67109 Author: Markus Klotzbuecher <mk@denx.de>
67110 Date: Mon Nov 27 11:46:46 2006 +0100
67111
67112 Fix some endianness issues related to the generic ohci driver
67113
67114 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
67115 Author: Markus Klotzbuecher <mk@denx.de>
67116 Date: Mon Nov 27 11:44:58 2006 +0100
67117
67118 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
67119 to choose between the old and the generic OHCI drivers.
67120
67121 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
67122 Author: Markus Klotzbuecher <mk@denx.de>
67123 Date: Mon Nov 27 11:43:09 2006 +0100
67124
67125 Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
67126 and adapted board configs TQM5200 and yosemite accordingly. This commit
67127 also makes the maximum number of root hub ports configurable
67128 (CFG_USB_OHCI_MAX_ROOT_PORTS).
67129
67130 commit 78d620ebb5871d252270dedfad60c6568993b780
67131 Author: Wolfgang Denk <wd@atlas.denx.de>
67132 Date: Thu Nov 23 22:58:58 2006 +0100
67133
67134 Updates for TQM5200 modules:
67135 - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
67136 - simplify "udate" definitions
67137
67138 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
67139 Author: Stefan Roese <sr@denx.de>
67140 Date: Wed Nov 22 13:20:50 2006 +0100
67141
67142 [PATCH] PPC4xx start.S: Fix for processor errata
67143
67144 Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
67145 errata 1.12: 440_33 by moving patch up in code.
67146
67147 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
67148 Signed-off-by: Stefan Roese <sr@denx.de>
67149
67150 commit 4ef6251403f637841000e0fef9e832aa01339822
67151 Author: Stefan Roese <sr@denx.de>
67152 Date: Mon Nov 20 20:39:52 2006 +0100
67153
67154 [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
67155
67156 Signed-off-by: Stefan Roese <sr@denx.de>
67157
67158 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
67159 Author: Wolfgang Denk <wd@pollux.denx.de>
67160 Date: Mon Nov 20 10:28:30 2006 +0100
67161
67162 Update CHANGELOG
67163
67164 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
67165 Author: Stefan Roese <sr@denx.de>
67166 Date: Mon Nov 13 13:55:24 2006 +0100
67167
67168 [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
67169
67170 * Adds support for AMD command set Top Boot flash geometry reversal
67171 * Adds support for reading JEDEC Manufacturer ID and Device ID
67172 * Adds support for displaying command set, manufacturer id and
67173 device ids (flinfo)
67174 * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
67175 * Removes outdated change history (refer to git log instead)
67176
67177 Signed-off-by: Tolunay Orkun <listmember@orkun.us>
67178 Signed-off-by: Stefan Roese <sr@denx.de>
67179
67180 commit b21b511d4c50408f4853f46f06b601272196223f
67181 Author: Wolfgang Denk <wd@pollux.denx.de>
67182 Date: Sun Nov 12 21:13:23 2006 +0100
67183
67184 Update CHANGELOG
67185
67186 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
67187 Author: Bartlomiej Sieka <tur@semihalf.com>
67188 Date: Sat Nov 11 22:48:22 2006 +0100
67189
67190 Disable the watchdog in the default config for the V38B board.
67191
67192 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
67193 Author: Bartlomiej Sieka <tur@semihalf.com>
67194 Date: Sat Nov 11 22:43:00 2006 +0100
67195
67196 Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
67197 group is enabled for USB earlier (in cpu_init_f() instead of
67198 usb_lowlevel_init()).
67199
67200 commit 91650b3e4de688038d4f71279c44858e3e2c6870
67201 Author: Wolfgang Denk <wd@pollux.denx.de>
67202 Date: Mon Nov 6 17:06:36 2006 +0100
67203
67204 Sequential accesses to non-existent memory must be synchronized,
67205 at least on G2 cores.
67206
67207 This fixes get_ram_size() problems on MPC5200 Rev. B boards.
67208
67209 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
67210 Author: Timur Tabi <timur@freescale.com>
67211 Date: Fri Nov 3 19:15:00 2006 -0600
67212
67213 mpc83xx: Update 83xx to use fsl_i2c.c
67214
67215 Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete
67216 cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
67217 Added multiple I2C bus support to fsl_i2c.c.
67218
67219 Signed-off-by: Timur Tabi <timur@freescale.com>
67220
67221 commit d239d74b1c937984bc519083a8e7de373a390f06
67222 Author: Timur Tabi <timur@freescale.com>
67223 Date: Fri Nov 3 12:00:28 2006 -0600
67224
67225 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
67226
67227 Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
67228 tree matches the other 8xxx trees.
67229
67230 Signed-off-by: Timur Tabi <timur@freescale.com>
67231
67232 commit f7fb2e703ec9688541416962724adff70a7322cb
67233 Author: Kim Phillips <kim.phillips@freescale.com>
67234 Date: Thu Nov 2 19:47:11 2006 -0600
67235
67236 mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
67237
67238 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
67239 Author: Dave Liu <daveliu@freescale.com>
67240 Date: Thu Nov 2 18:05:50 2006 -0600
67241
67242 mpc83xx: Fix the incorrect dcbz operation
67243
67244 The 834x rev1.x silicon has one CPU5 errata.
67245
67246 The issue is when the data cache locked with
67247 HID0[DLOCK], the dcbz instruction looks like no-op inst.
67248
67249 The right behavior of the data cache is when the data cache
67250 Locked with HID0[DLOCK], the dcbz instruction allocates
67251 new tags in cache.
67252
67253 The 834x rev3.0 and later and 8360 have not this bug inside.
67254
67255 So, when 834x rev3.0/8360 are working with ECC, the dcbz
67256 instruction will corrupt the stack in cache, the processor will
67257 checkstop reset.
67258
67259 However, the 834x rev1.x can work with ECC with these code,
67260 because the sillicon has this cache bug. The dcbz will not
67261 corrupt the stack in cache.
67262 Really, it is the fault code running on fault sillicon.
67263
67264 This patch fix the incorrect dcbz operation. Instead of
67265 CPU FP writing to initialise the ECC.
67266
67267 CHANGELOG:
67268 * Fix the incorrect dcbz operation instead of CPU FP
67269 writing to initialise the ECC memory. Otherwise, it
67270 will corrupt the stack in cache, The processor will checkstop
67271 reset.
67272
67273 Signed-off-by: Dave Liu <daveliu@freescale.com>
67274
67275 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
67276 Author: Kim Phillips <kim.phillips@freescale.com>
67277 Date: Wed Nov 1 00:10:40 2006 -0600
67278
67279 mpc83xx: add OF_FLAT_TREE bits to 83xx boards
67280
67281 add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
67282 STDOUT_PATH configuration bits to mpc8349emds,
67283 mpc8349itx, and mpc8360emds board code.
67284
67285 redo environment to use bootm with the fdtaddr
67286 for booting ARCH=powerpc kernels by default,
67287 and provide default fdtaddr values.
67288
67289 commit 48041365b3420589ad464ebc7752e0053538b729
67290 Author: Kim Phillips <kim.phillips@freescale.com>
67291 Date: Wed Nov 1 00:07:25 2006 -0600
67292
67293 mpc83xx: change ft code to modify local-mac-address property
67294
67295 Update 83xx OF code to update local-mac-address properties
67296 for ethernet instead of the obsolete 'address' property.
67297
67298 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
67299 Author: Timur Tabi <timur@freescale.com>
67300 Date: Tue Oct 31 21:23:16 2006 -0600
67301
67302 mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
67303
67304 This patch also adds an improved I2C set_speed(), which handles all clock
67305 frequencies.
67306
67307 Signed-off-by: Timur Tabi <timur@freescale.com>
67308
67309 commit ac4b5622ce050b5ee1e154b98df630d778661632
67310 Author: Dave Liu <daveliu@freescale.com>
67311 Date: Tue Oct 31 19:54:59 2006 -0600
67312
67313 mpc83xx: add the README.mpc8360emds
67314
67315 add doc/README.mpc8360emds to accompany the new board support
67316
67317 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
67318 Author: Dave Liu <daveliu@freescale.com>
67319 Date: Fri Nov 3 12:11:15 2006 -0600
67320
67321 mpc83xx: add QE ethernet support
67322
67323 this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
67324
67325 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
67326 Author: Dave Liu <daveliu@freescale.com>
67327 Date: Fri Nov 3 19:33:44 2006 -0600
67328
67329 mpc83xx: Add MPC8360EMDS basic board support
67330
67331 Add support for the Freescale MPC8360EMDS board.
67332 Includes DDR, DUART, Local Bus, PCI.
67333
67334 commit 23892e49352de74f7fac36ff90bb1be143d195e3
67335 Author: Dave Liu <daveliu@freescale.com>
67336 Date: Tue Oct 31 19:30:40 2006 -0600
67337
67338 mpc83xx: add the QUICC Engine (QE) immap file
67339
67340 common QE immap file. Also required for 8360.
67341
67342 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
67343 Author: Dave Liu <daveliu@freescale.com>
67344 Date: Tue Oct 31 19:25:38 2006 -0600
67345
67346 mpc83xx: Add 8360 specifics to 83xx immap
67347
67348 Mainly add QE device dependencies, with appropriate 8360 protection.
67349 Lindent also run.
67350
67351 commit 988833324a7fda482c8ac3ca23eb539f8232e404
67352 Author: Timur Tabi <timur@freescale.com>
67353 Date: Tue Oct 31 19:14:41 2006 -0600
67354
67355 mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
67356
67357 PREREQUISITE PATCHES:
67358
67359 * This patch can only be applied after the following patches have been applied:
67360
67361 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2"
67362 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2"
67363
67364 CHANGELOG:
67365
67366 * For the 8349E-mITX, fix some size values in pci_init_board(), enable
67367 the clock for the 2nd USB board (Linux kernel will hang otherwise),
67368 and fix the CONFIG_BOOTARGS macro.
67369
67370 Signed-off-by: Timur Tabi <timur@freescale.com>
67371
67372 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
67373 Author: Timur Tabi <timur@freescale.com>
67374 Date: Tue Oct 31 18:44:42 2006 -0600
67375
67376 mpc83xx: Add support for the MPC8349E-mITX
67377
67378 PREREQUISITE PATCHES:
67379
67380 * This patch can only be applied after the following patches have been applied:
67381
67382 1) DNX#2006090742000024 "Add support for multiple I2C buses"
67383 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
67384 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
67385 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
67386 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
67387
67388 CHANGELOG:
67389
67390 * Add support for the Freescale MPC8349E-mITX reference design platform.
67391 The second TSEC (Vitesse 7385 switch) is not supported at this time.
67392
67393 Signed-off-by: Timur Tabi <timur@freescale.com>
67394
67395 commit 183da6d9b446cc12123455844ad1187e2375626f
67396 Author: Ben Warren <bwarren@qstreams.com>
67397 Date: Tue Sep 12 10:15:53 2006 -0400
67398
67399 Additional MPC8349 support for multibus i2c
67400
67401 Hello,
67402
67403 Here is a patch for a file that was accidentally left out of a previous
67404 attempt.
67405
67406 It accompanies the patch with ticket DNX#2006090742000024
67407
67408 CHANGELOG:
67409 Change PCI initialization to use new multi-bus I2C API.
67410
67411 regards,
67412 Ben
67413
67414 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
67415 Author: Ben Warren <bwarren@qstreams.com>
67416 Date: Thu Sep 7 16:51:04 2006 -0400
67417
67418 Multi-bus I2C implementation of MPC834x
67419
67420 Hello,
67421
67422 Attached is a patch implementing multiple I2C buses on the MPC834x CPU
67423 family and the MPC8349EMDS board in particular.
67424 This patch requires Patch 1 (Add support for multiple I2C buses).
67425 Testing was performed on a 533MHz board.
67426
67427 /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
67428
67429 Signed-off-by: Ben Warren <bwarren@qstreams.com>
67430
67431 CHANGELOG:
67432 Implemented driver-level code to support two I2C buses on the
67433 MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds
67434 are 50kHz, 100kHz and 400kHz on each bus.
67435
67436 regards,
67437 Ben
67438
67439 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
67440 Author: Ben Warren <bwarren@qstreams.com>
67441 Date: Thu Sep 7 16:50:54 2006 -0400
67442
67443 Add support for multiple I2C buses
67444
67445 Hello,
67446
67447 Attached is a patch providing support for multiple I2C buses at the
67448 command level. The second part of the patch includes an implementation
67449 for the MPC834x CPU and MPC8349EMDS board.
67450
67451 /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
67452
67453 Signed-off-by: Ben Warren <bwarren@qstreams.com>
67454
67455 Overview:
67456
67457 1. Include new 'i2c' command (based on USB implementation) using
67458 CONFIG_I2C_CMD_TREE.
67459
67460 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that
67461 the commands to change bus number and speed are only available under the
67462 new 'i2c' command mentioned in the first bullet.
67463
67464 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
67465 systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form
67466 of an array of bus-device pairs. Otherwise, it is an array of uchar.
67467
67468 CHANGELOG:
67469 Added new 'i2c' master command for all I2C interaction. This is
67470 conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for
67471 setting I2C bus speed as well as changing the active bus if the board
67472 has more than one (conditionally compiled with
67473 CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses.
67474 Updated README.
67475
67476 regards,
67477 Ben
67478
67479 commit bed85caf872714ebf53013967a695c9d63acfc68
67480 Author: Timur Tabi <timur@freescale.com>
67481 Date: Tue Oct 31 18:13:36 2006 -0600
67482
67483 mpc83xx: Add support for Errata DDR6 on MPC 834x systems
67484
67485 CHANGELOG:
67486
67487 * Errata DDR6, which affects all current MPC 834x processors, lists changes
67488 required to maintain compatibility with various types of DDR memory. This
67489 patch implements those changes.
67490
67491 Signed-off-by: Timur Tabi <timur@freescale.com>
67492
67493 commit afd6e470f639883002c7c59d562690a5cb0f4865
67494 Author: Timur Tabi <timur@freescale.com>
67495 Date: Wed Oct 25 18:45:23 2006 -0500
67496
67497 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
67498
67499 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
67500 Author: Timur Tabi <timur@freescale.com>
67501 Date: Tue Aug 22 17:07:00 2006 -0500
67502
67503 mpc83xx: Add support for variable flash memory sizes on 83xx systems
67504
67505 CHANGELOG:
67506
67507 * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
67508 window registers, instead of using a hard-coded value of 8MB.
67509
67510 Signed-off-by: Timur Tabi <timur@freescale.com>
67511
67512 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
67513 Author: Tanya Jiang <tanya.jiang@freescale.com>
67514 Date: Thu Aug 3 18:38:13 2006 +0800
67515
67516 mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
67517
67518 Unified TQM834x variable names with 83xx and consolidated macro
67519 in preparation for the 8360 and other upcoming 83xx devices.
67520
67521 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
67522
67523 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
67524 Author: Dave Liu <daveliu@freescale.com>
67525 Date: Wed Oct 25 14:41:21 2006 -0500
67526
67527 mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
67528
67529 Incorporated the common unified variable names and the changes in preparation
67530 for releasing mpc8360 patches.
67531
67532 Signed-off-by: Dave Liu <daveliu@freescale.com>
67533
67534 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
67535 Author: Tanya Jiang <tanya.jiang@freescale.com>
67536 Date: Thu Aug 3 18:36:02 2006 +0800
67537
67538 mpc83xx: Fix missing build for mpc8349emds pci.c
67539
67540 Make pci build for mpc8349emds
67541
67542 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
67543
67544 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
67545 Author: Tanya Jiang <tanya.jiang@freescale.com>
67546 Date: Thu Aug 3 18:39:49 2006 +0800
67547
67548 mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
67549
67550 Removed unused file resetvec.S for mpc83xx cpu
67551
67552 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
67553
67554 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
67555 Author: Nick Spence <Nick.Spence@freescale.com>
67556 Date: Sat Sep 30 00:32:59 2006 -0700
67557
67558 NAND Flash verify across block boundaries
67559
67560 This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
67561 defined
67562 and the write crosses a block boundary. The pointer to the verification
67563 buffer (bufstart) is not being updated to reflect the starting of the
67564 new
67565 block so the verification of the second block fails.
67566
67567 CHANGELOG:
67568
67569 * Fix NAND FLASH page verification across block boundaries
67570
67571 commit f484dc791a3932537213c43c654cc1295c64b84c
67572 Author: Nick Spence <nick.spence@freescale.com>
67573 Date: Thu Sep 7 07:39:46 2006 -0700
67574
67575 Added RGMII support to the TSECs and Marvell 881111 Phy
67576
67577 Added a phy initialization to adjust the RGMII RX and TX timing
67578 Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
67579
67580 Signed-off-by: Nick Spence <nick.spence@freescale.com>
67581
67582 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
67583 Author: roy zang <tie-fei.zang@freescale.com>
67584 Date: Fri Nov 3 13:10:00 2006 +0800
67585
67586 Remove some unused CFG define.
67587 undef CFG_DRAM_TEST
67588
67589 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
67590 Author: roy zang <tie-fei.zang@freescale.com>
67591 Date: Fri Nov 3 13:07:36 2006 +0800
67592
67593 Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
67594 Both work. 0xFF000000 seems more reasonable.
67595
67596 commit c59200443072353044aa4bf737a5a60f9a9af231
67597 Author: Wolfgang Denk <wd@pollux.denx.de>
67598 Date: Thu Nov 2 15:15:01 2006 +0100
67599
67600 Release U-Boot 1.1.6
67601
67602 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
67603 Author: roy zang <tie-fei.zang@freescale.com>
67604 Date: Thu Nov 2 19:14:48 2006 +0800
67605
67606 This patch comes from Yuli's posted patch on 8/8/2006
67607 titled "CFI Driver Little-Endian write Issue".
67608
67609 http://sourceforge.net/mailarchive/message.php?msg_id=36311999
67610
67611 If that patch applied, please discard this one.
67612 Until now , I do not see his patch is applied. So please apply this one.
67613
67614 Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
67615 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67616
67617 commit b825f158e449e1e9cf74c08e572955e122394c96
67618 Author: roy zang <tie-fei.zang@freescale.com>
67619 Date: Thu Nov 2 19:12:31 2006 +0800
67620
67621 Tsi108 on chip i2c support.
67622
67623 The i2c Interface provides a master-only, serial interface that can be
67624 used for initializing Tsi108/Tsi109 registers from an EEPROM after a
67625 device reset.
67626
67627 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67628 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67629
67630 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
67631 Author: roy zang <tie-fei.zang@freescale.com>
67632 Date: Thu Nov 2 19:11:06 2006 +0800
67633
67634 Tsi108 on chip pci controller support.
67635
67636 If there is no pci card, the tsi108/109 pci configure read will
67637 cause a machine check exception to the processor. PCI error should
67638 also be cleared after the read.
67639
67640 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67641 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67642
67643 commit d1927cee977126e547ceeba23e4f978f377cfb8f
67644 Author: roy zang <tie-fei.zang@freescale.com>
67645 Date: Thu Nov 2 19:08:55 2006 +0800
67646
67647 Tundra tsi108 on chip Ethernet controller support.
67648
67649 The following is a brief description of the Ethernet controller:
67650 The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
67651 Gigabit Ethernet ports,E0 and E1. It uses a single Management interface
67652 to manage the two physical connection devices (PHYs). Each Ethernet port
67653 has its own statistics monitor that tracks and reports key interface
67654 statistics. Each port supports a 256-entry hash table for address
67655 filtering. In addition, each port is bridged to the Switch Fabric
67656 through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
67657
67658 Each Ethernet port also has a pair of internal Ethernet DMA channels to
67659 support the transmit and receive data flows. The Ethernet DMA channels
67660 use descriptors set up in memory, the memory map of the device, and
67661 access via the Switch Fabric. The Ethernet Controller?s DMA arbiter
67662 handles arbitration for the Switch Fabric. The Controller also
67663 has a register businterface for register accesses and status monitor
67664 control.
67665
67666 The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
67667 modes. The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
67668 The GMII and TBI modes are used to connect with Gigabit PMDs. Internal
67669 data flows to and from the Ethernet Controller through the Switch Fabric.
67670
67671 Each Ethernet port uses its transmit and receive DMA channels to manage
67672 data flows through buffer descriptors that are predefined by the
67673 system (the descriptors can exist anywhere in the system memory map).
67674 These descriptors are data structures that point to buffers filled
67675 with data ready to transmit over Ethernet, or they point to empty
67676 buffers ready to receive data from Ethernet.
67677
67678 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67679 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67680
67681 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
67682 Author: roy zang <tie-fei.zang@freescale.com>
67683 Date: Thu Nov 2 19:01:33 2006 +0800
67684
67685 Tundra tsi108 header file.
67686
67687 The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
67688 PowerPC processors that offers numerous system interconnect options for
67689 embedded application designers. The Tsi108 can interconnect 60x or
67690 MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
67691 and Flash. Provided the macro define for tsi108 chip.
67692
67693 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67694 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67695
67696 commit 87c4db09699c6b89176b31004afcb83eb1585d47
67697 Author: roy zang <tie-fei.zang@freescale.com>
67698 Date: Thu Nov 2 18:59:15 2006 +0800
67699
67700 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
67701 mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
67702
67703 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67704 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67705
67706 commit 27801b8ab11c61b577e45742a515bb3b23b80241
67707 Author: roy zang <tie-fei.zang@freescale.com>
67708 Date: Thu Nov 2 18:57:21 2006 +0800
67709
67710 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
67711 Make ,config.mk and link file for the mpc7448hpc2 board.
67712
67713 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67714 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67715
67716 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
67717 Author: roy zang <tie-fei.zang@freescale.com>
67718 Date: Thu Nov 2 18:55:04 2006 +0800
67719
67720 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
67721 The mpc7448hpc2 board support header file.
67722
67723 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67724 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67725
67726 commit 625bb5ddb50b243f931262ca8c46956409471917
67727 Author: roy zang <tie-fei.zang@freescale.com>
67728 Date: Thu Nov 2 18:52:21 2006 +0800
67729
67730 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
67731 The mpc7448hpc2 board support low level assemble language init code.
67732
67733 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67734 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67735
67736 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
67737 Author: roy zang <tie-fei.zang@freescale.com>
67738 Date: Thu Nov 2 18:49:51 2006 +0800
67739
67740 General code modification for mpc7448hpc2 board support.
67741 1. Add 7447A and 7448 processor support.
67742 2. Add the following flags.
67743
67744 CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
67745 (such as by switch on board), this flag should be set.
67746
67747 CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
67748 relocates to RAM, this flag should be set.
67749
67750 CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
67751 system hang in exception, this flag should be set.
67752
67753 There is a design issue for tsi108/109 pci configure read. When pci scan
67754 the slots, if there is no pci card, the tsi108/9 will cause a machine
67755 check exception for mpc7448 processor.
67756
67757 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
67758 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67759
67760 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
67761 Author: roy zang <tie-fei.zang@freescale.com>
67762 Date: Thu Nov 2 18:34:47 2006 +0800
67763
67764 Add README file for mpc7448hpc2 board.
67765 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67766
67767 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
67768 Author: Bartlomiej Sieka <tur@semihalf.com>
67769 Date: Wed Nov 1 02:04:38 2006 +0100
67770
67771 Finish up support for MarelV38B board
67772 - add watchdog support
67773 - enable GPIO_WKUP_7 pin for input
67774 - code cleanup
67775
67776 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
67777 Author: Bartlomiej Sieka <tur@semihalf.com>
67778 Date: Wed Nov 1 01:45:46 2006 +0100
67779
67780 - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
67781 * remove warnings when compiling ethaddr.c
67782 * adjust linker script (fixes a crash resulting from incorrect
67783 definition of __u_boot_cmd_start)
67784 - Some MarelV38B code cleanup.
67785
67786 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
67787 Author: Bartlomiej Sieka <tur@semihalf.com>
67788 Date: Wed Nov 1 01:38:16 2006 +0100
67789
67790 - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
67791 MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
67792 Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
67793 MPC5XXX_WU_GPIO_DATA_O for affected boards.
67794
67795 - Add defintions for some MPC5XXX GPIO pins.
67796
67797 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
67798 Author: Bartlomiej Sieka <tur@semihalf.com>
67799 Date: Wed Nov 1 01:34:29 2006 +0100
67800
67801 Changed MarelV38B board make target to lowercase. Config file cleanup.
67802
67803 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
67804 Author: Wolfgang Denk <wd@pollux.denx.de>
67805 Date: Sun Oct 29 01:03:51 2006 +0200
67806
67807 Automatically adjust ARFLAGS so "make -s" is really silent.
67808
67809 commit fae684e89844856383bdf101440889557df3e6b1
67810 Author: Stefan Roese <sr@denx.de>
67811 Date: Sat Oct 28 16:45:00 2006 +0200
67812
67813 [PATCH] omap925.c: Remove unused functions
67814
67815 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
67816 Signed-off-by: Stefan Roese <sr@denx.de>
67817
67818 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
67819 Author: Stefan Roese <sr@denx.de>
67820 Date: Sat Oct 28 17:12:58 2006 +0200
67821
67822 [PATCH] Add some missing machtypes for netstar & voiceblue boards
67823
67824 Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
67825 numbers in code.
67826
67827 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
67828 Signed-off-by: Stefan Roese <sr@denx.de>
67829
67830 commit 856f054410cef52d868feb330168b2a4c4091328
67831 Author: Stefan Roese <sr@denx.de>
67832 Date: Sat Oct 28 15:55:52 2006 +0200
67833
67834 [PATCH] NAND: Partition name support added to NAND subsystem
67835
67836 chpart, nboot and NAND subsystem related commands now accept also partition
67837 name to specify offset.
67838
67839 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
67840 Signed-off-by: Stefan Roese <sr@denx.de>
67841
67842 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
67843 Author: Wolfgang Denk <wd@pollux.denx.de>
67844 Date: Sat Oct 28 02:29:44 2006 +0200
67845
67846 Update CHANGELOG.
67847
67848 commit 2751a95abd1b96911081c357e96a12fa97b40dee
67849 Author: Wolfgang Denk <wd@pollux.denx.de>
67850 Date: Sat Oct 28 02:29:14 2006 +0200
67851
67852 Enable commandline editing and hush shell on all TQM boards.
67853
67854 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
67855 Author: Wolfgang Denk <wd@pollux.denx.de>
67856 Date: Sat Oct 28 02:28:02 2006 +0200
67857
67858 README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
67859
67860 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
67861 Author: Wolfgang Denk <wd@denx.de>
67862 Date: Sat Oct 28 01:14:32 2006 +0200
67863
67864 Check for illegal character '=' in environment variable names.
67865
67866 Make sure the string passed as variable name does not contain a '='
67867 character. This not only prevents the common error or typing
67868 "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
67869 also closes a backdoor which allowed to delete write-protected
67870 environment variables, for example by using "setenv ethaddr=".
67871
67872 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
67873 Author: Wolfgang Denk <wd@pollux.denx.de>
67874 Date: Sat Oct 28 00:38:39 2006 +0200
67875
67876 Minor code cleanup.
67877
67878 commit e11887a77d81077416a2d1c5e0354916fee8c034
67879 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67880 Date: Thu Oct 26 17:55:31 2006 +0200
67881
67882 Don't pass any debug options directly to the assembler
67883
67884 When passing the -g option to gcc, gcc automatically selects a
67885 suitable --g<format> option to pass on to the assembler.
67886 Thus, there's no point in forcing a specific debug option on the
67887 assembler using the -Wa mechanism.
67888
67889 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67890
67891 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
67892 Author: Jon Loeliger <jdl@freescale.com>
67893 Date: Fri Oct 27 07:47:22 2006 -0500
67894
67895 MPC86xx: Cleaned up unused and conditionally used local variables.
67896
67897 Signed-off-by: Jon Loeliger <jdl@freescale.com>
67898
67899 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
67900 Author: Wolfgang Denk <wd@pollux.denx.de>
67901 Date: Fri Oct 27 11:55:21 2006 +0200
67902
67903 Fix "ar" flags in some Makefiles to allow for silent "make -s"
67904
67905 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
67906 Author: Ben Warren <bwarren@qstreams.com>
67907 Date: Thu Oct 26 14:38:25 2006 -0400
67908
67909 Fix TSEC driver (now for real): avoid crashes if PHY is not attached
67910 to a TSEC (e.g. a switch is connected via RMII) or
67911 if the PHY is defective/incorrectly configured.
67912
67913 Signed-off-by: Ben Warren <bwarren@qstreams.com>
67914
67915 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
67916 Author: Ben Warren <bwarren@qstreams.com>
67917 Date: Thu Oct 26 14:38:25 2006 -0400
67918
67919 Fix TSEC driver: avoid crashes if PHY is not attached
67920 to a TSEC (e.g. a switch is connected via RMII) or
67921 if the PHY is defective/incorrectly configured.
67922
67923 Signed-off-by: Ben Warren <bwarren@qstreams.com>
67924
67925 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
67926 Author: Wolfgang Denk <wd@pollux.denx.de>
67927 Date: Thu Oct 26 16:24:31 2006 +0200
67928
67929 Code cleanup.
67930
67931 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
67932 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67933 Date: Wed Oct 25 15:48:59 2006 +0200
67934
67935 Finish up support for the ATSTK1000/ATSTK1002 boards
67936
67937 Add atstk1002_config target to Makefile and move the AVR32 section
67938 down below Blackfin so that it doesn't end up in the middle of
67939 MIPS.
67940
67941 Drop the autogenerated linker script thing for now. Will have to
67942 revisit how to handle chips with different flash and RAM layout
67943 later.
67944
67945 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67946
67947 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
67948 Author: Kumar Gala <galak@kernel.crashing.org>
67949 Date: Tue Oct 24 23:47:37 2006 -0500
67950
67951 Added support for Multi-Image files that contain a device tree
67952
67953 If a Multi-Image file contains a third image we try to use it as a
67954 device tree. The device tree image is assumed to be uncompressed in the
67955 image file. We automatically allocate space for the device tree in memory
67956 and provide an 8k pad to allow more than a reasonable amount of growth.
67957
67958 Additionally, a device tree that was contained in flash will now automatically
67959 get copied to system memory as part of boot. Previously an error was
67960 reported if one tried to boot a device tree that was in flash.
67961
67962 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67963
67964 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
67965 Author: Wolfgang Denk <wd@denx.de>
67966 Date: Tue Oct 24 21:35:55 2006 +0200
67967
67968 Switch to automatically generated CHANGELOG file.
67969 (use "make CHANGELOG" to update it from time to time)
67970
67971 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
67972 Author: Stefan Roese <sr@denx.de>
67973 Date: Tue Oct 24 18:06:48 2006 +0200
67974
67975 Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
67976 Patch by Stefan Roese, 24 Oct 2006
67977
67978 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
67979 Author: Wolfgang Denk <wd@pollux.denx.de>
67980 Date: Tue Oct 24 17:24:55 2006 +0200
67981
67982 Merge with /home/wd/git/u-boot/master
67983
67984 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
67985 Author: Wolfgang Denk <wd@pollux.denx.de>
67986 Date: Tue Oct 24 15:32:57 2006 +0200
67987
67988 Code cleanup
67989
67990 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
67991 Author: Wolfgang Denk <wd@pollux.denx.de>
67992 Date: Tue Oct 24 14:51:36 2006 +0200
67993
67994 Move atstk1000 files into vendor specific directory.
67995 Patch by Haavard Skinnemoen, 12 Sep 2006
67996
67997 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
67998 Author: Wolfgang Denk <wd@pollux.denx.de>
67999 Date: Tue Oct 24 14:42:37 2006 +0200
68000
68001 Add ATSTK1000 and ATSTK1002 board support
68002 Patch by Haavard Skinnemoen, 06 Sep 2006
68003
68004 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
68005 daughterboard.
68006
68007 ATSTK1000 is a full-featured development board for AT32AP CPUs. It
68008 has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
68009 and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
68010 CompactFlash cards. For more information, please see this page:
68011
68012 http://www.atmel.com/dyn/products/tools.asp?family_id=682
68013
68014 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
68015 AT32AP7000 chip.
68016
68017 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68018
68019 commit f93ae788c3640fcde5db383471d45548ff4060d0
68020 Author: Wolfgang Denk <wd@pollux.denx.de>
68021 Date: Tue Oct 24 14:31:24 2006 +0200
68022
68023 Add common serial driver for Atmel AT32 and AT91 chips
68024 Patch by Haavard Skinnemoen, 06 Sep 2006
68025
68026 This is a first attempt at creating a common serial driver for Atmel
68027 chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
68028 be possible to support AT91RM9200 and other ARM-based chips with some
68029 minor modifications.
68030
68031 There's nothing fundamentally AVR32-specific in this driver, but it
68032 does use some features which are currently only defined for the
68033 AT32AP CPU port:
68034 * pm_get_clock_freq: Obtain the clock frequency of a given domain
68035 * gd->console_uart: A "struct device" containing information about
68036 register mappings, gpio resources and clocks associated with the
68037 UART device.
68038
68039 For more information about these features, please see the "AT32AP
68040 CPU" patch.
68041
68042 commit 72a087e04705c26cad982879ebd06b5281bf825a
68043 Author: Wolfgang Denk <wd@pollux.denx.de>
68044 Date: Tue Oct 24 14:27:35 2006 +0200
68045
68046 Add AT32AP CPU and AT32AP7000 SoC support
68047 Patch by Haavard Skinnemoen, 06 Sep 2006
68048
68049 This patch adds support for the AT32AP CPU family and the AT32AP7000
68050 chip, which is the first chip implementing the AVR32 architecture.
68051
68052 The AT32AP CPU core is a high-performance implementation featuring a
68053 7-stage pipeline, separate instruction- and data caches, and a MMU.
68054 For more information, please see the "AVR32 AP Technical Reference":
68055
68056 http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
68057
68058 In addition to this, the AT32AP7000 chip comes with a large set of
68059 integrated peripherals, many of which are shared with the AT91 series
68060 of ARM-based microcontrollers from Atmel. Full data sheet is
68061 available here:
68062
68063 http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
68064
68065 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68066
68067 commit 7b64fef33c66be648826c0ff9758298ef13d0604
68068 Author: Wolfgang Denk <wd@pollux.denx.de>
68069 Date: Tue Oct 24 14:21:16 2006 +0200
68070
68071 Add AVR32 architecture support
68072 Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
68073
68074 This patch adds common infrastructure code for the Atmel AVR32
68075 architecture. See doc/README.AVR32 for details.
68076
68077 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68078
68079 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
68080 Author: Wolfgang Denk <wd@pollux.denx.de>
68081 Date: Tue Oct 24 13:57:33 2006 +0200
68082
68083 Use -g instead of -gstabs in AFLAGS_DEBUG
68084 Patch by Haavard Skinnemoen, 30 Aug 2006
68085
68086 In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
68087 matter what the target's preferred debugging format is. This patch
68088 simply replaces -gstabs with -g, so that the default debugging format
68089 for the architecture is used.
68090
68091 commit 965829872169c2996023840d98e1d85ad148d629
68092 Author: Wolfgang Denk <wd@pollux.denx.de>
68093 Date: Tue Oct 24 13:55:18 2006 +0200
68094
68095 Fix/workaround broken dependency handling with make 3.81
68096 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
68097
68098 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
68099 Author: Marian Balakowicz <m8@semihalf.com>
68100 Date: Mon Oct 23 22:17:05 2006 +0200
68101
68102 Fix sequoia separate object direcory building problems.
68103
68104 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
68105 Author: Jon Loeliger <jdl@freescale.com>
68106 Date: Fri Oct 20 17:16:35 2006 -0500
68107
68108 Use generic I2C register block on 85xx and 86xx.
68109
68110 Replace private IMMAP I2C structures with generic reg block
68111 and allow 86xx to have multiple I2C device busses.
68112
68113 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68114
68115 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
68116 Author: Jon Loeliger <jdl@freescale.com>
68117 Date: Fri Oct 20 15:54:34 2006 -0500
68118
68119 Fix compilation warnings on a few 85xx boards.
68120
68121 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68122
68123 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
68124 Author: Jon Loeliger <jdl@freescale.com>
68125 Date: Fri Oct 20 15:50:15 2006 -0500
68126
68127 Converted all 85xx boards to use a common FSL I2C driver.
68128 Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
68129 And removed hard i2c path from a few u-boot.lds scipts too.
68130 Minor whitespace cleanups along the way.
68131
68132 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68133
68134 commit 4d45f69e362b05892c9e92a7907e5820995612aa
68135 Author: Jon Loeliger <jdl@freescale.com>
68136 Date: Thu Oct 19 12:02:24 2006 -0500
68137
68138 Rewrite a series of goto statements as a sequences of
68139 conditional expressions instead.
68140
68141 Use consistent return code 0/-1 for good/bad indicators.
68142
68143 Include one fewer file if the driver isn't used at all.
68144
68145 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68146
68147 commit 7237c033b02fe295880435f1eb80819a0c987532
68148 Author: Jon Loeliger <jdl@freescale.com>
68149 Date: Thu Oct 19 11:02:16 2006 -0500
68150
68151 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
68152
68153 in an effort to begin to unify the umpteen FSL I2C drivers that
68154 are all otherwise very similar.
68155
68156 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68157
68158 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
68159 Author: Jon Loeliger <jdl@freescale.com>
68160 Date: Thu Oct 19 11:33:52 2006 -0500
68161
68162 * Fix a bunch of compiler warnings for gcc 4.0
68163
68164 Signed-off-by: Matthew McClintock <msm@freescale.com>
68165
68166 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
68167 Author: Stefan Roese <sr@denx.de>
68168 Date: Tue Oct 17 06:14:31 2006 +0200
68169
68170 Add monitor functions for indirect access to PPC440 DCR's
68171 Patch by Leonid Baryudin, 12 Oct 2006
68172
68173 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
68174 Author: Jon Loeliger <jdl@freescale.com>
68175 Date: Fri Oct 13 16:47:53 2006 -0500
68176
68177 Fixed leading whitespace issues.
68178 Removed spurious LAWAR thing.
68179
68180 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68181
68182 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
68183 Author: Jon Loeliger <jdl@freescale.com>
68184 Date: Thu Oct 12 10:42:36 2006 -0500
68185
68186 Remove unneeded include files and local variable.
68187
68188 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68189
68190 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
68191 Author: Grant Likely <grant.likely@secretlab.ca>
68192 Date: Tue Oct 10 00:23:32 2006 -0600
68193
68194 Fix possible uninitialized variable compiler warning.
68195
68196 When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
68197 do_bootm_linux() may be uninitialized. There is no possibility in the
68198 current code that len will get used uninitialized, but this fix follows
68199 the existing convention of setting both len and data to zero at the same
68200 time.
68201
68202 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68203
68204 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
68205 Author: Matthew McClintock <msm@freescale.com>
68206 Date: Wed Oct 11 15:13:01 2006 -0500
68207
68208 * Fix a bunch of compiler warnings for gcc 4.0
68209
68210 Signed-off-by: Matthew McClintock <msm@freescale.com>
68211
68212 commit bf651baa365e5447246aad6a633ccd667cf24a39
68213 Author: Jon Loeliger <jdl@freescale.com>
68214 Date: Wed Oct 11 10:10:43 2006 -0500
68215
68216 Move "ar" flags to config.mk to allow for silent "make -s"
68217
68218 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
68219 Author: Jon Loeliger <jdl@freescale.com>
68220 Date: Tue Oct 10 17:19:03 2006 -0500
68221
68222 Coding style changes to remove local varible blocks
68223 and reformat a bit nicer.
68224
68225 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
68226 Author: Jon Loeliger <jdl@freescale.com>
68227 Date: Tue Oct 10 17:16:04 2006 -0500
68228
68229 Fix whitespace issues.
68230
68231 commit 7b382b7125f2397cce63253df62f183e3dfa2770
68232 Author: Jon Loeliger <jdl@freescale.com>
68233 Date: Tue Oct 10 17:14:45 2006 -0500
68234
68235 Fix whitespace issues.
68236
68237 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
68238 Author: Jon Loeliger <jdl@freescale.com>
68239 Date: Tue Oct 10 17:06:53 2006 -0500
68240
68241 Fix whitespace issues.
68242
68243 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
68244 Author: Jon Loeliger <jdl@freescale.com>
68245 Date: Tue Oct 10 17:03:43 2006 -0500
68246
68247 Ran lindent and cleaned up whitespace issues.
68248 Format for 80-columns too.
68249
68250 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
68251 Author: Jon Loeliger <jdl@freescale.com>
68252 Date: Tue Oct 10 17:02:22 2006 -0500
68253
68254 Fix whitespace and 80-col issues.
68255
68256 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
68257 Author: Stefan Roese <sr@denx.de>
68258 Date: Sat Oct 7 11:36:51 2006 +0200
68259
68260 CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
68261 Patch by Stefan Roese, 07 Oct 2006
68262
68263 commit 5bc528fa4da751d472397b308137238a6465afd2
68264 Author: Stefan Roese <sr@denx.de>
68265 Date: Sat Oct 7 11:35:25 2006 +0200
68266
68267 Update ALPR code (NAND support working now)
68268 Patch by Stefan Roese, 07 Oct 2006
68269
68270 commit 77d5034847d328753b80c46b83f960a14a26f40e
68271 Author: Stefan Roese <sr@denx.de>
68272 Date: Sat Oct 7 11:33:03 2006 +0200
68273
68274 Remove compile warnings in fpga code
68275 Patch by Stefan Roese, 07 Oct 2006
68276
68277 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
68278 Author: Stefan Roese <sr@denx.de>
68279 Date: Sat Oct 7 11:30:52 2006 +0200
68280
68281 Add CONFIG_BOARD_RESET to configure board specific reset function
68282 Patch by Stefan Roese, 07 Oct 2006
68283
68284 commit f55df18187e7a45cb73fec4370d12135e6691ae1
68285 Author: John Traill <john.traill@freescale.com>
68286 Date: Fri Sep 29 08:23:12 2006 +0100
68287
68288 Fix missing tCycle/modfreq calculation.
68289
68290 Signed-off-by: John Traill <john.traill@freescale.com>
68291
68292 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
68293 Author: Andy Fleming <afleming@freescale.com>
68294 Date: Wed Sep 13 10:33:35 2006 -0500
68295
68296 Updated config headers to add default FDT-based booting
68297
68298 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
68299 Author: Andy Fleming <afleming@freescale.com>
68300 Date: Wed Sep 13 10:34:18 2006 -0500
68301
68302 Add support for eTSEC 3 & 4 on 8548 CDS
68303
68304 * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
68305 This will only work on rev 1.3 boards (but doesn't break older boards)
68306 * Cleaned up some comments to reflect the expanded role of tsec
68307 in other systems
68308
68309 commit 084d648b109c8984f83674043c1a7fa3885ef801
68310 Author: Andy Fleming <afleming@freescale.com>
68311 Date: Wed Sep 13 10:33:56 2006 -0500
68312
68313 Added code to support 2.6.18 PCI changes in u-boot
68314
68315 * Added code to swizzle the IRQ map for the PCI
68316
68317 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
68318 Author: Jon Loeliger <jdl@freescale.com>
68319 Date: Tue Sep 19 09:34:10 2006 -0500
68320
68321 Modified makefile for new build mechanism.
68322
68323 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68324
68325 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
68326 Author: Jon Loeliger <jdl@freescale.com>
68327 Date: Thu Sep 14 08:40:36 2006 -0500
68328
68329 Handle 86xx SVR values according to the new Reference Manual.
68330 Both 8641 and 8641D have SVR == 0x8090, and are distinguished
68331 by the byte in bits 16-23 instead.
68332 Thanks to Jason Jin for noticing.
68333
68334 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68335
68336 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
68337 Author: Zhang Wei <wei.zhang@freescale.com>
68338 Date: Mon Aug 28 14:25:31 2006 +0800
68339
68340 Fixed an OF-tree off-by-one bug when adding a new property name.
68341 This bug will cause the kernel booting to pause a long time.
68342
68343 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68344 (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
68345
68346 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
68347 Author: Jon Loeliger <jdl@freescale.com>
68348 Date: Tue Aug 29 11:05:09 2006 -0500
68349
68350 Remove trailing empty lines.
68351
68352 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
68353 Author: Jon Loeliger <jdl@freescale.com>
68354 Date: Tue Aug 29 09:48:49 2006 -0500
68355
68356 Remove bogus msync and use volatile asm.
68357
68358 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
68359 Author: Jon Loeliger <jdl@freescale.com>
68360 Date: Tue Aug 29 08:17:14 2006 -0500
68361
68362 Add myself as maintainer for MPC8641HPCN.
68363
68364 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
68365 Author: Zhang Wei <wei.zhang@freescale.com>
68366 Date: Mon Aug 28 14:25:31 2006 +0800
68367
68368 Fixed an OF-tree off-by-one bug when adding a new property name.
68369 This bug will cause the kernel booting to pause a long time.
68370
68371 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68372
68373 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
68374 Author: Haiying Wang <haiying.wang@freescale.com>
68375 Date: Fri Aug 25 14:38:34 2006 -0400
68376
68377 Change ramdiskaddr and dtbaddr
68378 Remove PEX fluff commands.
68379
68380 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
68381 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68382
68383 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
68384 Author: Matthew McClintock <msm@freescale.com>
68385 Date: Wed Aug 23 13:32:45 2006 -0500
68386
68387 * Another small fix for booting with disable_of
68388
68389 Signed-off-by: Matthew McClintock <msm@freescale.com>
68390
68391 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
68392 Author: Jon Loeliger <jdl@freescale.com>
68393 Date: Wed Aug 23 11:04:43 2006 -0500
68394
68395 Cleanup and lindent new AHCI driver.
68396
68397 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
68398 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
68399 Date: Wed Aug 23 19:15:12 2006 +0800
68400
68401 Add AHCI define and sata support for MPC8641HPCN board.
68402
68403 Signed-off-by:Jason Jin<jason.jin@freescale.com>
68404
68405 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
68406 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
68407 Date: Wed Aug 23 19:10:44 2006 +0800
68408
68409 Add AHCI support to u-boot
68410
68411 Add AHCI support in u-boot, enable the sata disk controllers which
68412 following the AHCI protocol.
68413
68414 Signed-off-by:Jason Jin<jason.jin@freescale.com>
68415
68416 commit d8ea2acf5f137cae99417df4f573d036ee384668
68417 Author: Zhang Wei <wei.zhang@freescale.com>
68418 Date: Wed Aug 23 17:54:32 2006 +0800
68419
68420 Add dtb boot-up parameter to default boot commands.
68421
68422 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68423
68424 commit b93775c2036b99baa390ea425c4771895bbc63c4
68425 Author: Jon Loeliger <jdl@freescale.com>
68426 Date: Tue Aug 22 18:26:08 2006 -0500
68427
68428 Cleanup even more poorly introduced whitespace.
68429
68430 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
68431 Author: Jon Loeliger <jdl@freescale.com>
68432 Date: Tue Aug 22 18:07:00 2006 -0500
68433
68434 Cleanup more poorly introduced whitespace.
68435
68436 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
68437 Author: Jon Loeliger <jdl@freescale.com>
68438 Date: Tue Aug 22 17:54:05 2006 -0500
68439
68440 Cleanup poorly introduced whitespace.
68441
68442 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
68443 Author: Jon Loeliger <jdl@freescale.com>
68444 Date: Tue Aug 22 12:25:27 2006 -0500
68445
68446 General indent and whitespace cleanups.
68447
68448 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
68449 Author: Jon Loeliger <jdl@freescale.com>
68450 Date: Tue Aug 22 12:06:18 2006 -0500
68451
68452 General indent and whitespace cleanups.
68453
68454 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
68455 Author: Jon Loeliger <jdl@freescale.com>
68456 Date: Tue Aug 22 10:42:21 2006 -0500
68457
68458 Cleanup compiler warnings.
68459
68460 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
68461 Author: Matthew McClintock <msm@freescale.com>
68462 Date: Tue Aug 22 09:31:59 2006 -0500
68463
68464 Fix disable_of booting
68465
68466 Signed-off-by: Matthew McClintock <msm@freescale.com>
68467
68468 commit 87a449c8ac396420cb24260f717ea9e6faa82047
68469 Author: Matthew McClintock <msm@freescale.com>
68470 Date: Tue Aug 22 09:23:55 2006 -0500
68471
68472 Support for FDT in uImage format, error when using FDT from flash
68473
68474 Signed-off-by: Matthew McClintock <msm@freescale.com>
68475
68476 commit 75c299c38369d01addd5e054b8a16217b70f4a86
68477 Author: Haiying Wang <haiying.wang@freescale.com>
68478 Date: Tue Aug 15 15:12:55 2006 -0400
68479
68480 Unlock cache before kernel starts up for MPC86xx
68481
68482 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
68483 Author: Haiying Wang <haiying.wang@freescale.com>
68484 Date: Tue Aug 15 15:13:15 2006 -0400
68485
68486 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
68487
68488 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
68489 Author: Haiying Wang <haiying.wang@freescale.com>
68490 Date: Tue Aug 15 15:12:55 2006 -0400
68491
68492 Unlock cache before kernel starts up for MPC86xx
68493
68494 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
68495 Author: Haiying Wang <haiying.wang@freescale.com>
68496 Date: Tue Aug 15 15:13:15 2006 -0400
68497
68498 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
68499
68500 commit 86c8e17f25e972a7e272950a0735fad84e082b88
68501 Author: Matthew McClintock <msm@freescale.com>
68502 Date: Wed Aug 16 13:59:47 2006 -0500
68503
68504 * Fix disable_of booting
68505
68506 Signed-off-by: Matthew McClintock <msm@freescale.com>
68507
68508 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
68509 Author: Matthew McClintock <msm@freescale.com>
68510 Date: Wed Aug 16 10:54:09 2006 -0500
68511
68512 * Support for FDT in uImage format, error when using FDT from flash
68513
68514 Signed-off-by: Matthew McClintock <msm@freescale.com>
68515
68516 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
68517 Author: Stefan Roese <sr@denx.de>
68518 Date: Tue Aug 15 14:22:35 2006 +0200
68519
68520 Add initial support for the ALPR board from Prodrive
68521 NAND needs some additional testing
68522 Patch by Heiko Schocher, 15 Aug 2006
68523
68524 commit f0ff4692ff3372dec55074a8eb444943ab095abb
68525 Author: Stefan Roese <sr@denx.de>
68526 Date: Tue Aug 15 14:15:51 2006 +0200
68527
68528 Add FPGA Altera Cyclone 2 support
68529 Patch by Heiko Schocher, 15 Aug 2006
68530
68531 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
68532 Author: Jon Loeliger <jdl@freescale.com>
68533 Date: Mon Aug 14 15:33:38 2006 -0500
68534
68535 Fix BAT0 to actually be cacheable, non-guarded as documented.
68536
68537 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68538
68539 commit 40bc83559db5745681909fd7382ae509567e116d
68540 Author: Jon Loeliger <jdl@freescale.com>
68541 Date: Wed Aug 9 15:32:16 2006 -0500
68542
68543 Removed MPC8641HPCN DTS source file from build.
68544 It is no longer linked into U-Boot; its sources are
68545 now located in the kernel tree.
68546
68547 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68548
68549 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
68550 Author: Matthew McClintock <msm@freescale.com>
68551 Date: Wed Jun 28 10:47:03 2006 -0500
68552
68553 * Switched default PCI speed for 8540 ADS back to 33MHz
68554
68555 * Added comments and a printf to warn that PCI-X won't
68556 work at 33MHz
68557 Patch by Andy Fleming 17-Mar-2006
68558
68559 Signed-off-by: Andy Fleming <afleming@freescale.com>
68560
68561 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
68562 Author: Matthew McClintock <msm@freescale.com>
68563 Date: Wed Jun 28 10:46:35 2006 -0500
68564
68565 * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
68566
68567 Signed-off-by: Andy Fleming <afleming@freescale.com>
68568
68569 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
68570 Author: Matthew McClintock <msm@freescale.com>
68571 Date: Wed Jun 28 10:46:13 2006 -0500
68572
68573 * Added VIA configuration table
68574
68575 * Added support for PCI2 on CDS
68576 Patch by Andy Fleming 17-Mar-2006
68577
68578 Signed-off-by: Andy Fleming <afleming@freescale.com>
68579
68580 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
68581 Author: Matthew McClintock <msm@freescale.com>
68582 Date: Wed Jun 28 10:45:41 2006 -0500
68583
68584 * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
68585
68586 Signed-off-by: Andy Fleming <afleming@freescale.com>
68587
68588 commit 97074ed9655309b64231bc2cee69fe85399f8055
68589 Author: Matthew McClintock <msm@freescale.com>
68590 Date: Wed Jun 28 10:45:17 2006 -0500
68591
68592 * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
68593
68594 Signed-off-by: Andy Fleming <afleming@freescale.com>
68595
68596 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
68597 Author: Matthew McClintock <msm@freescale.com>
68598 Date: Wed Jun 28 10:44:49 2006 -0500
68599
68600 * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
68601
68602 Signed-off-by: Andy Fleming <afleming@freescale.com>
68603
68604 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
68605 Author: Matthew McClintock <msm@freescale.com>
68606 Date: Wed Jun 28 10:44:23 2006 -0500
68607
68608 * 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
68609
68610 Signed-off-by: Andy Fleming <afleming@freescale.com>
68611
68612 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
68613 Author: Matthew McClintock <msm@freescale.com>
68614 Date: Wed Jun 28 10:43:36 2006 -0500
68615
68616 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
68617
68618 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68619
68620 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
68621 Author: Matthew McClintock <msm@freescale.com>
68622 Date: Wed Jun 28 10:43:00 2006 -0500
68623
68624 * 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
68625
68626 commit 5498d90312aad9f6bdbf047986027c35b03cd163
68627 Author: Matthew McClintock <msm@freescale.com>
68628 Date: Wed Jun 28 10:42:24 2006 -0500
68629
68630 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
68631
68632 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
68633 Author: Matthew McClintock <msm@freescale.com>
68634 Date: Wed Jun 28 10:41:37 2006 -0500
68635
68636 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
68637
68638 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
68639 Author: John Traill <john.traill@freescale.com>
68640 Date: Wed Aug 9 14:33:50 2006 +0100
68641
68642 Add Rapidio support for the MPC8641HPCN
68643
68644 Signed-off-by: John Traill <john.traill@freescale.com>
68645
68646 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
68647 Author: John Traill <john.traill@freescale.com>
68648 Date: Tue Aug 8 11:32:43 2006 +0100
68649
68650 Fix caslat calculation
68651
68652 Signed-off-by: John Traill <john.traill@freescale.com>
68653
68654 commit 709d3073e74153278e7904a70819bbef7df50e1a
68655 Author: Jon Loeliger <jdl@freescale.com>
68656 Date: Thu Aug 3 16:17:56 2006 -0500
68657
68658 Convert to mac-address in ethernet nodes.
68659
68660 commit 71748af833ca1017edf1415be376366ff2937d17
68661 Author: Haiying Wang <haiying.wang@freescale.com>
68662 Date: Fri Jul 28 12:41:35 2006 -0400
68663
68664 Correct the irq value of DUART2
68665
68666 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
68667 Author: Haiying Wang <haiying.wang@freescale.com>
68668 Date: Fri Jul 28 12:41:41 2006 -0400
68669
68670 Change the space size of PEX IO in README
68671
68672 commit 239db37c94f7a92941c4465feceb867c609241c5
68673 Author: Haiying Wang <haiying.wang@freescale.com>
68674 Date: Fri Jul 28 12:41:18 2006 -0400
68675
68676 Move get_board_sys_clk to board directory
68677
68678 commit 492900b985439fbce1a118afde1e35def870db03
68679 Author: John Traill <john.traill@freescale.com>
68680 Date: Fri Jul 28 09:03:54 2006 +0100
68681
68682 Fix 8641HPCN pollution
68683
68684 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
68685 Author: John Traill <john.traill@freescale.com>
68686 Date: Fri Jul 28 08:16:06 2006 +0100
68687
68688 Fix 8641HPCN timebase
68689
68690 commit c86360b830f1eecd7a72208575dde4f57879faea
68691 Author: Zhang Wei <wei.zhang@freescale.com>
68692 Date: Fri Jul 28 00:01:34 2006 +0800
68693
68694 Fixed OF device tree of mpc86xxhpcn board.
68695
68696 The changes works in with kernel irq mapping rework.
68697
68698 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68699
68700 commit bea3f28d285942bf3f7ab339ce85178ded544225
68701 Author: Haiying Wang <haiying.wang@freescale.com>
68702 Date: Wed Jul 12 10:48:05 2006 -0400
68703
68704 Add support for reading and writing mac addresses to or from ID EEPROM.
68705
68706 Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
68707 With attached patch, we can use command "mac/mac read/mac save/"
68708 to read and write EEPROM under u-boot prompt.
68709
68710 U-boot will calculate the checksum of EEPROM while bootup,
68711 if it is right, then u-boot will check whether the mac address
68712 of eTSEC0/1/2/3 is availalbe (non-zero).
68713
68714 If there is mac address availabe in EEPROM, u-boot will use it,
68715 otherewise, u-boot will use the mac address defined in
68716 MPC8641HPCN.h. This matches the requirement to set unique mac address
68717 for each TSEC port.
68718
68719 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
68720 Signed-off-by: York Sun <yorksun@freescale.com>
68721
68722 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
68723 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
68724 Date: Thu Jul 13 10:35:10 2006 -0500
68725
68726 Fixed initrd issue by define big RAM
68727
68728 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
68729
68730 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
68731 Author: Jason Jin <Jason.jin@freescale.com>
68732 Date: Fri Jul 7 10:01:45 2006 -0500
68733
68734 We made a u-boot patch to fix the hang up issue
68735 when booting filesystem from ramdisk.
68736
68737 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
68738
68739 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
68740 Author: Matthew McClintock <msm@freescale.com>
68741 Date: Wed Jun 28 10:47:03 2006 -0500
68742
68743 * Switched default PCI speed for 8540 ADS back to 33MHz
68744 * Added comments and a printf to warn that PCI-X won't
68745 work at 33MHz
68746 Patch by Andy Fleming 17-Mar-2006
68747
68748 Signed-off-by: Andy Fleming <afleming@freescale.com>
68749
68750 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
68751 Author: Matthew McClintock <msm@freescale.com>
68752 Date: Wed Jun 28 10:46:35 2006 -0500
68753
68754 * Fixed a bug where 8555 PCI code used the old variable and
68755 function names
68756 Patch by Andy Fleming 17-Mar-2006
68757
68758 Signed-off-by: Andy Fleming <afleming@freescale.com>
68759
68760 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
68761 Author: Matthew McClintock <msm@freescale.com>
68762 Date: Wed Jun 28 10:46:13 2006 -0500
68763
68764 * Added VIA configuration table
68765 * Added support for PCI2 on CDS
68766 Patch by Andy Fleming 17-Mar-2006
68767
68768 Signed-off-by: Andy Fleming <afleming@freescale.com>
68769
68770 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
68771 Author: Matthew McClintock <msm@freescale.com>
68772 Date: Wed Jun 28 10:45:41 2006 -0500
68773
68774 * Fixed PCI memory definitions
68775 Patch by Andy Fleming 17-Mar-2006
68776
68777 Signed-off-by: Andy Fleming <afleming@freescale.com>
68778
68779 commit 087454609e47295443af793a282cddcd91a5f49c
68780 Author: Matthew McClintock <msm@freescale.com>
68781 Date: Wed Jun 28 10:45:17 2006 -0500
68782
68783 * Added support for initializing second PCI bus on 85xx
68784 Patch by Andy Fleming 17-Mar-2006
68785
68786 Signed-off-by: Andy Fleming <afleming@freescale.com>
68787
68788 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
68789 Author: Matthew McClintock <msm@freescale.com>
68790 Date: Wed Jun 28 10:44:49 2006 -0500
68791
68792 * Added PCI-X #defines for PCI-X initialization
68793 Patch by Andy Fleming on 17-Mar-2006
68794
68795 Signed-off-by: Andy Fleming <afleming@freescale.com>
68796
68797 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
68798 Author: Matthew McClintock <msm@freescale.com>
68799 Date: Wed Jun 28 10:44:23 2006 -0500
68800
68801 * Made sure the code which disables prefetch for PCI devices
68802 sets the size of the prefetch region to 0
68803 Patch by Andy Fleming on 17-Mar-2006
68804
68805 Signed-off-by: Andy Fleming <afleming@freescale.com>
68806
68807 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
68808 Author: Matthew McClintock <msm@freescale.com>
68809 Date: Wed Jun 28 10:43:36 2006 -0500
68810
68811 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
68812 Patch by Jon Loeliger 17-Jan-2006
68813
68814 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68815
68816 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
68817 Author: Matthew McClintock <msm@freescale.com>
68818 Date: Wed Jun 28 10:43:00 2006 -0500
68819
68820 * Removed the oftree.dts for stxxtx in light of the changes
68821 to the flat device tree handling code
68822 Patch by Matthew McClintock 26-June-2006
68823
68824 commit 1b380ec225665e73959677f3893dc658c5925e05
68825 Author: Matthew McClintock <msm@freescale.com>
68826 Date: Wed Jun 28 10:42:24 2006 -0500
68827
68828 * Patch to modify ft_build.c to update flat device trees in place
68829 Patch by Matthew McClintock 26-June-2006
68830
68831 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
68832 Author: Matthew McClintock <msm@freescale.com>
68833 Date: Wed Jun 28 10:41:37 2006 -0500
68834
68835 * Modify bootm command to support booting with flat device trees
68836 Patch by Matthew McClintock 26-June-2006
68837
68838 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
68839 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
68840 Date: Wed Jun 28 08:43:56 2006 -0500
68841
68842 Change Id to symbolic name for RTL8139
68843
68844 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68845
68846 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
68847 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
68848 Date: Tue Jun 27 18:12:10 2006 +0800
68849
68850 Fix RTL8139 in big endian
68851
68852 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
68853 signed-off-by: Wei Zhang <wei.zhang@freescale.com>
68854
68855 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
68856 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
68857 Date: Tue Jun 27 18:12:23 2006 +0800
68858
68859 Fix Tsec bug when no link
68860
68861 When tftp a non-exist file from the tftp server, u-boot will check
68862 the link of all eth port. The original file will return wrong link
68863 state on the no link ports.
68864
68865 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
68866
68867 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
68868 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
68869 Date: Tue Jun 27 18:12:02 2006 +0800
68870
68871 Fix bug for io_bar size during pci scan
68872
68873 During the pci scan process, Some devices return bar_reponse with the
68874 highest bytes 0, such as the pci bridge in uli1575 return bar_response
68875 with 0xffffff, So the bar_size should be manually set under 64K.
68876
68877 Signed-off-by: Jason Jin <jason.jin@freescale.com>
68878
68879 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
68880 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
68881 Date: Tue Jun 27 18:11:54 2006 +0800
68882
68883 Enable PCIE1 for MPC8641HPCN board
68884
68885 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68886
68887 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
68888 Author: Wolfgang Denk <wd@pollux.denx.de>
68889 Date: Mon Jun 26 11:06:00 2006 +0200
68890
68891 More code cleanup
68892
68893 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
68894 Author: Jon Loeliger <jdl@freescale.com>
68895 Date: Thu Jun 22 08:51:46 2006 -0500
68896
68897 Fix bug in 8641hpcn reset command with no args.
68898
68899 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
68900 Acked-by: Jon Loeliger <jdl@freescale.com>
68901
68902 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
68903 Author: Zhang Wei <wei.zhang@freescale.com>
68904 Date: Tue Jun 20 17:47:15 2006 +0800
68905
68906 Reworked IRQ mapping in OF-tree.
68907
68908 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
68909 Author: Jon Loeliger <jdl@freescale.com>
68910 Date: Thu Jun 15 21:33:37 2006 -0500
68911
68912 Do not enable address translation on secondary CPUs.
68913 Do not set up BATs on secondary CPUs. Let Linux do the nasty.
68914
68915 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68916
68917 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
68918 Author: Wolfgang Denk <wd@pollux.denx.de>
68919 Date: Wed Jun 14 18:14:56 2006 +0200
68920
68921 Code cleanup
68922
68923 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
68924 Author: Wolfgang Denk <wd@pollux.denx.de>
68925 Date: Wed Jun 14 17:45:53 2006 +0200
68926
68927 Various USB related patches
68928 - Add support for mpc8xx USB device.
68929 - Add support for Common Device Class - Abstract Control Model USB console.
68930 - Add support for flow control in USB slave devices.
68931 - Add support for switching between gserial and cdc_acm using environment.
68932 - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
68933 - Update usbcore slightly to ease host enumeration.
68934 - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
68935 - Add AdderUSB_config as a defconfig to enable usage of the USB console
68936 by default with the Adder87x U-Boot port.
68937 Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
68938
68939 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
68940 Author: Jon Loeliger <jdl@jdl.com>
68941 Date: Wed Jun 7 10:53:55 2006 -0500
68942
68943 Fix a get_board_sys_clk() use-before-def warning.
68944
68945 Signed-off-by: Jon Loeliger <jdl@jdl.com>
68946
68947 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
68948 Author: Jon Loeliger <jdl@jdl.com>
68949 Date: Wed Jun 7 10:52:49 2006 -0500
68950
68951 Allow DTC path to be passed in.
68952
68953 Signed-off-by: Jon Loeliger <jdl@jdl.com>
68954
68955 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
68956 Author: Haiying Wang <haiying.wang@freescale.com>
68957 Date: Tue Jun 6 16:54:29 2006 -0400
68958
68959 Modify the IRQ of DUART2
68960
68961 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
68962 Author: Jon Loeliger <jdl@jdl.com>
68963 Date: Wed May 31 13:55:35 2006 -0500
68964
68965 Review cleanups.
68966
68967 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68968
68969 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
68970 Author: Jon Loeliger <jdl@jdl.com>
68971 Date: Wed May 31 12:44:44 2006 -0500
68972
68973 White space cleanup.
68974 Some 80-column cleanups.
68975 Convert printf() to puts() where possible.
68976 Use #include "spd_sdram.h" as needed.
68977 Enhanced reset command usage message a bit.
68978
68979 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68980
68981 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
68982 Author: Jon Loeliger <jdl@jdl.com>
68983 Date: Wed May 31 11:39:34 2006 -0500
68984
68985 Removed unneeded local_bus_init() from 8641HPCN board.
68986
68987 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68988
68989 commit 4d3d729c16c392d2982d3266b659d333c927697d
68990 Author: Jon Loeliger <jdl@jdl.com>
68991 Date: Wed May 31 11:24:28 2006 -0500
68992
68993 Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
68994
68995 Signed-off-by: Jon Loeliger <jdl@freescale.com>
68996
68997 commit b2a941de060350ad15878d8219825f4950e9bb8e
68998 Author: Jon Loeliger <jdl@jdl.com>
68999 Date: Wed May 31 10:07:28 2006 -0500
69000
69001 Remove dead debug code.
69002
69003 Signed-off-by: Jon Loeliger <jdl@jdl.com>
69004
69005 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
69006 Author: Jon Loeliger <jdl@freescale.com>
69007 Date: Tue May 30 17:47:00 2006 -0500
69008
69009 Move mpc86xx PIXIS code to board directory
69010
69011 First cut at moving the PIXIS platform code out of
69012 the 86xx cpu directory and into board/mpc8641hpcn
69013 where it belongs.
69014
69015 Signed-off-by: Jon Loeliger <jdl@freescale.com>
69016
69017 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
69018 Author: Markus Klotzbuecher <mk@denx.de>
69019 Date: Tue May 30 16:56:14 2006 +0200
69020
69021 Support generic OHCI support for the s3c24x0 cpu.
69022
69023 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
69024 Author: Haiying Wang <Haiying.Wang@freescale.com>
69025 Date: Tue May 30 09:10:32 2006 -0500
69026
69027 Improve "reset" command's interaction with watchdog.
69028
69029 "reset altbank" will reset another bank WITHOUT watch dog timer enabled
69030 "reset altbank wd" will reset another bank WITH watch dog enabled
69031 "diswd" will disable watch dog after u-boot boots up successfully
69032
69033 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
69034
69035 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
69036 Author: Haiying Wang <Haiying.Wang@freescale.com>
69037 Date: Tue May 30 08:51:19 2006 -0500
69038
69039 Fix two SDRAM setup bugs.
69040
69041 Fix ECC setup bug.
69042 Enable 1T/2T based on number of DIMMs present.
69043
69044 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
69045
69046 commit d11fec5015334deb2010e36ce00bb118cc5429a5
69047 Author: Haiying Wang <Haiying.Wang@freescale.com>
69048 Date: Fri May 26 10:24:48 2006 -0500
69049
69050 Add first draft of the MPC8641HPCN doc/README.
69051
69052 Signed-off-by: Jon Loeliger <jdl@jdl.com>
69053
69054 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
69055 Author: Haiying Wang <Haiying.Wang@freescale.com>
69056 Date: Fri May 26 10:13:04 2006 -0500
69057
69058 Added pci@8000 block.
69059 Updated ethernet interrupt mappings (moved up 48).
69060 Cleaned up a few comments.
69061
69062 Signed-off-by: Jon Loeliger <jdl@jdl.com>
69063
69064 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
69065 Author: Haiying Wang <Haiying.Wang@freescale.com>
69066 Date: Fri May 26 10:01:16 2006 -0500
69067
69068 Allow args on reset command.
69069
69070 Signed-off-by: Jon Loeliger <jdl@jdl.com>
69071
69072 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
69073 Author: Markus Klotzbuecher <mk@denx.de>
69074 Date: Tue May 23 13:38:35 2006 +0200
69075
69076 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
69077 fixes to the latter.
69078
69079 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
69080 Author: Markus Klotzbuecher <mk@denx.de>
69081 Date: Tue May 23 10:33:11 2006 +0200
69082
69083 More cleanup for the delta board and the generic usb_ohci driver. Added
69084 CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
69085 initialization and cleanup hooks respectively.
69086
69087 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
69088 Author: Markus Klotzbuecher <mk@denx.de>
69089 Date: Mon May 22 16:33:54 2006 +0200
69090
69091 This patch adds USB storage support for the delta board. This is the first
69092 board to make use of a generic OHCI driver, that calls hooks for board
69093 dependant initialization.
69094
69095 commit 14e37081ff3cac7ebe6e93836523429853b6b292
69096 Author: Jon Loeliger <jdl@jdl.com>
69097 Date: Fri May 19 13:28:39 2006 -0500
69098
69099 Change arbitration to round-robin for SMP linux.
69100
69101 commit 9a655876e5995be80f49054e2509500e871e4d3a
69102 Author: Jon Loeliger <jdl@jdl.com>
69103 Date: Fri May 19 13:26:34 2006 -0500
69104
69105 Enable dual DDR controllers and interleaving.
69106
69107 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
69108 Author: Jon Loeliger <jdl@jdl.com>
69109 Date: Fri May 19 13:22:44 2006 -0500
69110
69111 Update 86xx address map and LAWBARs.
69112
69113 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
69114 Author: Jon Loeliger <jdl@jdl.com>
69115 Date: Fri May 19 13:14:15 2006 -0500
69116
69117 Remove L2 Cache invalidate polling.
69118
69119 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
69120 Author: Jon Loeliger <jdl@jdl.com>
69121 Date: Fri May 19 12:33:09 2006 -0500
69122
69123 Enable 2nd CPU and I2C.
69124
69125 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
69126 Author: Jon Loeliger <jdl@freescale.com>
69127 Date: Mon May 15 07:26:56 2006 -0500
69128
69129 Update interrupt mapping.
69130
69131 commit 6cfea33477b04b63ed47386ed1629529484c33ba
69132 Author: Haiying Wang <Haiying.Wang@freescale.com>
69133 Date: Wed May 10 09:38:06 2006 -0500
69134
69135 Remove unneeded INIT_RAM_LOCK cache twiddling.
69136 Correctly tracks r29 as global data pointer now.
69137
69138 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
69139
69140 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
69141 Author: Jon Loeliger <jdl@freescale.com>
69142 Date: Wed May 10 09:33:07 2006 -0500
69143
69144 Remove unnecessary flash.c file.
69145
69146 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
69147 Author: Jon Loeliger <jdl@freescale.com>
69148 Date: Tue May 9 08:23:49 2006 -0500
69149
69150 Get MPC8641HPCN flash images working.
69151
69152 Enable the CFI driver.
69153 Remove bogus LAWBAR7 cruft.
69154 Use correct TEXT_BASE, Fixup load script.
69155 Enable SPD EEPROM during DDR setup.
69156 Use generic RFC 1918 IP addresses by default.
69157
69158 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
69159 Author: Jon Loeliger <jdl@freescale.com>
69160 Date: Thu Apr 27 10:15:16 2006 -0500
69161
69162 Cleanup whitespaces and style issues.
69163 Removed //-style comments.
69164 Use 80-column lines.
69165 Remove trailing whitespace.
69166 Remove dead code and debug cruft.
69167
69168 commit a2320a6bf8113a09544c42d160d10ac69d049a03
69169 Author: Jon Loeliger <jdl@freescale.com>
69170 Date: Thu Apr 27 08:22:39 2006 -0500
69171
69172 Revert bad PCI prefetch limit change.
69173
69174 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
69175 Author: Jon Loeliger <jdl@freescale.com>
69176 Date: Wed Apr 26 17:58:56 2006 -0500
69177
69178 Initial support for MPC8641 HPCN board.