]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
make sure toplevel $(SUBDIRS) is always declared
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
6b1f78ae
WD
1commit c3147c1762f8caf99649051116a2411bdf887c10
2Author: Wolfgang Denk <wd@denx.de>
3Date: Sun Jun 14 20:31:36 2009 +0200
4
5 Revert "SMC911x driver fixed for NFS boot"
6
7 This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
8 which causes compile warnings ("large integer implicitly truncated
9 to unsigned type") on all systems that use this driver. The warning
10 results from passing long constants (TX_CFG, RX_CFG) into
11 smc911x_set_mac_csr() which is declared to accept "unsigned
12 character" arguments only.
13
14 Being close to a release, with nobody available to actually test the
15 code or the suggested fixes, it seems better to revert the patch.
16
17commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
18Author: Kumar Gala <galak@kernel.crashing.org>
19Date: Thu Jun 11 23:42:35 2009 -0500
20
21 fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
22
23 The ddr code computes most things as 64-bit quantities and had some places
24 in the middle that it was using phy_addr_t and phys_size_t.
25
26 Instead we use unsigned long long through out and only at the last stage of
27 setting the LAWs and reporting the amount of memory to the board code do we
28 truncate down to what we can cover via phys_size_t.
29
30 This has the added benefit that the DDR controller itself is always setup
31 the same way regardless of how much memory we have. Its only the LAW
32 setup that limits what is visible to the system.
33
34 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35
36commit d4b130dc80761b430dc5b410159cd158fca1a348
37Author: Kumar Gala <galak@kernel.crashing.org>
38Date: Thu Jun 11 23:40:34 2009 -0500
39
40 85xx: Use print_size to report amount of memory not mapped by TLBs
41
42 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43
44commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
45Author: Haiying Wang <Haiying.Wang@freescale.com>
46Date: Wed May 20 12:30:42 2009 -0400
47
48 85xx: Add README for MPC8569MDS
49
50 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
51 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52
53commit b2aab386e957ba684d4f2a466bfaa91770e5058a
54Author: Haiying Wang <Haiying.Wang@freescale.com>
55Date: Wed May 20 12:30:33 2009 -0400
56
57 85xx: Add UART1 support for MPC8569MDS
58
59 MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
60 those pins before using UART1.
61
62 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
63 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64
65commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
66Author: Haiying Wang <Haiying.Wang@freescale.com>
67Date: Wed May 20 12:30:32 2009 -0400
68
69 85xx: Add PIB support at CS4/CS5 for MPC8569MDS
70
71 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
72 Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
73 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
74
75commit fb27949059f1bc84381a6216a819090f0cdbaa70
76Author: Haiying Wang <Haiying.Wang@freescale.com>
77Date: Thu Jun 4 16:12:39 2009 -0400
78
79 85xx: Fix some settings for MPC8569MDS board
80
81 - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
82 malloc to support up to eight Ethernet interfaces.
83 - Move Environment address out of uboot thus the saved environment variables
84 will not be erased after u-boot is re-programmed.
85
86 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
87 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
88
89commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
90Author: Haiying Wang <Haiying.Wang@freescale.com>
91Date: Wed May 20 12:30:30 2009 -0400
92
93 85xx: Fix MURAM size for MPC8569
94
95 MPC8569 has 128K bytes MURAM.
96
97 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
98 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
99
100commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
101Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
102Date: Fri May 22 20:23:51 2009 +0200
103
104 at91/cpu.c: add missing Copyright & GPL header
105
106 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
107
108commit aa446a591aca46ef2b53cc6598ea8091feb45444
109Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
110Date: Sun Jun 7 21:45:16 2009 +0900
111
112 apollon: Fix a OBJCFLAGS typo
113
114 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
115
116commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
117Author: Wolfgang Denk <wd@denx.de>
118Date: Wed Jun 10 00:19:28 2009 +0200
119
120 Prepare 2009.06-rc3
121
122 Update CHANGELOG
123
124 Signed-off-by: Wolfgang Denk <wd@denx.de>
125
580611cb
WD
126commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
127Author: Wolfgang Denk <wd@denx.de>
128Date: Wed Jun 10 00:15:11 2009 +0200
129
130 rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
131
132 Signed-off-by: Wolfgang Denk <wd@denx.de>
133
134commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
135Author: Daniel Mack <daniel@caiaq.de>
136Date: Thu Jun 4 19:44:12 2009 +0200
137
138 ubifs: fix small error path mismatch
139
140 In do_readpage(), don't free 'dn' if its allocation failed.
141
142 Signed-off-by: Daniel Mack <daniel@caiaq.de>
143
144commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
145Author: Wolfgang Denk <wd@denx.de>
146Date: Thu Jun 4 00:31:07 2009 +0200
147
148 EP88x: fix broken linker script
149
150 Signed-off-by: Wolfgang Denk <wd@denx.de>
151 Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
152
153commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
154Author: Wolfgang Denk <wd@denx.de>
155Date: Fri May 15 00:16:02 2009 +0200
156
157 TQM85xx: minor config file cleanup
158
159 Remove "saveenv" from "update" definition: the environment is outside
160 the U-Boot image on TQM85xx and therefor not affected by updates.
161
162 Also "beautify" code a bit (vertical alignment).
163
164 Signed-off-by: Wolfgang Denk <wd@denx.de>
165
166commit c0296b1801fc9426d772fa75fe58458db605dfee
167Author: Wolfgang Denk <wd@denx.de>
168Date: Fri May 15 00:16:01 2009 +0200
169
170 TQM85xx: adapt for new flash types
171
172 Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
173 series while new boards have 'N' type Flashes from the S29GLxxxN
174 series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
175
176 We now change the configuration to the new flash types for all
177 boards; this also works on old boards - we just waste two flash
178 sectors for the environment which could be smaller there.
179
180 Signed-off-by: Wolfgang Denk <wd@denx.de>
181
182commit 6735104924f06340071a6914a9ee3345607fc102
183Author: Dave Liu <daveliu@freescale.com>
184Date: Mon May 18 17:49:23 2009 +0800
185
186 85xx: Fix the wrong SYS_CLK_IN for 8569MDS
187
188 The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
189 The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
190 so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
191
192 Signed-off-by: Dave Liu <daveliu@freescale.com>
193
194commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
195Author: Dave Liu <daveliu@freescale.com>
196Date: Fri May 15 10:27:44 2009 +0800
197
198 85xx: Fix the wrong BCSR address of 8569MDS
199
200 The BCSR17[7] = 1 will unlock the write protect of FLASH.
201 The WP# pin only controls the write protect of top/bottom sector,
202 That is why we can save env, but we can't write the first sector
203 before the patch.
204
205 Signed-off-by: Dave Liu <daveliu@freescale.com>
206
207commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
208Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
209Date: Tue Jun 2 16:27:10 2009 -0500
210
211 85xx: bugfix for reading maximum TLB size on mpc85xx
212
213 The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
214 This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
215 (256 MB)
216 which made u-boot hang in board_init_f() when trying to create a new stack
217 in RAM.
218 I have an mpc8540 with one 1GB dimm.
219
220 Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
221 Signed-off-by: Andy Fleming <afleming@freescale.com>
222 Acked-by: Kumar Gala <galak@kernel.crashing.org>
223
224commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
225Author: Dave Liu <daveliu@freescale.com>
226Date: Fri Mar 27 14:32:43 2009 +0800
227
228 85xx: Fix the clock adjust of mpc8569mds board
229
230 Currently the clk_adj is 6 (3/4 cycle), The settings will cause
231 the DDR controller hang at the data init. Change the clk_adj
232 from 6 to 4 (1/2 cycle), make the memory system stable.
233
234 Signed-off-by: Dave Liu <daveliu@freescale.com>
235
236commit faa14babd7466dfade358f9cac128ae246b9bf1b
237Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
238Date: Fri Jun 5 16:54:31 2009 +0200
239
240 at91: fix a USB problem for AT91SAM9261
241
242 This patch corrects the missing PLLB initialization in usb_cpu_init()
243 for AT91SAM9261.
244 Because of the missing PLLB initialization, the USB support for all
245 AT91SAM9261 based boards will work only if the PLLB is configured by a
246 precedent bootloader.
247
248 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
249 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
250 Signed-off-by: Remy Bohmer <linux@bohmer.net>
251
252commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
253Author: Felix Radensky <felix@embedded-sol.com>
254Date: Sun May 31 20:44:15 2009 +0300
255
256 ppc4xx/net: Fix MDIO clock setup
257
258 This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
259 Current code assumes that the value of sysinfo.freqOPB is 100000000
260 when OPB frequency is 100MHz. In reality it is 100000001. As a result
261 MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
262 the standard. This in not a problem on boards equipped with Marvell PHYs
263 (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
264 but can be a problem for other PHYs (e.g. Realtek ones).
265
266 Signed-off-by: Felix Radensky <felix@embedded-sol.com>
267 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
268
269commit d65e34d12514de2bbe3b8f519761d641c081bad0
270Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
271Date: Wed Feb 25 14:27:29 2009 +0900
272
273 rtl8169: fix PCI system memory address
274
275 When PCI device use system memory, some PCI host controller should be
276 set physical memory address.
277
278 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
279 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
280
281commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
282Author: Manikandan Pillai <mani.pillai@ti.com>
283Date: Wed Apr 8 09:14:35 2009 +0530
284
285 SMC911x driver fixed for NFS boot
286
287 eth_halt() function in the smc911x drivers used to call the
288 smc911x_reset() function. eth_halt() used to be called after
289 tftp transfers. This used to put the ethernet chip in reset
290 while the linux boots up resulting in the ethernet driver
291 not coming up. NFS boot used to fail as a result.
292
293 This patch calls smc911x_shutdown() instead of smc911x_reset().
294 Some comments received has also been fixed.
295
296 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
297 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
298
299commit e5a3bc2401a23f1890611f020f57f94824a534db
300Author: Remy Bohmer <linux@bohmer.net>
301Date: Sun May 3 12:11:40 2009 +0200
302
303 Add config option for disabling DM9000-SROM support.
304
305 Some boards do not have SROM support for the DM9000 network adapter.
306 Instead of listing these board names in the driver code, make this
307 option configurable from the board config file.
308
309 It also removes a build warning for the at91sam9261ek board:
310 'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
311
312 And it repaires the trizepsiv board build which was broken around the
313 same routines
314
315 Signed-off-by: Remy Bohmer <linux@bohmer.net>
316 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
317
6b1f78ae
WD
318commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
319Author: Kim Phillips <kim.phillips@freescale.com>
320Date: Fri Jun 5 14:11:33 2009 -0500
321
322 mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
323
324 In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
325 impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
326 SICRH[TSIOB1] was erroneously being set high.
327
328 U-Boot always operated this PHY interface in GMII mode. It is assumed this
329 was missed in the clean up by the original board porters, and copied along
330 to the TQM and sbc boards.
331
332 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
333 Acked-by: Ira Snyder <iws@ovro.caltech.edu>
334 Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
335 Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
336 CC: Dave Liu <DaveLiu@freescale.com>
337
580611cb
WD
338commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
339Author: Daniel Mack <daniel@caiaq.de>
340Date: Wed Apr 8 13:23:37 2009 +0200
341
342 smc911x: write back the manually set MAC address
343
344 If the MAX address is given by the environment, write it back to the
345 hardware.
346
347 Signed-off-by: Daniel Mack <daniel@caiaq.de>
348 Cc: Sascha Hauer <s.hauer@pengutronix.de>
349 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
350
351commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
352Author: Wolfgang Denk <wd@denx.de>
353Date: Fri May 15 00:16:03 2009 +0200
354
355 Redundant Environment: protect full sector size
356
357 Several boards used different ways to specify the size of the
358 protected area when enabling flash write protection for the sectors
359 holding the environment variables: some used CONFIG_ENV_SIZE and
360 CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
361 a mix of both for the "normal" and the "redundant" areas.
362
363 Normally, this makes no difference at all. However, things are
364 different when you have to deal with boards that can come with
365 different types of flash chips, which may have different sector
366 sizes.
367
368 Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
369 biggest sector size, which may include several sectors on boards using
370 the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
371 or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
372 case that only the first of these sectors get protected, while the
373 following ones aren't.
374
375 This is no real problem, but it can be confusing for the user -
376 especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
377 "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
378 "redundant" area.
379
380 To avoid such inconsistencies, I changed all sucn boards that I found
381 to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
382 not cause any functional changes to the code.
383
384 Signed-off-by: Wolfgang Denk <wd@denx.de>
385 Cc: Paul Ruhland
386 Cc: Pantelis Antoniou <panto@intracom.gr>
387 Cc: Stefan Roese <sr@denx.de>
388 Cc: Gary Jennejohn <garyj@denx.de>
389 Cc: Dave Ellis <DGE@sixnetio.com>
390 Acked-by: Stefan Roese <sr@denx.de>
391
392commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
393Author: Ilya Yanok <yanok@emcraft.com>
394Date: Thu May 14 14:03:09 2009 +0400
395
396 mmc: it's safe to ignore mmc_send_if_cond() return value
397
398 Return value of mmc_send_if_cond() can be safely ignored (as it is
399 done in Linux). This makes older cards work with MXC MCI controller.
400
401 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
402
403commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
404Author: Stefan Roese <sr@denx.de>
405Date: Mon May 11 15:54:13 2009 +0200
406
407 cfi_mtd: Fix bug in last sector detection
408
409 This patch now enabled this cfi-mtd wrapper to correctly detect and
410 erase the last sector in an NOR FLASH device.
411
412 Signed-off-by: Stefan Roese <sr@denx.de>
413
414commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
415Author: Yauhen Kharuzhy <jekhor@gmail.com>
416Date: Thu May 7 00:43:30 2009 +0300
417
418 mmc: Fix decoding of SCR & function switch data on little-endian machines
419
420 SCR & switch data are read from card as big-endian words and should be
421 converted to CPU byte order.
422
423 Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
424 Signed-off-by: Andy Fleming <afleming@freescale.com>
425
426commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
427Author: Yauhen Kharuzhy <jekhor@gmail.com>
428Date: Thu May 7 13:08:53 2009 +0300
429
430 mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
431
432 Cards which are not compatible with SD 2.0 standard, may return response
433 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
434 accept this case as admissible, just like Linux does.
435
436 Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
437 Signed-off-by: Andy Fleming <afleming@freescale.com>
438
439commit 998be3dd59ed0af4bec38324047fecfa88ac45db
440Author: Rabin Vincent <rabin@rab.in>
441Date: Sun Apr 5 13:30:56 2009 +0530
442
443 mmc: drop unnecessary casts
444
445 Now that response is a uint, we can drop all the casts.
446
447 Signed-off-by: Rabin Vincent <rabin@rab.in>
448
449commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
450Author: Rabin Vincent <rabin@rab.in>
451Date: Sun Apr 5 13:30:55 2009 +0530
452
453 mmc: fix response decoding on little endian
454
455 The mmc code defines the response as an array of chars. However, it
456 access the response bytes both as (i) an array of four uints (with
457 casts) and (ii) as individual chars. The former case is used more
458 often, including by the driver when it assigns the response.
459
460 The char-wise accesses are broken on little endian systems because they
461 assume that the bytes in the uints are in big endian byte order.
462
463 This patch fixes this by changing the response to be an array of four
464 uints and replacing the char-wise accesses with equivalent uint-wise
465 accesses.
466
467 Signed-off-by: Rabin Vincent <rabin@rab.in>
468
469commit 9b1f942c09dd942e6de3185caa81c111b14de567
470Author: Rabin Vincent <rabin@rab.in>
471Date: Sun Apr 5 13:30:54 2009 +0530
472
473 mmc: use lldiv to fix arm eabi build
474
475 The generic MMC core uses direct long long divisions, which do not build
476 with ARM EABI toolchains. Use lldiv() instead, which works everywhere.
477
478 Signed-off-by: Rabin Vincent <rabin@rab.in>
479
480commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
481Author: Rabin Vincent <rabin@rab.in>
482Date: Sun Apr 5 13:30:53 2009 +0530
483
484 mmc: check find_mmc_device return value
485
486 find_mmc_device returns NULL if an invalid device number is specified.
487 Check for this to avoid dereferencing NULL pointers.
488
489 Signed-off-by: Rabin Vincent <rabin@rab.in>
490
491commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
492Author: Rabin Vincent <rabin@rab.in>
493Date: Sun Apr 5 13:30:52 2009 +0530
494
495 mmc: clean up help texts
496
497 Remove some repeated words and superfluous newlines in the mmc command
498 help entries.
499
500 Signed-off-by: Rabin Vincent <rabin@rab.in>
501
502commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
503Author: Mike Frysinger <vapier@gentoo.org>
504Date: Fri May 29 17:01:48 2009 -0400
505
506 Blackfin: spi: fix pin handling of SPI0 SSEL4
507
508 CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
509 peripheral in order to work.
510
511 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
512
513commit 2157359dad2533987f5eb0181ef543693fad6a33
514Author: Mike Frysinger <vapier@gentoo.org>
515Date: Tue May 26 02:51:57 2009 -0400
516
517 Blackfin: fix if() logic in bootrom evt1 check
518
519 A missing set of parenthesis caused the silicon revision to apply only to
520 the BF533 and not the BF531/BF532 variants.
521
522 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
523
524commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
525Author: Stefan Roese <sr@denx.de>
526Date: Sat May 16 12:04:22 2009 +0200
527
528 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
529
530 Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
531 mtdparts_init() is available in both files, cmd_mtdparts.c and
532 cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
533 the jffs2/mtdparts command/file split those 2 different versions
534 already existed. So this is nothing new. The main problem is that the
535 variables "current_dev" and "current_partnum" are declared in both
536 files now. This doesn't work.
537
538 This patch now changes the names of those variable to more specific
539 names: "current_mtd_dev" and "current_mtd_partnum". This is because
540 this patch also changes the declaration from static to global, so
541 that they can be used from both files.
542
543 Please note that my first tests were not successful. The MTD devices
544 selected via mtdparts are now accessed but I'm failing to see the
545 directory listed via the "ls" command. Nothing is displayed. Perhaps
546 I didn't generate the JFFS2 image correctly (I never used JFFS2 in
547 U-Boot before). Not sure. Perhaps somebody else could take a look at
548 this as well. I'll continue looking into this on Monday.
549
550 Signed-off-by: Stefan Roese <sr@denx.de>
551 Cc: Wolfgang Denk <wd@denx.de>
552 Cc: Detlev Zundel <dzu@denx.de>
553 Cc: Ilya Yanok <yanok@emcraft.com>
554 Cc: Renaud barbier <renaud.barbier@ge.com>
555
556commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
557Author: Graf Yang <graf.yang@analog.com>
558Date: Sun May 24 02:34:34 2009 -0400
559
560 Blackfin: bf518f-ezbrd: setup portmux for async flash
561
562 The pins for async memory where parallel flash lives are not enabled by
563 default, so make sure we mux them as needed.
564
565 Signed-off-by: Graf Yang <graf.yang@analog.com>
566 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
567
568commit f40f6db278f602b55820693634a7256b0b4e4b80
569Author: Stefan Roese <sr@denx.de>
570Date: Wed May 20 10:58:03 2009 +0200
571
572 nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
573
574 This patch enables Smart Media (SMC) ECC byte ordering which is used
575 on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
576 incompatible ECC byte ordering to the Linux kernel NDFC driver.
577
578 Signed-off-by: Stefan Roese <sr@denx.de>
579 Acked-by: Scott Wood <scottwood@freescale.com>
580
581commit 399aab7748bef053d59612211e1bd7a3fabfce18
582Author: Stefan Roese <sr@denx.de>
583Date: Wed May 20 10:58:02 2009 +0200
584
585 ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
586
587 This patch now uses the correct ECC byte order (Smart Media - SMC)
588 to be used on the 4xx NAND FLASH driver. Without this patch we have
589 incompatible ECC byte ordering to the Linux kernel NDFC driver.
590
591 Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
592 drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
593 a seperate patch.
594
595 Signed-off-by: Stefan Roese <sr@denx.de>
596 Acked-by: Scott Wood <scottwood@freescale.com>
597
598commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
599Author: Stefan Roese <sr@denx.de>
600Date: Wed May 20 10:58:01 2009 +0200
601
602 ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
603
604 This patch moves the definition for the PPC4xx NAND FLASH controller
605 (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
606 upcoming fix for the ECC byte ordering of the NDFC driver.
607
608 Signed-off-by: Stefan Roese <sr@denx.de>
609 Acked-by: Scott Wood <scottwood@freescale.com>
610
611commit 2df72b82bc9e17b88dc82735a067749220beb025
612Author: Kim Phillips <kim.phillips@freescale.com>
613Date: Tue May 19 12:53:36 2009 -0500
614
615 common: fix inline--weak error spotted by gcc 4.4
616
617 cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
618
619 removing the inline attribute fixes it.
620
621 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
622
623commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
624Author: Kim Phillips <kim.phillips@freescale.com>
625Date: Tue May 19 12:53:32 2009 -0500
626
627 TQM834x: remove defines causing gcc4.4 warnings
628
629 Configuring for TQM834x board...
630 cpu_init.c: In function 'cpu_init_f':
631 cpu_init.c:262: warning: array subscript is above array bounds
632 cpu_init.c:263: warning: array subscript is above array bounds
633 cpu_init.c:270: warning: array subscript is above array bounds
634 ...
635
636 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
637
638commit 0850301747228a3327f2815a85284d26ade3de95
639Author: Andreas Huber <andreas.huber@keymile.com>
640Date: Tue May 19 11:06:30 2009 +0200
641
642 UBI: fix return code in ubi_volume_read
643
644 Return -ENODEV instead of 0 when trying to read from a non existing volume.
645
646 Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
647 Signed-off-by: Stefan Roese <sr@denx.de>
648
649commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
650Author: Graf Yang <graf.yang@analog.com>
651Date: Tue May 19 04:40:08 2009 -0400
652
653 Blackfin: fix timer_init()/timer_reset()
654
655 The timer_init() function was not using the right csync instruction, nor
656 was it doing it right after disabling the core timer.
657
658 The timer_reset() function would reset the timestamp, but not the actual
659 timer, so there was a common edge case where get_timer() return a jump of
660 one timestamp (couple milliseconds) right after resetting. This caused
661 many functions to improperly timeout right away.
662
663 Signed-off-by: Graf Yang <graf.yang@analog.com>
664 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
665
666commit c06326c73bf90e48a8e1cf8893ad31c575423f50
667Author: Shinya Kuribayashi <skuribay@pobox.com>
668Date: Sat May 16 09:12:09 2009 +0900
669
670 MIPS: lib_mips/board.c: Remove unused variables
671
672 This fixes the following build warnings:
673
674 board.c: In function 'board_init_r':
675 board.c:328: warning: unused variable 'i'
676 board.c:326: warning: unused variable 'e'
677
678 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
679
680commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
681Author: Shinya Kuribayashi <skuribay@pobox.com>
682Date: Sat May 16 09:12:09 2009 +0900
683
684 MIPS: Make all extern-ed functions in bitops.h static
685
686 All these functions are expected to be static inline-ed.
687 This patch also fixes the following build warnings on MIPS targets:
688
689 include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
690 include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
691 include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
692 include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
693
694 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
695
696commit 87423d740b91329b8d1d0b73cafd6930993b558a
697Author: Thomas Lange <thomas@corelatus.se>
698Date: Fri Apr 24 16:22:16 2009 +0200
699
700 MIPS: Implement ethernet halt for au1x00
701
702 Implement ethernet halt() by putting MAC0 in reset.
703 If we do not do this, we will get memory corruption
704 when ethernet frames are received during early OS boot.
705
706 Signed-off-by: Thomas Lange <thomas@corelatus.se>
707 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
708
709commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
710Author: Wolfgang Denk <wd@denx.de>
711Date: Fri May 15 23:29:23 2009 +0200
712
713 Prepare v2009.06-rc2
714
715 Update CHANGELOG.
716
717 Signed-off-by: Wolfgang Denk <wd@denx.de>
718
a2e0ffcf
WD
719commit f4317ea91942f44cc1c433277927b61618e9b0a5
720Author: Daniel Mack <daniel@caiaq.de>
721Date: Tue May 5 12:48:29 2009 +0200
722
723 ARM: fix PXA build by defining UP2OCR
724
725 U-Boot does not currently build for PXA platforms with USB support
726 enabled:
727
728 usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
729
730 Signed-off-by: Daniel Mack <daniel@caiaq.de>
731 Cc: Markus Klotzbuecher <mk@denx.de>
732
733 Edited commit message.
734 Signed-off-by: Wolfgang Denk <wd@denx.de>
735
736commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
737Author: Wolfgang Denk <wd@denx.de>
738Date: Fri May 15 22:32:57 2009 +0200
739
740 Minor Coding Style fix; update CHANGELOG.
741
742 Signed-off-by: Wolfgang Denk <wd@denx.de>
743
e26ad0ea
WD
744commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
745Author: Wolfgang Denk <wd@denx.de>
746Date: Fri May 15 09:27:58 2009 +0200
747
748 IDE: bail out of dev_print() for unknown device types
749
750 Commit 574b319512 introduced a subtle bug by mixing a list of tests
751 for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
752 then mostly did not work because "dev_desc->type" cannot take any
753 "IF_*" type values. A later fix in commit 8ec6e332ea changed the
754 switch() into testing "dev_desc->if_type", but at this point the
755 initial test for unknown device types was completely lost, which
756 resulted in output like that for IDE ports without device attached:
757
758 Device 1: Model: Firm: Ser#:
759 Type: # 1F #
760 Capacity: not available
761
762 This patch re-introduces the missing test for unknown device types.
763
764 Signed-off-by: Wolfgang Denk <wd@denx.de>
765 Cc: Stefan Roese <sr@denx.de>
766 Cc: Detlev Zundel <dzu@denx.de>
767 Tested-by: Stefan Roese <sr@denx.de>
768
769commit c21f62d8483fbab44cd98d93ff2e9355a330d225
770Author: Stefan Roese <sr@denx.de>
771Date: Thu May 14 07:25:13 2009 +0200
772
773 74xx_7xx: Fix rounding problem in CPU frequency calculation
774
775 This patch fixes a problem in the CPU frequency calculation. Without it
776 a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
777
778 Signed-off-by: Stefan Roese <sr@denx.de>
779
780commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
781Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
782Date: Wed May 13 22:24:12 2009 +0200
783
784 console.h: remove unused prototype 'console_realloc'
785
786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
787
788commit 84bf7ca522e94ec402a1264b01971b924b7e268f
789Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
790Date: Wed May 13 22:16:31 2009 +0200
791
792 api: remove un-needed ifdef CONFIG_API already handle by the Makefile
793
794 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
795
796commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
797Author: Detlev Zundel <dzu@denx.de>
798Date: Wed May 13 10:54:10 2009 +0200
799
800 Fix e-mail address of Gary Jennejohn.
801
802 Signed-off-by: Detlev Zundel <dzu@denx.de>
803
804commit 5e2c08c3ac90808e9be64856916bfd6df984823c
805Author: Emil Medve <Emilian.Medve@Freescale.com>
806Date: Tue May 12 13:48:32 2009 -0500
807
808 Remove inline qualifier from show_boot_progress()
809
810 The 'inline' is conflicting with the semantic of 'weak' attribute and with the
811 way the show_boot_progress() function is used.
812
813 Also gcc 4.4 is complaining about it:
814
815 main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
816
817 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
818
819commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
820Author: Wolfgang Denk <wd@denx.de>
821Date: Tue May 12 15:17:35 2009 +0200
822
823 MPC8260: fixup device tree by property instead of path
824
825 cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
826 clock frequencies in the device tree, using a CPU path
827 "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
828
829 However, this does not work when one board config file (here:
830 MPC8260ADS.h) is intended to be used for several diffrent CPUs and
831 therefor contains a generic definition like "cpu@0", as the device
832 trees that will then be loaded will contain specific names like
833 "PowerPC,8272@0".
834
835 We switch to using do_fixup_by_prop_u32() instead, so we can search
836 for device_type="cpu", as it is done in other architectures, too.
837
838 Signed-off-by: Wolfgang Denk <wd@denx.de>
839 Cc: Heiko Schocher <hs@denx.de>
840 Acked-by: Heiko Schocher <hs@denx.de>
841 Tested-by: Heiko Schocher <hs@denx.de>
842
843commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
844Author: Rohit Hagargundgi <h.rohit@samsung.com>
845Date: Mon Mar 9 19:45:46 2009 +0530
846
847 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
848
849 Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
850 CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
851 and is used by OneNAND ipl when reading U-Boot image.
852
853 Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
854 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
855
856commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
857Author: Ben Warren <biggerbadderben@gmail.com>
858Date: Tue Apr 28 17:04:51 2009 -0700
859
860 Schedule removal of non-CONFIG_NET_MULTI net driver API
861
862 This will make CONFIG_NET_MULTI the only net driver configuration and
863 we'll be able to remove this option.
864
865 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
866
867commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
868Author: Detlev Zundel <dzu@denx.de>
869Date: Tue May 5 16:04:06 2009 +0200
870
871 powerpc/inka4x0: Remove left-over ide reset code.
872
873 The pin which was used in preliminary versions of the board for ide
874 reset is really connected to the rtc clock.
875
876 Signed-off-by: Detlev Zundel <dzu@denx.de>
877
878commit f578a2da6770951239ad91ee9a1875fdc71dbe48
879Author: Marco Stornelli <marco.stornelli@gmail.com>
880Date: Tue Apr 28 19:04:02 2009 +0200
881
882 Add imls utility command
883
884 This patch adds, under tools folder, a new command called imls. Its
885 goal is the same of UBoot's imls but it can be used as Linux shell
886 command. It reads from raw mtd partition and prints the list of the
887 stored images.
888
889 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
890
891commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
892Author: Heiko Schocher <hs@denx.de>
893Date: Tue Apr 28 08:36:11 2009 +0200
894
895 netloop: updates for NetLoop
896
897 Fix some issues introduced from commit:
898 2f70c49e5b9813635ad73666aa30f304c7fdeda9
899 suggested by Mike Frysinger.
900
901 - added some comment for the env_id variable in common_cmd_nvedit.c
902 - moved some variables in fn scope instead of file scope
903 - NetInitLoop now static void
904
905 Signed-off-by: Heiko Schocher <hs@denx.de>
906 Acked-by: Ben Warren <biggerbadderben@gmail.com>
907
908commit 3c1d89545de11822f8b5afb5646a57757620bd95
909Author: Heiko Schocher <hs@denx.de>
910Date: Tue Apr 28 07:48:39 2009 +0200
911
912 82xx, ids8247: added ids8247 board to MAKEALL script
913
914 Signed-off-by: Heiko Schocher <hs@denx.de>
915
916commit 890a017a8a995c921d1e889d360e8d6538ceecfe
917Author: Detlev Zundel <dzu@denx.de>
918Date: Thu May 7 13:08:55 2009 +0200
919
920 arm/imx31_phycore: Fix bi_arch_number
921
922 Signed-off-by: Detlev Zundel <dzu@denx.de>
923 Cc: Sascha Hauer <s.hauer@pengutronix.de>
924
925commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
926Author: Sascha Hauer <s.hauer@pengutronix.de>
927Date: Fri May 15 10:21:33 2009 +0200
928
929 remove myself as phycore/litekit Maintainer
930
931 I never acked a patch that adds me as phycore i.MX31 maintainer nor was
932 it me who pushed the patches, so remove myself from the maintainer list
933 so that other people do not longer wait for my ack.
934
935 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
936
937commit c63254ef5628efe1c77cb2fdba20753f9666f55d
938Author: Sergey Lapin <slapin@ossfans.org>
939Date: Tue May 12 12:25:14 2009 +0400
940
941 AFEB9260 network fix
942
943 AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
944 Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
945 not 0.
946
947 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
948
949commit f8ddcd58221cab63dd25c2324dd2032487f748b1
950Author: Graf Yang <graf.yang@analog.com>
951Date: Tue May 5 02:26:27 2009 -0400
952
953 Blackfin: bf518f-ezbrd: reset ethernet PHY during init
954
955 We don't know what state the ethernet PHY is in when starting up, so make
956 sure we set it to a sane state. This fixes troubles seen when Linux boots
957 up, configures the PHY is a non-default state, and then the system reboots
958 into U-Boot which previously expected a reset state only.
959
960 Signed-off-by: Graf Yang <graf.yang@analog.com>
961 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
962
963commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
964Author: Mike Frysinger <vapier@gentoo.org>
965Date: Tue May 5 01:35:41 2009 -0400
966
967 Blackfin: bf527-ezkit: fix SPI flash env params
968
969 The BF527-EZKIT settings for storing the environment in SPI flash wasn't
970 using the correct sector settings for the SPI flash part that is actually
971 on the board.
972
973 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
974
975commit f58bf804a14324c6c9186a7a664fa23281780e8b
976Author: Mike Frysinger <vapier@gentoo.org>
977Date: Fri Apr 24 23:54:19 2009 -0400
978
979 Blackfin: avoid get_sclk() with early serial debug
980
981 When the clock functions were changed to use cached values (and thereby
982 avoiding expensive math functions), early serial debug broke because the
983 baud programming is called before external memory is available.
984
985 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
986
987commit 02778f2f1b4b1a28b492367477db27c58d45ae35
988Author: Mike Frysinger <vapier@gentoo.org>
989Date: Fri Apr 24 23:39:41 2009 -0400
990
991 Blackfin: fix booting with older bootroms (no EVT1)
992
993 When dropping jump block support, the assumption was that all bootroms
994 supported entry point redirection via the EVT1 register. Unfortunately,
995 this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
996 and older and BF561). No one really noticed earlier because these parts
997 usually are booted by bypassing the bootrom entirely, and older BF533
998 parts are not supported at all (too many anomalies).
999
1000 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1001
1002commit af2c37378f203857d5e6c957e77a14c2da5b59d2
1003Author: Mike Frysinger <vapier@gentoo.org>
1004Date: Fri Apr 24 23:22:48 2009 -0400
1005
1006 Blackfin: recurse with early serial initcode
1007
1008 Make sure we recurse through serial_putc() rather than bang on the UART
1009 transmit register directly to avoid hardware overflows when using \n.
1010
1011 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1012
1013commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
6b8edfde
WD
1014Author: Wolfgang Denk <wd@denx.de>
1015Date: Fri May 1 21:59:12 2009 +0200
1016
1017 Prepare v2009.06-rc1
1018
e26ad0ea
WD
1019 Update CHANGELOG.
1020
6b8edfde
WD
1021 Signed-off-by: Wolfgang Denk <wd@denx.de>
1022
1023commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
1024Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1025Date: Fri May 1 15:38:06 2009 +0200
1026
1027 at91: remove lowlevel_init.S
1028
1029 lowlevel_init.S is not used any more so remove it.
1030 As consequence, we also don't have to generate u-boot.lds
1031 but can use a static version as before.
1032
1033 This also fixes the out-of-tree build problem introduced
1034 with commit f0a2c7b4 "at91: add support for the PM9263 board"
1035
1036 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1037 Signed-off-by: Wolfgang Denk <wd@denx.de>
1038
1039commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
1040Author: Wolfgang Denk <wd@denx.de>
1041Date: Fri May 1 00:16:11 2009 +0200
1042
1043 Update CHANGELOG; minor coding style cleanup.
1044
1045 Signed-off-by: Wolfgang Denk <wd@denx.de>
1046
0ee7a310
WD
1047commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
1048Author: Manikandan Pillai <mani.pillai@ti.com>
1049Date: Tue Apr 21 17:29:05 2009 +0200
1050
1051 OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
1052
1053 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1054 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
1055
1056commit ac9140037a84629c5583066ff1a177396c47d89d
1057Author: Dirk Behme <dirk.behme@googlemail.com>
1058Date: Fri Apr 17 14:27:56 2009 +0200
1059
1060 OMAP3: Beagle: Set pinmux conditionally for Rev C boards
1061
1062 The Beagle Rev C boards pull UART2 from an alternate set of balls.
1063
1064 Signed-off-by: Steve Sakoman <steve@sakoman.com>
1065 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1066
1067commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
1068Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1069Date: Mon Apr 27 18:33:33 2009 +0200
1070
1071 ubifs: BUG: Blocks commpressed with zlib
1072
1073 Blocks compressed with zlib dont have the full gzip header.
1074
1075 Without this patch, block compressed with zlib cannot be readed!
1076
1077 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1078
1079commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
1080Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1081Date: Mon Apr 27 18:33:32 2009 +0200
1082
1083 lib_generic: gunzip: New function zunzip
1084
1085 Separate gunzip in
1086
1087 gunzip: Find the end of the header and call zunzip.
1088 zunzip: Inflate gunzip block without header.
1089
1090 UBI fs blocks can be compresed in lzo, zlib or no-compression. The
1091 current implementation of u-boot supported all the compressions but
1092 there was a bug in the implementation of the zlib blocks.
1093
1094 UBIFS's Zlib blocks do not have header but they were compressed using
1095 gunzip, a function used to decompress gunzip files/sectors with a
1096 header.
1097
1098 This patch adds a new function zunzip that uncompress a zlib block with
1099 no header.
1100
1101 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1102
1103commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
1104Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
1105Date: Thu Apr 23 15:37:16 2009 +0200
1106
1107 at91: fixed plla calc when no USB support is active
1108
1109 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
1110 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1111
1112commit 3791a1187c1401c33c9512595e6e89dbb46230c5
1113Author: Ladislav Michl <ladis@linux-mips.org>
1114Date: Wed Apr 22 01:12:04 2009 +0200
1115
1116 arm925t: Fix CONFIG_SYS_HZ to 1000
1117
1118 Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
1119 get_timer.
1120
1121 Changes since original version:
1122 * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
1123 improve timer resolution.
1124
1125 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1126
1127commit 42bf4b2248146abdc592bde0009c6ea42067f437
1128Author: Dirk Behme <dirk.behme@googlemail.com>
1129Date: Tue Apr 14 20:15:17 2009 +0200
1130
1131 OMAP3: Remove legacy NAND defines
1132
1133 Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
1134
1135 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1136
1137commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
1138Author: Sanjeev Premi <premi@ti.com>
1139Date: Mon Apr 27 21:27:54 2009 +0530
1140
1141 OMAP3: Print correct silicon revision
1142
1143 The function display_board_info() displays incorrect
1144 silicon revision - based on the return value from
1145 function get_cpu_rev().
1146
1147 This patch fixes the problem.
1148
1149 Signed-off-by: Sanjeev Premi <premi@ti.com>
1150
1151commit 90006e9b33bcdbf241b0295d186e3634137907a9
1152Author: Sanjeev Premi <premi@ti.com>
1153Date: Mon Apr 27 21:27:44 2009 +0530
1154
1155 OMAP3: Remove unused board-types
1156
1157 The board-types defined in struct omap3_sysinfo seem to be
1158 unused. The function display_board_info() is passed
1159 board type as an argument; which is ignored.
1160
1161 This patch removes all uses of board-type, related definitions
1162 and functions.
1163
1164 Signed-off-by: Sanjeev Premi <premi@ti.com>
1165
1166commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
1167Author: Sanjeev Premi <premi@ti.com>
1168Date: Mon Apr 27 21:27:27 2009 +0530
1169
1170 OMAP3: Use functions print_cpuinfo() and checkboard()
1171
1172 Use the functions print_cpuinfo() and checkboard() to
1173 display the cpu and board specific information.
1174
1175 These functions reuse content from the existing function
1176 display_board_info() - which has been removed.
1177
1178 Also, updated the existig OMAP3 configurations to
1179 define:
1180 - CONFIG_DISPLAY_CPUINFO
1181 - CONFIG_DISPLAY_BOARDINFO
1182
1183 Signed-off-by: Sanjeev Premi <premi@ti.com>
1184
1185commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
1186Author: Stefan Roese <sr@denx.de>
1187Date: Wed Mar 18 11:17:37 2009 +0100
1188
1189 MTD: Change cfi-mtd to accept non-uniform sector sizes
1190
1191 With this patch non-uniform NOR FLASH chips (chips with multiple erase
1192 regions) can be exported via the cfi-mtd layer and therefor used by UBI.
1193 We select the largest sector size as erasesize. The cfi driver will make
1194 sure that the smaller sectors are handled correctly.
1195
1196 Signed-off-by: Stefan Roese <sr@denx.de>
1197
1198commit 3dcbe628d66b648e954bc8147d4faff2983206d9
1199Author: Anatolij Gustschin <agust@denx.de>
1200Date: Thu Apr 23 12:35:22 2009 +0200
1201
1202 video: fix bug in cfb_console.c code
1203
1204 Fix bug in drawing long version/info strings:
1205 U-Boot version string like
1206 "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
1207 is long and doesn't wrap around correctly while drawing
1208 beside the logo. Such long strings partially overwrite
1209 the logo. This patch is an attempt to fix it.
1210
1211 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1212
1213commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
1214Author: Wolfgang Denk <wd@denx.de>
1215Date: Tue Apr 28 08:50:31 2009 +0200
1216
1217 cmd_ext2.c: fix compile warnings
1218
1219 Get rid of these warnings:
1220
1221 cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
1222 cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
1223
1224 Signed-off-by: Wolfgang Denk <wd@denx.de>
1225
1226commit 28afe0160f87ff74574150d703055a965f91422a
1227Author: Heiko Schocher <hs@denx.de>
1228Date: Mon Apr 27 10:48:20 2009 +0200
1229
1230 ids8247: Remove legacy NAND defines
1231
1232 because legacy NAND support is deprecated converting to current
1233 NAND interface. !This just compile, because I have no more the
1234 hardware to test it.
1235
1236 Signed-off-by: Heiko Schocher <hs@denx.de>
1237
1238commit dbd33614404b65aa441c5620c3dbd560c4460c09
1239Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1240Date: Mon Apr 27 09:13:31 2009 +0200
1241
1242 ubifs: BUG realpath string must be ended with NULL
1243
1244 If the memory used to copy the link_make is "dirty" the string wont
1245 be ended with NULL, throwing out multiple memory bugs.
1246
1247 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1248 Acked-by: Stefan Roese <sr@denx.de>
1249
1250commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
1251Author: Peter Tyser <ptyser@xes-inc.com>
1252Date: Fri Apr 24 15:59:56 2009 -0500
1253
1254 bmp_logo: Check return value of fread()
1255
1256 Add basic error handling to fread() function calls. This prevents
1257 compililation warnings such as:
1258
1259 bmp_logo.c: In function ‘main’:
1260 bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with
1261 attribute warn_unused_result
1262 ...
1263
1264 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1265
1266commit eea8be86d1c2b570660d1f6c553845e13164231a
1267Author: Peter Tyser <ptyser@xes-inc.com>
1268Date: Fri Apr 24 15:59:46 2009 -0500
1269
1270 ncb: Check return value of write()
1271
1272 This prevents the compilation warning:
1273
1274 ncb.c: In function 'main':
1275 ncb.c:32: warning: ignoring return value of ‘write’, declared with
1276 attribute warn_unused_result
1277
1278 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1279
1280commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
1281Author: Stefan Roese <sr@denx.de>
1282Date: Fri Apr 24 15:59:35 2009 +0200
1283
1284 mtd: nand/onenand: Register mtd device upon device scanning
1285
1286 With this patch the NAND and OneNAND devices are registered in the MTD
1287 subsystem and can then be referenced by the mtdcore code (e.g.
1288 get_mtd_device_nm()). This is needed for the new "ubi part" command
1289 syntax without the flash type parameter (nor|nand|onenand).
1290
1291 Signed-off-by: Stefan Roese <sr@denx.de>
1292
1293commit 10bb62d85a0850dbad1fdd34123378686373f166
1294Author: Stefan Roese <sr@denx.de>
1295Date: Fri Apr 24 15:58:33 2009 +0200
1296
1297 mtd: nand: Include linux/mtd/partitions.h in nand_base.h
1298
1299 This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
1300 defined:
1301
1302 nand_base.c: In function 'nand_release':
1303 nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
1304
1305 Signed-off-by: Stefan Roese <sr@denx.de>
1306
1307commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
1308Author: Stefan Roese <sr@denx.de>
1309Date: Fri Apr 24 20:24:19 2009 +0200
1310
1311 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
1312
1313 This patch removes the now unnecessary flash type parameter from the
1314 "ubi part" command. Currently the user has to define the type of flash
1315 he will be using UBI on. Example:
1316
1317 => ubi part nor partition1
1318
1319 With this patch this type parameter is not needed anymore. The user can
1320 now select the partition directly without the flash type paramter.
1321 Example:
1322
1323 => ubi part partition1
1324
1325 This breaks backward compatibility right now because of the change in the
1326 command syntax. But UBI support is still quite fresh and the advantage of
1327 this new command is syntax big enough for this change. Additionally the
1328 code is much cleaner now.
1329
1330 Signed-off-by: Stefan Roese <sr@denx.de>
1331 CC: Kyungmin Park <kyungmin.park@samsung.com>
1332
1333commit 294f10ca9ea82a15e135dcb0fc658382ab206940
1334Author: Detlev Zundel <dzu@denx.de>
1335Date: Thu Apr 23 13:14:20 2009 +0200
1336
1337 mips/vcth: Use generic 16550 uart driver
1338
1339 As the common code also handles baudrate switching, which the board
1340 specific vct.c driver did not support, this is one of the rare
1341 occassions where deleting code actually adds a feature :)
1342
1343 Signed-off-by: Detlev Zundel <dzu@denx.de>
1344 Acked-by: Stefan Roese <sr@denx.de>
1345 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1346
1347commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
1348Author: Ladislav Michl <ladis@linux-mips.org>
1349Date: Tue Apr 21 02:26:31 2009 +0200
1350
1351 Separate mtdparts command from jffs2
1352
1353 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
1354 > Currently the mtdparts commands are included in the jffs2 command support.
1355 > This doesn't make sense anymore since other commands (e.g. UBI) use this
1356 > infrastructure as well now. This patch separates the mtdparts commands from
1357 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
1358 > support is needed.
1359
1360 One more leftover... Let nboot command know about partitions even if JFFS2
1361 support is not enabled.
1362
1363 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1364 Acked-by: Stefan Roese <sr@denx.de>
1365
1366commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
1367Author: Peter Tyser <ptyser@xes-inc.com>
1368Date: Mon Apr 20 11:22:13 2009 -0500
1369
1370 cmd_ide: Remove unused AmigaOneG3SE code
1371
1372 The output_data_short() and input_data_short() functions for the
1373 AmigaOneG3SE are unused and result in compiler warnings.
1374
1375 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1376
1377commit c93c102ace00764a56dbdf78bac134a23906721e
1378Author: Peter Tyser <ptyser@xes-inc.com>
1379Date: Mon Apr 20 11:21:40 2009 -0500
1380
1381 AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
1382
1383 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1384
1385commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
1386Author: Peter Tyser <ptyser@xes-inc.com>
1387Date: Mon Apr 20 11:09:05 2009 -0500
1388
1389 Replace __asm references with __asm__
1390
1391 __asm__ follows gcc's documented syntax and is generally more common
1392 than __asm. This change is only asthetic and should not affect
1393 functionality.
1394
1395 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1396
1397commit f9a109b3adc5e8647535357500e2a38f0558b5c2
1398Author: Peter Tyser <ptyser@xes-inc.com>
1399Date: Mon Apr 20 11:08:46 2009 -0500
1400
1401 Replace __attribute references with __attribute__
1402
1403 __attribute__ follows gcc's documented syntax and is generally more
1404 common than __attribute. This change is only asthetic and should not
1405 affect functionality.
1406
1407 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1408
1409commit 08f077da9298ff65cc6f85f90d2770000a1beee9
1410Author: David Brownell <dbrownell@users.sourceforge.net>
1411Date: Thu Apr 16 19:55:48 2009 -0700
1412
1413 mtdpart command: align output columns
1414
1415 Make the headers in the "mtdparts" command output line up
1416 with their columns ... strike the extra TAB character.
1417
1418 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1419
1420commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
1421Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1422Date: Thu Apr 16 10:51:03 2009 +0900
1423
1424 Remove sa1100.h
1425
1426 sa1100.h is not used anywhere, then remove it.
1427
1428 $ find . -name '*.h' -empty -print
1429 ./include/sa1100.h
1430 $ git grep 'sa1100.h' .
1431 $
1432
1433 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1434 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1435
1436commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
1437Author: Stefan Roese <sr@denx.de>
1438Date: Tue Apr 14 17:51:21 2009 +0200
1439
1440 UBIFS: Remove tnc_commit.c which is not used in the read-only version
1441
1442 I missed removing this file while implementing the UBIFS support. It's
1443 not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
1444 for spotting.
1445
1446 Signed-off-by: Stefan Roese <sr@denx.de>
1447
1448commit 6356daff70867822bdb23cea49f98e65421a25b8
1449Author: Adrian Hunter <adrian.hunter@nokia.com>
1450Date: Tue Apr 14 17:50:38 2009 +0200
1451
1452 UBIFS: fix recovery bug
1453
1454 UBIFS did not recovery in a situation in which it could
1455 have. The relevant function assumed there could not be
1456 more nodes in an eraseblock after a corrupted node, but
1457 in fact the last (NAND) page written might contain anything.
1458 The correct approach is to check for empty space (0xFF bytes)
1459 from then on.
1460
1461 Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
1462 Signed-off-by: Stefan Roese <sr@denx.de>
1463
1464commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
1465Author: Gao Guanhua <B22826@freescale.com>
1466Date: Tue Apr 14 14:37:35 2009 +0800
1467
1468 fs: Fix the wrong type of var
1469
1470 The filelen should be signed type, not unsigned type.
1471 otherwise, The condition as below never take.
1472 if (filelen < 0)
1473
1474 Signed-off-by: Gao Guanhua <B22826@freescale.com>
1475 Signed-off-by: Dave Liu <daveliu@freescale.com>
1476
1477commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
1478Author: Wolfgang Denk <wd@denx.de>
1479Date: Tue Apr 28 00:29:34 2009 +0200
1480
1481 Update CHANGELOG
1482
1483 Signed-off-by: Wolfgang Denk <wd@denx.de>
1484
05f474c4
WD
1485commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
1486Author: David Brownell <dbrownell@users.sourceforge.net>
1487Date: Thu Apr 16 23:15:15 2009 -0700
1488
1489 dm9000 EEPROM reading bugfix
1490
1491 Make the U-Boot dm9000 driver read addresses from EEPROM just
1492 like Linux does ... read six bytes, instead of reading twelve
1493 bytes and then discarding every other one.
1494
1495 Using the right Ethernet address is a big win.
1496
1497 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1498 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1499 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1500
1501commit d4c02e6f5d49880123e7f584b88f857ffd874381
1502Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1503Date: Wed Feb 25 14:27:24 2009 +0900
1504
1505 rtl8169: fix cache coherency problem
1506
1507 Fix the problem that cannot access actual data when CPU data cache enabled.
1508
1509 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1510 Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1511 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1512
0ee7a310
WD
1513commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
1514Author: Dirk Behme <dirk.behme@googlemail.com>
1515Date: Tue Apr 21 17:30:51 2009 +0200
1516
1517 OMAP3: Fix changed mmc init command
1518
1519 In recent U-Boot mmcinit changed to mmc init.
1520
1521 Signed-off-by: Steve Sakoman <steve@sakoman.com>
1522 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1523
05f474c4
WD
1524commit 34b76a14f676bc6501c27a96564e4dfb4793f033
1525Author: Wolfgang Denk <wd@denx.de>
1526Date: Sun Apr 26 20:39:26 2009 +0200
1527
1528 lib_arm/board.c: remove misleading "test-only" comment.
1529
1530 For a long time, the print_cpuinfo() declaration in lib_arm/board.c
1531 had been marked as "test-only", which is plain wrong considering
1532 current usage. Delete this misleading comment.
1533
1534 Signed-off-by: Wolfgang Denk <wd@denx.de>
1535
0ee7a310
WD
1536commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
1537Author: David Brownell <dbrownell@users.sourceforge.net>
1538Date: Sun Apr 12 15:40:16 2009 -0700
1539
1540 minor DaVinci clock cleanup
1541
1542 Minor cleanup to clock-related defines for DaVinci DM6446 boards:
1543
1544 - CONFIG_SYS_CLK_FREQ is unused; remove it.
1545
1546 - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
1547
1548 On DM6446 both of those peripheral clocks actually come from the
1549 same source, the primary oscillator. Having them use the same
1550 symbol avoids bugs in the clone'n'modify development cycle.
1551
1552 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1553
1554commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
1555Author: Minkyu Kang <mk7.kang@samsung.com>
1556Date: Mon Apr 6 19:59:29 2009 +0900
1557
1558 s3c64xx: remove unnecessary definition
1559
1560 CONFIG_S3C6400 is must defined at config header file
1561 That definition is unnecessary at this file
1562
1563 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1564
05f474c4
WD
1565commit 14b9308d511b53042ef478936e367a67282df66a
1566Author: Heiko Schocher <hs@denx.de>
1567Date: Fri Apr 24 06:50:45 2009 +0200
1568
1569 83xx: searching "muram-data" by compatible property
1570
1571 if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
1572 in the muram-data node, the reg entry needs to be updated.
1573 This is done in fdt_fixup_muram(), but we should use
1574 the compatible "fsl,qe-muram-data" for searching the
1575 node instead of searching the muram-data node with
1576 an absolute path.
1577
1578 Signed-off-by: Heiko Schocher <hs@denx.de>
1579 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1580
1581commit 8e15088794807944b221c11609d36789efc7f767
1582Author: Anatolij Gustschin <agust@denx.de>
1583Date: Thu Apr 23 21:29:34 2009 +0200
1584
1585 mpc83xx: MPC8360ERDK: fix environment offset configuration bug
1586
1587 The size of U-Boot binary for MPC8360ERDK increased
1588 (> 2 flash sectors now), so 'saveenv' will partially
1589 overwrite U-Boot in flash and will brick the board.
1590 This patch moves environment offset to fourth flash
1591 sector and also fixes CONFIG_SYS_MONITOR_LEN.
1592
1593 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1594 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1595
1596commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
1597Author: Michael Zaidman <michael.zaidman@gmail.com>
1598Date: Sat Apr 4 01:43:00 2009 +0300
1599
1600 NetLoop initialization bug
1601
1602 The patch fixes the bug of partial initialization of global network
1603 parameters.
1604
1605 Upon u-boot's start up the first ping command causes a failure of the
1606 consequent TFTP command. It happens in the recently added mechanism of
1607 the NetLoop initialization where initialization of global network
1608 parameters is separated in the NetInitLoop routine which is called per
1609 env_id change. Thus, ping request will initialize the network parameters
1610 necessary for ping operation only, afterwards the env_changed_id will be
1611 set to the env_id that will prevent all following initialization requests
1612 from other protocols.
1613 The problem is that the initialized by ping subset of network parameters
1614 is not sufficient for other protocols and particularly for TFTP which
1615 requires the NetServerIp also.
1616
1617 Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
1618 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1619
1620commit b11f664f52c2855990107c18f242223377183575
1621Author: Timur Tabi <timur@freescale.com>
1622Date: Thu Apr 9 10:27:05 2009 -0500
1623
1624 net: fix ULI 526x macro usage in netdev.h
1625
1626 Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X
1627 is used everywhere else, so that's the correct macro name. Without this fix,
1628 Ethernet will not work on the Freescale MPC8610 HPCD.
1629
1630 Signed-off-by: Timur Tabi <timur@freescale.com>
1631 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1632
1633commit 7ee38c044ca5041d3378d6507580ea4ec344af96
1634Author: David Brownell <dbrownell@users.sourceforge.net>
1635Date: Sun Apr 12 15:38:06 2009 -0700
1636
1637 fix DaVinci NS16550_REG_SIZE regression
1638
1639 Update the DaVinci DM6446 boards to use the new convention
1640 for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
1641 from the original 4 bytes, but these chips are little-endian.
1642
1643 (Resolves a regression added recently by the include/ns16550.h
1644 patch to "Unify structure declaration for registers". The code
1645 previously worked just fine because the registers were accessed
1646 as host-endian words, not as bytes.)
1647
1648 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1649
1650commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
1651Author: Mike Frysinger <vapier@gentoo.org>
1652Date: Sun Apr 12 22:29:20 2009 -0400
1653
1654 cmd_nand: drop duplicate NULL ptr check
1655
1656 The first if statement checks for NULL ptrs, so there is no need to check
1657 it again in later else cases (such as .oob).
1658
1659 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1660 CC: Scott Wood <scottwood@freescale.com>
1661
1662commit 7732cef2eeb4e339cfcd8553fab773af73a20805
1663Author: David Brownell <dbrownell@users.sourceforge.net>
1664Date: Mon Apr 13 08:03:38 2009 -0700
1665
1666 CMD_UBI != MTD_PARTITIONS
1667
1668 Fix dependency goofage: it should certainly be possible to have the
1669 partition support without bringing in UBI commands.
1670
1671 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1672 Acked-by: Stefan Roese <sr@denx.de>
1673
1674commit 6ebff365eb63093ca35b687316002535c6a18820
1675Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1676Date: Thu Apr 16 21:30:48 2009 +0200
1677
1678 at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
1679
1680 The timer has been rewrote with a precision at ~0,18%
1681
1682 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1683 Tested-by: Sergey Lapin <slapin@ossfans.org>
1684 Tested-by: Eric BENARD <ebenard@free.fr>
1685
1686commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
1687Author: Ilko Iliev <iliev@ronetix.at>
1688Date: Thu Apr 16 21:30:48 2009 +0200
1689
1690 at91: add support for the PM9263 board of Ronetix GmbH
1691
1692 The PM9263 board is based on the AT91SAM9263-EK board.
1693
1694 Here is the page on Ronetix website:
1695 http://www.ronetix.at/starter_kit_9263.html
1696
1697 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
1698 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1699
1700commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
1701Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1702Date: Thu Apr 16 21:30:44 2009 +0200
1703
1704 at91sam9/at91cap: improve clock framework
1705
1706 calculate dynamically the clock rate and pllb setting for usb
1707
1708 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1709
1710commit dd7c302099ef5590069bdbf292aaa8230cd59de7
1711Author: Stefan Roese <sr@denx.de>
1712Date: Wed Apr 15 14:08:48 2009 +0200
1713
1714 ppc4xx: Disable POST memory test on NAND-booting Kilauea
1715
1716 Don't run the memory POST on the NAND-booting version. It will
1717 overwrite part of the U-Boot image which is already loaded from NAND
1718 to SDRAM. We were just lucky that it booted at all with this SDRAM
1719 test enabled.
1720
1721 Signed-off-by: Stefan Roese <sr@denx.de>
1722
1723commit 9a929170be89b27bce677504da27e88600c06c49
1724Author: Stefan Roese <sr@denx.de>
1725Date: Wed Apr 15 14:06:26 2009 +0200
1726
1727 ppc4xx: Disable POST memory test on NAND-booting Sequoia
1728
1729 Don't run the memory POST on the NAND-booting version. It will
1730 overwrite part of the U-Boot image which is already loaded from NAND
1731 to SDRAM. We were just lucky that it booted at all with this SDRAM
1732 test enabled.
1733
1734 Signed-off-by: Stefan Roese <sr@denx.de>
1735
1736commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
1737Author: Stefan Roese <sr@denx.de>
1738Date: Wed Apr 15 11:32:53 2009 +0200
1739
1740 ppc4xx: Remove unused code for Sequoia NAND booting version
1741
1742 The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
1743 used at all. This patch changes it's define to the currently used value of
1744 133333333 and removes the unnecessary code.
1745
1746 Signed-off-by: Stefan Roese <sr@denx.de>
1747
1748commit cf9409885cbe01405bad76790e99f8adf3351f4d
1749Author: Stefan Roese <sr@denx.de>
1750Date: Wed Apr 15 10:50:48 2009 +0200
1751
1752 ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
1753
1754 This additional text in the bootup log helps to see if the board is
1755 configured for NAND-booting. Especially helpful for boards that can
1756 boot from NOR and NAND (e.g. most of the AMCC eval boards).
1757
1758 Signed-off-by: Stefan Roese <sr@denx.de>
1759
1760commit 5132106a27b8fb302677852b26ffd319b40d17e2
1761Author: Stefan Roese <sr@denx.de>
1762Date: Wed Apr 8 10:36:22 2009 +0200
1763
1764 ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
1765
1766 Currently the NOR & NAND support in Linux only works for the "standard"
1767 Sequoia, the version booting for NOR flash. The NAND-booting version
1768 has the chip-selects swapped. Here the chip-select mappings:
1769
1770 "Standard" NOR-booting version:
1771 CS0 NOR
1772 CS3 NAND
1773
1774 NAND-booting version:
1775 CS0 NAND
1776 CS3 NOR
1777
1778 With this path the dtb gets fixed-up, so that the correct chip-select
1779 numbers are patched in the dtb enabling correct NOR & NAND support
1780 in Linux on the NAND-booting Sequoia version.
1781
1782 Signed-off-by: Stefan Roese <sr@denx.de>
1783
1784commit aad4eca4ba8d597747199d8af723426681557dda
1785Author: Mike Frysinger <vapier@gentoo.org>
1786Date: Sat Apr 4 09:10:27 2009 -0400
1787
1788 Blackfin: audit UART for all known anomalies
1789
1790 There is no code change here, just new comments, but this keeps me from
1791 having to do another audit from scratch in the future.
1792
1793 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1794
1795commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
1796Author: Mike Frysinger <vapier@gentoo.org>
1797Date: Sat Apr 4 08:40:13 2009 -0400
1798
1799 Blackfin: add check for anomaly 05000362
1800
1801 DESCRIPTION:
1802 The column address width settings for banks 2 and 3 are misconnected in
1803 the SDRAM controller. Accesses to bank 2 will result in an error if the
1804 Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
1805 that of bank 2.
1806
1807 WORKAROUND:
1808 If using bank 2, make sure that banks 2 and 3 have the same column address
1809 width settings in the EBIU_SDBCTL register. This must be the case
1810 regardless of whether or not bank 3 is enabled.
1811
1812 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1813
1814commit c2e07449f546fb375289cdac1a608fdc20357873
1815Author: Mike Frysinger <vapier@gentoo.org>
1816Date: Sat Apr 4 08:29:55 2009 -0400
1817
1818 Blackfin: add comment about anomaly 05000430 avoidance
1819
1820 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1821
1822commit 48ab1509254a4c175e4f65c478a978928ffe09ec
1823Author: Mike Frysinger <vapier@gentoo.org>
1824Date: Sat Apr 4 08:10:22 2009 -0400
1825
1826 Blackfin: add workaround for anomaly 05000242
1827
1828 DESCRIPTION:
1829 If the DF bit is set prior to a hardware reset, the PLL will continue to
1830 divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
1831 cleared in the PLL_CTL register.
1832
1833 WORKAROUND:
1834 Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
1835 2 after reset.
1836
1837 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1838
1839commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
1840Author: Mike Frysinger <vapier@gentoo.org>
1841Date: Sat Apr 4 08:09:24 2009 -0400
1842
1843 Blackfin: add workaround for anomaly 05000171
1844
1845 DESCRIPTION:
1846 The Boot ROM is executed at power up/reset and changes the value of the
1847 SICA_IWR registers from their default reset value of 0xFFFF, but does not
1848 restore them.
1849
1850 WORKAROUND:
1851 User code should not rely on the default value of these registers. Set
1852 the desired values explicitly.
1853
1854 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1855
1856commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
1857Author: Mike Frysinger <vapier@gentoo.org>
1858Date: Sat Apr 4 08:22:36 2009 -0400
1859
1860 Blackfin: update anomaly sheets
1861
1862 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1863
1864commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
1865Author: Graf Yang <graf.yang@analog.com>
1866Date: Sat Apr 4 07:45:57 2009 -0400
1867
1868 Blackfin: nand: flush peripheral before polling it
1869
1870 We need to make sure the data written to the nand flash controller makes
1871 it there before we start polling its status register. Otherwise, we may
1872 get stale data and return before the controller is actually ready.
1873
1874 Signed-off-by: Graf Yang <graf.yang@analog.com>
1875 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1876 Acked-by: Scott Wood <scottwood@freescale.com>
1877
1878commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
1879Author: Remy Bohmer <linux@bohmer.net>
1880Date: Sun Apr 5 11:43:28 2009 +0200
1881
1882 Support for PXA27X UDC.
1883
1884 This Patch adds Support for PXA27X UDC.
1885 (Rebased to drivers/usb reorganisation)
1886
1887 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
1888 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1889
1890commit 2731b9a86685190d26b1883f27afda5ac8e1a313
1891Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1892Date: Fri Apr 3 12:46:58 2009 +0200
1893
1894 drivers/usb: regorganisation
1895
1896 move to linux usb driver organisation
1897
1898 as following
1899
1900 drivers/usb/gadget
1901 drivers/usb/host
1902 drivers/usb/musb
1903
1904 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1905 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1906
1907commit d04371a116d102e587ba7aa4c329b441cdbea3f4
1908Author: Todor I Mollov <tmollov@ucsd.edu>
1909Date: Sat Apr 4 06:53:06 2009 -0400
1910
1911 Blackfin: spi: make cs deassert function deterministic
1912
1913 Blackfin SPI driver was not driving the SPI chip-select high before
1914 putting the chip-select signals into tri-state mode. This is probably
1915 something that slipped by unnoticed in most designs. If the signals are
1916 put directly into a tri-state mode, then the board is relying on the
1917 pull-up resistors to pull up the chip-select before the next transaction.
1918 Most of the time this is fine, except when you have two transactions that
1919 follow each other very closely, such as the flash erase and read status
1920 register commands. In this case I was seeing a 500ns separation between
1921 the transactions. In my setup, with a 10kOhm pull-up, it would meet
1922 timing spec about half the time and resulted in intermittent errors. (A
1923 stronger pull up would fix this, but our design is targeted for low power
1924 consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
1925 I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
1926 chip-selects high before putting them into tri-state. For me, this
1927 resulted in a rise time of 5ns instead of the previous rise time of about
1928 1us, and fully satisfied the timing spec of the chip.
1929
1930 Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
1931 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1932
1933commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
1934Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1935Date: Sat Dec 13 21:08:05 2008 +0100
1936
1937 integratorap: fix PCI support
1938
1939 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1940
1941commit 1c397508c836dfcb01fb2471c71de0727051f117
1942Author: Dirk Behme <dirk.behme@googlemail.com>
1943Date: Mon Mar 30 21:15:23 2009 +0200
1944
1945 OMAP3: Update Overo pin mux for new expansion board
1946
1947 A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
1948 switches. This patch changes the pinmux configuration for those pins.
1949 They were previously set up for unused MMC3_DAT4-7.
1950
1951 Signed-off-by: Steve Sakoman <steve@sakoman.com>
1952 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1953
1954commit ab298231518675b3784aea88ee9b978438f99e63
1955Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1956Date: Sun Apr 5 13:08:03 2009 +0200
1957
1958 arm: unify reset command
1959
1960 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1961
1962commit b3acb6cd4059dfb29a5e99095d802717f53ff784
1963Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1964Date: Sun Apr 5 13:06:31 2009 +0200
1965
1966 arm: clean cache management
1967
1968 unify arm cache management except for non standard cache as ARM7TDMI
1969
1970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1971
1972commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
1973Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1974Date: Sun Apr 5 13:02:43 2009 +0200
1975
1976 arm: update co-processor 15 access
1977
1978 import system.h from linux
1979
1980 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1981
1982commit 23e4af49e066a53cd3e3659b68ef90572d88de84
1983Author: Guennadi Liakhovetski <lg@denx.de>
1984Date: Sun Apr 5 00:42:02 2009 +0200
1985
1986 ARM: add the imx31_phycore_eet target to MAINTAINERS
1987
1988 imx31_phycore_eet is a variant of the imx31_phycore board with a few
1989 extensions, which justifies a separate entry in the MAINTAINERS list,
1990 whereas normally all entries sharing a single configuration file and a
1991 board/ directory have only one entry in MAINTAINERS.
1992
1993 Reported-by: Wolfgang Denk <wd@denx.de>
1994 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1995
1996commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
1997Author: Guennadi Liakhovetski <lg@denx.de>
1998Date: Sun Apr 5 00:37:07 2009 +0200
1999
2000 ARM: fix out-of-tree build of imx31_phycore_eet
2001
2002 Fix out-of-tree build of the imx31_phycore_eet target.
2003
2004 Reported-by: Wolfgang Denk <wd@denx.de>
2005 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2006
2007commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
2008Author: Jon Smirl <jonsmirl@gmail.com>
2009Date: Sat Apr 4 17:44:51 2009 -0400
2010
2011 mpc5200: reduce delays in i2c
2012
2013 The previous code waited 1000us before checking i2c
2014 status. Measurement shows i2c is usually ready in
2015 under 50us. Change the polling interval to 15us,
2016 loop 6,667 times to keep the polling timeout constant
2017 at 100ms.
2018
2019commit 36003268968949110ef145d9f2eaf8439c96d25b
2020Author: Sanjeev Premi <premi@ti.com>
2021Date: Fri Apr 3 14:00:07 2009 +0530
2022
2023 OMAP: Fix compile issue
2024
2025 Fixes this compile error:
2026 board.c: In function 'do_switch_ecc':
2027 board.c:339: error: 'cmd_tbl_t' has no member named 'help'
2028 make[1]: *** [board.o] Error 1
2029 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
2030 make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
2031
2032 This is due to the fact that current command uses long
2033 help for the usage print even if the CONFIG_SYS_LONGHELP
2034 is not enabled. (Thanks Jean-Christophe for explanation).
2035
2036 Signed-off-by: Sanjeev Premi <premi@ti.com>
2037
2038commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
2039Author: Minkyu Kang <mk7.kang@samsung.com>
2040Date: Fri Apr 3 09:56:16 2009 +0900
2041
2042 s3c64xx: fix the wrong gpio offset
2043
2044 This patch fix the wrong gpio offset
2045
2046 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2047
2048commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
2049Author: Kyungmin Park <kmpark@infradead.org>
2050Date: Wed Nov 26 10:18:13 2008 +0900
2051
2052 Move machine specific code to board at s3c64xx (v2)
2053
2054 Move machine specific code to smdk6400.
2055 Some board use OneNAND instead of NAND.
2056
2057 Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
2058 So it's better to use macro instead of hard-coded value.
2059
2060 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2061
2062commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
2063Author: Tom Rix <Tom.Rix@windriver.com>
2064Date: Wed Apr 1 22:02:19 2009 -0500
2065
2066 ZOOM1 Remove legacy NAND defines
2067
2068 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2069
2070commit 5891151707ee5902fe62d554c247f42865815757
2071Author: Tom Rix <Tom.Rix@windriver.com>
2072Date: Wed Apr 1 22:02:20 2009 -0500
2073
2074 OMAP3 Fix multiline formatting in board init files.
2075
2076 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2077
2078commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
2079Author: Wolfgang Denk <wd@denx.de>
2080Date: Sun Apr 5 00:27:57 2009 +0200
2081
2082 Update CHANGELOG, coding style cleanup.
2083
c0a14aed
WD
2084commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
2085Author: Wolfgang Denk <wd@denx.de>
2086Date: Sun Apr 5 00:18:44 2009 +0200
2087
2088 One more fix for building env_embedded.o
2089
2090 In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
2091 commit afcbce07, we also need to do the same for
2092 CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
2093
2094 Signed-off-by: Wolfgang Denk <wd@denx.de>
2095
2096commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
2097Author: Scott Wood <scottwood@freescale.com>
2098Date: Thu Apr 2 16:15:10 2009 -0500
2099
2100 common/image.c: Relocate strings in tables.
2101
2102 Without this, u-boot can crash or print garbage if the original link
2103 address no longer points to a valid string.
2104
2105 Signed-off-by: Scott Wood <scottwood@freescale.com>
2106
2107commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
2108Author: Scott Wood <scottwood@freescale.com>
2109Date: Thu Apr 2 16:10:36 2009 -0500
2110
2111 mpc8260: Fill in brg's clock-frequency in device tree.
2112
2113 Signed-off-by: Scott Wood <scottwood@freescale.com>
2114
2115commit c73ed274a211699739d83c2cef92853dc6716e15
2116Author: Scott Wood <scottwood@freescale.com>
2117Date: Thu Apr 2 18:20:43 2009 -0500
2118
2119 MPC8260ADS: Add nfsboot/ramboot to default environment.
2120
2121 This brings it in line with other Freescale boards.
2122
2123 Signed-off-by: Scott Wood <scottwood@freescale.com>
2124
2125commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
2126Author: Andreas Huber <andreas.huber@keymile.com>
2127Date: Thu Apr 2 17:15:34 2009 +0200
2128
2129 UBI/cfi-mtd: Fix mtd name for multiple chips
2130
2131 On platforms with multiple NOR chips, currently only the first one
2132 can be selected using the "ubi part" command. This patch fixes this
2133 problem by using different names for the NOR "mtd devices".
2134
2135 It also changes the name of the NOR MTD device from "cfi-mtd" to
2136 "norX" (X indexing the device numer) to better match the mtdparts
2137 defaults.
2138
2139 Signed-off-by: Stefan Roese <sr@denx.de>
2140 Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
2141
2142commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
2143Author: Peter Korsgaard <jacmet@sunsite.dk>
2144Date: Tue Mar 31 17:52:16 2009 +0200
2145
2146 tools/setlocalversion: use git svn instead of git-svn
2147
2148 Use the new "git <subcmd>" syntax instead of the deprecated
2149 "git-<subcmd>".
2150
2151 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2152
2153commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
2154Author: Mingkai Hu <Mingkai.hu@freescale.com>
2155Date: Tue Mar 31 14:09:40 2009 +0800
2156
2157 eSPI: add the eSPI register support
2158
2159 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
2160
2161commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
2162Author: Minkyu Kang <mk7.kang@samsung.com>
2163Date: Mon Mar 30 14:55:51 2009 +0900
2164
2165 cmd_mmc: add support for device command for selecting mmc device
2166
2167 This patch improves device command for selecting mmc device
2168
2169 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2170
2171commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
2172Author: Alan Carvalho de Assis <acassis@gmail.com>
2173Date: Sat Mar 28 19:50:16 2009 -0300
2174
2175 Small fix to m5282evb
2176
2177 This is just a small fix to get u-boot on m5282evb.
2178
2179 Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
2180
2181commit febd7e4174e54579c9aa165c85c519fe5288f9d2
2182Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2183Date: Fri Mar 27 10:21:14 2009 +0100
2184
2185 UBIFS: add R/O compatibility
2186
2187 Now UBIFS is supported by u-boot. If we ever decide to change the
2188 media format, then people will have to upgrade their u-boots to
2189 mount new format images. However, very often it is possible to
2190 preserve R/O forward-compatibility, even though the write
2191 forward-compatibility is not preserved.
2192
2193 This patch introduces a new super-block field which stores the
2194 R/O compatibility version.
2195
2196 Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2197 Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
2198 Signed-off-by: Stefan Roese <sr@denx.de>
2199
2200commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
2201Author: Mike Frysinger <vapier@gentoo.org>
2202Date: Mon Mar 23 22:27:34 2009 -0400
2203
2204 more command usage cleanup
2205
2206 Fix up a few dangling commands like in "Command usage cleanup" commit.
2207
2208 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2209
2210commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
2211Author: Ladislav Michl <ladis@linux-mips.org>
2212Date: Mon Mar 23 12:06:07 2009 +0100
2213
2214 Separate mtdparts command from jffs2
2215
2216 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
2217 > Currently the mtdparts commands are included in the jffs2 command support.
2218 > This doesn't make sense anymore since other commands (e.g. UBI) use this
2219 > infrastructure as well now. This patch separates the mtdparts commands from
2220 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
2221 > support is needed.
2222
2223 ... and to make it useful for NAND chips as well, we should also remove now
2224 unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
2225 jffs2/load_kernel.h which is a bit misleading filename for that purpose,
2226 but that can be fixed later (tm).
2227
2228 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2229
2230commit b196ca75503ce307c535b87bf47d51f05e7530df
2231Author: Mike Frysinger <vapier@gentoo.org>
2232Date: Sun Mar 22 22:18:01 2009 -0400
2233
2234 smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
2235
2236 Rather than sticking Blackfin-specific stuff into the eeprom example, use
2237 an indirect macro so that any board can override it with their own magic
2238 sauce in their board config file.
2239
2240 Also fix some spurious semi-colons in defines while I'm at it ...
2241
2242 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2243 CC: Ben Warren <biggerbadderben@gmail.com>
2244
2245commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
2246Author: Sascha Hauer <s.hauer@pengutronix.de>
2247Date: Sat Mar 21 09:38:46 2009 -0400
2248
2249 mpc52xx phy: initialize only when needed
2250
2251 Do not initialize phy on startup, instead initialize it
2252 when we actually need it.
2253
2254 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2255
2256commit 03bab0091948196b9558248684c04f60943ca4b5
2257Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2258Date: Mon Mar 30 16:51:40 2009 +0200
2259
2260 at91sam9263ek: enable hush and auto complete support
2261
2262 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2263 Acked-by: Stelian Pop <stelian@popies.net>
2264
2265commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
2266Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2267Date: Fri Mar 27 23:26:44 2009 +0100
2268
2269 at91: move dataflash spi driver to drivers/spi
2270
2271 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2272
2273commit 2b7178afce59f71e95da657273f4132012098c1f
2274Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2275Date: Fri Mar 27 23:26:44 2009 +0100
2276
2277 at91: move usb driver to drivers/usb
2278
2279 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2280
2281commit f82518d7f443ebac5f8821103a3c521c963aa6ee
2282Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2283Date: Fri Mar 27 23:26:43 2009 +0100
2284
2285 at91rm9200: Reset update
2286
2287 Update the rm9200 reset sequence to try executing a board-specific reset
2288 function and move specific board reset to board.
2289
2290 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2291
2292commit 3524049cd053746298e4cfab2449882e75c146fc
2293Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2294Date: Fri Mar 27 23:26:43 2009 +0100
2295
2296 at91rm9200: move serial shutdown code to serial drivers
2297
2298 introduce serial_exit for this purpose. Use it only when the rm9200
2299 serial driver is active
2300
2301 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2302
2303commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
2304Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2305Date: Fri Mar 27 23:26:43 2009 +0100
2306
2307 at91rm9200: move serial driver to drivers/serial
2308
2309 add CONFIG_AT91RM9200_USART to activate the driver
2310
2311 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2312
2313commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
2314Author: Ulf Samuelsson <ulf@atmel.com>
2315Date: Fri Mar 27 23:26:43 2009 +0100
2316
2317 Add support for the AT91RM9200EK Board.
2318
2319 The AT91RM9200-EK Evaluation Board supports the AT91RM9200
2320 ARM9-based 32-bit RISC microcontroller and enables real-time code development
2321 and evaluation.
2322
2323 Here is the chip page on Atmel website:
2324 http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
2325
2326 with
2327 - NOR (cfi driver)
2328 - DataFlash
2329 - USB OHCI
2330 - Net
2331 - I2C (hard)
2332
2333 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
2334 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2335
2336commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
2337Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2338Date: Fri Mar 27 23:26:42 2009 +0100
2339
2340 add dataflash mmc mux missing support
2341
2342 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2343
2344commit 2a325ce3c705ab2d82760afc541c511328472df8
2345Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2346Date: Fri Mar 27 23:26:42 2009 +0100
2347
2348 at91rm9200dk: Move conditional compilation to Makefile
2349
2350 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2351
2352commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
2353Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2354Date: Fri Mar 27 23:26:42 2009 +0100
2355
2356 at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
2357
2358 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2359
2360commit 843a2654bce74192de2b5a43474fdc27a572ab40
2361Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2362Date: Fri Mar 27 23:26:42 2009 +0100
2363
2364 at91sam9: add watchdog support
2365
2366 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
2367 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2368
2369commit a47492ac60657dd9d59c713aa049319ea6eabd52
2370Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2371Date: Fri Mar 27 13:14:52 2009 +0100
2372
2373 at91sam9/at91cap: spi init add hardware chip select support
2374
2375 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2376
2377commit 66932ac3929c7a145a6ef6574a96fd7535154951
2378Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2379Date: Sat Apr 4 19:15:40 2009 +0200
2380
2381 netstar: fix crc32.c dependancy location
2382
2383 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2384
2385commit 42f9ebff2f758bef524780a00c712eb63a72d99b
2386Author: Scott Wood <scottwood@freescale.com>
2387Date: Fri Apr 3 15:24:40 2009 -0500
2388
2389 MPC8260ADS: Define CONFIG_HAS_ETH0.
2390
2391 This is required so that the MAC address will be updated in the device tree.
2392
2393 Signed-off-by: Scott Wood <scottwood@freescale.com>
2394
2395commit 8701eceffdf77e2908d0b58add0dabc16edf6087
2396Author: Scott Wood <scottwood@freescale.com>
2397Date: Fri Apr 3 15:26:45 2009 -0500
2398
2399 PQ2FADS: Enable PCI.
2400
2401 PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
2402
2403 Signed-off-by: Scott Wood <scottwood@freescale.com>
2404
2405commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
2406Author: Wolfgang Denk <wd@denx.de>
2407Date: Sat Apr 4 16:57:50 2009 +0200
2408
2409 Fix quoting bug introduced by commit 74de7aef
2410
2411 Signed-off-by: Wolfgang Denk <wd@denx.de>
2412
2413commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
2414Author: Wolfgang Denk <wd@denx.de>
2415Date: Sat Apr 4 16:14:51 2009 +0200
2416
2417 Fix implicit declaration of function 'htons'
2418
2419 Include <netinet/in.h> instead of <linux/in.h> to get htons()
2420 prototpye.
2421
2422 Signed-off-by: Wolfgang Denk <wd@denx.de>
2423
2424commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
2425Author: Kumar Gala <galak@kernel.crashing.org>
2426Date: Sat Apr 4 10:21:02 2009 -0500
2427
2428 fsl_law: Fix bug in calculation of LAW sizing
2429
2430 In set_ddr_laws() when we determined how much of the size requested
2431 to be mapped was covered by the the first LAW we needed to recalculate
2432 the size based on what was actually mapped.
2433
2434 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2435
2436commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
2437Author: Kumar Gala <galak@kernel.crashing.org>
2438Date: Thu Apr 2 13:57:05 2009 -0500
2439
2440 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
2441
2442 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2443
2444commit c8514622e2713d9c47919acfe23fce386782afe7
2445Author: Kumar Gala <galak@kernel.crashing.org>
2446Date: Thu Apr 2 13:22:48 2009 -0500
2447
2448 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
2449
2450 Rename the pci header for FSL HW so we can move some prototypes
2451 in there and stop doing explicit externs
2452
2453 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2454
2455commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
2456Author: Wolfgang Denk <wd@denx.de>
2457Date: Sat Apr 4 16:10:40 2009 +0200
2458
2459 Fix building of env_embedded.o
2460
2461 Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
2462 only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
2463 building for many boards.
2464
2465 We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
2466 set.
2467
2468 Signed-off-by: Wolfgang Denk <wd@denx.de>
2469
2470commit a31e091ad70915278fb15b79d6ae53ea2d44b251
2471Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2472Date: Sat Apr 4 12:49:11 2009 +0200
2473
2474 rename include/zlib.h to include/u-boot/zlib.h
2475
2476 Some systems have zlib.h installed in /usr/include/. This isn't the
2477 desired file for u-boot code - we want the one in include/zlib.h.
2478 This rename will avoid the conflict.
2479
2480 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2481 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2482
2483commit ae644c178f097874a92a6d934f364985fc7e075a
2484Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2485Date: Sat Apr 4 12:46:31 2009 +0200
2486
2487 tools/Makefile: fix image.c dependancy location
2488
2489 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2490 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2491
2492commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
2493Author: Mike Frysinger <vapier@gentoo.org>
2494Date: Sat Apr 4 07:42:25 2009 -0400
2495
2496 tools: add ncb to gitignore
2497
2498 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2499
2500commit 453c0d7558215cbc8636d94af172886d84e0dbba
2501Author: Detlev Zundel <dzu@denx.de>
2502Date: Fri Apr 3 16:45:46 2009 +0200
2503
2504 include/ns16550.h: Unify structure declaration for registers
2505
2506 Instead of special casing the different access patterns, use common
2507 code with light macros sprinkled in to accomodate for the different
2508 layouts of the register structure.
2509
2510 Note that this also changes the types of the registers for the
2511 "positively packed (>1)" cases. As the registers truly are unsigned
2512 chars, this is surely the Right Thing, but it is a semantic change.
2513 Note that for this case depending on the endianness on the bus, we may
2514 see a change of behaviour.
2515
2516 Signed-off-by: Detlev Zundel <dzu@denx.de>
2517
2518commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
2519Author: Peter Tyser <ptyser@xes-inc.com>
2520Date: Fri Mar 13 18:54:52 2009 -0500
2521
2522 Delete now unused tools/Makefile.win32
2523
2524 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2525
2526commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
2527Author: Peter Tyser <ptyser@xes-inc.com>
2528Date: Fri Mar 13 18:54:51 2009 -0500
2529
2530 Add support for building native win32 tools
2531
2532 Add support for compiling the host tools in the tools directory using
2533 the MinGW toolchain. This produces executables which can be used on
2534 standard Windows computers without requiring cygwin.
2535
2536 One must specify the MinGW compiler and strip utilities as if they
2537 were the host toolchain in order to build win32 executables, eg:
2538
2539 make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
2540
2541 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2542
2543commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
2544Author: Peter Tyser <ptyser@xes-inc.com>
2545Date: Fri Mar 13 18:54:50 2009 -0500
2546
2547 tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
2548
2549 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2550
2551commit b0d4d7219a4806e46affc96bd1f65397194a6e72
2552Author: Peter Tyser <ptyser@xes-inc.com>
2553Date: Fri Mar 13 18:54:49 2009 -0500
2554
2555 tools/Makefile: Create generic build rules
2556
2557 Create a few generic build rules to replace the current method which has
2558 1 build target for each file
2559
2560 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2561
2562commit 273174ddbcce215c42f6c307470cd5580a3f72bf
2563Author: Peter Tyser <ptyser@xes-inc.com>
2564Date: Fri Mar 13 18:54:48 2009 -0500
2565
2566 tools/Makefile: Use auto-generated object file dependencies
2567
2568 Files in the SRCS variable have their dependencies automatically
2569 generated so remove duplicate explicit dependencies
2570
2571 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2572
2573commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
2574Author: Peter Tyser <ptyser@xes-inc.com>
2575Date: Fri Mar 13 18:54:47 2009 -0500
2576
2577 tools/Makefile: Remove symlinks for remaining source files
2578
2579 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2580
2581commit eed073315b6447eceadf7468a4c2b757442c7c6f
2582Author: Peter Tyser <ptyser@xes-inc.com>
2583Date: Fri Mar 13 18:54:46 2009 -0500
2584
2585 tools/Makefile: Dynamically generate libfdt object dependencies
2586
2587 Add the libfdt files to the SRCS variable so that they have their
2588 dependencies automatically generated
2589
2590 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2591
2592commit c0170175393b94560fa7a5da6dd31377df5f4a72
2593Author: Peter Tyser <ptyser@xes-inc.com>
2594Date: Fri Mar 13 18:54:45 2009 -0500
2595
2596 tools/Makefile: Remove symlinks for fdt targets
2597
2598 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2599
2600commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
2601Author: Peter Tyser <ptyser@xes-inc.com>
2602Date: Fri Mar 13 18:54:44 2009 -0500
2603
2604 tools/Makefile: Add libfdt/ to the include search path
2605
2606 This change makes the process of symlinking libfdt_internal.h
2607 unnecessary
2608
2609 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2610
2611commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
2612Author: Peter Tyser <ptyser@xes-inc.com>
2613Date: Fri Mar 13 18:54:43 2009 -0500
2614
2615 tools: Remove unecessary symlinking of zlib.h
2616
2617 crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink
2618 was previously necessary to give U-Boot's version of zlib.h precedence
2619 over the host computer's version of zlib.h.
2620
2621 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2622
2623commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
2624Author: Peter Tyser <ptyser@xes-inc.com>
2625Date: Fri Mar 13 18:54:42 2009 -0500
2626
2627 tools/Makefile: Add tools/ to the include search path
2628
2629 This change makes the process of symlinking mkimage.h and fdt_host.h
2630 unnecessary
2631
2632 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2633
2634commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
2635Author: Peter Tyser <ptyser@xes-inc.com>
2636Date: Fri Mar 13 18:54:41 2009 -0500
2637
2638 tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
2639
2640 Also conditionally add ncb.o to OBJ_FILES list
2641
2642 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2643
2644commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
2645Author: Peter Tyser <ptyser@xes-inc.com>
2646Date: Fri Mar 13 18:54:40 2009 -0500
2647
2648 tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
2649
2650 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2651
2652commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
2653Author: Peter Tyser <ptyser@xes-inc.com>
2654Date: Fri Mar 13 18:54:39 2009 -0500
2655
2656 tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
2657
2658 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2659
2660commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
2661Author: Peter Tyser <ptyser@xes-inc.com>
2662Date: Fri Mar 13 18:54:38 2009 -0500
2663
2664 tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
2665
2666 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2667
2668commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
2669Author: Peter Tyser <ptyser@xes-inc.com>
2670Date: Fri Mar 13 18:54:37 2009 -0500
2671
2672 tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
2673
2674 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2675
2676commit eeba8617908e33f7e7db3b1588c04ca65b856793
2677Author: Peter Tyser <ptyser@xes-inc.com>
2678Date: Fri Mar 13 18:54:36 2009 -0500
2679
2680 tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
2681
2682 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2683
2684commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
2685Author: Peter Tyser <ptyser@xes-inc.com>
2686Date: Fri Mar 13 18:54:35 2009 -0500
2687
2688 tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
2689
2690 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2691
2692commit ee3584a5970230ee96aae19505ad3226734ee4ff
2693Author: Peter Tyser <ptyser@xes-inc.com>
2694Date: Fri Mar 13 18:54:34 2009 -0500
2695
2696 tools/Makefile: Split variable declarations into multiple lines
2697
2698 Split variable declarations into multiple lines and use the standard
2699 VAR-y convention. Also move object and binary variable declarations to
2700 after config.mk has been included to allow for these lists to utilize
2701 the CONFIG_XXX variables.
2702
2703 These changes lay the groundwork for conditional compilation of files
2704 in the tools directory.
2705
2706 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2707
2708commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
2709Author: Peter Tyser <ptyser@xes-inc.com>
2710Date: Fri Mar 13 18:54:33 2009 -0500
2711
2712 tools/Makefile: Remove inappropriate double-tabs
2713
2714 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2715
2716commit 652f4ba076689fd0acd447561a777b1c440a4b57
2717Author: Peter Tyser <ptyser@xes-inc.com>
2718Date: Fri Mar 13 18:54:32 2009 -0500
2719
2720 tools/Makefile: Remove HOSTARCH HOSTOS defines
2721
2722 The values of HOSTARCH and HOSTOS which are exported from the top-level
2723 Makefile should be used
2724
2725 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2726
2727commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
2728Author: Peter Tyser <ptyser@xes-inc.com>
2729Date: Fri Mar 13 18:54:31 2009 -0500
2730
2731 gen_eth_addr: Use POSIX rand() and srand()
2732
2733 Replace random()/srandom() use with rand()/srand() to support
2734 compilation with the mingw toolchain. The rand()/srand() functions are
2735 generally more common and are functionally equivalent to the original
2736 random()/srandom() calls.
2737
2738 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2739
2740commit 24d2ae5e9debe4b75151a55251031a14477fa875
2741Author: Peter Tyser <ptyser@xes-inc.com>
2742Date: Fri Mar 13 18:54:28 2009 -0500
2743
2744 elf.h: Use stdint.h to provide standard typedefs for WIN32
2745
2746 The original code provided an incomplete set of typedefs for WIN32
2747 compiles and replicated the standard typedefs that are already
2748 provided by stdint.h
2749
2750 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2751
2752commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
2753Author: Peter Tyser <ptyser@xes-inc.com>
2754Date: Fri Mar 13 18:54:27 2009 -0500
2755
2756 common/Makefile: Conditionally compile env_embedded.o
2757
2758 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2759
2760commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
2761Author: Peter Tyser <ptyser@xes-inc.com>
2762Date: Fri Mar 13 18:54:26 2009 -0500
2763
2764 Makefile: Add removal of *.exe files to clean target
2765
2766 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2767
2768commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
2769Author: Peter Tyser <ptyser@xes-inc.com>
2770Date: Fri Mar 13 18:54:25 2009 -0500
2771
2772 Makefile: Make autoconf.mk a dependency of the depend target
2773
2774 The original code did not generate autoconf.mk until after some targets
2775 dependencies had already been calculated, for example the directories in
2776 the SUBDIRS variable
2777
2778 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2779
2780commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
2781Author: unsik Kim <donari75@gmail.com>
2782Date: Wed Feb 25 11:31:24 2009 +0900
2783
2784 mflash: Initial mflash support
2785
2786 Mflash is fusion memory device mainly targeted consumer eletronic and
2787 mobile phone.
2788 Internally, it have nand flash and other hardware logics and supports
2789 some different operation (ATA, IO, XIP) modes.
2790
2791 IO mode is custom mode for the host that doesn't have IDE interface.
2792 (Many mobile targeted SoC doesn't have IDE bus)
2793
2794 This driver support mflash IO mode.
2795
2796 Followings are brief descriptions about IO mode.
2797
2798 1. IO mode based on ATA protocol and uses some custom command. (read
2799 confirm, write confirm)
2800 2. IO mode uses SRAM bus interface.
2801
2802 Signed-off-by: unsik Kim <donari75@gmail.com>
2803
2804commit 200779e3e2a9aeda7030b171a8c39d7797019917
2805Author: Detlev Zundel <dzu@denx.de>
2806Date: Fri Apr 3 11:53:01 2009 +0200
2807
2808 Rename common ns16550 constants with UART_ prefix to prevent conflicts
2809
2810 Fix problems introduced in commit
2811 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
2812 diagnosis functions for inka4x0] which redefined MSR_RI which is
2813 already used on PowerPC systems.
2814
2815 Also eliminate redundant definitions in ps2mult.h. More cleanup will
2816 be needed for other redundant occurrences though.
2817
2818 Signed-off-by: Detlev Zundel <dzu@denx.de>
2819
2820commit 99067b08f4a0ce20ff337a35211239f334d8f451
2821Author: Scott Wood <scottwood@freescale.com>
2822Date: Wed Apr 1 15:33:24 2009 -0500
2823
2824 Noisily disable the legacy NAND subsystem.
2825
2826 Legacy NAND is marked for feature removal after April 2009 (i.e. this
2827 upcoming release). There are still several boards that reference it
2828 (though many do so only for disk-on-chip support which has been silently
2829 disabled for a while now). These boards will now fail to build
2830 with #error, though the code is still there if the user removes #error.
2831
2832 The plan is to remove the code outright in the next release, along with
2833 any board code that refers to it (such as board/esd/common/auto_update.c).
2834
2835 Also, remove the legacy NAND API description from README.nand.
2836
2837 Signed-off-by: Scott Wood <scottwood@freescale.com>
2838
2839commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
2840Author: apgmoorthy <moorthy.apg@samsung.com>
2841Date: Fri Mar 27 14:45:23 2009 +0530
2842
2843 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
2844
2845 Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
2846 However, u-boot image for apollon board is 195KB making the board
2847 unbootable with OneNAND.
2848
2849 Fix ipl to read CONFIG_SYS_MONITOR_LEN.
2850 CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
2851
2852 Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
2853 Signed-off-by: Gangheyamoorthy <moorthy.apg@samsung.com>
2854 Signed-off-by: Scott Wood <scottwood@freescale.com>
2855
2856commit 74de7aefd79690bae8cf5a5120f5962d444be089
2857Author: Wolfgang Denk <wd@denx.de>
2858Date: Wed Apr 1 23:34:12 2009 +0200
2859
2860 Add "source" command; prepare removal of "autoscr" command
2861
2862 According to the doc/feature-removal-schedule.txt, the "autoscr"
2863 command will be replaced by the "source" command in approximately 6
2864 months from now.
2865
2866 This patch prepares this change and starts a 6 month transition
2867 period as follows:
2868
2869 - The new "source" command has been added, which implements exactly
2870 the same functionlaity as the old "autoscr" command before
2871 - The old "autoscr" command name is kept as an alias for compatibility
2872 - Command sequences, script files atc. have been adapted to use the
2873 new "source" command
2874 - Related environment variables ("autoscript", "autoscript_uname")
2875 have *not* been adapted yet; these will be renamed resp. removed in
2876 a separate patch when the support for the "autoscr" command get's
2877 finally dropped.
2878
2879 Signed-off-by: Wolfgang Denk <wd@denx.de>
2880
2881commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
2882Author: Wolfgang Denk <wd@denx.de>
2883Date: Thu Apr 2 17:31:09 2009 +0200
2884
2885 Add "GPL cleanup" task to feature-removal-schedule.txt
2886
2887 Announce removal of all non-GPL or GPL-incompatible files
2888 after August 2009.
2889
2890 Signed-off-by: Wolfgang Denk <wd@denx.de>
2891
2892commit d9596ffbdc79cea285010b67dd20a4618303f624
2893Author: Mike Frysinger <vapier@gentoo.org>
2894Date: Thu Apr 2 12:51:28 2009 -0400
2895
2896 sf: stmicro: dont send 4 bytes when reading status register
2897
2898 I can't find anywhere in the datasheet that says the status register needs
2899 3 dummy bytes sent to it before being able to read back the first real
2900 result. Tests on a Blackfin board show that after writing the opcode, the
2901 status register starts coming back immediately. So only write out the
2902 read status register opcode before polling the result.
2903
2904 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2905 CC: Jason McMullan <mcmullan@netapp.com>
2906 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2907
2908commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
2909Author: Mike Frysinger <vapier@gentoo.org>
2910Date: Thu Apr 2 08:11:31 2009 -0400
2911
2912 sf: set common timeouts in seconds, not milliseconds
2913
2914 Since timeouts are only hit when there is a problem in the system, we
2915 don't want to prematurely timeout on a functioning setup. Thus having
2916 low timeouts (in milliseconds) doesn't gain us anything in the production
2917 case, but rather increases likely hood of causing problems where none
2918 otherwise exist.
2919
2920 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2921 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2922
2923commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
2924Author: Mike Frysinger <vapier@gentoo.org>
2925Date: Thu Apr 2 06:51:49 2009 -0400
2926
2927 sf: stmicro: use common page timeout define
2928
2929 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2930 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2931
2932commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
2933Author: Mike Frysinger <vapier@gentoo.org>
2934Date: Sat Mar 28 06:41:09 2009 -0400
2935
2936 sf: always read 5 bytes for the idcode
2937
2938 Some SPI flash drivers like to have extended id information available
2939 (like the spansion flash), so rather than making it re-issue the ID cmd
2940 to get at the last 2 bytes, have the common code read 5 bytes rather than
2941 just 3. This also matches the Linux behavior where it always reads 5 id
2942 bytes from all flashes.
2943
2944 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2945 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2946 CC: Mingkai Hu <Mingkai.hu@freescale.com>
2947
2948commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
2949Author: Mike Frysinger <vapier@gentoo.org>
2950Date: Fri Mar 27 16:34:21 2009 -0400
2951
2952 sf: stmicro: drop redundant id read
2953
2954 The common SPI flash code reads the idcode and passes it down to the SPI
2955 flash driver, so there is no need to read it again ourselves.
2956
2957 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2958 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2959 CC: Jason McMullan <mcmullan@netapp.com>
2960 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2961
2962commit 1c5874374e091b4bb62917c519861f7682fe066e
2963Author: Mike Frysinger <vapier@gentoo.org>
2964Date: Fri Mar 27 19:27:58 2009 -0400
2965
2966 sf: add driver for SST flashes
2967
2968 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2969 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2970
2971commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
2972Author: Mike Frysinger <vapier@gentoo.org>
2973Date: Mon Mar 23 23:03:58 2009 -0400
2974
2975 sf: drop DEBUG defines
2976
2977 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2978 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2979
2980commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
2981Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2982Date: Sun Jan 4 07:44:07 2009 +0100
2983
2984 mtd: add some at45 spi flash support
2985
2986 - AT45DB321D
2987 - AT45DB161D
2988 - AT45DB081D
2989 - AT45DB041D
2990 - AT45DB021D
2991 - AT45DB011D
2992
2993 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2994 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2995
2996commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
2997Author: Mingkai Hu <Mingkai.hu@freescale.com>
2998Date: Tue Mar 31 14:09:41 2009 +0800
2999
3000 mtd: SPI Flash: Support the Spansion Flash
3001
3002 Add MTD SPI Flash support for S25FL008A, S25FL016A,
3003 S25FL032A, S25FL064A, S25FL128P.
3004
3005 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
3006 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3007
3008commit 40587701924aa0afc86b3840421b4cc6de42c748
3009Author: Mike Frysinger <vapier@gentoo.org>
3010Date: Mon Mar 30 20:56:45 2009 -0400
3011
3012 Blackfin: force all boards to HZ of 1000
3013
3014 Since the Blackfin timer code requires HZ to be 1000, barf on any board
3015 that tries to use a different value.
3016
3017 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3018
3019commit f4032d2eec9d71a59c6c724671e577f67a76839b
3020Author: Mike Frysinger <vapier@gentoo.org>
3021Date: Fri Mar 27 21:07:45 2009 -0400
3022
3023 Blackfin: bf533-stamp: drop old spi flash driver
3024
3025 Now that the common SPI flash code supports all the flashes, we can stop
3026 using the old driver.
3027
3028 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3029
3030commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
3031Author: Mike Frysinger <vapier@gentoo.org>
3032Date: Thu Mar 26 15:42:12 2009 -0400
3033
3034 Blackfin: add BF538/BF539 SPI portmux handling
3035
3036 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3037
3038commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
3039Author: Mike Frysinger <vapier@gentoo.org>
3040Date: Mon Mar 23 22:36:10 2009 -0400
3041
3042 Blackfin: do not delay on output bytes
3043
3044 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3045
3046commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
3047Author: Mike Frysinger <vapier@gentoo.org>
3048Date: Mon Mar 23 22:17:27 2009 -0400
3049
3050 Blackfin: drop newline from OTP help
3051
3052 Looks like I accidentally added a newline to the OTP help when merging and
3053 older change.
3054
3055 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3056
3057commit d3c38d96b991d641a33f7748130dae008563cdc9
3058Author: Mike Frysinger <vapier@gentoo.org>
3059Date: Sun Mar 22 23:43:31 2009 -0400
3060
3061 Blackfin: convert bfin_sdh to legacy mmc
3062
3063 The Blackfin SDH controller is still using the legacy framework, so update
3064 the driver to use the renamed functions.
3065
3066 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3067
3068commit d248cfb2d940b742f6bfdba9b832a3df96da3101
3069Author: Mike Frysinger <vapier@gentoo.org>
3070Date: Sun Feb 22 16:30:38 2009 -0500
3071
3072 Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
3073
3074 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3075
3076commit ad9073211ca9e62162a39851e082b8d07a662fb6
3077Author: Mike Frysinger <vapier@gentoo.org>
3078Date: Fri Feb 13 17:10:58 2009 -0500
3079
3080 Blackfin: fix crash when booting from external memory
3081
3082 When testing a u-boot binary that hasn't been booted from the bootrom, we
3083 have to make sure the bootstruct structure has sane storage space. If we
3084 don't, the initcode will crash when it tries to dereference an invalid
3085 pointer.
3086
3087 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3088
3089commit 84a9dda324c3faa56be14449d7519b993d9397a9
3090Author: Mike Frysinger <vapier@gentoo.org>
3091Date: Sun Oct 12 21:32:52 2008 -0400
3092
3093 Blackfin: bf518f-ezbrd: new board port
3094
3095 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3096
3097commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
3098Author: Mike Frysinger <vapier@gentoo.org>
3099Date: Sun Oct 12 21:30:48 2008 -0400
3100
3101 Blackfin: bf526-ezbrd: new board port
3102
3103 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3104
3105commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
3106Author: Mike Frysinger <vapier@gentoo.org>
3107Date: Sun Oct 12 21:25:33 2008 -0400
3108
3109 Blackfin: bf538f-ezkit: new board port
3110
3111 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3112
3113commit d9a5d113b93583c984711127ab8503e136ed1e4a
3114Author: Mike Frysinger <vapier@gentoo.org>
3115Date: Sun Oct 12 20:59:12 2008 -0400
3116
3117 Blackfin: bf527-ezkit: new board port
3118
3119 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3120
3121commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
3122Author: Mike Frysinger <vapier@gentoo.org>
3123Date: Sun Oct 12 05:05:42 2008 -0400
3124
3125 Blackfin: bf548-ezkit: new board port
3126
3127 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3128
3129commit 67b89c79e72fe86b0ea0199425d880630beb95d8
3130Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
3131Date: Tue Mar 3 14:23:59 2009 +0100
3132
3133 libfdt: Fix C++ compile-time cast error on gnu 4.2.1
3134
3135 Allow the inclusion of libfdt.h in C++ source.
3136
3137 Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
3138 Acked-by: David Gibson <david@gibson.dropbear.id.au>
3139
3140commit 13d93f38e86818739317b0206d597265cf9e675e
3141Author: Emil Medve <Emilian.Medve@Freescale.com>
3142Date: Mon Feb 23 10:43:36 2009 -0600
3143
3144 Fix a possible overflow case detected by gcc 4.3.2
3145
3146 .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
3147 .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
3148
3149 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
3150
3151commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
3152Author: David Gibson <david@gibson.dropbear.id.au>
3153Date: Fri Feb 6 14:03:24 2009 +1100
3154
3155 libfdt: Rework/cleanup fdt_next_tag()
3156
3157 Currently, callers of fdt_next_tag() must usually follow the call with
3158 some sort of call to fdt_offset_ptr() to verify that the blob isn't
3159 truncated in the middle of the tag data they're going to process.
3160 This is a bit silly, since fdt_next_tag() generally has to call
3161 fdt_offset_ptr() on at least some of the data following the tag for
3162 its own operation.
3163
3164 This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
3165 verify the data between its starting offset and the offset it returns
3166 in nextoffset. This simplifies fdt_get_property() which no longer has
3167 to verify itself that the property data is all present.
3168
3169 At the same time, I neaten and clarify the error handling for
3170 fdt_next_tag(). Previously, fdt_next_tag() could return -1 instead of
3171 a tag value in some circumstances - which almost none of the callers
3172 checked for. Also, fdt_next_tag() could return FDT_END either because
3173 it encountered an FDT_END tag, or because it reached the end of the
3174 structure block - no way was provided to tell between these cases.
3175
3176 With this patch, fdt_next_tag() always returns FDT_END with a negative
3177 value in nextoffset for an error. This means the several places which
3178 loop looking for FDT_END will still work correctly - they only need to
3179 check for errors at the end. The errors which fdt_next_tag() can
3180 report are:
3181 - -FDT_ERR_TRUNCATED if it reached the end of the structure
3182 block instead of finding a tag.
3183
3184 - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
3185 tag data couldn't be verified with fdt_offset_ptr().
3186
3187 This patch also updates the callers of fdt_next_tag(), where
3188 appropriate, to make use of the new error reporting.
3189
3190 Finally, the prototype for the long gone _fdt_next_tag() is removed
3191 from libfdt_internal.h.
3192
3193 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3194
3195commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
3196Author: David Gibson <david@gibson.dropbear.id.au>
3197Date: Fri Feb 6 14:01:56 2009 +1100
3198
3199 libfdt: Rework fdt_next_node()
3200
3201 Currently fdt_next_node() will find the next node in the blob
3202 regardless of whether it is above, below or at the same level in the
3203 tree as the starting node - the depth parameter is updated to indicate
3204 which is the case. When a depth parameter is supplied, this patch
3205 makes it instead terminate immediately when it finds the END_NODE tag
3206 for a node at depth 0. In this case it returns the offset immediately
3207 past the END_NODE tag.
3208
3209 This has a couple of advantages. First, this slightly simplifies
3210 fdt_subnode_offset(), which no longer needs to explicitly check that
3211 fdt_next_node()'s iteration hasn't left the starting node. Second,
3212 this allows fdt_next_node() to be used to implement
3213 _fdt_node_end_offset() considerably simplifying the latter function.
3214
3215 The other users of fdt_next_node() either don't need to iterate out of
3216 the starting node, or don't pass a depth parameter at all. Any
3217 callers that really need to iterate out of the starting node, but keep
3218 tracking depth can do so by biasing the initial depth value.
3219
3220 This is a semantic change, but I think it's very unlikely to break any
3221 existing library users.
3222
3223 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3224
3225commit c123098035be8bae3859bbfbd06861f197c07631
3226Author: Scott Wood <scottwood@freescale.com>
3227Date: Tue Mar 31 17:49:36 2009 -0500
3228
3229 mpc83xx: Set guarded bit on BAT that covers the end of the address space
3230
3231 The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
3232 address space; however, not all of this space is covered by a device. In
3233 particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
3234 at the far end of the address space.
3235
3236 In zlib, there is a loop that references p[-1] if p is non-NULL. Under
3237 some circumstances, this leads to the CPU speculatively loading from
3238 0xfffffff8 if p is NULL. This leads to a machine check.
3239
3240 Signed-off-by: Scott Wood <scottwood@freescale.com>
3241
3242 continuation to the remaining mpc83xx boards that suffer from the same problem.
3243
3244 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3245
3246commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
3247Author: Kim Phillips <kim.phillips@freescale.com>
3248Date: Mon Mar 30 14:28:05 2009 -0500
3249
3250 rtc: remove broken rtc_read and rtc_write declarations
3251
3252 commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
3253 EPSON)" introduces the following build error on boards configuring e.g,
3254 the ds1374 rtc:
3255
3256 Configuring for MPC837XEMDS board...
3257 ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
3258 /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
3259 ds1374.c:104: error: conflicting types for 'rtc_write'
3260 /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
3261
3262 this reverts the erroneous chunk.
3263
3264 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3265 Acked-by: Detlev Zundel <dzu@denx.de>
3266 CC: Detlev Zundel <dzu@denx.de>
3267 CC: Andreas Pfefferle <ap@denx.de>
3268
3269commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
3270Author: Kumar Gala <galak@kernel.crashing.org>
3271Date: Tue Mar 31 17:58:13 2009 -0500
3272
3273 85xx/86xx: Ensure MP boot page is not used
3274
3275 We had a bug on 86xx in which the boot page used to bring up secondary
3276 cores was being overwritten and used for the malloc region in u-boot.
3277
3278 We need to reserve the region of memory that the boot page is going to
3279 be put at so nothing uses it.
3280
3281 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3282 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
3283
3284commit c840d26c752141b94bbc24ac748ddd45752a955a
3285Author: Kumar Gala <galak@kernel.crashing.org>
3286Date: Tue Mar 31 23:11:05 2009 -0500
3287
3288 85xx: Introduce determine_mp_bootpg() helper.
3289
3290 Match determine_mp_bootpg() that was added for 86xx. We need this to
3291 address a bug introduced in v2009.03 with 86xx MP booting. We have to
3292 make sure to reserve the region of memory used for the MP bootpg() so
3293 other u-boot code doesn't use it.
3294
3295 Also added a comment about how cpu_reset() is dealing w/an errata on
3296 early 85xx MP HW.
3297
3298 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3299
3300commit 7649a590b53ee548f41428bf20780f74ce9fc099
3301Author: Kumar Gala <galak@kernel.crashing.org>
3302Date: Tue Mar 31 23:02:38 2009 -0500
3303
3304 86xx: Cleanup MP support
3305
3306 * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
3307 * Introduce determine_mp_bootpg() helper. We'll need this to address a
3308 bug introduced in v2009.03 with 86xx MP booting. We have to make sure
3309 to reserve the region of memory used for the MP bootpg() so other
3310 u-boot code doesn't use it.
3311 * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
3312 allow cmd_mp.c to build and work. In the future we should look at
3313 implementing all these functions. This could be common w/85xx if we
3314 use spin tables on 86xx.
3315
3316 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3317
3318commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
3319Author: Becky Bruce <beckyb@kernel.crashing.org>
3320Date: Tue Mar 31 18:38:37 2009 -0500
3321
3322 mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
3323
3324 We're missing the board_lmb_reserve definitions that allow
3325 cpu_mp_lmb_reserve to be called; this means that Linux
3326 is free to reallocate reserved pages. Linux currently boots
3327 because we're getting lucky - the page we've reserved is
3328 high enough in memory that it isn't allocated by Linux
3329 while we still need it to be in existence.
3330
3331 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
3332 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3333
3334commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
3335Author: Ladislav Michl <ladis@linux-mips.org>
3336Date: Tue Mar 31 13:43:10 2009 +0200
3337
3338 NetStar: fix NAND
3339
3340 Fix NAND support broken during new NAND code merge. Move those few lines of
3341 code to board/netstar/netstar.c
3342
3343 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3344
3345commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
3346Author: Jens Scharsig <esw@bus-elektronik.de>
3347Date: Tue Mar 31 08:18:29 2009 +0200
3348
3349 soft_i2c.c compiler/linker error
3350
3351 This patch fix the compiler/linker errors
3352
3353 common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
3354 common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
3355
3356 if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
3357 uesd/undef (wrong define order)
3358
3359 and
3360
3361 removes additional empty lines
3362
3363 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
3364
3365commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
3366Author: Haiying Wang <Haiying.Wang@freescale.com>
3367Date: Fri Mar 27 17:02:45 2009 -0400
3368
3369 MPC85xx: Add MPC8569MDS board support
3370
3371 This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
3372 EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
3373
3374 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3375 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
3376 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3377
3378commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
3379Author: Haiying Wang <Haiying.Wang@freescale.com>
3380Date: Fri Mar 27 17:02:44 2009 -0400
3381
3382 MPC85xx: Add MPC8569 CPU support
3383
3384 There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
3385 LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
3386 then invalidate it after LBCR bit 13 is set.
3387
3388 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3389 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3390
3391commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
3392Author: Haiying Wang <Haiying.Wang@freescale.com>
3393Date: Thu Mar 26 17:01:49 2009 -0400
3394
3395 MPC85xx: Load and enable QE microcode patch in IRAM
3396
3397 For the silicon which doesn't have ROM support in QE, it always needs to load
3398 a pre-built ucode binary to IRAM so that QE can work.
3399
3400 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3401 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
3402
3403commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
3404Author: Kumar Gala <galak@kernel.crashing.org>
3405Date: Thu Mar 19 09:16:10 2009 -0500
3406
3407 85xx: Add support for additional e500mc features
3408
3409 * Enable backside L2
3410 * e500mc no longer has timebase enable in HID (moved to CCSR register)
3411
3412 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3413
3414commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
3415Author: Dave Liu <daveliu@freescale.com>
3416Date: Sat Mar 14 12:48:30 2009 +0800
3417
3418 fsl-ddr: add the DDR3 SPD infrastructure
3419
3420 - support mirrored DIMMs, not support register DIMMs
3421 - test passed on P2020DS board with MT9JSF12872AY-1G1D1
3422 - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
3423
3424 Signed-off-by: Dave Liu <daveliu@freescale.com>
3425 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
3426
3427commit 6a8197836702991468cead5ead073f589e2623ad
3428Author: Dave Liu <daveliu@freescale.com>
3429Date: Sat Mar 14 12:48:19 2009 +0800
3430
3431 fsl-ddr: Fix two bugs in the ddr infrastructure
3432
3433 1. wr_lat
3434 UM said the total write latency for DDR2 is equal to
3435 WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
3436 so, the WR_LAT = CL - 1;
3437 2. rd_to_pre
3438 we missed to add the ADD_LAT for DDR2 case.
3439
3440 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3441 Signed-off-by: Dave Liu <daveliu@freescale.com>
3442
3443commit 540dcf1cb86961e11aa92c47671f27762c581d8c
3444Author: Kumar Gala <galak@kernel.crashing.org>
3445Date: Thu Mar 26 01:34:39 2009 -0500
3446
3447 83xx: Use common LSDMR defines from asm/fsl_lbc.h
3448
3449 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3450 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3451
3452commit b0fe93eda69721aef1fdef576164b668fad83bbd
3453Author: Kumar Gala <galak@kernel.crashing.org>
3454Date: Thu Mar 26 01:34:38 2009 -0500
3455
3456 85xx: Use common LSDMR defines from asm/fsl_lbc.h
3457
3458 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3459
3460commit 0088c298f0eeb90ec001f744e9959dea83dd563a
3461Author: Kumar Gala <galak@kernel.crashing.org>
3462Date: Thu Mar 26 01:34:37 2009 -0500
3463
3464 Add LSDMR (SDRAM Mode Register) definition on localbus
3465
3466 The masks for various bit defines of LSDMR are common and thus we can
3467 define them in one place rather than replicating them in each config.h
3468
3469 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3470
3471commit 89c00fb15859213788f0ad089934c376fb356099
3472Author: Ladislav Michl <ladis@linux-mips.org>
3473Date: Mon Mar 30 18:58:41 2009 +0200
3474
3475 OMAP: use {read,write}l to access timer registers
3476
3477 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3478
3479commit 81472d893fa565c9d300928a40e504a689bde131
3480Author: Ladislav Michl <ladis@linux-mips.org>
3481Date: Mon Mar 30 18:58:41 2009 +0200
3482
3483 OMAP: rename timer divisor
3484
3485 Divisor field is called PTV not PVT.
3486
3487 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3488 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3489
3490commit fe672d60b2a8c9e803596ba4533fa1776015551d
3491Author: Ladislav Michl <ladis@linux-mips.org>
3492Date: Mon Mar 30 18:58:40 2009 +0200
3493
3494 OMAP: reindent timer code
3495
3496 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3497
3498commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
3499Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3500Date: Mon Mar 30 18:58:40 2009 +0200
3501
3502 s3c2410: move nand driver to drivers/mtd/nand
3503
3504 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3505
3506commit d3b635774194404bcd424f6b376419bce22076ad
3507Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3508Date: Mon Mar 30 18:58:40 2009 +0200
3509
3510 s3c24x0: move i2c driver to drivers/i2c
3511
3512 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3513
3514commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
3515Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3516Date: Mon Mar 30 18:58:39 2009 +0200
3517
3518 s3c24x0: move serial driver to drivers/serial
3519
3520 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3521
3522commit 942ba9969b9efa25f816c238861ecb339c54ed73
3523Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3524Date: Mon Mar 30 18:58:39 2009 +0200
3525
3526 davinci: move i2c driver to drivers/i2c
3527
3528 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3529
3530commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
3531Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3532Date: Mon Mar 30 18:58:39 2009 +0200
3533
3534 davinci: move nand driver to drivers/mtd/nand
3535
3536 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3537
3538commit d3e55d0774a180c1837bd7ddec464015e883bd86
3539Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3540Date: Mon Mar 30 18:58:38 2009 +0200
3541
3542 imx: move serial driver to drivers/serial
3543
3544 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3545
3546commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
3547Author: Detlev Zundel <dzu@denx.de>
3548Date: Mon Mar 30 00:31:36 2009 +0200
3549
3550 inka4x0: Use proper accessor macros for memory mapped registers.
3551
3552 Signed-off-by: Detlev Zundel <dzu@denx.de>
3553
3554commit e979e85fd39b06436922bb4d6bb5fafcbc775182
3555Author: Detlev Zundel <dzu@denx.de>
3556Date: Mon Mar 30 00:31:35 2009 +0200
3557
3558 inka4x0: Add hardware diagnosis and RTC in configuration.
3559
3560 This patch adds the board specific communication routines needed by
3561 the external 4543 RTC.
3562
3563 Signed-off-by: Detlev Zundel <dzu@denx.de>
3564 Signed-off-by: Andreas Pfefferle <ap@denx.de>
3565
3566commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
3567Author: Detlev Zundel <dzu@denx.de>
3568Date: Mon Mar 30 00:31:34 2009 +0200
3569
3570 inka4x0: Add hardware diagnosis functions for inka4x0
3571
3572 This patch adds advanced diagnosis functions for the inka4x0 board.
3573
3574 Signed-off-by: Andreas Pfefferle <ap@denx.de>
3575 Signed-off-by: Detlev Zundel <dzu@denx.de>
3576
3577commit 04e11cf383ff6231535fd981023bb1306b2133d4
3578Author: Detlev Zundel <dzu@denx.de>
3579Date: Mon Mar 30 00:31:33 2009 +0200
3580
3581 rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
3582
3583 Signed-off-by: Detlev Zundel <dzu@denx.de>
3584 Signed-off-by: Andreas Pfefferle <ap@denx.de>
3585
3586commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
3587Author: Detlev Zundel <dzu@denx.de>
3588Date: Mon Mar 30 00:31:32 2009 +0200
3589
3590 drivers/twserial: Add protocol driver for "three wire serial" interface.
3591
3592 This pretty unintelligent interface is used on some RTC chips.
3593
3594 Signed-off-by: Detlev Zundel <dzu@denx.de>
3595
3596commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
3597Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3598Date: Sun Mar 29 23:01:42 2009 +0200
3599
3600 arm720t/clps7111: move serial driver to drivers/serial
3601
3602 add CONFIG_CLPS7111_SERIAL to activate the driver
3603
3604 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3605
3606commit 6790c55704531eb98f76b51d50e0f73d19fa2988
3607Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3608Date: Sun Mar 29 23:01:42 2009 +0200
3609
3610 lpc2292: move serial driver to drivers/serial
3611
3612 add CONFIG_LPC2292_SERIAL to activate the driver
3613
3614 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3615
3616commit 176a600d0ecdaccbac483d2ba992d0119f853119
3617Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3618Date: Sun Mar 29 23:01:42 2009 +0200
3619
3620 ks8695: move serial driver to drivers/serial
3621
3622 add CONFIG_KS8695_SERIAL to activate the driver
3623
3624 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3625
3626commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
3627Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3628Date: Sun Mar 29 23:01:42 2009 +0200
3629
3630 s3c64xx: move usb driver to drivers/usb
3631
3632 add CONFIG_USB_S3C64XX to activate the driver
3633
3634 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3635
3636commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
3637Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3638Date: Sun Mar 29 23:01:41 2009 +0200
3639
3640 imx31: move serial driver to drivers/serial
3641
3642 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3643
3644commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
3645Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3646Date: Sun Mar 29 23:01:41 2009 +0200
3647
3648 netarm: move serial driver to drivers/serial
3649
3650 add CONFIG_NETARM_SERIAL to activate the driver
3651
3652 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3653
3654commit 412ab705888742add435dd6ffc2e8bda14962235
3655Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3656Date: Sun Mar 29 23:01:41 2009 +0200
3657
3658 sa1100: move serial driver to drivers/serial
3659
3660 add CONFIG_SA1100_SERIAL to activate the driver
3661
3662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3663
3664commit b2368754a9202225fd072e159fb78da7d2cdb623
3665Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3666Date: Sun Mar 29 23:01:41 2009 +0200
3667
3668 s3c44b0: extract cache from cpu.c
3669
3670 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3671
3672commit 40fd626223eae5363719bcb9a6896f08ceeee90a
3673Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3674Date: Sun Mar 29 23:01:41 2009 +0200
3675
3676 s3c44b0: move serial driver to drivers/serial
3677
3678 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3679
3680commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
3681Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3682Date: Sun Mar 29 23:01:40 2009 +0200
3683
3684 s3c44b0: move rtc driver to drivers/rtc
3685
3686 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3687
3688commit 50f601cca8985615f9e3de4c34887448ade8a64b
3689Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3690Date: Sun Mar 29 23:01:40 2009 +0200
3691
3692 s3c44b0: move i2c driver to drivers/i2c
3693
3694 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3695
3696commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
3697Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3698Date: Sun Mar 29 23:01:36 2009 +0200
3699
3700 s3c4510b: move specific code to soc directory
3701
3702 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3703
3704commit 04531f3c11c693dc54924f82c41979d960309c9d
3705Author: Ladislav Michl <ladis@linux-mips.org>
3706Date: Wed Mar 25 23:43:58 2009 +0100
3707
3708 NetStar: add RTC support
3709
3710 Add RTC support.
3711
3712 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3713
3714commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
3715Author: Ladislav Michl <ladis@linux-mips.org>
3716Date: Wed Mar 25 23:43:50 2009 +0100
3717
3718 NetStar: use generic flash driver
3719
3720 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3721
3722commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
3723Author: Ladislav Michl <ladis@linux-mips.org>
3724Date: Mon Mar 16 23:31:20 2009 +0100
3725
3726 NetStar: update crcit utility
3727
3728 Make crc32 function to match its prototype. Use more meaningful identifiers.
3729
3730 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3731
3732commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
3733Author: Ladislav Michl <ladis@linux-mips.org>
3734Date: Mon Mar 23 17:46:27 2009 +0100
3735
3736 Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
3737
3738 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3739
3740commit 88685b5f62274167ad2ba8a58e108d89ff71955b
3741Author: Wolfgang Denk <wd@denx.de>
3742Date: Sun Mar 29 00:58:16 2009 +0100
3743
3744 VCMA9: fix compile errors
3745
3746 Fix these:
3747 cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
3748 cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
3749
3750 Signed-off-by: Wolfgang Denk <wd@denx.de>
3751
3752commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
3753Author: Wolfgang Denk <wd@denx.de>
3754Date: Sun Mar 29 00:54:21 2009 +0100
3755
3756 ARM: fix warning: 'print_eth' defined but not used
3757
3758 This warning got issued for all ARM systems that don't have
3759 CONFIG_CMD_NET enabled.
3760
3761 Signed-off-by: Wolfgang Denk <wd@denx.de>
3762
3763commit fd88d91a639ce41b825c8d50dc2182050e98fe53
3764Author: Ladislav Michl <ladis@linux-mips.org>
3765Date: Mon Mar 23 18:16:34 2009 +0100
3766
3767 cs8900 compile fix
3768
3769 cs8900.c: In function 'eth_init':
3770 cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
3771 cs8900.c:165: error: invalid operands to binary <<
3772 cs8900.c:166: error: invalid operands to binary <<
3773 cs8900.c:167: error: invalid operands to binary <<
3774
3775 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3776 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3777
3778commit d2567be915036720693f3ddd00c39b5b4d86fb8d
3779Author: Wolfgang Denk <wd@denx.de>
3780Date: Sat Mar 28 20:16:16 2009 +0100
3781
3782 Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
3783
3784 ...and some other compile warnings.
3785
3786 Signed-off-by: Wolfgang Denk <wd@denx.de>
3787
3788commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
3789Author: Wolfgang Denk <wd@denx.de>
3790Date: Sat Mar 28 16:17:29 2009 +0100
3791
3792 mpc8xx/ether.c: fix warning: unused variable 'bd'
3793
3794 Also minor coding style cleanup.
3795
3796 Signed-off-by: Wolfgang Denk <wd@denx.de>
3797
3798commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
3799Author: Detlev Zundel <dzu@denx.de>
3800Date: Wed Mar 25 17:27:52 2009 +0100
3801
3802 command.c: Expose the core of do_help as _do_help to the rest of u-boot.
3803
3804 Other commands implementing subcommands can reuse this code nicely.
3805
3806 Signed-off-by: Detlev Zundel <dzu@denx.de>
3807 Signed-off-by: Andreas Pfefferle <ap@denx.de>
3808
3809commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
3810Author: Detlev Zundel <dzu@denx.de>
3811Date: Tue Mar 24 18:02:33 2009 +0100
3812
3813 mpc5xxx: Add structure definition for several more register blocks.
3814
3815 Signed-off-by: Detlev Zundel <dzu@denx.de>
3816
3817commit 739b0e594677a0676577bc95db4495a5563fc7f8
3818Author: Detlev Zundel <dzu@denx.de>
3819Date: Fri Mar 27 15:03:55 2009 +0100
3820
3821 MAINTAINERS: Add entry for 'inka4x0' board.
3822
3823 Signed-off-by: Detlev Zundel <dzu@denx.de>
3824
3825commit e55ecec45340755ef47cbbb13fb35ceed60eb115
3826Author: Detlev Zundel <dzu@denx.de>
3827Date: Fri Mar 27 15:03:54 2009 +0100
3828
3829 MAINTAINERS: Keep list sorted.
3830
3831 Signed-off-by: Detlev Zundel <dzu@denx.de>
3832
3833commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
3834Author: Mike Frysinger <vapier@gentoo.org>
3835Date: Thu Mar 26 11:17:41 2009 -0400
3836
3837 karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
3838
3839 The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
3840
3841 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3842 CC: Ben Warren <biggerbadderben@gmail.com>
3843
3844commit 76756e41cde0a617e781a604cc47dfaef63697cd
3845Author: Heiko Schocher <hs@denx.de>
3846Date: Thu Mar 26 07:33:59 2009 +0100
3847
3848 ppc: cleanup compiler errors/warnings
3849
3850 Current u-boot top of tree builds with warnings/errors for
3851 the following boards:
3852
3853 ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
3854 RPXClassic debris PN62
3855
3856 following patch solves this.
3857
3858 Signed-off-by: Heiko Schocher <hs@denx.de>
3859 Acked-by: Mike Frysinger <vapier@gentoo.org>
3860
3861commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
3862Author: Stefan Roese <sr@denx.de>
3863Date: Thu Mar 26 16:14:13 2009 +0100
3864
3865 ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
3866
3867 This patch fixes a bug in the Sequoia TLB init code to reconfigure
3868 the correct TLB (boot space) after running from RAM. This bug was
3869 introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
3870 [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
3871 TLB in the Sequoia init.S file.
3872
3873 Signed-off-by: Stefan Roese <sr@denx.de>
3874
3875commit e2b66fe453a3679f807b37fc5923d89214302764
3876Author: Wolfgang Denk <wd@denx.de>
3877Date: Thu Mar 26 10:00:57 2009 +0100
3878
3879 ads5121: enable instruction cache
3880
3881 Enabling the instruction cache significantly accelerates U-Boot
3882 operations like CRC checking, image uncompression, etc.
3883
3884 Kudos to Andrea Scian for pointing out.
3885
3886 Signed-off-by: Wolfgang Denk <wd@denx.de>
3887
3888commit 33e88c557b29c84c52039ba05993fa70fe62afe3
3889Author: Jon Smirl <jonsmirl@gmail.com>
3890Date: Sun Mar 22 22:55:45 2009 -0400
3891
3892 mpc5200: suppress printf until console initialized
3893
3894 On boards which have the environment in eeprom, i2c_init() is called
3895 before the console and RAM are initialized.
3896 Suppress printfs until the console is initialized.
3897
3898 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
3899 Acked-by: Heiko Schocher <hs@denx.de>
3900
3901commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
3902Author: Guennadi Liakhovetski <lg@denx.de>
3903Date: Wed Mar 25 11:36:50 2009 +0100
3904
3905 ARM: Add the imx31_phycore_eet board to MAKEALL
3906
3907 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3908
3909commit 917cfc70c18b74fa8a80189bdce8395199fa8360
3910Author: Nishanth Menon <nm@ti.com>
3911Date: Wed Mar 25 22:13:56 2009 +0100
3912
3913 OMAP3:Beagle: Enable mtdparts
3914
3915 http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
3916 provides a flexible way to create and maintain u-boot mtd
3917 partitions. This allows commands such as "nand erase fs"
3918 to work and the user no longer needs to decode the absolute
3919 nand offsets. This patch enables this function for beagleboard
3920
3921 Signed-off-by: Nishanth Menon <nm@ti.com>
3922 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3923
3924commit 4de1a5daab079ddc8ce1274144700203d692105c
3925Author: Mike Frysinger <vapier@gentoo.org>
3926Date: Sun Feb 22 16:26:35 2009 -0500
3927
3928 Blackfin: bf537-stamp: split post code out into dedicated post.c
3929
3930 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3931
3932commit 5e8f245743ed14c89e495ba2c027703db9813160
3933Author: Mike Frysinger <vapier@gentoo.org>
3934Date: Sat Oct 11 22:51:56 2008 -0400
3935
3936 Blackfin: add support for S25FL128 parts
3937
3938 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3939
3940commit bf1e028bf3eab1d702fa0627cade4460688f3913
3941Author: Mike Frysinger <vapier@gentoo.org>
3942Date: Sat Oct 11 22:51:23 2008 -0400
3943
3944 Blackfin: overhaul SPI flash handling to speed things up
3945
3946 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3947
3948commit efcc08cededa2168b96f12a22a5872340880d334
3949Author: Mike Frysinger <vapier@gentoo.org>
3950Date: Sat Oct 11 22:51:05 2008 -0400
3951
3952 Blackfin: add support for SST SPI flashes
3953
3954 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3955
3956commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
3957Author: Mike Frysinger <vapier@gentoo.org>
3958Date: Sat Oct 11 22:50:10 2008 -0400
3959
3960 Blackfin: add hack for crappy m25p80
3961
3962 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3963
3964commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
3965Author: Mike Frysinger <vapier@gentoo.org>
3966Date: Wed Jan 21 20:47:12 2009 -0500
3967
3968 Blackfin: bf537-stamp: increase monitor size
3969
3970 The new jffs2 code pushed the code size just over the limit, so increase
3971 the limit a bit more.
3972
3973 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3974
3975commit f82caaccc87e1f76448ff42a6b930e59797e4f65
3976Author: Mike Frysinger <vapier@gentoo.org>
3977Date: Mon Dec 8 16:16:11 2008 -0500
3978
3979 Blackfin: bf537-stamp: bump default SCLK up to 125MHz
3980
3981 Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
3982 increase the speed of SCLK to 125MHz rather than 100MHz.
3983
3984 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3985
3986commit 751e54c3b77311b720b794813cce20546f288ada
3987Author: Mike Frysinger <vapier@gentoo.org>
3988Date: Sat Oct 11 22:44:14 2008 -0400
3989
3990 Blackfin: bf537-stamp: rewrite MAC-in-flash handling
3991
3992 Use the common net eth functions to setup the env/global data with the MAC
3993 address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
3994
3995 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3996
3997commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
3998Author: Mike Frysinger <vapier@gentoo.org>
3999Date: Tue Dec 9 13:47:39 2008 -0500
4000
4001 Blackfin: add clkin_hz= to default kernel command line for ADI boards
4002
4003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4004
4005commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
4006Author: Mike Frysinger <vapier@gentoo.org>
4007Date: Sun Oct 12 23:49:13 2008 -0400
4008
4009 Blackfin: bf533-stamp: bump up default clocks
4010
4011 Since the hardware can handle it, bump the default clocks from 80mhz SCLK
4012 and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
4013
4014 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4015
4016commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
4017Author: Mike Frysinger <vapier@gentoo.org>
4018Date: Sat Oct 11 22:40:22 2008 -0400
4019
4020 Blackfin: bf533-stamp: rewrite startup LED notifications
4021
4022 Again, don't clobber pins that we aren't actually using, and use the common
4023 LED framework rather than our own hob-job-but-not-really-working.
4024
4025 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4026
4027commit cf6f469e2730fc8ab3523808b828be000d6eee77
4028Author: Mike Frysinger <vapier@gentoo.org>
4029Date: Sun Jun 1 09:09:48 2008 -0400
4030
4031 Blackfin: unify common ADI board settings
4032
4033 Rather than duplicate the same ADI settings in every ADI board, create a
4034 common ADI config header and have all ADI boards start using that. This
4035 will also make merging the ~10 boards I have to forward port a lot easier.
4036
4037 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4038
4039commit 196c74311f394c6eb08bd9ab07a35671299b9851
4040Author: Kyungmin Park <kmpark@infradead.org>
4041Date: Tue Mar 3 09:05:53 2009 +0900
4042
4043 Reduce OneNAND IPL common code
4044
4045 OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
4046 bootloader, but it's common code used about 300~400 bytes. So board
4047 specific codes, such as lowlevel_init, can't has enough code. It make
4048 a difficult to implement OneNAND IPL.
4049
4050 his patch make this common code as small as possible. and give
4051 lowlevel_init can have more codes.
4052
4053 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4054 Signed-off-by: Scott Wood <scottwood@freescale.com>
4055
4056commit 16f2f5a351004129e79e79816697a367fd9e5446
4057Author: Wolfgang Grandegger <wg@grandegger.com>
4058Date: Wed Feb 11 18:38:24 2009 +0100
4059
4060 Add multi-chip NAND support for the TQM8548 modules
4061
4062 This patches configures the NAND UPM-FSL driver with multi-chip
4063 support for the Micron MT29F8G08FAB NAND flash memory on the
4064 TQM8548 modules.
4065
4066 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4067 Signed-off-by: Scott Wood <scottwood@freescale.com>
4068
4069commit 33846df28fa1f4cf96a96c18142d48d813caa892
4070Author: Wolfgang Grandegger <wg@grandegger.com>
4071Date: Wed Feb 11 18:38:23 2009 +0100
4072
4073 Add wait flags to support board/chip specific delays
4074
4075 The NAND flash on the TQM8548_BE modules requires a short delay after
4076 running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
4077 requires a further short delay after writing out a buffer. Normally the
4078 R/B pin should be checked, but it's not connected on the TQM8548_BE.
4079 The corresponding Linux FSL UPM driver uses similar delay points at the
4080 same locations. To manage these extra delays in a more general way, I
4081 introduced the "wait_flags" field allowing the board-specific driver to
4082 specify various types of extra delay.
4083
4084 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4085 Signed-off-by: Scott Wood <scottwood@freescale.com>
4086
4087commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
4088Author: Wolfgang Grandegger <wg@grandegger.com>
4089Date: Wed Feb 11 18:38:22 2009 +0100
4090
4091 Add support for TQM-specific chip select logic to FSL-UPM
4092
4093 For the NAND chips on the TQM8548 modules, a special chip-select logic is
4094 used. It uses dedicated address lines to be set via UPM machine address
4095 register (mar). This patch adds such support to the FSL-UPM driver.
4096
4097 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4098 Signed-off-by: Scott Wood <scottwood@freescale.com>
4099
4100commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
4101Author: Wolfgang Grandegger <wg@grandegger.com>
4102Date: Wed Feb 11 18:38:21 2009 +0100
4103
4104 Add multi chip support to the FSL-UPM driver
4105
4106 This patch adds support for multi-chip NAND devices to the FSL-UPM
4107 driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
4108 called with the argument "chip_nr" to allow testing the proper chip
4109 select line. The NAND support of the MPC8360ERDK is updated as well.
4110 No other boards are currently using the FSL UPM driver.
4111
4112 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4113 Signed-off-by: Scott Wood <scottwood@freescale.com>
4114
4115commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
4116Author: Wolfgang Grandegger <wg@grandegger.com>
4117Date: Wed Feb 11 18:38:20 2009 +0100
4118
4119 Enable multi chip support in the NAND layer
4120
4121 This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
4122 Multi-chips devices are displayed as shown:
4123
4124 Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
4125
4126 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4127 Signed-off-by: Scott Wood <scottwood@freescale.com>
4128
4129commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
4130Author: Mike Frysinger <vapier@gentoo.org>
4131Date: Sat Oct 11 21:58:33 2008 -0400
4132
4133 Blackfin: put memory into self-refresh before/after programming clocks
4134
4135 When initializing the core clocks, stick external memory into self-refresh.
4136 This gains us a few cool things:
4137 - support suspend-to-RAM with Linux
4138 - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
4139 - make sure settings are stable before flashing new version
4140 - finally fully unify initialize startup code path between LDR/non-LDR
4141
4142 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4143
4144commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
4145Author: Mike Frysinger <vapier@gentoo.org>
4146Date: Sat Oct 11 21:56:08 2008 -0400
4147
4148 Blackfin: do not program voltage regulator on parts that do not have one
4149
4150 Some newer Blackfins (like the BF51x) do not have an on-chip voltage
4151 regulator, so do not attempt to program the memory as if it does.
4152
4153 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4154
4155commit 0d4f24b70f7a979f58174f3eb271874950b551b6
4156Author: Mike Frysinger <vapier@gentoo.org>
4157Date: Sun Jun 1 01:28:24 2008 -0400
4158
4159 Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
4160
4161 If the board config does not specify an explicit EBIU_SDBCTL value, set it
4162 up with sane values based on other configuration options.
4163
4164 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4165
4166commit 3986e981f565c08f10c7e526af8cb518d741c349
4167Author: Mike Frysinger <vapier@gentoo.org>
4168Date: Sat Dec 6 18:06:58 2008 -0500
4169
4170 Blackfin: handle reboot anomaly 432
4171
4172 Workaround anomaly 432:
4173 The bfrom_SysControl() firmware function does not clear the SIC_IWR1
4174 register before executing the PLL programming sequence. Therefore, any
4175 interrupt enabled in the SIC_IWR1 register prior to the call to
4176 bfrom_SysControl() can prematurely terminate the idle sequence required
4177 for the PLL to relock properly. SIC_IWR0 is properly handled.
4178
4179 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4180
4181commit 7e1d212b6da492c6ea32c62af92e185284f41291
4182Author: Mike Frysinger <vapier@gentoo.org>
4183Date: Sat Oct 18 04:04:49 2008 -0400
4184
4185 Blackfin: kill off LDR jump block
4186
4187 The Boot ROM uses EVT1 as the entry point so set that rather than having
4188 to use a tiny jump block in the default EVT1 location.
4189
4190 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4191
4192commit a75fa148d60b1975403441e45565621bba50d2d9
4193Author: Mike Frysinger <vapier@gentoo.org>
4194Date: Tue Jan 6 10:00:48 2009 -0500
4195
4196 Blackfin: simplify symbol_lookup() a bit
4197
4198 No need to skip a byte as the symbol table handles this.
4199
4200 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4201
4202commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
4203Author: Mike Frysinger <vapier@gentoo.org>
4204Date: Sat Feb 7 05:43:21 2009 -0500
4205
4206 Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
4207
4208 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4209
4210commit 58130f8920151d9e8942bbdf3388f2defb47e415
4211Author: Mike Frysinger <vapier@gentoo.org>
4212Date: Sat Feb 7 05:41:17 2009 -0500
4213
4214 Blackfin: drop SPORT_TX read helper macros
4215
4216 The SPORT_TX registers cannot be read (the hardware will trigger an error),
4217 so drop the read helper macros.
4218
4219 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4220
4221commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
4222Author: Mike Frysinger <vapier@gentoo.org>
4223Date: Sat Feb 7 05:25:35 2009 -0500
4224
4225 Blackfin: unify duplicate CPU port definitions
4226
4227 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4228
4229commit 744fd240d181b0b05b1436e1b655c9a62526c752
4230Author: Mike Frysinger <vapier@gentoo.org>
4231Date: Fri Feb 6 00:59:50 2009 -0500
4232
4233 Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
4234
4235 With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
4236 are no longer used/needed.
4237
4238 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4239
4240commit 45c48953e8a4038bd49c46813fcff5a207867ae4
4241Author: Mike Frysinger <vapier@gentoo.org>
4242Date: Mon Oct 6 04:01:26 2008 -0400
4243
4244 Blackfin: print out Flash: before checking it
4245
4246 If there is some problem in the flash init/checking code, it's nicer to see
4247 the message "Flash:" before crashing. This way the source of the problem
4248 is a bit more straightforward.
4249
4250 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4251
4252commit 1c7a79a04eb916f685f7275520b5eea6968a1559
4253Author: Mike Frysinger <vapier@gentoo.org>
4254Date: Thu Aug 7 15:33:09 2008 -0400
4255
4256 Blackfin: safely flush data caches when in writeback mode
4257
4258 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4259
4260commit c06f2b13022703611bc3e512bd34f9014a46f448
4261Author: Mike Frysinger <vapier@gentoo.org>
4262Date: Thu Aug 7 13:21:48 2008 -0400
4263
4264 Blackfin: update lockbox api according to latest documentation
4265
4266 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4267
4268commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
4269Author: Mike Frysinger <vapier@gentoo.org>
4270Date: Sat Oct 11 21:49:06 2008 -0400
4271
4272 Blackfin: mark bfin_reset static
4273
4274 The function is only used locally, so mark it static.
4275
4276 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4277
4278commit 974473caa732f63312687ef2bd2d22dad8e99b9a
4279Author: Sonic Zhang <Sonic.Zhang@analog.com>
4280Date: Fri Mar 20 19:28:20 2009 -0400
4281
4282 Blackfin: spi: there is no PORTJ_FER MMR on BF537
4283
4284 Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
4285 then there is no PORTJ_FER register for us to worry about.
4286
4287 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
4288 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4289
4290commit e82b762f293debc53c5afa90f37264f6b07520f9
4291Author: Mike Frysinger <vapier@gentoo.org>
4292Date: Tue Mar 17 13:58:23 2009 -0400
4293
4294 Blackfin: fix jtag console tstc
4295
4296 The jtag tstc operation was checking the hardware to see if data is
4297 available from it (which is fine for the jtag getc operation), but the
4298 higher layers need to know whether any data is available. Since we have
4299 to read up to 4 bytes at a time from the hardware, the higher layers need
4300 to know they can consume the cached bytes as well.
4301
4302 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4303
4304commit bc683f58b1f1d8d20546fe019483967a51a49df1
4305Author: Mike Frysinger <vapier@gentoo.org>
4306Date: Sun Feb 22 16:23:41 2009 -0500
4307
4308 Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
4309
4310 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4311
4312commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
4313Author: Mike Frysinger <vapier@gentoo.org>
4314Date: Sun Feb 22 16:02:27 2009 -0500
4315
4316 Blackfin: unify net-related init code
4317
4318 Unify all of the net-related init code in the common Blackfin board init
4319 code to clean up the ifdef mess a bit.
4320
4321 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4322
4323commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
4324Author: Mike Frysinger <vapier@gentoo.org>
4325Date: Wed Feb 18 12:51:48 2009 -0500
4326
4327 Blackfin: fix SWRST/SYSCR register sizes
4328
4329 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4330
4331commit a9d6777d39154978b9ef9c682b2627a3480b194c
4332Author: Mike Frysinger <vapier@gentoo.org>
4333Date: Wed Feb 18 12:51:31 2009 -0500
4334
4335 Blackfin: update anomaly lists
4336
4337 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4338
4339commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
4340Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4341Date: Thu Mar 19 18:31:38 2009 +0100
4342
4343 avr32: fix cacheflush.h location introducted by d8f2aa3298610b
4344
4345 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4346 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4347
4348commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
4349Author: Eric Schumann <E.Schumann@phytec.de>
4350Date: Sat Mar 21 09:59:34 2009 -0400
4351
4352 Make flash protection work, when the environment is in EEPROM
4353
4354 On the pcm030 the environment is located in the onboard EEPROM. But we want
4355 to handle flash sector protection in a safe manner. So we must read the
4356 unlock environment variable from EEPROM instead from flash.
4357
4358 This patch is required as long the evironment is saved into the EEPROM.
4359
4360 Stefan: Additional change as suggested by Wolfgang, use bigger char array
4361 (instead of 4).
4362
4363 Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
4364 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
4365 Acked-by: Wolfgang Denk <wd@denx.de>
4366 Signed-off-by: Stefan Roese <sr@denx.de>
4367
4368commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
4369Author: Jon Smirl <jonsmirl@gmail.com>
4370Date: Sat Mar 21 11:17:56 2009 -0400
4371
4372 Add define for mpc5200 CDM_CLK_ENA
4373
4374 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
4375
4376commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
4377Author: Nicolas Ferre <nicolas.ferre@atmel.com>
4378Date: Sun Mar 22 14:48:16 2009 +0100
4379
4380 at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
4381
4382 AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
4383
4384 The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
4385 It is essentially the same, with a few minor differences.
4386
4387 Here is the chip page on Atmel website:
4388 http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
4389
4390 Signed-off-by: Justin Waters <justin.waters@timesys.com>
4391 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
4392 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4393
4394commit 118d168035cc93f586da4812c89cb153eb9f4243
4395Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4396Date: Sun Mar 22 14:28:14 2009 +0100
4397
4398 cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
4399
4400 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4401
4402commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
4403Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4404Date: Sun Mar 22 14:28:13 2009 +0100
4405
4406 cmc_pu2: fix misc_init_r prototype
4407
4408 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4409
4410commit 53158aea995221706b42c7bad9f717b31ae20414
4411Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4412Date: Sun Jan 11 03:32:01 2009 +0100
4413
4414 at91sam9xeek: fix soc name
4415
4416 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4417
4418commit 74c076d6c33d6d42ab065541a38383587879e7b7
4419Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4420Date: Sun Mar 22 10:22:34 2009 +0100
4421
4422 at91sam9/at91cap: move nand drivers to drivers/mtd/nand
4423
4424 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4425
4426commit 163966087d62680547f188a93c61d01c8155254e
4427Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4428Date: Sat Mar 21 21:08:01 2009 +0100
4429
4430 atmel/at91/boards: compile dataflash partition only when dataflash is
4431
4432 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4433
4434commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
4435Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4436Date: Sat Mar 21 21:08:00 2009 +0100
4437
4438 at91sam9/at91cap: move common macb initialisation to cpu
4439
4440 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4441
4442commit f3f91f886bc8927fd692ac411b7423a87ffec532
4443Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4444Date: Sat Mar 21 21:08:00 2009 +0100
4445
4446 at91sam9/at91cap: move common usb host initialisation to cpu
4447
4448 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4449
4450commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
4451Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4452Date: Sat Mar 21 21:08:00 2009 +0100
4453
4454 at91sam9/at91cap: move common led management to cpu
4455
4456 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4457
4458commit 7ebafb7ec1a0285af8380623c009576f92583b98
4459Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4460Date: Sat Mar 21 21:07:59 2009 +0100
4461
4462 at91sam9/at91cap: move common spi initialisation to cpu
4463
4464 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4465
4466commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
4467Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4468Date: Sat Mar 21 21:07:59 2009 +0100
4469
4470 at91sam9/at91cap: move common serial initialisation to cpu
4471
4472 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4473
4474commit e60beb13cf0135dc71c541021487b5ccc4d269cb
4475Author: Wolfgang Denk <wd@denx.de>
4476Date: Sat Mar 21 22:04:41 2009 +0100
4477
4478 Prepare 2009.03
4479
4480 Update CHANGELOG
4481
4482 Signed-off-by: Wolfgang Denk <wd@denx.de>
4483
e60beb13
WD
4484commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
4485Author: Vivek Kutal <vivek.kutal@azingo.com>
4486Date: Mon Feb 23 21:35:11 2009 +0530
4487
c0a14aed
WD
4488 Replaced endpoint numbers with appropriate macros in usbtty.c.
4489
4490 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
4491 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4492
4493commit faac4fd852e39cb1d7a740801b060e41aeacef1f
4494Author: Michael Lawnick <ml.lawnick@gmx.de>
4495Date: Thu Mar 19 10:06:41 2009 +0100
4496
4497 UBIFS: Missing offset relocation for compressor 'none'
4498
4499 On systems where U-Boot is linked to another address than it really lays
4500 (e.g. backup image), calls via function pointers must be fixed with a
4501 '+= gd->reloc_off'.
4502 This was not done for none_compr in ubifs_compressors_init() what leads
4503 to system crash on ubifsmount command.
4504
4505 Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
4506 Acked-by: Stefan Roese <sr@denx.de>
4507
4508commit ce6d0c8de031f345bde745f3b855082adf1c4e45
4509Author: Stefan Roese <sr@denx.de>
4510Date: Thu Mar 19 15:35:50 2009 +0100
4511
4512 UBIFS: Add UBIFS commands
4513
4514 This patchset adds these UBIFS related commands:
4515
4516 - ubifsmount
4517 Mount an UBIFS volume
4518
4519 - ubifsls
4520 List a directory of the mounted UBIFS volume
4521
4522 - ubifsload
4523 Load a file from the mounted UBIFS volume to memory
4524
4525 Signed-off-by: Stefan Roese <sr@denx.de>
4526
4527commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
4528Author: Stefan Roese <sr@denx.de>
4529Date: Thu Mar 19 15:35:05 2009 +0100
4530
4531 UBIFS: Implement read-only UBIFS support in U-Boot
4532
4533 The U-Boot UBIFS implementation is largely a direct copy from the current
4534 Linux version (2.6.29-rc6). As already done in the UBI version we have an
4535 "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
4536 ...). This makes it possible to use the original Linux code with very
4537 little changes. And by this we can better update to later Linux versions.
4538
4539 I removed some of the Linux features that are not used in the U-Boot
4540 version (e.g. garbage-collection, write support).
4541
4542 Signed-off-by: Stefan Roese <sr@denx.de>
4543 CC: Artem Bityutskiy <dedekind@infradead.org>
4544 CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
4545
4546commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
4547Author: Stefan Roese <sr@denx.de>
4548Date: Thu Mar 19 15:34:56 2009 +0100
4549
4550 Add LZO decompressor support
4551
4552 This patch adds LZO decompression support to U-Boot. It is needed for
4553 the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
4554 decompressor. Since we only support read-only in UBIFS, only the
4555 decompressor is needed.
4556
4557 All this is copied with minor changes from the current Linux kernel
4558 version (2.6.28-rc8).
4559
4560 This patch only implements this LZO decompressor support for PPC.
4561 Other platforms using UBIFS will have to add the required
4562 "include/asm/unaligned.h" as well. It should be fairly easy to copy this
4563 from the Linux source tree as I have done it for PPC in this patch.
4564
4565 Signed-off-by: Stefan Roese <sr@denx.de>
4566
4567commit 68d7d65100e84df00bca971c114092731b441090
4568Author: Stefan Roese <sr@denx.de>
4569Date: Thu Mar 19 13:30:36 2009 +0100
4570
4571 Separate mtdparts command from jffs2
4572
4573 Currently the mtdparts commands are included in the jffs2 command support.
4574 This doesn't make sense anymore since other commands (e.g. UBI) use this
4575 infrastructure as well now. This patch separates the mtdparts commands from
4576 the jffs2 commands making it possible to only select mtdparts when no JFFS2
4577 support is needed.
4578
4579 Signed-off-by: Stefan Roese <sr@denx.de>
4580 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4581
4582commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
4583Author: Stefan Roese <sr@denx.de>
4584Date: Wed Feb 25 12:11:15 2009 +0100
4585
4586 powerpc: Only use eth_getenv_enetaddr() if networking is enabled
4587
4588 Signed-off-by: Stefan Roese <sr@denx.de>
4589
4590commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
4591Author: Grzegorz Bernacki <gjb@semihalf.com>
4592Date: Tue Mar 17 10:06:40 2009 +0100
4593
4594 Add support for the digsy MTC board.
4595
4596 This is the InterControl custom device based on the MPC5200B chip.
4597
4598 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4599
4600commit ff7dc067369e30066744f096995aef7d97574d15
4601Author: Stefan Roese <sr@denx.de>
4602Date: Mon Feb 23 16:52:36 2009 +0100
4603
4604 powerpc: Fix compilation warning in board.c
4605
4606 Fix this warning:
4607
4608 board.c: In function 'board_init_r':
4609 board.c:653: warning: unused variable 'i'
4610 board.c:651: warning: unused variable 'e'
4611
4612 Signed-off-by: Stefan Roese <sr@denx.de>
4613
4614commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
4615Author: Stefan Roese <sr@denx.de>
4616Date: Mon Feb 23 16:42:51 2009 +0100
4617
4618 ppc4xx: Don't write the MAC address into the internal SoC registers
4619
4620 Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
4621 addresses into the SoC registers instead.
4622
4623 Signed-off-by: Stefan Roese <sr@denx.de>
4624
4625commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
4626Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4627Date: Fri Feb 20 10:19:19 2009 +0100
4628
4629 ppc4xx: Use correct io accessors for esd 405/440 boards
4630
4631 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
4632 macros. Also volatile pointer references are replaced by the
4633 new accessors.
4634
4635 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4636 Signed-off-by: Stefan Roese <sr@denx.de>
4637
4638commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
4639Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4640Date: Fri Feb 20 10:19:18 2009 +0100
4641
4642 ppc4xx: Use correct io accessors for esd 405 boards
4643
4644 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
4645 macros. Also volatile pointer references are replaced by the
4646 new accessors.
4647
4648 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4649 Signed-off-by: Stefan Roese <sr@denx.de>
4650
4651commit a59205d1519375d027f97a545ad642ab20fce6f8
4652Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4653Date: Fri Feb 20 10:19:17 2009 +0100
4654
4655 ppc4xx: Cleanup linker scripts of esd 4xx boards
4656
4657 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4658 Signed-off-by: Stefan Roese <sr@denx.de>
4659
4660commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
4661Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4662Date: Fri Feb 20 10:19:16 2009 +0100
4663
4664 ppc4xx: Update TEXT_BASE for DASA_SIM boards
4665
4666 Fix building DASA_SIM boards by increasing U-Boot's size in flash.
4667
4668 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4669 Signed-off-by: Stefan Roese <sr@denx.de>
4670
4671commit 09db8f4de6805f1dde510c167f20e56a5405d29e
4672Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4673Date: Fri Feb 20 10:19:15 2009 +0100
4674
4675 ppc4xx: DU405 maintenance fix
4676
4677 -strip unused features
4678 -fix resetting phy
4679
4680 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4681 Signed-off-by: Stefan Roese <sr@denx.de>
4682
4683commit 75511b47ac2647be48218dbb93af05b21f404f67
4684Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4685Date: Fri Feb 20 10:19:14 2009 +0100
4686
4687 ppc4xx: Abort autoboot only by space key on CPCI405 boards
4688
4689 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4690 Signed-off-by: Stefan Roese <sr@denx.de>
4691
4692commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
4693Author: Graeme Russ <graeme.russ@gmail.com>
4694Date: Tue Feb 24 21:14:56 2009 +1100
4695
4696 Add basic relocation to i386 port
4697
4698 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4699
4700commit 8c63d47651f77d9fb887cad433370b866eb0a193
4701Author: Graeme Russ <graeme.russ@gmail.com>
4702Date: Tue Feb 24 21:14:45 2009 +1100
4703
4704 Implement SC520 timers
4705
4706 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4707
4708commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
4709Author: Graeme Russ <graeme.russ@gmail.com>
4710Date: Tue Feb 24 21:14:32 2009 +1100
4711
4712 Factor out SC520 sub-features
4713
4714 Moved sub-features of the SC520 code which is currently selectively compiled
4715 using #ifdef out of sc520.c into individual files selectively compiled via
4716 the makefile
4717
4718 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4719
4720commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
4721Author: Graeme Russ <graeme.russ@gmail.com>
4722Date: Tue Feb 24 21:13:40 2009 +1100
4723
4724 Rewrite i386 interrupt handling
4725
4726 Rewrite interrupt handling functionality for the i386 port. Separated
4727 functionality into separate CPU and Architecture components.
4728
4729 It appears as if the i386 interrupt handler functionality was intended
4730 to allow multiple handlers to be installed for a given interrupt.
4731 Unfortunately, this functionality was not fully implemented and also
4732 had the problem that irq_free_handler() does not allow the passing
4733 of the handler function pointer and therefore could never be used to
4734 free specific handlers that had been installed for a given IRQ.
4735
4736 There were also various issues with array bounds not being fully
4737 tested.
4738
4739 I had two objectives in mind for the new implementation:
4740
4741 1) Keep the implementation as similar as possible to existing
4742 implementations. To that end, I have used the leon2/3
4743 implementations as the reference
4744
4745 2) Seperate CPU and Architecture specific elements. All specific i386
4746 interrupt functionality is now in cpu/i386/ with the high level
4747 API and architecture specific code in lib_i386. Functionality
4748 specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
4749 been further split out into an individual file to allow for the
4750 implementation of the PIC architecture of the SC520 CPU (supports
4751 more IRQs)
4752
4753 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4754
4755commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
4756Author: Graeme Russ <graeme.russ@gmail.com>
4757Date: Tue Feb 24 21:12:35 2009 +1100
4758
4759 Move ali512x.h
4760
4761 Moved ali512x.h from include/asm-i386/ic/ to /include
4762
4763 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4764
4765commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
4766Author: Graeme Russ <graeme.russ@gmail.com>
4767Date: Tue Feb 24 21:12:20 2009 +1100
4768
4769 Rename SC520 Configuration Options
4770
4771 Options are now all uniformly CONFIG_SYS_SC520_<option>
4772
4773 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4774
4775commit f62fb99941c625605aa16a0097b396a5c16d2c88
4776Author: Trent Piepho <xyzzy@speakeasy.org>
4777Date: Wed Feb 18 15:22:05 2009 -0800
4778
4779 Fix all linker script to handle all rodata sections
4780
4781 A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
4782 which needs to be added the the linker script. Instead of just adding this
4783 one section, we use a wildcard ".rodata*" to get all rodata linker section
4784 gcc has now and might add in the future.
4785
4786 However, '*(.rodata*)' by itself will result in sub-optimal section
4787 ordering. The sections will be sorted by object file, which causes extra
4788 padding between the unaligned rodata.str.1.1 of one object file and the
4789 aligned rodata of the next object file. This is easy to fix by using the
4790 SORT_BY_ALIGNMENT command.
4791
4792 This patch has not be tested one most of the boards modified. Some boards
4793 have a linker script that looks something like this:
4794
4795 *(.text)
4796 . = ALIGN(16);
4797 *(.rodata)
4798 *(.rodata.str1.4)
4799 *(.eh_frame)
4800
4801 I change this to:
4802
4803 *(.text)
4804 . = ALIGN(16);
4805 *(.eh_frame)
4806 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
4807
4808 This means the start of rodata will no longer be 16 bytes aligned.
4809 However, the boundary between text and rodata/eh_frame is still aligned to
4810 16 bytes, which is what I think the real purpose of the ALIGN call is.
4811
4812 Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
4813
4814commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
4815Author: Mike Frysinger <vapier@gentoo.org>
4816Date: Wed Feb 11 18:26:08 2009 -0500
4817
4818 remove bi_enet*addr from global data for all arches
4819
4820 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4821 CC: Ben Warren <biggerbadderben@gmail.com>
4822 CC: Daniel Hellstrom <daniel@gaisler.com>
4823 CC: Michal Simek <monstr@seznam.cz>
4824 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4825 CC: Scott McNutt <smcnutt@psyent.com>
4826 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4827
4828commit eb85aa594c1b57a1e3be9689b65171a137a36432
4829Author: Mike Frysinger <vapier@gentoo.org>
4830Date: Wed Feb 11 20:07:19 2009 -0500
4831
4832 ppc: mark global bi_enet*addr as legacy
4833
4834 The environment is the canonical storage location of the mac address, so
4835 we're killing off the global data location and moving everything to
4836 querying the env directly.
4837
4838 In the ppc case, these things are part of the legacy ABI, so keep them
4839 around but mark them as legacy so no new code will touch them.
4840
4841 Also stop calling load_sernum_ethaddr() since all boards now implement
4842 this as a stub.
4843
4844 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4845 CC: Ben Warren <biggerbadderben@gmail.com>
4846
4847commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
4848Author: Mike Frysinger <vapier@gentoo.org>
4849Date: Wed Feb 11 20:09:52 2009 -0500
4850
4851 boards: get mac address from env and move load_sernum_ethaddr() to board init
4852
4853 The environment is the canonical storage location of the mac address, so
4854 we're killing off the global data location and moving everything to
4855 querying the env directly.
4856
4857 Rather than have common ppc code call a board-specific function like
4858 load_sernum_ethaddr(), have each board call it in its own board-specific
4859 misc_init_r() function.
4860
4861 The boards that get converted here are:
4862 - kup4k/kup4x
4863 - pcs440ep
4864 - tqm8xx
4865
4866 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4867 CC: Ben Warren <biggerbadderben@gmail.com>
4868 CC: Stefan Roese <sr@denx.de>
4869
4870commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
4871Author: Mike Frysinger <vapier@gentoo.org>
4872Date: Wed Feb 11 19:55:01 2009 -0500
4873
4874 cmc_pu2: get mac address from environment
4875
4876 The environment is the canonical storage location of the mac address, so
4877 we're killing off the global data location and moving everything to
4878 querying the env directly.
4879
4880 Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
4881 handle this board specially in common ARM code.
4882
4883 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4884 CC: Ben Warren <biggerbadderben@gmail.com>
4885
4886commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
4887Author: Mike Frysinger <vapier@gentoo.org>
4888Date: Mon Feb 16 18:03:14 2009 -0500
4889
4890 boards: move board_get_enetaddr() into board-specific init
4891
4892 The environment is the canonical storage location of the mac address, so
4893 we're killing off the global data location and moving everything to
4894 querying the env directly.
4895
4896 Rather than have the common ppc code have board-specific hooks, move the
4897 board_get_enetaddr() function into the board-specific init functions.
4898
4899 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4900 CC: Ben Warren <biggerbadderben@gmail.com>
4901
4902commit f11e6ff5b1859d9213f0d501b3309e065f487543
4903Author: Mike Frysinger <vapier@gentoo.org>
4904Date: Wed Feb 11 19:39:55 2009 -0500
4905
4906 arm: get mac address from environment
4907
4908 The environment is the canonical storage location of the mac address, so
4909 we're killing off the global data location and moving everything to
4910 querying the env directly.
4911
4912 Some warts are remaining and should be killed off (by moving the func to
4913 the appropriate board init code):
4914 - davinci_eth_set_mac_addr
4915 - cs8900_get_enetaddr
4916 - smc_set_mac_addr
4917
4918 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4919 CC: Ben Warren <biggerbadderben@gmail.com>
4920
4921commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
4922Author: Mike Frysinger <vapier@gentoo.org>
4923Date: Wed Feb 11 19:36:20 2009 -0500
4924
4925 nx823: get mac address from environment
4926
4927 The environment is the canonical storage location of the mac address, so
4928 we're killing off the global data location and moving everything to
4929 querying the env directly.
4930
4931 For the nx823, the serial number is moved out of load_sernum_ethaddr() and
4932 into misc_init_r() as is the env setup. This lets us kill off the former
4933 function in the process.
4934
4935 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4936 CC: Ben Warren <biggerbadderben@gmail.com>
4937
4938commit 19b5b533ccd522abeb501d510750693c35e20456
4939Author: Mike Frysinger <vapier@gentoo.org>
4940Date: Wed Feb 11 18:27:18 2009 -0500
4941
4942 lib_*/board.c: do not initialize bi_enet*addr in global data
e60beb13 4943
c0a14aed
WD
4944 Since everyone is using the environment for mac address storage, there is
4945 no point in seeding the global data.
4946
4947 The arches that are converted here:
4948 i386
4949 m68k
4950 microblaze
4951 mips
4952 nios
4953 nios2
4954 sh
4955 sparc
4956
4957 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4958 CC: Ben Warren <biggerbadderben@gmail.com>
4959 CC: Daniel Hellstrom <daniel@gaisler.com>
4960 CC: Michal Simek <monstr@seznam.cz>
4961 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4962 CC: Scott McNutt <smcnutt@psyent.com>
4963 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4964
4965commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
4966Author: Mike Frysinger <vapier@gentoo.org>
4967Date: Wed Feb 11 19:19:54 2009 -0500
4968
4969 npe: get mac address from environment
4970
4971 The environment is the canonical storage location of the mac address, so
4972 we're killing off the global data location and moving everything to
4973 querying the env directly.
4974
4975 The resulting code can also be simplified even further.
4976
4977 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4978 CC: Stefan Roese <sr@denx.de>
4979 CC: Ben Warren <biggerbadderben@gmail.com>
4980
4981commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
4982Author: Mike Frysinger <vapier@gentoo.org>
4983Date: Wed Feb 11 19:18:41 2009 -0500
4984
4985 cpu/: get mac address from environment
4986
4987 The environment is the canonical storage location of the mac address, so
4988 we're killing off the global data location and moving everything to
4989 querying the env directly.
4990
4991 The cpus that get converted here:
4992 at91rm9200
4993 mpc512x
4994 mpc5xxx
4995 mpc8260
4996 mpc8xx
4997 ppc4xx
4998
4999 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5000 CC: Ben Warren <biggerbadderben@gmail.com>
5001 CC: John Rigby <jrigby@freescale.com>
5002 CC: Stefan Roese <sr@denx.de>
5003
5004commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
5005Author: Mike Frysinger <vapier@gentoo.org>
5006Date: Wed Feb 11 19:09:54 2009 -0500
5007
5008 lan91c96/smc91111/smc911x: get mac address from environment
5009
5010 The environment is the canonical storage location of the mac address, so
5011 we're killing off the global data location and moving everything to
5012 querying the env directly.
5013
5014 Also, do not bother checking the EEPROM if the env is setup. This
5015 simplifies the code greatly.
5016
5017 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5018 Signed-off-by: Wolfgang Dnek <wd@denx.de>
5019 CC: Ben Warren <biggerbadderben@gmail.com>
5020 CC: Rolf Offermanns <rof@sysgo.de>
5021 CC: Erik Stahlman <erik@vt.edu>
5022 CC: Daris A Nevil <dnevil@snmc.com>
5023 CC: Sascha Hauer <s.hauer@pengutronix.de>
5024
5025commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
5026Author: Mike Frysinger <vapier@gentoo.org>
5027Date: Wed Feb 11 19:14:09 2009 -0500
5028
5029 sh_eth: get mac address from environment
5030
5031 The environment is the canonical storage location of the mac address, so
5032 we're killing off the global data location and moving everything to
5033 querying the env directly.
5034
5035 The sh_eth driver can also be simplified a bit by using enetaddr member of
5036 the eth_device structure.
5037
5038 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5039 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5040 CC: Carlos Munoz <carlos@kenati.com>
5041 CC: Ben Warren <biggerbadderben@gmail.com>
5042
5043commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
5044Author: Mike Frysinger <vapier@gentoo.org>
5045Date: Wed Feb 11 19:06:09 2009 -0500
5046
5047 cs8900: get mac address from environment
5048
5049 The environment is the canonical storage location of the mac address, so
5050 we're killing off the global data location and moving everything to
5051 querying the env directly.
5052
5053 The cs8900 driver also changes slightly in that the hardware is not
5054 consulted if the mac address in the env is sane.
5055
5056 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5057 CC: Marius Groeger <mgroeger@sysgo.de>
5058 CC: Ben Warren <biggerbadderben@gmail.com>
5059
5060commit c4b8762f11d337e6a9d90c227b2871d65d372469
5061Author: Mike Frysinger <vapier@gentoo.org>
5062Date: Wed Feb 11 19:04:25 2009 -0500
5063
5064 bcm570x: get mac address from environment
5065
5066 The environment is the canonical storage location of the mac address, so
5067 we're killing off the global data location and moving everything to
5068 querying the env directly.
5069
5070 Since the address is in the PLM_DEVICE_BLOCK structure already, there is
5071 no need to pass the NodeAddress as a second parameter. So drop the second
5072 argument to the LM_SetMacAddress() function (and update the tigon3 driver
5073 accordingly).
5074
5075 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5076 CC: Ben Warren <biggerbadderben@gmail.com>
5077
5078commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
5079Author: Mike Frysinger <vapier@gentoo.org>
5080Date: Wed Feb 11 19:01:26 2009 -0500
5081
5082 drivers/net/: get mac address from environment
5083
5084 The environment is the canonical storage location of the mac address, so
5085 we're killing off the global data location and moving everything to
5086 querying the env directly.
5087
5088 The drivers that get converted here:
5089 3c589
5090 4xx_enet
5091 dc2114x
5092 dm9000x
5093 enc28j60
5094 fsl_mcdmafec
5095 ks8695eth
5096 mcffec
5097 rtl8019
5098 rtl8169
5099 s3c4510b_eth
5100 xilinx_emac
5101 xilinx_emaclite
5102
5103 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5104 CC: Ben Warren <biggerbadderben@gmail.com>
5105 CC: Rolf Offermanns <rof@sysgo.de>
5106 CC: Stefan Roese <sr@denx.de>
5107 CC: Sascha Hauer <saschahauer@web.de>
5108 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5109 CC: Greg Ungerer <greg.ungerer@opengear.com>
5110 CC: Xue Ligong <lgxue@hotmail.com>
5111 CC: Masami Komiya <mkomiya@sonare.it>
5112 CC: Curt Brune <curt@cucy.com>
5113 CC: Michal SIMEK <monstr@monstr.eu>
5114
5115commit b6b4625d175019e387e5b0f65a17322a78f6bb90
5116Author: Mike Frysinger <vapier@gentoo.org>
5117Date: Wed Feb 11 18:38:38 2009 -0500
5118
5119 boards: get mac address from environment
5120
5121 The boards that get converted here to use the environment for the mac
5122 address rather than global data:
5123 debris
5124 mgcoge
5125 mgsuvd
5126 muas3001
5127 netstal
5128 pn62
5129 sixnet
5130 vcma9
5131 xilinx (the ones that use xilinx_enet)
5132
5133 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5134 CC: Ben Warren <biggerbadderben@gmail.com>
5135 CC: Sangmoon Kim <dogoil@etinsys.com>
5136 CC: Heiko Schocher <hs@denx.de>
5137 CC: David Mueller <d.mueller@elsoft.ch>
5138 CC: Niklaus Giger <niklaus.giger@netstal.com>
5139 CC: Wolfgang Grandegger <wg@denx.de>
5140 CC: Dave Ellis <DGE@sixnetio.com>
5141 CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
5142
5143commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
5144Author: Mike Frysinger <vapier@gentoo.org>
5145Date: Wed Feb 11 18:36:45 2009 -0500
5146
5147 AmigaOneG3SE/enet: get mac address from environment
5148
5149 Always use the MAC address that is stored in the environment first before
5150 falling back to the ROM. This also cuts out any comparison steps: if the
5151 mac in the env is sane, the ROM is never consulted.
5152
5153 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5154 CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
5155 CC: Ben Warren <biggerbadderben@gmail.com>
5156
5157commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
5158Author: Mike Frysinger <vapier@gentoo.org>
5159Date: Wed Feb 11 18:52:38 2009 -0500
5160
5161 nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
5162
5163 Since the ethernet layer handles updating of device addresses itself from
5164 the environment, there is no point in calling eth_set_enetaddr().
5165
5166 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5167 CC: Ben Warren <biggerbadderben@gmail.com>
5168
5169commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
5170Author: Mike Frysinger <vapier@gentoo.org>
5171Date: Wed Feb 11 18:54:07 2009 -0500
5172
5173 lynxkdi: get mac address from environment
5174
5175 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5176 CC: Ben Warren <biggerbadderben@gmail.com>
5177
5178commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
5179Author: Mike Frysinger <vapier@gentoo.org>
5180Date: Wed Feb 11 18:51:43 2009 -0500
5181
5182 bootvx: get mac address from environment
5183
5184 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5185 CC: Niklaus Giger <niklaus.giger@member.fsf.org>
5186 CC: Ben Warren <biggerbadderben@gmail.com>
5187
5188commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
5189Author: Mike Frysinger <vapier@gentoo.org>
5190Date: Wed Feb 11 18:50:10 2009 -0500
5191
5192 bdinfo: get mac address from environment
5193
5194 Add a new print_eth() function to automate the eth*addr env var acquisition
5195 and display. Affects all arches.
5196
5197 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5198 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5199 CC: Scott McNutt <smcnutt@psyent.com>
5200 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5201 CC: Michal Simek <monstr@seznam.cz>
5202 CC: Daniel Hellstrom <daniel@gaisler.com>
5203 CC: Ben Warren <biggerbadderben@gmail.com>
5204
5205commit 95823ca0773356860e622ee3304a4b7cafcbf19a
5206Author: Mike Frysinger <vapier@gentoo.org>
5207Date: Wed Feb 11 18:23:48 2009 -0500
5208
5209 net: get mac address from environment and use eth util funcs
5210
5211 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5212 CC: Ben Warren <biggerbadderben@gmail.com>
5213
5214commit 500b6c51e4c41f4562cb48344af98deb7e342731
5215Author: Mike Frysinger <vapier@gentoo.org>
5216Date: Mon Oct 13 15:06:25 2008 -0400
5217
5218 Blackfin: bfin_mac: force boards to setup the MAC themselves
5219
5220 Since the on-chip MAC does not have an eeprom or similar interface, force
5221 all Blackfin boards that use this driver to setup the board data with a
5222 proper MAC.
5223
5224 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5225 CC: Ben Warren <biggerbadderben@gmail.com>
5226
5227commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
5228Author: Mike Frysinger <vapier@gentoo.org>
5229Date: Wed Feb 11 14:12:34 2009 -0500
5230
5231 doc/README.enetaddr: document proper MAC usage
5232
5233 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5234 CC: Ben Warren <biggerbadderben@gmail.com>
5235
5236commit 3f6e6993e92fd0658da1746d1c84644612ee520b
5237Author: Mike Frysinger <vapier@gentoo.org>
5238Date: Thu Jan 29 19:43:44 2009 -0500
5239
5240 net: new utility functions for working with enetaddr's
5241
5242 Declare new utility functions for converting between the environment
5243 variables (eth*addr) and the binary MAC address representation. This way
5244 we can unify all the random places that already do this kind of thing.
5245
5246 The functions in question:
5247 eth_parse_enetaddr - "..." -> {...}
5248 eth_getenv_enetaddr - env -> {...}
5249 eth_setenv_enetaddr - {...} -> env
5250
5251 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5252 CC: Ben Warren <biggerbadderben@gmail.com>
5253
5254commit b6446b67758ea1e41223f0782924bb73fd0a89d0
5255Author: Mike Frysinger <vapier@gentoo.org>
5256Date: Tue Feb 17 00:00:53 2009 -0500
5257
5258 convert print_IPaddr() to %pI4
5259
5260 Now that our printf functions support the %pI4 modifier like the kernel,
5261 let's drop the inflexible print_IPaddr() function and covert over to the
5262 %pI4 modifier.
5263
5264 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5265 CC: Ben Warren <biggerbadderben@gmail.com>
5266
5267commit 6c6166f52983dac775e3852f9d0f49d033f27108
5268Author: Mike Frysinger <vapier@gentoo.org>
5269Date: Mon Feb 16 23:21:36 2009 -0500
5270
5271 vsprintf: pull updates from Linux kernel
5272
5273 This brings in support for the %p modifier which allows us to easily print
5274 out things like ip addresses, mac addresses, and pointers.
5275
5276 It also converts the rarely used 'q' length modifier to the common 'L'
5277 modifier when dealing with quad types.
5278
5279 While this new code is a bit larger (~1k .text), most of it should be made
5280 up by converting the existing ip/mac address code to use format modifiers.
5281
5282 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
e60beb13
WD
5283
5284commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
5285Author: Jon Smirl <jonsmirl@gmail.com>
5286Date: Thu Mar 19 23:04:18 2009 -0400
5287
5288 .gitignore for generated files in api_examples directory
5289
5290 Add .gitignore for generated files in api_examples directory
5291
5292 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
5293 Signed-off-by: Wolfgang Denk <wd@denx.de>
5294
5295commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
5296Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5297Date: Wed Mar 18 12:27:04 2009 +0900
5298
5299 net: sh_eth: Remove sh_eth_reset() from halt function
5300
5301 sh_eth_reset is function to reset Ether IP.
5302 The MAC address is stored in IP, but it is initialized by this function.
5303 OS (e.g. Linux Kernel) can not use this device when initialized.
5304 This revises this problem.
5305
5306 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5307
5308commit f8853d105da7d69bc92a5b4578f9b85234e558ec
5309Author: Anatolij Gustschin <agust@denx.de>
5310Date: Fri Mar 20 12:45:50 2009 +0100
5311
5312 ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
5313
5314 PCI outbound address map configuration doesn't match the
5315 PCI memory address range covered by appropriate TLB entry
5316 configuration for canyonlands causing machine check
5317 exceptions while accessing PCI memory regions. This patch
5318 provides a fix for this issue.
5319
5320 Kazuaki Ichinohe observed and reported this issue while
5321 testing display output with PCI ATI video card on canyonlands.
5322
5323 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5324 Signed-off-by: Stefan Roese <sr@denx.de>
5325
5326commit 7a88601a34132548c3c591ea87ab3468b51121b0
5327Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5328Date: Fri Mar 6 10:09:37 2009 -0500
5329
5330 CFI: geometry reversal for STMicro M29W320DT
5331
5332 Follow up to the flash_fixup_stm to fix geometry reversal
5333 on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
5334
5335 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5336 Signed-off-by: Stefan Roese <sr@denx.de>
5337
5338commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
5339Author: Mike Frysinger <vapier@gentoo.org>
5340Date: Wed Feb 25 17:29:40 2009 -0500
5341
5342 smc911x_eeprom: update register API
5343
5344 The smc911x driver changed the naming convention for its register funcs,
5345 so update the eeprom code accordingly.
5346
5347 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5348 CC: Ben Warren <biggerbadderben@gmail.com>
5349
5350commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
5351Author: Grzegorz Bernacki <gjb@semihalf.com>
5352Date: Tue Mar 17 10:06:39 2009 +0100
5353
5354 mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
5355
5356 Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
5357 To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
5358 define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
5359 Total5200 and will be used by digsy MTC and other boards with
5360 ATA CS on I2C pins.
5361
5362 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
5363
5364commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
5365Author: Heiko Schocher <hs@denx.de>
5366Date: Thu Mar 12 07:37:34 2009 +0100
5367
5368 8xx: add support for new keymile kmsupx4 board.
5369
5370 This patch adds support for the kmsupx4 board from Keymile,
5371 based on a Freescale MPC852T CPU
5372
5373 - serial console on SMC1
5374 - 32 MB SDRAM
5375 - 32 MB NOR Flash
5376 - Ethernet over SCC3
5377 - I2C Bitbang
5378
5379 Signed-off-by: Heiko Schocher <hs@denx.de>
5380
5381commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
5382Author: Heiko Schocher <hs@denx.de>
5383Date: Thu Mar 12 07:37:28 2009 +0100
5384
5385 8xx, mgsuvd: rename board to a more generic name
5386
5387 renaming the "mgsuvd" board port into "km8xx", because
5388 there come more similar boards from keymile.
5389 Compiling the mgsuvd board with "make mgsuvd_config"
5390 remains.
5391
5392 Signed-off-by: Heiko Schocher <hs@denx.de>
5393
5394commit 18b2f35bde1672e074a3d5048383cb56fda745cb
5395Author: Heiko Schocher <hs@denx.de>
5396Date: Thu Mar 12 07:37:23 2009 +0100
5397
5398 8xx, mgsuvd: Coding Style cleanup config file
5399
5400 Signed-off-by: Heiko Schocher <hs@denx.de>
5401
5402commit 364123db6730d32330f818b65360d2cd27396667
5403Author: Heiko Schocher <hs@denx.de>
5404Date: Thu Mar 12 07:37:18 2009 +0100
5405
5406 powerpc: common updates for keymile boards
5407
5408 - added to keymile-common.h:
5409 - bootcount support
5410 - COMMAND HISTORY
5411 - CONFIG_AUTO_COMPLETE
5412 - CONFIG_SYS_FLASH_PROTECTION
5413 - JFFS2 support
5414 - CONFIG_VERSION_VARIABLE
5415 - extracted common I2C settings for all boards
5416 - common default environment settings summarized
5417
5418 Signed-off-by: Heiko Schocher <hs@denx.de>
5419
5420commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
5421Author: Heiko Schocher <hs@denx.de>
5422Date: Thu Mar 12 07:37:15 2009 +0100
5423
5424 8xx, icache: enabling ICache not before running from RAM
5425
5426 with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
5427 is not enabled before code runs from RAM.
5428
5429 Signed-off-by: Heiko Schocher <hs@denx.de>
5430
5431commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
5432Author: Heiko Schocher <hs@denx.de>
5433Date: Thu Mar 12 07:37:11 2009 +0100
5434
5435 82xx, mgcoge: fix environment sector size
5436
5437 Size of one environment sector is 0x20000.
5438
5439 Signed-off-by: Heiko Schocher <hs@denx.de>
5440
5441commit 27057d416c7cc9eb1860953da8836352c07f13e9
5442Author: Ladislav Michl <ladis@linux-mips.org>
5443Date: Mon Mar 16 23:27:31 2009 +0100
5444
5445 NetStar: config reindentation
5446
5447 Fix indentation broken by symbol renames. "Sort" driver related definitons.
5448
5449 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5450
5451commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
5452Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5453Date: Tue Mar 17 11:21:43 2009 +0000
5454
5455 ColdFire: Fix incorrect definition
5456
5457 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5458
5459commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
5460Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5461Date: Mon Mar 2 19:16:45 2009 +0000
5462
5463 ColdFire: Fix M5329EVB and M5373EVB nand issue
5464
5465 The Nand flash was unable to read and write properly
5466 due to Nand Chip Select (nCE) setup was in reverse
5467 order. Also, increase the Nand time out value to 60.
5468
5469 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5470
5471commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
5472Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5473Date: Tue Jan 27 15:19:35 2009 +0000
5474
5475 ColdFire: PLATFORM_CPPFLAGS updates for new compiler
5476
5477 Update PLATFORM_CPPFLAGS to accept 4.3.x version of
5478 ColdFire compiler.
5479
5480 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5481
5482commit d6e4baf49987fc6f75e8574c0c27301a828b3132
5483Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5484Date: Tue Jan 27 12:57:47 2009 +0000
5485
5486 ColdFire: Provide gzip image size V2 & V3 platforms
5487
5488 Default gzip bootm size is 8MB. Some platforms require
5489 more than 8MB
5490
5491 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5492
5493commit c3a9e6374210679a81f611c1bcf968988bc20e41
5494Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5495Date: Wed Feb 18 11:49:31 2009 +0000
5496
5497 ColdFire: Fix M54451 serial boot dram setup
5498
5499 The serial boot dram extended/standard mode register was not
5500 setup and was using default DRAM setup causing the U-boot was
5501 unstable to boot up in serial mode.
5502
5503 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5504
5505commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
5506Author: arun c <arun.edarath@gmail.com>
5507Date: Thu Dec 4 15:57:15 2008 +0530
5508
5509 Coldfire: XL Bus minor fixes
5510
5511 According to coldfire manual data timeout > address time out
5512 also use correct macro to program XARB_CFG
5513
5514 Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
5515
5516commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
5517Author: Scott Wood <scottwood@freescale.com>
5518Date: Tue Mar 17 12:06:04 2009 -0500
5519
5520 NAND: Have nboot accept .e and .i as legacy no-ops.
5521
5522 This was intended to happen before, but a trivial bug prevented it.
5523
5524 Signed-off-by: Scott Wood <scottwood@freescale.com>
5525
5526commit 0987505540918b2464b73069af3a5b766dbd3ceb
5527Author: Ladislav Michl <ladis@linux-mips.org>
5528Date: Fri Mar 13 14:38:19 2009 +0100
5529
5530 NAND: Make nboot skip bad blocks
5531
5532 nboot command currently does not skip bad blocks and gives read error when
5533 loading image stored over bad block. With patch applied, nboot works as
5534 expected:
5535
5536 Device 0 bad blocks:
5537 00780000
5538 014a0000
5539 02000000
5540 02cc0000
5541 04aa0000
5542
5543 Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
5544 Image Name: Linux-2.6.22-omap1
5545 Created: 2008-11-20 23:44:32 UTC
5546 Image Type: ARM Linux Kernel Image (uncompressed)
5547 Data Size: 1052520 Bytes = 1 MB
5548 Load Address: 10008000
5549 Entry Point: 10008000
5550 Skipping bad block 0x02cc0000
5551 Automatic boot of image at addr 0x10400000 ...
5552 ...
5553
5554 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5555 Signed-off-by: Scott Wood <scottwood@freescale.com>
5556
5557commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
5558Author: Stefan Roese <sr@denx.de>
5559Date: Thu Mar 12 07:27:25 2009 +0100
5560
5561 ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
5562
5563 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
5564 the DDR2 configuration to only use one CS (rank). As this code is most
5565 likely copied from the original Sequoia version, this error was copied
5566 as well.
5567
5568 This patch also removes some dead code.
5569
5570 Signed-off-by: Stefan Roese <sr@denx.de>
5571
5572commit 9199b9cc8f56aca26504b48cf702176208f46e54
5573Author: Stefan Roese <sr@denx.de>
5574Date: Thu Mar 12 07:24:40 2009 +0100
5575
5576 ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
5577
5578 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
5579 the DDR2 configuration to only use one CS (rank). As this code is most
5580 likely copied from the original Sequoia version, this error was copied
5581 as well.
5582
5583 Signed-off-by: Stefan Roese <sr@denx.de>
5584
5585commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
5586Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
5587Date: Wed Mar 11 10:54:46 2009 +0200
5588
5589 Fix AMCC Sequoia board DDR memory configuration
5590
5591 Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
5592 specifies that BankSel#1 is not connected, while bootloader memory
5593 configuration is (board/amcc/sequoia/sdram.c):
5594 mtsdram(DDR0_10, 0x00000300);
5595 i.e. both Chip Selects used - not correct.
5596
5597 If we change to correct value here:
5598 mtsdram(DDR0_10, 0x00000100);
5599 memory is accessible OK also.
5600
5601 Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
5602 Signed-off-by: Stefan Roese <sr@denx.de>
5603
5604commit b3dd629e78870ba2dc9f8032978721c0fa02a856
5605Author: Wolfgang Denk <wd@denx.de>
5606Date: Sun Mar 15 22:40:09 2009 +0100
5607
5608 Prepare 2009.03-rc2
5609
5610 Update CHANEGLOG, fix minor coding style issue.
5611
5612 Signed-off-by: Wolfgang Denk <wd@denx.de>
5613
b3dd629e
WD
5614commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
5615Author: Jerry Van Baren <gvb.uboot@gmail.com>
5616Date: Fri Mar 13 11:40:10 2009 -0400
5617
5618 mpc83xx: Add bank configuration to FSL spd_sdram.c
5619
5620 The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
5621 bank SDRAMs.
5622
5623 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
5624 Acked-by: Dave Liu <daveliu@freescale.com>
5625 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5626
5627commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
5628Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
5629Date: Fri Mar 13 08:58:14 2009 +0100
5630
5631 mpc83xx: correctly set encryption and I2C bus 0 clock
5632
5633 This patch makes sure the correct mask is applied when setting
5634 the encryption and I2C bus 0 clock in SCCR.
5635 Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
5636 won't function.
5637
5638 Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
5639 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5640
5641commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
5642Author: Dirk Behme <dirk.behme@googlemail.com>
5643Date: Thu Mar 12 19:30:50 2009 +0100
5644
5645 OMAP3: Add support for OMAP3 die ID
5646
5647 Read and store OMAP3 die ID in U-Boot environment.
5648
5649 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5650
5651commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
5652Author: Jon Smirl <jonsmirl@gmail.com>
5653Date: Wed Mar 11 15:08:56 2009 -0400
5654
5655 MPC5200 FEC MII speed register
5656
5657 Set a non-zero speed in the MII register so that MII commands will work.
5658
5659 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
5660
5661commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
5662Author: Yusuke.Goda <goda.yusuke@renesas.com>
5663Date: Fri Mar 13 16:08:18 2009 +0900
5664
5665 sh: ap325rxa: Change the wait cycle in the area 5
5666
5667 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
5668 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5669
5670commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
5671Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5672Date: Wed Feb 25 16:04:26 2009 +0900
5673
5674 sh: Fix cannot work rtl8139 on r2dplus
5675
5676 The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
5677 registration.
5678
5679 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5680 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5681
5682commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
5683Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5684Date: Fri Feb 27 18:35:41 2009 +0900
5685
5686 sh: Add netdev header fixing of warning/build
5687
5688 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5689 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5690
5691commit ada9318252f51c2626e9837c623f9812b0308dea
5692Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5693Date: Tue Mar 3 15:11:17 2009 +0900
5694
5695 sh: Add support 32-Bit Extended Address Mode to sh7785lcr
5696
5697 We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
5698 for this mode. This command changes PMB for using 512MB system memory.
5699
5700 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5701 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5702
5703commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
5704Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5705Date: Wed Feb 25 14:26:42 2009 +0900
5706
5707 sh: Add some register value configurable to PCI of SH7780
5708
5709 Some register value was hardcoded for System memory size 128MB and
5710 memory offset 0x08000000. This patch fixed the problem.
5711
5712 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5713 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5714
5715commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
5716Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5717Date: Wed Feb 25 14:26:52 2009 +0900
5718
5719 sh: Add system memory registration to PCI for SH4
5720
5721 It is necessary for some pci device driver.
5722
5723 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5724 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5725
5726commit b3061b40db691245a7bb9a55354b4edacbf3902d
5727Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5728Date: Wed Feb 25 14:26:55 2009 +0900
5729
5730 sh: Add value for PCI system memory registration of sh7785lcr
5731
5732 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5733 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5734
5735commit 6d84ae3956a6cd7aebd86f661130752594e60124
5736Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5737Date: Tue Mar 3 15:11:08 2009 +0900
5738
5739 sh: Add macros for SH-4A 32-Bit Address Extended Mode
5740
5741 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5742 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5743
5744commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
5745Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5746Date: Tue Feb 3 13:35:05 2009 +0900
5747
5748 sh: use write{8,16,32} in ms7720se lowlevel_init
5749
5750 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5751 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5752
5753commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
5754Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5755Date: Mon Mar 9 18:07:53 2009 -0500
5756
5757 tsec: report when there is no vendor specific PHY support
5758
5759 Commit af1c2b84 added a generic phy support, with an ID of zero
5760 and a 32 bit mask; meaning that it will match on any PHY ID.
5761
5762 The problem is that there is a test that checked if a matching
5763 PHY was found, and if not, it printed the non-matching ID.
5764 But since there will always be a match (on the generic PHY,
5765 worst case), this test will never trip.
5766
5767 In the case of a misconfigured PHY address, or of a PHY that
5768 isn't explicitly supported outside of the generic support,
5769 you will never see the ID of 0xffffffff, or the ID of the
5770 real (but unsupported) chip. It will silently fall through
5771 onto the generic support.
5772
5773 This change makes that test useful again, and ensures that
5774 the selection of generic PHY support doesn't happen without
5775 some sort of notice. It also makes it explicitly clear that
5776 the generic PHY must be last in the PHY table.
5777
5778 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5779 Acked-by: Andy Fleming <afleming@freescale.com>
5780
5781commit c279dfc10186ceba78d3862036f158750e86599a
5782Author: Wolfgang Denk <wd@denx.de>
5783Date: Mon Mar 9 10:53:05 2009 +0100
5784
5785 SIMPC8313 board: fix out of tree building.
5786
5787 Fix typo in makefile which broke out of tree builds.
5788
5789 Also use expolicit "rm" instead of "ln -sf" which is known to be
5790 unreliable.
5791
5792 Signed-off-by: Wolfgang Denk <wd@denx.de>
5793 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5794
5795commit 49b5aff491bd574935ecaf8545152066a25eff3d
5796Author: ksi@koi8.net <ksi@koi8.net>
5797Date: Mon Feb 23 10:53:13 2009 -0800
5798
5799 Add eTSEC 1/2 IO override control (corrected)
5800
5801 This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
5802
5803 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
5804
5805commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
5806Author: Andy Fleming <afleming@freescale.com>
5807Date: Fri Mar 6 19:05:52 2009 -0600
5808
5809 fsl: Remove unnecessary debug printfs
5810
5811 These were left in accidentally, and are not really useful unless the
5812 code is as broken as it was when it was being developed.
5813
5814 Signed-off-by: Andy Fleming <afleming@freescale.com>
5815
5816commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
5817Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5818Date: Tue Feb 24 02:37:59 2009 -0600
5819
5820 Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
5821
5822 Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
5823 sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
5824
5825 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5826
5827commit a922fdb87af25c25c032424908dcf60fbf3250ea
5828Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5829Date: Tue Feb 24 06:13:10 2009 +0100
5830
5831 PXA: timer use do_div and simplify it
5832
5833 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5834
5835commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
5836Author: Wolfgang Denk <wd@denx.de>
5837Date: Mon Mar 9 10:51:39 2009 +0100
5838
5839 SIMPC8313 board: fix out of tree building.
5840
5841 Fix typo in makefile which broke out of tree builds.
5842
5843 Also use expolicit "rm" instead of "ln -sf" which is known to be
5844 unreliable.
5845
5846 Signed-off-by: Wolfgang Denk <wd@denx.de>
5847
5848commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
5849Author: Heiko Schocher <hs@denx.de>
5850Date: Tue Feb 24 11:30:51 2009 +0100
5851
5852 8360, kmeter1: added bootcount feature.
5853
5854 add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
5855
5856 The bootcounter uses 8 bytes from the muram,
5857 because no other memory was found on this
5858 CPU for the bootcount feature. So we must
5859 correct the muram size in DTS before booting
5860 Linux.
5861
5862 This feature is actual only implemented for
5863 MPC8360, because not all 83xx CPU have qe,
5864 and therefore no muram, which this feature
5865 uses.
5866
5867 Signed-off-by: Heiko Schocher <hs@denx.de>
5868 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5869
5870commit 1e7ed2565031e01abc18c713030a0a9829c07684
5871Author: Heiko Schocher <hs@denx.de>
5872Date: Tue Feb 24 11:30:48 2009 +0100
5873
5874 83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
5875
5876 old code implemented the QE_ENET10 errata only for Silicon
5877 Revision 2.0. New code reads now the Silicon Revision
5878 register and sets dependend on the Silicon Revision the
5879 values as advised in the QE_ENET10 errata.
5880
5881 Signed-off-by: Heiko Schocher <hs@denx.de>
5882 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5883
5884commit 605f78e34a3f0103693b891f2573edd352e7d495
5885Author: Heiko Schocher <hs@denx.de>
5886Date: Tue Feb 24 11:30:44 2009 +0100
5887
5888 83xx, kmeter1: updates for 2009.03
5889
5890 - HRCW update
5891 HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
5892 HRCWH_LALE_EARLY added
5893 - DDR-SDRAM settings modified. This solves sporadically
5894 problems with this memory.
5895 - CS1 now 128 MB window size
5896 - CS3 now 512 MB window size
5897 - PRAM activated
5898 - MTDPARTS_DEFAULT defined
5899 - CONFIG_HOSTNAME added
5900 - MONITOR_LEN now 384 KB
5901
5902 Signed-off-by: Heiko Schocher <hs@denx.de>
5903 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5904
5905commit 118cbe3c35c898f8d020b29d6dc180307cacf147
5906Author: Heiko Schocher <hs@denx.de>
5907Date: Tue Feb 24 11:30:40 2009 +0100
5908
5909 83xx, kmeter1: autodetect size of DDR II RAM
5910
5911 it is possible that some board variants have different DDR II
5912 RAM sizes. So we autodetect the size of the assembled RAM.
5913
5914 Signed-off-by: Heiko Schocher <hs@denx.de>
5915 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5916
5917commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
5918Author: Heiko Schocher <hs@denx.de>
5919Date: Tue Feb 24 11:30:37 2009 +0100
5920
5921 83xx, i2c: add mux support for fsl_i2c
5922
5923 This patch adds I2C mux support for the fsl_i2c driver. This
5924 allows you to add "new" i2c busses, which are reached over
5925 i2c muxes. For more infos, please look in the README and
5926 search for CONFIG_I2C_MUX.
5927
5928 Signed-off-by: Heiko Schocher <hs@denx.de>
5929 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5930
5931commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
5932Author: Heiko Schocher <hs@denx.de>
5933Date: Tue Feb 24 11:30:34 2009 +0100
5934
5935 83xx, kmeter1: add I2C, dtt, eeprom support
5936
5937 This patch adds I2C support for the Keymile kmeter1 board.
5938 It uses the First I2C Controller from the CPU, for
5939 accessing 4 temperature sensors, an eeprom with IVM data
5940 and the booteeprom over a pca9547 mux.
5941
5942 Signed-off-by: Heiko Schocher <hs@denx.de>
5943 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5944
5945commit db1d72afd77287bc8577210f3f71ab249dcf146f
5946Author: Heiko Schocher <hs@denx.de>
5947Date: Tue Feb 24 11:30:30 2009 +0100
5948
5949 i2c, dtt: move dtt_init () to board_init_r ()
5950
5951 In case where a board not uses CONFIG_POST, it is not
5952 necessary to init the DTTs when running from flash.
5953
5954 Signed-off-by: Heiko Schocher <hs@denx.de>
5955 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5956
5957commit 5b0055547f0246908b79cc300170d87380b69e18
5958Author: Dave Liu <daveliu@freescale.com>
5959Date: Wed Feb 25 12:31:32 2009 +0800
5960
5961 83xx: Fix some bugs in spd sdram code
5962
5963 1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
5964 tRTP according to DDR2 JEDEC spec.
5965 2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
5966 3. add the support of DDR2-533,667,800 DIMMs
5967 4. cpo
5968 5. make the AL to min to gain better performance.
5969
5970 The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
5971 MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
5972
5973 items 1, 2 and 5:
5974 Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5975
5976 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5977 Signed-off-by: Dave Liu <daveliu@freescale.com>
5978 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5979
5980commit b7be63abec45858c044f0fbd6aeef524c4663f9b
5981Author: Valeriy Glushkov <gvv@lstec.com>
5982Date: Wed Feb 4 18:27:49 2009 +0200
5983
5984 MPC8349ITX: several config issues fixed
5985
5986 The previous version rebooted forever with DDR bigger than 256MB.
5987 Access the DS1339 RTC chip is on I2C1 bus.
5988 Allow DHCP.
5989
5990 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
5991 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5992
5993commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
5994Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5995Date: Thu Feb 19 18:20:39 2009 +0300
5996
5997 mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
5998
5999 The SerDes initialization should be finished before negating the reset
6000 signal according to the reference manual. This isn't an issue on real
6001 hardware, but we'd better stick to the specifications anyway.
6002
6003 Suggested-by: Liu Dave <DaveLiu@freescale.com>
6004 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6005 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6006
6007commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
6008Author: Heiko Schocher <hs@denx.de>
6009Date: Wed Feb 25 12:28:32 2009 +0100
6010
6011 i2c, dtt: move dtt_init () to board_init_r ()
6012
6013 it is not necessary to init the DTTs so early,
6014 so move this init to board_init_r ().
6015
6016 Signed-off-by: Heiko Schocher <hs@denx.de>
6017
6018commit 00cc5595a7caac8066b408774383a956c2e26797
6019Author: Anatolij Gustschin <agust@denx.de>
6020Date: Wed Feb 25 20:28:13 2009 +0100
6021
6022 lcd: Fix compilation warning in common/lcd.c
6023
6024 Fix following warning while compilation for mcc200 board:
6025
6026 lcd.c: In function 'lcd_display_bitmap':
6027 lcd.c:625: warning: unused variable 'cmap'
6028
6029 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6030
6031commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
6032Author: Graeme Russ <graeme.russ@gmail.com>
6033Date: Tue Feb 24 21:11:24 2009 +1100
6034
6035 Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
6036
6037 Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
6038
6039 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
6040
6041commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
6042Author: Mike Frysinger <vapier@gentoo.org>
6043Date: Mon Feb 23 10:29:47 2009 -0500
6044
6045 smc911x: split out useful defines/functions into local header
6046
6047 The smc911x driver has a lot of useful defines/functions which can be used
6048 by pieces of code (such as example eeprom programmers). Rather than
6049 forcing each place to duplicate these defines/functions, split them out
6050 of the smdc911x driver into a local header.
6051
6052 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6053 Acked-by: Ben Warren <biggerbadderben@gmail.com>
6054 CC: Sascha Hauer <s.hauer@pengutronix.de>
6055 CC: Guennadi Liakhovetski <lg@denx.de>
6056 CC: Magnus Lilja <lilja.magnus@gmail.com>
6057 CC: Ben Warren <biggerbadderben@gmail.com>
6058
6059commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
6060Author: Guennadi Liakhovetski <lg@denx.de>
6061Date: Tue Feb 24 10:44:02 2009 +0100
6062
6063 ARM: add an "eet" variant of the imx31_phycore board
6064
6065 The "eet" variant of the imx31_phycore board has an OLED display, using a
6066 s6e63d6 display controller on the first SPI interface, using GPIO57 as a
6067 chip-select for it. With this configuration you can display 256 colour BMP
6068 images in 16-bit RGB (RGB565) LCD mode.
6069
6070 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6071 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6072
6073commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
6074Author: Guennadi Liakhovetski <lg@denx.de>
6075Date: Fri Feb 6 10:37:57 2009 +0100
6076
6077 video: add an i.MX31 framebuffer driver
6078
6079 Add a driver for the Synchronous Display Controller and the Display
6080 Interface on i.MX31, using IPU for DMA channel setup. So far only
6081 displaying of bitmaps is supported, no text output.
6082
6083 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6084 Acked-by: Anatolij Gustschin <agust@denx.de>
6085
6086commit b245e65ee3c4cce3ccf008a21f4528239655876c
6087Author: Guennadi Liakhovetski <lg@denx.de>
6088Date: Fri Feb 6 10:37:53 2009 +0100
6089
6090 LCD: support 8bpp BMPs on 16bpp displays
6091
6092 This patch also simplifies some ifdefs in lcd.c, introduces a generic
6093 vidinfo_t, which new drivers are encouraged to use and old drivers to switch
6094 over to.
6095
6096 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6097 Acked-by: Anatolij Gustschin <agust@denx.de>
6098
6099commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
6100Author: Mark Jackson <mpfj@mimc.co.uk>
6101Date: Fri Feb 6 10:37:49 2009 +0100
6102
6103 Add 16bpp BMP support
6104
6105 This patch adds 16bpp BMP support to the common lcd code.
6106
6107 Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
6108
6109 At the moment it's only been tested on the MIMC200 AVR32 board, but extending
6110 this to other platforms should be a simple task !!
6111
6112 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
6113 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6114 Acked-by: Anatolij Gustschin <agust@denx.de>
6115
6116commit 689551c5ff1b394b88412f3df22144e79468d3a9
6117Author: Guennadi Liakhovetski <lg@denx.de>
6118Date: Fri Feb 6 10:37:41 2009 +0100
6119
6120 A driver for the S6E63D6 SPI display controller from Samsung
6121
6122 This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
6123 It only provides access to controller's registers so the client can freely
6124 configure it.
6125
6126 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6127 Acked-by: Anatolij Gustschin <agust@denx.de>
6128
6129commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
6130Author: Guennadi Liakhovetski <lg@denx.de>
6131Date: Fri Feb 13 09:26:40 2009 +0100
6132
6133 i.MX31: support GPIO as a chip-select in the mxc_spi driver
6134
6135 Some SPI devices have special requirements on chip-select handling.
6136 With this patch we can use a GPIO as a chip-select and strictly follow
6137 the SPI_XFER_BEGIN and SPI_XFER_END flags.
6138
6139 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6140 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6141
6142commit b30de3cccf8867566cd314e7c7033904afa5dc9d
6143Author: Guennadi Liakhovetski <lg@denx.de>
6144Date: Sat Feb 7 01:18:07 2009 +0100
6145
6146 i.MX31: add a simple gpio driver
6147
6148 This is a minimal driver, so far only managing output. It will
6149 be used by the mxc_spi.c driver.
6150
6151 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6152 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6153
6154commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
6155Author: Guennadi Liakhovetski <lg@denx.de>
6156Date: Sat Feb 7 00:09:12 2009 +0100
6157
6158 i.MX31: fix SPI driver for shorter than 32 bit
6159
6160 Fix setting the SPI Control register, 8 and 16-bit transfers
6161 and a wrong pointer in the free routine in the mxc_spi driver.
6162
6163 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6164 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6165
6166commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
6167Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6168Date: Thu Feb 19 18:20:52 2009 +0300
6169
6170 mpc83xx: MPC837XERDB: Add PCIe support
6171
6172 On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
6173 slots. Let's support them.
6174
6175 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6176 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6177
6178commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
6179Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6180Date: Thu Feb 19 18:20:50 2009 +0300
6181
6182 mpc83xx: PCI: Fix hard-coded first_busno value
6183
6184 We should use pci_last_busno() in pci_init_bus(), otherwise we'll
6185 erroneously re-use PCI0's first_busno for PCI1 hoses.
6186
6187 NOTE: The patch is untested. All MPC83xx FSL boards I have have
6188 PCI1 in miniPCI form, for which I don't have any cards handy.
6189
6190 But looking in cpu/mpc85xx/pci.c:
6191 ...
6192 #ifdef CONFIG_MPC85XX_PCI2
6193 hose = &pci_hose[1];
6194
6195 hose->first_busno = pci_hose[0].last_busno + 1;
6196
6197 And considering that we do the same for MPC83xx PCI-E support,
6198 I think this patch is correct.
6199
6200 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6201 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6202
6203commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
6204Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6205Date: Thu Feb 19 18:20:46 2009 +0300
6206
6207 mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
6208
6209 This patch fixes copy-paste issue: pci_hose[0]'s first and last
6210 busnos were used to fixup pci1's nodes.
6211
6212 We don't see this bug triggering only because Linux reenumerate
6213 buses anyway.
6214
6215 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6216 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6217
6218commit b24a99f6666ac278ec9f9c1334518af828833d19
6219Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6220Date: Thu Feb 19 18:20:44 2009 +0300
6221
6222 mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
6223
6224 This patch fixes an issue in config space read accessors: we should
6225 fill-in the value even if we fail (e.g. skipping devices), otherwise
6226 CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
6227
6228 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6229 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6230
6231commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
6232Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6233Date: Thu Feb 19 18:20:42 2009 +0300
6234
6235 mpc83xx: PCIe: Don't start bus enumeration at 0
6236
6237 Currently we assign first_busno = 0 for the first PCIe hose, but this
6238 scheme won't work if we have ordinary PCI hose already registered (its
6239 first_busno value is 0 too).
6240
6241 The old code worked fine only because we have PCI disabled on
6242 MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
6243 "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
6244 But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
6245 triggers.
6246
6247 So, to fix the issue, we should use pci_last_busno() + 1 for the
6248 first_busno (i.e. last available busno).
6249
6250 Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
6251 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6253
6254commit cc2a8c7751ddbae3116660064f446888538b93e9
6255Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6256Date: Thu Feb 19 18:20:41 2009 +0300
6257
6258 PCI: Add pci_last_busno() helper
6259
6260 This is just a handy routine that reports last PCI busno: we walk
6261 down all the hoses and return last hose's last_busno.
6262
6263 Will be used by PCI/PCIe initialization code.
6264
6265 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6266 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6267
6268commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
6269Author: Becky Bruce <beckyb@kernel.crashing.org>
6270Date: Mon Feb 23 13:56:51 2009 -0600
6271
6272 MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
6273
6274 Currently, we get 256MB as the default, but since all the 86xx
6275 board configs define a 2G BAT mapping for RAM, raise default
6276 to 2G.
6277
6278 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6279 Acked-by: Jon Loeliger <jdl@freescale.com>
6280
6281commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
6282Author: Becky Bruce <beckyb@kernel.crashing.org>
6283Date: Thu Feb 12 10:43:32 2009 -0600
6284
6285 mpc8641hpcn: Indicate 36-bit addr map in boot messages
6286
6287 If 36-bit addressing is enabled, print a message on the console
6288 when we boot.
6289
6290 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6291
c0a14aed
WD
6292commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
6293Author: Mark Jackson <mpfj-list@mimc.co.uk>
6294Date: Fri Feb 13 15:48:18 2009 +0000
6295
6296 Setup extra MIMC200 chip selects
6297
6298 Added code to setup the extra Flash and FRAM chip selects as used on the
6299 MIMC200 board.
6300
6301 V2 moves the init code from the common "cpu.c" file into the board specific
6302 setup file.
6303
6304 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
6305 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6306
6307commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
6308Author: Mark Jackson <mpfj@mimc.co.uk>
6309Date: Mon Nov 24 12:10:56 2008 +0000
6310
6311 MIMC200: tidy GCLK init code
6312
6313 Change the MIMC200 startup code to use the built-in (rather than
6314 hard-coded) funtions for setting up gclk outputs.
6315
6316 We'll also move the code to the new, more-appropriate
6317 board_postclk_init() routine.
6318
6319 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
6320 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6321
6322commit b423f94063bf04e92047ff85c7e53441eb3b712b
6323Author: Olav Morken <olavmrk@gmail.com>
6324Date: Fri Jan 23 12:56:32 2009 +0100
6325
6326 AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
6327
6328 The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
6329 workaround, two NOPs can be inserted.
6330
6331 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
6332 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
6333 Signed-off-by: Olav Morken <olavmrk@gmail.com>
6334 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6335
6336commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
6337Author: Gunnar Rangoy <gunnar@rangoy.com>
6338Date: Fri Jan 23 12:56:29 2009 +0100
6339
6340 AVR32: Make GPIO implmentation cpu dependent
6341
6342 There are some differences in the implementation of GPIO in the
6343 at32uc chip compared to the ap700x series.
6344
6345 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
6346 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
6347 Signed-off-by: Olav Morken <olavmrk@gmail.com>
6348 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6349
6350commit a38de083d2979db3680f0d0978c509a172c8fa00
6351Author: Olav Morken <olavmrk@gmail.com>
6352Date: Fri Jan 23 12:56:28 2009 +0100
6353
6354 AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
6355
6356 The AVR32A architecture (which AT32UC3A-series is based on) has a
6357 different memory layout than the AVR32B-architecture. This patch moves
6358 addrspace.h to an arch-dependent directory in preparation for
6359 AT32UC3A-support. It also moves some address-space manipulation
6360 functions from io.h to addrspace.h.
6361
6362 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
6363 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
6364 Signed-off-by: Olav Morken <olavmrk@gmail.com>
6365 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6366
6367commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
6368Author: Olav Morken <olavmrk@gmail.com>
6369Date: Fri Jan 23 12:56:27 2009 +0100
6370
6371 AVR32: Make cacheflush cpu-dependent
6372
6373 The AT32UC3A series of processors doesn't contain any cache, and issuing
6374 cache control instructions on those will cause an exception. This commit
6375 makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
6376
6377 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
6378 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
6379 Signed-off-by: Olav Morken <olavmrk@gmail.com>
6380 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6381
b3dd629e
WD
6382commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
6383Author: Heiko Schocher <hs@denx.de>
6384Date: Tue Feb 10 09:38:52 2009 +0100
6385
6386 netloop: speed up NetLoop
6387
6388 NetLoop polls every cycle with getenv some environment variables.
6389 This is horribly slow, especially when the environment is big.
6390
6391 This patch reads only the environment variables in NetLoop,
6392 when they were changed.
6393
6394 Also moved the init part of the NetLoop function in a seperate
6395 function.
6396
6397 Signed-off-by: Heiko Schocher <hs@denx.de>
6398 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6399
6400commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
6401Author: Mike Frysinger <vapier@gentoo.org>
6402Date: Mon Dec 22 02:56:07 2008 -0500
6403
6404 smc911x_eeprom: new example app for managing newer SMC parts
6405
6406 A forward port of the last version to work with the newer smc911x driver.
6407 I only have a board with a LAN9218 part on it, so that is the only one
6408 I've tested. But there isn't anything in this that would make it terribly
6409 chip specific afaik.
6410
6411 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6412 CC: Sascha Hauer <s.hauer@pengutronix.de>
6413 CC: Guennadi Liakhovetski <lg@denx.de>
6414 CC: Magnus Lilja <lilja.magnus@gmail.com>
6415 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6416
6417commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
6418Author: Pieter Henning <phenning@vastech.co.za>
6419Date: Sun Feb 22 23:17:15 2009 -0800
6420
6421 Added Vitesse VSC8211 definitions to TSEC driver
6422
6423 Added the struct containing PHY settings for the Vitesse VSC8211 phy to
6424 the phy_info list in tsec.c
6425
6426 Signed-off-by: Pieter Henning <phenning@vastech.co.za>
6427 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6428
6429commit 32688e572ff96715b41420e9a7f280db6c399b65
6430Author: Wolfgang Denk <wd@denx.de>
6431Date: Mon Feb 23 00:22:21 2009 +0100
6432
6433 Update CHANGELOG; Prepare 2009.03-rc1
6434
6435 Signed-off-by: Wolfgang Denk <wd@denx.de>
6436
32688e57
WD
6437commit 80b827c2b78329c6503b271e43d9eb693d644710
6438Author: Wolfgang Denk <wd@denx.de>
6439Date: Sun Feb 22 23:45:40 2009 +0100
6440
6441 ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
6442
6443 The file was generated from building versatile_defconfig.
6444
6445 Signed-off-by: Wolfgang Denk <wd@denx.de>
6446
6447commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
6448Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6449Date: Sun Feb 22 14:24:11 2009 +0900
6450
6451 MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
6452
6453 Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
6454 like this:
6455
6456 skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
6457 Configuring for dbau1x00 board...
6458 au1x00_eth.c: In function 'au1x00_send':
6459 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6460 au1x00_eth.c: In function 'au1x00_recv':
6461 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6462 au1x00_eth.c: In function 'au1x00_init':
6463 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6464 au1x00_eth.c: In function 'au1x00_recv':
6465 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6466 au1x00_eth.c: In function 'au1x00_init':
6467 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6468 au1x00_eth.c: In function 'au1x00_send':
6469 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6470
6471 We're passing a volatile pointer to a function which is expecting a non-
6472 volatile pointer. That's potentially dangerous, so gcc warns about it.
6473 Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
6474
6475 To fix this, we add a volatile attribute to the argument in question.
6476 The virt_to_phys function in Linux kernel also does the same thing.
6477
6478 Signed-off-by: Stefan Roese <sr@denx.de>
6479 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6480
6481commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
6482Author: Dirk Behme <dirk.behme@googlemail.com>
6483Date: Fri Feb 20 17:51:28 2009 +0100
6484
6485 OMAP3: Clean up MMC code
6486
6487 Clean up OMAP3 MMC code:
6488
6489 * Convert register access to struct & readx/writex style
6490 * Replace hardcode values by macros
6491 * Remove macro defined twice
6492
6493 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6494
6495commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
6496Author: Dirk Behme <dirk.behme@googlemail.com>
6497Date: Thu Feb 12 18:55:43 2009 +0100
6498
6499 OMAP3: Pandora: Update pin mux
6500
6501 Clock pin must have input enabled for MMC3 to work.
6502 Also enable pull-ups for cmd/data lines to be consistent
6503 with remaining MMC host pin setup.
6504
6505 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
6506
6507commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
6508Author: Dirk Behme <dirk.behme@googlemail.com>
6509Date: Thu Feb 12 18:55:42 2009 +0100
6510
6511 OMAP3: Add OMAP3 auto detection
6512
6513 This patch adds OMAP3 cpu type auto detection based on OMAP3 register
6514 and removes hardcoded values.
6515
6516 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
6517 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6518
6519commit f956fd0338f4990793a10f767929ba4963665261
6520Author: Dirk Behme <dirk.behme@googlemail.com>
6521Date: Thu Feb 12 18:55:41 2009 +0100
6522
6523 OMAP3: Beagle: Add board revision detection
6524
6525 With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
6526 which might need different software handling. For this, GPIO pin 171 (GPIO
6527 module 6, offset 11) can be used to check for board revision. If this pin
6528 is low, we have a rev C board. Else it must be a revision Ax or Bx board.
6529
6530 To handle board differences you can call function beagle_get_revision().
6531 E.g.:
6532
6533 if (beagle_get_revision()) {
6534
6535 /* do special revision C stuff here */
6536
6537 }
6538
6539 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6540
6541commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
6542Author: Dirk Behme <dirk.behme@googlemail.com>
6543Date: Thu Feb 12 18:55:40 2009 +0100
6544
6545 OMAP3: Overo: Clean up pin mux and GPIO configuration
6546
6547 * Make Overo GPIO114 an input for touchscreen PENDOWN
6548 * Make Overo GPIO144-147 readable
6549 * Make Overo EHCI pinmux match beagle rev c setup
6550 * Adjust pinmux for SMSC911X network chip support
6551 * Remove unnecessary GPIO setup
6552 * Fix merge error in Makefile
6553
6554 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
6555 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6556
6557commit 2579019b8248e5f166e60e37065766efc8a49dbc
6558Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6559Date: Sun Feb 22 17:08:41 2009 +0100
6560
6561 nmdk8815: fix onenand support
6562
6563 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6564
6565commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
6566Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6567Date: Sun Feb 22 17:56:50 2009 +0100
6568
6569 nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
6570
6571 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6572
6573commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
6574Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6575Date: Sun Feb 22 17:49:43 2009 +0100
6576
6577 davinci: fix implicit declaration of function 'davinci_errata_workarounds'
6578
6579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6580
6581commit 4f5728987f4f9f7845688482aa2b7f2127768165
6582Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6583Date: Sun Feb 22 15:49:28 2009 +0100
6584
6585 arm: add uart dcc support
6586
6587 Serial driver via the EmbeddedICE macrocell's DCC channel using
6588 co-processor 14.
6589
6590 It does include a timeout to ensure that the system does not
6591 totally freeze when there is nothing connected to read.
6592
6593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6594
6595commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
6596Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6597Date: Fri Nov 21 14:35:56 2008 -0500
6598
6599 ARM DaVinci: Add common peripherals and modules enable functions.
6600
6601 Taken all the duplicated code for enabling common modules and apply
6602 software workarounds from the board specific code into common
6603 functions. Also added comments explaining the workarounds
6604 (from TI errata documents) and replaced some numerical bit numbers
6605 with more meaningful defines.
6606
6607 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6608
6609commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
6610Author: Alessandro Rubini <rubini@unipv.it>
6611Date: Mon Feb 9 15:53:33 2009 +0100
6612
6613 Enable Ethernet for Nomadik 8815 Evaluation Kit
6614
6615 This trivially enables Ethernet support in the debug board
6616 by setting up the proper chip select.
6617
6618 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6619 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
6620
6621commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
6622Author: Alessandro Rubini <rubini@unipv.it>
6623Date: Mon Feb 9 15:53:31 2009 +0100
6624
6625 Nand driver for Nomadik SoC
6626
6627 This driver implements the ECC algorithm described in
6628 the CPU data sheet and uses the OOB layout chosen in
6629 already-released development systems (shipped with a custom-made
6630 u-boot 1.3.1).
6631
6632 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6633 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
6634
6635commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
6636Author: Alessandro Rubini <rubini@unipv.it>
6637Date: Mon Feb 9 15:53:31 2009 +0100
6638
6639 Added nomadik.h header
6640
6641 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6642 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
6643
6644commit 60ece6d8043d1dd80f5dd32c541213716d624b19
6645Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
6646Date: Wed Oct 29 20:05:18 2008 +0900
6647
6648 r8a66597-hcd: fix cannot use external hub
6649
6650 Fix the problem that cannot use external hub, because this driver
6651 did not control correctly a DEVADDx register.
6652
6653 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
6654 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6655
6656commit e1ffaee728190e76a4596a3579d94e730143585f
6657Author: Mike Frysinger <vapier@gentoo.org>
6658Date: Thu Feb 19 01:20:27 2009 -0500
6659
6660 Blackfin: disable syscontrol code for now
6661
6662 Looks like the initcode updates fell out of order during my merges. The
6663 patch that really fixes up this code is part of power-on overhaul and so
6664 is too large for merging at this point. Instead, we can disable the code
6665 as no currently in-tree board depends on it. The next merge window will
6666 fix things up properly.
6667
6668 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6669
6670commit 1b228d68f54832edd867ef98520f760f68192ab7
6671Author: Mike Frysinger <vapier@gentoo.org>
6672Date: Thu Feb 19 01:19:49 2009 -0500
6673
6674 Blackfin: bf537-stamp: fix I2C board defines
6675
6676 The previous merge for cleaning up the I2C driver incorrectly reverted the
6677 CFG_xxx rename for some of the I2C defines.
6678
6679 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6680 Signed-off-by: Heiko Schocher <hs@denx.de>
6681
6682commit 09fee8e8677a6265e89144ccc163bf00e321769e
6683Author: Wolfgang Denk <wd@denx.de>
6684Date: Sun Feb 22 01:19:52 2009 +0100
6685
6686 Coding Style cleanup; update CHANGELOG
6687
6688 Signed-off-by: Wolfgang Denk <wd@denx.de>
6689
6690commit 1dcb50afbb63a439320a985380a0af2dca079d1e
6691Author: Wolfgang Denk <wd@denx.de>
6692Date: Sun Feb 22 01:17:47 2009 +0100
6693
6694 Makefile: fix cleanup
6695
6696 Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
6697 to adapt the cleanup rules in the Makefile
6698
6699 Signed-off-by: Wolfgang Denk <wd@denx.de>
6700
09fee8e8
WD
6701commit edff7bcc4d5540df8b416274652ff02e94c38b9e
6702Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6703Date: Fri Feb 20 13:01:56 2009 -0500
6704
6705 Cleanup the comment for m68k linux boot argument passing.
6706
6707 This patch clarifies the way m68k passes linux boot argument.
6708 The one gotcha here is that the assembly instruction that
6709 the compiler uses to jump to the kernel is 'jsr' which pushes the
6710 program counter for the instruction after the jsr into the stack pointer.
6711
6712 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6713 Signed-off-by: Wolfgang Denk <wd@denx.de>
6714
6715commit 4d41650eec959668280a612467bd95c7b8398513
6716Author: Peter Griffin <pgriffin@mpc-data.co.uk>
6717Date: Tue Feb 10 16:44:45 2009 +0000
6718
6719 sh: Fix rsk7203 in tree build
6720
6721 Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
6722
6723commit fca0cecff73db99d99ad094cca7980472b8a11b5
6724Author: Minkyu Kang <mk7.kang@samsung.com>
6725Date: Wed Feb 18 09:05:52 2009 +0900
6726
6727 bootm: Reduce the unnecessary memmove
6728
6729 Although load address and image start address are same address,
6730 bootm command always does memmove.
6731 That is unnecessary memmove and can be taken few milliseconds
6732 (about 500 msec to 1000 msec).
6733 If skip this memmove, we can reduce the boot time.
6734
6735 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
6736
6737commit 670cbde8da83690fed1064c3358f54ae1d693ed2
6738Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6739Date: Sun Feb 15 22:29:15 2009 +0100
6740
6741 fpga: Fix Spartan III FPGA booting
6742
6743 This patch does some minor fixing of the Xilinx Spartan III
6744 FPGA boot code:
6745
6746 - Fixed call order of post configuration callback and
6747 success message printing (result of copy-paste?)
6748 - remove obsolete comment
6749 - minor coding style cleanup
6750
6751 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6752
6753commit 3818b677641038d27b2663fbd6771ad38c932f86
6754Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6755Date: Sun Feb 15 22:28:36 2009 +0100
6756
6757 fpga: Fix Spartan II FPGA booting
6758
6759 This patch does some minor fixing of the Xilinx Spartan II
6760 FPGA boot code:
6761
6762 - Fixed call order of post configuration callback and
6763 success message printing (result of copy-paste?)
6764 - relocate post configuration callback only when it
6765 is implemented
6766 - remove obsolete comment
6767 - minor coding style cleanup
6768
6769 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6770
6771commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
6772Author: Mike Frysinger <vapier@gentoo.org>
6773Date: Wed Feb 11 20:26:52 2009 -0500
6774
6775 drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
6776
6777 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6778
6779commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
6780Author: Derek Ou <dou@siconix.com>
6781Date: Tue Feb 3 16:00:07 2009 -0700
6782
6783 lcd_putc bug fix for tab.
6784
6785 Signed-off-by: Derek Ou <dou@siconix.com>
6786
6787commit 35c9e14d8096e519fe76c953a43d52a09617345c
6788Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
6789Date: Mon Feb 2 09:46:21 2009 +0900
6790
6791 MIPS: cpu/mips/Makefile: Add a missing START line
6792
6793 In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
6794 Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
6795 line. This patch puts it back.
6796
6797 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
6798
6799commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
6800Author: Wolfgang Denk <wd@denx.de>
6801Date: Sat Feb 21 21:51:21 2009 +0100
6802
6803 Enable ext2 support for TQM8xxL/M based boards
6804
6805 Signed-off-by: Wolfgang Denk <wd@denx.de>
6806
6807commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
6808Author: Tom Rix <Tom.Rix@windriver.com>
6809Date: Fri Feb 20 03:47:50 2009 +0100
6810
6811 ARM:PXA Use new definitions in mmc.h
6812
6813 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6814 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6815
6816commit 682beeac34dc9ab18fab58b26973d2e29d113717
6817Author: Andy Fleming <afleming@freescale.com>
6818Date: Fri Feb 20 03:47:50 2009 +0100
6819
6820 Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
6821
6822 These names are being taken over by the new MMC framework. Hopefuly
6823 the PXA can be easily ported, and these functions will go away entirely.
6824
6825 Signed-off-by: Andy Fleming <afleming@freescale.com>
6826 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6827
6828commit b03d92e5584935886ff91d5aa0755dc8888b7187
6829Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6830Date: Fri Feb 20 03:47:50 2009 +0100
6831
6832 pxa: move mmc drivers to drivers/mmc
6833
6834 introduce new macro CONFIG_PXA_MMC to activate it
6835
6836 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6837
6838commit 9490f465642c80c054854689a2ef1a77d65cf1f3
6839Author: Tom Rix <Tom.Rix@windriver.com>
6840Date: Thu Feb 19 19:27:22 2009 -0600
6841
6842 ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
6843
6844 These structures are defined in the common mmc.h
6845
6846 This was compile checked on cerf250.
6847
6848commit 94a3312920b6f9b5da27309549fb73650718c10a
6849Author: Micha Kalfon <smichak.uv@gmail.com>
6850Date: Wed Feb 11 19:50:11 2009 +0200
6851
6852 pxa: fixing get_timer to return time in miliseconds.
6853
6854 Fixing the get_timer function to return time in miliseconds instead of
6855 ticks. Also fixed PXA boards to use the conventional value of 1000 for
6856 CONFIG_SYS_HZ.
6857
6858 Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
6859
6860commit e5e88c3614b79b54719905f66aefb51f9494bc1f
6861Author: Tom Rix <Tom.Rix@windriver.com>
6862Date: Thu Feb 19 16:45:43 2009 -0600
6863
6864 ARM:OMAP3 Change mmc_init to mmc_legacy_init
6865
6866 omap3_mmc.c was changed to define mmc_legacy_init.
6867 Remove unused functions.
6868
6869 Compile tested on all arm
6870 Runtime tested on Zoom1.
6871
6872 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6873
6874commit 9e80bb21629988063574f88ca0d28baadff4d963
6875Author: Heiko Schocher <hs@denx.de>
6876Date: Thu Feb 19 17:23:58 2009 +0100
6877
6878 82xx, mgcoge: updates for 2009.03
6879
6880 - activate CS4 for accessing the FPGA
6881 - activate Rx buf len > 1 on SMC
6882 - pram activated
6883 - MTDPARTS_DEFAULT defined
6884 - update the size of the flashes in the DTS
6885 before booting Linux
6886 - MONITOR_LEN updated to 384k
6887 - added CONFIG_HOSTNAME
6888 - added CONFIG_ENV_BUFFER_PRINT
6889 - Environment size reduced to 16k
6890
6891 Signed-off-by: Heiko Schocher <hs@denx.de>
6892
6893commit df909554e2401f307925e1bd45d576e4176d9de9
6894Author: Heiko Schocher <hs@denx.de>
6895Date: Thu Feb 19 17:24:01 2009 +0100
6896
6897 8xx, mgsuvd: updates for 2009.03
6898
6899 - activate Rx buf len > 1 on SMC
6900 - pram activated
6901 - MTDPARTS_DEFAULT defined
6902 - update the size of the flash in the DTS
6903 before booting Linux
6904 - MONITOR_LEN updated to 384k
6905 - added CONFIG_HOSTNAME
6906 - added CONFIG_ENV_BUFFER_PRINT
6907 - Environment size reduced to 16k
6908
6909 Signed-off-by: Heiko Schocher <hs@denx.de>
6910
6911commit 3511b4e208e12be85b532866f1c660aa2e021557
6912Author: Dirk Behme <dirk.behme@googlemail.com>
6913Date: Wed Feb 18 19:59:39 2009 +0100
6914
6915 MMC: Don't use new framework code if not enabled
6916
6917 Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
6918 isn't enabled.
6919
6920 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6921
6922commit 32482be67775e00b4cbc49fba62347c1ecc6229c
6923Author: Wolfgang Denk <wd@denx.de>
6924Date: Thu Feb 19 13:53:29 2009 +0100
6925
6926 TQM8xxL: make some room in low memory for future needs
6927
6928 THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
6929 small boot sectors in the flash. This patch makes some room in the
6930 first sector to prepare for a size increase of lib_generic/vsprintf.o
6931 by a future patch.
6932
6933 Signed-off-by: Wolfgang Denk <wd@denx.de>
6934
6935commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
6936Author: Kim Phillips <kim.phillips@freescale.com>
6937Date: Wed Feb 18 18:06:18 2009 -0600
6938
6939 README: remove duplicate entry
6940
6941 it's been around since the original commit (2ad6b513) that added two
6942 identical entries.
6943
6944 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6945
6946commit 1bba30efe1717bea13026e15c7c7d906419fac69
6947Author: Wolfgang Denk <wd@denx.de>
6948Date: Thu Feb 19 00:41:08 2009 +0100
6949
6950 Coding style cleanup, update CHANGELOG
6951
6952 Signed-off-by: Wolfgang Denk <wd@denx.de>
6953
1bba30ef
WD
6954commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
6955Author: Kim Phillips <kim.phillips@freescale.com>
6956Date: Wed Feb 18 17:43:59 2009 -0600
6957
6958 sata_sil3114: fix compiler warning
6959
6960 judging from other printfs in the same file, it seems ata should be
6961 postpended with the interface number, not the address of the global
6962 port variable. Fixes this for current u-boot-mpc83xx tree:
6963
6964 Configuring for MPC8349ITX board...
6965 sata_sil3114.c: In function 'sata_bus_softreset':
6966 sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
6967 sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
6968
6969 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6970
6971commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
6972Author: Ron Madrid <ron_madrid@sbcglobal.net>
6973Date: Wed Feb 18 14:30:44 2009 -0800
6974
6975 Create configuration option for restricted ns16550 functions
6976
6977 This patch will create a configuration option for a minimum configuration for
6978 the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
6979 configuration option to the SIMPC8313.h config file in order to fix the NAND
6980 bootstrap build error. This option will exclude all functions with exception of
6981 NS16550_putc and NS16550_init. This will be used primarily to save space and
6982 remove unused code from builds in which space is limited.
6983
6984 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
6985
6986commit 7b0bc0219db8981613259473cf19699ac259b4fb
6987Author: Kim Phillips <kim.phillips@freescale.com>
6988Date: Wed Feb 18 16:14:29 2009 -0600
6989
6990 mkconfig: include board config.h before asm/config.h
6991
6992 swapping the include order suppresses warnings for board configs
6993 that define their own CONFIG_MAX_MEM_MAPPED:
6994
6995 In file included from /home/r1aaha/git/u-boot/include/config.h:5,
6996 from /home/r1aaha/git/u-boot/include/common.h:35,
6997 from simpc8313.c:26:
6998 /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
6999 "CONFIG_MAX_MEM_MAPPED" redefined
7000 In file included from /home/r1aaha/git/u-boot/include/config.h:4,
7001 from /home/r1aaha/git/u-boot/include/common.h:35,
7002 from simpc8313.c:26:
7003 /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
7004 the location of the previous definition
7005
7006 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7007
7008commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
7009Author: Wolfgang Denk <wd@denx.de>
7010Date: Wed Feb 18 21:35:38 2009 +0100
7011
7012 Fix build errors after making flash_get_info() non-static
7013
7014 Fix for these build problems:
7015 error: static declaration of 'flash_get_info' follows non-static declaration
7016
7017 Signed-off-by: Wolfgang Denk <wd@denx.de>
7018
09fee8e8
WD
7019commit b4996d6b2140e5da7f1c346f37a67b19907b307a
7020Author: Stefan Roese <sr@denx.de>
7021Date: Wed Feb 18 13:18:00 2009 +0100
7022
7023 ppc4xx: PCIe: Change 16GB inbound memory to 4GB
7024
7025 This patch fixes a problem recently seen on some 4xx platforms. For
7026 example on Kilauea PCIe slot #0.
7027
7028 Signed-off-by: Stefan Roese <sr@denx.de>
7029
7030commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
7031Author: Stefan Roese <sr@denx.de>
7032Date: Wed Feb 18 14:05:37 2009 +0100
7033
7034 ppc4xx: Some more PMC405 coding-style cleanup
7035
7036 Signed-off-by: Stefan Roese <sr@denx.de>
7037
7038commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
7039Author: Matthias Fuchs <matthias.fuchs@esd.eu>
7040Date: Sun Feb 15 22:27:47 2009 +0100
7041
7042 ppc4xx: Update PMC405 board support
7043
7044 This patch prepares the good old PMC405 board support for
7045 upcoming PMC405V2 patches.
7046
7047 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7048 Signed-off-by: Stefan Roese <sr@denx.de>
7049
7050commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
7051Author: Matthias Fuchs <matthias.fuchs@esd.eu>
7052Date: Sun Feb 15 22:26:54 2009 +0100
7053
7054 ppc4xx: Cleanup PMC405 board support
7055
7056 This patch fixes coding style for PMC405 board support.
7057 Also some unneeded features/code is removed.
7058
7059 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7060 Signed-off-by: Stefan Roese <sr@denx.de>
7061
7062commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
7063Author: Ilya Yanok <yanok@emcraft.com>
7064Date: Thu Feb 5 04:08:20 2009 +0100
7065
7066 qong: changes to Dave/DENX Qong configuration
7067
7068 1. Changes to the default environment:
7069 - "bootcmd" defined as "run flash_self"
7070 - "saveenv" command removed from "update"
7071 - "uboot" changed to "u-boot" (also in "load")
7072 - "addmtd" variable defined (and added to all boot commands)
7073 2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
7074 3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
7075 4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
7076 with truncated "bootargs" environment variable.
7077
7078 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7079
1bba30ef
WD
7080commit 5f0320108870e5d62983d1d5c13a2a087dddf686
7081Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7082Date: Sun Feb 1 17:07:52 2009 +0100
7083
7084 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
7085
7086 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7087
7088commit ec6f14994602276660f7264c6ab3b91ef1f7614d
7089Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7090Date: Sun Feb 1 17:07:51 2009 +0100
7091
7092 common/console: coding style cleanup
7093
7094 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7095
7096commit daaf74f176b548dfd34a9990231f4189201d57ba
7097Author: Mike Frysinger <vapier@gentoo.org>
7098Date: Thu Jan 29 20:02:23 2009 -0500
7099
7100 mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
7101
7102 Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
7103 into the Makefile so we avoid pointless compiling of the file.
7104
7105 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7106
7107commit 7bd2722e890bc877a3c057d7ccddc80451c99939
7108Author: Mike Frysinger <vapier@gentoo.org>
7109Date: Thu Jan 29 20:02:07 2009 -0500
7110
7111 disk: convert part_* files to COBJ-$(CONFIG_XXX) style
7112
7113 Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
7114 avoid pointless compiles.
7115
7116 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7117
7118commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
7119Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
7120Date: Thu Jan 29 10:35:40 2009 +0200
7121
7122 include/image.h: Ease grepping of image_* functions
7123
7124 Because the functions have been defined using macros, grepping for
7125 their definitions is not possible. This patch adds the real function
7126 names in comments.
7127
7128 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
7129 Acked-by: Mike Frysinger <vapier@gentoo.org>
7130
7131commit bdab39d358e63aa47f400a8a76b8d5f283842df3
7132Author: Mike Frysinger <vapier@gentoo.org>
7133Date: Wed Jan 28 19:08:14 2009 -0500
7134
7135 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
7136
7137 The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
7138 rather than a generic "env" command, or anything else related to the
7139 environment. So, let's make sure the define is named accordingly.
7140
7141 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7142
7143commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
7144Author: Valeriy Glushkov <gvv@lstec.com>
7145Date: Fri Jan 23 20:02:17 2009 +0200
7146
7147 disable imls command if no flash is defined
7148
7149 Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
7150
7151 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
7152
7153commit 923aa48126259c13de95131203f1d28bfa5cb889
7154Author: Rafal Jaworowski <raj@semihalf.com>
7155Date: Fri Jan 23 13:27:18 2009 +0100
7156
7157 API: Improve glue mid-layer of the API demo application.
7158
7159 - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
7160 read, which allows for better control and error handling (this introduces
7161 additional error code API_ESYSC returned by the glue mid-layer).
7162
7163 - Clean up definitions naming and usage.
7164
7165 - Other minor cosmetics.
7166
7167 Note these changes do not touch the API proper, so the interface between
7168 U-Boot and standalone applications remains unchanged.
7169
7170 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
7171
7172commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
7173Author: Rafal Jaworowski <raj@semihalf.com>
7174Date: Fri Jan 23 13:27:17 2009 +0100
7175
7176 API: Only output test data when reading was successful.
7177
7178 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
7179
7180commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
7181Author: Rafal Jaworowski <raj@semihalf.com>
7182Date: Fri Jan 23 13:27:16 2009 +0100
7183
7184 API: Provide syscall entry point for the ARM architecture.
7185
7186 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
7187 Acked-by: Rafal Jaworowski <raj@semihalf.com>
7188
7189commit b84d7d8f1e1066f810866304a16a3583f88e7c98
7190Author: Rafal Jaworowski <raj@semihalf.com>
7191Date: Fri Jan 23 13:27:15 2009 +0100
7192
7193 API: Use stack pointer as API signature search hint in the glue layer.
7194
7195 De-hardcode range in RAM we search for the API signature. Instead use the stack
7196 pointer as a hint to narrow down the range in which the signature could reside
7197 (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
7198 from stack area). Adjust PowerPC code in API demo to the new scheme.
7199
7200 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
7201 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
7202
7203commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
7204Author: Wolfgang Denk <wd@denx.de>
7205Date: Tue Feb 17 10:26:38 2009 +0100
7206
7207 TQM8260: fix locations of kernel and ramdisk images in flash
7208
7209 After introducing redundant environment the kernel images was
7210 overlapping with environment.
7211
7212 Signed-off-by: Wolfgang Denk <wd@denx.de>
7213
b3dd629e
WD
7214commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
7215Author: Heiko Schocher <hs@denx.de>
7216Date: Wed Feb 11 19:26:15 2009 +0100
7217
7218 83xx: add missing TIMING_CFG1_CASLAT_* defines
7219
7220 Signed-off-by: Heiko Schocher <hs@denx.de>
7221 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7222
7223commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
7224Author: Valeriy Glushkov <gvv@lstec.com>
7225Date: Thu Feb 5 14:35:21 2009 +0200
7226
7227 mpc8349itx: allow SATA boot from the onboard SIL1334
7228
7229 This patch allows using of SATA devices connected
7230 to the onboard PCI SIL1334 SATA controller.
7231
7232 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
7233 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7234
1bba30ef
WD
7235commit e1ac387f4645499746856adc1aeaa9787da2eca6
7236Author: Andy Fleming <afleming@freescale.com>
7237Date: Thu Oct 30 16:50:14 2008 -0500
7238
7239 83xx: Add eSDHC support on 8379 EMDS board
7240
7241 Signed-off-by: Andy Fleming <afleming@freescale.com>
7242
7243commit 80522dc8369a89938369fbcee572e662373bc9a3
7244Author: Andy Fleming <afleming@freescale.com>
7245Date: Thu Oct 30 16:51:33 2008 -0500
7246
7247 85xx: Add eSDHC support for 8536 DS
7248
7249 Signed-off-by: Andy Fleming <afleming@freescale.com>
7250
7251commit 50586ef24ed5caf6ce5591df76f355009da2cd79
7252Author: Andy Fleming <afleming@freescale.com>
7253Date: Thu Oct 30 16:47:16 2008 -0500
7254
7255 Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
7256
7257 This uses the new MMC framework
7258
7259 Some contributions by Dave Liu <daveliu@freescale.com>
7260
7261 Signed-off-by: Andy Fleming <afleming@freescale.com>
7262
7263commit 272cc70b211e945e4413122aa73868f6ada732a5
7264Author: Andy Fleming <afleming@freescale.com>
7265Date: Thu Oct 30 16:41:01 2008 -0500
7266
7267 Add MMC Framework
7268
7269 Here's a new framework (based roughly off the linux one) for managing
7270 MMC controllers. It handles all of the standard SD/MMC transactions,
7271 leaving the host drivers to implement only what is necessary to
7272 deal with their specific hardware.
7273
7274 This also hooks the infrastructure into the PowerPC board code
7275 (similar to how the ethernet infrastructure now hooks in)
7276
7277 Some of this code was contributed by Dave Liu <daveliu@freescale.com>
7278
7279 Signed-off-by: Andy Fleming <afleming@freescale.com>
7280
7281commit 1de97f9856f697380cc504126ab92561ed238803
7282Author: Andy Fleming <afleming@freescale.com>
7283Date: Thu Oct 30 16:31:39 2008 -0500
7284
7285 Eliminated arch-specific mmc header requirement
7286
7287 The current MMC infrastructure relies on the existence of an
7288 arch-specific header file. This isn't necessary, and a couple
7289 drivers were forced to implement dummy files to meet this requirement.
7290 Instead, we move the stuff in those header files into a more appropriate
7291 place, and eliminate the stubs and the #include of asm/arch/mmc.h
7292
7293 Signed-off-by: Andy Fleming <afleming@freescale.com>
7294
7295commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
7296Author: Andy Fleming <afleming@freescale.com>
7297Date: Thu Oct 30 16:21:00 2008 -0500
7298
7299 Convert mmc_init to mmc_legacy_init
7300
7301 This is to get it out of the way of incoming MMC framework
7302
7303 Signed-off-by: Andy Fleming <afleming@freescale.com>
7304
7305commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
7306Author: Andy Fleming <afleming@freescale.com>
7307Date: Thu Oct 30 16:19:25 2008 -0500
7308
7309 Eliminate support for using MMC as memory
7310
7311 MMC cards are not memory, so we stop treating them that way.
7312
7313 Signed-off-by: Andy Fleming <afleming@freescale.com>
7314
7315commit e1be0d25ecf494ae81245ca438738ba839d6329b
7316Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
7317Date: Sun Jan 4 08:46:38 2009 +0530
7318
7319 32bit BUg fix for DDR2 on 8572
7320
7321 This errata fix is required for 32 bit DDR2 controller on 8572.
7322 May also be required for P10XX20XX platforms
7323
7324 Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
7325
7326commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
7327Author: Andy Fleming <afleming@freescale.com>
7328Date: Mon Feb 16 09:40:20 2009 -0600
7329
7330 TQM85xx: Fix a couple warnings in TQM8548 build
7331
7332 The ecm variable in sdram.c was being declared for all 8548, but only
7333 used by specific 8548 boards, so we make that variable require those
7334 specific boards, too
7335
7336 The nand code was using an index "i" into a table, and then re-using "i"
7337 to set addresses for each upm. However, then it relied on the old value
7338 of i still being there to enable things. Changed the second "i" to "j"
7339
7340 Signed-off-by: Andy Fleming <afleming@freescale.com>
7341
7342commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
7343Author: Wolfgang Grandegger <wg@grandegger.com>
7344Date: Wed Feb 11 18:38:26 2009 +0100
7345
7346 MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
7347
7348 This patch adds the workaround for erratum DDR20 according to MPC8548
7349 Device Errata document, Rev. 1: "CKE signal may not function correctly
7350 after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
7351 processor version 2.1 and the work-around must be removed.
7352
7353 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7354
7355commit 080408fdc71706adcb883d22125637c54f6010b1
7356Author: Wolfgang Grandegger <wg@grandegger.com>
7357Date: Wed Feb 11 18:38:25 2009 +0100
7358
7359 MPC85xx: TQM8548: use cache for AG and BE variants
7360
7361 This patch makes accesses to the system memory cachable by removing the
7362 caching-inhibited and guarded flags from the relevant TLB entries for
7363 the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
7364 are configured similarly.
7365
7366 This results in a big averall performace improvement. TFTP downloads,
7367 NAND Flash accesses, kernel boots, etc. are much faster.
7368
7369 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7370
7371commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
7372Author: Wolfgang Grandegger <wg@grandegger.com>
7373Date: Wed Feb 11 18:38:24 2009 +0100
7374
7375 MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
7376
7377 This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
7378 module.
7379
7380 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
7381 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7382
7383commit 88b0e88d186479349e5a2b771e82775109e10fb4
7384Author: Wolfgang Grandegger <wg@grandegger.com>
7385Date: Wed Feb 11 18:38:23 2009 +0100
7386
7387 MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
7388
7389 According to new TQM8548 timing specification:
7390 Refresh Recovery: 34 -> 53 clocks
7391 CKE pulse width: 1 -> 3 cycles
7392 Window for four activities: 13 -> 14 cycles
7393
7394 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
7395 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7396
7397commit a865bcdac89278cac4dfc07dec8299403110499d
7398Author: Wolfgang Grandegger <wg@grandegger.com>
7399Date: Wed Feb 11 18:38:22 2009 +0100
7400
7401 MPC85xx: TQM8548: add support for the TQM8548_AG module
7402
7403 The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
7404 CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
7405 with "$ make TQM8548_AG_config".
7406
7407 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7408
7409commit ad7ee5d43b0db94079d56521dabca25674f28747
7410Author: Wolfgang Grandegger <wg@grandegger.com>
7411Date: Wed Feb 11 18:38:21 2009 +0100
7412
7413 MPC85xx: TQM8548: add support for the TQM8548_BE module
7414
7415 The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
7416 interface. With NAND support, the image is significantly larger and
7417 TEXT_BASE is adjusted accordingly. U-Boot can be built for this
7418 module with "$ make TQM8548_BE_config".
7419
7420 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7421
7422commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
7423Author: Wolfgang Grandegger <wg@grandegger.com>
7424Date: Wed Feb 11 18:38:20 2009 +0100
7425
7426 MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
7427
7428 The TQM8548_AG module does not have the standard PCI/PCI-X interface
7429 connected but just the PCI Express interface . So far it was not
7430 possible to disable it without disabling the complete PCI interface
7431 (CONFIG_PCI) including PCI Express.
7432
7433 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7434
7435commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
7436Author: Wolfgang Grandegger <wg@grandegger.com>
7437Date: Wed Feb 11 18:38:19 2009 +0100
7438
7439 MPC85xx: TQM85xx: fix flash protection for boot loader
7440
7441 As the reset vector is located at 0xfffffffc, all flash sectors from the
7442 beginning of the U-Boot binary to 0xffffffff must be protected. On the
7443 TQM8548-AG having small sectors at the end of the flash it happened that
7444 the last two sector were not protected and an "erase all" left an
7445 un-bootable system behind:
7446
7447 Bank # 2: CFI conformant FLASH (32 x 16) Size: 32 MB in 270 Sectors
7448 AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
7449 Erase timeout: 8192 ms, write timeout: 1 ms
7450
7451 FFFA0000 E RO FFFC0000 RO FFFE0000 RO FFFE4000 RO FFFE8000 RO
7452 FFFEC000 RO FFFF0000 RO FFFF4000 RO FFFF8000 E FFFFC000
7453
7454 The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
7455 board BSPs as well.
7456
7457 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7458
7459commit a1c8a719262151f97119e76166043ee3da3f97b2
7460Author: Peter Tyser <ptyser@xes-inc.com>
7461Date: Fri Feb 6 14:30:40 2009 -0600
7462
7463 86xx: Update CPU info output on bootup
7464
7465 - Update style of 86xx CPU information on boot to more closely
7466 match 85xx boards
7467 - Fix detection of 8641/8641D
7468 - Use strmhz() to display frequencies
7469 - Display L1 information
7470 - Display L2 cache size
7471 - Fixed CPU/SVR version output
7472
7473 == Before ==
7474 Freescale PowerPC
7475 CPU:
7476 Core: E600 Core 0, Version: 0.2, (0x80040202)
7477 System: Unknown, Version: 2.1, (0x80900121)
7478 Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
7479 L2: Enabled
7480 Board: X-ES XPedite5170 3U VPX SBC
7481
7482 == After ==
7483 CPU: 8641D, Version: 2.1, (0x80900121)
7484 Core: E600 Core 0, Version: 2.2, (0x80040202)
7485 Clock Configuration:
7486 CPU:1066.667 MHz, MPX:533.333 MHz
7487 DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
7488 L1: D-cache 32 KB enabled
7489 I-cache 32 KB enabled
7490 L2: 512 KB enabled
7491 Board: X-ES XPedite5170 3U VPX SBC
7492
7493 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7494
7495commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
7496Author: Peter Tyser <ptyser@xes-inc.com>
7497Date: Thu Feb 5 11:25:24 2009 -0600
7498
7499 86xx: Update Global Utilities structure
7500
7501 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7502
7503commit 4ef630df773e45806d701bf5d25c328778bb4cde
7504Author: Peter Tyser <ptyser@xes-inc.com>
7505Date: Thu Feb 5 11:25:25 2009 -0600
7506
7507 86xx: Reset update
7508
7509 Update the 86xx reset sequence to try executing a board-specific reset
7510 function. If the board-specific reset is not implemented or does not
7511 succeed, then assert #HRESET_REQ. Using #HRESET_REQ is a more standard
7512 reset procedure than the previous method and allows all board
7513 peripherals to be reset if needed.
7514
7515 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7516
7517commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
7518Author: Kumar Gala <galak@kernel.crashing.org>
7519Date: Tue Feb 10 23:53:40 2009 -0600
7520
7521 fsl-ddr: Allow system to boot if we have more than 4G of memory
7522
7523 Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
7524 an error and hang. Instead of doing that since DDR is mapped in the
7525 lowest priority LAWs we setup the DDR controller and the max amount
7526 of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
7527
7528 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7529 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
7530
7531commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
7532Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7533Date: Wed Jan 21 17:17:33 2009 -0600
7534
7535 mpc85xx: Add support for the P2020
7536
7537 Added various p2020 processor specific details:
7538 * SVR for p2020, p2020E
7539 * immap updates for LAWs and DDR on p2020
7540 * LAW defines related to p2020
7541
7542 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7543 Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
7544 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7545
7546commit cb69e4de8702e108324e1c40363f30ef6f2e2918
7547Author: Kumar Gala <galak@kernel.crashing.org>
7548Date: Tue Feb 10 17:36:15 2009 -0600
7549
7550 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
7551
7552 Added some info that is printed out when we boot to distiquish if we
7553 built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
7554 different address maps.
7555
7556 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7557
7558commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
7559Author: Andy Fleming <afleming@freescale.com>
7560Date: Fri Dec 5 20:10:22 2008 -0600
7561
7562 Fixup SGMII PHY ids in the device tree
7563
7564 The device tree's PHY addresses need to be fixed up if we're using the
7565 SGMII Riser Card.
7566
7567 The 8572, 8536, and 8544 DS boards were modified to call this function.
7568
7569 Code idea taken from Liu Yu <yu.liu@freescale.com>
7570
7571 Signed-off-by: Andy Fleming <afleming@freescale.com>
7572
7573commit 5dc0cf68f8f101042997d75188081d8526d705ea
7574Author: Andy Fleming <afleming@freescale.com>
7575Date: Wed Feb 11 15:10:31 2009 -0600
7576
7577 Make some minor whitespace changes to eliminate line-wrapping
7578
7579 Signed-off-by: Andy Fleming <afleming@freescale.com>
7580
7581commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
7582Author: Andy Fleming <afleming@freescale.com>
7583Date: Wed Feb 11 15:07:24 2009 -0600
7584
7585 Add eth_get_dev_by_index
7586
7587 This allows code to iterate through the ethernet devices
7588
7589 Signed-off-by: Andy Fleming <afleming@freescale.com>
7590
7591commit b67305120aaf268a6140125346678166d14f1f47
7592Author: Kumar Gala <galak@kernel.crashing.org>
7593Date: Mon Feb 9 22:03:04 2009 -0600
7594
7595 85xx: Fix bug in device tree setup in 36-bit physical confg
7596
7597 In the 36-bit physical config for MPC8572DS when need the start address
7598 of memory and it size to be kept in phys_*_t instead of a ulong since
7599 we support >4G of memory in the config and ulong cant represent that.
7600 Otherwise we end up seeing the memory node in the device tree reporting
7601 back we have memory starting @ 0 and of size 0.
7602
7603 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7604
7605commit ad97dce18445ff05bf326094e691a01aa95aa8dc
7606Author: Kumar Gala <galak@kernel.crashing.org>
7607Date: Mon Feb 9 22:03:05 2009 -0600
7608
7609 85xx: Fix address map for 36-bit config of MPC8572DS
7610
7611 When we introduced the 36-bit config of the MPC8572DS board we had the
7612 wrong PCI MEM bus address map. Additionally, the change to the address
7613 map exposes a small issue in our dummy read on the ULI bus. We need
7614 to use the new mapping functions to handle that read properly in the
7615 36-bit config.
7616
7617 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7618
7619commit f8523cb0815b2d3d2d780b7d49ca614105555f58
7620Author: Kumar Gala <galak@kernel.crashing.org>
7621Date: Fri Feb 6 09:56:35 2009 -0600
7622
7623 85xx: Fix how we map DDR memory
7624
7625 Previously we only allowed power-of-two memory sizes and didnt
7626 handle >2G of memory. Now we will map up to CONFIG_MAX_MEM_MAPPED
7627 and should properly handle any size that we can make in the TLBs
7628 we have available to us
7629
7630 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7631
7632commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
7633Author: Kumar Gala <galak@kernel.crashing.org>
7634Date: Fri Feb 6 09:56:34 2009 -0600
7635
7636 fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
7637
7638 If we only have one controller we can completely ignore how
7639 memctl_intlv_ctl is set. Otherwise other levels of code get confused
7640 and think we have twice as much memory.
7641
7642 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7643
7644commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
7645Author: Kumar Gala <galak@kernel.crashing.org>
7646Date: Wed Feb 4 09:35:57 2009 -0600
7647
7648 85xx: Format cpu freq printing to handle 8 cores
7649
7650 Only print 4 cpu freq per line. This way when we have 8 cores its a
7651 bit more readable.
7652
7653 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7654
7655commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
7656Author: Abraham, Thomas <t-abraham@ti.com>
7657Date: Tue Oct 28 16:51:31 2008 +0530
7658
7659 USB: Remove LUN number from CDB
7660
7661 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.
7662
7663 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
7664 Signed-off-by: Remy Bohmer <linux@bohmer.net>
7665
7666commit f3c0de636252f3a18654c8f9c6370a9574a7e755
7667Author: Atin Malaviya <atin.malaviya@gmail.com>
7668Date: Tue Feb 3 15:17:10 2009 -0500
7669
7670 Added usbtty_configured() check. Fixed attribute(packed) warnings.
7671
7672 V3: Fixed line-wrap problem due to user error in mail!
7673
7674 Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
7675 when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
7676 Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
7677
7678 Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
7679 Signed-off-by: Remy Bohmer <linux@bohmer.net>
7680
7681commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
7682Author: Guennadi Liakhovetski <lg@denx.de>
7683Date: Fri Feb 13 09:23:36 2009 +0100
7684
7685 i.MX31: Start the I2C clock on driver initialisation
7686
7687 i.MX31 powers on with most clocks running, so, after a power on this explicit
7688 clock start up is not required. However, as Linux boots it disables most clocks
7689 to save power. This includes the I2C clock. If we then soft reboot from Linux
7690 the I2C clock stays off. This breaks the phycore, which has its environment in
7691 I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
7692 initialisation routine.
7693
7694 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7695 Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7696
7697commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
7698Author: Mike Frysinger <vapier@gentoo.org>
7699Date: Wed Feb 11 20:36:14 2009 -0500
7700
7701 i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
7702
7703 The Blackfin i2c driver has been rewritten thus the special ifdefs in the
7704 common code are no longer needed.
7705
7706 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7707
7708commit c2d9befa0b4695b89476fb5d259742c09afe243f
7709Author: Heiko Schocher <hs@denx.de>
7710Date: Thu Feb 12 08:08:54 2009 +0100
7711
7712 82xx, mgcoge: fix compile error
7713
7714 With actual u-boot compiling the mgcoge port fails, because
7715 since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
7716 necessary to define CONFIG_NET_MULTI.
7717
7718 Seems to me the mgcoge port is the only actual existing 8260
7719 port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
7720 to be fixed.
7721
7722 Signed-off-by: Heiko Schocher <hs@denx.de>
7723
7724commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
7725Author: Dirk Eibach <eibach@gdsys.de>
7726Date: Mon Feb 9 08:18:34 2009 +0100
7727
7728 ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
7729
7730 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
7731 Signed-off-by: Stefan Roese <sr@denx.de>
7732
7733commit 7369f0e384e2a831be13a7773a58242c9173fa9c
7734Author: Carolyn Smith <carolyn.smith@tektronix.com>
7735Date: Thu Feb 12 06:13:44 2009 +0100
7736
7737 ppc4xx: Fix initialization of the SDRAM_CODT register
7738
7739 This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
7740 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
7741 and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
7742
7743 Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
7744 Signed-off-by: Stefan Roese <sr@denx.de>
7745
7746commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
7747Author: Stefan Roese <sr@denx.de>
7748Date: Wed Feb 11 09:29:33 2009 +0100
7749
7750 ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
7751
7752 Some AMCC eval boards do have a board_eth_init() function calling
7753 pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
7754 with the new eth_init rework.
7755
7756 Signed-off-by: Stefan Roese <sr@denx.de>
7757
7758commit c645012aefebb301e6907d148c6c8efacac049d4
7759Author: Adam Graham <agraham@amcc.com>
7760Date: Mon Feb 9 13:18:12 2009 -0800
7761
7762 ppc4xx: Autocalibration can set RDCC to over aggressive value.
7763
7764 The criteria of the AMCC SDRAM Controller DDR autocalibration
7765 U-Boot code is to pick the largest passing write/read/compare
7766 window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
7767 Cycle Select value.
7768
7769 On some Kilauea boards the DDR autocalibration algorithm can
7770 find a large passing write/read/compare window with a small
7771 SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
7772 value "T1 Sample".
7773
7774 This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
7775 "T1 Sample" proves to be to aggressive when later on U-Boot
7776 relocates into DDR memory and executes.
7777
7778 The memory traces on the Kilauea board are short so on some
7779 Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
7780 value of "T1 Sample" shows up as a potentially valid value for
7781 the DDR autocalibratiion algorithm.
7782
7783 The fix is to define a weak default function which provides
7784 the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
7785 to accept for DDR autocalibration. The default will be the
7786 "T2 Sample" value. A board developer who has a well defined
7787 board and chooses to be more aggressive can always provide
7788 their own board specific string function with the more
7789 aggressive "T1 Sample" value or stick with the default
7790 minimum SDRAM_RDCC.[RDSS] value of "T2".
7791
7792 Also put in a autocalibration loop fix for case where current
7793 write/read/compare passing window size is the same as a prior
7794 window size, then in this case choose the write/read/compare
7795 result that has the associated smallest RDCC T-Sample value.
7796
7797 Signed-off-by: Adam Graham <agraham@amcc.com>
7798 Signed-off-by: Stefan Roese <sr@denx.de>
7799
7800commit 2ede879fcb67470524847bb4fc8972651bb46184
7801Author: Stefan Roese <sr@denx.de>
7802Date: Wed Feb 11 09:37:12 2009 +0100
7803
7804 ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
7805
7806 CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
7807 included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
7808
7809 It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
7810 boards right now.
7811
7812 Signed-off-by: Stefan Roese <sr@denx.de>
7813
7814commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
7815Author: Wolfgang Denk <wd@denx.de>
7816Date: Thu Feb 12 00:08:39 2009 +0100
7817
7818 Coding style cleanup; update CHANGELOG
7819
7820 Signed-off-by: Wolfgang Denk <wd@denx.de>
7821
f15c6515
WD
7822commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
7823Author: Peter Tyser <ptyser@xes-inc.com>
7824Date: Fri Jan 30 16:36:40 2009 -0600
7825
7826 Add feature-removal-schedule.txt
7827
7828 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7829
7830commit 255d28e1642e8fc32a6753226be1a96b481ce111
7831Author: Heiko Schocher <hs@denx.de>
7832Date: Tue Feb 10 09:32:38 2009 +0100
7833
7834 8xx serial, smc: Coding-Style cleanup serial SMC driver
7835
7836 Signed-off-by: Heiko Schocher <hs@denx.de>
7837
7838commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
7839Author: Heiko Schocher <hs@denx.de>
7840Date: Tue Feb 10 09:31:47 2009 +0100
7841
7842 8xx serial, smc: add configurable SMC Rx buffer len
7843
7844 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
7845 With this option it is possible to allow the receive
7846 buffer for the SMC on 8xx to be greater then 1. In case
7847 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
7848 old version.
7849
7850 When defining CONFIG_SYS_SMC_RXBUFLEN also
7851 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
7852 idle timeout for the SMC.
7853
7854 Signed-off-by: Heiko Schocher <hs@denx.de>
7855
7856commit e915f8bb73d74178bc21d3a457959883b1afd1c0
7857Author: Mike Frysinger <vapier@gentoo.org>
7858Date: Thu Feb 5 21:04:36 2009 -0500
7859
7860 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
7861
7862 Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
7863 the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb
7864 code in the process.
7865
7866 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7867
7868commit ab76e9848a1f4db64d14233741d739a3b3360c93
7869Author: Mike Frysinger <vapier@gentoo.org>
7870Date: Thu Feb 5 21:04:50 2009 -0500
7871
7872 bzip2: move ifdef handling to Makefile COBJS-$(...)
7873
7874 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7875
7876commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
7877Author: Jerry Van Baren <gvb.uboot@gmail.com>
7878Date: Thu Feb 5 22:18:02 2009 -0500
7879
7880 Fix whitespace damage: double space changed to a tab
7881
7882 At some point an intentional double space at the end of the sentence
7883 got changed into a tab in the GPL header line:
7884 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7885
7886 This patch fixes the damage.
7887
7888 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
7889
7890commit 4f975678de995b55749d5e84590c268972a7c835
7891Author: Heiko Schocher <hs@denx.de>
7892Date: Tue Feb 10 09:53:29 2009 +0100
7893
7894 cfi: make flash_get_info() non static
7895
7896 If on your board is more than one flash, you must know
7897 the size of every single flash, for example, for updating
7898 the DTS before booting Linux. So make this function
7899 flash_get_info() extern, and you can have all info
7900 about your flashes.
7901
7902 Signed-off-by: Heiko Schocher <hs@denx.de>
7903 Signed-off-by: Stefan Roese <sr@denx.de>
7904
7905commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
7906Author: Ben Warren <biggerbadderben@gmail.com>
7907Date: Thu Feb 5 23:58:25 2009 -0800
7908
7909 net: removed board-specific CONFIGs from MPC5xxx FEC driver
7910
7911 Added new CONFIG options for the three type of MAC-PHY interconnect and
7912 applied them all relevant board config files
7913
7914 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7915
7916commit 638ed3e296e70fab286d157b7adedaaa4a09a474
7917Author: Mike Frysinger <vapier@gentoo.org>
7918Date: Thu Feb 5 21:04:47 2009 -0500
7919
7920 net/sntp.c: move ifdef into Makefile COBJS-$(...)
7921
7922 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7923 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7924
7925commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
7926Author: Andy Fleming <afleming@freescale.com>
7927Date: Tue Feb 3 18:26:41 2009 -0600
7928
7929 tsec: Fix a bug in soft-resetting
7930
7931 SOFT_RESET must be asserted for at least 3 TX clocks. Usually, that's about 30
7932 clock cycles, so it's been mostly working. But we had no guarantee, and at
7933 slower bitrates, it's just over a microsecond (over 1000 clock cycles). This
7934 enforces a 2 microsecond gap between assertion and deassertion.
7935
7936 Signed-off-by: Andy Fleming <afleming@freescale.com>
7937 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7938
7939commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
7940Author: Simon Munton <simon@nidoran.m5data.com>
7941Date: Mon Feb 2 09:44:08 2009 +0000
7942
7943 Fix 100Mbs ethernet operation on sh7763 based boards
7944
7945 100Mbs ethernet does not work on sh7763 chips due to the wrong value being
7946 used in the GECMR register. Following diff fixes the problem
7947
7948 Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
7949 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7950
7951commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
7952Author: ksi@koi8.net <ksi@koi8.net>
7953Date: Fri Feb 6 16:27:55 2009 -0800
7954
7955 Fix MPC8260 with ethernet on SCC
7956
7957 This fixes MPC8260 compilation with ethernet on SCC. Probably was a
7958 typo or something...
7959
7960 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
7961 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7962
7963commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
7964Author: Heiko Schocher <hs@denx.de>
7965Date: Fri Jan 30 12:56:15 2009 +0100
7966
7967 82xx serial, smc: Coding-Style cleanup serial SMC driver
7968
7969 Signed-off-by: Heiko Schocher <hs@denx.de>
7970
7971commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
7972Author: Heiko Schocher <hs@denx.de>
7973Date: Fri Jan 30 12:55:38 2009 +0100
7974
7975 82xx serial, smc: add configurable SMC Rx buffer len
7976
7977 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
7978 With this option it is possible to allow the receive
7979 buffer for the SMC on 82xx to be greater then 1. In case
7980 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
7981 old version.
7982
7983 When defining CONFIG_SYS_SMC_RXBUFLEN also
7984 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
7985 idle timeout for the SMC.
7986
7987 Signed-off-by: Heiko Schocher <hs@denx.de>
7988
7989commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
7990Author: Kumar Gala <galak@kernel.crashing.org>
7991Date: Fri Feb 6 08:08:06 2009 -0600
7992
7993 ppc: Fix roll over bug in flush_cache()
7994
7995 If we call flush_cache(0xfffff000, 0x1000) it would never
7996 terminate the loop since end = 0xffffffff and we'd roll over
7997 our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
7998
7999 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8000
8001commit 87c9063963561d3d01064be34d0c30855a56587b
8002Author: Kumar Gala <galak@kernel.crashing.org>
8003Date: Thu Feb 5 20:40:58 2009 -0600
8004
8005 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
8006
8007 Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
8008 between the two current users (lib_ppc/board.c, 44x SPD DDR2).
8009
8010 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8011 Acked-by: Stefan Roese <sr@denx.de>
8012
8013commit 47d41cc3a11a03c6d56146d056145df73f47eb50
8014Author: Kumar Gala <galak@kernel.crashing.org>
8015Date: Thu Feb 5 20:40:57 2009 -0600
8016
8017 Add an architecture specific config.h for common defines
8018
8019 We have common defines that we duplicate in various ways. Having an
8020 arch specific config.h gives us a common location for those defines.
8021
8022 Eventually we should be able to replace this when we have proper
8023 Kconfig support.
8024
8025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8026
8027commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
8028Author: Becky Bruce <beckyb@kernel.crashing.org>
8029Date: Tue Feb 3 18:10:56 2009 -0600
8030
8031 mpc8641hpcn: Change PCI MEM pci bus address
8032
8033 Now that the rest of u-boot can support it, change the PCI bus
8034 address of the PCI MEM regions from 0x80000000 to 0xc0000000,
8035 and use the same bus address for both PCI1 and PCI2. This will
8036 maximize the amount of PCI address space left over to map RAM
8037 on systems with large amounts of memory.
8038
8039 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8040
8041commit 1785dbeed43599eed1d8875673c96912cd770141
8042Author: Becky Bruce <beckyb@kernel.crashing.org>
8043Date: Tue Feb 3 18:10:55 2009 -0600
8044
8045 drivers/block/ahci: Fix pci mapping bug
8046
8047 The code assumes that the pci bus address and the virtual
8048 address used to access a region are the same, but they might
8049 not be. Fix this assumption.
8050
8051 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8052
8053commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
8054Author: Becky Bruce <beckyb@kernel.crashing.org>
8055Date: Tue Feb 3 18:10:54 2009 -0600
8056
8057 MPC8641HPCN: Enable CONFIG_ADDR_MAP
8058
8059 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8060
8061commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
8062Author: Becky Bruce <beckyb@kernel.crashing.org>
8063Date: Tue Feb 3 18:10:53 2009 -0600
8064
8065 mpc8641hpcn: Clean up PCI mapping concepts
8066
8067 Clean up PCI mapping concepts in the 8641 config - rename _BASE
8068 to _BUS, as it's actually a PCI bus address, separate virtual
8069 and physical addresses into _VIRT and _PHYS, and use each
8070 appopriately.
8071
8072 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8073
8074commit c9315e6b4f244981de0b2eaaa29a7838a165b494
8075Author: Becky Bruce <beckyb@kernel.crashing.org>
8076Date: Tue Feb 3 18:10:52 2009 -0600
8077
8078 mpc86xx: Add support to populate addr map based on BATs
8079
8080 If CONFIG_ADDR_MAP is enabled, update the address map
8081 whenever we write a bat.
8082
8083 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8084
8085commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
8086Author: Becky Bruce <beckyb@kernel.crashing.org>
8087Date: Tue Feb 3 18:10:51 2009 -0600
8088
8089 powerpc: Move duplicated BAT defines to mmu.h
8090
8091 The BAT fields are architected; there's no need for these to be in
8092 cpu-specific files. Drop the duplication and move these to
8093 include/asm-ppc/mmu.h. Also, remove the BL_xxx defines that were only
8094 used by the alaska board, and switch to using the BATU_BL_xxx defines
8095 used by all the other boards. The BL_ defines previously in use
8096 had to be shifted into the proper position for use, which was inefficient.
8097
8098 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8099
8100commit 6e61fae4d360a1380b63e7d007b31477e366bcce
8101Author: Becky Bruce <beckyb@kernel.crashing.org>
8102Date: Tue Feb 3 18:10:50 2009 -0600
8103
8104 drivers/pci: Create pci_map_bar function
8105
8106 It is no longer always true that the pci bus address can be
8107 used as the virtual address for pci accesses. pci_map_bar()
8108 is created to return the virtual address for a pci region.
8109
8110 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8111
8112commit 2ecca3401775b125c3b9ff65766befb23989414b
8113Author: Becky Bruce <beckyb@kernel.crashing.org>
8114Date: Tue Feb 3 18:10:49 2009 -0600
8115
8116 mpc8641hpcn: Set up outbound pci windows before inbound
8117
8118 Because the inbound pci windows are mapped generously, set up
8119 the more specific outbound windows first. This way, when we
8120 search the pci regions for something, we will hit on the more
8121 specific region. This can actually be a problem on systems
8122 with large amounts of RAM.
8123
8124 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8125
8126commit b81b773ead0687114dc8a800f99ea6e504447739
8127Author: Becky Bruce <beckyb@kernel.crashing.org>
8128Date: Mon Feb 2 16:34:52 2009 -0600
8129
8130 mpc8641hpcn: Use physical address in flash banks defintion
8131
8132 If the VA and PA of the flash aren't the same, the banks list
8133 should be initialized to hold the physical address. Correct this.
8134
8135 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8136
09fee8e8
WD
8137commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
8138Author: Ilya Yanok <yanok@emcraft.com>
8139Date: Tue Feb 10 00:22:31 2009 +0100
8140
8141 qong: support for Dave/DENX QongEVB-LITE board
8142
8143 This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
8144
8145 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8146 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8147
8148commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
8149Author: Ilya Yanok <yanok@emcraft.com>
8150Date: Mon Feb 9 18:45:28 2009 +0100
8151
8152 dnet: driver for Dave DNET ethernet controller
8153
8154 Driver for Dave DNET ethernet controller (used on Dave/DENX
8155 QongEVB-LITE board).
8156
8157 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8158 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8159
f15c6515
WD
8160commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
8161Author: Kumar Gala <galak@kernel.crashing.org>
8162Date: Fri Feb 6 09:49:32 2009 -0600
8163
8164 pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
8165
8166 When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
8167 we should give preference to memory regions that aren't system memory.
8168
8169 Its possible that we have over mapped system memory in the regions and
8170 we want to avoid depending on the order of the regions.
8171
8172 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8173
8174commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
8175Author: Kumar Gala <galak@kernel.crashing.org>
8176Date: Fri Feb 6 09:49:31 2009 -0600
8177
8178 pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
8179
8180 The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
8181 can be confusing when reading the code.
8182
8183 Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
8184 for system memory mapping purposes.
8185
8186 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8187
09fee8e8
WD
8188commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
8189Author: Ilya Yanok <yanok@emcraft.com>
8190Date: Sun Feb 8 00:59:43 2009 +0300
8191
8192 mx31: add GPIO registers definitions
8193
8194 Added definitions for i.MX31 processor GPIO registers.
8195
8196 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8197
f15c6515
WD
8198commit 8da601280a8acbc3385784780ed35130e53812f1
8199Author: Peter Tyser <ptyser@xes-inc.com>
8200Date: Wed Feb 4 13:47:22 2009 -0600
8201
8202 NAND: Add timeout for reset command
8203
8204 Without the timeout present an infinite loop can occur if the
8205 NAND device is broken or not present.
8206
8207 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8208 Signed-off-by: Scott Wood <scottwood@freescale.com>
8209
8210commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
8211Author: Peter Tyser <ptyser@xes-inc.com>
8212Date: Wed Feb 4 13:39:40 2009 -0600
8213
8214 NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
8215
8216 Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
8217 for disabling the "No NAND device found!!!" warning when
8218 CONFIG_SYS_NAND_QUIET_TEST was defined. This re-adds support
8219 for silencing the warning.
8220
8221 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8222 Signed-off-by: Scott Wood <scottwood@freescale.com>
8223
8224commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
8225Author: Valeriy Glushkov <gvv@lstec.com>
8226Date: Mon Jan 19 16:32:59 2009 +0200
8227
8228 NAND: Fixed invalid pointers to static relocated chip names
8229
8230 Dear Wolfgang,
8231
8232 You are right, the patch was ugly.
8233 The new one seems to be better.
8234
8235 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
8236 Signed-off-by: Scott Wood <scottwood@freescale.com>
8237
09fee8e8
WD
8238commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
8239Author: Nishanth Menon <nm@ti.com>
8240Date: Mon Feb 2 18:20:12 2009 -0600
8241
8242 ARM:OMAP3:Zoom1: Add nand unlock option
8243
8244 Enable NAND_UNLOCK option for unlocking nand for
8245 erase/write operations
8246
8247 Signed-off-by: Nishanth Menon <nm@ti.com>
8248
f15c6515
WD
8249commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
8250Author: derek@siconix.com <derek@siconix.com>
8251Date: Mon Jan 26 14:08:17 2009 -0700
8252
8253 env_nand: fix env memory release
8254
8255 This fixes a bug that tmp environment memory not being released.
8256
8257 Signed-off-by: Derek Ou <dou@siconix.com>
8258 Signed-off-by: Scott Wood <scottwood@freescale.com>
8259
09fee8e8
WD
8260commit 05fd88776419df59e7f37bac063a209409dd801d
8261Author: Guennadi Liakhovetski <lg@denx.de>
8262Date: Fri Feb 6 10:37:45 2009 +0100
8263
8264 ARM: remove unused variable
8265
8266 The "size" variable in start_armboot() in lib_arm/board.c is only really
8267 used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
8268 eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
8269
8270 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8271
f15c6515
WD
8272commit 6989e4f546d960a407dd5425f800dff9751c8132
8273Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8274Date: Thu Feb 5 09:33:50 2009 -0500
8275
8276 Coldfire: M527x: Add missing GPIO register address defines
8277
8278 Add missing GPIO registers address definition for Coldfire M5271.
8279
8280 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8281
8282commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
8283Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8284Date: Fri Jan 23 14:42:58 2009 -0500
8285
8286 Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
8287
8288 Modified mii_init to support boards with PHYs that are not set to
8289 autonegotiate, but still want to use u-boot's mii commands to probe
8290 the smi bus. Such PHYs will not set the Autonegotiate-done bit.
8291
8292 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8293
8294commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
8295Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8296Date: Fri Jan 23 11:44:30 2009 -0500
8297
8298 Coldfire: Applied baudrate formula of serial_init to serial_setbrg
8299
8300 Applied the patch for baudrate divider value truncation for
8301 serial_init to serial_setbrg as well.
8302
8303 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8304
8305commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
8306Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8307Date: Fri Jan 23 14:07:05 2009 -0500
8308
8309 Coldfire: M5271EVB: Board header update (dependencies)
8310
8311 Cleanup for M5271EVB:
8312 Added clarification on the use of CONFIG_SYS_CLOCK.
8313 Modified to use u-boot's HUSH parser.
8314 Cleanup on environment settings.
8315 Removed compiler warning by defining CONFIG_SYS_CS0_*
8316
8317 Dependencies:
8318 Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
8319 This depends on a patch to include/asm-m68k/m5271.h
8320 that defines the multiplier and divider ratios.
8321
8322 Removed the definition of CONFIG_SYS_FECI2C.
8323 This depends on a patch that removes the use of it in
8324 cpu/mcf52x2/cpu_init.c
8325
8326 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8327
8328commit e0db344fabfeb4f9649846f94838f51172f6a1f6
8329Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8330Date: Thu Jan 29 14:36:06 2009 -0500
8331
8332 Coldfire: M5271: Allow board header file to specify clock multiplier
8333
8334 M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
8335
8336 Allow the board header file to set their own multiplier and divider.
8337 Added the #define for the multiplier and divider to the cpu header file.
8338
8339 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8340
8341commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
8342Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8343Date: Fri Jan 23 10:47:13 2009 -0500
8344
8345 Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
8346
8347 Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
8348 Use read-modify-write to activate the FEC pins without disabling I2C.
8349
8350 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8351
8352commit ee73cc59ab904976af3c33b454fc84f78618b2d1
8353Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8354Date: Fri Jan 23 09:45:34 2009 -0500
8355
8356 Coldfire: cmd_bdinfo cleanup
8357
8358 CONFIG_M68K bdinfo cleanup:
8359
8360 Fixed compiler warning about baudrate printing.
8361 format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
8362
8363 Added printing of "cpufreq"
8364
8365 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8366
8367commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
8368Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8369Date: Fri Jan 23 09:27:00 2009 -0500
8370
8371 Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
8372
8373 Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
8374 was causing the bus clock (not CPU clock) to be declared twice as
8375 fast as it actually is. This causes UARTS to operate at half the
8376 specified baudrate.
8377
8378 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8379
8380commit 59d1bda7f92c8a28c3aba94e48063749d425949f
8381Author: Dirk Eibach <eibach@gdsys.de>
8382Date: Tue Feb 3 15:15:21 2009 +0100
8383
8384 ppc4xx: Make PCIE support selectable
8385
8386 On some platforms PCIE support is not required, but would be included
8387 because the cpu supports it. To reduce fooprint it is now configurable
8388 via CONFIG_PCI_DISABLE_PCIE.
8389
8390 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
8391 Signed-off-by: Stefan Roese <sr@denx.de>
8392
8393commit b129eff5ede394cc1faeb6dbf6a987e91abce552
8394Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8395Date: Tue Feb 3 22:13:16 2009 +0100
8396
8397 ppc4xx: Only fixup opb attached UARTs
8398
8399 This patch updates the fdt UART clock fixup code to
8400 only touch CPU internal UARTs on 4xx systems.
8401 Only these UARTs are definitely clocked by gd->uart_clk.
8402
8403 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8404 Signed-off-by: Stefan Roese <sr@denx.de>
8405
8406commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
8407Author: Mike Frysinger <vapier@gentoo.org>
8408Date: Tue Jan 13 11:00:29 2009 -0500
8409
8410 Blackfin: move default boot SPI CS to common code
8411
8412 Move the default SPI CS that we boot from into common code so that it can
8413 be used in other SPI drivers and environment settings.
8414
8415 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8416
8417commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
8418Author: Mike Frysinger <vapier@gentoo.org>
8419Date: Wed Dec 10 12:33:54 2008 -0500
8420
8421 Blackfin: dynamically update UART speed when initializing
8422
8423 Previously, booting over the UART required the baud rate to be known ahead
8424 of time. Using a bit of tricky simple math, we can calculate the new board
8425 rate based on the old divisors.
8426
8427 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8428 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
8429
8430commit 97f265f14f23050f3cb997f617f3a6917b843ea2
8431Author: Mike Frysinger <vapier@gentoo.org>
8432Date: Tue Dec 9 17:21:08 2008 -0500
8433
8434 Blackfin: add support for fast SPI reads with Boot ROM
8435
8436 Newer Blackfin boot roms support using the fast SPI read command rather than
8437 just the slow one. If the functionality is available, then use it.
8438
8439 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8440
8441commit 67619982bfc5cd62710a48e3cbffc304cb78c341
8442Author: Mike Frysinger <vapier@gentoo.org>
8443Date: Sat Oct 11 21:46:52 2008 -0400
8444
8445 Blackfin: check for reserved settings in DDR MMRs
8446
8447 Some bits of the DDR MMRs should not be set. If they do, bad things may
8448 happen (like random failures or hardware destruction).
8449
8450 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8451
8452commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
8453Author: Mike Frysinger <vapier@gentoo.org>
8454Date: Sat Oct 11 21:54:00 2008 -0400
8455
8456 Blackfin: set default voltage levels for BF538/BF539 parts
8457
8458 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8459
8460commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
8461Author: Mike Frysinger <vapier@gentoo.org>
8462Date: Sun Jun 1 01:29:57 2008 -0400
8463
8464 Blackfin: use on-chip syscontrol() rom function when available
8465
8466 Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
8467 to be used to properly program the memory and voltage settings as it will
8468 include (possibly critical) factory tested bias values.
8469
8470 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8471
8472commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
8473Author: Stefan Roese <sr@denx.de>
8474Date: Thu Feb 5 11:44:52 2009 +0100
8475
8476 cfi_flash: Fix typo in cfi_flash.c
8477
8478 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
8479 introduced a small typo and compilation warning for systems with CFI
8480 legacy support (e.g. hcu4). This patch fixes it.
8481
8482 Signed-off-by: Stefan Roese <sr@denx.de>
8483
8484commit 28745db969b72693754991c838f68a7fb4a8b1ab
8485Author: Stefan Roese <sr@denx.de>
8486Date: Thu Jan 29 11:21:38 2009 +0100
8487
8488 jedec_flash: Only use manufacturer defines from common flash.h
8489
8490 This patch removes the double defined manufacturer defines from
8491 jedec_flash.c. Since the common defines in flash.h are 32bit
8492 we now need the (16) cast. This patch also removes the compilation
8493 warning (e.g. seen on hcu5):
8494
8495 ./MAKEALL hcu5
8496 Configuring for hcu5 board...
8497 jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
8498
8499 Signed-off-by: Stefan Roese <sr@denx.de>
8500
8501commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
8502Author: Stefan Roese <sr@denx.de>
8503Date: Thu Feb 5 11:25:57 2009 +0100
8504
8505 cfi_flash: Silence compilation warning
8506
8507 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
8508 introduced a small compilation warning. This patch fixes it.
8509
8510 Signed-off-by: Stefan Roese <sr@denx.de>
8511
8512commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
8513Author: Becky Bruce <beckyb@kernel.crashing.org>
8514Date: Mon Feb 2 16:34:51 2009 -0600
8515
8516 flash/cfi_flash: Use virtual sector start address, not phys
8517
8518 include/flash.h was commented to say that the address in
8519 flash_info->start was a physical address. However, from u-boot's
8520 point of view, and looking at most flash code, it makes more
8521 sense for this to be a virtual address. So I corrected the
8522 comment to indicate that this was a virtual address.
8523
8524 The only flash driver that was actually treating the address
8525 as physical was the mtd/cfi_flash driver. However, this code
8526 was using it inconsistently as it actually directly dereferenced
8527 the "start" element, while it used map_physmem to get a
8528 virtual address in other places. I changed this driver so
8529 that the code which initializes the info->start field calls
8530 map_physmem to get a virtual address, eliminating the need for
8531 further map_physmem calls. The code is now consistent.
8532
8533 The *only* place a physical address should be used is when defining the
8534 flash banks list that is used to initialize the flash_info struct,
8535 usually found in the board config file.
8536
8537 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8538 Signed-off-by: Stefan Roese <sr@denx.de>
8539
8540commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
8541Author: Wolfgang Denk <wd@denx.de>
8542Date: Wed Feb 4 09:42:20 2009 +0100
8543
8544 Fix compiler warning
8545
8546 (shows up only when DEBUG is enabled)
8547
8548 Signed-off-by: Wolfgang Denk <wd@denx.de>
8549
8550commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
8551Author: Mike Frysinger <vapier@gentoo.org>
8552Date: Mon Oct 6 03:45:55 2008 -0400
8553
8554 Blackfin: update anomaly lists
8555
8556 Update the anomaly lists to match latest anomaly sheets.
8557
8558 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8559
8560commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
8561Author: Ralph Kondziella <rk@argos-messtechnik.de>
8562Date: Mon Jan 26 12:34:36 2009 -0700
8563
8564 ADS5121 Add PATA support
8565
8566 Original patch from Ralph Kondziella
8567 plus clean up by Wolfgang Denk
8568 plus changes by John Rigby
8569 use ips clock not lpc
8570 port forward to current u-boot release
8571
8572 Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
8573 Signed-off-by: Wolfgang Denk <wd@denx.de>
8574 Signed-off-by: John Rigby <jrigby@freescale.com>
8575
8576commit abfbd0ae4967df18102345db4f4b529a13da107b
8577Author: Martha Marx <mmarx@silicontkx.com>
8578Date: Mon Jan 26 10:45:07 2009 -0700
8579
8580 ADS5121 Add IC Ident Module (IIM) support
8581
8582 IIM (IC Identification Module) is the fusebox for the mpc5121.
8583 Use #define CONFIG_IIM to turn on the clock for this module
8584 use #define CONFIG_CMD_FUSE to add fusebox commands.
8585 Fusebox commands include the ability to read
8586 the status, read the register cache, override the register cache,
8587 program the fuses and sense them.
8588
8589 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
8590 Signed-off-by: John Rigby <jrigby@freescale.com>
8591
8592commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
8593Author: John Rigby <jrigby@freescale.com>
8594Date: Fri Jan 23 10:33:15 2009 -0700
8595
8596 ADS5121 Fix rev2 silicon pci iopad config
8597
8598 Reset config is not correct
8599
8600 Signed-off-by: John Rigby <jrigby@freescale.com>
8601
8602commit 4c154252c480b13f69ce1b71a9530b0515da76a6
8603Author: John Rigby <jrigby@freescale.com>
8604Date: Wed Nov 19 13:57:34 2008 -0700
8605
8606 ADS5121 DIU Add diu_bmp_addr env
8607
8608 Add support for using a bmp other than
8609 FSL_Logo_BMP for the DIU splash screen.
8610
8611 Can now set the env var "diu_bmp_addr" to
8612 the address of a BMP in flash to use instead
8613 of the default FSL_Logo_BMP.
8614
8615 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
8616 Signed-off-by: John Rigby <jrigby@freescale.com>
8617
8618commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
8619Author: John Rigby <jrigby@freescale.com>
8620Date: Thu Oct 30 16:39:35 2008 -0600
8621
8622 ADS5121 DIU Make inclusion of FSL logo optional
8623
8624 Make inclusion of FSL logo optional and
8625 turn it off by default.
8626
8627 Signed-off-by: John Rigby <jrigby@freescale.com>
8628
8629commit bd99ec149abe94e7f6b2bda4766d701b4005053f
8630Author: Remy Bohmer <linux@bohmer.net>
8631Date: Sun Feb 1 12:27:53 2009 +0100
8632
8633 Compile warning fix in onenand_uboot.h
8634
8635 Regression since merge window after 2009.01
8636
8637 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8638
8639commit a270d1e7295c3d829f42c0480117941dfc1c6477
8640Author: Stefan Roese <sr@denx.de>
8641Date: Thu Jan 29 06:33:55 2009 +0100
8642
8643 USB: Add EHCI support for VCT EHCI controller (really with driver now)
8644
8645 Somehow I missed the real driver part in my last patch version. This patch
8646 now adds the driver.
8647
8648 Signed-off-by: Stefan Roese <sr@denx.de>
8649 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8650
8651commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
8652Author: Cliff Cai <cliff.cai@analog.com>
8653Date: Sat Nov 29 18:22:38 2008 -0500
8654
8655 Blackfin: add driver for on-chip MMC/SD controller
8656
8657 This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
8658
8659 Signed-off-by: Cliff Cai <cliff.cai@analog.com>
8660 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8661
8662commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
8663Author: Mike Frysinger <vapier@gentoo.org>
8664Date: Sat Oct 11 22:47:34 2008 -0400
8665
8666 Blackfin: add port muxing for BF51x SPI
8667
8668 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8669
8670commit fc68f9f85959664d528daea2aef5ef54974331ce
8671Author: Mike Frysinger <vapier@gentoo.org>
8672Date: Tue Jan 6 06:16:19 2009 -0500
8673
8674 Blackfin: output booting source when booting
8675
8676 Knowing the booting source of the part is useful, especially when the part
8677 can switch dynamically between sources.
8678
8679 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8680
8681commit 8df3ce0f49c37947800ac7c84e751499882619fc
8682Author: Mike Frysinger <vapier@gentoo.org>
8683Date: Thu Dec 11 06:30:46 2008 -0500
8684
8685 Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
8686
8687 Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
8688 the Blackfin on-chip bootrom to boot out of SPI flash.
8689
8690 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8691
8692commit 2b4a486e6fac502d8b883e344cc4012283945b3d
8693Author: Mike Frysinger <vapier@gentoo.org>
8694Date: Thu Dec 11 04:06:26 2008 -0500
8695
8696 Blackfin: update asm-blackfin/posix_types.h to latest Linux version
8697
8698 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8699
8700commit e5eb93e77391bcc308697116c544ea1340aaae8a
8701Author: Mike Frysinger <vapier@gentoo.org>
8702Date: Sat Dec 6 02:54:52 2008 -0500
8703
8704 Blackfin: add port I bits
8705
8706 Some people need to access port I, so make sure the pins are defined.
8707
8708 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8709
8710commit 8a6b272596d43de0db4943eac7af58c3534c4026
8711Author: Sonic Zhang <Sonic.Zhang@analog.com>
8712Date: Wed Nov 26 22:16:45 2008 -0500
8713
8714 Blackfin: add driver for on-chip ATAPI controller
8715
8716 This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
8717
8718 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
8719 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8720
8721commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
8722Author: Mike Frysinger <vapier@gentoo.org>
8723Date: Wed Nov 26 21:43:06 2008 -0500
8724
8725 Blackfin: add driver for on-chip NAND controller
8726
8727 This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
8728
8729 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8730
8731commit 4148e02abae9a099f4444b5e168ebc2b911d2295
8732Author: Mike Frysinger <vapier@gentoo.org>
8733Date: Wed Nov 12 07:18:15 2008 -0500
8734
8735 Blackfin: build with -mno-fdpic
8736
8737 Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
8738 up u-boot, including ones that output FDPIC ELF by default.
8739
8740 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8741
8742commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
8743Author: Mike Frysinger <vapier@gentoo.org>
8744Date: Tue Nov 11 05:43:57 2008 -0500
8745
8746 Blackfin: fix up EBIU defines
8747
8748 The EBIU defines for EBSZ 256/512 were incorrect.
8749
8750 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8751
8752commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
8753Author: Mike Frysinger <vapier@gentoo.org>
8754Date: Wed Nov 5 12:45:24 2008 -0500
8755
8756 Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
8757
8758 Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
8759 as usable with the source/destination addresses and the count size.
8760
8761 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8762
8763commit b93c68648426f906d63b98117496b6415f505f39
8764Author: Mike Frysinger <vapier@gentoo.org>
8765Date: Wed Nov 5 08:50:23 2008 -0500
8766
8767 Blackfin: only flag L1 instruction for DMA memcpy
8768
8769 The performance difference from doing an 8 bit DMA memcpy vs an optimized
8770 core memcpy can be pretty big when you add in the overhead of setting up the
8771 MDMA registers, cache flushes, etc... So only use dma_memcpy() when we
8772 actually require it.
8773
8774 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8775
8776commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
8777Author: Mike Frysinger <vapier@gentoo.org>
8778Date: Wed Nov 5 07:20:37 2008 -0500
8779
8780 Blackfin: dma_memcpy(): fix random failures
8781
8782 We have to make sure the DMA channel is actually disabled in hardware before
8783 attempting to reprogram it. Otherwise the new settings are ignored and we
8784 end up with random hangs/failures.
8785
8786 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8787
8788commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
8789Author: Mike Frysinger <vapier@gentoo.org>
8790Date: Tue Nov 4 00:04:03 2008 -0500
8791
8792 Blackfin: rewrite cache handling functions
8793
8794 Take the cache flush functions from the kernel as they use hardware loops in
8795 order to get optimal performance.
8796
8797 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8798
8799commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
8800Author: Mike Frysinger <vapier@gentoo.org>
8801Date: Mon Nov 3 22:30:05 2008 -0500
8802
8803 Blackfin: setup bi_enetaddr for single nets
8804
8805 For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
8806 based on $ethaddr, so set it up.
8807
8808 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8809
8810commit 40599239e7875b39e2a5c12e6545992041c72c52
8811Author: Mike Frysinger <vapier@gentoo.org>
8812Date: Fri Oct 24 22:48:47 2008 -0400
8813
8814 Blackfin: cache core/system clock values
8815
8816 Calculating the clocks requires a bit of calls to gcc math functions, so
8817 cache the values after the first run since they'll most likely never
8818 change once U-Boot is up and running.
8819
8820 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8821
8822commit 6957a6209b02f6b69607fc47425f13731cc477f1
8823Author: Mike Frysinger <vapier@gentoo.org>
8824Date: Fri Oct 24 18:18:16 2008 -0400
8825
8826 Blackfin: enable --gc-sections
8827
8828 Start building all Blackfin boards with -ffunction-sections/-fdata-sections
8829 and linking with --gc-sections.
8830
8831 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8832
8833commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
8834Author: Mike Frysinger <vapier@gentoo.org>
8835Date: Mon Oct 20 21:08:54 2008 -0400
8836
8837 Blackfin: dont check baud if it wont actually get used
8838
8839 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8840
8841commit 400f5778f375bc99c73c8488c555def261ccfab7
8842Author: Mike Frysinger <vapier@gentoo.org>
8843Date: Tue Oct 14 07:54:09 2008 -0400
8844
8845 Blackfin: add driver for on-chip SPI controller
8846
8847 This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
8848
8849 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8850
8851commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
8852Author: Mike Frysinger <vapier@gentoo.org>
8853Date: Sat Oct 18 05:33:51 2008 -0400
8854
8855 Blackfin: only build post code when CONFIG_POST
8856
8857 Save some time by using CONFIG_POST in the Makefile rather than C files.
8858
8859 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8860
8861commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
8862Author: Mike Frysinger <vapier@gentoo.org>
8863Date: Thu Jan 8 11:57:57 2009 -0500
8864
8865 Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
8866
8867 Redo how pointers are managed to get rid of ugly casts and strict pointer
8868 aliasing issues that are highlighted by gcc 4.3.
8869
8870 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8871 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8872
8873commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
8874Author: Mike Frysinger <vapier@gentoo.org>
8875Date: Tue Dec 9 17:46:21 2008 -0500
8876
8877 Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
8878
8879 No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
8880 does exactly the same thing as common "CONFIG_RMII".
8881
8882 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8883 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8884
8885commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
8886Author: Mike Frysinger <vapier@gentoo.org>
8887Date: Wed Nov 5 06:36:15 2008 -0500
8888
8889 Blackfin: bfin_mac: use common debug()
8890
8891 Rather then defining our own DEBUGF(), just use the common debug().
8892
8893 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8894 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8895
8896commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
8897Author: Mike Frysinger <vapier@gentoo.org>
8898Date: Mon Oct 20 13:59:51 2008 -0400
8899
8900 Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
8901
8902 Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
8903 of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
8904
8905 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8906 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8907
8908commit ac45af4e63ea925f4accc98453aab1a1166c196d
8909Author: Mike Frysinger <vapier@gentoo.org>
8910Date: Tue Oct 14 04:52:00 2008 -0400
8911
8912 Blackfin: bfin_mac: cleanup MII/PHY functions
8913
8914 Cleanup and rewrite the MII/PHY related functions so that we can reuse the
8915 existing common linux/miiphy.h code and hook into the `mii` command.
8916
8917 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8918 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8919
8920commit 6b310a05f0d10c751f22468040932139f71c71d3
8921Author: Mike Frysinger <vapier@gentoo.org>
8922Date: Tue Oct 14 00:31:30 2008 -0400
8923
8924 Blackfin: bfin_mac: set MDCDIV based on SCLK
8925
8926 Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
8927 use the real algorithm so it gets set correctly regardless of SCLK.
8928
8929 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8930 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8931
8932commit 930590f3e49c8f32256edf2e5861e1535a329c6c
8933Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8934Date: Sat Jan 31 09:10:48 2009 +0100
8935
8936 ixp: move serial to drivers/serial
8937
8938 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8939
8940commit f90c8022f448bc5e93090e4b714368e52e912f0f
8941Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8942Date: Sat Jan 31 09:04:58 2009 +0100
8943
8944 ixp: move pci init in arm/board instead of cpu
8945
8946 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8947
8948commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
8949Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8950Date: Sat Jan 31 08:56:49 2009 +0100
8951
8952 ixp: move pci drivers to drivers/pci
8953
8954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8955
8956commit 012d5bab09a534e4800b02f50cf508e6837202ea
8957Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8958Date: Sat Jan 31 08:53:44 2009 +0100
8959
8960 ixp: Move conditional compilation to Makefile
8961
8962 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8963
8964commit f693f501d67434df1f815fd1824a71973ae08207
8965Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8966Date: Sat Jan 31 08:53:44 2009 +0100
8967
8968 ixp: add missing os define
8969
8970 need by arm-elf toolchains and no impact on the arm-linux one
8971
8972 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8973
8974commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
8975Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8976Date: Sat Jan 31 09:53:39 2009 +0100
8977
8978 ixp: remove the option to include the Microcode
8979
8980 instead the board will have to load it from flash or ram
8981 which will be specified by npe_ucode env var
8982
8983 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8984
8985commit 1b017baf2071d8daf643bce87250db898c606c66
8986Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8987Date: Fri Jan 30 09:45:23 2009 +0100
8988
8989 ixp/npe: Move conditional compilation to Makefile
8990
8991 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8992
8993commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
8994Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8995Date: Wed Jan 28 21:58:04 2009 +0100
8996
8997 SX1: add hardware V2 support
8998
8999 In the V2 the 2 flash has been replace by one 32MB flash
9000
9001 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9002
9003commit f877f2233dbcd7417c2f0babe6a849099b167f3c
9004Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9005Date: Wed Jan 28 21:58:03 2009 +0100
9006
9007 SX1: Fix second flash mapping
9008
9009 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9010
9011commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
9012Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9013Date: Wed Jan 28 21:58:03 2009 +0100
9014
9015 SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
9016
9017 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9018
9019commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
9020Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9021Date: Wed Jan 28 21:57:59 2009 +0100
9022
9023 move Samsung's board to board/samsung
9024
9025 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9026
9027commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
9028Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9029Date: Thu Jan 29 12:07:21 2009 +0100
9030
9031 move ARM Ltd. to vendor dir
9032
9033 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9034
9035commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
9036Author: Larry Johnson <lrj@acm.org>
9037Date: Wed Jan 28 15:30:37 2009 -0500
9038
9039 ppc4xx: Clean up configuration file for Korat board
9040
9041 This patch updates the default environmental variables for the
9042 Korat PPC 440EPx board, and makes additional minor fixes.
9043
9044 Signed-off-by: Larry Johnson <lrj@acm.org>
9045 Signed-off-by: Stefan Roese <sr@denx.de>
9046
9047commit f20405e31680efc36293c59b4963db57c9d93df4
9048Author: Larry Johnson <lrj@acm.org>
9049Date: Wed Jan 28 15:30:02 2009 -0500
9050
9051 ppc4xx: Add variable "korat_usbcf" for Korat board
9052
9053 The new environment variable "korat_usbcf" selects the USB
9054 port used by the Korat board's CompactFlash controller.
9055
9056 Signed-off-by: Larry Johnson <lrj@acm.org>
9057 Signed-off-by: Stefan Roese <sr@denx.de>
9058
9059commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
9060Author: Gunnar Rangoy <gunnar@rangoy.com>
9061Date: Fri Jan 23 12:56:31 2009 +0100
9062
9063 AVR32: macb - Search for PHY id
9064
9065 This patch adds support for searching through available PHY-addresses in
9066 the macb-driver. This is needed for the ATEVK1100 evaluation board,
9067 where the PHY-address will be initialized to either 1 or 7.
9068
9069 This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
9070 enabled tells the driver to search for the PHY address.
9071
9072 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
9073 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
9074 Signed-off-by: Olav Morken <olavmrk@gmail.com>
9075 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9076
9077commit af8626e0c08a780d9ded1d9c4883a89355f60e75
9078Author: Olav Morken <olavmrk@gmail.com>
9079Date: Fri Jan 23 12:56:26 2009 +0100
9080
9081 Fix IP alignment problem
9082
9083 This patch removes volatile from:
9084 volatile IP_t *ip = (IP_t *)xip;
9085
9086 Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
9087 using volatile, which causes an exception since xip isn't aligned on a word
9088 boundary.
9089
9090 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
9091 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
9092 Signed-off-by: Olav Morken <olavmrk@gmail.com>
9093 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9094
9095commit 12a8b9db12f82a189ff143a58731007f5469da61
9096Author: Ron Madrid <ron_madrid@sbcglobal.net>
9097Date: Wed Jan 28 16:17:21 2009 -0800
9098
9099 Marvell 88E1118 interrupt fix
9100
9101 This patch adjusts the LED control so that interrupt lines are not reading LEDs
9102 and effectively causing indefinite interrupts to the controller.
9103
9104 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
9105 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9106
9107commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
9108Author: Stefan Roese <sr@denx.de>
9109Date: Wed Jan 21 17:14:26 2009 +0100
9110
9111 net: smc911x.c: Add LAN9211 to chip_ids[] array
9112
9113 Signed-off-by: Stefan Roese <sr@denx.de>
9114 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9115
9116commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
9117Author: Mike Frysinger <vapier@gentoo.org>
9118Date: Tue Jan 27 16:53:39 2009 -0500
9119
9120 Move is_valid_ether_addr() to include/net.h
9121
9122 Import the is_valid_ether_addr() function from the Linux kernel.
9123
9124 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9125 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9126
9127commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
9128Author: Michal Simek <monstr@monstr.eu>
9129Date: Mon Jan 5 12:25:13 2009 +0100
9130
9131 net: Sort Makefile labels
9132
9133 Signed-off-by: Michal Simek <monstr@monstr.eu>
9134 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9135
9136commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
9137Author: Wolfgang Denk <wd@denx.de>
9138Date: Wed Jan 28 23:06:42 2009 +0100
9139
9140 85xx: Fix compile breakage with sbc8540 and sbc8560
9141
9142 This fixes an error which raises just a warning:
9143 sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
9144
9145 Signed-off-by: Wolfgang Denk <wd@denx.de>
9146
9147commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
9148Author: Mike Frysinger <vapier@gentoo.org>
9149Date: Wed Jan 28 13:48:55 2009 -0500
9150
9151 SPD823TS: do not define CONFIG_CMD_ENV
9152
9153 Since the SPD823TS board does not actually have any writable flash to save
9154 its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
9155 disabled.
9156
9157 This fixes the build error:
9158 common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
9159 common/cmd_nvedit.c:557: undefined reference to `saveenv'
9160 make: *** [u-boot] Error 1
9161
9162 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9163
9164commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
9165Author: Dirk Behme <dirk.behme@googlemail.com>
9166Date: Wed Jan 28 21:40:16 2009 +0100
9167
9168 OMAP3: Add Zoom1 board support
9169
9170 Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
9171 http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
9172
9173 Signed-off-by: Nishanth Menon <nm@ti.com>
9174 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9175
9176commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
9177Author: Dirk Behme <dirk.behme@googlemail.com>
9178Date: Wed Jan 28 21:39:58 2009 +0100
9179
9180 OMAP3: Add Pandora support
9181
9182 Add Pandora support.
9183
9184 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
9185 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9186 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9187
9188commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
9189Author: Dirk Behme <dirk.behme@googlemail.com>
9190Date: Wed Jan 28 21:39:58 2009 +0100
9191
9192 OMAP3: Add EVM board
9193
9194 Add EVM board support.
9195
9196 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
9197 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9198 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9199
9200commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
9201Author: Dirk Behme <dirk.behme@googlemail.com>
9202Date: Wed Jan 28 21:39:57 2009 +0100
9203
9204 OMAP3: Add Overo board
9205
9206 Add Overo board support.
9207
9208 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
9209 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9210 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9211
9212commit f904cdbb68167c647887f19929ad295dbaac8862
9213Author: Dirk Behme <dirk.behme@googlemail.com>
9214Date: Tue Jan 27 18:19:12 2009 +0100
9215
9216 OMAP3: Add common power code, README, and BeagleBoard
9217
9218 Add BeagleBoard support, common power code and README.
9219
9220 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9221 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9222
9223commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
9224Author: Kumar Gala <galak@kernel.crashing.org>
9225Date: Wed Jan 28 08:31:10 2009 -0600
9226
9227 85xx: Fix compile breakage with MPC8540EVAL
9228
9229 Configuring for MPC8540EVAL board...
9230 mpc8540eval.c: In function 'checkboard':
9231 mpc8540eval.c:53: error: invalid operands to binary /
9232 make[1]: *** [mpc8540eval.o] Error 1
9233
9234 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9235
9236commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
9237Author: Bryan Wu <bryan.wu@analog.com>
9238Date: Sun Jan 18 23:04:27 2009 -0500
9239
9240 usb_scan_devices: fix output with no devices
9241
9242 We should check the return of usb_new_device() so that if no USB device is
9243 found, we print out the right message rather than always saying "new usb
9244 device found".
9245
9246 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
9247 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9248 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9249
9250commit f1c1f540243438246aefb703fdcf16957e3a72e1
9251Author: Stefan Roese <sr@denx.de>
9252Date: Thu Jan 22 10:11:21 2009 +0100
9253
9254 USB: Add high-speed (480Mb/s) to all USB related outputs
9255
9256 With this patch the USB related connection speed output ("usb tree" command and
9257 debug output) is now high-speed enabled.
9258
9259 This patch also fixes a compilation warning when debugging is enabled.
9260
9261 Signed-off-by: Stefan Roese <sr@denx.de>
9262 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9263
9264commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
9265Author: Stefan Roese <sr@denx.de>
9266Date: Wed Jan 21 17:12:19 2009 +0100
9267
9268 USB: Add dcache support to the EHCI driver
9269
9270 This patch adds routines to handle (flush/invalidate) the dcache for the
9271 QH and qTD structures and data buffers. This is needed on platforms using
9272 this EHCI support with dcache enabled (like the MIPS VCT board port).
9273
9274 Signed-off-by: Stefan Roese <sr@denx.de>
9275 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9276
9277commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
9278Author: Stefan Roese <sr@denx.de>
9279Date: Wed Jan 21 17:12:28 2009 +0100
9280
9281 USB: Add EHCI support for VCT EHCI controller
9282
9283 Signed-off-by: Stefan Roese <sr@denx.de>
9284 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9285
9286commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
9287Author: Stefan Roese <sr@denx.de>
9288Date: Wed Jan 21 17:12:10 2009 +0100
9289
9290 USB: Add config option to call ehci_hcd_init() again after EHCI reset
9291
9292 This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
9293 to call ehci_hcd_init() again after ehci_reset() is executed. This
9294 is needed for the upcoming VCT EHCI support which needs to re-init
9295 the hcd part again after the EHCI CMD_RESET is executed.
9296
9297 Signed-off-by: Stefan Roese <sr@denx.de>
9298 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9299
9300commit 597eb28bd9691266b7b804364cda577cdb51d106
9301Author: Stefan Roese <sr@denx.de>
9302Date: Wed Jan 21 17:12:01 2009 +0100
9303
9304 USB: Fix speed detection on EHCI cntr with root hub transaction translators
9305
9306 This patch fixes an issue that the speed of USB devices was not detected
9307 correctly on some EHCI controllers. This will be used on the upcoming VCT
9308 EHCI support.
9309
9310 Signed-off-by: Stefan Roese <sr@denx.de>
9311 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9312
9313commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
9314Author: Thomas Abraham <t-abraham@ti.com>
9315Date: Sun Jan 4 09:41:20 2009 +0530
9316
9317 usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
9318
9319 Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
9320 configuration file.
9321
9322 Signed-off-by: Ravi Babu <ravibabu@ti.com>
9323 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9324 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9325 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9326 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9327
9328commit 538ef967715322f64ee08efa2296d9682111b014
9329Author: Thomas Abraham <t-abraham@ti.com>
9330Date: Sun Jan 4 09:41:16 2009 +0530
9331
9332 usb : musb : Enabling DM6446 (TI DaVinci) USB module power
9333
9334 Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
9335 controller hook up to USB core layer.
9336
9337 Signed-off-by: Ravi Babu <ravibabu@ti.com>
9338 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9339 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9340 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9341 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9342
9343commit e142e9f35f8ec61e74bf8019428b003f5070c33b
9344Author: Thomas Abraham <t-abraham@ti.com>
9345Date: Sun Jan 4 09:41:13 2009 +0530
9346
9347 usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
9348
9349 Adding DM6446 (TI DaVinci) platform specific USB functionality for
9350 USB Phy and VBUS initialization.
9351
9352 Signed-off-by: Ravi Babu <ravibabu@ti.com>
9353 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9354 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9355 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9356 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9357
9358commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
9359Author: Thomas Abraham <t-abraham@ti.com>
9360Date: Sun Jan 4 09:41:09 2009 +0530
9361
9362 usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
9363
9364 Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
9365 platform.
9366
9367 Signed-off-by: Ravi Babu <ravibabu@ti.com>
9368 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9369 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9370 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9371 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9372
9373commit a142896934c755e679ba87e227a8e449f39b0012
9374Author: Thomas Abraham <t-abraham@ti.com>
9375Date: Sun Jan 4 09:41:03 2009 +0530
9376
9377 usb : musb : Adding host controller driver for Mentor USB controller
9378
9379 Adding Mentor USB core functionality and Mentor USB Host controller
9380 functionality for Mentor USB OTG controller (musbhdrc).
9381
9382 Signed-off-by: Ravi Babu <ravibabu@ti.com>
9383 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9384 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9385 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9386 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9387
9388commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
9389Author: Mike Frysinger <vapier@gentoo.org>
9390Date: Thu Jan 1 18:27:27 2009 -0500
9391
9392 usb.h: use standard __LITTLE_ENDIAN from Linux headers
9393
9394 Rather than forcing people to define a custom "LITTLEENDIAN", just use the
9395 __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
9396 already setting up.
9397
9398 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9399 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9400
9401commit 7b6e31eb17e3ff76238a60803fc531517d516223
9402Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9403Date: Wed Dec 31 10:33:56 2008 +0100
9404
9405 USB ehci ixp4xx support
9406
9407 Add USB ehci ixp4xx host controller. Test on ixdp465 board.
9408
9409 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9410 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9411
9412commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
9413Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9414Date: Wed Dec 31 10:33:22 2008 +0100
9415
9416 USB ehci remove infinite loop and use handshake function
9417
9418 USB ehci code cleanup. Use handshake instead of infinite while loop
9419 to check the STD_ASS status
9420
9421 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9422 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9423
9424commit 8fea2914ac974029b65926ef8247d908f84d202d
9425Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9426Date: Wed Dec 31 10:32:41 2008 +0100
9427
9428 Add initial support for USB ehci pci
9429
9430 Add USB ehci pci support. This patch doesn't include any
9431 pci_ids and it is not tested on real hardware.
9432
9433 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9434 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9435
9436commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
9437Author: Bryan Wu <Bryan.Wu@analog.com>
9438Date: Thu Jan 1 19:48:07 2009 -0500
9439
9440 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
9441
9442 The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
9443 does not like to be reset, so check for it.
9444
9445 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
9446 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9447 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9448
9449commit 1eb734fed3b79a5e6106dad16e88041894fdab30
9450Author: Thomas Abraham <t-abraham@ti.com>
9451Date: Sun Jan 4 12:15:35 2009 +0530
9452
9453 usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
9454
9455 This patch populates the 'priv' field of the USB keyboard device_t
9456 structure. The 'priv' field is populated with the address of the
9457 'struct usb_device' structure that represents the USB device.
9458
9459 The 'priv' field can then be used in the 'usb_event_poll' function to
9460 determine the USB device that requires to be polled. An
9461 example of its usage in 'usb_event_poll' function is as below.
9462
9463 device_t *dev;
9464 struct usb_device *usb_kbd_dev;
9465
9466 <snip>
9467
9468 dev = device_get_by_name("usbkbd");
9469 usb_kbd_dev = (struct usb_device *)dev->priv;
9470 iface = &usb_kbd_dev->config.if_desc[0];
9471
9472 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9473 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9474
9475commit 366523c26b6320af171459b19e6e0e9e3baa83ca
9476Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9477Date: Thu Dec 18 10:05:37 2008 +0100
9478
9479 USB change speed
9480
9481 USB changes the speed according to the port status
9482
9483 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9484 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9485
9486commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
9487Author: Remy Böhmer <linux@bohmer.net>
9488Date: Sat Dec 13 22:51:58 2008 +0100
9489
9490 EHCI fix code and ixp4xx test.
9491 USB ehci configuration parameter:
9492
9493 #define CONFIG_CMD_USB 1
9494 #define CONFIG_USB_STORAGE 1
9495 #define CONFIG_USB_EHCI
9496 #define CONFIG_USB_EHCI_IXP4XX 1
9497 #define CONFIG_EHCI_IS_TDI 1
9498 #define CONFIG_EHCI_DESC_BIG_ENDIAN 1
9499 #define CONFIG_EHCI_MMIO_BIG_ENDIAN 1
9500 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
9501 #define CONFIG_LEGACY_USB_INIT_SEQ 1
9502
9503 2 USB Device(s) found
9504 scanning bus for storage devices... 0 Storage Device(s) found
9505 => usb tree
9506
9507 Device Tree:
9508 1 Hub (1.5MBit/s, 0mA)
9509 | u-boot EHCI Host Controller
9510 |
9511 |+-2 Mass Storage (12MBit/s, 100mA)
9512 Sony Storage Media 0C07040930296
9513
9514 =>
9515
9516 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9517 Signed-off-by: Remy Böhmer <linux@bohmer.net>
9518
9519commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
9520Author: michael <michael@panicking.retis>
9521Date: Thu Dec 11 13:43:55 2008 +0100
9522
9523 [PATCH] This patch add varius fix to the ehci.
9524 - fix ehci_readl, ehci_writel
9525 - introduce new define in ehci.h
9526 - introduce the handshake function for waiting on a register
9527 - fix usb_ehci_fsl with the new HC_LENGTH macro
9528
9529 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9530 Signed-off-by: Remy Böhmer <linux@bohmer.net>
9531
9532commit db63299b1dd2894ade542278210bccd046de6435
9533Author: michael <michael@panicking.retis>
9534Date: Wed Dec 10 17:55:19 2008 +0100
9535
9536 [PATCH] Fix EHCI usb. I start to test on a
9537 IXP465 board and I find some errors in the code. This
9538 patch fix:
9539 - descriptor initizialization (config, interface and endpoint
9540 must be one next-to the other when the USB_DT_CONFIG message
9541 is send.
9542 - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
9543 and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
9544 - Introduce the linux version of the usb_config_descriptor and
9545 usb_interface descriptor. This descriptor does't contains
9546 u-boot extension.
9547
9548 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9549 Signed-off-by: Remy Böhmer <linux@bohmer.net>
9550
9551commit 6b92487dcf9afe83a3570153d66940fdb293be76
9552Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9553Date: Fri Nov 28 13:22:09 2008 +0100
9554
9555 USB ehci freescale support
9556
9557 Add USB ehci freescale support
9558
9559 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9560 Signed-off-by: Remy Böhmer <linux@bohmer.net>
9561
9562commit aaf098cfeed04595d4c5100ffd39095d79edbf90
9563Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9564Date: Fri Nov 28 13:20:46 2008 +0100
9565
9566 USB ehci core support
9567
9568 Add USB ehci core support
9569
9570 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9571 Signed-off-by: Remy Böhmer <linux@bohmer.net>
9572
9573commit 3e126484df7868e341545cce740b24b62b0cd3b7
9574Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9575Date: Fri Nov 28 13:19:19 2008 +0100
9576
9577 Prepare USB layer for ehci
9578
9579 Prepare USB layer for ehci support
9580
9581 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9582 Signed-off-by: Remy Böhmer <linux@bohmer.net>
9583
9584commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
9585Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9586Date: Wed Dec 10 15:52:06 2008 +0100
9587
9588 USB storage cleanup patch
9589
9590 Cleanup usb storage
9591
9592 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9593 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9594
9595commit fe033ad6d0883063fe857237abb9436fab03208c
9596Author: Mike Frysinger <vapier@gentoo.org>
9597Date: Sun Oct 12 06:02:55 2008 -0400
9598
9599 Blackfin: fixup misc warnings such as printf's and missing casts
9600
9601 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9602
9603commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
9604Author: Mike Frysinger <vapier@gentoo.org>
9605Date: Sun Oct 12 22:09:26 2008 -0400
9606
9607 Blackfin: convert old boards to use COBJS-y Makefile style
9608
9609 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9610
9611commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
9612Author: Mike Frysinger <vapier@gentoo.org>
9613Date: Sat Oct 11 22:38:37 2008 -0400
9614
9615 Blackfin: bf533-stamp: rewrite resource swap logic
9616
9617 The old swap function tended to clobber unrelated pins and screw up masks.
9618 Rewrite the thing from scratch so it only uses the resources it needs.
9619
9620 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9621
9622commit 29d4ea0a9073c82469184331010136f52edf8db6
9623Author: Mike Frysinger <vapier@gentoo.org>
9624Date: Sat Oct 11 22:08:42 2008 -0400
9625
9626 Blackfin: bootldr: implement BF53x/BF56x LDR loader
9627
9628 The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
9629 arbitrary memory locations, so implement a basic one in software.
9630
9631 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9632
9633commit 8b35e3aeff6c2d747c37697997b3f8a808432329
9634Author: Mike Frysinger <vapier@gentoo.org>
9635Date: Sat Oct 11 22:05:42 2008 -0400
9636
9637 Blackfin: implement real write support for OTP
9638
9639 Now that real documentation has been released for the OTP interface and
9640 the on-chip ROM wrt writing/timings, implement support for reading/writing
9641 as well as dumping/locking.
9642
9643 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9644
9645commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
9646Author: Mike Frysinger <vapier@gentoo.org>
9647Date: Sat Oct 11 22:04:05 2008 -0400
9648
9649 Blackfin: update on-chip ROM API
9650
9651 This brings the API for the on-chip ROM in line with the toolchain and
9652 hardware documentation.
9653
9654 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9655
9656commit 7633903bff432ec7b27905dce7396958553f2be6
9657Author: Mike Frysinger <vapier@gentoo.org>
9658Date: Sat Oct 11 21:52:17 2008 -0400
9659
9660 Blackfin: allow serial console to be disabled
9661
9662 Some devices have no UART device pulled out, so allow people to disable the
9663 driver completely in favor of other methods (like JTAG-console).
9664
9665 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9666
9667commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
9668Author: Mike Frysinger <vapier@gentoo.org>
9669Date: Sat Oct 11 21:51:20 2008 -0400
9670
9671 Blackfin: support console-over-JTAG
9672
9673 The Blackfin JTAG has the ability to pass data via a back-channel without
9674 halting the processor. Utilize that channel to emulate a console.
9675
9676 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9677
9678commit cf8f2efb5f39c5225da92391c14a07eecbeca881
9679Author: Mike Frysinger <vapier@gentoo.org>
9680Date: Sat Oct 11 21:49:06 2008 -0400
9681
9682 Blackfin: handle new anomalies with reset
9683
9684 Workaround fun new anomalies related to software reset of the processor.
9685
9686 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9687
9688commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
9689Author: Mike Frysinger <vapier@gentoo.org>
9690Date: Sat Oct 11 21:44:00 2008 -0400
9691
9692 Blackfin: pass RETX to Linux
9693
9694 Make sure we save the value of RETX at power on and then pass it on to the
9695 kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
9696
9697 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9698
9699commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
9700Author: Mike Frysinger <vapier@gentoo.org>
9701Date: Sat Oct 11 21:40:26 2008 -0400
9702
9703 Blackfin: clarify relocation comment during init
9704
9705 People often ask questions about the init process and when things go
9706 from flash to relocated base, so clarify the comments a bit.
9707
9708 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9709
9710commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
9711Author: Mike Frysinger <vapier@gentoo.org>
9712Date: Sat Oct 11 21:23:41 2008 -0400
9713
9714 Blackfin: just set SP register directly during init
9715
9716 No need to set the SP register indirectly to the configured value when it
9717 can be set directly.
9718
9719 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9720
9721commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
9722Author: Mike Frysinger <vapier@gentoo.org>
9723Date: Sat Oct 11 21:15:53 2008 -0400
9724
9725 Blackfin: add portmuxing for UARTs on the BF51x
9726
9727 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9728
9729commit 4f6a313240c531042f16909a3a170ab047b95779
9730Author: Mike Frysinger <vapier@gentoo.org>
9731Date: Sun Jun 1 01:26:29 2008 -0400
9732
9733 Blackfin: respect CONFIG_CLKIN_HALF
9734
9735 As pointed out by Ivan Koryakovskiy, the initialization code was not
9736 actually respecting the CONFIG_CLKIN_HALF option when configuring the
9737 PLL_CTL register.
9738
9739 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9740
9741commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
9742Author: Mike Frysinger <vapier@gentoo.org>
9743Date: Sun Jun 1 01:21:34 2008 -0400
9744
9745 Blackfin: use common memcpy routine during init
9746
9747 Rather than using a local custom memcpy function, just call the existing
9748 optimized Blackfin version.
9749
9750 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9751
9752commit 362c943347364e9373af4c5530778491ab56ec2e
9753Author: Mike Frysinger <vapier@gentoo.org>
9754Date: Wed Apr 9 02:27:06 2008 -0400
9755
9756 Blackfin: set default boot SPI CS for BF538/BF539
9757
9758 The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
9759 Blackfin parts.
9760
9761 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9762
9763commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
9764Author: Mike Frysinger <vapier@gentoo.org>
9765Date: Wed Apr 9 02:20:59 2008 -0400
9766
9767 Blackfin: punt unused BF533-STAMP definitions
9768
9769 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9770
9771commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
9772Author: Mike Frysinger <vapier@gentoo.org>
9773Date: Fri Apr 18 20:44:11 2008 -0400
9774
9775 Blackfin: resurrect BF533-STAMP video splash driver
9776
9777 This video driver used to live in the Blackfin cpu directory, but it was
9778 lost during the unification process. This brings it back.
9779
9780 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9781
9782commit a750d038f2548d846ea1e046d873dc932d041319
9783Author: Mike Frysinger <vapier@gentoo.org>
9784Date: Wed Apr 9 02:31:29 2008 -0400
9785
9786 Blackfin: tighten up post memory coding style
9787
9788 No functional changes here; just cleanup code style a bit.
9789
9790 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9791
9792commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
9793Author: Mike Frysinger <vapier@gentoo.org>
9794Date: Wed Apr 9 02:29:18 2008 -0400
9795
9796 Blackfin: bf537-stamp nand: fix more style errors in previous commit
9797
9798 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9799
9800commit 41f3325ae9add641036d7cb362e884b698e53f07
9801Author: Mike Frysinger <vapier@gentoo.org>
9802Date: Sat Oct 11 20:31:17 2008 -0400
9803
9804 Blackfin: drop dead/wrong debug code in initdram()
9805
9806 The DEBUG code in initdram() is quite old and was never really useful, so
9807 just drop it altogether. Common Blackfin debug code does a better job.
9808
9809 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9810
9811commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
9812Author: Mike Frysinger <vapier@gentoo.org>
9813Date: Sat Oct 11 20:30:28 2008 -0400
9814
9815 Blackfin: bf533-ezkit: shuffle flash defines a little
9816
9817 Some of the flash defines weren't in the correct location and caused build
9818 problems in some configurations, so let's move types and defines to better
9819 local locations.
9820
9821 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9822
9823commit be853bf86b41e91f4c422f0f56fdf87ea3191266
9824Author: Mike Frysinger <vapier@gentoo.org>
9825Date: Mon Oct 6 04:16:47 2008 -0400
9826
9827 Blackfin: overhaul i2c driver
9828
9829 The current Blackfin i2c driver does not work properly with certain devices
9830 due to it breaking up transfers incorrectly. This is a rewrite of the
9831 driver and relocates it to the newer place in the source tree.
9832
9833 Also remove duplicated I2C speed defines in Blackfin board configs and
9834 disable I2C slave address usage since it isn't implemented.
9835
9836 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9837
9838commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
9839Author: Mike Frysinger <vapier@gentoo.org>
9840Date: Mon Oct 6 04:00:07 2008 -0400
9841
9842 Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
9843
9844 Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
9845 128kB when setting up the default flash protection region for U-Boot
9846 itself.
9847
9848 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9849
9850commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
9851Author: Mike Frysinger <vapier@gentoo.org>
9852Date: Mon Oct 6 03:57:39 2008 -0400
9853
9854 Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
9855
9856 When setting up the global data, rather than relying on sizeof(), use the
9857 common CONFIG_SYS_GBL_DATA_SIZE define.
9858
9859 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9860
9861commit 01815c2d06c5b838f2cd536703e47bd2c9148194
9862Author: Mike Frysinger <vapier@gentoo.org>
9863Date: Mon Oct 6 03:52:24 2008 -0400
9864
9865 Blackfin: implement general support for CONFIG_STATUS_LED
9866
9867 Here are the Blackfin-specific and board-independent pieces for status leds.
9868
9869 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9870
9871commit 6882b5a79a3247494b62c05015fa672557f1bfaa
9872Author: Mike Frysinger <vapier@gentoo.org>
9873Date: Mon Oct 6 03:49:32 2008 -0400
9874
9875 Blackfin: do not init i2c in Blackfin board init
9876
9877 The common code takes care of calling i2c_init() when needed, so no point
9878 in us doing it as well.
9879
9880 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9881
9882commit 1118ea73698eee6e72ef5cbfc00e41746040304f
9883Author: Mike Frysinger <vapier@gentoo.org>
9884Date: Mon Oct 6 03:42:20 2008 -0400
9885
9886 Blackfin: bfin_mac: update port muxing
9887
9888 Adds support more Blackfin parts and fixes broken muxing for older ones.
9889
9890 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9891
9892commit 05b75e48832fc4afeecf8e76d704349557dffa35
9893Author: Mike Frysinger <vapier@gentoo.org>
9894Date: Mon Oct 6 03:35:44 2008 -0400
9895
9896 Blackfin: fix dcache handling when doing dma memcpy's
9897
9898 Our dcache invalidate function doesn't just invalidate, it also flushes.
9899 So rename the function accordingly and fix the dma_memcpy() function so it
9900 doesn't inadvertently corrupt the data destination.
9901
9902 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9903
9904commit 68e5632494168095d75f120af70043b68afd2476
9905Author: Mike Frysinger <vapier@gentoo.org>
9906Date: Thu Aug 7 18:56:56 2008 -0400
9907
9908 Blackfin: dont generate ldrs with --force
9909
9910 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9911
9912commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
9913Author: Mike Frysinger <vapier@gentoo.org>
9914Date: Thu Aug 7 18:55:30 2008 -0400
9915
9916 Blackfin: pass --bmode/--initcode when creating ldr
9917
9918 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9919
9920commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
9921Author: Mike Frysinger <vapier@gentoo.org>
9922Date: Thu Aug 7 18:39:27 2008 -0400
9923
9924 Blackfin: minimize time cache is turned off when replacing cplb entries
9925
9926 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9927
9928commit 21d631360430cf0ae9099612273cd4de28911ba9
9929Author: Mike Frysinger <vapier@gentoo.org>
9930Date: Thu Aug 7 15:31:13 2008 -0400
9931
9932 Blackfin: split cache handling out of dma_memcpy()
9933
9934 Creating a new dma_memcpy() function that skips all cache checks allows us
9935 to use the function in very early init where the cache is not yet setup.
9936
9937 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9938
9939commit d31eb38512bed377d5d4b3c696662e52120a2e4c
9940Author: Mike Frysinger <vapier@gentoo.org>
9941Date: Thu Aug 7 15:30:49 2008 -0400
9942
9943 Blackfin: abort dma_memcpy() for L1 scratchpad
9944
9945 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9946
9947commit 81b799add709177e838466461f7b9989488b0fd5
9948Author: Mike Frysinger <vapier@gentoo.org>
9949Date: Thu Aug 7 15:27:52 2008 -0400
9950
9951 Blackfin: rename bootm.c to boot.c
9952
9953 The boot file contains functions for more than just "bootm", so rename it
9954 accordingly.
9955
9956 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9957
9958commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
9959Author: Mike Frysinger <vapier@gentoo.org>
9960Date: Thu Aug 7 13:22:37 2008 -0400
9961
9962 Blackfin: set more sane default board config values
9963
9964 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9965
9966commit 36cd52a00794fb15ffab05d640acca92d7482993
9967Author: Mike Frysinger <vapier@gentoo.org>
9968Date: Thu Aug 7 15:24:59 2008 -0400
9969
9970 Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
9971
9972 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9973
9974commit c8054bc12e00669bd7588f2b30fef48aa94babac
9975Author: Mike Frysinger <vapier@gentoo.org>
9976Date: Thu Aug 7 13:21:27 2008 -0400
9977
9978 Blackfin: add bit defines for DDR parts
9979
9980 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9981
9982commit 154502fe0796f3b7a4698378c5d2080ae28a9782
9983Author: Mike Frysinger <vapier@gentoo.org>
9984Date: Thu Aug 7 13:21:11 2008 -0400
9985
9986 Blackfin: add defines to describe active bootrom behavior
9987
9988 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9989
9990commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
9991Author: Kim Phillips <kim.phillips@freescale.com>
9992Date: Tue Jan 27 16:03:53 2009 -0600
9993
9994 mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
9995
9996 extend commit c70564e6b1bd08f3230182392238907f3531a87e
9997 "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
9998 to the simpc8313 build and fix this:
9999
10000 ...Large Page NAND...Configuring for SIMPC8313 board...
10001 nand_boot_fsl_elbc.o: In function `nand_boot':
10002 nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
10003 make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
10004 make: *** [nand_spl] Error 2
10005
10006 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10007
10008commit 54a7cc4912feefa45be961cc47cc159563725d2f
10009Author: Wolfgang Denk <wd@denx.de>
10010Date: Wed Jan 28 09:25:31 2009 +0100
10011
10012 mpc8536ds.c: include sata.h to for needed function prototypes
10013
10014 Signed-off-by: Wolfgang Denk <wd@denx.de>
10015
10016commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
10017Author: Peter Tyser <ptyser@xes-inc.com>
10018Date: Tue Jan 27 18:03:12 2009 -0600
10019
10020 Command usage cleanup
10021
10022 Remove command name from all command "usage" fields and update
10023 common/command.c to display "name - usage" instead of
10024 just "usage". Also remove newlines from command usage fields.
10025
10026 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10027
10028commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
10029Author: Peter Tyser <ptyser@xes-inc.com>
10030Date: Tue Jan 27 18:03:11 2009 -0600
10031
10032 amcc: Clean up command usage output
10033
10034 Update taihu and taishan commands to use cmd_usage() function
10035 to display usage messages.
10036
10037 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10038
10039commit 62c3ae7c6ef215b1afa614abdf61acf077752207
10040Author: Peter Tyser <ptyser@xes-inc.com>
10041Date: Tue Jan 27 18:03:10 2009 -0600
10042
10043 Standardize command usage messages with cmd_usage()
10044
10045 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10046
10047commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
10048Author: Peter Tyser <ptyser@xes-inc.com>
10049Date: Tue Jan 27 18:03:09 2009 -0600
10050
10051 pcs440ep: Clean up led command definition
10052
10053 The pcs440ep's led command usage formatting is non-standard. It
10054 was made standard in preparation for larger command usage updates.
10055
10056 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10057
10058commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
10059Author: Peter Tyser <ptyser@xes-inc.com>
10060Date: Tue Jan 27 18:03:08 2009 -0600
10061
10062 Clean up diufb command definitions
10063
10064 The diufb command usage formatting is non-standard. It was
10065 made standard in preparation for larger command usage updates.
10066
10067 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10068
10069commit 6450a8485836fc80615ae6de6a864c33369b44f5
10070Author: Wolfgang Denk <wd@denx.de>
10071Date: Wed Jan 28 00:29:26 2009 +0100
10072
10073 Update CHANGELOG, tiny coding style cleanup.
10074
10075 Signed-off-by: Wolfgang Denk <wd@denx.de>
10076
6450a848
WD
10077commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
10078Author: Mike Frysinger <vapier@gentoo.org>
10079Date: Tue Jan 27 16:12:21 2009 -0500
10080
10081 SATA: do not auto-initialize during boot
10082
10083 Rather than have the board code initialize SATA automatically during boot,
10084 make the user manually run "sata init". This brings the SATA subsystem in
10085 line with common U-Boot policy.
10086
10087 Rather than having a dedicated weak function "is_sata_supported", people
10088 can override sata_initialize() to do their weird board stuff. Then they
10089 can call the actual __sata_initialize().
10090
10091 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10092
10093commit 50970839712dda35399e2fa83fe818df9354d618
10094Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10095Date: Mon Jan 26 08:45:14 2009 -0500
10096
10097 part_efi: Fix partition size calculation due to inclusive ending LBA.
10098
10099 The ending LBA is inclusive. Hence, the partition size should be
10100 ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
10101
10102 This is confirmed against the results from the parted tool.
10103 (e.g. use parted /dev/sda -s unit S print) and observe the size.
10104
10105 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10106
10107commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
10108Author: Tomasz Figa <tomasz.figa@gmail.com>
10109Date: Tue Dec 30 18:35:57 2008 +0100
10110
10111 jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
10112
10113 This patch fixes a bug (?) introduced after inclusion of the new
10114 JFFS2 code.
10115
10116 When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
10117 fill in part->sector_size (keeping it as 0), but a correct value is
10118 needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
10119 to be in the same place of the memory, what obviously means
10120 impossibility to use the JFFS2 partition.
10121
10122 This problem is fixed in this patch by including sector size
10123 calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
10124
10125 Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
10126
10127commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
10128Author: Mike Frysinger <vapier@gentoo.org>
10129Date: Tue Dec 30 02:59:25 2008 -0500
10130
10131 saveenv: standardize enablement
10132
10133 Rather than special casing each environment type for enabling the saveenv
10134 command, have them all behave the same. This avoids bitrot as new env
10135 sources are added/removed.
10136
10137 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10138
10139commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
10140Author: Andrew Dyer <adyer@righthandtech.com>
10141Date: Mon Dec 29 17:36:01 2008 -0600
10142
10143 soft_i2c.c add option for repeated start in i2c_read()
10144
10145 This patch adds a #define to optionally change the behaviour of
10146 i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
10147 stop-start between sending the device address pointer write and
10148 reading back the data. The current behaviour is retained as the
10149 default.
10150
10151 While most devices will work either way, I have a smart battery(*)
10152 that requires repeated start, and someone at some point found a
10153 device that required a stop-start.
10154
10155 (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
10156
10157 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
10158
10159commit 3429071700963ca2f944c51d695a7481af0cee33
10160Author: Wolfgang Denk <wd@denx.de>
10161Date: Tue Jan 27 22:07:14 2009 +0100
10162
10163 {delta,zylonite}/lowlevel_init.S: fix typo
10164
10165 Commit 9d803d8c mistakenly changed some constants
10166 from 0x300 into 300 - this patch fixes it.
10167
10168 Pointed out by Tom Evans <tom@ceos.com.au>, see
10169 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
10170 details.
10171
10172 Signed-off-by: Wolfgang Denk <wd@denx.de>
10173
10174commit 1bc434373013af241835c14011ac3f291dccbf53
10175Author: Stefan Althoefer <stefan.althoefer@web.de>
10176Date: Sat Dec 20 19:40:41 2008 +0100
10177
10178 drivers/net/e1000.c: missing terminator for supported devices
10179
10180 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
10181
10182commit 65f7d41031a70b1649b35020995c505edca91533
10183Author: Wolfgang Denk <wd@denx.de>
10184Date: Tue Jan 27 21:36:28 2009 +0100
10185
10186 fat.c: fix warning: array subscript is above array bounds
10187
10188 Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
10189
10190 Signed-off-by: Wolfgang Denk <wd@denx.de>
10191
10192commit 107b801cf3fe39612d69d70581ebc3bf5e215554
10193Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10194Date: Fri Jan 2 15:11:41 2009 +0100
10195
10196 Fix gunzip in case of insufficient output buffer
10197
10198 U-Boot's gunzip() function does not handle the return code
10199 of zlib's inflate() function correctly. gunzip() is implemented
10200 to uncompress all input data in one run. So the correct return
10201 code for the good case is Z_STREAM_END. In case of insufficient
10202 output buffer memory inflate returns Z_OK. For gunzip() this
10203 is an error.
10204
10205 It also makes sense to me to call inflateEnd() also in case
10206 of an error.
10207
10208 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10209
10210commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
10211Author: Stefan Roese <sr@denx.de>
10212Date: Wed Jan 21 17:25:01 2009 +0100
10213
10214 MIPS: Add VCT board series support (Part 3/3)
10215
10216 Signed-off-by: Stefan Roese <sr@denx.de>
10217
10218commit ae691e5719c48f1d2826cb72722497d1d162765b
10219Author: Stefan Roese <sr@denx.de>
10220Date: Wed Jan 21 17:24:49 2009 +0100
10221
10222 MIPS: Add VCT board series support (Part 2/3)
10223
10224 Signed-off-by: Stefan Roese <sr@denx.de>
10225
10226commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
10227Author: Stefan Roese <sr@denx.de>
10228Date: Wed Jan 21 17:24:39 2009 +0100
10229
10230 MIPS: Add VCT board series support (Part 1/3)
10231
10232 Signed-off-by: Stefan Roese <sr@denx.de>
10233
10234commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
10235Author: Stefan Roese <sr@denx.de>
10236Date: Wed Jan 21 17:20:20 2009 +0100
10237
10238 MIPS: Add flush_dcache_range() and invalidate_dcache_range()
10239
10240 This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
10241 Those functions are needed for the upcoming dcache support for the USB
10242 EHCI driver. I chose this API because those cache handling functions are
10243 already present in the PPC architecture.
10244
10245 Signed-off-by: Stefan Roese <sr@denx.de>
10246 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10247
f15c6515
WD
10248commit de832a99414ff06a4b2cdc9f5280b387da039834
10249Author: Stefan Roese <sr@denx.de>
10250Date: Mon Jan 26 10:05:20 2009 +0100
10251
10252 nand_spl: Fix compile problem with board_nand_init() prototype
10253
10254 This patch removes the now obsolete and additionally wrongly defined
10255 board_nand_init() prototype from nand_spl/nand_boot.c.
10256
10257 Signed-off-by: Stefan Roese <sr@denx.de>
10258 Signed-off-by: Scott Wood <scottwood@freescale.com>
10259
6450a848
WD
10260commit e8eac437189430d8e04a5d254ed92c58bc534a79
10261Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10262Date: Wed Jan 14 08:44:26 2009 -0500
10263
10264 CFI: Add geometry reversal for STMicro M29W320ET
10265
10266 Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
10267
10268 Modeled after flash_fixup_amd, this patch handles the geometry reversal
10269 or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
10270 Since I cannot test all STM's chips, the detection is implemented as
10271 narrow as possible for now.
10272
10273 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10274 Signed-off-by: Stefan Roese <sr@denx.de>
10275
10276commit 0f8e851e897b535959a0781171910cd97f33c30c
10277Author: Jens Gehrlein <sew_s@tqs.de>
10278Date: Tue Dec 16 17:25:55 2008 +0100
10279
10280 CFI: increase performance of function find_sector()
10281
10282 Tested on TQM5200S-BD with Samsung K8P2815UQB
10283
10284 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10285 Signed-off-by: Stefan Roese <sr@denx.de>
10286
10287commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
10288Author: Jens Gehrlein <sew_s@tqs.de>
10289Date: Tue Dec 16 17:25:54 2008 +0100
10290
10291 CFI: avoid redundant function call in single word programming mode
10292
10293 The function find_sector() doesn't need to be called twice in
10294 the case of AMD command set.
10295 Tested on TQM5200S-BD with Samsung K8P2815UQB.
10296
10297 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10298 Signed-off-by: Stefan Roese <sr@denx.de>
10299
10300commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
10301Author: Stefan Roese <sr@denx.de>
10302Date: Mon Jan 26 10:15:23 2009 +0100
10303
10304 ppc4xx: Remove compilation warning in gdppc440etc.c
10305
10306 Signed-off-by: Stefan Roese <sr@denx.de>
10307
10308commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
10309Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10310Date: Fri Jan 2 12:19:47 2009 +0100
10311
10312 ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
10313
10314 Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
10315 Either they define or undef it. Because it's not used in any source
10316 files this patch removes any references to it.
10317
10318 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10319 Signed-off-by: Stefan Roese <sr@denx.de>
10320
10321commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
10322Author: Dirk Eibach <eibach@gdsys.de>
10323Date: Tue Dec 9 13:12:40 2008 +0100
10324
10325 ppc4xx: Add GDsys PowerPC 440 ETX board support.
10326
10327 Board support for the Guntermann & Drunck PowerPC 440 ETX module.
10328 Based on the AMCC Yosemite board support by Stefan Roese.
10329
10330 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10331 Signed-off-by: Stefan Roese <sr@denx.de>
10332
10333commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
10334Author: Dirk Eibach <eibach@gdsys.de>
10335Date: Tue Dec 9 11:00:07 2008 +0100
10336
10337 ppc4xx: Improve DDR autodetect
10338
10339 Added support for a second memory bank to DDR autodetection for 440
10340 platforms.
10341 Made hardcoded values configurable.
10342
10343 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10344 Signed-off-by: Stefan Roese <sr@denx.de>
10345
f15c6515
WD
10346commit 71a040f4f556cca4d30f06805d82e717b3ef1020
10347Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10348Date: Fri Nov 21 12:06:26 2008 +0900
10349
10350 sh: sh7763rdp: Update sh7763rdp config
10351
10352 Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
10353
10354 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10355 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10356
10357commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
10358Author: Gary Jennejohn <garyj@denx.de>
10359Date: Thu Nov 20 12:28:38 2008 +0100
10360
10361 mgcoge make ether_scc.c work with CONFIG_NET_MULTI
10362
10363 This change is needed for mgcoge because it uses two ethernet drivers.
10364
10365 Add a check for the presence of the PIGGY board on mgcoge. Without this
10366 board networking cannot work and the initialization must be aborted.
10367
10368 Only allocate rtx once to prevent DPRAM exhaustion.
10369
10370 Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
10371 soon) in eth.c.
10372
10373 Signed-off-by: Gary Jennejohn <garyj@denx.de>
10374 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10375
10376commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
10377Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10378Date: Fri Nov 21 12:04:18 2008 +0900
10379
10380 sh: sh_eth: Change new network API
10381
10382 sh_eth used old network API. This patch changed new API.
10383
10384 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10385 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10386
10387commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
10388Author: Stefan Roese <sr@denx.de>
10389Date: Wed Nov 12 13:31:02 2008 +0100
10390
10391 net: smc911x: Make register read/write functions weak
10392
10393 This patch changes the reg_read/_write to smc911x_reg_read/_write
10394 and defines then as weak so that they can be overridden by board
10395 specific version.
10396
10397 This will be used by the upcoming VCTH board support.
10398
10399 Signed-off-by: Stefan Roese <sr@denx.de>
10400 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10401
10402commit 8b69b563039989885969d24465c56f8ac4c07c4c
10403Author: Heiko Schocher <hs@denx.de>
10404Date: Thu Nov 20 09:57:14 2008 +0100
10405
10406 powerpc: net: support for the SMSC LAN8700 PHY
10407
10408 Signed-off-by: Heiko Schocher <hs@denx.de>
10409 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10410
10411commit d5254f149da9e6cd649d887b042ce577ef3ba78d
10412Author: Alessandro Rubini <rubini@unipv.it>
10413Date: Sat Jan 24 18:10:37 2009 +0100
10414
10415 Initial support for Nomadik 8815 development board
10416
10417 The NMDK8815 board is distributed by ST Microelectornics.
10418 Other (proprietary) code must be run to unlock the CPU before
10419 U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
10420
10421 This is the initial port, with basic infrastructure and
10422 a working serial port.
10423
10424 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
10425 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
10426 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10427
10428commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
10429Author: Dirk Behme <dirk.behme@googlemail.com>
10430Date: Sun Dec 14 09:47:18 2008 +0100
10431
10432 OMAP3: Add I2C support
10433
10434 Add I2C support.
10435
10436 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10437
10438commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
10439Author: Dirk Behme <dirk.behme@googlemail.com>
10440Date: Sun Dec 14 09:47:17 2008 +0100
10441
10442 OMAP3: Add MMC support
10443
10444 Add MMC support.
10445
10446 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10447
10448commit 12201a13547ec22ddcdae278e74465e54a3be60c
10449Author: Dirk Behme <dirk.behme@googlemail.com>
10450Date: Sun Dec 14 09:47:16 2008 +0100
10451
10452 OMAP3: Add NAND support
10453
10454 Add NAND support.
10455
10456 Signed-off-by: Nishanth Menon <nm@ti.com>
10457 Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
10458 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10459
10460commit 91eee546737ae21d930af479530997174c342b13
10461Author: Dirk Behme <dirk.behme@googlemail.com>
10462Date: Sun Dec 14 09:47:15 2008 +0100
10463
10464 OMAP3: Add common board, interrupt and system info
10465
10466 Add common board, interrupt and system info code.
10467
10468 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10469
10470commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
10471Author: Dirk Behme <dirk.behme@googlemail.com>
10472Date: Sun Dec 14 09:47:14 2008 +0100
10473
10474 OMAP3: Add common clock, memory and low level code
10475
10476 Add common clock, memory and low level code
10477
10478 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10479
10480commit 0b02b184003e6a5023e05d5f31de54db279b1431
10481Author: Dirk Behme <dirk.behme@googlemail.com>
10482Date: Sun Dec 14 09:47:13 2008 +0100
10483
10484 OMAP3: Add common cpu and start code
10485
10486 Add common cpu and start code.
10487
10488 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10489
10490commit a8b6450546cd507d331b8fde384791d84bde5651
10491Author: Dirk Behme <dirk.behme@googlemail.com>
10492Date: Sun Dec 14 09:47:12 2008 +0100
10493
10494 OMAP3: Add OMAP3, memory and function prototype headers
10495
10496 Add OMAP3, memory and function prototype header files for OMAP3.
10497
10498 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10499
10500commit 2c803210a464abbac35752ca1c737514360b4c32
10501Author: Dirk Behme <dirk.behme@googlemail.com>
10502Date: Sun Dec 14 09:47:11 2008 +0100
10503
10504 OMAP3: Add pin mux, clock and cpu headers
10505
10506 Add pin mux, clock and cpu header files for OMAP3.
10507
10508 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10509
10510commit 685533646f4ff17a84ec9265cabb60af325b6e1f
10511Author: Maxim Artamonov <scn1874@yandex.ru>
10512Date: Wed Dec 3 05:38:17 2008 +0300
10513
10514 bugfix for i.mx31 CCM_UPCTL reg
10515
10516 Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
10517
6450a848
WD
10518commit 24113a44ed5cd3257a0237c3961e121812fca6db
10519Author: Mike Frysinger <vapier@gentoo.org>
10520Date: Tue Dec 30 03:15:38 2008 -0500
10521
10522 easylogo: add optional gzip support
10523
10524 Some images can be quite large, so add an option to compress the
10525 image data with gzip in the U-Boot image. Then at runtime, the
10526 board can decompress it with the normal zlib functions.
10527
10528 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10529
10530commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
10531Author: Bryan Wu <bryan.wu@analog.com>
10532Date: Fri Jan 2 20:47:45 2009 -0500
10533
10534 fat: fix unaligned errors
10535
10536 A couple of buffers in the fat code are declared as an array of bytes.
10537 But it is then cast up to a structure with 16bit and 32bit members.
10538 Since GCC assumes structure alignment here, we have to force the
10539 buffers to be aligned according to the structure usage.
10540
10541 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
10542 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10543
10544commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
10545Author: Brad Bozarth <bflinux@yumbrad.com>
10546Date: Thu Jan 1 22:45:47 2009 -0500
10547
10548 spi flash: fix crash due to spi flash miscommunication
10549
10550 Higher spi flash layers expect to be given back a pointer that was
10551 malloced so that it can free the result, but the lower layers return
10552 a pointer that is in the middle of the malloced memory. Reorder the
10553 members of the lower spi structures so that things work out.
10554
10555 Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
10556 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10557 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10558
10559commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
10560Author: Yuri Tikhonov <yur@emcraft.com>
10561Date: Sat Dec 20 14:54:21 2008 +0300
10562
10563 FPU POST: fix warnings when building with 2.18 binutils
10564
10565 When compile u-boot with the 2.18 binutils the following
10566 warning messages for each object file in post/lib_ppc/fpu/ is
10567 produced at the linking stage:
10568
10569 post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
10570 ...
10571
10572 This is because of the fact that, in general, the soft-float and
10573 hard-float ABIs are incompatible; the 2.18 binutils do checking
10574 of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
10575 produce the worning like above if these are not compatible.
10576
10577 The incompatibility of ABIs is concerned only the float values:
10578 e.g. the soft-float ABI assumes the float argument passing in the
10579 pair of rX registers, and the hard-float ABI assumes passing of
10580 the float argument in the fX register. When we don't pass the float
10581 arguments between the functions compiled with different floatness,
10582 then such an application will work correctly.
10583 This is the case for the FPU POST: u-boot (compiled with soft-float)
10584 doesn't pass to (and doesn't get from) the FPU POST functions any
10585 floats; there are no functions exported from the post/lib_ppc/fpu/
10586 objects which would work with float parameters/returns too. So, we
10587 can reassure the linker not to worry about the difference in ABI
10588 attributes of linking files just by setting the 'soft-float'
10589 attribute for the objects in post/lib_ppc/fpu. And this patch does
10590 this.
10591
10592 Also, to avoid passing both soft- and hard-float options in CFLAGS
10593 when compiling the files from post/lib_ppc/fpu (which is OK, but
10594 looks rather dirty) this patch removes the soft-float string from
10595 CFLAGS in post/lib_ppc/fpu/Makefile.
10596
10597 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10598
10599commit a7c9310457e85b4598abe5b304108edf11332e2f
10600Author: Peter Tyser <ptyser@xes-inc.com>
10601Date: Wed Dec 17 16:36:22 2008 -0600
10602
10603 Add support for Maxim's DS4510 I2C device
10604
10605 Initial support for the DS4510, a CPU supervisor with
10606 integrated EEPROM, SRAM, and 4 programmable non-volatile
10607 GPIO pins. The CONFIG_DS4510 define enables support
10608 for the device while the CONFIG_CMD_DS4510 define
10609 enables the ds4510 command. The additional
10610 CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
10611 CONFIG_DS4510_RST defines add additional sub-commands
10612 to the ds4510 command when defined.
10613
10614 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10615
10616commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
10617Author: Dirk Eibach <eibach@gdsys.de>
10618Date: Tue Dec 16 14:51:56 2008 +0100
10619
10620 common: Iteration limit for memory test.
10621
10622 The iteration limit is passed to mtest as a fourth parameter:
10623 [start [end [pattern [iterations]]]]
10624 If no fourth parameter is supplied, there is no iteration limit and the
10625 test will loop forever.
10626
10627 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10628
10629commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
10630Author: Stefan Roese <sr@denx.de>
10631Date: Mon Dec 15 15:40:12 2008 +0100
10632
10633 serial: Rename driver vcth to vct to support other board variants
10634
10635 Moved driver vcth.c to vct.c to better reflect the VCT board series.
10636 This driver is now used by the VCT platforms:
10637
10638 vct_premium
10639 vct_platinum
10640 vct_platinumsvc
10641
10642 Signed-off-by: Stefan Roese <sr@denx.de>
10643
10644commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
10645Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10646Date: Fri Dec 12 00:45:27 2008 +0900
10647
10648 nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
10649
10650 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10651
10652commit c3284b030b1cd492b4f46c576aea01bef258599d
10653Author: Peter Korsgaard <jacmet@sunsite.dk>
10654Date: Wed Dec 10 16:24:16 2008 +0100
10655
10656 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
10657
10658 Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
10659 similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
10660 !CONFIG_AUTOBOOT_KEYED case.
10661
10662 Do this by reversing the loop so we do at least one iteration before
10663 checking for timeout.
10664
10665 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10666
10667commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
10668Author: Niklaus Giger <niklaus.giger@netstal.com>
10669Date: Mon Dec 8 17:24:08 2008 +0100
10670
10671 Added legacy flash ST Micro M29W040B
10672
10673commit 626d07348e5f9f302f4ea182161a89f7362a0488
10674Author: Graeme Russ <graeme.russ@gmail.com>
10675Date: Mon Dec 8 20:04:51 2008 +1100
10676
10677 Fixed off-by-one errors in lib_m68k/interrupts.c
10678
10679 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10680
10681commit a5989c42ae5e295f274a795c426c47819bbdbfda
10682Author: Graeme Russ <graeme.russ@gmail.com>
10683Date: Sun Dec 7 10:29:05 2008 +1100
10684
10685 Removed all references to CONFIG_SYS_RESET_GENERIC
10686
10687 Generic i386 reset - #define made redundant by weak function
10688
10689 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10690
10691commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
10692Author: Graeme Russ <graeme.russ@gmail.com>
10693Date: Sun Dec 7 10:29:04 2008 +1100
10694
10695 Remove #ifdef CONFIG_SC520 in source code
10696
10697 CONFIG_SC520 is now used for conditional compile
10698
10699 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10700
10701commit ead056bc206f6b7ee6dc98766678b64635ea20b8
10702Author: Graeme Russ <graeme.russ@gmail.com>
10703Date: Sun Dec 7 10:29:03 2008 +1100
10704
10705 Added MMCR reset functionality
10706
10707 Reset function specific to AMD SC520 microcontroller - Is more of a
10708 'hard reset' that the triple fault.
10709
10710 Requires CONFIG_SYS_RESET_SC520 to be defined in config
10711
10712 I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
10713 but ld requires that a object file in a library arhive MUST contain
10714 at least one function which does not override a weak function (and is
10715 called from outside the object file) in order for that object file to
10716 be extracted from the archive. This would be the only function on the
10717 new file, and hence, will never get linked in.
10718
10719 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10720
10721commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
10722Author: Graeme Russ <graeme.russ@gmail.com>
10723Date: Sun Dec 7 10:29:02 2008 +1100
10724
10725 Moved generic (triple fault) reset code
10726
10727 Moved from interrupts.c to cpu.c and made into a weak function to
10728 allow vendor specific override
10729
10730 Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
10731 added to the vendor specific code without the need to remember to
10732 #undef usage of the generic method and if you forget to include your
10733 custom reset method, you will always get the default.
10734
10735 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10736
10737commit 9933d609020c297788f53f334c8465fa7a99b10c
10738Author: Graeme Russ <graeme.russ@gmail.com>
10739Date: Sun Dec 7 10:29:01 2008 +1100
10740
10741 Moved definition of set_vector() to new header file
10742
10743 This allows for future tidy ups and functionality that will require
10744 set_vector ()
10745
10746 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10747
10748commit 407976185e0dda2c90e89027121a1071b9c77bfb
10749Author: Graeme Russ <graeme.russ@gmail.com>
10750Date: Sun Dec 7 10:29:00 2008 +1100
10751
10752 Moved sc520 specific code into new cpu/i386/sc520 folder
10753
10754 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10755 Signed-off-by: Wolfgang Denk <wd@denx.de>
10756
10757commit 85ffbbd51914925a542d8528be7f072e5ab02157
10758Author: Graeme Russ <graeme.russ@gmail.com>
10759Date: Sun Dec 7 10:28:58 2008 +1100
10760
10761 Renamed cpu/i386/reset.S to resetvec.S
10762
10763 Brings i386 in line with other CPUs with a reset vector and frees up reset.c
10764 for CPU reset functions
10765
10766 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10767
10768commit a3f4c123f569474e80ea012b8db0de46afdb6443
10769Author: Wolfgang Denk <wd@denx.de>
10770Date: Sat Jan 24 01:01:49 2009 +0100
10771
10772 Makefile: keep lists sorted.
10773
10774 Signed-off-by: Wolfgang Denk <wd@denx.de>
10775
10776commit c620c01e96814558470698ed5cab1bf2f504d1b5
10777Author: Graeme Russ <graeme.russ@gmail.com>
10778Date: Sun Dec 7 10:28:57 2008 +1100
10779
10780 Added initial eNET board support
10781
10782 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10783
10784commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
10785Author: Gary Jennejohn <garyj@denx.de>
10786Date: Thu Nov 20 11:37:26 2008 +0100
10787
10788 POWERPC 82xx: add the SCC as an HDLC controller
10789
10790 Right now this is only used by keymile.
10791
10792 Signed-off-by: Gary Jennejohn <garyj@denx.de>
10793
10794commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
10795Author: Heiko Schocher <hs@denx.de>
10796Date: Thu Nov 20 09:59:09 2008 +0100
10797
10798 powerpc, keymile boards: extract identical config options
10799
10800 This patch extracts the identical config options for the
10801 keymile boards mgcoge, mgsuvd and kmeter1 in a new
10802 common config file keymile-common.h.
10803
10804 Signed-off-by: Heiko Schocher <hs@denx.de>
10805
10806commit 210c8c00aad3328145204adab434bb7d70b06b75
10807Author: Heiko Schocher <hs@denx.de>
10808Date: Fri Nov 21 08:29:40 2008 +0100
10809
10810 powerpc: keymile: Add a check for the PIGGY debug board
10811
10812 Check the presence of the PIGGY on the keymile boards mgcoge,
10813 mgsuvd and kmeter1. If the PIGGY is not present, dont register
10814 this Ethernet device.
10815
10816 Signed-off-by: Heiko Schocher <hs@denx.de>
10817 Acked-by: Ben Warren <biggerbadderben@gmail.com>
10818
10819commit de0443614af4d16675ab436665aeb11ddc9f7214
10820Author: Heiko Schocher <hs@denx.de>
10821Date: Thu Nov 20 09:57:47 2008 +0100
10822
10823 powerpc: 83xx: add support for the kmeter1 board
10824
10825 This patch adds support for the kmeter1 board from Keymile,
10826 based on a Freescale MPC8360 CPU.
10827
10828 - serial console on UART 1
10829 - 256 MB DDR2 RAM
10830 - 64 MB NOR Flash
10831 - Ethernet RMII Mode over UCC4
10832 - PHY SMSC LAN8700
10833
10834 Signed-off-by: Heiko Schocher <hs@denx.de>
10835
10836commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
10837Author: Sergei Poselenov <sposelenov@emcraft.com>
10838Date: Tue Nov 4 13:51:18 2008 +0100
10839
10840 Add a do_div() wrapper macro, lldiv().
10841
10842 Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
10843 the dividend and returns the result of division, so it is useful
10844 in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
10845
10846 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10847
10848commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
10849Author: Kumar Gala <galak@kernel.crashing.org>
10850Date: Fri Jan 23 14:22:14 2009 -0600
10851
10852 85xx: Add a 36-bit physical configuration for MPC8572DS
10853
10854 We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
10855 to allow for larger memory sizes.
10856
10857 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10858
10859commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
10860Author: Kumar Gala <galak@kernel.crashing.org>
10861Date: Fri Jan 23 14:22:13 2009 -0600
10862
10863 85xx: Handle eLBC difference w/36-bit physical
10864
10865 The eLBC only handles 32-bit physical address in systems with 36-bit
10866 physical. The previos generation of LBC handled 34-bit physical
10867 address in 36-bit systems. Added a new CONFIG option to convey
10868 the difference between the LBC and eLBC.
10869
10870 Also added defines for XAM bits used in LBC for the extended 34-bit
10871 support.
10872
10873 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10874
10875commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
10876Author: Kumar Gala <galak@kernel.crashing.org>
10877Date: Fri Jan 23 14:22:12 2009 -0600
10878
10879 85xx: Use BR_ADDR macro for NAND chipselects
10880
10881 Use the new BR_ADDR macro to properly setup the address field of the
10882 localbus chipselects used by NAND.
10883
10884 This allows us to deal with 36-bit phys on these boards in the future.
10885
10886 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10887
10888commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
10889Author: Haiying Wang <Haiying.Wang@freescale.com>
10890Date: Thu Jan 15 11:58:35 2009 -0500
10891
10892 Add secondary CPUs processor frequency for e500 core
10893
10894 This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
10895 and prints each CPU's frequency separately. It also fixes up each CPU's
10896 frequency in "clock-frequency" of fdt blob.
10897
10898 Signed-off-by: James Yang <James.Yang@freescale.com>
10899 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10900
10901commit bf5b1f0c0d28ce062e1d368680632dfb099de692
10902Author: Dave Liu <daveliu@freescale.com>
10903Date: Fri Nov 21 16:31:53 2008 +0800
10904
10905 85xx: enable the auto self refresh for wake up ARP
10906
10907 The wake up ARP feature need use the memory to process
10908 wake up packet, we enable auto self refresh to support it.
10909
10910 Signed-off-by: Dave Liu <daveliu@freescale.com>
10911 Acked-by: Andy Fleming <afleming@freescale.com>
10912
10913commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
10914Author: Dave Liu <daveliu@freescale.com>
10915Date: Fri Nov 21 16:31:43 2008 +0800
10916
10917 fsl-ddr: use the 1T timing as default configuration
10918
10919 For light loaded system, we use the 1T timing to gain better
10920 memory performance, but for some heavily loaded system,
10921 you have to add the 2T timing options to board files.
10922
10923 Signed-off-by: Dave Liu <daveliu@freescale.com>
10924 Acked-by: Andy Fleming <afleming@freescale.com>
10925
10926commit 22cca7e1cd54590e967c73558b07ffbdccd39504
10927Author: Dave Liu <daveliu@freescale.com>
10928Date: Fri Nov 21 16:31:35 2008 +0800
10929
10930 fsl-ddr: make the self refresh idle threshold configurable
10931
10932 Some 85xx processors have the advanced power management feature,
10933 such as wake up ARP, that needs enable the automatic self refresh.
10934
10935 If the DDR controller pass the SR_IT (self refresh idle threshold)
10936 idle cycles, it will automatically enter self refresh. However,
10937 anytime one transaction is issued to the DDR controller, it will
10938 reset the counter and exit self refresh state.
10939
10940 Signed-off-by: Dave Liu <daveliu@freescale.com>
10941 Acked-by: Andy Fleming <afleming@freescale.com>
10942
10943commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
10944Author: Dave Liu <daveliu@freescale.com>
10945Date: Fri Nov 21 16:31:29 2008 +0800
10946
10947 fsl-ddr: clean up the ddr code for DDR3 controller
10948
10949 - The DDR3 controller is expanding the bits for timing config
10950 - Add the DDR3 32-bit bus mode support
10951
10952 Signed-off-by: Dave Liu <daveliu@freescale.com>
10953 Acked-by: Andy Fleming <afleming@freescale.com>
10954
10955commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
10956Author: Dave Liu <daveliu@freescale.com>
10957Date: Fri Nov 21 16:31:22 2008 +0800
10958
10959 fsl-ddr: update the bit mask for DDR3 controller
10960
10961 According to the latest 8572 UM, the DDR3 controller
10962 is expanding the bit mask, and we use the extend ACTTOPRE
10963 mode when tRAS more than 19 MCLK.
10964
10965 Signed-off-by: Dave Liu <daveliu@freescale.com>
10966
10967commit aca5f018a8386b85469482ed9867e3e29a2437d0
10968Author: Kumar Gala <galak@kernel.crashing.org>
10969Date: Tue Dec 2 16:08:40 2008 -0600
10970
10971 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
10972
10973 Introduce a new define to seperate out the virtual address that PCI
10974 IO space is at from the physical address. In most situations these are
10975 mapped 1:1. However any code accessing the bus should use VIRT.
10976
10977 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10978 Acked-by: Andy Fleming <afleming@freescale.com>
10979
10980commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
10981Author: Kumar Gala <galak@kernel.crashing.org>
10982Date: Tue Dec 2 16:08:39 2008 -0600
10983
10984 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
10985
10986 Introduce a new define to seperate out the virtual address that PCI
10987 memory is at from the physical address. In most situations these are
10988 mapped 1:1. However any code accessing the bus should use VIRT.
10989
10990 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10991 Acked-by: Andy Fleming <afleming@freescale.com>
10992
10993commit a6e04c344ad1eefd47a75484441b385da815b8df
10994Author: Kumar Gala <galak@kernel.crashing.org>
10995Date: Tue Dec 2 16:08:38 2008 -0600
10996
10997 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
10998
10999 Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
11000 of TLBs. This is what we should have always been using from the start.
11001
11002 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11003 Acked-by: Andy Fleming <afleming@freescale.com>
11004
11005commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
11006Author: Kumar Gala <galak@kernel.crashing.org>
11007Date: Tue Dec 2 16:08:37 2008 -0600
11008
11009 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
11010
11011 Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
11012 of _IO_BASE so we are more explicit.
11013
11014 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11015
11016commit 10795f42cb94e71bcb262b615084f69dd886399a
11017Author: Kumar Gala <galak@kernel.crashing.org>
11018Date: Tue Dec 2 16:08:36 2008 -0600
11019
11020 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
11021
11022 Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
11023 of _MEM_BASE so we are more explicit.
11024
11025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11026 Acked-by: Andy Fleming <afleming@freescale.com>
11027
11028commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
11029Author: Kumar Gala <galak@kernel.crashing.org>
11030Date: Tue Dec 2 14:19:34 2008 -0600
11031
11032 85xx: separate FLASH BASE virtual from physical address
11033
11034 Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
11035 maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
11036
11037 This allows us to deal with 36-bit phys on these boards in the future.
11038
11039 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11040 Acked-by: Andy Fleming <afleming@freescale.com>
11041
11042commit 52b565f5ad23b682489055b187767d8bf1c2e444
11043Author: Kumar Gala <galak@kernel.crashing.org>
11044Date: Tue Dec 2 14:19:33 2008 -0600
11045
11046 85xx: separate PIXIS virtual from physical address
11047
11048 Added a PIXIS_BASE_PHYS for use as the physical address and maintain
11049 PIXIS_BASE as the virtual address of the PIXIS fpga registers.
11050
11051 This allows us to deal with 36-bit phys on these boards in the future.
11052
11053 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11054 Acked-by: Andy Fleming <afleming@freescale.com>
11055
11056commit 30837e5b21d5a742983581ab9ee3fac085311d19
11057Author: Haiying Wang <Haiying.Wang@freescale.com>
11058Date: Tue Nov 11 08:52:09 2008 -0500
11059
11060 Add README file for MPC8572DS board
11061
11062 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11063 Acked-by: Andy Fleming <afleming@freescale.com>
11064
11065commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
11066Author: Mike Frysinger <vapier@gentoo.org>
11067Date: Mon Oct 20 16:15:04 2008 -0400
11068
11069 Blackfin: use common strmhz() in system output
11070
11071 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11072
11073commit 5bb907a4925397789c90d074f4f7e92ce6b39402
11074Author: Ron Madrid <ron_madrid@sbcglobal.net>
11075Date: Thu Jan 22 15:05:24 2009 -0800
11076
11077 mpc83xx: New board support for SIMPC8313
11078
11079 This patch will create a new board, SIMPC8313, from Sheldon Instruments. This
11080 board boots from NAND devices and is configureable for either large or small
11081 page devices. The board supports non-soldered DDR2, one ethernet port, a
11082 Marvell 88E1118 PHY, and PCI host support. The board also has a FPGA connected
11083 to the eLBC providing glue logic to a TMS320C67xx DSP.
11084
11085 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
11086 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11087
11088commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
11089Author: Mike Frysinger <vapier@gentoo.org>
11090Date: Sun Jan 18 19:46:06 2009 -0500
11091
11092 nand: fixup printf modifiers to match types used
11093
11094 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11095 Signed-off-by: Scott Wood <scottwood@freescale.com>
11096
11097commit 389e6620e2271096df3316917528003627db4021
11098Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
11099Date: Tue Jan 20 16:57:55 2009 +0100
11100
11101 nand read.jffs2 (nand_legacy) in common/cmd_nand.c
11102
11103 Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
11104 With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
11105 "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
11106 tested before ".jffs2s" and only the first two characters are compared.
11107
11108 Correction:
11109 Test for ".jffs2s" first and compare the first 7 characters.
11110
11111 Signed-off-by: Scott Wood <scottwood@freescale.com>
11112
11113commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
11114Author: Wolfgang Grandegger <wg@grandegger.com>
11115Date: Fri Jan 16 18:55:54 2009 +0100
11116
11117 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
11118
11119 This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
11120 changes the default from 8 to 1 for the legacy and the new MTD
11121 NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
11122 in the board config files because none of the boards use multi
11123 chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
11124 define
11125
11126 #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE
11127
11128 but that's bogus and did not work anyhow.
11129
11130 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
11131 Signed-off-by: Scott Wood <scottwood@freescale.com>
11132
11133commit c70564e6b1bd08f3230182392238907f3531a87e
11134Author: Dave Liu <daveliu@freescale.com>
11135Date: Tue Dec 2 11:48:51 2008 +0800
11136
11137 NAND: Fix cache and memory inconsistency issue
11138
11139 We load the secondary stage u-boot image from NAND to
11140 system memory by nand_load, but we did not flush d-cache
11141 to memory, nor invalidate i-cache before we jump to RAM.
11142 When the system has cache enabled and the TLB/page attribute
11143 of system memory is cacheable, it will cause issues.
11144
11145 - 83xx family is using the d-cache lock, so all of d-cache
11146 access is cache-inhibited. so you can't see the issue.
11147 - 85xx family is using d-cache, i-cache enable, partial
11148 cache lock. you will see the issue.
11149
11150 This patch fixes the cache issue.
11151
11152 Signed-off-by: Dave Liu <daveliu@freescale.com>
11153 Signed-off-by: Scott Wood <scottwood@freescale.com>
11154
11155commit 50657c273278f74378e1ac39b41d612b92fdffa0
11156Author: Nishanth Menon <menon.nishanth@gmail.com>
11157Date: Sat Dec 13 09:43:06 2008 -0600
11158
11159 NAND: Enable nand lock, unlock feature
11160
11161 Enable nand lock, unlock and status of lock feature.
11162 Not every device and platform requires this, hence,
11163 it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
11164
11165 Nand unlock and status operate on block boundary instead
11166 of page boundary. Details in:
11167 http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
11168
11169 Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
11170 Includes preliminary suggestions from Scott Wood
11171
11172 Signed-off-by: Nishanth Menon <nm@ti.com>
11173 Signed-off-by: Scott Wood <scottwood@freescale.com>
11174
11175commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
11176Author: Mike Frysinger <vapier@gentoo.org>
11177Date: Sat Dec 6 02:40:55 2008 -0500
11178
11179 NAND: move board_nand_init to nand.h
11180
11181 Rather than putting the function prototype for board_nand_init() in the one
11182 place where it gets called, put it into nand.h so that every place that also
11183 defines it gets the prototype. Otherwise, errors can go silently unnoticed
11184 such as using the wrong return value (void rather than int) when defining
11185 the function.
11186
11187 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11188 Signed-off-by: Scott Wood <scottwood@freescale.com>
11189
11190commit 1ae39862044ebb1e682234b51f94421e3f871d6a
11191Author: Stefan Roese <sr@denx.de>
11192Date: Tue Dec 2 11:06:47 2008 +0100
11193
11194 OneNAND: Additional sync with 2.6.27
11195
11196 - Add subpage write support
11197 - Add onenand_oob_64/32 ecclayout
11198
11199 This has been missing and without it UBI has some incompatibilies issues
11200 with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
11201 placed differently (2048 instead of 512) without this fix.
11202
11203 Signed-off-by: Stefan Roese <sr@denx.de>
11204 Signed-off-by: Scott Wood <scottwood@freescale.com>
11205
11206commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
11207Author: Kyungmin Park <kmpark@infradead.org>
11208Date: Thu Nov 13 15:14:33 2008 +0900
11209
11210 Add markbad function
11211
11212 Add missing markbad function
11213 If not, it's hang when it entered the mtd->mark_bad().
11214
11215 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11216
11217commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
11218Author: Stefan Roese <sr@denx.de>
11219Date: Wed Nov 12 13:47:24 2008 +0100
11220
11221 OneNAND: Bad block aware read/write command support
11222
11223 Update OneNAND command to support bad block awareness.
11224 Also change the OneNAND command style to better match the
11225 NAND version.
11226
11227 Signed-off-by: Stefan Roese <sr@denx.de>
11228 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
11229
11230commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
11231Author: Stefan Roese <sr@denx.de>
11232Date: Tue Nov 11 10:29:09 2008 +0100
11233
11234 OneNAND: Save version_id in onenand_chip struct
11235
11236 The version (ver_id) was not stored in the onenand_chip structure and
11237 because of this the continuous locking scheme could be enabled on some
11238 chips.
11239
11240 Signed-off-by: Stefan Roese <sr@denx.de>
11241
11242commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
11243Author: Stefan Roese <sr@denx.de>
11244Date: Tue Nov 11 10:28:53 2008 +0100
11245
11246 OneNAND: Fix compiler warnings
11247
11248 Signed-off-by: Stefan Roese <sr@denx.de>
11249
11250commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
11251Author: Dave Liu <daveliu@freescale.com>
11252Date: Tue Nov 4 14:55:06 2008 +0800
11253
11254 mpc83xx: enable eLBC NAND support for MPC8315ERDB board
11255
11256 Signed-off-by: Dave Liu <daveliu@freescale.com>
11257
11258commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
11259Author: Kyungmin Park <kmpark@infradead.org>
11260Date: Tue Nov 4 09:24:07 2008 +0900
11261
11262 Sync with 2.6.27
11263
11264 Sync with OneNAND kernel codes
11265
11266 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11267
11268commit e7f325be9edeb84bb457301776bbac1f7257dafc
11269Author: Michal Simek <monstr@monstr.eu>
11270Date: Mon Jan 5 13:35:31 2009 +0100
11271
11272 microblaze: Use cache functions (especially cache status)
11273 in systems which are configured without flash
11274
11275commit e9b737deb2c30125362d20e24170617476026e94
11276Author: Michal Simek <monstr@monstr.eu>
11277Date: Mon Jan 5 13:29:32 2009 +0100
11278
11279 microblaze: Add cache flush
11280
11281commit b4f8dda35bfad447b4106828232705b2e878d168
11282Author: Michal Simek <monstr@monstr.eu>
11283Date: Mon Jan 5 13:28:40 2009 +0100
11284
11285 microblaze: Add bootup messages to board.c
11286
11287commit 330e55459bc9983341da6c1d5c7fe00a664436fe
11288Author: Michal Simek <monstr@monstr.eu>
11289Date: Fri Dec 19 13:25:55 2008 +0100
11290
11291 microblaze: Change microblaze-generic config file
11292
11293 Signed-off-by: Michal Simek <monstr@monstr.eu>
11294
11295commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
11296Author: Michal Simek <monstr@monstr.eu>
11297Date: Fri Dec 19 13:14:05 2008 +0100
11298
11299 microblaze: Rename ml401 to microblaze-generic
11300
11301 Signed-off-by: Michal Simek <monstr@monstr.eu>
11302
11303commit 6677876181cc8772bca8a372479a500d160f3993
11304Author: Scott Wood <scottwood@freescale.com>
11305Date: Tue Jan 20 11:56:11 2009 -0600
11306
11307 83xx: Use the proper sequence for updating IMMR.
11308
11309 This ensures that subsequent accesses properly hit the new window.
11310
11311 The dcbi during the NAND loop was accidentally working around this;
11312 it's no longer necessary, as the cache is not enabled.
11313
11314 Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
11315 Signed-off-by: Scott Wood <scottwood@freescale.com>
11316 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11317
11318commit 8b34557c546e5e9f34ebf83c93413dad973d93df
11319Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11320Date: Thu Jan 8 04:26:19 2009 +0300
11321
11322 mpc83xx: Add PCI-E support for MPC837XEMDS boards
11323
11324 MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
11325 provides two PCI-E (x2) ports. Though, only one port can be used in x2
11326 mode. Two ports can function simultaneously in x1 mode.
11327
11328 PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
11329
11330 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11331 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11332
11333commit 8f11e34b31a7be124a3239653f33af9510502045
11334Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11335Date: Thu Jan 8 04:26:17 2009 +0300
11336
11337 mpc83xx: Add PCI-E support for MPC8315ERDB boards
11338
11339 MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
11340 support them.
11341
11342 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11343 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11344
11345commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
11346Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11347Date: Thu Jan 8 04:26:12 2009 +0300
11348
11349 mpc83xx: Add support for MPC83xx PCI-E controllers
11350
11351 This patch adds support for MPC83xx PCI-E controllers in Root Complex
11352 mode.
11353
11354 The patch is based on Tony Li and Dave Liu work[1].
11355
11356 Though unlike the original patch, by default we don't register PCI-E
11357 buses for use in U-Boot, we only configure the controllers for future
11358 use in other OSes (Linux). This is done because we don't have enough
11359 of spare BATs to map all the PCI-E regions.
11360
11361 To actually use PCI-E in U-Boot, users should explicitly define
11362 CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
11363 only then U-Boot will able to access PCI-E, but at the cost of disabled
11364 address translation.
11365
11366 [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
11367
11368 Signed-off-by: Tony Li <tony.li@freescale.com>
11369 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11370 Acked-by: Dave Liu <daveliu@freescale.com>
11371 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11372
11373commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
11374Author: Ira Snyder <iws@ovro.caltech.edu>
11375Date: Mon Jan 12 13:33:17 2009 -0800
11376
11377 MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
11378
11379 When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
11380 not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
11381 "Clocking in PCI Agent Mode".
11382
11383 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
11384 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11385
11386commit 75f35209f702bb26826855ed8c8e4d108ab5f412
11387Author: Ira Snyder <iws@ovro.caltech.edu>
11388Date: Mon Jan 12 13:32:26 2009 -0800
11389
11390 83xx: PCI agent mode fixes for multi-board systems
11391
11392 When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
11393 the boards will lock up the PCI bus by scanning against each other.
11394
11395 The boards lock against each other by trying to access the PCI bus before
11396 clearing their configuration lock bit. Both boards end up in a loop,
11397 sending and receiving "Target Not Ready" messages forever.
11398
11399 When running in PCI agent mode, the scanning now takes place after the
11400 boards have cleared their configuration lock bit.
11401
11402 Also, add a missing declaration to the mpc83xx.h header file, fixing a
11403 build warning.
11404
11405 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
11406 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11407
11408commit 455a46915b82896cc2070eb326d075555c2bc580
11409Author: Ron Madrid <ron_madrid@sbcglobal.net>
11410Date: Fri Dec 12 13:12:45 2008 -0800
11411
11412 mpc83xx: Size optimization of start.S
11413
11414 Currently there are in excess of 100 bytes located at the beginning of the image
11415 built by start.S that are not being utilized. This patch moves a few functions
11416 into this part of the image. This will create a greater number of *available*
11417 bytes that can be used by board specific code in NAND builds and will decrease
11418 the size of the assembled code in other builds.
11419
11420 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
11421 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11422
11423commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
11424Author: Wolfgang Denk <wd@denx.de>
11425Date: Wed Jan 21 23:08:12 2009 +0100
11426
11427 Prepare v2009.01
11428
11429 Signed-off-by: Wolfgang Denk <wd@denx.de>
11430
72d15e70
WD
11431commit 635e5f8fc82365e6e9734b3132bc95135a6de679
11432Author: Wolfgang Denk <wd@denx.de>
11433Date: Sun Jan 18 21:37:48 2009 +0100
11434
11435 Prepare 2009.01-rc3
11436
11437 Update CHANGELOG
11438
11439 Signed-off-by: Wolfgang Denk <wd@denx.de>
11440
635e5f8f
WD
11441commit 4cda437898f7873752f0201757cd33f12196ce87
11442Author: Mike Frysinger <vapier@gentoo.org>
11443Date: Sat Jan 17 13:32:42 2009 -0500
11444
11445 build system: treat all Darwin's alike
11446
11447 The x86 based version of Darwin behaves the same quirky way as the powerpc
11448 Darwin, so only check HOSTOS when setting up Darwin workarounds.
11449
11450 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11451
11452commit c088a108c75db565e07292fd668dfa5491e85bc2
11453Author: Peter Korsgaard <jacmet@sunsite.dk>
11454Date: Wed Jan 14 13:52:24 2009 +0100
11455
11456 fdt_resize(): fix actualsize calculations with unaligned blobs
11457
11458 The code in fdt_resize() to extend the fdt size to end on a page boundary
11459 is wrong for fdt's not located at an address aligned on a page boundary.
11460 What's even worse, the code would make actualsize shrink rather than grow
11461 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
11462 causing fdt_add_mem_rsv to fail.
11463
11464 Fix it by aligning end address (blob + size) to a page boundary instead.
11465 For aligned fdt's this is equivalent to what we had before.
11466
11467 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11468
11469commit fadad1573fb16c90025f08a2861d6047d093cba7
11470Author: Mike Frysinger <vapier@gentoo.org>
11471Date: Fri Jan 9 04:38:17 2009 -0500
11472
11473 ncb: use socklen_t
11474
11475 The recvfrom() function takes a socklen_t, not an int.
11476
11477 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11478
11479commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
11480Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11481Date: Sun Jan 11 16:35:16 2009 +0100
11482
11483 sh: serial: use readx/writex accessors
11484
11485 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11486 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11487
11488commit 9e1fa628bdb64745811cdd26c4f953846c076180
11489Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11490Date: Sun Jan 11 16:35:15 2009 +0100
11491
11492 sh: serial: coding style cleanup
11493
11494 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11495 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11496
11497commit c9935c992575922b7ef13eec0656ed8665d324e3
11498Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11499Date: Sun Jan 11 17:48:56 2009 +0900
11500
11501 sh: Fix compile error on lowlevel_init file
11502
11503 lowlevel_init of SH was corrected to use the write/readXX macro.
11504 However, there was a problem that was not able to be compiled partially.
11505 This patch corrected this.
11506
11507 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11508
11509commit a5b04d00bfeb940c62232972ce644d50b45797f9
11510Author: Kieran Bingham <kieranbingham@gmail.com>
11511Date: Tue Dec 30 01:16:03 2008 +0000
11512
11513 sh: Fix up rsk7203 target for out of tree build
11514
11515 Fix up rsk7203 target to build successfully using out-of-tree build.
11516
11517 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
11518 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11519
11520commit f7e78f3b74aae9caca2997bad865a72338326c0a
11521Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11522Date: Sat Dec 20 19:29:49 2008 +0100
11523
11524 sh: use write{8,16,32} in all lowlevel_init
11525
11526 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11527 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11528
11529commit e4430779623af500de1cee7892c379f07ef59813
11530Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11531Date: Sat Dec 20 19:29:48 2008 +0100
11532
11533 sh: lowlevel_init coding style cleanup
11534
11535 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11536 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11537
11538commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
11539Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11540Date: Sat Dec 20 15:27:45 2008 +0100
11541
11542 sh: update sh2/sh2a timer coding style
11543
11544 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11545 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11546
11547commit 1e15ff999322e81af4c0c0c548908f38944ba39c
11548Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11549Date: Sat Dec 20 15:25:22 2008 +0100
11550
11551 sh: update sh timer coding style
11552
11553 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11554 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11555
11556commit 0e3ece33801e377be67ffa29f083421ad820f28b
11557Author: Wolfgang Denk <wd@denx.de>
11558Date: Wed Jan 14 23:26:05 2009 +0100
11559
11560 Prepare 2009.01-rc2
11561
11562 Update CHANGELOG.
11563
11564 Signed-off-by: Wolfgang Denk <wd@denx.de>
11565
0e3ece33
WD
11566commit e92c9a860e44c14513c8909ce4299e253a775eeb
11567Author: Wolfgang Denk <wd@denx.de>
11568Date: Wed Jan 14 22:35:30 2009 +0100
11569
11570 cpu/mpc824x/Makefile: fix warning with parallel builds
11571
11572 Parallel builds would occasionally issue this build warning:
11573
11574 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
11575
11576 Use "ln -sf" as quick work around for the issue.
11577
11578 Signed-off-by: Wolfgang Denk <wd@denx.de>
11579
635e5f8f
WD
11580commit 3ba605d4beec649438539e7df97b5fedb26592fb
11581Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11582Date: Fri Jan 2 12:18:49 2009 +0100
11583
11584 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
11585
11586 This patch adds esd's loadpci BSP command to CPCI4052 and
11587 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
11588
11589 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11590 Signed-off-by: Stefan Roese <sr@denx.de>
11591
11592commit 600fe46fb3dab7f07604f9009904f31584415114
11593Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11594Date: Fri Jan 2 12:18:12 2009 +0100
11595
11596 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
11597
11598 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11599 Signed-off-by: Stefan Roese <sr@denx.de>
11600
11601commit f6a1f490d224c600a09137e58d1026d150b8e679
11602Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11603Date: Fri Jan 2 12:17:36 2009 +0100
11604
11605 ppc4xx: Cleanup CPCI405 board code
11606
11607 This patch cleans up CPCI405 board support:
11608 - wrap long lines
11609 - unification of spaces in function calls
11610 - remove dead code
11611
11612 Use correct io accessors on peripherals.
11613
11614 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11615 Signed-off-by: Stefan Roese <sr@denx.de>
11616
11617commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
11618Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11619Date: Fri Jan 2 12:16:35 2009 +0100
11620
11621 ppc4xx: Enable auto RS485 mode on PLU405 boards
11622
11623 This patch turns on the auto RS485 mode in the 2nd external
11624 uart on PLU405 boards. This is a special mode of the used
11625 Exar XR16C2850 uart. Because these boards only have a 485 physical
11626 layer connected it's a good idea to turn it on by default.
11627
11628 Signed-off-by: Matthias Fuchs <mf@esd.eu>
11629 Signed-off-by: Stefan Roese <sr@denx.de>
11630
0e3ece33
WD
11631commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
11632Author: Haiying Wang <Haiying.Wang@freescale.com>
11633Date: Tue Jan 13 16:29:28 2009 -0500
11634
11635 Some changes of TLB entry setting for MPC8572DS
11636
11637 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
11638 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
11639 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
11640
11641 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
11642
11643 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11644
11645commit 950264317eb9594b2b5ee2fb65206200a1c6007a
11646Author: Haiying Wang <Haiying.Wang@freescale.com>
11647Date: Tue Jan 13 16:29:22 2009 -0500
11648
11649 Change DDR tlb start entry to CONFIG param for 85xx
11650
11651 So that we can locate the DDR tlb start entry to the value other than 8. By
11652 default, it is still 8.
11653
11654 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11655
11656commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
11657Author: Roy Zang <tie-fei.zang@freescale.com>
11658Date: Fri Jan 9 16:02:35 2009 +0800
11659
11660 Change PCIE1&2 deciide logic on MPC8544DS board more readable
11661
11662 The IO port selection for MPC8544DS board:
11663 Port cfg_io_ports
11664 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
11665 PCIE2 0x4, 0x5, 0x6, 0x7
11666 PCIE3 0x6, 0x7
11667 This patch changes the PCIE12 and PCIE2 logic more readable.
11668 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
11669
11670commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
11671Author: Roy Zang <tie-fei.zang@freescale.com>
11672Date: Fri Jan 9 16:01:52 2009 +0800
11673
11674 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
11675
11676 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
11677 PCIE1 bit.
11678 On MPC8572DS board, PCIE refers to PCIE1.
11679 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
11680
11681commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
11682Author: Roy Zang <tie-fei.zang@freescale.com>
11683Date: Fri Jan 9 16:00:55 2009 +0800
11684
11685 Fix IO port selection issue on MPC8544DS and MPC8572DS boards
11686
11687 The IO port selection is not correct on MPC8572DS and MPC8544DS board.
11688 This patch fixes this issue.
11689 For MPC8572
11690 Port cfg_io_ports
11691 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
11692 PCIE2 0x3, 0x7
11693 PCIE3 0x7
11694
11695 For MPC8544
11696 Port cfg_io_ports
11697 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
11698 PCIE2 0x4, 0x5, 0x6, 0x7
11699 PCIE3 0x6, 0x7
11700 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
11701
11702commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
11703Author: Becky Bruce <beckyb@kernel.crashing.org>
11704Date: Wed Dec 3 22:36:44 2008 -0600
11705
11706 mpc8610hpcd: Fix PCI mapping concepts
11707
11708 Rename _BASE to _BUS, as it's actually a PCI bus address,
11709 separate virtual and physical addresses into _VIRT and _PHYS,
11710 and use each appopriately. This makes the code easier to read
11711 and understand, and facilitates mapping changes going forward.
11712
11713 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11714
11715commit 79e436cad3b4a7db88408c3f05175028f30d700d
11716Author: Becky Bruce <beckyb@kernel.crashing.org>
11717Date: Wed Dec 3 22:36:26 2008 -0600
11718
11719 sbc8641d: Fix PCI mapping concepts
11720
11721 Rename _BASE to _BUS, as it's actually a PCI bus address,
11722 separate virtual and physical addresses into _VIRT and _PHYS,
11723 and use each appopriately. This makes the code easier to read
11724 and understand, and facilitates mapping changes going forward.
11725
11726 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11727
11728commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
11729Author: Wolfgang Denk <wd@denx.de>
11730Date: Mon Jan 12 14:50:35 2009 +0100
11731
11732 MPC86xx: fix build warnings
11733
11734 Signed-off-by: Wolfgang Denk <wd@denx.de>
11735
11736commit 032a1c934ef4dc003281f57302b6e693062c1868
11737Author: Mike Frysinger <vapier@gentoo.org>
11738Date: Mon Jan 5 16:09:44 2009 -0500
11739
11740 bf537-stamp/nand: fix board_nand_init prototype
11741
11742 The board_nand_init() function should return an int, not void.
11743
11744 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11745
11746commit 687f952e4119594ab913be11c90f7f018c2a7a79
11747Author: Mike Frysinger <vapier@gentoo.org>
11748Date: Thu Dec 11 07:04:48 2008 -0500
11749
11750 Blackfin: drop CONFIG_SPI handling in board init
11751
11752 The eeprom SPI init functions are duplicated as the common code already
11753 executes these for us.
11754
11755 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11756
11757commit e7e684b10d73a303902208594c7c3e7e0d753282
11758Author: Mike Frysinger <vapier@gentoo.org>
11759Date: Fri Oct 24 17:51:57 2008 -0400
11760
11761 Blackfin: fix out-of-tree building with ldscripts
11762
11763 Many of the Blackfin board linker scripts are preprocessed, so make sure we
11764 output the linker script into the build tree rather than the source tree.
11765
11766 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11767
11768commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
11769Author: Mike Frysinger <vapier@gentoo.org>
11770Date: Fri Oct 24 17:48:54 2008 -0400
11771
11772 Blackfin: fix linker scripts to work with --gc-sections
11773
11774 Make sure all .text sections get pulled in and the entry point is properly
11775 referenced so they don't get discarded when linking with --gc-sections.
11776
11777 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11778
11779commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
11780Author: Mike Frysinger <vapier@gentoo.org>
11781Date: Sat Oct 11 20:45:44 2008 -0400
11782
11783 Blackfin: set proper LDRFLAGS for parallel booting LDRs
11784
11785 In order to boot an LDR out of parallel flash, the ldr utility needs a few
11786 flags to tell it to generate the right header.
11787
11788 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11789
11790commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
11791Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11792Date: Tue Jan 6 21:41:59 2009 +0100
11793
11794 at91rm9200: move define from lowlevel_init to header
11795
11796 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11797
11798commit 8a48686fac2030287765f1970ea046bd5734b733
11799Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11800Date: Sat Jan 3 17:22:26 2009 +0100
11801
11802 m501sk: move to the common memory setup
11803
11804 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11805
11806commit d481c80d78f954133c035dae6c7d22de3625795d
11807Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11808Date: Sat Jan 3 17:22:25 2009 +0100
11809
11810 at91rm9200: rename lowlevel init value to CONFIG_SYS_
11811
11812 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11813
11814commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
11815Author: Nicolas Ferre <nicolas.ferre@atmel.com>
11816Date: Tue Jan 6 21:13:14 2009 +0100
11817
11818 at91: add at91sam9xeek board support
11819
11820 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
11821 it as another entry for at91sam9260 in the Makefile.
11822
11823 Check documentation at :
11824 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
11825
11826 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
11827 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11828
11829commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
11830Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11831Date: Tue Jan 6 21:15:57 2009 +0100
11832
11833 fix bmp_logo.h make dependencies to allow parallel build
11834
11835 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11836
11837commit e12d9a8fb48d24176efffccc072b445e60a3afe4
11838Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11839Date: Sat Jan 3 17:22:24 2009 +0100
11840
11841 at91: Fix Atmel's at91sam9 boards out of tree build
11842
11843 introduced in commit 89a7a87f084c
11844
11845 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11846
11847commit 0668236bafaa1c11c521652a2facebc74beecbf0
11848Author: Wolfgang Denk <wd@denx.de>
11849Date: Tue Dec 30 22:56:11 2008 +0100
11850
11851 README: update mailing list name and hits to patch submission.
11852
11853 Signed-off-by: Wolfgang Denk <wd@denx.de>
11854
11855commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
11856Author: Peter Tyser <ptyser@xes-inc.com>
11857Date: Tue Dec 23 16:32:01 2008 -0600
11858
11859 85xx: Enable inbound PCI config cycles for X-ES boards cleanup
11860
11861 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11862
11863commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
11864Author: Peter Tyser <ptyser@xes-inc.com>
11865Date: Tue Dec 23 16:32:00 2008 -0600
11866
11867 XPedite5200 board support cleanup
11868
11869 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11870
11871commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
11872Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11873Date: Tue Dec 2 21:58:04 2008 +0100
11874
11875 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
11876
11877 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11878 Signed-off-by: Remy Böhmer <linux@bohmer.net>
11879
11880commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
11881Author: Trent Piepho <tpiepho@freescale.com>
11882Date: Wed Dec 3 15:16:37 2008 -0800
11883
11884 mpc8[56]xx: Put localbus clock in sysinfo and gd
11885
11886 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
11887 and print it out, but don't save it.
11888
11889 This changes where its calculated and stored to be more consistent with the
11890 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
11891
11892 The localbus frequency is added to sysinfo and calculated when sysinfo is
11893 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
11894
11895 get_clocks() copies the frequency into the global data, as the other
11896 frequencies are, into a new field that is only enabled for MPC85xx and
11897 MPC86xx.
11898
11899 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
11900 from sysinfo, like the other frequencies, instead of calculating it on the
11901 spot.
11902
11903 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11904 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11905 Acked-by: Jon Loeliger <jdl@freescale.com>
11906
11907commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
11908Author: Trent Piepho <tpiepho@freescale.com>
11909Date: Wed Dec 3 15:16:36 2008 -0800
11910
11911 mpc86xx: Double local bus clock divider
11912
11913 The local bus clock divider should be doubled for both 8610 and 8641.
11914
11915 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11916 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11917 Acked-by: Jon Loeliger <jdl@freescale.com>
11918
11919commit 446c381e3e16f19857b72ea0d06241267b8b9d58
11920Author: Trent Piepho <tpiepho@freescale.com>
11921Date: Wed Dec 3 15:16:35 2008 -0800
11922
11923 mpc8568: Double local bus clock divider
11924
11925 The clock divider for the MPC8568 local bus should be doubled, like the
11926 other newer MPC85xx chips.
11927
11928 Since there are now more chips with a 2x divider than a 1x, and any new
11929 85xx chips will probably be 2x, invert the sense of the #if so that it
11930 lists the 1x chips instead of the 2x ones.
11931
11932 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11933 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11934 Acked-by: Jon Loeliger <jdl@freescale.com>
11935
11936commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
11937Author: Dave Liu <daveliu@freescale.com>
11938Date: Tue Dec 16 12:09:27 2008 +0800
11939
11940 85xx: Fix the boot window issue
11941
11942 If one custom board is using the 8MB flash, it is set
11943 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
11944 The current start.S code will be broken at switch_as.
11945
11946 It is because the TLB1[15] is set as 16MB page size,
11947 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
11948
11949 For the 8MB flash case, the EPN = 0xefxxxxxx,
11950 RPN = 0xffxxxxxx. Assume the virt address of switch_as
11951 is 0xef7ff18c, the real address of the instruction at
11952 switch_as should be 0xff7ff18c. the 0xff7ff18c is out
11953 of the range of the default 8MB boot LAW window
11954 0xff800000 - 0xffffffff.
11955
11956 So when we switch to AS1 address space at switch_as,
11957 the core can't fetch the instruction at switch_as any
11958 more. It will cause broken issue.
11959
11960 Signed-off-by: Dave Liu <daveliu@freescale.com>
11961
11962commit 58da8890d5fbd074746037722a423de9ac408616
11963Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11964Date: Thu Dec 11 15:47:50 2008 -0500
11965
11966 sbc8548: use proper PHY address
11967
11968 The values given for the PHY address were wrong, so the code
11969 read no valid PHY ID, and fell through to the generic PHY
11970 support, which would work on 1000M but would not auto negotiate
11971 down to 100M or 10M.
11972
11973 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11974
11975commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
11976Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11977Date: Thu Dec 11 15:47:51 2008 -0500
11978
11979 sbc8548: enable command line editing by default.
11980
11981 Lets make things a bit more user friendly. It isn't 1985 anymore.
11982
11983 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11984
11985commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
11986Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11987Date: Thu Dec 11 15:47:49 2008 -0500
11988
11989 sbc8548: don't enable the 3rd and 4th eTSEC
11990
11991 These interfaces don't have usable connectors on the board, so don't
11992 bother enumerating or configuring them.
11993
11994 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11995
11996commit 181a3650113883728927928b3ac81ad6dade4b2c
11997Author: Haiying Wang <Haiying.Wang@freescale.com>
11998Date: Wed Dec 3 10:08:19 2008 -0500
11999
12000 Set IVPR to kenrel entry point in second core boot page
12001
12002 Assuming the OSes exception vectors start from the base of kernel address, and
12003 the kernel physical starting address can be relocated to an non-zero address.
12004 This patch enables the second core to have a valid IVPR for debugger before
12005 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
12006 value for second core which runs kernel at different physical address other
12007 than 0x0.
12008
12009 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
12010
12011commit a5d212a263c58cc746481bf1fc878510533ce7d6
12012Author: Trent Piepho <tpiepho@freescale.com>
12013Date: Wed Dec 3 15:16:34 2008 -0800
12014
12015 mpc8xxx: LCRR[CLKDIV] is sometimes five bits
12016
12017 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
12018 instead of four.
12019
12020 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It
12021 should be safe as the fifth bit was defined as reserved and set to 0.
12022
12023 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
12024
12025 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
12026 Acked-by: Kumar Gala <galak@kernel.crashing.org>
12027 Acked-by: Jon Loeliger <jdl@freescale.com>
12028
12029commit 58ec4866ed916c7e422f5107bb27b0822084728e
12030Author: Trent Piepho <tpiepho@freescale.com>
12031Date: Wed Dec 3 15:16:38 2008 -0800
12032
12033 mpc8[56]xx: Put localbus clock in device tree
12034
12035 Export the localbus frequency in the device tree, the same way the CPU, TB,
12036 CCB, and various other frequencies are exported in their respective device
12037 tree nodes.
12038
12039 Some localbus devices need this information to be programed correctly, so
12040 it makes sense to export it along with the other frequencies.
12041
12042 Unfortunately, when someone wrote the localbus dts bindings, they didn't
12043 bother to define what the "compatible" property should be. So it seems no
12044 one was quite sure what to put in their dts files.
12045
12046 Based on current existing dts files in the kernel source, I've used
12047 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
12048 of the 85xx devices, and are looked for by the Linux code. The eLBC is
12049 apparently not entirely backward compatible with the pq3 LBC and so eLBC
12050 equipped platforms like 8572 won't use pq3-localbus.
12051
12052 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
12053 and is also looked for by the Linux code. On MPC8641, I've also used
12054 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
12055 which don't use "fsl,elbc" or any other acceptable name to match on.
12056
12057 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
12058 Acked-by: Kumar Gala <galak@kernel.crashing.org>
12059 Acked-by: Jon Loeliger <jdl@freescale.com>
12060
12061commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
12062Author: Kumar Gala <galak@kernel.crashing.org>
12063Date: Tue Dec 16 14:59:22 2008 -0600
12064
12065 NAND FSL elbc: Use virt_to_phys to determine which bank is in use
12066
12067 The current code that determines which bank/chipselect is used for a
12068 given NAND instance only worked for 32-bit addresses and assumed
12069 a 1:1 mapping. This breaks in 36-bit physical configs.
12070
12071 The proper way to handle this is to use the virt_to_phys() and
12072 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
12073 with the the virtual address the NAND code uses.
12074
12075 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12076 Acked-by: Scott Wood <scottwood@freescale.com>
12077
12078commit 77c8115b1f1871811633eae77a5a700fac1f0e50
12079Author: Kumar Gala <galak@kernel.crashing.org>
12080Date: Tue Dec 16 14:59:21 2008 -0600
12081
12082 ppc: Use addrmap in virt_to_phys and map_physmem.
12083
12084 If we have addr map support enabled use the mapping functions to
12085 implement virt_to_phys() and map_physmem().
12086
12087 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12088
12089commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
12090Author: Kumar Gala <galak@kernel.crashing.org>
12091Date: Tue Dec 16 14:59:20 2008 -0600
12092
12093 85xx: Add support to populate addr map based on TLB settings
12094
12095 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12096
12097commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
12098Author: Peter Tyser <ptyser@xes-inc.com>
12099Date: Mon Dec 1 13:47:13 2008 -0600
12100
12101 XPedite5200 board support
12102
12103 Initial support for Extreme Engineering Solutions XPedite5200 -
12104 a MPC8548-based PMC single board computer.
12105
12106 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12107
12108commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
12109Author: Peter Tyser <ptyser@xes-inc.com>
12110Date: Wed Oct 29 12:39:27 2008 -0500
12111
12112 85xx: Enable inbound PCI config cycles for X-ES boards
12113
12114 Update X-ES Freescale boards to allow inbound PCI configuration
12115 cycles when configured as agent/endpoint.
12116
12117 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12118
12119commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
12120Author: Peter Tyser <ptyser@xes-inc.com>
12121Date: Wed Dec 17 16:36:23 2008 -0600
12122
12123 XPedite5370 board support
12124
12125 Initial support for Extreme Engineering Solutions XPedite5370 -
12126 a MPC8572-based 3U VPX single board computer with a PMC/XMC
12127 site.
12128
12129 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12130
12131commit e92739d34e2d6b6aca93b2598248210710897ce8
12132Author: Peter Tyser <ptyser@xes-inc.com>
12133Date: Wed Dec 17 16:36:21 2008 -0600
12134
12135 Add support for PCA953x I2C gpio devices
12136
12137 Initial support for NXP's 4 and 8 bit I2C gpio expanders
12138 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
12139 enables support for the devices while the CONFIG_CMD_PCA953X
12140 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
12141 define enables an 'info' sub-command which provides summary
12142 information for the given pca953x device.
12143
12144 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12145
12146commit 7a8979591171676417ab36852d8811a8c46accd8
12147Author: Peter Tyser <ptyser@xes-inc.com>
12148Date: Wed Oct 29 12:39:26 2008 -0500
12149
12150 pci/fsl_pci_init: Enable inbound PCI config cycles
12151
12152 Add fsl_pci_config_unlock() function to enable a
12153 PCI/PCIe interface configured in agent/endpoint mode to
12154 respond to inbound PCI configuration cycles.
12155
12156 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12157
6450a848
WD
12158commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
12159Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12160Date: Wed Dec 17 16:43:18 2008 +0100
12161
12162 avr32: Remove second definition of virt_to_phys()
12163
12164 The second definition introduced by 65e43a1063 conflicts with the
12165 existing one.
12166
12167 Also, convert the existing definition to use phys_addr_t. The volatile
12168 qualifier is still needed due to brain damage elsewhere.
12169
12170 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12171
0e3ece33
WD
12172commit b616f2b545f73757669b37386f0b37bb61fc6797
12173Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12174Date: Mon Sep 8 22:27:18 2008 +0200
12175
12176 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
12177
12178 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12179 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12180
12181commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
12182Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12183Date: Tue Dec 16 22:10:31 2008 +0100
12184
12185 MIPS: qemu_mips: update doc to use all disk and boot linux kernel
12186
12187 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12188 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12189
12190commit 13095b2f07dacb1f863772266c1789d47a523a8a
12191Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12192Date: Tue Dec 16 22:10:30 2008 +0100
12193
12194 MIPS: qemu_mips: move env storage just after u-boot
12195
12196 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12197 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12198
12199commit aced78d852d0b009e8aaa1445af8cb40861ee549
12200Author: Wolfgang Denk <wd@denx.de>
12201Date: Tue Dec 16 23:48:27 2008 +0100
12202
12203 Prepare 2009.01-rc1
12204
12205 Signed-off-by: Wolfgang Denk <wd@denx.de>
12206
aced78d8
WD
12207commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
12208Author: Wolfgang Denk <wd@denx.de>
12209Date: Tue Dec 16 23:13:46 2008 +0100
12210
12211 include/configs/at91cap9adk.h: fix typo.
12212
12213 Signed-off-by: Wolfgang Denk <wd@denx.de>
12214
12215commit 45ca04f2377361593151d2d4da51f8ba4832d233
12216Author: Wolfgang Denk <wd@denx.de>
12217Date: Tue Dec 16 22:32:25 2008 +0100
12218
12219 board/trab/memory.c: Fix compile problems.
12220
12221 Apply changes from commit 44b4dbed to board/trab/memory.c, too.
12222
12223 Actually we'd need a major cleanup here - as it turns out,
12224 board/trab/memory.c is more or less a verbatim copy of
12225 post/drivers/memory.c ... but then, trab is EOL anyway,r
12226 so this is not worth the effort.
12227
12228 Signed-off-by: Wolfgang Denk <wd@denx.de>
12229
0e3ece33
WD
12230commit ff49ea8977b56916edd5b1766d9939010e30b181
12231Author: Scott Wood <scottwood@freescale.com>
12232Date: Tue Dec 16 14:24:16 2008 -0600
12233
12234 NAND: Mark the BBT as scanned prior to calling scan_bbt.
12235
12236 Otherwise, recursion can occur if scan_bbt does not find a bad block
12237 table, and tries to write one, and the attempt to erase the BBT area
12238 causes a bad block check.
12239
12240 Signed-off-by: Scott Wood <scottwood@freescale.com>
12241
aced78d8
WD
12242commit 584eedab66d0828f2d571a24b10526c4e65f547b
12243Author: Ilya Yanok <yanok@emcraft.com>
12244Date: Thu Dec 11 05:51:57 2008 +0300
12245
12246 jffs2: include <linux/mtd/compat.h> instead of defining own min_t
12247
12248 Include <linux/mtd/compat.h> header for min_t definition instead of
12249 providing our own one. Removes warnings in case of OneNAND support
12250 enabled.
12251
12252 Although I thinks it's a bit silly to include <linux/mtd/compat.h>
12253 just for min_t...
12254
12255 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12256 Acked-by: Stefan Roese <sr@denx.de>
12257
12258commit b1ffecec37b57a59c139042267faac458e5324e9
12259Author: Becky Bruce <beckyb@kernel.crashing.org>
12260Date: Wed Dec 3 23:04:37 2008 -0600
12261
12262 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
12263
12264 Casting a pointer to a phys_addr_t when it's an unsigned long long
12265 on a 32-bit system without first casting to a non-pointer type
12266 generates a compiler warning. Fix this.
12267
12268 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
12269
12270commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
12271Author: Wolfgang Denk <wd@denx.de>
12272Date: Tue Dec 16 16:22:50 2008 +0100
12273
12274 trab: make trab_fkt standalone code independent of libgcc
12275
12276 Use our own local functions in lib_arm/ instead.
12277
12278 Signed-off-by: Wolfgang Denk <wd@denx.de>
12279
12280commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
12281Author: Wolfgang Denk <wd@denx.de>
12282Date: Tue Dec 16 14:44:06 2008 +0100
12283
12284 post/Makefile: fix dependency problem with parallel builds
12285
12286 Parallel builds (using "make -jN") would occasionally fail with error
12287 messages like
12288 ppc_4xxFP-objdump: string.o: File format not recognized
12289 or
12290 post/libpost.a(cpu.o): In function `cpu_post_test':
12291 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
12292 or similar. We now make sure to run the 'postdeps" step before
12293 attempting to build the specific POST libraries.
12294
12295 Signed-off-by: Wolfgang Denk <wd@denx.de>
12296
12297commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
12298Author: Wolfgang Denk <wd@denx.de>
12299Date: Tue Dec 16 14:41:02 2008 +0100
12300
12301 Makefile: fix dependency problem with parallel builds
12302
12303 Parallel builds (using "make -jN") would occasionally fail with error
12304 messages like
12305 include/autoconf.mk:212: *** missing separator. Stop.
12306 Line numbers and affected boards were changing. Obviously some
12307 Makefiles included autoconf.mk while it was still being written to.
12308 As a fix, we now write to a temporary file first and then rename it,
12309 so that it is really ready to use as soon as it appears.
12310
12311 Signed-off-by: Wolfgang Denk <wd@denx.de>
12312
12313commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
12314Author: Wolfgang Denk <wd@denx.de>
12315Date: Tue Dec 16 01:02:17 2008 +0100
12316
12317 Coding style cleanup, update CHANGELOG.
12318
12319 Signed-off-by: Wolfgang Denk <wd@denx.de>
12320
455ae7e8
WD
12321commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
12322Author: Mike Frysinger <vapier@gentoo.org>
12323Date: Thu Dec 11 18:39:08 2008 -0500
12324
12325 spi/stmicro: fix debug() display of cmd
12326
12327 The stmicro_wait_ready() func tries to show the actual opcode that was sent
12328 to the device, but instead it displays the array pointer. Fix it to pull
12329 out the opcode from the start of the array.
12330
12331 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12332
12333commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
12334Author: Mike Frysinger <vapier@gentoo.org>
12335Date: Thu Dec 11 06:23:37 2008 -0500
12336
12337 env_sf: support embedded environments
12338
12339 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
12340 size is larger than the env size, then it means the env is embedded in a
12341 block. So we have to save/restore the part of the sector which is not the
12342 environment. Previously, saving the environment in SPI flash in this
12343 setup would probably brick the board as the rest of the sector tends to
12344 contain actual U-Boot data/code.
12345
12346 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12347 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12348
12349commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
12350Author: Timur Tabi <timur@freescale.com>
12351Date: Wed Dec 3 11:28:30 2008 -0600
12352
12353 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
12354
12355 All implementations of the functions i2c_reg_read() and
12356 i2c_reg_write() are identical. We can save space and simplify the
12357 code by converting these functions into inlines and putting them in
12358 i2c.h.
12359
12360 Signed-off-by: Timur Tabi <timur@freescale.com>
12361 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12362
12363commit e39cd81c44740d7355d277ed3d38536cbe1e003d
12364Author: Dave Liu <daveliu@freescale.com>
12365Date: Fri Dec 5 15:36:14 2008 +0800
12366
12367 lib_ppc: rework the flush_cache
12368
12369 - It is possible to miss flush/invalidate the last
12370 cache line, we fix it at here.
12371 - add the volatile and memory clobber.
12372
12373 They are pointed by Scott Wood.
12374
12375 Signed-off-by: Dave Liu <daveliu@freescale.com>
12376
12377commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
12378Author: Kumar Gala <galak@kernel.crashing.org>
12379Date: Sat Dec 13 17:20:28 2008 -0600
12380
12381 Introduce addr_map library
12382
12383 Add a library that helps in translating between virtual and physical
12384 addresses. This library can be useful as a simple means to implement
12385 map_physmem() and virt_to_phys() for platforms that need functionality
12386 beyond the simple 1:1 mapping.
12387
12388 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12389
12390commit 65e43a10631537dcb92c302d36301a12308216c3
12391Author: Kumar Gala <galak@kernel.crashing.org>
12392Date: Sat Dec 13 17:20:27 2008 -0600
12393
12394 Introduce virt_to_phys()
12395
12396 virt_to_phys() returns the physical address given a virtual. In most
12397 cases this will be just the input value as the vast majority of
12398 systems run in a 1:1 mode.
12399
12400 However in systems that are not running this way it should report the
12401 physical address or ~0 if no mapping exists for the given virtual
12402 address.
12403
12404 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12405
12406commit 45845301af3de8675c1f7bbc815c6de35452605a
12407Author: Yuri Tikhonov <yur@emcraft.com>
12408Date: Sun Dec 7 22:12:50 2008 +0100
12409
12410 POST Make: fix the sub-dir dependencies missing.
12411
12412 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12413
12414commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
12415Author: Martin Michlmayr <tbm@cyrius.com>
12416Date: Wed Aug 6 14:44:05 2008 +0300
12417
12418 Fix a typo in fw_env.config
12419
12420 Reported-by: Martin Michlmayr <tbm@cyrius.com>
12421 Signed-off-by: Wolfgang Denk <wd@denx.de>
12422
12423commit ba490b7761c62b549c222a9723e532dc801a3899
12424Author: Peter Tyser <ptyser@xes-inc.com>
12425Date: Mon Dec 1 16:22:45 2008 -0600
12426
12427 Remove unused CONFIG_ADDR_STREAMING defines
12428
12429 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12430
12431commit d16da93430520d3e46c1ab52eedacf36ab7a2311
12432Author: Peter Tyser <ptyser@xes-inc.com>
12433Date: Mon Nov 24 11:54:47 2008 -0600
12434
12435 cmd_mem: Remove unused variable
12436
12437 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12438
12439commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
12440Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12441Date: Sun Dec 14 10:29:39 2008 +0100
12442
12443 Fix new found CFG_
12444
12445 Also fix some minor typos.
12446
12447 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12448 Signed-off-by: Wolfgang Denk <wd@denx.de>
12449
12450commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
12451Author: Sergei Poselenov <sposelenov@emcraft.com>
12452Date: Fri Sep 19 12:07:34 2008 +0200
12453
12454 Remove compiler warning: target CPU does not support interworking
12455
12456 This warning is issued by modern ARM-EABI GCC on non-thumb targets.
12457
12458 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
12459 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12460
12461commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
12462Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12463Date: Mon Nov 24 13:33:51 2008 +0100
12464
12465 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
12466
12467 FDT support is used for both FIT style images and for architectures
12468 that can pass a fdt blob to an OS (ppc, m68k, sparc).
12469
12470 For other architectures and boards which do not pass a fdt blob to an
12471 OS but want to use the new uImage format, we just need FIT support.
12472
12473 Now we can have the 4 following configurations :
12474
12475 1) FIT only CONFIG_FIT
12476 2) fdt blob only CONFIG_OF_LIBFDT
12477 3) both CONFIG_OF_LIBFDT & CONFIG_FIT
12478 4) none none
12479
12480 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12481
12482commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
12483Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12484Date: Wed Dec 10 15:13:32 2008 +0100
12485
12486 ppc4xx: Disable EEPROM write access on PMC440 boards
12487
12488 This patch disables EEPROM wrtie access by default on PMC440 board.
12489
12490 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12491
12492commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
12493Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12494Date: Wed Dec 10 15:12:56 2008 +0100
12495
12496 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
12497
12498 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12499
12500commit 71fa0714fe5134bc8718c38d5261d267e88582ba
12501Author: Stefan Roese <sr@denx.de>
12502Date: Tue Nov 18 16:36:12 2008 +0100
12503
12504 MIPS: Flush data cache upon relocation
12505
12506 This patch now adds a flush to the data cache upon relocation. The
12507 current implementation is missing this. Only a comment states that it
12508 should be done. So let's really do it now.
12509
12510 Signed-off-by: Stefan Roese <sr@denx.de>
12511 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12512
12513commit 44174343688dba32571a34550dba08971c65fef1
12514Author: Stefan Roese <sr@denx.de>
12515Date: Tue Nov 18 16:36:22 2008 +0100
12516
12517 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
12518
12519 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
12520 enables support for boards where the lowlevel initialization is
12521 already done when U-Boot runs (e.g. via OnChip ROM).
12522
12523 This will be used in the upcoming VCTH board support.
12524
12525 Signed-off-by: Stefan Roese <sr@denx.de>
12526 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12527
12528commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
12529Author: Stefan Roese <sr@denx.de>
12530Date: Wed Nov 12 13:18:02 2008 +0100
12531
12532 MIPS: Add board_early_init_f() to init_sequence
12533
12534 This patch adds the board_early_init_f() call to the MIPS init
12535 sequence. A weak dummy implementation is also added which can be
12536 overridden by a board specific version.
12537
12538 This will be used by the upcoming VCTH board support.
12539
12540 Signed-off-by: Stefan Roese <sr@denx.de>
12541 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12542
12543commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
12544Author: Stefan Roese <sr@denx.de>
12545Date: Wed Nov 12 13:18:19 2008 +0100
12546
12547 MIPS: Add onenand_init() to board.c and move nand_init()
12548
12549 This patch adds a call to onenand_init() for OneNAND support and moves
12550 the nand_init() call to an earlier place, so that the environment can
12551 be used from NAND and OneNAND.
12552
12553 Signed-off-by: Stefan Roese <sr@denx.de>
12554 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12555
12556commit d8bbc51c7ba9b737a20984333d19fe28a3526431
12557Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12558Date: Tue Dec 9 11:32:46 2008 +0900
12559
12560 sh: Update sh2/sh2a timer
12561
12562 Renesas SH2/SH2A timer broken.
12563 This patch fix timer function.
12564
12565 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12566 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12567
12568commit a319f1496210117b73198e3d889ffffaf6825d00
12569Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12570Date: Fri Dec 5 07:27:37 2008 +0100
12571
12572 sh: r2dplus fix register access
12573
12574 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12575 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12576
12577commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
12578Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12579Date: Tue Dec 2 07:40:03 2008 +0100
12580
12581 sh: r2dplus/lowlevel_init: coding style fix
12582
12583 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12584 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12585
12586commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
12587Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12588Date: Tue Nov 25 11:05:19 2008 +0900
12589
12590 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
12591
12592 SH4 is different a value of CACHE_OC_NUM_ENTRIES and
12593 CACHE_OC_WAY_SHIFT every CPU.
12594 This patch corrects these values.
12595
12596 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12597 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12598
12599commit e9d5f35497885b3c65d494d09a525d443dcccd3b
12600Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12601Date: Thu Nov 20 16:44:42 2008 +0900
12602
12603 sh: Update sh timer function
12604
12605 Change to write/readX function and fix timer problem.
12606
12607 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12608 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12609
12610commit b81786cff476c41e332eaeb679158f6527cd67d4
12611Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12612Date: Tue Nov 4 11:58:58 2008 +0900
12613
12614 sh: Migo-R: Update BSC value
12615
12616 A value of BSC CS4 was wrong, Fixed it.
12617
12618 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12619 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12620
12621commit 5783758fd260a02f44566ad8f29f899565cd0403
12622Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12623Date: Mon Nov 17 16:52:09 2008 +0900
12624
12625 sh: Update ms7722se board config
12626
12627 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12628 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12629
12630commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
12631Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12632Date: Mon Nov 17 16:53:09 2008 +0900
12633
12634 sh: Update SuperH serial driver
12635
12636 The address of SCFSR register is wrong at SH7720/SH7721.
12637 This patch fix this.
12638
12639 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12640 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12641
12642commit 9a1d3557dcd47365c12eeab584b822e57d994352
12643Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12644Date: Tue Nov 11 22:20:15 2008 +0100
12645
12646 sh: fix rsk7203 and MigoR out of tree build
12647
12648 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12649 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12650
12651commit 1951f847f0a851853871b613ad7cf21a5242226c
12652Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12653Date: Wed Dec 10 14:41:25 2008 +0100
12654
12655 ppc4xx: Update TEXT_BASE for CPCI405 boards
12656
12657 This patch fixes building U-Boot for CPCI405 boards.
12658
12659 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12660 Signed-off-by: Stefan Roese <sr@denx.de>
12661
12662commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
12663Author: Stefan Roese <sr@denx.de>
12664Date: Tue Dec 9 20:08:01 2008 +0100
12665
12666 ppc4xx: Remove some features from ALPR to fit into 256k again
12667
12668 Signed-off-by: Stefan Roese <sr@denx.de>
12669
12670commit 3b089e4f889a2902449d55e081c886ae607cae89
12671Author: Stefan Roese <sr@denx.de>
12672Date: Wed Dec 10 10:32:59 2008 +0100
12673
12674 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
12675
12676 With this patch we set the type back to NONE upon failing UBI partition
12677 initialization. Otherwise further calls to the UBI subsystem would try
12678 to really access the non-existing UBI partition.
12679
12680 Thanks to Michael Lawnick for pointing this out.
12681
12682 Signed-off-by: Stefan Roese <sr@denx.de>
12683
12684commit 817329351639a8895cd9b87b33aeff043f3d5a44
12685Author: Stefan Roese <sr@denx.de>
12686Date: Wed Dec 10 10:28:33 2008 +0100
12687
12688 UBI: Return -ENOMEM upon failing malloc
12689
12690 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
12691 failing malloc().
12692
12693 Signed-off-by: Stefan Roese <sr@denx.de>
12694
12695commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
12696Author: Ben Warren <biggerbadderben@gmail.com>
12697Date: Tue Dec 9 23:34:15 2008 -0800
12698
12699 Fix compile error in building MBX860T.
12700
12701 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12702
12703commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
12704Author: Michal Simek <monstr@monstr.eu>
12705Date: Tue Nov 25 11:42:20 2008 +0100
12706
12707 microblaze: Remove XUPV2P board
12708
12709 ---
12710
12711 Microblaze platforms use generic settings and to have
12712 many platforms is confusing that's why I decided to remove this
12713 platform from U-BOOT. ml401 tree is sufficient for covering
12714 all Microblaze platforms.
12715
12716 This change will go through microblaze custodian tree.
12717
12718commit 99ba6f353582720defff6e6e6761dc455a207d31
12719Author: Michal Simek <monstr@monstr.eu>
12720Date: Mon Nov 24 18:25:41 2008 +0100
12721
12722 microblaze: Remove CONFIG_LIBFDT due to error in common files
12723
12724commit e7d591e823a991513833af7030468409e25a3b13
12725Author: Michal Simek <monstr@monstr.eu>
12726Date: Mon Nov 24 11:43:00 2008 +0100
12727
12728 microblaze: Fix ml401 uart16550 setting
12729
12730 Signed-off-by: Michal Simek <monstr@monstr.eu>
12731
12732commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
12733Author: Michal Simek <monstr@monstr.eu>
12734Date: Mon Nov 24 11:38:22 2008 +0100
12735
12736 microblaze: Set up relocation is done
12737
12738commit bcb6dd9187d4b23c748704767bd12d20c829e996
12739Author: Mike Frysinger <vapier@gentoo.org>
12740Date: Tue Dec 9 23:20:31 2008 -0500
12741
12742 tools/netconsole: new script for working with netconsole over UDP
12743
12744 While the doc/README.NetConsole does have a snippet for people to
12745 create their own netcat script, it's a lot easier to make a simple
12746 dedicated script and tell people to use it.
12747
12748 Also spruce it up a bit to make it user friendly.
12749
12750 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12751
12752commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
12753Author: Sonic Zhang <Sonic.Zhang@analog.com>
12754Date: Tue Dec 9 23:20:18 2008 -0500
12755
12756 fs/fat: handle FAT on SATA
12757
12758 The FAT file system driver should also handle FAT on SATA devices.
12759
12760 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
12761 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12762
f15c6515
WD
12763commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
12764Author: Ben Warren <biggerbadderben@gmail.com>
12765Date: Tue Dec 9 23:26:31 2008 -0800
12766
12767 Fix compile error in building MBX860T.
12768 Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
12769
12770 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12771
455ae7e8
WD
12772commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
12773Author: Jerry Van Baren <gvb.uboot@gmail.com>
12774Date: Mon Nov 24 08:15:02 2008 -0500
12775
12776 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
12777
12778 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
12779 following warnings from FDT:
12780
12781 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
12782 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
12783
12784 Fix: Protect the definition of uintptr_t when compiling on the host
12785 system.
12786
12787 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
12788
12789commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
12790Author: Graeme Russ <graeme.russ@gmail.com>
12791Date: Sat Nov 22 08:43:29 2008 +1100
12792
12793 Moved sc520 PCI definitions to stand-alone file
12794
12795 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
12796
12797commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
12798Author: Graeme Russ <graeme.russ@gmail.com>
12799Date: Sat Nov 22 08:43:21 2008 +1100
12800
12801 Fixed path to sc520 SSI include file
12802
12803 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
12804
12805commit d4f70da544c33db3e4fce6473dea4ecca4322545
12806Author: Graeme Russ <graeme.russ@gmail.com>
12807Date: Fri Nov 21 06:28:05 2008 +1100
12808
12809 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
12810
12811 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12812
12813commit c034075a713b60e654c64e88e87da29440f31bb4
12814Author: Stefan Roese <sr@denx.de>
12815Date: Wed Nov 12 13:30:10 2008 +0100
12816
12817 serial: Add vcth UART driver
12818
12819 This patch adds the UART driver for the upcoming VCTH board support.
12820
12821 Signed-off-by: Stefan Roese <sr@denx.de>
12822
12823commit 142a80ffc3b537a9c45acd2444a42a77f147c602
12824Author: Ilya Yanok <yanok@emcraft.com>
12825Date: Thu Nov 13 19:49:36 2008 +0300
12826
12827 jffs2: cache data_crc results
12828
12829 As we moved data_crc() invocation from jffs2_1pass_build_lists() to
12830 jffs2_1pass_read_inode() data_crc is going to be calculated on each
12831 inode access. This patch adds caching of data_crc() results. There
12832 is no significant improvement in speed (because of flash access
12833 caching added in previous patch I think, crc in RAM is really fast)
12834 but this patch impacts memory usage -- every b_node structure uses
12835 12 bytes instead of 8.
12836
12837 Signed-off-by: Alexey Neyman <avn@emcraft.com>
12838 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12839
12840commit 9b7076229ec6a958bd835ab70745f7676297ce82
12841Author: Ilya Yanok <yanok@emcraft.com>
12842Date: Thu Nov 13 19:49:35 2008 +0300
12843
12844 jffs2: summary support
12845
12846 This patch adds support for reading fs information from summary
12847 node instead of scanning full eraseblock.
12848
12849 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12850
12851commit 70741004dc28946cd82c7af6789c4ddb3fc94526
12852Author: Ilya Yanok <yanok@emcraft.com>
12853Date: Thu Nov 13 19:49:34 2008 +0300
12854
12855 jffs2: add buffer to cache flash accesses
12856
12857 With this patch JFFS2 code allocates memory buffer of max_totlen size
12858 (size of the largest node, calculated during scan time) and uses it to
12859 store entire node. Speeds up loading. If malloc fails we use old ways
12860 to do things.
12861
12862 Signed-off-by: Alexey Neyman <avn@emcraft.com>
12863 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12864
12865commit 8a36d31f72411144ac0412ee7e1880e801acd754
12866Author: Ilya Yanok <yanok@emcraft.com>
12867Date: Thu Nov 13 19:49:33 2008 +0300
12868
12869 jffs2: rewrite jffs2 scanning code based on Linux one
12870
12871 Rewrites jffs2_1pass_build_lists() function in style of Linux's
12872 jffs2_scan_medium() and jffs2_scan_eraseblock().
12873 This includes:
12874 - Caching flash acceses
12875 - Smart dealing with free space
12876
12877 Signed-off-by: Alexey Neyman <avn@emcraft.com>
12878 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12879
12880commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
12881Author: Ilya Yanok <yanok@emcraft.com>
12882Date: Thu Nov 13 19:49:32 2008 +0300
12883
12884 jffs2: add sector_size field to part_info structure
12885
12886 This patch adds sector_size field to part_info structure (used
12887 by new JFFS2 code).
12888
12889 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12890
12891commit f73846956778a7dfee83403ef9747aff77198848
12892Author: Ilya Yanok <yanok@emcraft.com>
12893Date: Thu Nov 13 19:49:31 2008 +0300
12894
12895 jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
12896
12897 We need to update i_version inside cycle to find really latest version
12898 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
12899 dump_inode() instead of calling expensive jffs2_1pass_read_inode().
12900
12901 Signed-off-by: Alexey Neyman <avn@emcraft.com>
12902 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12903
12904commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
12905Author: Wolfgang Denk <wd@denx.de>
12906Date: Tue Dec 9 23:13:51 2008 +0100
12907
12908 evb64260: fix "cast to pointer from integer of different size" warnings
12909
12910 Signed-off-by: Wolfgang Denk <wd@denx.de>
12911
12912commit d2776827315c3d469b8cb4cec14d58877798daa2
12913Author: Stefan Althoefer <stefan.althoefer@web.de>
12914Date: Sun Dec 7 19:39:11 2008 +0100
12915
12916 USB: descriptor handling
12917
12918 Hi,
12919
12920 I found a bug when working with the u-boot USB subsystem on IXP425 processor
12921 (big endian Xscale aka ARMv5).
12922 I recognized that the second usb_endpoint_descriptor of the attached memory
12923 stick was corrupted.
12924
12925 The reason for this are the packed structures below (either u-boot and
12926 u-boot-usb):
12927
12928 --------------
12929 /* Endpoint descriptor */
12930 struct usb_endpoint_descriptor {
12931 unsigned char bLength;
12932 unsigned char bDescriptorType;
12933 unsigned char bEndpointAddress;
12934 unsigned char bmAttributes;
12935 unsigned short wMaxPacketSize;
12936 unsigned char bInterval;
12937 unsigned char bRefresh;
12938 unsigned char bSynchAddress;
12939
12940 } __attribute__ ((packed));
12941 /* Interface descriptor */
12942 struct usb_interface_descriptor {
12943 unsigned char bLength;
12944 unsigned char bDescriptorType;
12945 unsigned char bInterfaceNumber;
12946 unsigned char bAlternateSetting;
12947 unsigned char bNumEndpoints;
12948 unsigned char bInterfaceClass;
12949 unsigned char bInterfaceSubClass;
12950 unsigned char bInterfaceProtocol;
12951 unsigned char iInterface;
12952
12953 unsigned char no_of_ep;
12954 unsigned char num_altsetting;
12955 unsigned char act_altsetting;
12956 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
12957 } __attribute__ ((packed));
12958 ------------
12959
12960 As usb_endpoint_descriptor is only 7byte in length, the start of all
12961 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
12962 of these structures also not word aligned.
12963
12964 ARMv5 Architecture however does not support non-aligned multibyte
12965 data type (see A2.8 of ARM Architecture Reference Manual).
12966
12967 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
12968 Signed-off-by: Remy Böhmer <linux@bohmer.net>
12969
12970commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
12971Author: Kumar Gala <galak@kernel.crashing.org>
12972Date: Tue Dec 9 10:27:33 2008 -0600
12973
12974 drivers/fsl_pci_init: Fix compile warning
12975
12976 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
12977 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
12978
12979 The check only makes sense if we are CONFIG_PHYS_64BIT
12980
12981 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12982
12983commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
12984Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12985Date: Sun Dec 7 09:45:35 2008 +0100
12986
12987 usbtty/omap: update to current API
12988
12989 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12990 Signed-off-by: Remy Böhmer <linux@bohmer.net>
12991
12992commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
12993Author: Anatolij Gustschin <agust@denx.de>
12994Date: Tue Dec 9 17:52:05 2008 +0100
12995
12996 video: fix FADS823 and RRvision compiling issues
12997
12998 Since commit 561858ee building for FADS823 and RRvision
12999 doesn't work. Let's include version.h and timestamp.h
13000 unconditionally to fix the problem.
13001
13002 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13003
13004commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
13005Author: Stefan Roese <sr@denx.de>
13006Date: Tue Dec 2 10:53:47 2008 +0100
13007
13008 UBI: Fix size parsing in "ubi create"
13009
13010 Signed-off-by: Stefan Roese <sr@denx.de>
13011
13012commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
13013Author: Stefan Roese <sr@denx.de>
13014Date: Thu Nov 27 14:07:09 2008 +0100
13015
13016 UBI: Enable re-initializing of the "ubi part" command
13017
13018 With this patch now, the user can call "ubi part" multiple times to
13019 re-connect the UBI device to another MTD partition.
13020
13021 Signed-off-by: Stefan Roese <sr@denx.de>
13022
13023commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
13024Author: Stefan Roese <sr@denx.de>
13025Date: Thu Nov 27 14:05:15 2008 +0100
13026
13027 MTD: Fix problem based on non-working relocation (list head mtd_partitions)
13028
13029 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
13030 first call of add_mtd_partitions(). Otherwise this won't work on platforms
13031 where the relocation is broken (like MIPS or PPC).
13032
13033 Signed-off-by: Stefan Roese <sr@denx.de>
13034
13035commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
13036Author: Trent Piepho <tpiepho@freescale.com>
13037Date: Wed Nov 12 17:29:48 2008 -0800
13038
13039 Section name should be ".data", not "data"
13040
13041 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
13042 Signed-off-by: Wolfgang Denk <wd@denx.de>
13043
13044commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
13045Author: Wolfgang Denk <wd@denx.de>
13046Date: Tue Dec 9 00:39:08 2008 +0100
13047
13048 MAKEALL: Automatically use parallel builds
13049
13050 Add logic to the MAKEALL script to determine the number of CPU cores
13051 on the system, and run a parallel build if there is more than one.
13052 Usually this significantrly accelerates builds.
13053
13054 Allow to manually adjust the number of parallel make jobs by using
13055 the "BUILD_NCPUS" environment variable.
13056
13057 Signed-off-by: Wolfgang Denk <wd@denx.de>
13058
13059commit 268405fa7c44156c5192a70779920c70906af8d6
13060Author: Wolfgang Denk <wd@denx.de>
13061Date: Tue Dec 9 00:24:30 2008 +0100
13062
13063 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
13064
13065 Signed-off-by: Wolfgang Denk <wd@denx.de>
13066
13067commit 153176a9414120ca1736f3cc4951623d6e14e6af
13068Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13069Date: Tue Nov 11 06:08:59 2008 +0100
13070
13071 avr32/bootm: remove unused variable 'ret'
13072
13073 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13074 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13075
13076commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
13077Author: Peter Tyser <ptyser@xes-inc.com>
13078Date: Wed Nov 12 13:06:48 2008 -0600
13079
13080 Remove unneeded CONFIG_SHELL references
13081
13082 Make should be using the bash shell by default which makes
13083 CONFIG_SHELL unnecessary
13084
13085 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13086
13087commit cf7a7b99794bac936899819b95539be1dbd71708
13088Author: Peter Tyser <ptyser@xes-inc.com>
13089Date: Wed Nov 12 12:33:20 2008 -0600
13090
13091 Use bash for default GNU Make shell application
13092
13093 Some Make script commands rely on bash-specific features like brace
13094 expansion, so default to bash for the SHELL variable with a fallback
13095 to the standard sh shell
13096
13097 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13098
13099commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
13100Author: Heiko Schocher <hs@denx.de>
13101Date: Wed Nov 12 09:50:45 2008 +0100
13102
13103 jffs2: rename devices_init () in common/jffs2.c
13104
13105 rename devices_init () in common/jffs2.c to
13106 jffs2_devices_init (), because there is also a
13107 devices_init () in common/devices.c.
13108
13109 Signed-off-by: Heiko Schocher <hs@denx.de>
13110
13111commit af5eb847a10f1037590001355d88bab3fe7be48b
13112Author: Daniel Hellstrom <daniel@gaisler.com>
13113Date: Mon Nov 10 12:46:20 2008 +0000
13114
13115 SPARC: Fixed compiler error introduced by commit c160a9544743
13116
13117 This patch fixes a build error for the SPARC platform. It was
13118 introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
13119
13120 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
13121
13122commit 4c60259899aa00f59db0d936b8807f9a26411c0f
13123Author: Gary Jennejohn <garyj@denx.de>
13124Date: Sun Nov 9 12:50:59 2008 +0100
13125
13126 mgsuvd add the board-specific part of the HDLC driver
13127
13128 Signed-off-by: Gary Jennejohn <garyj@denx.de>
13129
13130commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
13131Author: Gary Jennejohn <garyj@denx.de>
13132Date: Sun Nov 9 12:45:03 2008 +0100
13133
13134 mgcoge add the board-specific part of the HDLC driver
13135
13136 Signed-off-by: Gary Jennejohn <garyj@denx.de>
13137
13138commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
13139Author: Gary Jennejohn <garyj@denx.de>
13140Date: Sun Nov 9 12:36:15 2008 +0100
13141
13142 keymile add the common parts of the HDLC driver
13143
13144 This implements the ICN protocol used across the backplane and is
13145 needed by all the keymile boards.
13146
13147 Signed-off-by: Gary Jennejohn <garyj@denx.de>
13148
13149commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
13150Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13151Date: Fri Nov 7 22:46:22 2008 +0100
13152
13153 drivers/bios_emulator: Move conditional compilation to Makefile
13154
13155 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13156
13157commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
13158Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13159Date: Thu Nov 6 14:01:51 2008 -0500
13160
13161 common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
13162
13163 Corrected endian order printing for compact flash serial number.
13164
13165 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13166
13167commit 16a28ef219c27423a1ef502f19070c4d375079b8
13168Author: Gary Jennejohn <garyj@denx.de>
13169Date: Thu Nov 6 15:04:23 2008 +0100
13170
13171 IOMUX: Add console multiplexing support.
13172
13173 Modifications to support console multiplexing. This is controlled using
13174 CONFIG_SYS_CONSOLE_MUX in the board configuration file.
13175
13176 This allows a user to specify multiple console devices in the environment
13177 with a command like this: setenv stdin serial,nc. As a result, the user can
13178 enter text on both the serial and netconsole interfaces.
13179
13180 All devices - stdin, stdout and stderr - can be set in this manner.
13181
13182 1) common/iomux.c and include/iomux.h contain the environment setting
13183 implementation.
13184 2) doc/README.iomux contains a somewhat more detailed description.
13185 3) The implementation in (1) is called from common/cmd_nvedit.c to
13186 handle setenv and from common/console.c to handle initialization of
13187 input/output devices at boot time.
13188 4) common/console.c also contains the code needed to poll multiple console
13189 devices for input and send output to all devices registered for output.
13190 5) include/common.h includes iomux.h and common/Makefile generates iomux.o
13191 when CONFIG_SYS_CONSOLE_MUX is set.
13192
13193 Signed-off-by: Gary Jennejohn <garyj@denx.de>
13194
13195commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
13196Author: Mike Frysinger <vapier@gentoo.org>
13197Date: Tue Nov 4 16:03:46 2008 -0500
13198
13199 strings: use puts() rather than printf()
13200
13201 When running `strings` on really long strings, the stack tends to get
13202 smashed due to printf(). Switch to puts() instead since we're only passing
13203 the data through.
13204
13205 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13206
13207commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
13208Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13209Date: Mon Nov 3 22:16:18 2008 +0100
13210
13211 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
13212
13213 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13214
13215commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
13216Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13217Date: Mon Nov 3 22:15:34 2008 +0100
13218
13219 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
13220
13221 - fix size too small by one in sprintf
13222 - changed old (pre 2004) device name ibmEmac to emac
13223 - boot device may be overriden in board config
13224 - servername may be defined in board config
13225 - additional parameters may be defined in board config
13226 - fixed some line wrappings
13227 - replaced redundant MAX define by max
13228
13229 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13230
13231commit e9084b23d16102f44ace24379a1c0c352497ef80
13232Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13233Date: Mon Nov 3 22:14:36 2008 +0100
13234
13235 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
13236
13237 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13238
13239commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
13240Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13241Date: Mon Nov 3 22:13:47 2008 +0100
13242
13243 README: Document CONFIG_SYS parameters for vxworks
13244
13245 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13246
13247commit ace514837cac656e29c37a19569cb8ea83071126
13248Author: Peter Tyser <ptyser@xes-inc.com>
13249Date: Fri Oct 31 11:12:38 2008 -0500
13250
13251 lcd: Let the board code show board-specific info cleanup
13252
13253 remove unneeded version.h from lcd.c
13254
13255 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13256 Signed-off-by: Wolfgang Denk <wd@denx.de>
13257
13258commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
13259Author: Peter Tyser <ptyser@xes-inc.com>
13260Date: Mon Nov 3 09:30:59 2008 -0600
13261
13262 Update U-Boot's build timestamp on every compile
13263
13264 Use the GNU 'date' command to auto-generate a new U-Boot
13265 timestamp on every compile.
13266
13267 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13268
13269commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
13270Author: Remy Bohmer <linux@bohmer.net>
13271Date: Thu Dec 4 22:25:57 2008 +0100
13272
13273 Remove redundant armv4 flag from arm926ejs compile flags
13274
13275 Currently the arm926ejs tree has the armv4 option set during compilation.
13276 This flag does not belong here because a arm926 CPU is always a armv5 CPU.
13277
13278 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13279
13280commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
13281Author: Nicolas Ferre <nicolas.ferre@atmel.com>
13282Date: Sat Dec 6 13:11:14 2008 +0100
13283
13284 at91: Choose environment variables location within make config target
13285
13286 This patch adds the possiblity to choose the media where the environment will
13287 be located. This allow to choose this fundamental configuration without editing
13288 config files.
13289
13290 Documentation file added.
13291
13292 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
13293 Acked-by: Stelian Pop <stelian@popies.net>
13294 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13295
13296commit 1450c4a6682378567030414a9f1198c39b7730c7
13297Author: Anatolij Gustschin <agust@denx.de>
13298Date: Mon Nov 3 15:30:34 2008 +0100
13299
13300 lwmon, tqm8xx: Fix build errors
13301
13302 Commit 6b59e03e0237a40a2305ea385defdfd92000978b
13303 lcd: Let the board code show board-specific info
13304
13305 introduced some bugs which prevent U-Boot building
13306 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
13307 be defined in the board configuration.
13308
13309 Also "LCD enabled" building for TQM823L doesn't work
13310 since this commit.
13311
13312 This patch fixes above-mentioned issues.
13313
13314 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13315
13316commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
13317Author: Mike Frysinger <vapier@gentoo.org>
13318Date: Sun Nov 2 01:18:18 2008 -0400
13319
13320 ignore .gdb_history files
13321
13322 When using gdb, history files will often get generated. So ignore them.
13323
13324 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13325
13326commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
13327Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13328Date: Fri Oct 31 12:26:55 2008 +0100
13329
13330 FPGA: move fpga drivers to drivers/fpga
13331
13332 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13333
13334commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
13335Author: Peter Tyser <ptyser@xes-inc.com>
13336Date: Mon Dec 1 16:29:38 2008 -0600
13337
13338 net: Fix TftpStart() ip:filename bug
13339
13340 The TftpStart() function modifies the 'BootFile'
13341 string when 'BootFile' contains both an IP address
13342 and filename (eg 1.2.3.4:/path/file). This causes
13343 subsequent calls to TftpStart to incorrectly parse
13344 the TFTP filename and server IP address to use.
13345 For example:
13346
13347 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
13348 Speed: 100, half duplex
13349 Using eTSEC1 device
13350 TFTP from server 10.52.0.62; our IP address is 10.52.253.79
13351 ^^^^^^^^^^ CORRECT
13352 Filename '/home/ptyser/non_existant'.
13353 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
13354 Load address: 0x100000
13355 Loading: *
13356 TFTP error: 'File not found' (1)
13357 Starting again
13358
13359 eTSEC2: No link.
13360 Speed: 100, half duplex
13361 Using eTSEC1 device
13362 TFTP from server 10.52.0.33; our IP address is 10.52.253.79
13363 ^^^^^^^^^^ WRONG
13364 Filename '10.52.0.62'.
13365 ^^^^^^^^^^ WRONG
13366 Load address: 0x100000
13367 Loading: *
13368 TFTP error: 'File not found' (1)
13369 Starting again
13370
13371 TftpStart() was modified to not modify the 'BootFile' string.
13372
13373 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13374 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13375
13376commit d32c5be50bf0600bfdc54223ef341ee9c63db445
13377Author: Peter Tyser <ptyser@xes-inc.com>
13378Date: Mon Dec 1 16:26:21 2008 -0600
13379
13380 net: Add additional IP fragmentation check
13381
13382 Ignore IP packets which have the "more fragments" flag bit
13383 set. This flag indicates the IP packet is fragmented and
13384 must be ignored by U-Boot.
13385
13386 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13387 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13388
13389commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
13390Author: Peter Tyser <ptyser@xes-inc.com>
13391Date: Mon Dec 1 16:26:20 2008 -0600
13392
13393 net: Define IP flag field values
13394
13395 These defines were pulled from the "Add simple
13396 IP/UDP fragmentation support" patch from Frank
13397 Haverkamp <haver@vnet.ibm.com>.
13398
13399 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13400 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13401
13402commit 23afaba65ec5206757e589ef334a8b38168c045f
13403Author: Anatolij Gustschin <agust@denx.de>
13404Date: Tue Dec 2 10:31:04 2008 +0100
13405
13406 net: tsec: Fix Marvell 88E1121R phy init
13407
13408 This patch tries to ensure that phy interrupt pin
13409 won't be asserted after booting. We experienced
13410 following issues with current 88E1121R phy init:
13411
13412 Marvell 88E1121R phy can be hardware-configured
13413 to share MDC/MDIO and interrupt pins for both ports
13414 P0 and P1 (e.g. as configured on socrates board).
13415 Port 0 interrupt pin will be shared by both ports
13416 in such configuration. After booting Linux and
13417 configuring eth0 interface, port 0 phy interrupts
13418 are enabled. After rebooting without proper eth0
13419 interface shutdown port 0 phy interrupts remain
13420 enabled so any change on port 0 (link status, etc.)
13421 cause assertion of the interrupt. Now booting Linux
13422 and configuring eth1 interface will cause permanent
13423 phy interrupt storm as the registered phy 1 interrupt
13424 handler doesn't acknowledge phy 0 interrupts. This
13425 of course should be fixed in Linux driver too.
13426
13427 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13428 Acked-by: Andy Fleming <afleming@freescale.com>
13429 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13430
13431commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
13432Author: Peter Tyser <ptyser@xes-inc.com>
13433Date: Tue Dec 2 12:59:51 2008 -0600
13434
13435 net: Fix download command parsing
13436
13437 When CONFIG_SYS_HUSH_PARSER is defined network download
13438 commands with 1 argument in the format 'tftp "/path/file"'
13439 do not work as expected. The hush command parser strips
13440 the quotes from "/path/file" which causes the network
13441 commands to interpret "/path/file" as an address
13442 instead of the intended filename.
13443
13444 The previous check for a leading quote in netboot_common()
13445 was replaced with a check which ensures only valid
13446 numbers are treated as addresses.
13447
13448 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13449 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13450
13451commit 3c2c2f427905040c1513d0c51d637689cba48346
13452Author: Remy Bohmer <linux@bohmer.net>
13453Date: Thu Nov 27 22:30:27 2008 +0100
13454
13455 Remove non-ascii characters from fat code
13456
13457 This code contains some non-ascii characters in comment lines and code.
13458 Most editors do not display those characters properly and editing those
13459 files results always in diffs at these places which are usually not required
13460 to be changed at all. This is error prone.
13461
13462 So, remove those weird characters and replace them by normal C-style
13463 equivalents for which the proper defines were already in the header.
13464
13465 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13466
13467commit dc889e865356497d3e495570118c2245ebce2631
13468Author: Dave Liu <daveliu@freescale.com>
13469Date: Fri Nov 28 20:16:58 2008 +0800
13470
13471 85xx: fix the wrong DDR settings for MPC8572DS
13472
13473 The default DDR freq is 400MHz or 800M data rate,
13474 the old settings is pure wrong for the default case.
13475
13476 Signed-off-by: Dave Liu <daveliu@freescale.com>
13477 Acked-by: Andy Fleming <afleming@freescale.com>
13478
13479commit 9df59533f77de2829b4b66e5b7620e04edaa391c
13480Author: Kumar Gala <galak@kernel.crashing.org>
13481Date: Mon Nov 24 10:29:26 2008 -0600
13482
13483 85xx: init gd as early as possible
13484
13485 Moved up the initialization of GD so C code like set_tlb() can use
13486 gd->flags to determine if we've relocated or not in the future.
13487
13488 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13489 Acked-by: Andy Fleming <afleming@freescale.com>
13490
13491commit aed461af81012a398a205e9be67ab37667491838
13492Author: Kumar Gala <galak@kernel.crashing.org>
13493Date: Mon Nov 24 10:29:25 2008 -0600
13494
13495 85xx: Fix relocation of CCSRBAR
13496
13497 If the virtual address for CCSRBAR is the same after relocation but
13498 the physical address is changing we'd end up having two TLB entries with
13499 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a
13500 temp virt address to access the old CCSRBAR to relocate it.
13501
13502 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13503 Acked-by: Andy Fleming <afleming@freescale.com>
13504
13505commit ea154a1781135d822eedee7567cc156089eae93c
13506Author: Kumar Gala <galak@kernel.crashing.org>
13507Date: Mon Nov 24 10:25:14 2008 -0600
13508
13509 FSL: Moved BR_PHYS_ADDR for localbus to common header
13510
13511 The BR_PHYS_ADDR macro is useful on all machines that have local bus
13512 which is pretty much all 83xx/85xx/86xx chips.
13513
13514 Additionally most 85xx & 86xx will need it if they want to support
13515 36-bit physical addresses.
13516
13517 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13518 Acked-by: Andy Fleming <afleming@freescale.com>
13519
13520commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
13521Author: Peter Tyser <ptyser@xes-inc.com>
13522Date: Mon Dec 1 13:47:12 2008 -0600
13523
13524 85xx: Add PORDEVSR_PCI1 define
13525
13526 Add define used to determine if PCI1 interface is in PCI or PCIX mode.
13527
13528 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
13529
13530 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13531 Signed-off-by: Andy Fleming <afleming@freescale.com>
13532
13533commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
13534Author: Becky Bruce <becky.bruce@freescale.com>
13535Date: Fri Nov 21 19:24:22 2008 -0600
13536
13537 drivers/fsl_pci_init: Fix inbound window mapping bug
13538
13539 The current code will cause the creation of a 4GB window
13540 starting at 0 if we have more than 4GB of RAM installed,
13541 which overlaps with PCI_MEM space and causes pci_bus_to_phys()
13542 to return erroneous information. Limit the size to 4GB - 1;
13543 which causes the code to create one 2GB and one 1GB window
13544 instead.
13545
13546 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
13547 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13548 Acked-by: Andy Fleming <afleming@freescale.com>
13549
13550commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
13551Author: Jon Loeliger <jdl@freescale.com>
13552Date: Thu Nov 20 15:36:48 2008 -0600
13553
13554 Removed unused CONFIG_L1_INIT_RAM symbol.
13555
13556 Prevent further viral propogation of the unused
13557 symbol CONFIG_L1_INIT_RAM by just removing it.
13558
13559 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13560 Acked-by: Andy Fleming <afleming@freescale.com>
13561
13562commit 7008d26a40a76f90cae5824c812cfed449fb97b8
13563Author: Ed Swarthout <Ed.Swarthout@freescale.com>
13564Date: Wed Oct 29 09:21:44 2008 -0500
13565
13566 fsl ddr skip interleaving if not supported.
13567
13568 Removed while(1) hang if memctl_intlv_ctl is set wrong.
13569 Remove embedded tabs from strings.
13570
13571 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
13572 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13573 Acked-by: Andy Fleming <afleming@freescale.com>
13574
13575commit dd332e18d082de75eca3fc2c7c778f5d4571a096
13576Author: Anatolij Gustschin <agust@denx.de>
13577Date: Thu Nov 13 18:08:57 2008 +0100
13578
13579 85xx: socrates: fix DDR SDRAM tlb entry configuration
13580
13581 since commit be0bd8234b9777ecd63c4c686f72af070d886517
13582 tlb entry for socrates DDR SDRAM will be reconfigured
13583 by setup_ddr_tlbs() from initdram() causing an
13584 inconsistency with previously configured DDR SDRAM tlb
13585 entry from tlb_table:
13586
13587 socrates>l2cam 7 9
13588 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS
13589 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX
13590 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX
13591 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX
13592
13593 This patch makes the presence of the DDR SDRAM tlb entry in
13594 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
13595 inconsistency.
13596
13597 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13598 Acked-by: Andy Fleming <afleming@freescale.com>
13599
13600commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
13601Author: Peter Tyser <ptyser@xes-inc.com>
13602Date: Tue Nov 11 10:17:10 2008 -0600
13603
13604 85xx: Add CPU 2 errata workaround to all 8548 boards
13605
13606 All mpc8548-based boards should implement the suggested workaround
13607 to CPU 2 errata. Without the workaround, its possible for the
13608 8548's core to hang while executing a msync or mbar 0 instruction
13609 and a snoopable transaction from an I/O master tagged to make
13610 quick forward progress is present.
13611
13612 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13613 Acked-by: Andy Fleming <afleming@freescale.com>
13614
13615commit e57f0fa1333cdf3ca36110aac2900712a5f82976
13616Author: Dave Liu <daveliu@freescale.com>
13617Date: Tue Oct 28 17:53:45 2008 +0800
13618
13619 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
13620
13621 we need TLB entry for DDR at !SPD case.
13622
13623 Signed-off-by: Dave Liu <daveliu@freescale.com>
13624 Acked-by: Andy Fleming <afleming@freescale.com>
13625
13626commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
13627Author: Dave Liu <daveliu@freescale.com>
13628Date: Tue Oct 28 17:53:38 2008 +0800
13629
13630 85xx: remove the unused ddr_enable_ecc in the board file
13631
13632 The DDR controller of 8548/8544/8568/8572/8536 processors
13633 have the ECC data init feature, and the new DDR code is
13634 using the feature, and we don't need the way with DMA to
13635 init memory any more.
13636
13637 Signed-off-by: Dave Liu <daveliu@freescale.com>
13638 Acked-by: Andy Fleming <afleming@freescale.com>
13639
13640commit 4a129a57d923f7c15aa1f567028a80a32d66a100
13641Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13642Date: Sun Nov 30 19:36:53 2008 +0100
13643
13644 at91rm9200dk: Fix typo
13645
13646 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13647
13648commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
13649Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13650Date: Sun Nov 30 19:36:50 2008 +0100
13651
13652 AT91: remove non supported board AT91RM9200DF macro
13653
13654 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13655
13656commit bd876772ee04095e5dd943d97515a1f14bad4b1c
13657Author: Ilko Iliev <iliev@ronetix.at>
13658Date: Tue Dec 2 17:27:54 2008 +0100
13659
13660 mtd/dataflash.c: fix a problem with the last partition
13661
13662 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
13663 partition can be defined to use the area to the end of dataflash size.
13664 Now it is possible to have only one dataflash partition from 0 to the end
13665 of of dataflash size.
13666
13667 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13668
13669commit 03f797793b124dccaae145b977d15d6cb9e74504
13670Author: Ilko Iliev <iliev@ronetix.at>
13671Date: Tue Dec 2 17:20:17 2008 +0100
13672
13673 fix some coding style violations.
13674
13675 This patch fix some coding style violations.
13676
13677 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13678
13679commit 5e46b1e54112f4b7fd5185665e571510132c12a7
13680Author: Stefan Roese <sr@denx.de>
13681Date: Thu Nov 27 14:11:37 2008 +0100
13682
13683 OneNAND: Add missing mtd info struct before calling onenand_erase()
13684
13685 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
13686 for use in UBI) via CONFIG_MTD_PARTITIONS.
13687
13688 Signed-off-by: Stefan Roese <sr@denx.de>
13689 Signed-off-by: Scott Wood <scottwood@freescale.com>
13690
13691commit 29382d4064fbaff5daacff4c3209370fa5713966
13692Author: Becky Bruce <becky.bruce@freescale.com>
13693Date: Thu Nov 20 16:43:52 2008 -0600
13694
13695 mpc8641: Fix error in README
13696
13697 I made some updates to the code that didn't make it into the
13698 README - fix this
13699
13700 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13701
13702commit 801a194616d95e6fc426a176d9615ccbf9876c7f
13703Author: Jon Loeliger <jdl@freescale.com>
13704Date: Thu Nov 20 12:01:02 2008 -0600
13705
13706 Removed unused CONFIG_L1_INIT_RAM symbol.
13707
13708 Prevent further viral propogation of the unused
13709 symbol CONFIG_L1_INIT_RAM by just removing it.
13710
13711 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13712
13713commit f698738e46cb461e28c2d58228bb34a2fcf5a475
13714Author: Jon Loeliger <jdl@freescale.com>
13715Date: Thu Nov 20 14:02:56 2008 -0600
13716
13717 86xx: Fix non-64-bit compilation problems.
13718
13719 Introducing 64-bit (36-bit) support for the MPC8641HPCN
13720 failed to accomodate the other two 86xx boards.
13721 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
13722 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
13723 with nominal 32-bit values.
13724
13725 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13726 Acked-by: Becky Bruce <becky.bruce@freescale.com>
13727
13728commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
13729Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13730Date: Wed Nov 26 17:40:37 2008 +0100
13731
13732 Remove obsolete command (apply afte USB style patch, 80 chars strict)
13733
13734 Remove USB obsolete commmand
13735
13736 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13737 Signed-off-by: Remy Böhmer <linux@bohmer.net>
13738
13739commit de39f8c19d7c12017248c49d432dcb81db68f724
13740Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13741Date: Wed Nov 26 17:41:34 2008 +0100
13742
13743 USB style patch, 80 chars strict
13744
13745 USB Code style patch
13746
13747 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13748 Signed-off-by: Remy Böhmer <linux@bohmer.net>
13749
13750commit d10c5a87cb8affbb4d35a311370316d4383d598e
13751Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13752Date: Fri Nov 7 22:46:21 2008 +0100
13753
13754 drivers/usb: Move conditional compilation to Makefile
13755
13756 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13757 Signed-off-by: Remy Böhmer <linux@bohmer.net>
13758
13759commit 2077e348c2a84901022ad95311b47b70361e6daa
13760Author: Scott Wood <scottwood@freescale.com>
13761Date: Tue Nov 25 10:47:02 2008 -0600
13762
13763 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
13764
13765 This caused the operation to be needlessly repeated if there were
13766 no bad blocks and no errors.
13767
13768 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
13769 Signed-off-by: Scott Wood <scottwood@freescale.com>
13770
13771commit 89295028e7d8f7a524f485328279d72fdb102385
13772Author: Michal Simek <monstr@monstr.eu>
13773Date: Mon Nov 24 12:09:50 2008 +0100
13774
13775 ppc4xx: ml300 remove Xilinx BSP from ml300 folder
13776
13777 This BSP should be outside u-boot source tree.
13778 The second reason is that xilinx ppc405 was moved to generic platform.
13779
13780 Signed-off-by: Michal Simek <monstr@monstr.eu>
13781 Signed-off-by: Stefan Roese <sr@denx.de>
13782
13783commit 24eea623d4974a169026a975ba12fb23d48154b1
13784Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13785Date: Mon Nov 24 15:11:10 2008 +0100
13786
13787 ppc4xx: Remove unused features
13788
13789 This patch disables some unused features from the PCI405 configuration
13790 to keep U-Boot image size below 192k.
13791
13792 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13793 Signed-off-by: Stefan Roese <sr@denx.de>
13794
13795commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
13796Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13797Date: Mon Nov 24 15:11:09 2008 +0100
13798
13799 ppc4xx: Use correct io accessors for PCI405
13800
13801 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13802 Signed-off-by: Stefan Roese <sr@denx.de>
13803
13804commit 348c849d86a6f0785752b9bc497a34658713d1d1
13805Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13806Date: Mon Nov 24 15:11:08 2008 +0100
13807
13808 ppc4xx: Remove unused code from PCI405 code
13809
13810 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13811 Signed-off-by: Stefan Roese <sr@denx.de>
13812
6450a848
WD
13813commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
13814Author: Heiko Schocher <hs@denx.de>
13815Date: Thu Nov 20 09:59:09 2008 +0100
13816
13817 powerpc, keymile boards: extract identical config options
13818
13819 This patch extracts the identical config options for the
13820 keymile boards mgcoge, mgsuvd and kmeter1 in a new
13821 common config file keymile-common.h.
13822
13823 Signed-off-by: Heiko Schocher <hs@denx.de>
13824 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13825
13826commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
13827Author: Heiko Schocher <hs@denx.de>
13828Date: Fri Nov 21 08:29:40 2008 +0100
13829
13830 powerpc: keymile: Add a check for the PIGGY debug board
13831
13832 Check the presence of the PIGGY on the keymile boards mgcoge,
13833 mgsuvd and kmeter1. If the PIGGY is not present, dont register
13834 this Ethernet device.
13835
13836 Signed-off-by: Heiko Schocher <hs@denx.de>
13837 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13838
455ae7e8
WD
13839commit 58c696eed839af894e0265064669c402dc28b371
13840Author: Wolfgang Denk <wd@xpert.denx.de>
13841Date: Mon Nov 24 21:50:59 2008 +0100
13842
13843 AT91RM9200DK: fix broken boot from NOR flash
13844
13845 Signed-off-by: Wolfgang Denk <wd@denx.de>
13846
13847commit 8052352f20b33bef8f9872fc983eac73d4693c38
13848Author: Jens Scharsig <esw@bus-elektronik.de>
13849Date: Tue Nov 18 10:48:46 2008 +0100
13850
13851 at91rm9200: fix broken boot from nor flash
13852
13853 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
13854 CONFIG_AT91RM9200 is defined and nor preloader is used.
13855
13856 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
13857
13858commit 25ea652e907516a283b38237e83712a918f125d7
13859Author: Piotr Ziecik <kosmo@semihalf.com>
13860Date: Mon Nov 17 15:58:00 2008 +0100
13861
13862 UBI: Add proof-of-concept CFI flash support
13863
13864 With this patch UBI can be used on CFI flash chips.
13865
13866 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13867 Signed-off-by: Stefan Roese <sr@denx.de>
13868
13869commit e6a7edbc1778d27431ac663b40a71dafa5d20578
13870Author: Piotr Ziecik <kosmo@semihalf.com>
13871Date: Mon Nov 17 15:57:59 2008 +0100
13872
13873 mtd: Remove a printf() from add_mtd_device().
13874
13875 Remove a printf() from add_mtd_device(), which produces spurious output.
13876
13877 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13878 Signed-off-by: Stefan Roese <sr@denx.de>
13879
13880commit 91809ed51d8327a8dbbf29aa98a091154c282171
13881Author: Piotr Ziecik <kosmo@semihalf.com>
13882Date: Mon Nov 17 15:57:58 2008 +0100
13883
13884 cfi-mtd: Add cfi-mtd driver.
13885
13886 Add cfi-mtd driver, which exports CFI flash to MTD layer.
13887 This allows CFI flash devices to be used from MTD layer.
13888
13889 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
13890 option. Initialization is done by calling cfi_mtd_init() from
13891 flash_init().
13892
13893 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13894 Signed-off-by: Stefan Roese <sr@denx.de>
13895
13896commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
13897Author: Piotr Ziecik <kosmo@semihalf.com>
13898Date: Mon Nov 17 15:49:32 2008 +0100
13899
13900 cfi_flash: Add interface for flash verbosity control
13901
13902 Add interface for flash verbosity control. It allows
13903 to disable output from low-level flash API. It is useful
13904 when calling these low-level functions from context other
13905 than flash commands (for example the MTD/CFI interface
13906 implmentation).
13907
13908 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13909 Signed-off-by: Stefan Roese <sr@denx.de>
13910
13911commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
13912Author: Piotr Ziecik <kosmo@semihalf.com>
13913Date: Thu Nov 20 15:17:38 2008 +0100
13914
13915 cfi_flash: Export flash_sector_size() function.
13916
13917 Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
13918 so that it can be used in the upcoming cfi-mtd driver.
13919
13920 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13921 Signed-off-by: Stefan Roese <sr@denx.de>
13922
13923commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
13924Author: Stefan Roese <sr@denx.de>
13925Date: Mon Nov 17 14:45:22 2008 +0100
13926
13927 cfi_flash: Make all flash access functions weak
13928
13929 This patch defines all flash access functions as weak so that
13930 they can be overridden by board specific versions.
13931
13932 This will be used by the upcoming VCTH board support where the NOR
13933 FLASH unfortunately can't be accessed memory-mapped. Special
13934 accessor functions are needed here.
13935
13936 To enable this weak functions you need to define
13937 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
13938 Otherwise the "old" default functions will be used resulting
13939 in smaller code.
13940
13941 Signed-off-by: Stefan Roese <sr@denx.de>
13942 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13943
13944commit a5c4067017631d903e1afa6ad615f0ce19fea517
13945Author: Stefan Roese <sr@denx.de>
13946Date: Mon Nov 24 08:31:16 2008 +0100
13947
13948 UBI: Change parsing of size in commands to default to hex
13949
13950 Currently the size parameters of the UBI commands (e.g. "ubi write") are
13951 decoded as decimal instead of hex as default. This patch now interprets
13952 all these values consistantly as hex, as all other standard U-Boot commands
13953 do.
13954
13955 Signed-off-by: Stefan Roese <sr@denx.de>
13956
13957commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
13958Author: Stefan Roese <sr@denx.de>
13959Date: Fri Nov 21 13:06:06 2008 +0100
13960
13961 ppc4xx: ML2 shouldn't include the 4xx EMAC driver
13962
13963 Signed-off-by: Stefan Roese <sr@denx.de>
13964
13965commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
13966Author: Yuri Tikhonov <yur@emcraft.com>
13967Date: Fri Nov 14 16:19:19 2008 +0300
13968
13969 ppc4xx: katmai: Change default config
13970
13971 This patch enables support for EXT2, and increases the
13972 CONFIG_SYS_BOOTMAPSZ size for the default configuration
13973 of the katmai boards to use them as the RAID-reference
13974 AMCC setups.
13975
13976 EXT2 enabling allows one to boot kernels from the EXT2
13977 formatted Compact Flash cards.
13978
13979 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
13980 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
13981 the memory area with DTB file (which is placed at the
13982 end of the bootmap area) will turn out to be overlapped
13983 with the BSS segment of the 256KB kernel, and zeroed
13984 in early_init() of Linux.
13985
13986 Actually, increasing of the bootmap size could be done
13987 via setting of the bootm_size U-Boot variable, but it looks
13988 like the current U-Boot implementation have some bootm_size-
13989 related functionality lost. In many places through the U-Boot
13990 code the CONFIG_SYS_BOOTMAPSZ definition is used directly
13991 (instead of trying to read the corresponding value from the
13992 environment). The same is truth for the boot_jump_linux()
13993 function in lib_ppc/bootm.c, where U-Boot transfers control
13994 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
13995 value to the booting kernel.
13996
13997 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13998 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13999 Signed-off-by: Stefan Roese <sr@denx.de>
14000
14001commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
14002Author: Dave Mitchell <dmitch71@gmail.com>
14003Date: Thu Nov 20 14:09:50 2008 -0600
14004
14005 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
14006
14007 Expanded OCM TLB to allow access to 64K OCM as well as 256K of
14008 internal SRAM.
14009
14010 Adjusted internal SRAM initialization to match updated user
14011 manual recommendation.
14012
14013 OCM & ISRAM are now mapped as follows:
14014 physical virtual size
14015 ISRAM 0x4_0000_0000 0xE300_0000 256k
14016 OCM 0x4_0004_0000 0xE304_0000 64k
14017
14018 A single TLB was used for this mapping.
14019
14020 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
14021 Signed-off-by: Stefan Roese <sr@denx.de>
14022
14023commit b14ca4b61a681f75f3125676e09d7ce6af66e927
14024Author: Dave Mitchell <dmitch71@gmail.com>
14025Date: Thu Nov 20 14:00:49 2008 -0600
14026
14027 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
14028
14029 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
14030 L2 cache DCRs from ppc440.h to this new header.
14031
14032 Also converted these DCR defines from lowercase to uppercase and
14033 modified referencing modules to use them.
14034
14035 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
14036 Signed-off-by: Stefan Roese <sr@denx.de>
14037
14038commit 711e2b2af820d21d9931d4cf8057d3894600fd54
14039Author: Steven A. Falco <sfalco@harris.com>
14040Date: Thu Nov 20 14:37:57 2008 -0500
14041
14042 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
14043
14044 The definitions of bits in SDR_CFG are incorrect, and not used within
14045 U-Boot. Therefore, they can be removed.
14046
14047 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
14048 and are unused, so they can be removed too.
14049
14050 A definition for SDR0_DDRCFG is added.
14051
14052 Signed-off-by: Steven A. Falco <sfalco@harris.com>
14053 Signed-off-by: Stefan Roese <sr@denx.de>
14054
14055commit e23c7c95a96eb0f068efe5c532215a10a1512a95
14056Author: Dirk Behme <dirk.behme@gmail.com>
14057Date: Mon Nov 10 20:15:25 2008 +0100
14058
14059 ARM: OMAP: Convert IO macros
14060
14061 Convert IO macros to readx/writex.
14062
14063 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
14064
14065commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
14066Author: Ilko Iliev <iliev@ronetix.at>
14067Date: Sun Nov 9 15:53:14 2008 +0100
14068
14069 lib_arm: do_bootm_linux() - correct a small mistake
14070
14071 This patch corrects a small bug in the "if" condition:
14072 the parameter "flag" is 0 and the "if" condition is always true.
14073 The result is - the boom command doesn't start the kernel.
14074 Affected targets: all arm based.
14075
14076 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
14077
14078commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
14079Author: Stelian Pop <stelian@popies.net>
14080Date: Sun Nov 9 00:14:46 2008 +0100
14081
14082 AT91: Enable PLLB for USB
14083
14084 At least some (old ?) versions of the AT91Bootstrap do not set up the
14085 PLLB correctly to 48 MHz in order to make USB host function correctly.
14086
14087 This patch sets up the PLLB to the same values Linux uses, and makes USB
14088 work ok on the following CPUs:
14089 - AT91CAP9
14090 - AT91SAM9260
14091 - AT91SAM9263
14092
14093 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
14094 the relevant AT91CAP9/AT91SAM9 atmel boards.
14095
14096 Signed-off-by: Stelian Pop <stelian@popies.net>
14097 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14098
14099commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
14100Author: Stelian Pop <stelian@popies.net>
14101Date: Fri Nov 7 13:55:14 2008 +0100
14102
14103 AT91: Use AT91_CPU_CLOCK in displays
14104
14105 Introduce AT91_CPU_CLOCK and use it for displaying the CPU
14106 speed in the LCD driver.
14107
14108 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
14109 corresponding board clocks.
14110
14111 Signed-off-by: Stelian Pop <stelian@popies.net>
14112
6450a848
WD
14113commit fed36ac5ae613773b6cd90e61e292c45440e10c8
14114Author: Heiko Schocher <hs@denx.de>
14115Date: Thu Nov 20 09:57:47 2008 +0100
14116
14117 powerpc: 83xx: add support for the kmeter1 board
14118
14119 This patch adds support for the kmeter1 board from Keymile,
14120 based on a Freescale MPC8360 CPU.
14121
14122 - serial console on UART 1
14123 - 256 MB DDR2 RAM
14124 - 64 MB NOR Flash
14125 - Ethernet RMII Mode over UCC4
14126 - PHY SMSC LAN8700
14127
14128 Signed-off-by: Heiko Schocher <hs@denx.de>
14129 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14130
455ae7e8
WD
14131commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
14132Author: Stefan Roese <sr@denx.de>
14133Date: Thu Nov 20 11:46:20 2008 +0100
14134
14135 ppc4xx: Clear all potentially pending exceptions in MCSR
14136
14137 This is needed on Canyonlands which still has an exception pending
14138 while running relocate_code(). This leads to a failure after trap_init()
14139 is moved to the top of board_init_r().
14140
14141 Signed-off-by: Stefan Roese <sr@denx.de>
14142
14143commit facdad5f2602e899a01746916beddbf9e856b5ee
14144Author: Heiko Schocher <hs@denx.de>
14145Date: Wed Nov 19 10:10:30 2008 +0100
14146
14147 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
14148
14149 Signed-off-by: Heiko Schocher <hs@denx.de>
14150 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14151
14152commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
14153Author: Howard Gregory <Greg.Howard@freescale.com>
14154Date: Tue Nov 4 14:55:33 2008 +0800
14155
14156 mpc83xx: Improve the performance of DDR memory
14157
14158 modify the CAS timings. my understanding is that these
14159 settings decrease various wait times in the DDR interface.
14160 Because these wait times are in clock cycles, and the DDR
14161 clock on the 8315 RDB runs slower than on some other 83xx
14162 platforms, we can dial down these values without a problem,
14163 thereby decreasing the latency of memory a little.
14164
14165 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
14166 Signed-off-by: Dave Liu <daveliu@freescale.com>
14167 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14168
14169commit 8000b086b33a5a81f3f390f37e178db7956dc08b
14170Author: Kyungmin Park <kyungmin.park@samsung.com>
14171Date: Fri Oct 24 14:55:33 2008 +0200
14172
14173 ARM: Add Apollon UBI support
14174
14175 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
14176 macro.
14177
14178 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14179 Signed-off-by: Stefan Roese <sr@denx.de>
14180
14181commit 694a0b3f1c0accd0de94b89555155d69f8022824
14182Author: Kyungmin Park <kyungmin.park@samsung.com>
14183Date: Wed Nov 19 11:47:05 2008 +0100
14184
14185 UBI: Add UBI command support
14186
14187 This patch adds these UBI commands:
14188
14189 ubi part [nand|onenand] [part] - Show or set current partition
14190 ubi info [l[ayout]] -Display volume and UBI layout information
14191 ubi create[vol] volume [size] [type] - Create volume name with size
14192 ubi write[vol] address volume size - Write volume from address with size
14193 ubi read[vol] address volume [size] - Read volume to address with size
14194 ubi remove[vol] volume - Remove volume
14195
14196 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14197 Signed-off-by: Stefan Roese <sr@denx.de>
14198
14199commit 58be3a1056d88c6d05f3e914389282807e69923a
14200Author: Kyungmin Park <kyungmin.park@samsung.com>
14201Date: Wed Nov 19 16:38:24 2008 +0100
14202
14203 UBI: Add basic UBI support to U-Boot (Part 8/8)
14204
14205 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14206 It's based on the Linux UBI version and basically has a "OS"
14207 translation wrapper that defines most Linux specific calls
14208 (spin_lock() etc.) into no-ops. Some source code parts have been
14209 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14210 this version with the Linux version and simplifies future UBI
14211 ports/bug-fixes from the Linux version.
14212
14213 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14214 Signed-off-by: Stefan Roese <sr@denx.de>
14215
14216commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
14217Author: Kyungmin Park <kyungmin.park@samsung.com>
14218Date: Wed Nov 19 16:36:36 2008 +0100
14219
14220 UBI: Add basic UBI support to U-Boot (Part 7/8)
14221
14222 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14223 It's based on the Linux UBI version and basically has a "OS"
14224 translation wrapper that defines most Linux specific calls
14225 (spin_lock() etc.) into no-ops. Some source code parts have been
14226 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14227 this version with the Linux version and simplifies future UBI
14228 ports/bug-fixes from the Linux version.
14229
14230 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14231 Signed-off-by: Stefan Roese <sr@denx.de>
14232
14233commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
14234Author: Kyungmin Park <kyungmin.park@samsung.com>
14235Date: Wed Nov 19 16:32:36 2008 +0100
14236
14237 UBI: Add basic UBI support to U-Boot (Part 6/8)
14238
14239 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14240 It's based on the Linux UBI version and basically has a "OS"
14241 translation wrapper that defines most Linux specific calls
14242 (spin_lock() etc.) into no-ops. Some source code parts have been
14243 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14244 this version with the Linux version and simplifies future UBI
14245 ports/bug-fixes from the Linux version.
14246
14247 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14248 Signed-off-by: Stefan Roese <sr@denx.de>
14249
14250commit c91a719daa331b5856109313371e4ece5ec06d96
14251Author: Kyungmin Park <kyungmin.park@samsung.com>
14252Date: Wed Nov 19 16:28:06 2008 +0100
14253
14254 UBI: Add basic UBI support to U-Boot (Part 5/8)
14255
14256 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14257 It's based on the Linux UBI version and basically has a "OS"
14258 translation wrapper that defines most Linux specific calls
14259 (spin_lock() etc.) into no-ops. Some source code parts have been
14260 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14261 this version with the Linux version and simplifies future UBI
14262 ports/bug-fixes from the Linux version.
14263
14264 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14265 Signed-off-by: Stefan Roese <sr@denx.de>
14266
14267commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
14268Author: Kyungmin Park <kyungmin.park@samsung.com>
14269Date: Wed Nov 19 16:27:23 2008 +0100
14270
14271 UBI: Add basic UBI support to U-Boot (Part 4/8)
14272
14273 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14274 It's based on the Linux UBI version and basically has a "OS"
14275 translation wrapper that defines most Linux specific calls
14276 (spin_lock() etc.) into no-ops. Some source code parts have been
14277 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14278 this version with the Linux version and simplifies future UBI
14279 ports/bug-fixes from the Linux version.
14280
14281 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14282 Signed-off-by: Stefan Roese <sr@denx.de>
14283
14284commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
14285Author: Kyungmin Park <kyungmin.park@samsung.com>
14286Date: Wed Nov 19 16:26:54 2008 +0100
14287
14288 UBI: Add basic UBI support to U-Boot (Part 3/8)
14289
14290 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14291 It's based on the Linux UBI version and basically has a "OS"
14292 translation wrapper that defines most Linux specific calls
14293 (spin_lock() etc.) into no-ops. Some source code parts have been
14294 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14295 this version with the Linux version and simplifies future UBI
14296 ports/bug-fixes from the Linux version.
14297
14298 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14299 Signed-off-by: Stefan Roese <sr@denx.de>
14300
14301commit 961df83361aff9a14f226214224eb8a06e05ba24
14302Author: Kyungmin Park <kyungmin.park@samsung.com>
14303Date: Wed Nov 19 16:25:44 2008 +0100
14304
14305 UBI: Add basic UBI support to U-Boot (Part 2/8)
14306
14307 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14308 It's based on the Linux UBI version and basically has a "OS"
14309 translation wrapper that defines most Linux specific calls
14310 (spin_lock() etc.) into no-ops. Some source code parts have been
14311 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14312 this version with the Linux version and simplifies future UBI
14313 ports/bug-fixes from the Linux version.
14314
14315 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14316 Signed-off-by: Stefan Roese <sr@denx.de>
14317
14318commit f399d4a281713d5ef2d764f05d545fe61e3bd569
14319Author: Kyungmin Park <kyungmin.park@samsung.com>
14320Date: Wed Nov 19 16:23:06 2008 +0100
14321
14322 UBI: Add basic UBI support to U-Boot (Part 1/8)
14323
14324 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14325 It's based on the Linux UBI version and basically has a "OS"
14326 translation wrapper that defines most Linux specific calls
14327 (spin_lock() etc.) into no-ops. Some source code parts have been
14328 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14329 this version with the Linux version and simplifies future UBI
14330 ports/bug-fixes from the Linux version.
14331
14332 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14333 Signed-off-by: Stefan Roese <sr@denx.de>
14334
14335commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
14336Author: Kyungmin Park <kyungmin.park@samsung.com>
14337Date: Wed Nov 19 16:20:36 2008 +0100
14338
14339 MTD: Add MTD paritioning infrastructure
14340
14341 This MTD part infrastructure will be used by the upcoming
14342 UBI support.
14343
14344 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14345 Signed-off-by: Stefan Roese <sr@denx.de>
14346
14347commit 9b827cf1720acda2473afa516956eab6f7cca9a1
14348Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
14349Date: Thu Oct 16 22:54:03 2008 +0530
14350
14351 Align end of bss by 4 bytes
14352
14353 Most of the bss initialization loop increments 4 bytes
14354 at a time. And the loop end is checked for an 'equal'
14355 condition. Make the bss end address aligned by 4, so
14356 that the loop will end as expected.
14357
14358 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
14359 Signed-off-by: Wolfgang Denk <wd@denx.de>
14360
14361commit 3f510db522d160179dff3ddcce9b18f6241c2c24
14362Author: Becky Bruce <becky.bruce@freescale.com>
14363Date: Mon Nov 10 19:45:35 2008 -0600
14364
14365 mpc8641: fix address-cells default in old .dts detection
14366
14367 address-cells defaults to 2, not 1; so in the unlikely
14368 event that it isn't specified, this patch is required
14369 for correct operation.
14370
14371 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14372
14373commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
14374Author: Becky Bruce <becky.bruce@freescale.com>
14375Date: Fri Oct 31 17:14:39 2008 -0500
14376
14377 lib_ppc: Move trap_init to occur earlier
14378
14379 Doing trap_init immediately once we're running from RAM
14380 means we're no longer dependent on the physical location of
14381 the flash on non-BookE platforms. Before trap_init, those
14382 platforms switch to real mode and go to 0xfff00100 on exception.
14383 After the switch, they go to 0x00000100 This makes it easier to
14384 move the flash location.
14385
14386 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14387
14388commit d52082b12c6e545705a19433a2f4142526536189
14389Author: Becky Bruce <becky.bruce@freescale.com>
14390Date: Fri Nov 7 13:46:19 2008 -0600
14391
14392 mpc8641: Try to detect old .dts files
14393
14394 Since we've changed the memory map of the board, be nice and
14395 add some checking to try to catch out-of-date .dts files. We do
14396 this by checking the CCSRBAR location in the .dts and comparing
14397 it to the CCSRBAR location in u-boot. If they don't match, a
14398 warning msg is printed. This isn't foolproof, but it's simple and
14399 will catch most of the cases where an out-of-date .dts is present,
14400 including all of the cases where a new u-boot is used with an old
14401 standard MPC8641 .dts file as supplied with Linux.
14402
14403 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14404
14405commit 8db0400a27839f91c047dcb83f4a0f09e054a180
14406Author: Becky Bruce <becky.bruce@freescale.com>
14407Date: Thu Nov 6 13:04:09 2008 -0600
14408
14409 toplevel Makefile: Add MPC8641HPCN_36BIT target
14410
14411 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
14412
14413 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14414
14415commit 3111d32c494e8251b90917447796a7206b757e1e
14416Author: Becky Bruce <becky.bruce@freescale.com>
14417Date: Thu Nov 6 17:37:35 2008 -0600
14418
14419 mpc8641: Support 36-bit physical addressing
14420
14421 This patch creates a memory map with all the devices
14422 in 36-bit physical space, in addition to the 32-bit map.
14423 The CCSR relocation is moved (again, sorry) to
14424 allow for the physical address to be 36 bits - this
14425 requires translation to be enabled. With 36-bit physical
14426 addressing enabled, we are no longer running with VA=PA
14427 translations. This means we have to distinguish between
14428 the two in the config file. The existing region name is
14429 used to indicate the virtual address, and a _PHYS variety
14430 is created to represent the physical address.
14431
14432 Large physical addressing is not enabled by default.
14433 Set CONFIG_PHYS_64BIT in the config file to turn this on.
14434
14435 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14436
14437commit c759a01a0022de9378a3a761f49786f87684c916
14438Author: Becky Bruce <becky.bruce@freescale.com>
14439Date: Thu Nov 6 17:36:04 2008 -0600
14440
14441 mpc8641: Change 32-bit memory map
14442
14443 The memory map on the 8641hpcn is modified to look more like
14444 the 85xx boards; this is a step towards a more standardized
14445 layout going forward. As part of this change, we now relocate
14446 the flash.
14447
14448 The regions for some of the mappings were far larger than they
14449 needed to be. I have reduced the mappings to match the
14450 actual sizes supported by the hardware.
14451
14452 In addition I have removed the comments at the head
14453 of the BAT blocks in the config file, rather than updating
14454 them. These get horribly out of date, and it's a simple
14455 matter to look at the defines to see what they are set to
14456 since everything is right here in the same file.
14457
14458 Documentation has been changed to reflect the new map, as this
14459 change is user visible, and affects the OS which runs post-uboot.
14460
14461 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14462
14463commit bf9a8c34309ed9276258295db9e9212aabb2531a
14464Author: Becky Bruce <becky.bruce@freescale.com>
14465Date: Wed Nov 5 14:55:35 2008 -0600
14466
14467 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
14468
14469 We define CONFIG_MONITOR_BASE_EARLY to define the initial location
14470 of the bootpage in flash. Use this to create an early mapping
14471 definition for the FLASH, and change the early_bats code to use this.
14472
14473 This change facilitates the relocation of the flash since the early
14474 mappings are no longer tied to the final location of the flash.
14475
14476 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14477
14478commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
14479Author: Becky Bruce <becky.bruce@freescale.com>
14480Date: Wed Nov 5 14:55:34 2008 -0600
14481
14482 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
14483
14484 Using a mtmsr/blr means that you have to be executing at the
14485 same virtual address once you enable translation. This is
14486 unnecessarily restrictive, and is not really how this is
14487 usually done. Change it to use the more common mtspr SRR0/SRR1
14488 and rfi method.
14489
14490 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14491
14492commit 6bf98b1362f0cb237620355ed3e6762fff82388d
14493Author: Becky Bruce <becky.bruce@freescale.com>
14494Date: Wed Nov 5 14:55:33 2008 -0600
14495
14496 mpc8641: make DIAG_ADDR == FLASH_BASE
14497
14498 Currently, that's what it is, but it's hardcoded.
14499
14500 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14501
14502commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
14503Author: Becky Bruce <becky.bruce@freescale.com>
14504Date: Wed Nov 5 14:55:32 2008 -0600
14505
14506 mpc8641: Drop imaginary second flash bank, map 8MB
14507
14508 There's a lot of setup and foo for the second flash
14509 bank. The problem is, this board doesn't actually have one.
14510 Clean this up. Also, the flash is 8M in size. Get rid
14511 of the confusing aliased overmapping, and just map 8M.
14512
14513 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14514
14515commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
14516Author: Becky Bruce <becky.bruce@freescale.com>
14517Date: Wed Nov 5 14:55:31 2008 -0600
14518
14519 mpc8641: only define CONFIG_ENV_SIZE once
14520
14521 It's currently defined twice inside in an if/else block, but
14522 both halves set the same value. Move the define outside
14523 the if.
14524
14525 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14526
14527commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
14528Author: Becky Bruce <becky.bruce@freescale.com>
14529Date: Wed Nov 5 14:55:30 2008 -0600
14530
14531 mpc86xx: Move setup_bats into cpu_init_f
14532
14533 In order to later allow for a physical relocation of the
14534 flash, setup_bats, which sets up the final BAT mapping
14535 for the board, needs to happen *after* init_laws().
14536 Otherwise, there will be no window programmed for the flash
14537 at the new physical location at the point when we change
14538 the mmu translation.
14539
14540 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14541
14542commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
14543Author: Becky Bruce <becky.bruce@freescale.com>
14544Date: Wed Nov 5 14:55:29 2008 -0600
14545
14546 mpc8641: Remove extra "0" from BR2 define
14547
14548 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14549
14550commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
14551Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14552Date: Thu Oct 23 09:08:18 2008 -0400
14553
14554 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
14555
14556 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
14557 This adds support for PHY-less MAC connections to the UEC.
14558
14559 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14560 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14561
14562commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
14563Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14564Date: Thu Oct 23 16:27:24 2008 +0000
14565
14566 ColdFire: Add mii driver in drivers/net
14567
14568 All CF platforms' mii.c are consolidated into one
14569
14570 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14571 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14572
14573commit 25a859066b3af1070eb69f12022113c0a91bd813
14574Author: Ben Warren <biggerbadderben@gmail.com>
14575Date: Mon Oct 27 23:53:17 2008 -0700
14576
14577 Moved initialization of PPC4xx EMAC to cpu_eth_init()
14578
14579 Removed initialization of the driver from net/eth.c
14580
14581 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14582 Acked-by: Stefan Roese <sr@denx.de>
14583
14584commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
14585Author: Ben Warren <biggerbadderben@gmail.com>
14586Date: Sun Nov 9 21:29:23 2008 -0800
14587
14588 Moved PPC4xx EMAC driver to drivers/net
14589
14590 Also changed path in all linker scripts that reference this driver
14591
14592 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14593 Acked-by: Stefan Roese <sr@denx.de>
14594
14595commit 96e21f86e8266ed40759e5495ee461265d7f6d28
14596Author: Ben Warren <biggerbadderben@gmail.com>
14597Date: Mon Oct 27 23:50:15 2008 -0700
14598
14599 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
14600
14601 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
14602
14603 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14604 Acked-by: Stefan Roese <sr@denx.de>
14605
14606commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
14607Author: Ben Warren <biggerbadderben@gmail.com>
14608Date: Thu Oct 23 22:02:49 2008 -0700
14609
14610 Moved initialization of MPC8XX SCC to cpu_eth_init()
14611
14612 Removed initialization of the driver from net/eth.c
14613
14614 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14615
14616commit a9bec96d6359ac9f90a852962bf3040cad9e0256
14617Author: Ben Warren <biggerbadderben@gmail.com>
14618Date: Wed Oct 22 23:47:51 2008 -0700
14619
14620 Moved initialization of MPC8220 FEC to cpu_eth_init()
14621
14622 Removed initialization of the driver from net/eth.c
14623
14624 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14625
14626commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
14627Author: Ben Warren <biggerbadderben@gmail.com>
14628Date: Wed Oct 22 23:32:48 2008 -0700
14629
14630 Moved initialization of QE Ethernet controller to cpu_eth_init()
14631
14632 Removed initialization of the driver from net/eth.c
14633
14634 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14635
14636commit 3456a148276d5494b53ee40242efb6462d163504
14637Author: Ben Warren <biggerbadderben@gmail.com>
14638Date: Wed Oct 22 23:20:29 2008 -0700
14639
14640 Moved initialization of FCC Ethernet controller to cpu_eth_init
14641
14642 Affected boards:
14643 Several MPC8xx boards
14644 Several MPC8260/MPC8272 boards
14645 Several MPC85xx boards
14646
14647 Removed initialization of the driver from net/eth.c
14648
14649 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14650
14651commit 62e15b497f5c6334c059512678c8db7940ae4c61
14652Author: Ben Warren <biggerbadderben@gmail.com>
14653Date: Thu Oct 30 22:15:35 2008 -0700
14654
14655 Fix typo in cpu/mpc85xx/cpu.c
14656
14657 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
14658
14659 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14660
14661commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
14662Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14663Date: Sun Oct 19 12:08:50 2008 +0900
14664
14665 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
14666
14667 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
14668 as a part of ongoing eth_initialize cleanup work. The function ret value
14669 is also fixed as it should be negative on fail.
14670
14671 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14672 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14673
14674commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
14675Author: Ben Warren <biggerbadderben@gmail.com>
14676Date: Fri Sep 5 01:55:22 2008 -0400
14677
14678 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
14679
14680 Also, removed the driver initialization from net/eth.c
14681
14682 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14683
14684commit f2a7806fc23e82d30c8548911369e0c530607354
14685Author: Clive Stubbings <uboot@xentech.co.uk>
14686Date: Mon Oct 27 15:05:00 2008 +0000
14687
14688 xilinx_emaclite buffer overrun
14689
14690 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
14691 PKTSIZE_ALIGN bytes long.
14692
14693 Acked-by: Michal Simek <monstr@monstr.eu>
14694
14695 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14696
14697commit 0115b1953718a2969f6469d3d5da51ba11e12d42
14698Author: richardretanubun <richardretanubun@ruggedcom.com>
14699Date: Fri Sep 26 08:59:12 2008 -0400
14700
14701 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
14702
14703 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
14704 This patch makes these function use the devname argument that is passed in to
14705 allow access to the phy registers of other devices in devlist[].
14706
14707 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
14708
14709 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14710
14711commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
14712Author: richardretanubun <richardretanubun@ruggedcom.com>
14713Date: Mon Oct 6 15:31:43 2008 -0400
14714
14715 Adds two more ethernet interface to 83xx
14716
14717 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
14718 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
14719 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14720
14721commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
14722Author: Stelian Pop <stelian@popies.net>
14723Date: Fri Nov 7 13:54:31 2008 +0100
14724
14725 AT91: Replace AT91_BASE_EMAC by the board specific values.
14726
14727 AT91_BASE_EMAC is never used outside the board specific files,
14728 so replace its usage by the board specific AT91xxx_BASE_EMAC.
14729
14730 Signed-off-by: Stelian Pop <stelian@popies.net>
14731 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14732
14733commit c91e17affa175ce06afa89b04752301eb4a61666
14734Author: Stelian Pop <stelian@popies.net>
14735Date: Fri Nov 7 12:09:21 2008 +0100
14736
14737 AT91: Replace (undefined) AT91_ID_US* by the board specific values.
14738
14739 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
14740 Since they are never used outside the board specific files, they can
14741 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
14742 AT91xxx_ID_US2.
14743
14744 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
14745
14746 Signed-off-by: Stelian Pop <stelian@popies.net>
14747 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14748
14749commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
14750Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14751Date: Sat Nov 1 10:47:59 2008 +0100
14752
14753 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
14754
14755 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14756
14757commit 1079432e04ccf71aa3684181186182cd63512f19
14758Author: Sergey Lapin <slapin@ossfans.org>
14759Date: Fri Oct 31 12:28:43 2008 +0100
14760
14761 Custom AFEB9260 board support
14762
14763 This patch provides support for AFEB9260 board, a product of
14764 OpenSource hardware and software. Some commertial projects
14765 are made with this design. A board is basically AT91SAM9260-EK
14766 with some modifications and different peripherals and different
14767 parts used. Main purpose of this project is to gain experience in
14768 hardware design.
14769 More info: http://groups.google.com/group/arm9fpga-evolution-board
14770 (In Russian only, sorry).
14771 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
14772
14773 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
14774
14775commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
14776Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
14777Date: Tue Oct 21 13:17:16 2008 +0900
14778
14779 Change to use "do_div" macro
14780
14781 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
14782
14783commit e352495318d8056a00faa21b633b3e4374bfbf52
14784Author: Roman Mashak <romez777@gmail.com>
14785Date: Wed Oct 22 16:00:26 2008 -0400
14786
14787 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
14788
14789 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
14790 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
14791
14792 Signed-off-by: Roman Mashak <romez777@gmail.com>
14793
14794commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
14795Author: Roman Mashak <romez777@gmail.com>
14796Date: Tue Oct 21 03:01:41 2008 -0700
14797
14798 ARM/Versatile port: Removed unused functions
14799
14800 Removal of never used functions.
14801
14802 Signed-off-by: Roman Mashak <romez777@gmail.com>
14803
14804commit 1266df887781c779deaf6d05eea2ef90a470cb34
14805Author: Becky Bruce <becky.bruce@freescale.com>
14806Date: Mon Nov 3 15:44:01 2008 -0600
14807
14808 powerpc: change 86xx SMP boot method
14809
14810 We put the bootpg for the secondary cpus into memory and use
14811 BPTR to get to it. This is a step towards converting to the
14812 ePAPR boot methodology. Also, the code is written to
14813 deal properly with more than 4GB of RAM.
14814
14815 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14816
14817commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
14818Author: Becky Bruce <becky.bruce@freescale.com>
14819Date: Fri Oct 31 17:13:49 2008 -0500
14820
14821 8641HPCN: Config file cleanup
14822
14823 There are several items in the config file that were hardcoded
14824 but that should really be based on other config options, since
14825 the regions are contiguous and depend on being so. This cleans
14826 that up a bit. Also, add BR_PHYS_ADDR() macro to convert
14827 addresses into the proper format for BR registers.
14828
14829 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14830
14831commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
14832Author: Becky Bruce <becky.bruce@freescale.com>
14833Date: Fri Oct 31 17:13:32 2008 -0500
14834
14835 86xx: Make dram_size a phys_size_t
14836
14837 It's currently a long and should be phys_size_t.
14838
14839 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14840
14841commit 104992fc541302a6bac74448e01e7fdad20abca0
14842Author: Becky Bruce <becky.bruce@freescale.com>
14843Date: Sun Nov 2 18:19:32 2008 -0600
14844
14845 powerpc 86xx: Handle CCSR relocation earlier
14846
14847 Currently, the CCSR gets relocated while translation is
14848 enabled, meaning we need 2 BAT translations to get to both the
14849 old location and the new location. Also, the DEFAULT
14850 CCSR location has a dependency on the BAT that maps the
14851 FLASH region. Moving the relocation removes this unnecessary
14852 dependency. This makes it easier and more intutive to
14853 modify the board's memory map.
14854
14855 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
14856 BAT for CCSR space.
14857
14858 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14859
14860commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
14861Author: Becky Bruce <becky.bruce@freescale.com>
14862Date: Fri Oct 31 17:14:14 2008 -0500
14863
14864 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
14865
14866 You can't actually have both, and with some coming changes to
14867 change the memory map for the board and support 36-bit physical,
14868 we need the extra BAT that is being consumed by having both.
14869
14870 I also make non-PCI configs build cleanly, for the sake of sanity.
14871
14872 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14873
14874commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
14875Author: Becky Bruce <becky.bruce@freescale.com>
14876Date: Fri Oct 31 17:14:00 2008 -0500
14877
14878 mpc8641: Stop supporting non-PCI_PNP configs
14879
14880 We don't actually ever do this, remove the code so we
14881 can stop maintaining it.
14882
14883 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14884
14885commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
14886Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14887Date: Fri Oct 24 12:59:12 2008 +0000
14888
14889 ColdFire: Fix M5329EVB and M5373EVB nand issue
14890
14891 Fix compilation issue caused by a few mismatches.
14892 Provide proper nand chip select enable/disable in
14893 nand_hwcontrol() rather than in board_nand_init()
14894 just enable once. Remove redundant local nand driver
14895 functions - nand_read_byte(), nand_write_byte() and
14896 nand_dev_ready() to use common nand driver.
14897
14898 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14899
14900commit 1b2708442224a551a0b865b52710306333888932
14901Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14902Date: Wed Oct 22 11:55:30 2008 +0000
14903
14904 ColdFire: Fix compilation error
14905
14906 The error was caused by the change for strmhz() in cpu.c.
14907 A few of them were one extra close parenthesis.
14908
14909 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14910
14911commit 536e7dac16769954915a484e682a2efb28699133
14912Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14913Date: Wed Oct 22 11:38:21 2008 +0000
14914
14915 ColdFire: Add MCF5301x CPU and M53017EVB support
14916
14917 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14918
14919commit a21d0c2cc9add8894d971ab791f4032f077db817
14920Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14921Date: Tue Oct 21 15:37:02 2008 +0000
14922
14923 ColdFire: Add SBF support for M52277EVB
14924
14925 Add serial boot support
14926
14927 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14928
14929commit b202816c61042c183fe67d097a5893b0f2dafba0
14930Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14931Date: Tue Oct 21 14:19:26 2008 +0000
14932
14933 ColdFire: Use CFI driver for M5272C3
14934
14935 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14936
14937commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
14938Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14939Date: Tue Oct 21 13:47:54 2008 +0000
14940
14941 ColdFire: Relocate FEC's GPIO and mii functions protocols
14942
14943 Place FEC pin assignments in cpu_init.c from platform's
14944 mii.c
14945
14946 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14947
14948commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
14949Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14950Date: Tue Oct 21 12:15:44 2008 +0000
14951
14952 ColdFire: Remove platforms mii.c file
14953
14954 Will use mcfmii.c driver in drivers/net rather than
14955 keep creating new mii.c for each future platform.
14956 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
14957 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
14958 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
14959 mii.c
14960
14961 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14962
14963commit 012522fef3b382469125beb46a315ab4dee02fb0
14964Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14965Date: Tue Oct 21 10:03:07 2008 +0000
14966
14967 ColdFire: Modules header files cleanup
14968
14969 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
14970 MDHA, SKHA, INTC, and FlexBus structures and
14971 definitions in immap_5xxx.h to more unify modules
14972 header files. Append DSPI support for m547x_8x.
14973 SSI cleanup. Remove USB Host structure from immap_539.h.
14974 Apply changes to use FlexBus structures in mcf52x2's
14975 cpu_init.c and platform configuration files.
14976
14977 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14978
14979commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
14980Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14981Date: Tue Oct 21 08:52:36 2008 +0000
14982
14983 ColdFire: Remove linker file
14984
14985 Each different build for M54455EVB and M5235EVB will
14986 create a u-boot.lds linker file. It is redundant to
14987 keep the u-boot.lds
14988
14989 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14990
14991commit 0829323073c505556ed5f5073f91adb504584d45
14992Author: Peter Tyser <ptyser@xes-inc.com>
14993Date: Fri Oct 31 11:26:44 2008 -0500
14994
14995 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
14996
14997 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14998
14999commit a80b21d5127583171d6e9bc7f722947641898012
15000Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15001Date: Fri Oct 31 12:12:12 2008 +0100
15002
15003 common/Makefile: create others group for non core, environment and command files
15004
15005 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15006
15007commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
15008Author: Wolfgang Denk <wd@denx.de>
15009Date: Fri Oct 31 01:13:37 2008 +0100
15010
15011 TQM8260: use CFI flash driver instead of custom driver.
15012
15013 Signed-off-by: Wolfgang Denk <wd@denx.de>
15014
15015commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
15016Author: Andy Fleming <afleming@freescale.com>
15017Date: Thu Oct 30 17:35:30 2008 -0500
15018
15019 Consolidate MAX/MIN definitions
15020
15021 There were several, now there is one (two if you count the lower-case
15022 versions).
15023
15024 Signed-off-by: Andy Fleming <afleming@freescale.com>
15025
15026commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
15027Author: Heiko Schocher <hs@denx.de>
15028Date: Thu Oct 30 09:23:09 2008 +0100
15029
15030 mgsuvd: remove unused defines in config file.
15031
15032 Signed-off-by: Heiko Schocher <hs@denx.de>
15033
15034commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
15035Author: Wolfgang Denk <wd@denx.de>
15036Date: Sun Nov 2 16:14:22 2008 +0100
15037
15038 Coding Style cleanup, update CHANGELOG
15039
15040 Signed-off-by: Wolfgang Denk <wd@denx.de>
15041
3cbd8231
WD
15042commit a47f957ab523019992fdef857af01bd71c58a4da
15043Author: Alessandro Rubini <rubini-list@gnudd.com>
15044Date: Fri Oct 31 22:33:21 2008 +0100
15045
15046 NAND: Allow NAND and OneNAND to coexist
15047
15048 This removes in nand.h code that is verbatim duplicated from bbm.h,
15049 including directly bbm.h in nand.h. The previous state of affairs
15050 prevented compiling code for a board hosting both NAND and OneNAND chips.
15051
15052 Reported-by: Scott Wood <scottwood@freescale.com>
15053 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
15054 Signed-off-by: Scott Wood <scottwood@freescale.com>
15055
15056commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
15057Author: Scott Wood <scottwood@freescale.com>
15058Date: Fri Oct 31 13:51:12 2008 -0500
15059
15060 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
15061
15062 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
15063 Signed-off-by: Scott Wood <scottwood@freescale.com>
15064
15065commit c57fc28947e248fb03c49a28b467686299895055
15066Author: Jason Jin <Jason.Jin@freescale.com>
15067Date: Fri Oct 31 05:07:04 2008 -0500
15068
15069 NAND: Add NAND support for MPC8536DS board
15070
15071 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
15072 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
15073 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
15074
15075 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
15076 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15077 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15078
15079commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
15080Author: Haiying Wang <Haiying.Wang@freescale.com>
15081Date: Fri Oct 31 05:06:14 2008 -0500
15082
15083 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
15084
15085 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
15086
15087 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15088 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15089
15090commit 51b572a801be57790fe26adaa530210e7fba59cc
15091Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15092Date: Fri Oct 24 10:49:48 2008 +0900
15093
15094 sh: rsk7203: Moved rsk7203 board to board/renesas
15095
15096 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15097
15098commit 58453b00b3ebb26aaa901210023f99504a90bb00
15099Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15100Date: Fri Oct 24 10:48:31 2008 +0900
15101
15102 sh: MigoR: Moved MigoR board to board/renesas
15103
15104 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15105
15106commit c1da2a22817ba85b437afa2f4e715e658b219fd1
15107Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15108Date: Fri Oct 24 10:39:44 2008 +0900
15109
15110 sh: r2dplus: Moved r2dplus board to board/renesas
15111
15112 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15113
15114commit 78385bf2359d828184d0b3649f7ae6b933420000
15115Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15116Date: Fri Oct 24 10:36:13 2008 +0900
15117
15118 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
15119
15120 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15121
15122commit c6525d459c350bfc246ea7826456af77e1e314eb
15123Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15124Date: Fri Oct 24 10:35:19 2008 +0900
15125
15126 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
15127
15128 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15129
15130commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
15131Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15132Date: Fri Oct 24 10:34:21 2008 +0900
15133
15134 sh: r7780mp: Moved r7780mp board to board/renesas
15135
15136 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15137
15138commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
15139Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15140Date: Fri Oct 24 10:32:14 2008 +0900
15141
15142 sh: ap325rxa: Moved ap325rxa board to board/renesas
15143
15144 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15145
15146commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
15147Author: Wolfgang Denk <wd@xpert.denx.de>
15148Date: Fri Oct 31 01:12:28 2008 +0100
15149
15150 CFI Driver: Fix "flash not ready" problem
15151
15152 This patch fixes a problem on systems where the NOR flash is attached
15153 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
15154 on the assumption that the same flash address is read twice without
15155 any other interjacent flash accesses. However, on 32 bit systems the
15156 function flash_read64() [as currently implemented] does not perform
15157 an atomic 64 bit read - instead, this is broken down into two 32 bit
15158 read accesses on addresses "addr" and "addr + 4". So instead of
15159 reading a 64 bit value twice from "addr", we see a sequence of 4 32
15160 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
15161 consequence is that flash_toggle() fails to work.
15162
15163 This patch implements a simple, but somewhat ugly solution, as it
15164 avoids the use of flash_read64() in this critical place (by breaking
15165 it down manually into 32 bit read operations) instead of rewriting
15166 flash_read64() such to perform atomic 64 bit reads as one could
15167 expect. However, such a rewrite would require the use of floating
15168 point load operations, which becomes pretty complex:
15169
15170 save MSR;
15171 set Floating Point Enable bit in MSR;
15172 use "lfd" instruction to perform atomic 64 bit read;
15173 use "stfd" to store value to temporary variable on stack;
15174 load u64 value from temporary variable;
15175 restore saved MSR;
15176 return u64 value;
15177
15178 The benefit-cost ratio of such an implementation was considered too
15179 bad to actually attempt this, especially as we can expect that such
15180 an implementation would not only have a bigger memory footprint but
15181 also cause a performance degradation.
15182
15183 Signed-off-by: Wolfgang Denk <wd@denx.de>
15184 Signed-off-by: Stefan Roese <sr@denx.de>
15185
15186commit cdd4fe63b094d4b767f12ff241d72566b461ee61
15187Author: Stefan Roese <sr@denx.de>
15188Date: Fri Oct 31 10:48:08 2008 +0100
15189
15190 ppc4xx: Fix spelling error in MAINTAINERS file
15191
15192 Signed-off-by: Stefan Roese <sr@denx.de>
15193
15194commit be270798900b75ad9c47c7b79c72f70441196c56
15195Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15196Date: Tue Oct 28 13:37:00 2008 +0100
15197
15198 ppc4xx: Update PMC440 board support
15199
15200 This patch brings PMC440 board support up to date:
15201
15202 - fix GPIO configuration
15203 - add misc_init_f()
15204 - use better values for usbact variable
15205 - fix USB 2.0 phy reset sequence
15206 - shrink BAR2 to save PCI address space
15207 - add FDT support
15208
15209 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15210 Signed-off-by: Stefan Roese <sr@denx.de>
15211
15212commit 75183b1a7fc04206d9779d13f16e03853d7e965d
15213Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15214Date: Tue Oct 28 13:36:59 2008 +0100
15215
15216 ppc4xx: Fix PMC440 BSP commands
15217
15218 This patch fixes the PMC440 BSP commands painit and selfreset
15219
15220 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15221 Signed-off-by: Stefan Roese <sr@denx.de>
15222
15223commit 76b565b69f886d5ae748db65e44f464b0e70d41a
15224Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15225Date: Tue Oct 28 13:36:58 2008 +0100
15226
15227 ppc4xx: Update PMC440 board configuration
15228
15229 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15230 Signed-off-by: Stefan Roese <sr@denx.de>
15231
15232commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
15233Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15234Date: Tue Oct 28 13:36:57 2008 +0100
15235
15236 ppc4xx: Fix esd loadpci command
15237
15238 This patch fixes esd's loadpci command when not all
15239 memory on adapter boards is accessable via PCI.
15240
15241 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15242 Signed-off-by: Stefan Roese <sr@denx.de>
15243
15244commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
15245Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15246Date: Tue Oct 28 13:36:56 2008 +0100
15247
15248 ppc4xx: Clean up PMC440 header
15249
15250 -Codingstyle cleanup
15251 -Remove unused GPIO define
15252
15253 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15254 Signed-off-by: Stefan Roese <sr@denx.de>
15255
15256commit 295133258a44f97a57fb2ec339aecfda11f4db95
15257Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15258Date: Tue Oct 28 13:36:55 2008 +0100
15259
15260 ppc4xx: Handle other board variant in PMC440 FPGA code
15261
15262 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15263 Signed-off-by: Stefan Roese <sr@denx.de>
15264
15265commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
15266Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15267Date: Mon Oct 27 12:35:59 2008 +0100
15268
15269 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
15270
15271 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
15272 config files of both infrastuctures
15273
15274 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15275 Signed-off-by: Stefan Roese <sr@denx.de>
15276
15277commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
15278Author: Stefan Roese <sr@denx.de>
15279Date: Sat Oct 25 06:45:31 2008 +0200
15280
15281 ppc4xx: Correctly configure the GPIO pin muxing on Arches
15282
15283 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
15284 pin multiplexing correctly
15285
15286 Signed-off-by: Stefan Roese <sr@denx.de>
15287
15288commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
15289Author: Bartlomiej Sieka <tur@semihalf.com>
15290Date: Thu Oct 30 23:22:04 2008 +0100
15291
15292 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
15293
15294 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
15295
15296commit 4bc7deee9095f21e243b724ca3d634251c1d5432
15297Author: David Gibson <david@gibson.dropbear.id.au>
15298Date: Wed Oct 29 23:27:45 2008 -0500
15299
15300 libfdt: Fix bug in fdt_subnode_offset_namelen()
15301
15302 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
15303 which causes it to keep searching after it's finished the subnodes of
15304 the given parent, and into the subnodes of siblings of the original
15305 node which come after it in the tree.
15306
15307 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15308 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15309
15310commit f242a08871839eac081ba5b599af979f3a148a0d
15311Author: Peter Korsgaard <jacmet@sunsite.dk>
15312Date: Tue Oct 28 08:26:52 2008 +0100
15313
15314 fdt_resize(): ensure minimum padding
15315
15316 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
15317 (16 bytes), so make sure that fdt_resize at least adds that much
15318 padding, no matter what the location or size of the fdt is.
15319
15320 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15321 Acked-by: Andy Fleming <afleming@freescale.com>
15322
15323commit d685b74c64a38849f1a129b3ab846fbf67dd937e
15324Author: Dave Liu <daveliu@freescale.com>
15325Date: Thu Oct 23 21:59:35 2008 +0800
15326
15327 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
15328
15329 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
15330
15331 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
15332
15333 This is needed in unlock_ram_in_cache() because it is called from C and
15334 will corrupt the small data area anchor that is kept in R2.
15335
15336 lock_ram_in_cache() is modified similarly as good coding practice, but
15337 is not called from C.
15338
15339 Signed-off-by: Nick Spence <nick.spence@freescale.com>
15340
15341 also, the r2 is used as global data pointer.
15342
15343 Signed-off-by: Dave Liu <daveliu@freescale.com>
15344
15345commit e053ab1903ccae6048ef759025b9f675bba91450
15346Author: Scott Wood <scottwood@freescale.com>
15347Date: Tue Oct 28 11:45:04 2008 -0500
15348
15349 mpc83xx pci: Round up memory size in inbound window.
15350
15351 The current calculation will fail to cover all memory if
15352 its size is not a power of two.
15353
15354 Signed-off-by: Scott Wood <scottwood@freescale.com>
15355 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15356
15357commit 1c671977dc81359628be27ac99c174e76e8069ba
15358Author: Dave Liu <daveliu@freescale.com>
15359Date: Thu Oct 23 21:19:13 2008 +0800
15360
15361 86xx: remove the unused definition
15362
15363 Signed-off-by: Dave Liu <daveliu@freescale.com>
15364
15365commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
15366Author: Dave Liu <daveliu@freescale.com>
15367Date: Tue Oct 28 17:47:49 2008 +0800
15368
15369 86xx: remove the redundant r2 global data pointer save
15370
15371 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
15372 the another global data pointer save, but in fact the
15373 global data pointer will be initialized in the board_init_r,
15374 so remove it such as the 85xx/83xx family.
15375
15376 Signed-off-by: Dave Liu <daveliu@freescale.com>
15377 Acked-by: Kumar Gala <kumar.gala@freescale.com>
15378
15379commit bd888e9544419665334a6f47f81f34011cea38f3
15380Author: Dave Liu <daveliu@freescale.com>
15381Date: Tue Oct 28 17:47:41 2008 +0800
15382
15383 86xx: remove the unused code for 86xx family
15384
15385 I believe these code was copied from 74xx family, but for
15386 86xx, it is unused.
15387
15388 Signed-off-by: Dave Liu <daveliu@freescale.com>
15389 Acked-by: Kumar Gala <kumar.gala@freescale.com>
15390
15391commit 5ba1ef507402bc5e344dc374203792a40f222e8a
15392Author: Dave Liu <daveliu@freescale.com>
15393Date: Tue Oct 28 17:46:35 2008 +0800
15394
15395 86xx: remove the second DDR LAW setting for mpc8641hpcn
15396
15397 The DDR1 LAW will precedence the DDR2 LAW, so remove
15398 the second DDR LAW.
15399
15400 Signed-off-by: Dave Liu <daveliu@freescale.com>
15401 Acked-by: Becky Bruce <becky.bruce@freescale.com>
15402
15403commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
15404Author: Dave Liu <daveliu@freescale.com>
15405Date: Tue Oct 28 17:46:23 2008 +0800
15406
15407 86xx: remove the unused ddr_enable_ecc in the board file
15408
15409 The DDR controller of 86xx processors have the ECC data init
15410 feature, and the new DDR code is using the feature, we don't
15411 need the way with DMA to init memory again.
15412
15413 Signed-off-by: Dave Liu <daveliu@freescale.com>
15414 Acked-by: Kumar Gala <kumar.gala@freescale.com>
15415
15416commit dc2adad85bf580d65916c940683f6e9671e8a5dd
15417Author: Dave Liu <daveliu@freescale.com>
15418Date: Tue Oct 28 17:46:12 2008 +0800
15419
15420 86xx: Move the clear_tlbs before MMU turn on
15421
15422 We must invalidate TLBs before MMU turn on, but
15423 currently the code is not, if there are some stale
15424 TLB entry valid in the TLBs, it will cause strange
15425 issue.
15426
15427 Signed-off-by: Dave Liu <daveliu@freescale.com>
15428 Acked-by: Becky Bruce <becky.bruce@freescale.com>
15429
15430commit 5cdade07b118d07154cb882650f9778cecc8a87c
15431Author: Scott Wood <scottwood@freescale.com>
15432Date: Mon Oct 27 15:57:08 2008 -0500
15433
15434 mpc8313erdb: Document NAND boot.
15435
15436 Previously, the documentation claimed that NAND boot is not supported.
15437 This is no longer true.
15438
15439 Signed-off-by: Scott Wood <scottwood@freescale.com>
15440
15441commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
15442Author: Scott Wood <scottwood@freescale.com>
15443Date: Wed Oct 29 14:20:26 2008 -0500
15444
15445 NAND: Properly create JFFS2 cleanmarkers.
15446
15447 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
15448 command is currently broken, and among other things causes all blocks
15449 to be marked bad.
15450
15451 This implements it properly using MTD_OOB_AUTO, along with some
15452 indentation fixes.
15453
15454 Signed-off-by: Scott Wood <scottwood@freescale.com>
15455
15456commit f7fe57c09866b44692d18c8cf22828bd137ec58d
15457Author: Scott Wood <scottwood@freescale.com>
15458Date: Wed Oct 29 13:42:41 2008 -0500
15459
15460 NAND fsl elbc: Set FMR[ECCM] based on page size.
15461
15462 Hardware expects ECCM 0 for small page and ECCM 1 for large page
15463 when booting from NAND, so use those defaults.
15464
15465 Signed-off-by: Scott Wood <scottwood@freescale.com>
15466
15467commit c013b74975dab0805ef6d369b013230c4e8a660d
15468Author: Haiying Wang <Haiying.Wang@freescale.com>
15469Date: Wed Oct 29 13:32:59 2008 -0400
15470
15471 NAND: Add support for MPC8572DS board
15472
15473 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
15474 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
15475 config file.
15476
15477 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
15478 make room for the increased code size with NAND enabled.
15479
15480 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
15481 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15482 Signed-off-by: Scott Wood <scottwood@freescale.com>
15483
15484commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
15485Author: Haiying Wang <Haiying.Wang@freescale.com>
15486Date: Wed Oct 29 11:05:55 2008 -0400
15487
15488 Make Freescale local bus registers available for both 83xx and 85xx.
15489
15490 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
15491 can be shared by both 83xx and 85xx
15492 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
15493 files which use lbus83xx_t.
15494 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
15495 85xx can share them.
15496
15497 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
15498 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15499 Signed-off-by: Scott Wood <scottwood@freescale.com>
15500
15501commit 695c130e4bf75b444720ddfd83aca88f41c046cf
15502Author: Scott Wood <scottwood@freescale.com>
15503Date: Mon Oct 27 15:38:30 2008 -0500
15504
15505 NAND: Align right column of the shorthelp with other commands.
15506
15507 I accidentally broke this in when making consistent the partial
15508 alignment of the longhelp.
15509
15510 Signed-off-by: Scott Wood <scottwood@freescale.com>
15511
15512commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
15513Author: Karl Beldan <karl.beldan@gmail.com>
15514Date: Mon Sep 15 16:08:03 2008 +0200
15515
15516 NAND: Reset chip on power-up
15517
15518 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
15519 The first command sent is NAND_CMD_READID.
15520 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
15521 Tested with an MT29F4G08AAC.
15522
15523 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
15524 Signed-off-by: Scott Wood <scottwood@freescale.com>
15525
15526commit c45912d8abc52de796b9059a58faf7c4166eab58
15527Author: Scott Wood <scottwood@freescale.com>
15528Date: Fri Oct 24 16:20:43 2008 -0500
15529
15530 NAND: sync with 2.6.27
15531
15532 This brings the core NAND code up to date with the Linux kernel.
15533
15534 Since there were several drivers in Linux as of the last update that are
15535 not in u-boot, I'm not bringing over new drivers that have been added
15536 since in the absence of an interested party.
15537
15538 I did not update OneNAND since it was recently synced by Kyungmin Park,
15539 and I'm not sure exactly what the common ancestor is.
15540
15541 Signed-off-by: Scott Wood <scottwood@freescale.com>
15542
15543commit b1d0db1805c3395149777e507b6da53410abac4e
15544Author: Kumar Gala <galak@kernel.crashing.org>
15545Date: Tue Oct 21 17:25:47 2008 -0500
15546
15547 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
15548
15549 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
15550
15551 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15552
15553commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
15554Author: Kumar Gala <galak@kernel.crashing.org>
15555Date: Tue Oct 21 17:25:46 2008 -0500
15556
15557 bootm: support subcommands in linux ppc bootm
15558
15559 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
15560
15561 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15562
15563commit 49c3a861d11735838f1f1b11999ce433006dc919
15564Author: Kumar Gala <galak@kernel.crashing.org>
15565Date: Tue Oct 21 17:25:45 2008 -0500
15566
15567 bootm: Add subcommands
15568
15569 Add the ability to break the steps of the bootm command into several
15570 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
15571
15572 This allows us to do things like manipulate device trees before
15573 they are passed to a booting kernel or setup memory for a secondary
15574 core in multicore situations.
15575
15576 Not all OS types support all subcommands (currently only start, loados,
15577 ramdisk, fdt, and go are supported).
15578
15579 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15580
15581commit be08315933537f061bc1ce61f33a29c56458bbad
15582Author: Kumar Gala <galak@kernel.crashing.org>
15583Date: Tue Oct 21 17:25:44 2008 -0500
15584
15585 bootm: Move to using a function pointer table for the boot os function
15586
15587 This removes a bit of code and makes it easier for the upcoming sub bootm
15588 command support to call into the proper OS specific handler.
15589
15590 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15591 Signed-off-by: Wolfgang Denk <wd@denx.de>
15592
15593commit a369f4a492fa2805d87775d27380f0eeaca35aa6
15594Author: Graeme Russ <graeme.russ@gmail.com>
15595Date: Mon Sep 29 23:03:14 2008 +1000
15596
15597 i386: Renamed show_boot_progress in assembler code
15598
15599 Renamed show_boot_progress in assembler init phase to
15600 show_boot_progress_asm to avoid link conflicts with C version
15601
15602 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
15603
15604commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
15605Author: Peter Tyser <ptyser@xes-inc.com>
15606Date: Mon Oct 27 16:42:00 2008 -0500
15607
15608 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
15609
15610 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
15611 processors have a 3-bit wide IO_SEL field but have the most
15612 significant bit is wired to 0 so this change should not affect
15613 them.
15614
15615 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15616
15617commit cd4251624205cb97104f6e32679dc7754934f711
15618Author: Becky Bruce <becky.bruce@freescale.com>
15619Date: Mon Oct 27 16:09:42 2008 -0500
15620
15621 powerpc: fix pci window initialization to work with > 4GB DRAM
15622
15623 The existing code has a few errors that need to be fixed in
15624 order to support large RAM sizes. Fix those, and add a
15625 comment to make it clearer.
15626
15627 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15628 Acked-by: Kumar Gala <galak@kernel.crashing.org>
15629
15630commit 219542a1a66ca017b12860920714a9859b18a5d7
15631Author: Kumar Gala <galak@kernel.crashing.org>
15632Date: Mon Oct 27 13:16:20 2008 -0500
15633
15634 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
15635
15636 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15637
15638commit 6b59e03e0237a40a2305ea385defdfd92000978b
15639Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15640Date: Mon Sep 1 16:21:22 2008 +0200
15641
15642 lcd: Let the board code show board-specific info
15643
15644 The information displayed when CONFIG_LCD_INFO is set is inherently
15645 board-specific, so it should be done by the board code. The current code
15646 dealing with this only handles two cases, and is already a horrible mess
15647 of #ifdeffery.
15648
15649 Yes, this duplicates some code, but it also allows boards to print more
15650 board-specific information; this used to be very difficult.
15651
15652 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15653 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15654
15655commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
15656Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15657Date: Mon Sep 1 16:21:21 2008 +0200
15658
15659 lcd: Set lcd_is_enabled before clearing the screen
15660
15661 This allows the logo/info rendering routines to use the regular
15662 lcd_putc/lcd_puts/lcd_printf calls.
15663
15664 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15665 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15666
15667commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
15668Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15669Date: Mon Sep 1 16:21:20 2008 +0200
15670
15671 lcd: Implement lcd_printf()
15672
15673 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
15674 this by borrowing the lcd_printf() implementation from the cogent board
15675 code (which appears to use its own LCD framework.)
15676
15677 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15678 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15679
15680commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
15681Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15682Date: Mon Sep 1 16:21:19 2008 +0200
15683
15684 atmel_lcdfb: Straighten out funky vl_sync logic
15685
15686 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
15687 otherwise we don't. WTF?
15688
15689 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15690 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15691
15692commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
15693Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15694Date: Mon Sep 1 16:21:18 2008 +0200
15695
15696 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
15697
15698 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
15699 includes a file that does, asm/arch/gpio.h, but this file doesn't
15700 include <asm/arch/hardware.h> like it's supposed to.
15701
15702 Add the missing include to asm/arch/gpio.h and remove the workaround
15703 from the atmel_lcdfb driver. This makes the driver compile on avr32.
15704
15705 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15706 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15707
15708commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
15709Author: Kumar Gala <galak@kernel.crashing.org>
15710Date: Wed Oct 22 14:38:55 2008 -0500
15711
15712 86xx: Convert all fsl_pci_init users to new APIs
15713
15714 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
15715 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
15716
15717 With these changes the board code is a bit smaller and we get dma-ranges
15718 set in the device tree for these boards.
15719
15720 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15721 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15722 Acked-by: Jon Loeliger <jdl@freescale.com>
15723
15724commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
15725Author: Kumar Gala <galak@kernel.crashing.org>
15726Date: Tue Oct 21 08:28:33 2008 -0500
15727
15728 85xx: Convert all fsl_pci_init users to new APIs
15729
15730 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
15731 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
15732 and ft_fsl_pci_setup().
15733
15734 With these changes the board code is a bit smaller and we get dma-ranges
15735 set in the device tree for these boards.
15736
15737 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15738 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15739
15740commit a2aab460727e5f674353a83a81000ef794bffcae
15741Author: Kumar Gala <galak@kernel.crashing.org>
15742Date: Thu Oct 23 00:01:06 2008 -0500
15743
15744 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
15745
15746 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15747 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15748
15749commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
15750Author: Kumar Gala <galak@kernel.crashing.org>
15751Date: Wed Oct 22 14:06:24 2008 -0500
15752
15753 pci/fsl_pci_init: Add a common PCI inbound setup function
15754
15755 Add a common setup function that determines the pci_region(s) based
15756 on how much memory we have in the system.
15757
15758 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15759 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15760
15761commit 612ea01018a459234d54ed57ec6a5a244ce75678
15762Author: Kumar Gala <galak@kernel.crashing.org>
15763Date: Tue Oct 21 10:13:14 2008 -0500
15764
15765 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
15766
15767 * PCI Inbound window was setup incorrectly. The PCI address and system
15768 address were swapped. The PCI address should be setting piwar/piwbear
15769 and the system address should be setting pitar.
15770
15771 * Removed masking of addresses to allow for system address to support
15772 system address & PCI address >32-bits
15773
15774 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
15775
15776 * Respect the PCI_REGION_PREFETCH for inbound windows
15777
15778 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15779 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15780
15781commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
15782Author: Kumar Gala <galak@kernel.crashing.org>
15783Date: Wed Oct 22 23:33:56 2008 -0500
15784
15785 fdt: Added helper to set PCI dma-ranges property
15786
15787 Added fdt_pci_dma_ranges() that parses the pci_region info from the
15788 struct pci_controller and populates the dma-ranges based on it.
15789
15790 The max # of windws/dma-ranges we support is 3 since on embedded
15791 PowerPC based systems this is the max number of windows.
15792
15793 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15794 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15795
15796commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
15797Author: Kumar Gala <galak@kernel.crashing.org>
15798Date: Thu Oct 23 00:05:47 2008 -0500
15799
15800 fdt: Add fdt_getprop_u32_default helpers
15801
15802 Add helper functions to return find a node and return it's property
15803 or a default value.
15804
15805 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15806 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15807 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
15808
15809commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
15810Author: Kumar Gala <galak@kernel.crashing.org>
15811Date: Tue Oct 21 18:06:15 2008 -0500
15812
15813 86xx: Enable 64-bit PCI resources on all Freescale boards
15814
15815 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15816 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15817
15818commit 0151cbaccf4504821ecfde0217299bd740086bb6
15819Author: Kumar Gala <galak@kernel.crashing.org>
15820Date: Tue Oct 21 11:33:58 2008 -0500
15821
15822 85xx: Enable 64-bit PCI resources on all Freescale boards
15823
15824 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15825 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15826
15827commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
15828Author: Kumar Gala <galak@kernel.crashing.org>
15829Date: Tue Oct 21 08:36:08 2008 -0500
15830
15831 pci: Allow for PCI addresses to be 64-bit
15832
15833 PCI bus is inherently 64-bit. While not all system require access to
15834 the full 64-bit PCI address range some do. This allows those systems
15835 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
15836
15837 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15838 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15839 Acked-by: Wolfgang Denk <wd@denx.de>
15840
15841commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
15842Author: Dave Liu <daveliu@freescale.com>
15843Date: Thu Oct 23 21:18:53 2008 +0800
15844
15845 85xx: Fix the incorrect register used for DDR erratum1
15846
15847 The 8572 DDR erratum1:
15848 DDR controller may enter an illegal state when operating
15849 in 32-bit bus mode with 4-beat bursts.
15850
15851 Description:
15852 When operating with a 32-bit bus, it is recommended that
15853 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
15854 This forces the DDR controller to use 4-beat bursts when
15855 communicating to the DRAMs. However, an issue exists that
15856 could lead to data corruption when the DDR controller is
15857 in 32-bit bus mode while using 4-beat bursts.
15858
15859 Projected Impact:
15860 If the DDR controller is operating in 32-bit bus mode with
15861 4-beat bursts, then the controller may enter into a bad state.
15862 All subsequent reads from memory is corrupted.
15863 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
15864 Therefore, this erratum does not affect DDR3 mode.
15865
15866 Work Arounds:
15867 To work around this issue, software must set DEBUG_1[31] in
15868 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
15869 and CCSRBAR offset + 0x6f00 for DDR_2).
15870
15871 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
15872 as condition, but it should be DDR_SDRAM_CFG register.
15873
15874 Signed-off-by: Dave Liu <daveliu@freescale.com>
15875
15876commit d5b693090ed08d24c18491df9d8fc7387b2906f3
15877Author: Dave Liu <daveliu@freescale.com>
15878Date: Thu Oct 23 21:17:19 2008 +0800
15879
15880 85xx: remove unused config definition
15881
15882 Signed-off-by: Dave Liu <daveliu@freescale.com>
15883
15884commit 0f060c3bf82832331a509f2e5d2442539e7aad09
15885Author: Kumar Gala <galak@kernel.crashing.org>
15886Date: Thu Oct 23 01:47:38 2008 -0500
15887
15888 85xx: Add basic e500mc core support
15889
15890 Introduce CONFIG_E500MC to deal with the minor differences between
15891 e500v2 and e500mc.
15892
15893 * Certain fields of HID0/1 don't exist anymore on e500mc
15894 * Cache line size is 64-bytes on e500mc
15895 * reset value of PIR is different
15896
15897 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15898
15899commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
15900Author: Kumar Gala <galak@kernel.crashing.org>
15901Date: Thu Oct 23 01:47:37 2008 -0500
15902
15903 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
15904
15905 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
15906 e500mc's 64-byte cacheline properly when it gets added.
15907
15908 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15909
15910commit 5deb8022c3749faac30e9ad9694691e2442b5c93
15911Author: Georg Schardt <schardt@team-ctech.de>
15912Date: Fri Oct 24 13:51:52 2008 +0200
15913
15914 ppc4xx: New board avnet fx12 minimodul
15915
15916 This patch adds support for the avnet fx12 minimodul.
15917 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
15918 patch from Ricardo.
15919
15920 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
15921 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15922 Signed-off-by: Stefan Roese <sr@denx.de>
15923
15924commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
15925Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15926Date: Tue Oct 21 18:29:46 2008 +0200
15927
15928 ppc4xx: Generic architecture for xilinx ppc405(v3)
15929
15930 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
15931 ppc440 boards, this patch presents a common architecture for all the
15932 xilinx ppc405 boards.
15933
15934 Any custom xilinx ppc405 board can be added very easily with no code
15935 duplicity.
15936
15937 This patch also adds a simple generic board, that can be used on almost
15938 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
15939
15940 This patch is prepared to work with the latest version of EDK (10.1)
15941
15942 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15943 Signed-off-by: Stefan Roese <sr@denx.de>
15944
15945commit 485c00a57fab86f72a3769480c66bf1ca22e1459
15946Author: Stefan Roese <sr@denx.de>
15947Date: Fri Oct 24 08:56:09 2008 +0200
15948
15949 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
15950
15951 Since the new autocalibration still has some problems on some Kilauea
15952 boards with 200MHz DDR2 frequency we disable the autocalibration and
15953 use the hardcoded values as done before. This seems to work reliably
15954 on all known DDR2 frequencies.
15955
15956 After the autocalibration issue is fixed we will enable it again.
15957
15958 Signed-off-by: Stefan Roese <sr@denx.de>
15959
15960commit f177f4250c729727b1629fa8d8d6556c999e9b8c
15961Author: Mike Frysinger <vapier@gentoo.org>
15962Date: Wed Apr 9 02:02:07 2008 -0400
15963
15964 Blackfin: fix up UART status bit handling
15965
15966 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
15967 This can cause problems when we poll the LSR and then later try and handle
15968 any errors detected.
15969
15970 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15971
15972commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
15973Author: Mike Frysinger <vapier@gentoo.org>
15974Date: Sat Oct 11 20:42:17 2008 -0400
15975
15976 Blackfin: bf561-ezkit: drop redundant code
15977
15978 Common Blackfin code already announces CPU information.
15979
15980 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15981
15982commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
15983Author: Mike Frysinger <vapier@gentoo.org>
15984Date: Sat Oct 11 20:43:10 2008 -0400
15985
15986 Blackfin: bf561-ezkit: drop pointless USB code
15987
15988 The USB/LAN register settings are not actually used/needed in order to
15989 drive things from U-Boot, so drop the code.
15990
15991 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15992
15993commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
15994Author: Mike Frysinger <vapier@gentoo.org>
15995Date: Sat Oct 11 20:47:58 2008 -0400
15996
15997 Blackfin: linker scripts: force start.o and set initcode boundaries
15998
15999 Make sure that the start.o object is always the first object in our linker
16000 script regardless of configuration settings, and add some linker symbols
16001 so the ldr utility can properly locate the initcode when generating a LDR.
16002
16003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16004
16005commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
16006Author: Mike Frysinger <vapier@gentoo.org>
16007Date: Sat Oct 11 21:19:39 2008 -0400
16008
16009 Blackfin: small cpu init optimization while setting interrupt mask
16010
16011 Use the sti instruction to set the initial interrupt mask rather than
16012 banging on the core IMASK MMR to save both space and time.
16013
16014 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16015
16016commit 960922291c9594acb575cec7e47d7bed9b58182c
16017Author: Mike Frysinger <vapier@gentoo.org>
16018Date: Sat Oct 11 21:18:10 2008 -0400
16019
16020 Blackfin: set initial stack correctly according to Blackfin ABI
16021
16022 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16023
16024commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
16025Author: Mike Frysinger <vapier@gentoo.org>
16026Date: Sun Apr 20 03:11:53 2008 -0400
16027
16028 Blackfin: make baud calculation more accurate
16029
16030 We should use the algorithm in the Linux kernel so that the UART divisor
16031 calculation is more accurate. It also fixes problems on some picky UARTs
16032 that have sampling anomalies.
16033
16034 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16035
16036commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
16037Author: Mike Frysinger <vapier@gentoo.org>
16038Date: Mon Oct 6 04:21:41 2008 -0400
16039
16040 Blackfin: decode hwerrcause/excause when crashing
16041
16042 Having to decode hwerrcause/excause values is a pain, so automate it.
16043
16044 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16045
16046commit 2de95bb20c488f20298df6881b700a5a757ee780
16047Author: Mike Frysinger <vapier@gentoo.org>
16048Date: Mon Oct 6 04:20:54 2008 -0400
16049
16050 Blackfin: fix register dump messages
16051
16052 Make sure we report RETI/IPEND correctly.
16053
16054 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16055
16056commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
16057Author: Mike Frysinger <vapier@gentoo.org>
16058Date: Mon Oct 6 04:19:34 2008 -0400
16059
16060 Blackfin: don't bother displaying reboot msg when crashing
16061
16062 The hang function already tells you to reboot, so no point in showing it
16063 twice.
16064
16065 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16066
16067commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
16068Author: Mike Frysinger <vapier@gentoo.org>
16069Date: Sun Jun 1 01:23:48 2008 -0400
16070
16071 Blackfin: enable support for nested interrupts
16072
16073 During cpu init, make sure we initialize the CEC properly so that
16074 interrupts can fire and be handled while U-Boot is running.
16075
16076 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16077
16078commit 39782727e185860faa4884c2b04e84cb33d1c6cf
16079Author: Mike Frysinger <vapier@gentoo.org>
16080Date: Mon Oct 6 03:55:25 2008 -0400
16081
16082 Blackfin: init NAND before relocating env
16083
16084 If booting out of NAND, we need to make sure we initialize it properly
16085 before attempting to relocate the environment.
16086
16087 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16088
16089commit 0f9a8819416ba40a53de50af148847a0e508f84d
16090Author: Mike Frysinger <vapier@gentoo.org>
16091Date: Thu Aug 7 18:40:13 2008 -0400
16092
16093 Blackfin: check cache bits, not cplb bits
16094
16095 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16096
16097commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
16098Author: Mike Frysinger <vapier@gentoo.org>
16099Date: Thu Aug 7 17:52:59 2008 -0400
16100
16101 Blackfin: drop unused cache flush code
16102
16103 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16104
16105commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
16106Author: Mike Frysinger <vapier@gentoo.org>
16107Date: Thu Aug 7 15:21:47 2008 -0400
16108
16109 Blackfin: unify cache handling code
16110
16111 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16112
16113commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
16114Author: Mike Frysinger <vapier@gentoo.org>
16115Date: Mon Oct 6 03:39:07 2008 -0400
16116
16117 Blackfin: only initialize the RTC when actually used
16118
16119 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16120
16121commit 621e579b812dd1a2e6777f7cbf6e55e736505823
16122Author: Mike Frysinger <vapier@gentoo.org>
16123Date: Mon Oct 6 03:44:33 2008 -0400
16124
16125 Blackfin: fix SWRST register definition
16126
16127 The SWRST register is a 16bit, not 32bit, register.
16128
16129 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16130
16131commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
16132Author: Mike Frysinger <vapier@gentoo.org>
16133Date: Thu Aug 7 18:54:57 2008 -0400
16134
16135 Blackfin: build with -fomit-frame-pointer
16136
16137 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16138
16139commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
16140Author: Mike Frysinger <vapier@gentoo.org>
16141Date: Thu Aug 7 17:50:26 2008 -0400
16142
16143 Blackfin: document some of the blackfin directories
16144
16145 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16146
16147commit e4337968e43698a68ba608369f46d4a4114111ca
16148Author: Mike Frysinger <vapier@gentoo.org>
16149Date: Thu Aug 7 15:16:56 2008 -0400
16150
16151 Blackfin: only enable hardware error irq by default
16152
16153 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16154
16155commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
16156Author: Mike Frysinger <vapier@gentoo.org>
16157Date: Thu Aug 7 13:36:43 2008 -0400
16158
16159 Blackfin: punt old unused mem_init.h header
16160
16161 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16162
16163commit bcc121a01608042066a19ab5bff5bcfb805bf406
16164Author: Mike Frysinger <vapier@gentoo.org>
16165Date: Thu Aug 7 13:18:55 2008 -0400
16166
16167 Blackfin: delete unused page_descriptor_table_size define
16168
16169 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16170
16171commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
16172Author: Mike Frysinger <vapier@gentoo.org>
16173Date: Thu Aug 7 13:17:03 2008 -0400
16174
16175 Blackfin: fix typo in boot mode comment and add NAND define
16176
16177 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16178
16179commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
16180Author: Ben Maan <moo@cow>
16181Date: Thu Aug 7 13:14:21 2008 -0400
16182
16183 Blackfin: fix port mux defines for BF54x
16184
16185 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16186
16187commit 0656ef2ba274910d31364fe022f6c7db0051660d
16188Author: Mike Frysinger <vapier@gentoo.org>
16189Date: Thu Aug 7 13:09:50 2008 -0400
16190
16191 Blackfin: update anomaly lists
16192
16193 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16194
16195commit 50ca95402876cf7bac4e2d4f7855f616a038763f
16196Author: Mike Frysinger <vapier@gentoo.org>
16197Date: Thu Aug 7 13:08:54 2008 -0400
16198
16199 Blackfin: unify DSPID/DBGSTAT MMR definitions
16200
16201 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16202
16203commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
16204Author: Wolfgang Denk <wd@denx.de>
16205Date: Tue Oct 21 15:53:51 2008 +0200
16206
16207 Fix strmhz(): avoid printing negative fractions
16208
16209 Signed-off-by: Wolfgang Denk <wd@denx.de>
16210
16211commit 4a7f6b750d8de543fdf8e58acd86745010054571
16212Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
16213Date: Fri Oct 17 08:55:51 2008 -0400
16214
16215 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
16216
16217 This is done to allow other 83XX based platforms which also have UPM
16218 (e.g. 8360) to configure and use their UPM in u-boot.
16219
16220 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16221 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16222
16223commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
16224Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16225Date: Tue Oct 14 22:58:53 2008 +0400
16226
16227 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
16228
16229 With this patch u-boot can fixup the dr_mode and phy_type properties
16230 for the Dual-Role USB controller.
16231
16232 While at it, also remove #ifdefs around includes, they are not needed.
16233
16234 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16235 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16236
16237commit b3379f3fd13969934c00097c05754e7a8990fd39
16238Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16239Date: Wed Oct 8 20:52:54 2008 +0400
16240
16241 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
16242
16243 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
16244 current settings don't work with the default chip on the board.
16245 Nevertheless Freescale's U-Boot sets the option register correctly,
16246 so I just dumped the register from the working u-boot. My guess is
16247 that the old settings were applicable for some pilot boards, not
16248 found in the production.
16249
16250 This patch also enables FSL ELBC driver so that we could access
16251 the NAND storage in the u-boot.
16252
16253 The NAND support costs about 45KB, so the u-boot no longer fits
16254 into two 128KB NOR flash sectors, thus we also have to adjust
16255 environment location: add another 128KB to the monitor length.
16256
16257 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16258
16259 It is due to hardware design and logic defect, that is the
16260 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
16261 the NAND chip connected to nLCS3, you have to set up the
16262 OR3[BCTLD] = '1' for normal operation, otherwise it will have
16263 bus contention due to the pin 48/25 of U60 is enabled.
16264
16265 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
16266 asserted upon access to the NAND chip, keep the default state.
16267
16268 Acked-by: Dave Liu <daveliu@freescale.com>
16269 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16270
16271commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
16272Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16273Date: Thu Oct 2 19:17:33 2008 +0400
16274
16275 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
16276
16277 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
16278 standalone or acting as a PCI agent. User's Guide says:
16279
16280 - When the CPLD recognizes its location on the PIB it automatically
16281 configures RCW to the PCI Host.
16282 - If the CPLD fails to recognize its location then it is automatically
16283 configured as an Agent and the PCI is configured to an external arbiter.
16284
16285 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
16286 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
16287 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
16288 any arbiter bad things will happen (here the board hangs during any config
16289 space reads).
16290
16291 In this situation we must disable the PCI. And in case of anybody really
16292 want to use an external arbiter, we provide "pci_external_aribter"
16293 environment variable.
16294
16295 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16296 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16297
16298commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
16299Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16300Date: Thu Oct 2 18:32:25 2008 +0400
16301
16302 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
16303
16304 This involves configuring the SerDes and fixing up the flags and
16305 PHY addresses for the TSECs.
16306
16307 For Linux we also fix up the device tree.
16308
16309 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16310 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16311
16312commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
16313Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16314Date: Thu Oct 2 18:31:59 2008 +0400
16315
16316 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
16317
16318 We'll use these masks to parse TSEC modes out of HRCWH.
16319
16320 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16321 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16322
16323commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
16324Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16325Date: Thu Oct 2 18:31:56 2008 +0400
16326
16327 mpc83xx: serdes: add forgotten shifts for rfcks
16328
16329 The rfcks should be shifted by 28 bits left. We didn't notice the bug
16330 because we were using only 100MHz clocks (for which rfcks == 0).
16331
16332 Though, for SGMII we'll need 125MHz clocks.
16333
16334 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16335 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16336
16337commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
16338Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16339Date: Thu Oct 2 18:31:53 2008 +0400
16340
16341 mpc83xx: fix serdes setup for the MPC8378E boards
16342
16343 MPC837xE specs says that SerDes1 has:
16344
16345 — Two lanes running x1 SGMII at 1.25 Gbps;
16346 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
16347
16348 And for SerDes2:
16349
16350 — Two lanes running x1 PCI Express at 2.5 Gbps;
16351 — One lane running x2 PCI Express at 2.5 Gbps;
16352 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
16353
16354 The spec also explicitly states that PEX options are not valid for
16355 the SD1.
16356
16357 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
16358 which is wrong to do.
16359
16360 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16361 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16362
16363commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
16364Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16365Date: Wed Sep 10 18:12:37 2008 +0400
16366
16367 mpc83xx: mpc8360emds: rework LBC SDRAM setup
16368
16369 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
16370 it difficult to use (b/c then the memory is discontinuous and
16371 there is quite big memory hole between the DDR/SDRAM regions).
16372
16373 This patch reworks LBC SDRAM setup so that now we dynamically
16374 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
16375 DDR memory).
16376
16377 With this patch we're able to:
16378
16379 - Boot without external DDR memory;
16380 - Use most "DDR + SDRAM" setups without need to support for
16381 sparse/discontinuous memory model in the software.
16382
16383 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16384 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16385
16386commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
16387Author: Wolfgang Denk <wd@xpert.denx.de>
16388Date: Tue Oct 21 11:23:56 2008 +0200
16389
16390 FDT: don't use private kernel header files
16391
16392 On some systems (for example Fedora Core 4) U-Boot builds with the
16393 following wanrings only:
16394
16395 ...
16396 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
16397 from fdt.c:51:
16398 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
16399
16400 This patch fixes this problem.
16401
16402 Signed-off-by: Wolfgang Denk <wd@denx.de>
16403
16404commit f4d14c55504ce40287321bd63ee269e3233ee4ae
16405Author: Stefan Roese <sr@denx.de>
16406Date: Mon Oct 13 15:15:31 2008 +0200
16407
16408 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
16409
16410 Signed-off-by: Stefan Roese <sr@denx.de>
16411
16412commit 43cbce69d48d052574d71f50724be546d90a46a4
16413Author: Stefan Roese <sr@denx.de>
16414Date: Mon Oct 13 10:45:14 2008 +0200
16415
16416 ppc4xx: Correctly setup ranges property in ebc node
16417
16418 Previously only the NOR flash mapping was written into the ranges
16419 property of the ebc node. This patch now writes all enabled chip
16420 select areas into the ranges property.
16421
16422 Signed-off-by: Stefan Roese <sr@denx.de>
16423
16424commit d7b26d58328f137471ea97de382bfa63f7239931
16425Author: Dirk Eibach <eibach@gdsys.de>
16426Date: Wed Oct 8 15:37:50 2008 +0200
16427
16428 ppc4xx: Add GDSys neo 405EP board support
16429
16430 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16431 Signed-off-by: Stefan Roese <sr@denx.de>
16432
16433commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
16434Author: Niklaus Giger <niklaus.giger@netstal.com>
16435Date: Wed Oct 1 14:46:13 2008 +0200
16436
16437 ppc4xx: Update configs for Netstal boards
16438
16439 I reorganized my config files, putting the common stuff into netstal-common.h
16440 (got the idea by looking a amcc-common.h from Stefan).
16441
16442 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
16443
16444 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16445 Signed-off-by: Stefan Roese <sr@denx.de>
16446
16447commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
16448Author: Adam Graham <agraham@amcc.com>
16449Date: Wed Oct 8 10:13:19 2008 -0700
16450
16451 ppc4xx: Add routine to retrieve CPU number
16452
16453 Provide a weak defined routine to retrieve the CPU number for
16454 reference boards that have multiple CPU's. Default behavior
16455 is the existing single CPU print output. Reference boards with
16456 multiple CPU's need to provide a board specific routine.
16457 See board/amcc/arches/arches.c for an example.
16458
16459 Signed-off-by: Adam Graham <agraham@amcc.com>
16460 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
16461 Signed-off-by: Stefan Roese <sr@denx.de>
16462
16463commit 59217bae40e90982ab5400d849c08af683ace036
16464Author: Adam Graham <agraham@amcc.com>
16465Date: Wed Oct 8 10:13:14 2008 -0700
16466
16467 ppc4xx: Add static support for 44x IBM SDRAM Controller
16468
16469 This patch add the capability to configure a PPC440 based IBM SDRAM
16470 Controller with static, compiled-in, values. PPC440 memory subsystem
16471 includes a Memory Queue core.
16472
16473 Signed-off-by: Adam Graham <agraham@amcc.com>
16474 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
16475 Signed-off-by: Stefan Roese <sr@denx.de>
16476
16477commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
16478Author: Adam Graham <agraham@amcc.com>
16479Date: Wed Oct 8 10:12:53 2008 -0700
16480
16481 ppc4xx: Add AMCC Arches board support (dual 460GT)
16482
16483 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
16484 This board is a dual processor board with each processor providing
16485 independent resources for Rapid IO, Gigabit Ethernet, and serial
16486 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
16487 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
16488 port. The two 460GT's will communicate with each other via shared
16489 memory, Gigabit Ethernet and x1 PCI-Express.
16490
16491 Signed-off-by: Adam Graham <agraham@amcc.com>
16492 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
16493 Signed-off-by: Stefan Roese <sr@denx.de>
16494
16495commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
16496Author: Wolfgang Denk <wd@xpert.denx.de>
16497Date: Sun Oct 19 21:54:30 2008 +0200
16498
16499 TQM8260: environment in flash instead EEPROM, baudrate 115k
16500
16501 Several customers have reported problems with the environment in
16502 EEPROM, including corrupted content after board reset. Probably the
16503 code to prevent I2C Enge Conditions is not working sufficiently.
16504
16505 We move the environment to flash now, which allows to have a backup
16506 copy plus gives much faster boot times.
16507
16508 Also, change the default console initialization to 115200 bps as used
16509 on most other boards.
16510
16511 Signed-off-by: Wolfgang Denk <wd@denx.de>
16512
16513commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
16514Author: Kumar Gala <galak@kernel.crashing.org>
16515Date: Sun Oct 19 12:49:19 2008 -0500
16516
16517 85xx: Fix compile warning in mpc8536ds.c
16518
16519 mpc8536ds.c: In function 'is_sata_supported':
16520 mpc8536ds.c:615: warning: unused variable 'devdisr'
16521
16522 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16523
16524commit 8ed44d91c8122d00368523b0b746691c895d3b3c
16525Author: Wolfgang Denk <wd@denx.de>
16526Date: Sun Oct 19 02:35:50 2008 +0200
16527
16528 Cleanup: fix "MHz" spelling
16529
16530 Signed-off-by: Wolfgang Denk <wd@denx.de>
16531
16532commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
16533Author: Wolfgang Denk <wd@denx.de>
16534Date: Sun Oct 19 02:35:49 2008 +0200
16535
16536 Use strmhz() to format clock frequencies
16537
16538 Signed-off-by: Wolfgang Denk <wd@denx.de>
16539
16540commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
16541Author: Wolfgang Denk <wd@denx.de>
16542Date: Sun Oct 19 02:35:48 2008 +0200
16543
16544 strmhz(): Round numbers when printing clock frequencies
16545
16546 Round clock frequencies for printing.
16547
16548 Many boards printed off clock frequencies like 399 MHz instead of the
16549 exact 400 MHz because numberes were not rounded. This is fixed now.
16550
16551 Signed-off-by: Wolfgang Denk <wd@denx.de>
16552
16553commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
16554Author: Timur Tabi <timur@freescale.com>
16555Date: Mon Oct 20 15:16:47 2008 -0500
16556
16557 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
16558
16559 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
16560 to add a comment that the correct value disagrees with the 8544 reference
16561 manual. The changelog for that commit is also wrong, as it says "bit 28"
16562 when it should be "bit 24".
16563
16564 Signed-off-by: Timur Tabi <timur@freescale.com>
16565
16566commit 360fe71e82b83e264c964c9447c537e9a1f643c8
16567Author: Heiko Schocher <hs@denx.de>
16568Date: Fri Oct 17 18:24:06 2008 +0200
16569
16570 mgcoge: add redundant environment sector
16571
16572 Signed-off-by: Heiko Schocher <hs@denx.de>
16573
16574commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
16575Author: Heiko Schocher <hs@denx.de>
16576Date: Fri Oct 17 18:23:27 2008 +0200
16577
16578 mgsuvd: update size of environment
16579
16580 Signed-off-by: Heiko Schocher <hs@denx.de>
16581
16582commit 2e26d837f11460c0e6dede7d65424a31e0183d09
16583Author: Jason Jin <Jason.jin@freescale.com>
16584Date: Fri Oct 10 11:41:00 2008 +0800
16585
16586 Enabled the Freescale SGMII riser card on 8536DS
16587
16588 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16589
16590commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
16591Author: Liu Yu <yu.liu@freescale.com>
16592Date: Fri Oct 10 11:40:59 2008 +0800
16593
16594 Enabled the Freescale SGMII riser card on 8572DS
16595
16596 This patch based on Andy's work.
16597 Including command 'pixis_set_sgmii' support.
16598
16599 Signed-off-by: Liu Yu <yu.liu@freescale.com>
16600
16601commit bff188baf9427c35745356439435acf3864d4c65
16602Author: Liu Yu <yu.liu@freescale.com>
16603Date: Fri Oct 10 11:40:58 2008 +0800
16604
16605 Make pixis_set_sgmii more general to support MPC85xx boards.
16606
16607 The pixis sgmii command depend on the FPGA support on the board, some 85xx
16608 boards support SGMII riser card but did not support this command, define
16609 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
16610
16611 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
16612 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
16613 PIXIS_VCFGEN1_MASK in header file for both boards.
16614
16615 Signed-off-by: Liu Yu <yu.liu@freescale.com>
16616
16617commit 5e981d683d2363204c76773941c2e9c2044c808f
16618Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16619Date: Wed Oct 8 23:38:02 2008 -0500
16620
16621 Add cpu/8xxx to TAGS_SUBDIRS
16622
16623 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16624
16625commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
16626Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16627Date: Thu Oct 9 01:25:55 2008 -0500
16628
16629 fsl_law clear enable before changing.
16630
16631 Debug sessions may have left enabled laws.
16632 Changing lawbar with an unkown enabled tgtid could cause problems.
16633
16634 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16635
16636commit 86be510f7b5443e7e937f696bfbe037fdc740b15
16637Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16638Date: Thu Oct 9 00:29:27 2008 -0500
16639
16640 mpc8572 additional end-point mode
16641
16642 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
16643 Include host_agent == 0 decode for end-point determination.
16644
16645 This is not needed for the ds reference board since pcie3 will be a host
16646 in order to connect to the uli chip. Include it here as a reference for
16647 other mpc8572 boards.
16648
16649 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16650
16651commit 6856b3d0221a838580e6bb06f61425fd7529ba93
16652Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16653Date: Wed Oct 8 23:37:59 2008 -0500
16654
16655 85xx if NUM_CPUS>1, print cpu number
16656
16657 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16658
16659commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
16660Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16661Date: Wed Oct 8 23:38:01 2008 -0500
16662
16663 pixis do not print long help if not configured
16664
16665 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16666
16667commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
16668Author: Andy Fleming <afleming@freescale.com>
16669Date: Tue Oct 7 08:09:50 2008 -0500
16670
16671 Have u-boot pass stashing parameters into device tree
16672
16673 Some cores don't support ethernet stashing at all, and some
16674 instances have errata. Adds 3 properties to gianfar nodes
16675 which support stashing. For now, just add this support to
16676 85xx SoCs.
16677
16678 Signed-off-by: Andy Fleming <afleming@freescale.com>
16679
16680commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
16681Author: Haiying Wang <Haiying.Wang@freescale.com>
16682Date: Fri Oct 3 12:37:57 2008 -0400
16683
16684 Add DDR options setting on MPC8641HPCN board
16685
16686 * Add board specific parameter table to choose correct cpo, clk_adjust,
16687 write_data_delay based on board ddr frequency and n_ranks.
16688
16689 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
16690
16691 Signed-off-by: James Yang <James.Yang@freescale.com>
16692 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16693
16694commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
16695Author: Haiying Wang <Haiying.Wang@freescale.com>
16696Date: Fri Oct 3 12:37:41 2008 -0400
16697
16698 Add ddr interleaving suppport for MPC8572DS board
16699
16700 * Add board specific parameter table to choose correct cpo, clk_adjust,
16701 write_data_delay, 2T based on board ddr frequency and n_ranks.
16702
16703 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
16704
16705 * Set memory controller interleaving mode to bank interleaving, and disable
16706 bank(chip select) interleaving mode by default, because the default on-board
16707 DDR DIMMs are 2x512MB single-rank.
16708
16709 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
16710
16711 Signed-off-by: James Yang <James.Yang@freescale.com>
16712 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16713
16714commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
16715Author: Haiying Wang <Haiying.Wang@freescale.com>
16716Date: Fri Oct 3 12:37:26 2008 -0400
16717
16718 Add debug information for DDR controller registers
16719
16720 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16721
16722commit c9ffd839b1ada502c86f88edaf1534426b6688ce
16723Author: Haiying Wang <Haiying.Wang@freescale.com>
16724Date: Fri Oct 3 12:37:10 2008 -0400
16725
16726 Check DDR interleaving mode
16727
16728 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
16729 ba_intlv_ctl.
16730 * Print DDR interleaving mode information
16731 * Add doc/README.fsl-ddr to describe the interleaving setting
16732
16733 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16734
16735commit dfb49108e4f86c2224e1f30124328b0de66ef72e
16736Author: Haiying Wang <Haiying.Wang@freescale.com>
16737Date: Fri Oct 3 12:36:55 2008 -0400
16738
16739 Pass dimm parameters to populate populate controller options
16740
16741 Because some dimm parameters like n_ranks needs to be used with the board
16742 frequency to choose the board parameters like clk_adjust etc. in the
16743 board_specific_paramesters table of the board ddr file, we need to pass
16744 the dimm parameters to the board file.
16745
16746 * move ddr dimm parameters header file from /cpu to /include directory.
16747 * add ddr dimm parameters to populate board specific options.
16748 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
16749
16750 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16751
16752commit dbbbb3abeff325855cae76e33d69d5665631443f
16753Author: Haiying Wang <Haiying.Wang@freescale.com>
16754Date: Fri Oct 3 12:36:39 2008 -0400
16755
16756 Make DDR interleaving mode work correctly
16757
16758 Fix some bugs:
16759 1. Correctly set intlv_ctl in cs_config.
16760 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
16761 3. Set base_address and total memory for each ddr controller in memory
16762 controller interleaving mode.
16763
16764 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16765
16766commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
16767Author: Kumar Gala <galak@kernel.crashing.org>
16768Date: Mon Sep 22 23:40:42 2008 -0500
16769
16770 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
16771
16772 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16773
16774commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
16775Author: Kumar Gala <galak@kernel.crashing.org>
16776Date: Mon Sep 22 14:11:11 2008 -0500
16777
16778 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
16779
16780 Changing the flash from cacheable to cache-inhibited was taking a significant
16781 amount of time due to the fact that we were iterating over the full 256M of
16782 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
16783
16784 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16785
16786commit 54e091d3b603a3332c619199ca83a07e95960da4
16787Author: Kumar Gala <galak@kernel.crashing.org>
16788Date: Mon Sep 22 14:11:10 2008 -0500
16789
16790 85xx: Export invalidate_{i,d}cache and add flush_dcache
16791
16792 Added the ability for C code to invalidate the i/d-cache's and
16793 to flush the d-cache. This allows us to more efficient change mappings
16794 from cache-able to cache-inhibited.
16795
16796 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16797
16798commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
16799Author: Heiko Schocher <hs@denx.de>
16800Date: Fri Oct 17 16:11:52 2008 +0200
16801
16802 mgcoge, mgsuvd: extract more common code
16803
16804 in ft_blob_update () for both boards was an unneccessary
16805 repetition of code, which this patch moves in a common
16806 function for this boards.
16807
16808 Signed-off-by: Heiko Schocher <hs@denx.de>
16809
16810commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
16811Author: Heiko Schocher <hs@denx.de>
16812Date: Fri Oct 17 12:15:55 2008 +0200
16813
16814 mgcoge, mgsuvd: use in_*/out_* accesors
16815
16816 Signed-off-by: Heiko Schocher <hs@denx.de>
16817
16818commit a21ca95f8b9dca22714952b348e4905ac157b5cd
16819Author: Heiko Schocher <hs@denx.de>
16820Date: Fri Oct 17 13:52:51 2008 +0200
16821
16822 mgsuvd: fix compiler warning when using soft_i2c driver
16823
16824 Signed-off-by: Heiko Schocher <hs@denx.de>
16825
16826commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
16827Author: Heiko Schocher <hs@denx.de>
16828Date: Fri Oct 17 12:15:05 2008 +0200
16829
16830 mgsuvd: fix coding style
16831
16832 Signed-off-by: Heiko Schocher <hs@denx.de>
16833
16834commit 5f4c3137f4f051787707c548133823f1656eb508
16835Author: Heiko Schocher <hs@denx.de>
16836Date: Fri Oct 17 12:13:30 2008 +0200
16837
16838 mgcoge: Second Flash on CS5 not on CS1
16839
16840 Signed-off-by: Heiko Schocher <hs@denx.de>
16841
16842commit 76da19df5b8e186d269f29190696bd31fb6c836b
16843Author: Kumar Gala <galak@kernel.crashing.org>
16844Date: Thu Oct 16 21:52:08 2008 -0500
16845
16846 Added arch_lmb_reserve to allow arch specific memory regions protection
16847
16848 Each architecture has different ways of determine what regions of memory
16849 might not be valid to get overwritten when we boot. This provides a
16850 hook to allow them to reserve any regions they care about. Currently
16851 only ppc, m68k and sparc need/use this.
16852
16853 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16854
16855commit e02d4a9904c8f36395994c0c81469d552b82f5ea
16856Author: Heiko Schocher <hs@denx.de>
16857Date: Thu Oct 16 16:32:35 2008 +0200
16858
16859 mgcoge: added CONFIG_FIT to support the new u-boot image format
16860
16861 Signed-off-by: Heiko Schocher <hs@denx.de>
16862
16863commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
16864Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16865Date: Thu Oct 16 15:01:15 2008 +0200
16866
16867 rename CFG_ macros to CONFIG_SYS
16868
16869 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16870
16871commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
16872Author: Kumar Gala <galak@kernel.crashing.org>
16873Date: Mon Oct 13 14:12:55 2008 -0500
16874
16875 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
16876
16877 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16878
16879commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
16880Author: Kumar Gala <galak@kernel.crashing.org>
16881Date: Tue Sep 23 10:05:02 2008 -0500
16882
16883 Expose command table search for sub-commands
16884
16885 Sub-command can benefit from using the same table and search functions
16886 that top level commands have. Expose this functionality by refactoring
16887 find_cmd() and introducing find_cmd_tbl() that sub-command processing
16888 can call.
16889
16890 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16891
16892commit f7e51b27508446f8cae3927975817137979ad5e8
16893Author: Heiko Schocher <hs@denx.de>
16894Date: Wed Oct 15 09:41:33 2008 +0200
16895
16896 mgsuvd, mgcoge: added BOOTCOUNT feature.
16897
16898 Signed-off-by: Heiko Schocher <hs@denx.de>
16899
16900commit 8f64da7f83b553889bc08400c97047998382e9d2
16901Author: Heiko Schocher <hs@denx.de>
16902Date: Wed Oct 15 09:41:00 2008 +0200
16903
16904 mgcoge, mgsuvd: added support for the IVM EEprom.
16905
16906 The EEprom contains some Manufacturerinformation,
16907 which are read from u-boot at boot time, and saved
16908 in same hush shell variables.
16909
16910 Signed-off-by: Heiko Schocher <hs@denx.de>
16911
16912commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
16913Author: Heiko Schocher <hs@denx.de>
16914Date: Wed Oct 15 09:40:28 2008 +0200
16915
16916 hush: add showvar command for hush shell.
16917
16918 This new command shows the local variables defined in
16919 the hush shell:
16920
16921 => help showvar
16922 showvar
16923 - print values of all hushshell variables
16924 showvar name ...
16925 - print value of hushshell variable 'name'
16926
16927 Also make the set_local_var() and unset_local_var ()
16928 no longer static, so it is possible to define local
16929 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
16930 is defined, u-boot calls hush_init_var (), where
16931 boardspecific code can define local hush shell
16932 variables at boottime.
16933
16934 Signed-off-by: Heiko Schocher <hs@denx.de>
16935
16936commit 67b23a322848d828a5e45c0567b72762bfde7abf
16937Author: Heiko Schocher <hs@denx.de>
16938Date: Wed Oct 15 09:39:47 2008 +0200
16939
16940 I2C: adding new "i2c bus" Command to the I2C Subsystem.
16941
16942 With this Command it is possible to add new I2C Busses,
16943 which are behind 1 .. n I2C Muxes. Details see README.
16944
16945 Signed-off-by: Heiko Schocher <hs@denx.de>
16946
16947commit c24853644ddd2dd2e4246b5854a93e6254a14092
16948Author: Heiko Schocher <hs@denx.de>
16949Date: Wed Oct 15 09:39:08 2008 +0200
16950
16951 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
16952
16953 As documented in doc/I2C_Edge_Conditions, adding a
16954 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
16955 for the mgcoge and mgsuvd board.
16956
16957 This code was originally written by Keymile in association
16958 with Anatech and Atmel in 1998. The Code toggels the SCL
16959 until the SCA line goes to HIGH (max. 16 times).
16960 And after this, a start condition is sent.
16961
16962 This is another approach to deblock the I2C Bus. The
16963 soft I2C driver actually sends 9 clocks with SDA High,
16964 and then a stop at the end, to deblock the I2C Bus.
16965
16966 Maybe we should use the approach from Keymile as
16967 the new standard?
16968
16969 Signed-off-by: Heiko Schocher <hs@denx.de>
16970
16971commit 4ca107effebfbabac1057c39632105dacef95957
16972Author: Heiko Schocher <hs@denx.de>
16973Date: Wed Oct 15 09:38:38 2008 +0200
16974
16975 soft_i2c: Add CFG_I2C_INIT_BOARD option
16976
16977 This patch adds the option for a boardspecific
16978 I2C deblocking mechanism for the soft i2c driver.
16979
16980 Signed-off-by: Heiko Schocher <hs@denx.de>
16981
16982commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
16983Author: Heiko Schocher <hs@denx.de>
16984Date: Wed Oct 15 09:38:07 2008 +0200
16985
16986 mgcoge, mgsuvd: add DTT (LM75) support.
16987
16988 Signed-off-by: Heiko Schocher <hs@denx.de>
16989
16990commit 8e442df438ab677057571e3ac01846bff7719bce
16991Author: Heiko Schocher <hs@denx.de>
16992Date: Wed Oct 15 09:37:34 2008 +0200
16993
16994 lm75: Make the LM75 MULTI_BUS compatible.
16995
16996 Signed-off-by: Heiko Schocher <hs@denx.de>
16997
16998commit 12f1678127c1df2b2878ba93c88948bedc060775
16999Author: Heiko Schocher <hs@denx.de>
17000Date: Wed Oct 15 09:37:04 2008 +0200
17001
17002 lm75: fix Codingstyle issues.
17003
17004 Signed-off-by: Heiko Schocher <hs@denx.de>
17005
17006commit f2202450c75ba6934b356024101500ddcde6e2a6
17007Author: Heiko Schocher <hs@denx.de>
17008Date: Wed Oct 15 09:36:33 2008 +0200
17009
17010 mgcoge, mgsuvd: added EEprom support.
17011
17012 Signed-off-by: Heiko Schocher <hs@denx.de>
17013
17014commit 9661bf9d120f760238b2a073b84f2baf05010057
17015Author: Heiko Schocher <hs@denx.de>
17016Date: Wed Oct 15 09:36:03 2008 +0200
17017
17018 mgcoge, mgsuvd: add I2C support.
17019
17020 Signed-off-by: Heiko Schocher <hs@denx.de>
17021
17022commit 98aed379586a155292efbf3209356836584b601c
17023Author: Heiko Schocher <hs@denx.de>
17024Date: Wed Oct 15 09:35:26 2008 +0200
17025
17026 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
17027
17028 This patch fixes the following warnings, when using
17029 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
17030 systems:
17031
17032 soft_i2c.c: In function 'send_reset':
17033 soft_i2c.c:93: warning: unused variable 'immr'
17034 soft_i2c.c: In function 'send_start':
17035 soft_i2c.c:124: warning: unused variable 'immr'
17036 soft_i2c.c: In function 'send_stop':
17037 soft_i2c.c:146: warning: unused variable 'immr'
17038 soft_i2c.c: In function 'send_ack':
17039 soft_i2c.c:171: warning: unused variable 'immr'
17040 soft_i2c.c: In function 'write_byte':
17041 soft_i2c.c:196: warning: unused variable 'immr'
17042 soft_i2c.c: In function 'read_byte':
17043 soft_i2c.c:244: warning: unused variable 'immr'
17044
17045 Signed-off-by: Heiko Schocher <hs@denx.de>
17046
17047commit 799b784aa00cb03a352847ab9f9acdde79b72d21
17048Author: Heiko Schocher <hs@denx.de>
17049Date: Wed Oct 15 09:34:45 2008 +0200
17050
17051 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
17052
17053 Signed-off-by: Heiko Schocher <hs@denx.de>
17054
17055commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
17056Author: Heiko Schocher <hs@denx.de>
17057Date: Wed Oct 15 09:34:05 2008 +0200
17058
17059 mgcoge: fix Coding Style issues.
17060
17061 Signed-off-by: Heiko Schocher <hs@denx.de>
17062
17063commit e43a27c49712203fe8848a17714330623edfb2eb
17064Author: Heiko Schocher <hs@denx.de>
17065Date: Wed Oct 15 09:33:30 2008 +0200
17066
17067 I2C: add new command i2c reset.
17068
17069 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
17070 it is not possible to get out of this, until the
17071 complete Hardware gets a reset. This new commando
17072 calls again i2c_init (and that calls i2c_init_board
17073 if defined), which will deblock the I2C Bus.
17074
17075 Signed-off-by: Heiko Schocher <hs@denx.de>
17076 Signed-off-by: Wolfgang Denk <wd@denx.de>
17077
17078commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
17079Author: Heiko Schocher <hs@denx.de>
17080Date: Wed Oct 15 09:32:25 2008 +0200
17081
17082 mgsuvd, mgcoge: move this 2 boards in one dir.
17083
17084 There are some more extensions, which are for both boards
17085 and some more boards from this manufacturer will follow soon.
17086
17087 Signed-off-by: Heiko Schocher <hs@denx.de>
17088 Signed-off-by: Wolfgang Denk <wd@denx.de>
17089
17090commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
17091Author: Dirk Eibach <eibach@gdsys.de>
17092Date: Wed Oct 8 13:44:27 2008 +0200
17093
17094 hwmon: Add LM63 support
17095
17096 This patch adds support for the National LM63 temperature
17097 sensor with integrated fan control. It's used on the GDSys
17098 Neo board (405EP) which will be submitted later.
17099
17100 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
17101 Acked-by: Stefan Roese <sr@denx.de>
17102
17103commit 7ba890bf2f2b92831420243c058951aa831119fd
17104Author: Kyungmin Park <kmpark@infradead.org>
17105Date: Wed Oct 8 11:01:17 2008 +0900
17106
17107 Add Red Black Tree support
17108
17109 Now it's used at UBI module. Of course other modules can use it.
17110 If you want to use it, please define CONFIG_RBTREE
17111
17112 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17113
17114commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
17115Author: richardretanubun <richardretanubun@ruggedcom.com>
17116Date: Mon Oct 6 16:10:53 2008 -0400
17117
17118 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
17119
17120 Added support for CONFIG_EFI_PARTITION to ext2 commands.
17121 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
17122
17123commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
17124Author: richardretanubun <richardretanubun@ruggedcom.com>
17125Date: Fri Sep 26 11:13:22 2008 -0400
17126
17127 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
17128
17129 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
17130 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
17131
17132 Based on linux/fs/partitions/efi.[ch]
17133
17134 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
17135
17136commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
17137Author: Bartlomiej Sieka <tur@semihalf.com>
17138Date: Wed Oct 1 15:26:32 2008 +0200
17139
17140 FIT: output image load address for type 'firmware', fix message while there
17141
17142 Now that the auto-update feature uses the 'firmware' type for updates, it is
17143 useful to inspect the load address of such images.
17144
17145 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17146
17147commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
17148Author: Bartlomiej Sieka <tur@semihalf.com>
17149Date: Wed Oct 1 15:26:31 2008 +0200
17150
17151 Automatic software update from TFTP server
17152
17153 The auto-update feature allows to automatically download software updates
17154 from a TFTP server and store them in Flash memory during boot. Updates are
17155 contained in a FIT file and protected with SHA-1 checksum.
17156
17157 More detailed description can be found in doc/README.update.
17158
17159 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17160 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17161
17162commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
17163Author: Bartlomiej Sieka <tur@semihalf.com>
17164Date: Wed Oct 1 15:26:27 2008 +0200
17165
17166 flash: factor out adjusting of Flash address to the end of sector
17167
17168 The upcoming automatic update feature needs the ability to adjust an
17169 address within Flash to the end of its respective sector. Factor out
17170 this functionality to a new function flash_sect_roundb().
17171
17172 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17173 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17174 Signed-off-by: Stefan Roese <sr@denx.de>
17175
17176commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
17177Author: Bartlomiej Sieka <tur@semihalf.com>
17178Date: Wed Oct 1 15:26:29 2008 +0200
17179
17180 net: Make TFTP server timeout configurable
17181
17182 There are two aspects of a TFTP transfer involving timeouts:
17183 1. timeout waiting for initial server reply after sending RRQ
17184 2. timeouts while transferring actual data from the server
17185
17186 Since the upcoming auto-update feature attempts a TFTP download during each
17187 boot, it is undesirable to have a long delay when the TFTP server is not
17188 available. Thus, this commit makes the server timeout (1.) configurable by two
17189 global variables:
17190
17191 TftpRRQTimeoutMSecs
17192 TftpRRQTimeoutCountMax
17193
17194 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
17195 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
17196 The total delay when trying to download a file from a non-existing TFTP server
17197 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
17198
17199 Timeouts during file transfers (2.) are unaffected.
17200
17201 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17202 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17203 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17204
17205commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
17206Author: Bartlomiej Sieka <tur@semihalf.com>
17207Date: Wed Oct 1 15:26:28 2008 +0200
17208
17209 net: express the first argument to NetSetTimeout() in milliseconds
17210
17211 Enforce millisecond semantics of the first argument to NetSetTimeout() --
17212 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
17213 get_timer() countiing in milliseconds).
17214
17215 Rationale for this patch is to enable millisecond granularity for
17216 network-related timeouts, which is needed for the upcoming automatic
17217 software update feature.
17218
17219 Summary of changes:
17220 - do not scale the first argument to NetSetTimeout() by CFG_HZ
17221 - change timeout values used in the networking code to milliseconds
17222
17223 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17224 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17225 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17226
17227commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
17228Author: richardretanubun <richardretanubun@ruggedcom.com>
17229Date: Mon Sep 29 18:28:23 2008 -0400
17230
17231 Adds two more ethernet interface to 83xx
17232
17233 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
17234 Six eth interface is chosen because the platform I am using combines
17235 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
17236
17237 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
17238 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17239
17240commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
17241Author: Haiying Wang <Haiying.Wang@freescale.com>
17242Date: Wed Sep 24 11:42:12 2008 -0500
17243
17244 Change UEC PHY interface to RGMII on MPC8568MDS
17245
17246 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
17247
17248 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
17249 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
17250
17251 Now both UEC1 and UEC2 can work properly under u-boot.
17252
17253 It is also in consistent with the kernel setting for 8568 UEC phy interface.
17254
17255 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17256 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17257
17258commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
17259Author: Wolfgang Denk <wd@denx.de>
17260Date: Sat Oct 18 21:30:31 2008 +0200
17261
17262 Prepare v2008.10 release: update CHANGELOG & Makefile
17263
17264 Signed-off-by: Wolfgang Denk <wd@denx.de>
17265
b59b16ca
WD
17266commit f7a35a60cf45491871a5c28e9ad24db005487857
17267Author: Heiko Schocher <hs@denx.de>
17268Date: Fri Oct 17 18:24:06 2008 +0200
17269
17270 mgcoge: add redundant environment sector
17271
17272 Signed-off-by: Heiko Schocher <hs@denx.de>
17273 Signed-off-by: Wolfgang Denk <wd@denx.de>
17274
17275commit c2537ee85954af9d036b18b644f3e18d837bf4a5
17276Author: Heiko Schocher <hs@denx.de>
17277Date: Fri Oct 17 18:23:27 2008 +0200
17278
17279 mgsuvd: update size of environment
17280
17281 Signed-off-by: Heiko Schocher <hs@denx.de>
17282
17283commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
17284Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
17285Date: Thu Oct 16 13:38:00 2008 -0500
17286
17287 83xx NAND boot: wait for LTESR[CC]
17288
17289 At least some revisions of the 8313, and possibly other chips, do not
17290 wait for all pages of the initial 4K NAND region to be loaded before
17291 beginning execution; thus, we wait for it before branching out of the
17292 first NAND page.
17293
17294 This fixes warm reset problems when booting from NAND on 8313erdb.
17295
17296 Signed-off-by: Scott Wood <scottwood@freescale.com>
17297 Acked-by: Kim Phillips <kim.phillips@freescale.com>
17298
17299commit bf29e0ea0af03d593c64614136acc723a7a022a2
17300Author: Yuri Tikhonov <yur@emcraft.com>
17301Date: Fri Oct 17 12:54:18 2008 +0200
17302
17303 ppc4xx: PPC44x MQ initialization
17304
17305 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
17306 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
17307 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
17308
17309 Previously the appropriate initialization had been made in Linux, by the
17310 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
17311 registers after normal operation has begun is not supported and could
17312 have unpredictable results.
17313
17314 Comment from Stefan: This patch doesn't change the resulting value of the
17315 MQ registers. It explicitly sets/clears all bits to the desired state which
17316 better documents the resulting register value instead of relying on pre-set
17317 default values.
17318
17319 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17320 Signed-off-by: Stefan Roese <sr@denx.de>
17321
3cbd8231
WD
17322commit ec081c2c190148b374e86a795fb6b1c49caeb549
17323Author: Stefan Roese <sr@denx.de>
17324Date: Fri Oct 17 12:51:46 2008 +0200
17325
17326 ppc4xx: PPC44x MQ initialization
17327
17328 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
17329 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
17330 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
17331
17332 Previously the appropriate initialization had been made in Linux, by the
17333 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
17334 registers after normal operation has begun is not supported and could
17335 have unpredictable results.
17336
17337 Comment from Stefan: This patch doesn't change the resulting value of the
17338 MQ registers. It explicitly sets/clears all bits to the desired state which
17339 better documents the resulting register value instead of relying on pre-set
17340 default values.
17341
17342 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17343 Signed-off-by: Stefan Roese <sr@denx.de>
17344
b59b16ca
WD
17345commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
17346Author: Kumar Gala <galak@kernel.crashing.org>
17347Date: Thu Oct 16 21:58:50 2008 -0500
17348
17349 85xx: Using proper I2C source clock divider for MPC8544
17350
17351 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
17352 bit 26, instead it should be bit 28. This caused in incorrect
17353 interpretation of the i2c_clk which is the same as the SEC clk on
17354 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
17355 in PORDEVSR2.
17356
17357 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17358
17359commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
17360Author: Kumar Gala <galak@kernel.crashing.org>
17361Date: Thu Oct 16 21:58:49 2008 -0500
17362
17363 Revert "85xx: Using proper I2C source clock divider for MPC8544"
17364
17365 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
17366
17367 The fix introduced by this patch is not correct. The problem is
17368 that the documentation is not correct for the MPC8544 with regards
17369 to which bit in PORDEVSR2 is for the SEC_CFG.
17370
17371 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17372
17373commit 2179c4766bffeece98e5e92040629a96c97e230c
17374Author: Kumar Gala <galak@kernel.crashing.org>
17375Date: Wed Oct 15 10:19:41 2008 -0500
17376
17377 85xx: Fix compile warning
17378
17379 mpc8536ds.c: In function 'is_sata_supported':
17380 mpc8536ds.c:614: warning: unused variable 'devdisr'
17381
17382 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17383
17384commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
17385Author: Jason Jin <Jason.jin@freescale.com>
17386Date: Wed Oct 15 10:40:24 2008 +0800
17387
17388 Fix the function conflict in x86emu when DEBUG is on
17389
17390 The function parse_line() in common/main.c was exposed globally by commit
17391 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
17392 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
17393 This patch fix this by renaming the function in the debug.c file.
17394
17395 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17396
17397commit b4dbacf69a669a17487054552fc2761149dd6767
17398Author: Wolfgang Denk <wd@denx.de>
17399Date: Wed Oct 15 15:50:45 2008 +0200
17400
17401 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
17402
17403 Signed-off-by: Wolfgang Denk <wd@denx.de>
17404
b4dbacf6
WD
17405commit 374b9038293d01d8744a46af9b7854a6fd99b228
17406Author: Heiko Schocher <hs@denx.de>
17407Date: Wed Oct 15 09:51:19 2008 +0200
17408
17409 Fix compiler warning in lib_ppc/board.c
17410
17411 Fix compiler warning introduced by commit 0f8cbc18
17412
17413 Signed-off-by: Heiko Schocher <hs@denx.de>
17414 Signed-off-by: Wolfgang Denk <wd@denx.de>
17415
17416commit 9724555755a6f1066636481b41f7094e0ce93a69
17417Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17418Date: Thu Oct 9 10:29:14 2008 +0530
17419
17420 mpc83xx: wait till UPM completes the write to array
17421
17422 Reference manual states that MxMR[MAD] increment is the indication
17423 of write to UPM array is complete. Honour that. Also, make the dummy
17424 write explicit.
17425
17426 also fix the comment.
17427
17428 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17429 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17430
17431commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
17432Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17433Date: Wed Oct 8 18:12:20 2008 -0500
17434
17435 Remove unwanted ';' at end of define.
17436
17437 Currently this is not creating any problem. But it will result
17438 in compilation error when used as below.
17439
17440 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
17441
17442 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17443
17444 continuation of the theme based on git grep "^#define CFG_.*;$" include/
17445
17446 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17447
17448commit b2934a56650e9a6c54432f9ce6dc36757967385e
17449Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17450Date: Mon Oct 6 10:53:59 2008 -0400
17451
17452 ARM DaVinci: Add maintainer information for SFFSDR board.
17453
17454 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17455
17456commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
17457Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17458Date: Sat Oct 4 19:26:16 2008 +0200
17459
17460 api: fix type mismatch
17461
17462 This patch fixes a type mismatch and thus removes a compiler
17463 warning when compiling with CONFIG_API on powerpc.
17464
17465 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17466
17467commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
17468Author: Peter Tyser <ptyser@xes-inc.com>
17469Date: Wed Oct 1 12:25:04 2008 -0500
17470
17471 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
17472
17473 Original code displayed:
17474 => help i2c
17475 i2c i2c speed [speed] - show or set I2C bus speed
17476 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
17477 ...
17478
17479 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17480
17481commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
17482Author: Wolfgang Denk <wd@denx.de>
17483Date: Tue Oct 14 22:13:41 2008 +0200
17484
17485 Update CHANGELOG
17486
17487 Signed-off-by: Wolfgang Denk <wd@denx.de>
17488
a0b1b610
WD
17489commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
17490Author: Jason Jin <Jason.jin@freescale.com>
17491Date: Fri Oct 10 11:41:01 2008 +0800
17492
17493 Do not init SATA when disabled on 8536DS.
17494
17495 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
17496 driver still try to access the SATA registers, the cpu will hangup.
17497 This patch try to fix this by reading the serdes status before the SATA
17498 initialize.
17499
17500 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17501 Acked-by: Andy Fleming <afleming@freescale.com>
17502
3cbd8231
WD
17503commit 9dbc366744960013965fce8851035b6141f3b3ae
17504Author: Remy Bohmer <linux@bohmer.net>
17505Date: Fri Oct 10 10:23:22 2008 +0200
17506
17507 The PIPE_INTERRUPT flag is used wrong
17508
17509 At a lot of places in the code the PIPE_INTERRUPT flags and friends
17510 are used wrong. The wrong bits are compared to this flag resulting
17511 in wrong conditions. Also there are macros that should be used for
17512 PIPE_* flags.
17513 This patch tries to fix them all, however, I was not able to test the
17514 changes, because I do not have any of these boards.
17515
17516 Review required!
17517
17518 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17519 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17520
17521commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
17522Author: Remy Bohmer <linux@bohmer.net>
17523Date: Fri Oct 10 10:23:21 2008 +0200
17524
17525 fix USB initialisation procedure
17526
17527 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
17528 At some places directly 8,16,32,64 was used instead of the encoded
17529 value. Made a enum for the options to make this more clear and to help
17530 preventing similar errors in the future.
17531
17532 After fixing this bug it became clear that another bug existed where
17533 the 'pipe' is and-ed with PIPE_* flags, where it should have been
17534 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
17535
17536 Also removed the triple 'get_device_descriptor' sequence, it has no use,
17537 and Windows nor Linux behaves that way.
17538 There is also a poll going on with a timeout when usb_control_msg() fails.
17539 However, the poll is useless, because the flag will never be set on a error,
17540 because there is no code that runs in a parallel that can set this flag.
17541 Changed this to something more logical.
17542
17543 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
17544 Linux is doing. There is no difference anymore in the early initialisation
17545 sequence.
17546
17547 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17548 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17549
a0b1b610
WD
17550commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
17551Author: Nikita V. Youshchenko <yoush@cs.msu.su>
17552Date: Fri Oct 3 00:03:55 2008 +0400
17553
17554 fsl_diu: fix alignment error that caused malloc corruption
17555
17556 When aligning malloc()ed screen_base, invalid offset was added.
17557 This not only caused misaligned result (which did not cause hardware
17558 misbehaviour), but - worse - caused screen_base + smem_len to
17559 be out of malloc()ed space, which in turn caused breakage of
17560 futher malloc()/free() operation.
17561
17562 This patch fixes screen_base alignment.
17563
17564 Also this patch makes memset() that cleans framebuffer to be executed
17565 on first initialization of diu, not only on re-initialization. It looks
17566 correct to clean the framebuffer instead of displaying random garbage;
17567 I believe that was disabled only because that memset caused breakage
17568 of malloc/free described above - which no longer happens with the fix
17569 described above.
17570
17571 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
17572
17573commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
17574Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17575Date: Wed Sep 24 10:29:37 2008 +0200
17576
17577 api: Fix building with CONFIG_API
17578
17579 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
17580
17581 USB_MAX_STOR_DEV is defined in include/usb.h, but
17582 needed in api/api_storage.c.
17583
17584 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17585
17586commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
17587Author: Peter Tyser <ptyser@xes-inc.com>
17588Date: Tue Sep 23 12:39:40 2008 -0500
17589
17590 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
17591
17592 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17593
17594commit 81e612014c40c922ec35488d17c504d4e9286f06
17595Author: Peter Tyser <ptyser@xes-inc.com>
17596Date: Tue Sep 23 12:38:42 2008 -0500
17597
17598 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
17599
17600 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
17601 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
17602 sensor drivers are not necessary
17603
17604 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17605
17606commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
17607Author: Mike Frysinger <vapier@gentoo.org>
17608Date: Tue Oct 14 07:04:38 2008 -0400
17609
17610 cmd_spi: remove broken signed casting for display
17611
17612 Since we're working with unsigned data, you can't apply a signed pointer
17613 cast and then attempt to print the result. Otherwise you get wrong output
17614 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
17615
17616 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17617
17618commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
17619Author: Mike Frysinger <vapier@gentoo.org>
17620Date: Tue Oct 14 07:05:24 2008 -0400
17621
17622 strings cmd: drop old CONFIG_CFG_STRINGS define
17623
17624 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
17625 CONFIG_CMD_STRINGS and Makefile control.
17626
17627 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17628
17629commit fecb5ade3b37f62981f2b05b621005850173aaa9
17630Author: Jason Jin <Jason.jin@freescale.com>
17631Date: Fri Sep 19 17:32:49 2008 +0800
17632
17633 Fix the NAND size overflow issue.
17634
17635 When the total size of all NAND devices exceeds 4 GiB, the size will
17636 overflow. This patch tries to fix this.
17637
17638 Note that we still have a problem when a single NAND device is bigger
17639 than 4 GiB: then the overflow would actually happen earlier, i. e.
17640 when storing the size in nand_info[].size, as nand_info[].size is an
17641 "u_int32_t".
17642
17643 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17644 Signed-off-by: Wolfgang Denk <wd@denx.de>
17645
17646commit 30f574717277238b9014b8136c90eea77196490f
17647Author: Louis Su <louis@asix.com.tw>
17648Date: Wed Jul 9 11:01:37 2008 +0800
17649
17650 AX88180: new gigabit network driver
17651
17652 Signed-off-by: Louis Su <louis@asix.com.tw>
17653 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17654
17655commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
17656Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
17657Date: Tue Aug 19 16:07:03 2008 +0200
17658
17659 enable 10/100M at VSC8601 at tsec driver
17660
17661 Currently VSC8601 doesn't link with 10/100M partners if the
17662 EEPROM/Strapping is not set up.
17663 Setting the auto-neg register fixes this.
17664
17665 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17666 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17667
17668commit 702c85b0e876d587c11acdbb55738ee52acd54f4
17669Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17670Date: Tue Sep 30 15:02:53 2008 +0900
17671
17672 net: ne2000: Divided a function of NE2000 driver
17673
17674 get_prom function was used __attriute__ , but it is not enable.
17675 ax88796.o does not do link besides ne2000.o. When ld is carried
17676 out, get_prom function of ax88796.c is ignored.
17677 This problem is a thing by specifications of ld.
17678 I checked and test this patch on SuperH and MIPS.
17679
17680 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17681 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17682
17683commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
17684Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17685Date: Tue Oct 14 11:10:59 2008 +0900
17686
17687 sh: rsk7203: Add smc911x driver support to board config file
17688
17689 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17690 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17691
17692commit cae6f909baf86357b3c0bd01acfc414348c4d175
17693Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17694Date: Thu Oct 9 13:54:33 2008 +0900
17695
17696 sh: Fix cannot execute a stand-alone application
17697
17698 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
17699
17700 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17701 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17702
17703commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
17704Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17705Date: Wed Oct 8 23:38:00 2008 -0500
17706
17707 fsl_pci_init do not scan bus when configured as an end-point
17708
17709 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17710 Acked-by: Andy Fleming <afleming@freescale.com>
17711
17712commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
17713Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17714Date: Tue Sep 16 17:07:53 2008 -0400
17715
17716 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
17717
17718 This is no longer necessary now that the GD_FLG_RELOC flag is set for
17719 all ARM boards.
17720
17721 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17722
17723commit d977a57356657ba241256231efca32828a5822f9
17724Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17725Date: Sat Sep 13 10:04:32 2008 +0200
17726
17727 Fix lzma uncompress call (image_start wrongly used instead image_len)
17728
17729 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17730
17731commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
17732Author: Nick Spence <nick.spence@freescale.com>
17733Date: Thu Aug 28 14:09:15 2008 -0700
17734
17735 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
17736
17737 This is needed in unlock_ram_in_cache() because it is called from C and
17738 will corrupt the small data area anchor that is kept in R2.
17739
17740 lock_ram_in_cache() is modified similarly as good coding practice, but
17741 is not called from C.
17742
17743 Signed-off-by: Nick Spence <nick.spence@freescale.com>
17744
17745commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
17746Author: Kumar Gala <galak@kernel.crashing.org>
17747Date: Tue Aug 19 15:05:34 2008 -0500
17748
17749 86xx: remove redudant code with lib_ppc/interrupts.c
17750
17751 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
17752 Not know how that happened, but there is no good reason for it.
17753
17754 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
17755 they exist.
17756
17757 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17758
17759commit 0d01f66d235118515b5086b88f82498bc0695d6a
17760Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17761Date: Thu Oct 9 01:26:36 2008 -0500
17762
17763 CFI: cfi_flash write fix for AMD legacy
17764
17765 The flash_unlock_seq requires a sector for AMD_LEGACY.
17766 Fix a retcode check typeo.
17767
17768 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17769 Signed-off-by: Stefan Roese <sr@denx.de>
17770
17771commit 542b385a620a1783454a00424930e51895f45073
17772Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17773Date: Tue Oct 7 13:13:10 2008 +0200
17774
17775 ppc4xx: Fix USB 2.0 phy reset sequence
17776
17777 This patch fixes USB 2.0 communication issues on some DU440 boards.
17778
17779 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17780 Signed-off-by: Stefan Roese <sr@denx.de>
17781
17782commit df8c1ce11114c2260dedb5547281945f7db8fa5c
17783Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17784Date: Tue Oct 7 13:13:09 2008 +0200
17785
17786 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
17787
17788 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17789 Signed-off-by: Stefan Roese <sr@denx.de>
17790
17791commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
17792Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17793Date: Tue Oct 7 13:13:08 2008 +0200
17794
17795 ppc4xx: Fix DU440 GPIO configuration
17796
17797 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17798 Signed-off-by: Stefan Roese <sr@denx.de>
17799
17800commit 35dd025c70fcc4389317db2f2a9d14795172137d
17801Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17802Date: Tue Oct 7 13:13:07 2008 +0200
17803
17804 ppc4xx: Update DU440 config
17805
17806 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17807 Signed-off-by: Stefan Roese <sr@denx.de>
17808
17809commit f3bf9273939ffe1a60a32a2eef909097f15df56b
17810Author: Kumar Gala <galak@kernel.crashing.org>
17811Date: Wed Oct 8 15:36:39 2008 -0500
17812
17813 MPC8572DS: Fix compile warnings
17814
17815 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
17816 compile warnings:
17817
17818 cmd_i2c.c:112: warning: missing braces around initializer
17819 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
17820
17821 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17822
17823commit dffd2446fb041f38ef034b0fcf41e51e5e489159
17824Author: Wolfgang Grandegger <wg@grandegger.com>
17825Date: Tue Sep 30 10:55:57 2008 +0200
17826
17827 85xx: Using proper I2C source clock divider for MPC8544
17828
17829 Measurements with our MPC8544 board showed that the I2C bus frequency
17830 is wrong by a factor of 1.5. Obviously, the interpretation of the
17831 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
17832 correct. There seems to be an error in the 8544 RM.
17833
17834 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
17835
17836commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
17837Author: Rafal Czubak <rcz@semihalf.com>
17838Date: Wed Oct 8 13:41:30 2008 +0200
17839
17840 FSL: Fix get_cpu_board_revision() return value.
17841
17842 get_cpu_board_revision() returned board revision based on information stored
17843 in global static struct eeprom. It should instead use one from local struct
17844 board_eeprom, to which the data is actually read from EEPROM. The bug led to
17845 system hang after printing L1 cache information on U-Boot startup. The problem
17846 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
17847 boards using CFG_I2C_EEPROM_CCID.
17848
17849 The change has been successfully tested on MPC8555CDS system.
17850
17851 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17852
17853commit 747f316cca484ed627a97dd3391febabce384186
17854Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17855Date: Tue Sep 30 20:08:49 2008 +0200
17856
17857 update uImage FIT multi documentation
17858
17859 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17860
17861commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
17862Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17863Date: Tue Sep 30 20:08:36 2008 +0200
17864
17865 move README.imx31 to doc/ and merge with README.mx31
17866
17867 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17868
17869commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
17870Author: Guennadi Liakhovetski <lg@denx.de>
17871Date: Thu Sep 25 20:54:37 2008 +0200
17872
17873 i.MX31: switch to CFG_HZ=1000
17874
17875 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
17876 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
17877 provides 2% or 0.4% precision depending on the
17878 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
17879 boot-delay.
17880
17881 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17882
17883commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
17884Author: gnusercn <gnusercn@gmail.com>
17885Date: Wed Oct 8 18:58:58 2008 +0200
17886
17887 Fix bug: in arch-arm, env_get_char dose not work fine
17888
17889 due to the arm implementation which supposed that U-Boot is in RAM
17890 when we jump to start_armboot
17891
17892 Signed-off-by: gnusercn <gnusercn@gmail.com>
17893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17894
17895commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
17896Author: Adam Graham <agraham@amcc.com>
17897Date: Mon Oct 6 10:16:13 2008 -0700
17898
17899 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
17900
17901 After changing SDRAM_CLKTR phase value rerun the memory preload
17902 initialization sequence (INITPLR) to reset and relock the memory
17903 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
17904 adjustment effects the phase relationship of the internal, to the
17905 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
17906
17907 Signed-off-by: Adam Graham <agraham@amcc.com>
17908 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
17909 Signed-off-by: Stefan Roese <sr@denx.de>
17910
17911commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
17912Author: Haiying Wang <Haiying.Wang@freescale.com>
17913Date: Fri Oct 3 11:48:03 2008 -0400
17914
17915 Remove redundant #define for MPC8536DS
17916
17917 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17918
17919commit 445a7b38308eb05b41de74165b20855db58c7ee5
17920Author: Haiying Wang <Haiying.Wang@freescale.com>
17921Date: Fri Oct 3 11:47:30 2008 -0400
17922
17923 Add ID EEPROM support for MPC8572DS
17924
17925 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
17926 system information like mac addresses etc. This patch enables it.
17927
17928 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17929
17930commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
17931Author: Haiying Wang <Haiying.Wang@freescale.com>
17932Date: Fri Oct 3 11:46:59 2008 -0400
17933
17934 Minor fixes for I2C address on MPC8572DS
17935
17936 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
17937 according to the board spec, and adds the 2nd i2c bus offset.
17938
17939 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17940
17941commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
17942Author: Jason Jin <Jason.jin@freescale.com>
17943Date: Sat Sep 27 14:40:57 2008 +0800
17944
17945 Fix the incorrect DDR clk freq reporting on 8536DS
17946
17947 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
17948 The display is still sync mode DDR freq. This patch try to fix
17949 this. The display DDR freq is now the actual freq in both
17950 sync and async mode.
17951
17952 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17953
17954commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
17955Author: Kumar Gala <galak@kernel.crashing.org>
17956Date: Tue Oct 7 10:28:46 2008 -0500
17957
17958 85xx: Remove setting of *cache-line-size in device trees
17959
17960 ePAPR says if the *cache-block-size is the same as *cache-line-size
17961 than we don't need the *cache-line-size property.
17962
17963 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17964
c0a14aed
WD
17965commit a69a42338dd25408f9fd5390a83bc501749c7e1b
17966Author: Mark Jackson <mpfj@mimc.co.uk>
17967Date: Fri Oct 3 11:48:57 2008 +0100
17968
17969 MIMC200 board now uses CONFIG_DISABLE_CONSOLE
17970
17971 Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
17972 Also fixed default uImage location.
17973
17974 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17975 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17976
a0b1b610
WD
17977commit cd3cb0d9269d155276b00207e3816a9347fd1c92
17978Author: Gerald Van Baren <vanbaren@cideas.com>
17979Date: Sat Oct 4 07:56:06 2008 -0400
17980
17981 libfdt: Fix error in documentation for fdt_get_alias_namelen()
17982
17983 Oops, screwed up the function name in the documenting comment for this
17984 function. Trivial correction in this patch.
17985
17986 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17987 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
17988
17989commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
17990Author: David Gibson <david@gibson.dropbear.id.au>
17991Date: Wed Aug 20 16:55:14 2008 +1000
17992
17993 libfdt: Add function to explicitly expand aliases
17994
17995 Kumar has already added alias expansion to fdt_path_offset().
17996 However, in some circumstances it may be convenient for the user of
17997 libfdt to explicitly get the string expansion of an alias. This patch
17998 adds a function to do this, fdt_get_alias(), and uses it to implement
17999 fdt_path_offset().
18000
18001 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
18002
18003commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
18004Author: Mike Frysinger <vapier@gentoo.org>
18005Date: Thu Oct 2 01:55:38 2008 -0400
18006
18007 cfi_flash: do not reset flash when probe fails
18008
18009 The CFI flash driver starts at flash_init() which calls down into
18010 flash_get_size(). This starts by calling flash_detect_cfi(). If said
18011 function fails, flash_get_size() finishes by attempting to reset the
18012 flash. Unfortunately, it does this with an info->portwidth set to 0x10
18013 which filters down into flash_make_cmd() and that happily smashes the
18014 stack by sticking info->portwidth bytes into a cfiword_t variable that
18015 lives on the stack. On a 64bit system you probably won't notice, but
18016 killing the last 8 bytes on a 32bit system usually leads to a corrupt
18017 return address. Which is what happens on a Blackfin system.
18018
18019 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18020 Signed-off-by: Stefan Roese <sr@denx.de>
18021
18022commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
18023Author: Stefan Roese <sr@denx.de>
18024Date: Fri Sep 26 17:03:26 2008 +0200
18025
18026 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
18027
18028 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
18029 Without this, the chosen node is not overwritten if it already
18030 exists.
18031
18032 Signed-off-by: Stefan Roese <sr@denx.de>
18033
18034commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
18035Author: Jon Loeliger <jdl@freescale.com>
18036Date: Thu Sep 25 11:02:17 2008 -0500
18037
18038 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
18039
18040 Using Gcc 4.3 detected this problem:
18041
18042 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
18043 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
18044 occur when assuming that (X + c) < X is always false
18045
18046 To fix the problem, treat the offset as an unsigned int.
18047
18048 The problem report and proposed fix were provided
18049 by Steve Papacharalambous <stevep@freescale.com>.
18050
18051 Signed-off-by: Jon Loeliger <jdl@freescale.com>
18052
18053commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
18054Author: David Gibson <david@gibson.dropbear.id.au>
18055Date: Fri Aug 29 14:19:13 2008 +1000
18056
18057 libfdt: Fix bugs in fdt_get_path()
18058
18059 The current implementation of fdt_get_path() has a couple of bugs,
18060 fixed by this patch.
18061
18062 First, contrary to its documentation, on success it returns the length
18063 of the node's path, rather than 0. The testcase is correspondingly
18064 wrong, and the patch fixes this as well.
18065
18066 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
18067 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
18068 Specifically this happens when there is insufficient space even to
18069 hold the path's second last component. This behaviour is corrected,
18070 and the testcase updated to check it.
18071
18072 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
18073
18074commit 33af3e6656e84660d397b5dd95abab2dccc36f83
18075Author: Wolfgang Denk <wd@denx.de>
18076Date: Wed Oct 1 12:34:58 2008 +0200
18077
18078 TQM5200: enable support for ATAPI devices
18079
18080 Signed-off-by: Wolfgang Denk <wd@denx.de>
18081
18082commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
18083Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18084Date: Mon Sep 15 05:48:25 2008 +0200
18085
18086 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
18087
18088 we need this due to the arm implementation which supposed that U-Boot
18089 is in RAM when we jump to start_armboot
18090
18091 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
18092 in order to do it for all arm board
18093
18094 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18095
18096commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
18097Author: Kim Phillips <kim.phillips@freescale.com>
18098Date: Wed Sep 24 08:46:25 2008 -0500
18099
18100 mpc83xx: don't disable autoboot
18101
18102 bootdelay set to -1 'permanently' disables autobooting, even if
18103 bootcmd is specified. Change to a positive value to allow
18104 autobooting when a bootcmd is set.
18105
18106 Reported-by: Coray Tate <Coray.Tate@freescale.com>
18107 Cc: Scott Wood <scottwood@freescale.com>
18108 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18109
18110commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
18111Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18112Date: Wed Sep 24 10:42:15 2008 +0900
18113
18114 mpc83xx: Fix typo in include/mpc83xx.h
18115
18116 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
18117
18118 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18119 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18120
18121commit 162c41c03179727a1d14262f703c9a8bc40231fa
18122Author: Kim Phillips <kim.phillips@freescale.com>
18123Date: Tue Sep 23 09:38:49 2008 -0500
18124
18125 mpc83xx: add h/w flash protection to board configs
18126
18127 the operating system may leave flash in a h/w locked state after writing.
18128 This allows u-boot to continue to write flash by enabling h/w unlocking
18129 by default.
18130
18131 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18132
18133commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
18134Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18135Date: Thu Sep 11 21:35:36 2008 +0400
18136
18137 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
18138
18139 The spd_dram code shifts the base address, then masks 20 bits, but
18140 forgets to shift the base address back. Fix this by just masking the
18141 base address correctly.
18142
18143 Found this bug while trying to relocate a DDR memory at the base != 0.
18144
18145 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18146 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18147
18148commit 8fd4166c467a46773f80208bda1ec3b4757747bc
18149Author: Stefan Roese <sr@denx.de>
18150Date: Mon Sep 22 16:10:43 2008 +0200
18151
18152 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
18153
18154 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
18155 either one PCIe node or the SATA node in the device tree blob. This
18156 patch removes the unnecessary and even confusing warning, when the node
18157 is not found at all.
18158
18159 Signed-off-by: Stefan Roese <sr@denx.de>
18160
18161commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
18162Author: Remy Bohmer <linux@bohmer.net>
18163Date: Fri Sep 19 13:30:06 2008 +0200
18164
18165 Add missing device types to dev_print() in part.c
18166
18167 Signed-off-by: Remy Bohmer <linux@bohmer.net>
18168
18169commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
18170Author: Wolfgang Denk <wd@denx.de>
18171Date: Mon Sep 22 22:23:06 2008 +0200
18172
18173 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
18174 eventually leads to a machine check. This change assures that DPRAM
18175 is allocated only once in that case.
18176
18177 Signed-off-by: Gary Jennejohn <garyj@denx.de>
18178 Signed-off-by: Wolfgang Denk <wd@denx.de>
18179
18180commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
18181Author: Laurent Pinchart <laurentp@cse-semaphore.com>
18182Date: Wed Sep 17 17:57:34 2008 +0200
18183
18184 Fix Spartan-3 definitions.
18185
18186 A few Spartan-3 definitions erroneously use Spartan-3E size
18187 constants. This patch fixes them.
18188
18189 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
18190
18191commit 28113e1f0da4146b823ffce37680d31d5685a60b
18192Author: Laurent Pinchart <laurentp@cse-semaphore.com>
18193Date: Wed Sep 17 17:41:58 2008 +0200
18194
18195 Remove duplicate Spartan-3E definition.
18196
18197 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
18198 Signed-off-by: Wolfgang Denk <wd@denx.de>
18199
18200commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
18201Author: Anatolij Gustschin <agust@denx.de>
18202Date: Wed Sep 17 13:46:17 2008 +0200
18203
18204 socrates: change default mtest address range
18205
18206 Running mtest command on socrates without specifying
18207 an address range crashes the board. This patch changes
18208 default mtest address range to prevent this behavior.
18209
18210 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18211
18212commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
18213Author: Anatolij Gustschin <agust@denx.de>
18214Date: Wed Sep 17 12:34:45 2008 +0200
18215
18216 socrates: fix crash after relocation
18217
18218 Currently U-Boot crashes after relocation to RAM.
18219 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
18220 register to READ_LAT + 1 (to the value it was before
18221 conversion of socrates to new DDR code) fixes the
18222 problem.
18223
18224 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18225
18226commit 562788b0a303f3528b920d81f547f5ca77ba528e
18227Author: Anatolij Gustschin <agust@denx.de>
18228Date: Wed Sep 17 11:45:51 2008 +0200
18229
18230 socrates: fix SPD EEPROM address
18231
18232 Commit be0bd8234b9777ecd63c4c686f72af070d886517
18233 changed SPD EEPROM address to 0x51 and DDR SDRAM
18234 detection stopped working. Change this address
18235 back to 0x50.
18236
18237 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18238
18239commit 023824549a370bd185d7129d9a6c86f9be7b86a8
18240Author: Stefan Roese <sr@denx.de>
18241Date: Mon Sep 22 11:06:50 2008 +0200
18242
18243 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
18244
18245 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
18246
18247 Signed-off-by: Stefan Roese <sr@denx.de>
18248
3cbd8231
WD
18249commit e58c41e26cf3c8accd60311be579f452e368e97e
18250Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18251Date: Thu Sep 18 20:13:08 2008 +0900
18252
18253 usb: Fix compile warning of r8a66597-hcd
18254
18255 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18256 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18257
a0b1b610
WD
18258commit b5d10a13525c07ec6374adf840d7c87553b5f189
18259Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18260Date: Thu Sep 18 19:34:36 2008 +0900
18261
18262 sh: Fix compile warning
18263
18264 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18265
18266commit 4a065abf926f128beb36d93449defa0d690e7fef
18267Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18268Date: Thu Sep 18 19:04:26 2008 +0900
18269
18270 sh: Add support watchdog for SH4A core
18271
18272 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
18273 And fix some compile warning.
18274
18275 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18276
18277commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
18278Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18279Date: Wed Sep 17 11:45:26 2008 +0900
18280
18281 sh: Fix typo in SH serial driver
18282
18283 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18284 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18285
18286commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
18287Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18288Date: Wed Sep 17 11:08:36 2008 +0900
18289
18290 sh: Add support any page size and empty_zero_page to SH Linux uImage
18291
18292 Old U-Boot supported 4KB page size only. If this version, Linux
18293 kernel can not get command line from U-Boot.
18294 SH Linux kernel can change page size and empty_zero_page.
18295 This patch support this function and fix promlem.
18296
18297 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18298 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18299
18300commit ce9f99ddb59628f41dc534e892368a7d66dfc774
18301Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18302Date: Thu Aug 28 13:40:52 2008 +0900
18303
18304 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
18305
18306 Add function of smc911x, pkt_data_pull and pkt_data_push.
18307
18308 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18309 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18310
18311commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
18312Author: Wolfgang Denk <wd@denx.de>
18313Date: Thu Sep 18 13:57:32 2008 +0200
18314
18315 ADS5121: fix typo in "rootpath" default setting
18316
18317 Signed-off-by: Wolfgang Denk <wd@denx.de>
18318
3cbd8231
WD
18319commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
18320Author: Remy Bohmer <linux@bohmer.net>
18321Date: Tue Sep 16 14:55:44 2008 +0200
18322
18323 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
18324
18325 There are several differences between Linux, Windows and U-boot for initialising the
18326 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
18327 things really different, and some are wrong (compared to the USB standard).
18328
18329 This patch fixes some errors:
18330 * The NEW_init procedure that was already in the code is good, while the old procedure
18331 is wrong. See code comments for more info.
18332 * On a Control request the data returned by the device can be more than 8 bytes, while
18333 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
18334 This results in a lot of USB sticks not being recognised, and the transmission ended
18335 frequently with a CTL:TIMEOUT Error.
18336 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
18337
18338 Signed-off-by: Remy Bohmer <linux@bohmer.net>
18339 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18340
18341commit 6f5794a6f78b313231256958fd73673c6aacc116
18342Author: Remy Bohmer <linux@bohmer.net>
18343Date: Tue Sep 16 14:55:43 2008 +0200
18344
18345 Refactoring parts of the common USB OHCI code
18346
18347 This patch refactors some large routines of the USB OHCI code by
18348 making some routines smaller and more readable which helps
18349 debugging and understanding the code. (Makes the code looks
18350 somewhat more like the Linux implementation.)
18351
18352 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
18353
18354 Signed-off-by: Remy Bohmer <linux@bohmer.net>
18355 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18356
18357commit be19d324edc1a1d7f393d24e10d164cd94c91a00
18358Author: Remy Bohmer <linux@bohmer.net>
18359Date: Tue Sep 16 14:55:42 2008 +0200
18360
18361 Fix for USB sticks not working on ARM while using GCC 4.x compilers
18362
18363 The GCC-compiler makes an optimisation error while optimising the routine
18364 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
18365 but there lots of compilers out there that makes this error, that it is
18366 probably wiser to workaround it in U-boot itself.
18367
18368 What happens is that the register r3 is used as loop-counter 'i', but gets
18369 overwritten later on. From there it starts using register r3 for several other
18370 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
18371
18372 This error occurs on at least several versions of Code Sourcery Lite compilers
18373 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
18374 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
18375
18376 We work around it by splitting up this routine in 2 parts, and making sure that
18377 the split out part is NOT inlined any longer. This will make GCC spit out assembler
18378 that do not show this problem. Another possibility is to adapt the Makefile to stop
18379 optimisation for the complete file. I think this solution is nicer.
18380
18381 Signed-off-by: Remy Bohmer <linux@bohmer.net>
18382 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18383
a0b1b610
WD
18384commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
18385Author: Wolfgang Denk <wd@denx.de>
18386Date: Wed Sep 17 10:17:55 2008 +0200
18387
18388 Coding style cleanup; update CHANEGLOG
18389
18390 Signed-off-by: Wolfgang Denk <wd@denx.de>
18391
18392commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
18393Author: Victor Gallardo <vgallardo@amcc.com>
18394Date: Tue Sep 16 06:59:13 2008 -0700
18395
18396 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
18397
18398 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
18399 Signed-off-by: Adam Graham <agraham@amcc.com>
18400 Signed-off-by: Stefan Roese <sr@denx.de>
18401
18402commit ce47eb402c5e29a025399dc282246414fc492940
18403Author: Peter Tyser <ptyser@xes-inc.com>
18404Date: Tue Sep 16 10:04:47 2008 -0500
18405
18406 Support for multiple SGMII/TBI interfaces for TSEC ethernet
18407
18408 Fix TBI PHY accesses to use the proper offset in CPU register space. The
18409 previous code would incorrectly access the TBI PHY by reading/writing to CPU
18410 register space at the same location as would be used to access external PHYs.
18411
18412 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18413 Acked-by: Andy Fleming <afleming@freescale.com>
18414
87b4ef56
WD
18415commit 7c803be2eb3cae245dedda438776e08fb122250f
18416Author: Wolfgang Denk <wd@denx.de>
18417Date: Tue Sep 16 18:02:19 2008 +0200
18418
18419 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
18420
18421 After switching to using the CFI flash driver, the correct remapping
18422 of the flash banks was forgotten.
18423
18424 Also, some boards were not adapted, and the old legacy flash driver
18425 was not removed yet.
18426
18427 Signed-off-by: Wolfgang Denk <wd@denx.de>
18428
18429commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
18430Author: Wolfgang Denk <wd@denx.de>
18431Date: Sun Sep 14 00:59:35 2008 +0200
18432
18433 Prepare v2008.10-rc2
18434
18435 Signed-off-by: Wolfgang Denk <wd@denx.de>
18436
18437commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
18438Author: Wolfgang Denk <wd@denx.de>
18439Date: Sat Sep 13 02:23:05 2008 +0200
18440
18441 Coding style cleanup, update CHANGELOG
18442
18443 Signed-off-by: Wolfgang Denk <wd@denx.de>
18444
f12e4549
WD
18445commit 0c32565f536609d78feef35c88bbc39d3ac53a73
18446Author: Peter Tyser <ptyser@xes-inc.com>
18447Date: Wed Sep 10 09:18:34 2008 -0500
18448
18449 Update mailing list email and archive addresses
18450
18451 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18452
18453commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
18454Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
18455Date: Thu Sep 11 15:40:01 2008 +0200
18456
18457 85xx: socrates: autoprobe Lime chip
18458
18459 This patch is an attempt to implement autoprobing for the Lime
18460 presence on the bus.
18461 Configure GPCM for Lime CS2 and try to access chip ID registers.
18462 Second read atempt delivers register values if the chip is present.
18463
18464 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18465
18466commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
18467Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
18468Date: Thu Sep 11 15:40:01 2008 +0200
18469
18470 85xx: socrates: Add support for new image format.
18471
18472 Signed-off-by: Detlev Zundel <dzu@denx.de>
18473
18474commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
18475Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18476Date: Thu Sep 11 17:28:18 2008 +0900
18477
18478 sh: Fix compile error for r2dplus
18479
18480 netdev.h was not include by r2dplus.
18481
18482 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18483
18484commit 56844a22b76c719e600047e23b80465a44d76abd
18485Author: Heiko Schocher <hs@denx.de>
18486Date: Thu Sep 11 08:11:23 2008 +0200
18487
18488 powerpc: Fix bootm to boot up again with a Ramdisk
18489
18490 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
18491 and this stopped Linux from booting with a Ramdisk. This patch fixes
18492 this, by deleting the useless dummy mem reservation.
18493
18494 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
18495 added to of_size, so we dont need anymore a dummy mem reservation.
18496
18497 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
18498 system (=0x44 bytes) and rounded it up to 0x80).
18499
18500 Signed-off-by: Heiko Schocher <hs@denx.de>
18501 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18502
18503commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
18504Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
18505Date: Mon Sep 8 02:46:13 2008 +0200
18506
18507 Add support for LZMA uncompression algorithm.
18508
18509 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
18510 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18511
18512commit 0008b6d968160abe2bfd936493f3a516a7c8da20
18513Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18514Date: Fri Jun 27 23:04:20 2008 +0400
18515
18516 fsl_elbc_nand: ecclayout cleanups
18517
18518 This patch deletes oobavail assignments, they're calculated by the nand
18519 core code in nand_scan_tail, plus current oobavail values are wrong for
18520 the LP NANDs.
18521
18522 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18523 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
18524 Signed-off-by: Scott Wood <scottwood@freescale.com>
18525
18526commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
18527Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18528Date: Fri Jun 27 23:04:13 2008 +0400
18529
18530 fsl_elbc_nand: implement support for flash-based BBT
18531
18532 This patch implements support for flash-based BBT for chips working
18533 through ELBC NAND controller, so that NAND core will not have to re-scan
18534 for bad blocks on every boot.
18535
18536 Because ELBC controller may provide HW-generated ECCs we should adjust
18537 bbt pattern and bbt version positions in the OOB free area.
18538
18539 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18540 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
18541 Signed-off-by: Scott Wood <scottwood@freescale.com>
18542
18543commit 97ae023648e764f794ffb9c52da109d6caf09c47
18544Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18545Date: Fri Jun 27 23:04:04 2008 +0400
18546
18547 fsl_elbc_nand: fix OOB workability for large page NAND chips
18548
18549 For large page chips, nand_bbt is looking into OOB area, and checking
18550 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
18551 reserved for bbt means.
18552
18553 But ELBC driver is specifying ecclayout so that oobfree area starts at
18554 offset 1, so only one byte left for the bbt purposes.
18555
18556 This causes problems with any OOB users, namely JFFS2: after first mount
18557 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
18558
18559 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
18560 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
18561 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
18562 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
18563
18564 And on the next boot, NAND core will rescan for bad blocks, then will
18565 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
18566
18567 To fix the issue we should implement our own bad block pattern: just one
18568 byte at OOB start. Though, this will work only for x8 chips. For x16
18569 chips two bytes must be checked. Since ELBC driver does not support x16
18570 NANDs (yet), we're safe for now.
18571
18572 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18573 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
18574 Signed-off-by: Scott Wood <scottwood@freescale.com>
18575
18576commit 7238ada313057a85409485b8ee21515dc10c07a5
18577Author: Wolfgang Denk <wd@denx.de>
18578Date: Fri Sep 12 13:52:21 2008 +0200
18579
18580 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
18581
18582 Signed-off-by: Wolfgang Denk <wd@denx.de>
18583
18584commit b18410e508a12ba0a177dfc2a386857c806fa96d
18585Author: Stefan Roese <sr@denx.de>
18586Date: Thu Sep 11 13:05:56 2008 +0200
18587
18588 ppc4xx: Enable device tree (FDT) support in zeus board port
18589
18590 Signed-off-by: Stefan Roese <sr@denx.de>
18591
18592commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
18593Author: Stefan Roese <sr@denx.de>
18594Date: Wed Sep 10 16:53:47 2008 +0200
18595
18596 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
18597
18598 This patch fixes a problem introdiced with patch
18599 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
18600 initdram()].
18601
18602 The boards affected are:
18603 - PCI405
18604 - PPChameleonEVB
18605 - quad100hd
18606 - taihu
18607 - zeus
18608
18609 Signed-off-by: Stefan Roese <sr@denx.de>
18610
18611commit 61737c59a3285f6fadf96a5836879898c04ec28d
18612Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18613Date: Thu Sep 11 19:41:26 2008 -0400
18614
18615 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
18616
18617 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18618 Signed-off-by: Stefan Roese <sr@denx.de>
18619
18620commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
18621Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18622Date: Thu Sep 11 19:41:25 2008 -0400
18623
18624 ppc4xx: Fix compilation of v5fx30teval_flash
18625
18626 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18627 Signed-off-by: Stefan Roese <sr@denx.de>
18628
18629commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
18630Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18631Date: Wed Sep 10 17:44:30 2008 -0400
18632
18633 ppc4xx: Fix in-tree build for ppc440-generic boards
18634
18635 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18636 Signed-off-by: Stefan Roese <sr@denx.de>
18637
18638commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
18639Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18640Date: Fri Sep 12 02:20:47 2008 +0200
18641
18642 ARM: synchronize mach-types.h with linux 2.6.27-rc6
18643
18644 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18645
18646commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
18647Author: Jens Scharsig <esw@bus-elektronik.de>
18648Date: Fri Sep 12 02:20:47 2008 +0200
18649
18650 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
18651
18652 This patch prevents linker error on AT91RM9200 boards, if
18653 CONFIG_CMD_I2_TREE is set.
18654 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
18655
18656 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
18657
18658commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
18659Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18660Date: Fri Sep 12 02:20:47 2008 +0200
18661
18662 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
18663
18664 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
18665
18666 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18667
18668commit 03db53335c8eba656a7c44d1555b1a4514383e33
18669Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18670Date: Fri Sep 12 02:20:46 2008 +0200
18671
18672 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
18673
18674 __ARM__ is given by arm_config.mk automatically.
18675
18676 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18677
18678commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
18679Author: Claudio Scordino <claudio@evidence.eu.com>
18680Date: Fri Sep 12 02:20:46 2008 +0200
18681
18682 Fix MACH_TYPE for the AT91RM9200DK board.
18683
18684 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
18685
18686commit 274737e5eb25b2bcd3af3a96da923effd543284f
18687Author: Andrew Dyer <adyer@righthandtech.com>
18688Date: Fri Sep 12 02:20:46 2008 +0200
18689
18690 i.mx change get_timer(base) to return time since base
18691
18692 This patch changes get_timer() for i.MX to return the time since
18693 'base' instead of the time since the counter was at zero.
18694
18695 Symptom seen is flash timeout errors when erasing or programming a
18696 sector using the common cfi flash code.
18697
18698 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18699
18700commit 48fed40575b3e8eae960eb0141509ddd9a73012a
18701Author: Andrew Dyer <adyer@righthandtech.com>
18702Date: Fri Sep 12 02:20:46 2008 +0200
18703
18704 i.MX use u-boot baud rate and don't assume UART master clock
18705
18706 1) Change the i.MX serial driver to use the baud rate set in the
18707 u-boot environment
18708
18709 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
18710
18711 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
18712 one to clear" like other status bits in the reg.)
18713
18714 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18715
18716commit 6e1551a870d360805b9d172dc56d935064abe71d
18717Author: Andrew Dyer <adyer@righthandtech.com>
18718Date: Fri Sep 12 02:20:46 2008 +0200
18719
18720 arm920t fix constant error in start.S
18721
18722 Code in cpu/arm920t/start.S will die with a compilation error if
18723 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
18724 the ARM sub instruction. Change the code so that each is subtracted
18725 independently to avoid the error.
18726
18727 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18728
18729commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
18730Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
18731Date: Fri Sep 12 02:20:40 2008 +0200
18732
18733 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
18734
18735 - Correct Invalid #define of MPUTIM_PTV_MASK for
18736 omap1510 & omap730 register definition
18737
18738 MPUTIM_PTV_MASK is defined as
18739 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
18740
18741 while it should have been
18742 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
18743
18744 - Below Patch corrects the same
18745
18746 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
18747
18748commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
18749Author: Adrian Filipi <adrian.filipi@eurotech.com>
18750Date: Fri Jul 18 11:52:02 2008 -0400
18751
18752 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
18753
18754 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
18755
18756commit eb16135df20535b0d19969f50fb5bd17f95e9c25
18757Author: Guennadi Liakhovetski <lg@denx.de>
18758Date: Thu Aug 28 12:25:11 2008 +0200
18759
18760 i.MX31: document timer precision option
18761
18762 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18763
18764commit 1a6337b01351b82a45b0defa76f08744511c580b
18765Author: Magnus Lilja <lilja.magnus@gmail.com>
18766Date: Fri Aug 29 10:36:18 2008 +0200
18767
18768 i.MX31: Make the SPI bus and chip select configurable for MC13783
18769
18770 The i.MX31 has three SPI buses and each bus has several chip selects
18771 and the MC13783 chip can be connected to any of these. The current
18772 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
18773
18774 This patch makes make MC13783 SPI bus and chip select configurable
18775 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
18776
18777 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18778
18779commit 8c4ebec25b21e355b8488698ec1594da9701fff4
18780Author: Magnus Lilja <lilja.magnus@gmail.com>
18781Date: Fri Aug 29 10:36:17 2008 +0200
18782
18783 i.MX31: Add reset_timer() and modify get_timer_masked().
18784
18785 This patch adds the reset_timer() function (needed by nand_base.c) and
18786 modifies the get_timer_masked() to work in the same way as the omap24xx
18787 function.
18788
18789 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18790
18791commit deeec4991a55de243787002ede24d2331d234fc8
18792Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18793Date: Wed Sep 10 22:48:09 2008 +0200
18794
18795 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
18796
18797 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18798
18799commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
18800Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18801Date: Wed Sep 10 22:48:09 2008 +0200
18802
18803 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
18804
18805 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18806
18807commit 0e8d158664a913392cb01fb11a948d83f72e105e
18808Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18809Date: Wed Sep 10 22:48:06 2008 +0200
18810
18811 rename CFG_ENV macros to CONFIG_ENV
18812
18813 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18814
18815commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
18816Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18817Date: Wed Sep 10 22:48:05 2008 +0200
18818
18819 nvedit: rename error comment to CONFIG_ENV_IS_IN_
18820
18821 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18822
18823commit b64b775e7546ed138df360ceb3a71ee358cb9a01
18824Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18825Date: Wed Sep 10 22:48:05 2008 +0200
18826
18827 cmd_mem: Move conditional compilation to Makefile
18828
18829 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18830
18831commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
18832Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18833Date: Wed Sep 10 22:48:05 2008 +0200
18834
18835 move cmd_get_data_size to command.c
18836
18837 add CMD_DATA_SIZE macro to enable it
18838
18839 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18840
18841commit 507641d2491980531932b9f25dab37fe5e6c3a1a
18842Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18843Date: Wed Sep 10 22:48:04 2008 +0200
18844
18845 env_flash: Move conditional compilation to Makefile
18846
18847 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18848
18849commit 5a1aceb0689e2f731491838970884a673ef7e7d3
18850Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18851Date: Wed Sep 10 22:48:04 2008 +0200
18852
18853 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
18854
18855 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18856
18857commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
18858Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18859Date: Wed Sep 10 22:48:03 2008 +0200
18860
18861 cleanup use of CFG_ENV_IS_IN_FLASH
18862
18863 - #if CFG_ENV_IS_IN_FLASH
18864 - #if (CFG_ENV_IS_IN_FLASH == 1)
18865 - #define CFG_ENV_IS_IN_FLASH 0
18866
18867 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18868
18869commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
18870Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18871Date: Wed Sep 10 22:48:01 2008 +0200
18872
18873 rename environment.c in env_embedded.c to reflect is functionality
18874
18875 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18876
18877commit c0878af6e32f0fd8e13a6ca315b9add64441115a
18878Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18879Date: Wed Sep 10 22:48:01 2008 +0200
18880
18881 env_nowhere: Move conditional compilation to Makefile
18882
18883 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18884
18885commit 93f6d72544da4510a146bc4c93d609b0116cde37
18886Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18887Date: Wed Sep 10 22:48:00 2008 +0200
18888
18889 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
18890
18891 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18892
18893commit 2556ef78113b5f089dfcac5da90bf31dd568397b
18894Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18895Date: Wed Sep 10 22:48:00 2008 +0200
18896
18897 env_sf: Move conditional compilation to Makefile
18898
18899 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18900
18901commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
18902Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18903Date: Wed Sep 10 22:48:00 2008 +0200
18904
18905 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
18906
18907 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18908
18909commit 55c5f49910ec8225347aa1d211352a84de6649b4
18910Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18911Date: Wed Sep 10 22:48:00 2008 +0200
18912
18913 env_onenand: Move conditional compilation to Makefile
18914
18915 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18916
18917commit 9656138ff1a34d4c4768db6b490deffc40ee674b
18918Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18919Date: Wed Sep 10 22:47:59 2008 +0200
18920
18921 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
18922
18923 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18924
18925commit 957a0e69575683efd70ace147746bbb3d8e7c501
18926Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18927Date: Wed Sep 10 22:47:59 2008 +0200
18928
18929 env_nvram: Move conditional compilation to Makefile
18930
18931 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18932
18933commit 9314cee6917444ab88bd4e758da7a30975120187
18934Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18935Date: Wed Sep 10 22:47:59 2008 +0200
18936
18937 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
18938
18939 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18940
18941commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
18942Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18943Date: Wed Sep 10 22:47:59 2008 +0200
18944
18945 env_nand: Move conditional compilation to Makefile
18946
18947 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18948
18949commit 51bfee192099206a4397f15f3b93516e01f58ab0
18950Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18951Date: Wed Sep 10 22:47:58 2008 +0200
18952
18953 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
18954
18955 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18956
18957commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
18958Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18959Date: Wed Sep 10 22:47:58 2008 +0200
18960
18961 env_dataflash: Move conditional compilation to Makefile
18962
18963 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18964
18965commit 057c849c45b9ee19df8ff3acdeee66be52819962
18966Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18967Date: Wed Sep 10 22:47:58 2008 +0200
18968
18969 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
18970
18971 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18972
18973commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
18974Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18975Date: Wed Sep 10 22:47:52 2008 +0200
18976
18977 cmd_eeprom: Move conditional compilation to Makefile
18978
18979 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18980
18981commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
18982Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18983Date: Fri Sep 5 09:19:54 2008 +0200
18984
18985 env_eeprom: Move conditional compilation to Makefile
18986
18987 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18988
18989commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
18990Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18991Date: Fri Sep 5 09:19:30 2008 +0200
18992
18993 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
18994
18995 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18996
18997commit 32628c5008105a732212003d83b75f05e5243bb2
18998Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18999Date: Sat Aug 30 23:54:58 2008 +0200
19000
19001 cmd_mac: Move conditional compilation to Makefile
19002
19003 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
19004 start in commit ad8f8687b78c3e917b173f038926695383c55555
19005
19006 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19007
19008commit e5648acab153f0f429bfc714902c5aaa7879f71b
19009Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19010Date: Sat Aug 30 23:47:41 2008 +0200
19011
19012 cmd_fdc: Move conditional compilation to Makefile
19013
19014 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19015
19016commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
19017Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19018Date: Sat Aug 30 23:47:38 2008 +0200
19019
19020 common/Makefile: add core command section
19021
19022 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19023
19024commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
19025Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19026Date: Sat Aug 30 23:29:57 2008 +0200
19027
19028 cmd_vfd: Move conditional compilation to Makefile
19029
19030 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19031
19032commit 6644641d072aee3087da129d8443187196a4d8a9
19033Author: Scott Wood <scottwood@freescale.com>
19034Date: Wed Sep 10 11:48:49 2008 -0500
19035
19036 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
19037
19038 This is part of the switch to newer upstream MTD code.
19039
19040 Signed-off-by: Scott Wood <scottwood@freescale.com>
19041
19042commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
19043Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19044Date: Sat Aug 30 17:06:55 2008 -0400
19045
19046 ARM DaVinci: Fix broken HW ECC for large page NAND.
19047
19048 Based on original patch by Bernard Blackham <bernard@largestprime.net>
19049
19050 U-boot's HW ECC support for large page NAND on Davinci is completely
19051 broken. Some kernels, such as the 2.6.10 one supported by
19052 MontaVista for DaVinci, rely upon this broken behaviour as they
19053 share the same code for ECCs. In the existing scheme, error
19054 detection *might* work on large page, but error correction
19055 definitely does not. Small page ECC correction works, but the
19056 format is not compatible with the mainline git kernel.
19057
19058 This patch adds ECC code that matches what is currently in the
19059 Davinci git repository (since NAND support was added in 2.6.24).
19060 This makes the ECC and OOB layout written by u-boot compatible with
19061 Linux for both small page and large page devices and fixes ECC
19062 correction for large page devices.
19063
19064 The old behaviour can be restored by defining the macro
19065 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
19066
19067 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19068 Acked-by: Sergey Kubushyn <ksi@koi8.net>
19069 Signed-off-by: Scott Wood <scottwood@freescale.com>
19070
19071commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
19072Author: Heiko Schocher <hs@denx.de>
19073Date: Wed Sep 10 11:15:28 2008 +0200
19074
19075 muas3001: update BR4 settings
19076
19077 Also set up the port pins for using I2C.
19078
19079 Signed-off-by: Heiko Schocher <hs@denx.de>
19080
19081commit 3591293509e0c0bcf244b0f974775bff2e25697e
19082Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
19083Date: Wed Sep 10 09:43:49 2008 +0300
19084
19085 autoscr: Fix one-character lines and non-newline terminated scripts
19086
19087 When not using hush, the autoscr command now executes lines that are
19088 only one character long. It also runs the last line of scripts even if
19089 it does not end in a newline.
19090
19091 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
19092
19093commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
19094Author: Victor Gallardo <vgallardo@amcc.com>
19095Date: Tue Sep 9 15:13:29 2008 -0700
19096
19097 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
19098
19099 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
19100 and glacier.
19101
19102 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
19103
19104commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
19105Author: Heiko Schocher <hs@denx.de>
19106Date: Mon Sep 8 10:21:11 2008 +0200
19107
19108 muas3001: added support for the LM75 sensor.
19109
19110 Signed-off-by: Heiko Schocher <hs@denx.de>
19111
19112commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
19113Author: Heiko Schocher <hs@denx.de>
19114Date: Mon Sep 8 10:20:19 2008 +0200
19115
19116 muas3001: activate WDT for the muas3001 board.
19117
19118 Signed-off-by: Heiko Schocher <hs@denx.de>
19119
19120commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
19121Author: Heiko Schocher <hs@denx.de>
19122Date: Mon Sep 8 10:19:36 2008 +0200
19123
19124 muas3001: added 64MB SDRAM autodetection.
19125
19126 Signed-off-by: Heiko Schocher <hs@denx.de>
19127
19128commit 5251469943895de4bb9a04d5053352cc22acb7d5
19129Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
19130Date: Thu Aug 21 07:12:26 2008 -0700
19131
19132 Fix printf errors under -DDEBUG
19133
19134 Fix printf format-string/arg mismatches under -DDEBUG.
19135
19136 These warnings occur with DEBUG defined for a platform using
19137 cpu/mpc85xx. Users of other architectures can unearth similar
19138 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
19139 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
19140
19141 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
19142 Signed-off-by: Andy Fleming <afleming@freescale.com>
19143
19144commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
19145Author: Wolfgang Denk <wd@denx.de>
19146Date: Tue Sep 9 23:55:18 2008 +0200
19147
19148 Update CHANGELOG, prepare 2008-10-rc1 release
19149
19150 Signed-off-by: Wolfgang Denk <wd@denx.de>
19151
19152commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
19153Author: Kumar Gala <galak@kernel.crashing.org>
19154Date: Mon Sep 8 08:51:29 2008 -0500
19155
19156 85xx: Ensure timebase is zero on secondary cores
19157
19158 The e500um says the timebase is volatile out of reset. To ensure
19159 TB sync works we need to make sure its zero.
19160
19161 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19162
8b9e4787
WD
19163commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
19164Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19165Date: Tue Sep 9 22:18:24 2008 +0200
19166
19167 bootm_load_os: fix load_end debug message
19168
19169 print load_end value not pointer
19170
19171 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19172
19173commit 1d9af0be764960e6cc1c093e97176c3542796820
19174Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19175Date: Tue Sep 9 22:18:23 2008 +0200
19176
19177 bootm: enable fdt support only on ppc, m68k and sparc
19178
19179 ...as done in image.c
19180
19181 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19182
19183commit 748b5274e76f81df85cfcffaffedc323678d0623
19184Author: Markus Heidelberg <markus.heidelberg@web.de>
19185Date: Tue Sep 9 18:51:05 2008 +0200
19186
19187 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
19188
19189 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
19190
19191commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
19192Author: Markus Heidelberg <markus.heidelberg@web.de>
19193Date: Tue Sep 9 17:31:46 2008 +0200
19194
19195 gitignore: add tags files and Vim swap file
19196
19197 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
19198
19199commit 1d9b67b23fca6a25154333733204339802510720
19200Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
19201Date: Tue Sep 9 17:52:47 2008 +0900
19202
19203 add board_eth_init() for sh7785lcr board
19204
19205 Fix the problem that cannot work RTL8169 on sh7785lcr board.
19206
19207 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
19208
19209commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
19210Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19211Date: Wed Aug 6 16:08:41 2008 -0500
19212
19213 mtd: SPI Flash: Support the STMicro Flash
19214
19215 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
19216 M25P40, M25P64, M25P80, M25P128.
19217
19218 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
19219 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19220
f12e4549
WD
19221commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
19222Author: Wolfgang Denk <wd@denx.de>
19223Date: Tue Sep 9 17:55:31 2008 +0200
19224
19225 trab: fix build problem after change to use do_div()
19226
19227 We must link with libgeneric now.
19228
19229 Signed-off-by: Wolfgang Denk <wd@denx.de>
19230
8b9e4787
WD
19231commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
19232Author: Ryan CHEN <ryan.chen@st.com>
19233Date: Wed Aug 20 13:00:17 2008 -0400
19234
19235 Correct drv_usb_kbd_init function
19236
19237 The patch is that check if usb_get_dev_index() function return valid
19238 pointer. If valid, continue. Otherwise return -1.
19239
19240 Signed-off-by: Ryan Chen <ryan.chen@st.com>
19241 Acked-by: Markus Klotzbuecher <mk@denx.de>
19242
19243commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
19244Author: Remy Bohmer <linux@bohmer.net>
19245Date: Wed Aug 20 11:22:02 2008 +0200
19246
19247 Make usb-stop() safe to call multiple times in a row.
19248
19249 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
19250 enabled the usb_stop() command in common/cmd_bootm.c which was
19251 not enabled for some time, because no board did actually set the
19252 CFG_CMD_USB flag. So, now the usb_stop() is executed before
19253 loading the linux kernel.
19254
19255 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
19256 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
19257 If some other piece of code calls usb_stop() before the bootm command,
19258 this command will hangup the system during boot.
19259 (usb start and stop is typically used while booting from usb memory stick)
19260
19261 But, stopping the usb stack twice is useless anyway, and a flag already
19262 existed that kept track on the usb_init()/usb_stop() calls.
19263 So, we now check if the usb stack is really started before we stop it.
19264
19265 This problem is now fixed in both the upper as low-level layer.
19266
19267 Signed-off-by: Remy Bohmer <linux@bohmer.net>
19268 Acked-by: Markus Klotzbuecher <mk@denx.de>
19269
19270commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
19271Author: Wolfgang Denk <wd@denx.de>
19272Date: Tue Sep 9 16:55:47 2008 +0200
19273
19274 Makefile: fix bug introduced by commit 47ffd6c2
19275
19276commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
19277Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19278Date: Tue Sep 9 10:00:33 2008 -0400
19279
19280 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
19281
19282 This patch solves the problems compiling ml507, v5fx30teval and
19283 ppc440-generic out of tree.
19284
19285 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19286
19287commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
19288Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
19289Date: Thu Sep 4 15:35:46 2008 -0300
19290
19291 Fix dev_print when called from usb_stor_info (usb storage command)
19292
19293 Fix output of the usb storage command. It was printing "Device 0: not
19294 available" because IF_TYPE_USB was not included into the switch
19295 statement.
19296
19297 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
19298
19299commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
19300Author: Bartlomiej Sieka <tur@semihalf.com>
19301Date: Tue Sep 9 12:58:16 2008 +0200
19302
19303 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
19304
19305 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
19306
19307commit 919f550dc11a13abf01c6bc713c968de790b8d7c
19308Author: Bartlomiej Sieka <tur@semihalf.com>
19309Date: Tue Sep 9 12:58:15 2008 +0200
19310
19311 FIT: add ability to check hashes of all images in FIT, improve output
19312
19313 - add function fit_all_image_check_hashes() that verifies if all
19314 hashes of all images in the FIT are valid
19315 - improve output of fit_image_check_hashes() when the hash check fails
19316
19317 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
19318
19319commit 1de1fa408967cef6804bb046b904114519bb36f0
19320Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19321Date: Mon Sep 8 20:54:39 2008 +0200
19322
19323 qemu_mips: Update linux bootm to support dynamic cmdline
19324
19325 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19326
19327commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
19328Author: Peter Tyser <ptyser@xes-inc.com>
19329Date: Mon Sep 8 14:56:49 2008 -0500
19330
19331 Add support for booting of INTEGRITY operating system uImages
19332
19333 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19334
19335commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
19336Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19337Date: Mon Sep 8 21:01:29 2008 +0200
19338
19339 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
19340
19341 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19342
19343commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
19344Author: Kumar Gala <galak@kernel.crashing.org>
19345Date: Mon Sep 8 13:57:12 2008 -0500
19346
19347 Remove support for booting ARTOS images
19348
19349 Pantelis Antoniou stated:
19350 AFAIK, it is still used but the products using PPC are long gone.
19351 Nuke it plz (from orbit).
19352
19353 So remove it since it cleans up a usage of env_get_char outside of
19354 the environment code.
19355
19356 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19357
19358commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
19359Author: Wolfgang Denk <wd@denx.de>
19360Date: Tue Sep 9 15:45:18 2008 +0200
19361
19362 Makefile: compile and link each module just once
19363
19364 Several source files need to be compiled and linked when one or more
19365 config options are selected. To allow for easy selection in the
19366 Makefiles yet to avoild multiple compilation (which costs build time)
19367 and especially multiple linking (which causes errors), we use
19368 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
19369
19370 By courtesy of Detlev Zundel who suggested this approach.
19371
19372 Signed-off-by: Wolfgang Denk <wd@denx.de>
19373
19374commit 48d0192fe869948fef14b460b5f0c85bca933693
19375Author: Andreas Engel <andreas.engel@ericsson.com>
19376Date: Mon Sep 8 14:30:53 2008 +0200
19377
19378 Moved conditional compile into Makefile
19379
19380 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
19381
19382commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
19383Author: Andreas Engel <andreas.engel@ericsson.com>
19384Date: Mon Sep 8 10:17:31 2008 +0200
19385
19386 Merged serial_pl010.c and serial_pl011.c.
19387
19388 They only differ in the init function.
19389 This also adds the missing watchdog support for the PL011.
19390
19391 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
19392
19393commit 0817d688f307ee2c0598e79175c94a40ce90337b
19394Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19395Date: Sun Sep 7 17:10:27 2008 -0400
19396
19397 Remove gap fill in srec object v2
19398
19399 SREC files do not need gap fill: The load address is specified in the
19400 file. On the other hand, it can't be avoided in a .bin object. It has
19401 no information about memory location.
19402
19403 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19404
19405commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
19406Author: Markus Heidelberg <markus.heidelberg@web.de>
19407Date: Sun Sep 7 20:18:27 2008 +0200
19408
19409 README: fix missing subdirectory in the documentation
19410
19411 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
19412
19413commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
19414Author: Graeme Russ <graeme.russ@gmail.com>
19415Date: Sun Sep 7 07:08:42 2008 +1000
19416
19417 Update i386 code (sc520_cdp)
19418
19419 Attempt to bring i386 / sc520 inline with master
19420
19421 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19422
19423commit 5608692104efa8d56df803dc79ea41ac3607eee5
19424Author: Guennadi Liakhovetski <lg@denx.de>
19425Date: Thu Sep 4 13:01:49 2008 +0200
19426
19427 fw_env: add NAND support
19428
19429 Add support for environment in NAND with automatic NOR / NAND recognition,
19430 including unaligned environment, bad-block skipping, redundant environment
19431 copy.
19432
19433 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19434
19435commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
19436Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19437Date: Tue Sep 9 09:50:24 2008 +0200
19438
19439 ppc4xx: Fix out-of-tree building of CPCI405 variants
19440
19441 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19442 Acked-by: Stefan Roese <sr@denx.de>
19443
19444commit 59f630588e3fdbd698a0a2798e52a8924e899563
19445Author: Sergei Poselenov <sposelenov@emcraft.com>
19446Date: Fri Aug 15 15:42:11 2008 +0200
19447
19448 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
19449
19450 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19451
19452commit e64987a892353f3d49eb242d997820ef8f538912
19453Author: Anatolij Gustschin <agust@denx.de>
19454Date: Fri Aug 15 15:42:13 2008 +0200
19455
19456 85xx: socrates: Enable Lime support.
19457
19458 This patch adds Lime GDC support together with support for the PWM
19459 backlight control through the w83782d chip. The reset pin of the
19460 latter is attached to GPIO, so we need to reset it in
19461 early_board_init_r.
19462
19463 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19464
19465commit 3e79b588b5199f35016f178fc0d5d1266382097f
19466Author: Detlev Zundel <dzu@denx.de>
19467Date: Fri Aug 15 15:42:12 2008 +0200
19468
19469 85xx: Socrates: Major code update.
19470
19471 - Update the local bus ranges in the FDT for Linux for the various
19472 devices connected to the local bus via chip-select.
19473
19474 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
19475 lower than 66 MHz and uses I/O accessor functions consequently.
19476
19477 - UPM data update.
19478
19479 - Update of default environment and configuration. Use I2C multibus
19480 as we do have two I2C buses. Also enable sdram and ext2 commands.
19481
19482 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19483 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19484 Signed-off-by: Detlev Zundel <dzu@denx.de>
19485
19486commit e8d18541c6ceab821f75faab031740b33fdbfa4b
19487Author: Timur Tabi <timur@freescale.com>
19488Date: Fri Jul 18 16:52:23 2008 +0200
19489
19490 Update Freescale 85xx boards to sys_eeprom.c
19491
19492 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
19493 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
19494 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
19495 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
19496
19497 Signed-off-by: Timur Tabi <timur@freescale.com>
19498
19499commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
19500Author: Wolfgang Denk <wd@denx.de>
19501Date: Tue Sep 9 10:08:02 2008 +0200
19502
19503 lib_ppc/interrupts.c: make board_show_activity() a weak function
19504
19505 This allows to use show_activity() without having to
19506 define an empty board_show_activity() function.
19507
19508 Signed-off-by: Wolfgang Denk <wd@denx.de>
19509
19510commit fe876787f8743883ce58fed61525eaa2f34da4c5
19511Author: Wolfgang Denk <wd@denx.de>
19512Date: Tue Sep 9 10:06:44 2008 +0200
19513
19514 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
19515
19516 Signed-off-by: Wolfgang Denk <wd@denx.de>
19517
19518commit 965de106ba8900372c8b16dc60d5acab7f925e38
19519Author: Wolfgang Denk <wd@denx.de>
19520Date: Tue Sep 9 10:03:47 2008 +0200
19521
19522 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
19523
19524 Signed-off-by: Wolfgang Denk <wd@denx.de>
19525
f12e4549
WD
19526commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
19527Author: Sergei Poselenov <sposelenov@emcraft.com>
19528Date: Fri Aug 15 15:42:11 2008 +0200
19529
19530 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
19531
19532 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19533
19534commit 36241ca29d4804a1006fb3f26069effda5202581
19535Author: Anatolij Gustschin <agust@denx.de>
19536Date: Fri Aug 15 15:42:13 2008 +0200
19537
19538 85xx: socrates: Enable Lime support.
19539
19540 This patch adds Lime GDC support together with support for the PWM
19541 backlight control through the w83782d chip. The reset pin of the
19542 latter is attached to GPIO, so we need to reset it in
19543 early_board_init_r.
19544
19545 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19546
19547commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
19548Author: Detlev Zundel <dzu@denx.de>
19549Date: Fri Aug 15 15:42:12 2008 +0200
19550
19551 85xx: Socrates: Major code update.
19552
19553 - Update the local bus ranges in the FDT for Linux for the various
19554 devices connected to the local bus via chip-select.
19555
19556 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
19557 lower than 66 MHz and uses I/O accessor functions consequently.
19558
19559 - UPM data update.
19560
19561 - Update of default environment and configuration. Use I2C multibus
19562 as we do have two I2C buses. Also enable sdram and ext2 commands.
19563
19564 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19565 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19566 Signed-off-by: Detlev Zundel <dzu@denx.de>
19567
8b9e4787
WD
19568commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
19569Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19570Date: Tue Sep 9 01:22:39 2008 +0200
19571
19572 disk-on-chip: remove duplicate doc_probe declaration
19573
19574 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19575
19576commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
19577Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19578Date: Tue Sep 9 00:59:40 2008 +0200
19579
19580 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
19581
19582 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19583
19584commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
19585Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19586Date: Tue Sep 9 00:59:39 2008 +0200
19587
19588 rs5c372: fix rtc_set prototype
19589
19590 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19591
19592commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
19593Author: Sergei Poselenov <sposelenov@emcraft.com>
19594Date: Thu Aug 14 14:08:28 2008 +0200
19595
19596 ARM: fix warning: target CPU does not support interworking
19597
19598 This patch fixes warnings like this:
19599
19600 start.S:0: warning: target CPU does not support interworking
19601
19602 which come from some ARM cross compilers and are caused by hard-coded
19603 (with "--with-cpu=arm9" configuration option) ARM targets (which
19604 support ARM Thumb instructions), while the ARM target selected from
19605 the command line (with "-march=armv4") doesn't support Thumb
19606 instructions.
19607
19608 This warning is issued by the compiler regardless of the real use of
19609 the Thumb instructions in code.
19610
19611 To fix this problem, we use options according to compiler version
19612 being used.
19613
19614 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19615 Signed-off-by: Wolfgang Denk <wd@denx.de>
19616
19617commit 4265c35fbcb248e58179007621d61d32d0b3b82a
19618Author: Sergei Poselenov <sposelenov@emcraft.com>
19619Date: Thu Aug 14 14:08:28 2008 +0200
19620
19621 ARM: Use do_div() instead of division for "long long".
19622
19623 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19624 Signed-off-by: Wolfgang Denk <wd@denx.de>
19625
f12e4549
WD
19626commit 8febd13c69cb68652577d1a9fcbde954bf784155
19627Author: Timur Tabi <timur@freescale.com>
19628Date: Fri Jul 18 16:52:23 2008 +0200
19629
19630 Update Freescale 85xx boards to sys_eeprom.c
19631
19632 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
19633 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
19634 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
19635 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
19636
19637 Signed-off-by: Timur Tabi <timur@freescale.com>
19638
8b9e4787
WD
19639commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
19640Author: Wolfgang Denk <wd@denx.de>
19641Date: Mon Sep 8 23:26:22 2008 +0200
19642
19643 lib_arm/bootm.c: fix compile warnings
19644
19645 bootm.c:128: warning: label 'error' defined but not used
19646 bootm.c:65: warning: unused variable 'ret'
19647
19648 Signed-off-by: Wolfgang Denk <wd@denx.de>
19649
19650commit 2e3c867d0a63c563a51e65b776973b008f16cec5
19651Author: Wolfgang Denk <wd@denx.de>
19652Date: Mon Sep 8 22:46:42 2008 +0200
19653
19654 ml507: fix out of tree build problem
19655
19656 Signed-off-by: Wolfgang Denk <wd@denx.de>
19657
19658commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
19659Author: Wolfgang Denk <wd@denx.de>
19660Date: Mon Sep 8 22:10:28 2008 +0200
19661
19662 common/cmd_bootm.c: fix printf() format warnings
19663
19664 Signed-off-by: Wolfgang Denk <wd@denx.de>
19665
19666commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
19667Author: Wolfgang Denk <wd@denx.de>
19668Date: Mon Sep 8 22:37:45 2008 +0200
19669
19670 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
19671
19672 missing doc_probe() prototype.
19673
19674 Signed-off-by: Wolfgang Denk <wd@denx.de>
19675
19676commit 2c5e3cc4994897d364b148942ff23e47783198f6
19677Author: Wolfgang Denk <wd@denx.de>
19678Date: Mon Sep 8 21:28:14 2008 +0200
19679
19680 mk48t59: fix compile problem introduced by commit d1e23194
19681
19682 Signed-off-by: Wolfgang Denk <wd@denx.de>
19683
19684commit 5ff889349d2ace13f10c9335e09365fcec8247cc
19685Author: Stefan Roese <sr@denx.de>
19686Date: Mon Sep 8 14:11:12 2008 +0200
19687
19688 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
19689
19690 This patch moves some 4xx specific prototypes out of include common.h
19691 to a ppc4xx specific header.
19692
19693 Signed-off-by: Stefan Roese <sr@denx.de>
19694
19695commit ac53ee8318678190bf3c68da477a84a657d86fb0
19696Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19697Date: Fri Sep 5 15:34:04 2008 +0200
19698
19699 ppc4xx: Update CPCI405(AB) configuration
19700
19701 This patch add FDT support and command line editing capabilities
19702 for CPCI405 and CPCI405AB boards.
19703
19704 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19705 Signed-off-by: Stefan Roese <sr@denx.de>
19706
19707commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
19708Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19709Date: Fri Sep 5 15:34:03 2008 +0200
19710
19711 ppc4xx: Cleanup CPCI405 linker script
19712
19713 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19714 Signed-off-by: Stefan Roese <sr@denx.de>
19715
19716commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
19717Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19718Date: Fri Sep 5 15:34:02 2008 +0200
19719
19720 ppc4xx: Update CPCI405 variants handling
19721
19722 This patch replaces the BOARD_REVISION variable in include/config.mk
19723 by a using a temporary include file in the platform directory.
19724
19725 The former way does not work anymore and the latter is also used by
19726 some other boards.
19727
19728 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19729 Signed-off-by: Stefan Roese <sr@denx.de>
19730
19731commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
19732Author: Stefan Roese <sr@denx.de>
19733Date: Mon Sep 8 10:01:48 2008 +0200
19734
19735 ppc4xx: Remove CONFIG_CS8952_PHY define
19736
19737 Since this define is only used on one board that was never really in
19738 production, removing this compile time option doesn't hurt and makes
19739 the code more readable.
19740
19741 Signed-off-by: Stefan Roese <sr@denx.de>
19742
19743commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
19744Author: Stefan Roese <sr@denx.de>
19745Date: Fri Sep 5 14:11:40 2008 +0200
19746
19747 ppc4xx: Fix compilation warning for PIP405
19748
19749 This patch fixes a compilation warning for the PIP405 board. It moves the
19750 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
19751 occur anymore. I am a little unsure if this #ifdef is at the correct
19752 place now or if it could be removed completely. This needs to get
19753 tested on the PIP405 board.
19754
19755 Signed-off-by: Stefan Roese <sr@denx.de>
19756
19757commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
19758Author: Stefan Roese <sr@denx.de>
19759Date: Fri Sep 5 14:09:09 2008 +0200
19760
19761 ppc4xx: Fix compilation warning for canyonlands & glacier
19762
19763 Signed-off-by: Stefan Roese <sr@denx.de>
19764
19765commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
19766Author: Kumar Gala <galak@kernel.crashing.org>
19767Date: Fri Sep 5 14:40:29 2008 -0500
19768
19769 Fix compiler warning in mpc8xxx ddr code
19770
19771 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
19772 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
19773 ctrl_regs.c:523: note: 'caslat' was declared here
19774
19775 Add a warning in DDR1 case if cas_latency isn't a value we know about.
19776
19777 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19778 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19779
19780commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
19781Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19782Date: Mon Sep 1 23:06:23 2008 +0200
19783
19784 rtc: allow rtc_set to return an error and use it in cmd_date
19785
19786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19787
19788commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
19789Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19790Date: Mon Sep 1 01:16:33 2008 +0200
19791
19792 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
19793
19794 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19795
19796commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
19797Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19798Date: Sun Aug 31 05:37:04 2008 +0900
19799
19800 config.mk: Move arch-specific condition to $(ARCH)_config.mk
19801
19802 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19803
19804commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
19805Author: Kumar Gala <galak@kernel.crashing.org>
19806Date: Fri Aug 29 19:08:29 2008 -0500
19807
19808 Prevent crash if random/invalid ramdisks are passed to bootm
19809
19810 Adds returning an error from the ramdisk detection code if
19811 its not a real ramdisk (invalid). There is no reason we can't
19812 just return back to the console if we detect an invalid
19813 ramdisk or CRC error.
19814
19815 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19816
19817commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
19818Author: Anatolij Gustschin <agust@denx.de>
19819Date: Fri Aug 29 21:04:45 2008 +0200
19820
19821 Prevent crash if random DTB address is passed to bootm
19822
19823 This patch adds bootm_start() return value check. If
19824 error status is returned, we do not proceed further to
19825 prevent board reset or crash as we still can recover
19826 at this point.
19827
19828 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19829
19830commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
19831Author: Andrew Dyer <adyer@righthandtech.com>
19832Date: Fri Aug 29 12:30:39 2008 -0500
19833
19834 clean up some #if !defined() in drivers/video/cfb_console.c
19835
19836 rearrange some #if !defined() / #else / #endif statements to remove
19837 the negative logic.
19838
19839 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
19840
19841commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
19842Author: Kyungmin Park <kmpark@infradead.org>
19843Date: Fri Aug 29 09:02:20 2008 +0900
19844
19845 apollon: use the last memory area for u-boot
19846
19847 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19848
19849commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
19850Author: Heiko Schocher <hs@denx.de>
19851Date: Thu Aug 28 13:50:42 2008 +0200
19852
19853 TQM8272: move NAND part in seperate File
19854
19855 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
19856 because I have no longer access to the hardware.
19857
19858 Signed-off-by: Heiko Schocher <hs@denx.de>
19859
19860commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
19861Author: Heiko Schocher <hs@denx.de>
19862Date: Thu Aug 28 13:48:36 2008 +0200
19863
19864 TQM8272: Fix compiling error for the TQM8272 board.
19865
19866 Fix compile problems caused by
19867 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
19868
19869 Signed-off-by: Heiko Schocher <hs@denx.de>
19870
19871commit 1a7f8ccec981648ccd38fca2535490582eee08e6
19872Author: Kyungmin Park <kmpark@infradead.org>
19873Date: Wed Aug 27 14:45:20 2008 +0900
19874
19875 Add JFFS2 command support on OneNAND
19876
19877 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19878
19879commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
19880Author: Mark Jackson <mpfj@mimc.co.uk>
19881Date: Mon Aug 25 19:21:30 2008 +0100
19882
19883 Allow console input to be disabled
19884
19885 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
19886
19887 When CONFIG_DISABLE_CONSOLE is defined, setting
19888 GD_FLG_DISABLE_CONSOLE disables all console input and output.
19889
19890 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
19891
19892commit 2b22d608f370565c87f55928b524207031419c11
19893Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19894Date: Wed Jul 30 12:39:29 2008 +0200
19895
19896 loads: allow negative offsets
19897
19898 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19899
19900commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
19901Author: Yuri Tikhonov <yur@emcraft.com>
19902Date: Thu Sep 4 11:19:05 2008 +0200
19903
19904 USB EHCI: reset root hub
19905
19906 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
19907 resetting only via EHCI registers. So, this patch adds the
19908 corresponding kind of reset to OHCI's hc_reset() if the newly
19909 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
19910 board).
19911
19912 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19913 Acked-by: Markus Klotzbuecher <mk@denx.de>
19914
19915commit 5875d358f025c1b042d8a0f08384b756de7256c9
19916Author: Yuri Tikhonov <yur@emcraft.com>
19917Date: Fri Aug 15 15:42:09 2008 +0200
19918
19919 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
19920
19921 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19922
19923commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
19924Author: Stefan Roese <sr@denx.de>
19925Date: Fri Sep 5 10:47:46 2008 +0200
19926
19927 devices: Use list_add_tail() instead of list_add() to register a device
19928
19929 This patch fixes a problem spotted on Glacier/Canyonlands (and most
19930 likely lots of other board ports), that no serial output was seen
19931 after console initialization in console_init_r(). This is because the
19932 last added console device was used instead of the first added.
19933
19934 This patch fixes this problem by using list_add_tail() instead of
19935 list_add() to register a device. This way the first added console
19936 is used again.
19937
19938 Signed-off-by: Stefan Roese <sr@denx.de>
19939
19940commit 78d78236896d62bb8ca7302af38d8f1493eb2651
19941Author: Victor Gallardo <vgallardo@amcc.com>
19942Date: Thu Sep 4 23:49:36 2008 -0700
19943
19944 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
19945
19946 This patch adds GPCS, SGMII and M88E1112 PHY support
19947 for the AMCC PPC460GT/EX processors.
19948
19949 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
19950 Signed-off-by: Stefan Roese <sr@denx.de>
19951
19952commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
19953Author: Adam Graham <agraham@amcc.com>
19954Date: Wed Sep 3 12:26:59 2008 -0700
19955
19956 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
19957
19958 Signed-off-by: Adam Graham <agraham@amcc.com>
19959 Signed-off-by: Stefan Roese <sr@denx.de>
19960
19961commit 075d0b81e896e8735ae26372cd384f87cbd24e41
19962Author: Adam Graham <agraham@amcc.com>
19963Date: Wed Sep 3 12:26:28 2008 -0700
19964
19965 ppc4xx: IBM Memory Controller DDR autocalibration routines
19966
19967 Alternate SDRAM DDR autocalibration routine that can be generically used
19968 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
19969 support of more DIMM/memory chip vendors and gets the DDR autocalibration
19970 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
19971
19972 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
19973 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
19974 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
19975 lot longer to run than Method_B. Method_B executes in the same amount of time
19976 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
19977 Normally Method_B is used and it is set as the default method.
19978
19979 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
19980 Controller registers.[bit-field]:
19981 1) SDRAM0_RQDC.[RQFD]
19982 2) SDRAM0_RFDC.[RFFD]
19983
19984 This alternate PPC4xx DDR autocalibration code calibrates the following
19985 IBM SDRAM Controller registers.[bit-field]:
19986
19987 1) SDRAM0_WRDTR.[WDTR]
19988 2) SDRAM0_CLKTR.[CKTR]
19989 3) SDRAM0_RQDC.[RQFD]
19990 4) SDRAM0_RFDC.[RFFD]
19991
19992 and will also use the calibrated settings of the above four registers that
19993 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
19994 register.[bit-field].
19995
19996 Signed-off-by: Adam Graham <agraham@amcc.com>
19997 Signed-off-by: Stefan Roese <sr@denx.de>
19998
19999commit e07f4a8033b6270b8103049adb6456f660ff4a89
20000Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
20001Date: Mon Sep 1 13:09:39 2008 -0400
20002
20003 ppc44x: Unification of virtex5 pp440 boards
20004
20005 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
20006
20007 It unificates 3 different things:
20008
20009 1) Source code
20010 A new board called ppc440-generic has been created. This board includes
20011 a generic tlb initialization (Maps the whole memory into virtual) and
20012 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
20013 so, they can be replaced by specific functions.
20014
20015 If a new board needs to redefine any of the previous functions
20016 (specific initialization) it can create a new directory with the
20017 specific initializations needed. (see the example ml507 board).
20018
20019 2) Configuration file
20020 Common configurations are located under configs/xilinx-ppc440.h, this
20021 header file interpretes the xparameters file generated by EDK and
20022 configurates u-boot in correspondence. Example: if there is a Temac,
20023 allows CMD_CONFIG_NET
20024 Specific configuration are located under specific configuration file.
20025 (see the example ml507 board)
20026
20027 3) Makefile
20028 Some work has been done in order to not duplicate work in the Main
20029 Makefile. Please see the attached code.
20030
20031 In order to support new boards they can be implemented in the next way:
20032
20033 a) Simple Generic Board (90% of the time)
20034 Using EDK generates a new xparameters.h file, replace
20035 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
20036 && make
20037
20038 b) Simple Boards with special u-boot parameters (9 % of the time)
20039 Create a new file under configs for it (use ml507.h as example) and
20040 change your paramaters. Create a new Makefile paragraph and compile
20041
20042 c) Complex boards (1% of the time)
20043 Create a new folder for the board, like the ml507
20044
20045 Finally, it adds support for the Avnet FX30T Evaluation board, following
20046 the new generic structure:
20047
20048 Cheap board by Avnet for evaluating the Virtex5 FX technology.
20049
20050 This patch adds support for:
20051 - UartLite
20052 - 16MB Flash
20053 - 64MB RAM
20054
20055 Prior using U-boot in this board, read carefully the ERRATA by Avnet
20056 to solve some memory initialization issues.
20057
20058 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
20059 Signed-off-by: Stefan Roese <sr@denx.de>
20060
20061commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
20062Author: Nick Spence <nick.spence@freescale.com>
20063Date: Tue Sep 2 15:21:16 2008 -0500
20064
20065 mpc83xx: fix mpc8313 in-tree building with NAND
20066
20067 and add mpc8313 NAND build to MAKEALL
20068
20069 Signed-off-by: Nick Spence <nick.spence@freescale.com>
20070 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20071
20072commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
20073Author: Nick Spence <nick.spence@freescale.com>
20074Date: Thu Aug 28 14:09:25 2008 -0700
20075
20076 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
20077
20078 Cleans up some latent issues with the data cache control so that
20079 dcache_enable() and dcache_disable() will work reliably (after
20080 unlock_ram_in_cache() has been called)
20081
20082 Signed-off-by: Nick Spence <nick.spence@freescale.com>
20083 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20084
20085commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
20086Author: Nick Spence <nick.spence@freescale.com>
20087Date: Thu Aug 28 14:09:19 2008 -0700
20088
20089 mpc83xx: Store and display Arbiter Event Register values
20090
20091 Record the Arbiter Event Register values and optionally display them.
20092
20093 The Arbiter Event Register can record the type and effective address of
20094 an arbiter error, even through an HRESET. This patch stores the values in
20095 the global data structure.
20096
20097 Display of the Arbiter Event registers immediately after the RSR value
20098 can be enabled with defines. The Arbiter values will only be displayed
20099 if an arbiter event has occured since the last Power On Reset, and either
20100 of the following defines exist:
20101 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
20102 and type register values
20103 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
20104 event register values
20105
20106 Address Only transactions are one of the trapped events that can register
20107 as an arbiter event. They occur with some cache manipulation instructions
20108 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
20109 has the MEMORY_COHERENCE WIMG bit set. Setting:
20110 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
20111 only events, so that it can still capture
20112 other real problems.
20113
20114 Signed-off-by: Nick Spence <nick.spence@freescale.com>
20115 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20116
20117commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
20118Author: Nick Spence <nick.spence@freescale.com>
20119Date: Thu Aug 28 14:09:11 2008 -0700
20120
20121 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
20122
20123 This is needed in unlock_ram_in_cache() because it is called from C and
20124 will corrupt the small data area anchor that is kept in R2.
20125
20126 lock_ram_in_cache() is modified similarly as good coding practice, but
20127 is not called from C.
20128
20129 Signed-off-by: Nick Spence <nick.spence@freescale.com>
20130 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20131
20132commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
20133Author: Nick Spence <nick.spence@freescale.com>
20134Date: Fri Aug 22 23:52:50 2008 -0700
20135
20136 MPC83XX: Fix GPIO configuration - set gpio level before direction
20137
20138 Set DAT value before DIR values to avoid creating glitches on the
20139 GPIO signals.
20140
20141 Set gpio level register before direction register to inhibit
20142 glitches on high level output pins.
20143
20144 Dir and data gets cleared at powerup, so high level output lines see
20145 a short low pulse between setting the direction and level registers.
20146
20147 Issue was seen on a new board with the nReset line of the NOR flash
20148 connected to a GPIO. Setting the direction register puts the NOR flash
20149 in reset so the next instruction to set the level cannot get executed.
20150
20151 Signed-off-by: Nick Spence <nick.spence@freescale.com>
20152 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20153 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20154
20155commit 7007c5975ee900ad70983b0681d3251e221f8321
20156Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20157Date: Tue Sep 2 02:58:32 2008 +0200
20158
20159 doc/qemu_mips: add doc howto debug u-boot with gdb
20160
20161 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20162
20163commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
20164Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20165Date: Wed Sep 3 17:15:45 2008 +0200
20166
20167 ppx4xx: Fix broken DASA_SIM board
20168
20169 This patch adds initdram() to DASA_SIM boards that has been
20170 removed accidentally by a previous commit.
20171
20172 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20173 Signed-off-by: Stefan Roese <sr@denx.de>
20174
20175commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
20176Author: Stefan Roese <sr@denx.de>
20177Date: Mon Sep 1 08:35:37 2008 +0200
20178
20179 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
20180
20181 This patch removes some direct references to common/lists.o from some
20182 esd linker scripts. This is necessary because the lists source was moved
20183 and is not in the "common" directory anymore.
20184
20185 Signed-off-by: Stefan Roese <sr@denx.de>
20186
20187commit 97b0734d65f8a0b03df0a335a2addc759da56107
20188Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20189Date: Tue Sep 2 16:33:05 2008 +0200
20190
20191 ppc4xx: Remove obsolete or unused functions from some esd boards
20192
20193 This patch removes initdram() and testdram() from most esd 405 platforms.
20194 Some boards also have an empty dummy implementation of
20195 misc_init_f(). This is also removed.
20196
20197 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20198 Signed-off-by: Stefan Roese <sr@denx.de>
20199
20200commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
20201Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20202Date: Tue Sep 2 15:07:54 2008 +0200
20203
20204 ppc4xx: Update VOM405 board configuration
20205
20206 - remove PCI code
20207 - add command line editing
20208 - minor cleanup
20209
20210 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20211 Signed-off-by: Stefan Roese <sr@denx.de>
20212
20213commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
20214Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20215Date: Tue Sep 2 15:07:53 2008 +0200
20216
20217 ppc4xx: Remove obsolete initdram() function from VOM405 board
20218
20219 This patch removed the obsolete initdram() function from
20220 VOM405 platform file.
20221
20222 Some minor cleanup.
20223
20224 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20225 Signed-off-by: Stefan Roese <sr@denx.de>
20226
20227commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
20228Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20229Date: Tue Sep 2 15:07:52 2008 +0200
20230
20231 ppc4xx: Cleanup VOM405 linker script
20232
20233 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20234 Signed-off-by: Stefan Roese <sr@denx.de>
20235
20236commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
20237Author: Matthias Fuchs <mf@esd.eu>
20238Date: Tue Sep 2 15:07:51 2008 +0200
20239
20240 ppc4xx: Add fdt support for VOM405 boards
20241
20242 Signed-off-by: Matthias Fuchs <mf@esd.eu>
20243 Signed-off-by: Stefan Roese <sr@denx.de>
20244
20245commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
20246Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20247Date: Tue Sep 2 11:36:14 2008 +0200
20248
20249 ppc4xx: Coding style cleanup
20250
20251 Wrap long lines etc.
20252
20253 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20254 Signed-off-by: Stefan Roese <sr@denx.de>
20255
20256commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
20257Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20258Date: Tue Sep 2 11:35:56 2008 +0200
20259
20260 ppc4xx: Enable USB on PLU405 boards
20261
20262 This patch enables the PCI-OHCI controller on PLU405 board.
20263
20264 Also the default CPU frequency is updated to 266 MHz and
20265 command line editing is enabled.
20266
20267 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20268 Signed-off-by: Stefan Roese <sr@denx.de>
20269
20270commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
20271Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20272Date: Tue Sep 2 11:35:35 2008 +0200
20273
20274 ppc4xx: Cleanup PLU405 platform file
20275
20276 This patch
20277 - wraps some long lines
20278 - removes unused/obsolete functions: misc_init_f() and initdram()
20279
20280 Signed-off-by: Matthias Fuchs <mf@esd.eu>
20281 Signed-off-by: Stefan Roese <sr@denx.de>
20282
20283commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
20284Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20285Date: Tue Sep 2 11:35:04 2008 +0200
20286
20287 ppc4xx: Cleanup PLU405 linker script
20288
20289 Signed-off-by: Matthias Fuchs <mf@esd.eu>
20290 Signed-off-by: Stefan Roese <sr@denx.de>
20291
20292commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
20293Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20294Date: Tue Sep 2 11:34:36 2008 +0200
20295
20296 ppc4xx: Add fdt support for PLU405 boards
20297
20298 Signed-off-by: Matthias Fuchs <mf@esd.eu>
20299 Signed-off-by: Stefan Roese <sr@denx.de>
20300
20301commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
20302Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20303Date: Tue Sep 2 11:34:08 2008 +0200
20304
20305 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
20306
20307 Signed-off-by: Matthias Fuchs <mf@esd.eu>
20308 Signed-off-by: Stefan Roese <sr@denx.de>
20309
20310commit be1b0d2777e179191a57b138b660547a17e55aad
20311Author: Jochen Friedrich <jochen@scram.de>
20312Date: Tue Sep 2 11:24:59 2008 +0200
20313
20314 Don't tftp to unknown flash
20315
20316 If a board has a variable number of flash banks, there are empty entries
20317 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
20318 "Outside available Flash". This patch skips flash banks with unknown
20319 flash ids.
20320
20321 Signed-off-by: Jochen Friedrich <jochen@scram.de>
20322 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20323
20324commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
20325Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20326Date: Thu Aug 28 13:40:44 2008 +0900
20327
20328 net: smc911x: Add pkt_data_pull and pkt_data_push function
20329
20330 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
20331 Byte-swapping is necessary, and so poor performance is inevitable.
20332 This problem cannot evade by the swap function of CHIP, this can
20333 evade by software Byte-swapping.
20334 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
20335 functions necessary to solve this problem.
20336
20337 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20338 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20339
20340commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
20341Author: Ben Warren <biggerbadderben@gmail.com>
20342Date: Sun Aug 31 20:37:00 2008 -0700
20343
20344 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
20345
20346 Affected boards:
20347 db64360
20348 db64460
20349 katmai
20350 taihu
20351 taishan
20352 yucca
20353 cpc45
20354 cpu87
20355 eXalion
20356 elppc
20357 debris
20358 kvme080
20359 mpc8315erdb
20360 integratorap
20361 ixdp425
20362 oxc
20363 pm826
20364 pm828
20365 pm854
20366 pm856
20367 ppmc7xx
20368 sc3
20369 sc520_spunk
20370 sorcery
20371 tqm8272
20372 tqm85xx
20373 utx8245
20374
20375 Removed initialization of the driver from net/eth.c
20376 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
20377
20378 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20379
20380commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
20381Author: Ben Warren <biggerbadderben@gmail.com>
20382Date: Sun Aug 31 10:45:44 2008 -0700
20383
20384 Moved initialization of TULIP Ethernet controller to board_eth_init()
20385
20386 Affected boards:
20387 cu824
20388 bab7xx
20389 adciop
20390 dasa_sim
20391 mousse
20392 mpc8540eval
20393 musenki
20394 mvblue
20395 pcippc2/pcippc6
20396 sbc8240
20397 stxssa
20398
20399 Removed initialization of the driver from net/eth.c
20400
20401 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20402
20403commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
20404Author: Ben Warren <biggerbadderben@gmail.com>
20405Date: Sun Aug 31 10:44:19 2008 -0700
20406
20407 Moved initialization of E1000 Ethernet controller to board_eth_init()
20408
20409 Affected boards:
20410 ap1000
20411 mvbc_p
20412 PM854
20413
20414 Removed initialization of the driver from net/eth.c
20415
20416 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20417
20418commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
20419Author: Ben Warren <biggerbadderben@gmail.com>
20420Date: Sun Aug 31 10:40:51 2008 -0700
20421
20422 Moved initialization of plb2800 Ethernet driver to board_eth_init
20423
20424 Affected boards:
20425 purple
20426
20427 Removed initialization of controller from net/eth.c
20428
20429 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20430
20431commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
20432Author: Ben Warren <biggerbadderben@gmail.com>
20433Date: Sun Aug 31 10:39:12 2008 -0700
20434
20435 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
20436
20437 Modified board_eth_init() functions of boards that have this FEC in addition
20438 to other Ethernet controllers.
20439
20440 Affected boards:
20441 bc3450
20442 icecube
20443 mvbc_p
20444 o2dnt
20445 pm520
20446 total5200
20447 tq5200
20448
20449 Removed initialization of controller from net/eth.c
20450
20451 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20452
20453commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
20454Author: Ben Warren <biggerbadderben@gmail.com>
20455Date: Sun Aug 31 10:36:38 2008 -0700
20456
20457 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
20458
20459 Added a cpu_eth_init() function to MPC512x CPU directory and
20460 removed code from net/eth.c
20461
20462 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20463
20464commit 8218bd2aa68820b878a8413493ae17fd8d21f944
20465Author: Ben Warren <biggerbadderben@gmail.com>
20466Date: Sun Aug 31 10:16:59 2008 -0700
20467
20468 Moved initialization of IncaIP Ethernet controller to board_eth_init
20469
20470 Affected boards:
20471 IncaIP
20472
20473 Removed initialization of the driver from net/eth.c
20474
20475 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20476
20477commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
20478Author: Ben Warren <biggerbadderben@gmail.com>
20479Date: Sun Aug 31 10:15:26 2008 -0700
20480
20481 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
20482
20483 Affected boards:
20484 AmigaOneG3SE
20485
20486 Removed initialization of the driver from net/eth.c
20487
20488 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20489
20490commit 6aca145e067efe75398e9fac97822bd3700de0b2
20491Author: Ben Warren <biggerbadderben@gmail.com>
20492Date: Sun Aug 31 10:13:34 2008 -0700
20493
20494 Moved initialization of GT6426x Ethernet controller to board_eth_init()
20495
20496 Affected boards:
20497 EVB64260
20498 P3G4
20499 ZUMA
20500
20501 Removed initialization of the driver from net/eth.c
20502
20503 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20504
20505commit e3090534d62045dcb73f5392bacc64a4e8e443dc
20506Author: Ben Warren <biggerbadderben@gmail.com>
20507Date: Sun Aug 31 10:08:43 2008 -0700
20508
20509 Moved initialization of PCNET Ethernet controller to board_eth_init()
20510
20511 Affected boards:
20512 PN62
20513 sc520_cdp
20514
20515 Removed initialization of the driver from net/eth.c
20516
20517 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20518
20519commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
20520Author: Ben Warren <biggerbadderben@gmail.com>
20521Date: Sun Aug 31 10:07:16 2008 -0700
20522
20523 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
20524
20525 Affected boards:
20526 a3000
20527
20528 Removed initialization of the driver from net/eth.c
20529
20530 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20531
20532commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
20533Author: Ben Warren <biggerbadderben@gmail.com>
20534Date: Sun Aug 31 10:03:22 2008 -0700
20535
20536 Moved initialization of NS8382X Ethernet controller to board_eth_init()
20537
20538 Affected boards:
20539 bc3450
20540 cpci5200
20541 mecp5200
20542 pf2000
20543 icecube
20544 o2dnt
20545 pm520
20546 sandpoint8245
20547 total5200
20548 tqm5200
20549
20550 Removed initialization of the driver from net/eth.c
20551
20552 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20553
20554commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
20555Author: Ben Warren <biggerbadderben@gmail.com>
20556Date: Sun Aug 31 09:59:33 2008 -0700
20557
20558 Moved initialization of TSI108 Ethernet controller to board_eth_init()
20559
20560 Affected boards:
20561 mpc7448hpc2
20562
20563 Removed initialization of the driver from net/eth.c
20564
20565 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20566
20567commit 0b252f50ae218ae15bfb63af44227972686ebc56
20568Author: Ben Warren <biggerbadderben@gmail.com>
20569Date: Sun Aug 31 21:41:08 2008 -0700
20570
20571 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
20572
20573 Affected boards:
20574 hidden_dragon
20575 MPC8544DS
20576 MPC8610HPCN
20577 R2DPLUS
20578 TB0229
20579
20580 Removed initialization of the driver from net/eth.c
20581
20582 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20583
20584commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
20585Author: Ben Warren <biggerbadderben@gmail.com>
20586Date: Sun Aug 31 09:49:42 2008 -0700
20587
20588 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
20589
20590 Affected boards:
20591 linkstation
20592 r7780mp
20593
20594 Removed initialization of the driver from net/eth.c
20595
20596 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20597
20598commit 3ae071e44256144d6c1e3febb65f6c56bd433769
20599Author: Ben Warren <biggerbadderben@gmail.com>
20600Date: Tue Aug 12 22:11:53 2008 -0700
20601
20602 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
20603
20604 Removed at91sam9_eth_initialize() from net/eth.c
20605
20606 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20607
20608commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
20609Author: Ben Warren <biggerbadderben@gmail.com>
20610Date: Sun Aug 31 22:22:04 2008 -0700
20611
20612 Introduce netdev.h header file and remove externs
20613
20614 This addresses all drivers whose initializers have already
20615 been moved to board_eth_init()/cpu_eth_init().
20616
20617 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20618
20619commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
20620Author: Andy Fleming <afleming@freescale.com>
20621Date: Sun Aug 31 16:33:30 2008 -0500
20622
20623 Add pixis_set_sgmii command
20624
20625 The 8544DS and 8572DS platforms support an optional SGMII riser card to
20626 expose ethernet over an SGMII interface. Once the card is in, it is also
20627 necessary to configure the board such that it uses the card, rather than
20628 the on-board ethernet ports. This can either be done by flipping dip switches
20629 on the motherboard, or by modifying registers in the pixis. Either way
20630 requires a reboot.
20631
20632 This adds a command to allow users to choose which ports are routed through
20633 the SGMII card, and which through the onboard ports. It also allows users
20634 to revert to the current switch settings.
20635
20636 This code does not work on the 8572, as the PIXIS is different.
20637
20638 Signed-off-by: Andy Fleming <afleming@freescale.com>
20639 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20640
20641commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
20642Author: Andy Fleming <afleming@freescale.com>
20643Date: Sun Aug 31 16:33:29 2008 -0500
20644
20645 Add SGMII support for the 8544 DS
20646
20647 The 8544 DS has an optional SGMII Riser card, which uses different PHY
20648 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
20649 setup code if so.
20650
20651 Signed-off-by: Andy Fleming <afleming@freescale.com>
20652 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20653
20654commit 652f7c2eef76a1340928bd660845441e932d86a2
20655Author: Andy Fleming <afleming@freescale.com>
20656Date: Sun Aug 31 16:33:28 2008 -0500
20657
20658 Add support for Freescale SGMII Riser Card
20659
20660 The 8544DS and 8572DS systems have an optional SGMII riser card which
20661 exposes new ethernet ports which are connected to the eTSECs via an
20662 SGMII interface. The SGMII PHYs for this board are offset from the standard
20663 PHY addresses, so this code modifies the passed in tsec_info structure to
20664 use the SGMII PHYs on the card, instead.
20665
20666 Signed-off-by: Andy Fleming <afleming@freescale.com>
20667 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20668
20669commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
20670Author: Andy Fleming <afleming@freescale.com>
20671Date: Sun Aug 31 16:33:27 2008 -0500
20672
20673 Add SGMII support to the tsec
20674
20675 Adds support for configuring the TBI to talk properly with the SerDes.
20676
20677 Signed-off-by: Andy Fleming <afleming@freescale.com>
20678 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20679
20680commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
20681Author: Andy Fleming <afleming@freescale.com>
20682Date: Sun Aug 31 16:33:26 2008 -0500
20683
20684 Pass in tsec_info struct through tsec_initialize
20685
20686 The tsec driver contains a hard-coded array of configuration information
20687 for the tsec ethernet controllers. We create a default function that works
20688 for most tsecs, and allow that to be overridden by board code. It creates
20689 an array of tsec_info structures, which are then parsed by the corresponding
20690 driver instance to determine configuration. Also, add regs, miiregs, and
20691 devname fields to the tsec_info structure, so that we don't need the kludgy
20692 "index" parameter.
20693
20694 Signed-off-by: Andy Fleming <afleming@freescale.com>
20695 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20696
20697commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
20698Author: Andy Fleming <afleming@freescale.com>
20699Date: Sun Aug 31 16:33:25 2008 -0500
20700
20701 tsec: Move tsec.h to include/
20702
20703 This is to prepare the way for board code passing in the tsec_info structure
20704
20705 Signed-off-by: Andy Fleming <afleming@freescale.com>
20706 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20707
20708commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
20709Author: Sergei Poselenov <sposelenov@emcraft.com>
20710Date: Fri Jun 6 15:52:44 2008 +0200
20711
20712 PHY: Add support for the M88E1121R Marvell chip.
20713
20714 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20715 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20716 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20717
20718commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
20719Author: Wolfgang Denk <wd@denx.de>
20720Date: Tue Sep 2 21:17:36 2008 +0200
20721
20722 fw_env.c: fix build problems with MTD_VERSION=old
20723
20724 (as needed to support old 2.4 Linux kernel based releases)
20725
20726 Signed-off-by: Wolfgang Denk <wd@denx.de>
20727
20728commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
20729Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20730Date: Mon Sep 1 17:11:26 2008 +0200
20731
20732 device: make device_register() clone the device
20733
20734 This is expected by the callers, but this fact was hidden well within
20735 the old list implementation.
20736
20737 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20738
c0a14aed
WD
20739commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
20740Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20741Date: Mon Sep 1 14:00:07 2008 +0200
20742
20743 avr32: Add support for "GPIO" port mux
20744
20745 The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
20746 all later AVR32 chips. This patch adds a driver for it, implementing the
20747 same API as the existing portmux-pio driver but with more functionality.
20748
20749 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20750
20751commit d92852579546c46bdaac978e0b6767a6645b69e0
20752Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20753Date: Fri Aug 15 15:02:29 2008 +0200
20754
20755 atstk1000: Convert to new-style makefile
20756
20757 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20758
20759commit 25e6854d42c11046a468576179b5494f850311b2
20760Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20761Date: Sun Aug 31 18:46:35 2008 +0200
20762
20763 avr32: use board_early_init_r instead of board_init_info
20764
20765 Replace the avr32-specific board_init_info hook by the standard
20766 board_early_init_r hook and make it optional.
20767
20768 board_early_init_r() runs somewhat earlier than board_init_info used to
20769 do, but this isn't a problem for any of the in-tree boards.
20770
20771 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20772
20773commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
20774Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20775Date: Sun Aug 31 18:24:24 2008 +0200
20776
20777 avr32: Use board_postclk_init instead of gclk_init
20778
20779 Replace the avr32-specific gclk_init() board hook with the standard
20780 board_postclk_init() hook which is supposed to run at the same point
20781 during initialization.
20782
20783 Provide a dummy weak alias for boards not implementing this hook. The
20784 cost of this is:
20785 - 2 bytes for the dummy function (retal 0)
20786 - 2 bytes for each unnecessary function call (short rcall)
20787
20788 which is a pretty small price to pay for avoiding lots of #ifdef
20789 clutter. In this particular case, all boards probably end up slightly
20790 smaller because we avoid the conditional checking if the gclk_init
20791 symbol is NULL.
20792
20793 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20794
20795commit abdde2b1d570b1ee77606bf783444fcddf7f0965
20796Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20797Date: Sun Aug 31 18:07:35 2008 +0200
20798
20799 hammerhead: Use gclk helper functions
20800
20801 Use the new gclk helper functions to set up the PHY clock instead of
20802 accessing the PM registers directly.
20803
20804 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20805
20806commit 98090cd75cdb40b2ab94c806c338540a5716748b
20807Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20808Date: Sun Aug 31 18:05:32 2008 +0200
20809
20810 avr32: Add gclk helper functions
20811
20812 Add two helper functions for configuring and enabling generic clocks:
20813 - gclk_enable_output: Enables output on a GCLKx pin
20814 - gclk_set_rate: Configures a gclk to run at a specific rate
20815
20816 This should eliminate any reason to go mucking about with PM registers
20817 from board code.
20818
20819 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20820
20821commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
20822Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20823Date: Fri Aug 29 21:09:49 2008 +0200
20824
20825 avr32: refactor the portmux/gpio code
20826
20827 - Separate the portmux configuration functionality from the GPIO pin
20828 control API.
20829 - Separate the controller-specific code from the chip-specific code.
20830 - Allow "ganged" port configuration (multiple pins at once).
20831 - Add more flexibility to the "canned" peripheral select functions:
20832 - Allow using more than 23 address bits, more chip selects, as
20833 well as NAND- and CF-specific pins.
20834 - Make the MACB SPEED pin optional, and choose between MII/RMII
20835 using a parameter instead of an #ifdef.
20836 - Make it possible to use other MMC slots than slot 0, and support
20837 different MMC/SDCard data bus widths.
20838 - Use more reasonable pull-up defaults; floating pins may consume a
20839 lot of power.
20840 - Get rid of some custom portmux code from the mimc200 board code. The
20841 old gpio/portmux API couldn't really handle its requirements, but
20842 the new one can.
20843 - Add documentation.
20844
20845 The end result is slightly smaller code for all boards. Which isn't
20846 really the point, but at least it isn't any larger.
20847
20848 This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
20849 the board maintainers could help me test this on their boards. In
20850 particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
20851 can help me out.
20852
20853 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20854 Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
20855 Cc: Mark Jackson <mpfj@mimc.co.uk>
20856 Cc: Alex Raimondi <alex.raimondi@miromico.ch>
20857 Cc: Julien May <julien.may@miromico.ch>
20858
20859 Changes since v1:
20860 * Enable pullup on NWAIT
20861 * Add missing include to portmux-pio.h
20862 * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
20863
20864commit 4c24e8288c601cb773ab02528b48a8577970e867
20865Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20866Date: Sat Aug 30 17:28:36 2008 +0200
20867
20868 avr32: data_bits should reflect the actual number of data bits
20869
20870 Make the data_bits enum in struct sdram_config reflect the actual number
20871 of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
20872 32 bits is just too confusing.
20873
20874 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20875
20876commit 66b7bc5175325809718d8d49ef073bc1036ad71b
20877Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20878Date: Fri Aug 29 17:48:18 2008 +0200
20879
20880 avr32: Update README
20881
20882 Remove some outdated and/or unnecessary information, and add updated
20883 information about the toolchain and buildroot.
20884
20885 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20886
8b9e4787
WD
20887commit c75e772a2f061a508bba28ded1b5bea91f0442b0
20888Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20889Date: Sun Aug 31 23:28:15 2008 +0900
20890
20891 sh: Remove CC line from board's Makefile
20892
20893 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20894
20895commit 468eae0660de6fdfd9999944c536ecc4797bd944
20896Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20897Date: Sun Aug 31 23:25:57 2008 +0900
20898
20899 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
20900
20901 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20902
20903commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
20904Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20905Date: Thu Aug 28 14:50:52 2008 +0900
20906
20907 sh: Add support sh2 to MAKEALL
20908
20909 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20910 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20911
20912commit 6f3d8bb5faa12dbf3031382286784c978df038ee
20913Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20914Date: Thu Aug 28 14:52:23 2008 +0900
20915
20916 sh: Fix compile error rsk7203 board
20917
20918 This boards used old type preprocessor.
20919 This patch fix compile error.
20920
20921 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20922 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20923
20924commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
20925Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20926Date: Thu Aug 28 14:53:31 2008 +0900
20927
20928 sh: Fix compile error sh7785lcr board
20929
20930 This boards used old type preprocessor.
20931 This patch fix compile error.
20932
20933 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20934 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20935
20936commit 6f0da4972e48f99d37bc522814940a6022cd3084
20937Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20938Date: Fri Aug 22 17:39:09 2008 +0900
20939
20940 sh: Renesas Solutions AP325RXA board support
20941
20942 AP325RXA is SH7723's reference board.
20943 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
20944 In this patch, support SCIF, NOR Flash, and Ethernet.
20945
20946 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20947 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20948
20949commit ab09f433b50bb83b5e440c335bc3839ee069e534
20950Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20951Date: Fri Aug 22 17:48:51 2008 +0900
20952
20953 sh: add support Renesas SH7723
20954
20955 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
20956 This patch supports CPU register's header file and SCIF serial driver.
20957
20958 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20959 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20960
20961commit c655fad06ba3fb042dbc667724a40e1a9a091248
20962Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20963Date: Sun Aug 31 23:02:04 2008 +0900
20964
20965 sh: Renesas RSK+ 7203 board support
20966
20967 This adds initial support for the RTE RSK+ SH7203 board.
20968
20969 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20970 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20971
20972commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
20973Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20974Date: Thu Jul 3 23:11:02 2008 +0900
20975
20976 sh: Add support Renesas SH7203 processor
20977
20978 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20979 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20980
20981commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
20982Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20983Date: Sun Aug 31 22:48:33 2008 +0900
20984
20985 sh: Add support SH2/SH2A which is CPU of Renesas Technology
20986
20987 Add support SH2/SH2A basic function.
20988
20989 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20990 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20991
20992commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
20993Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20994Date: Sun Aug 31 22:45:08 2008 +0900
20995
20996 sh: Renesas R0P7785LC0011RL board support
20997
20998 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
20999 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
21000
21001 This patch supports the following functions:
21002 - 128MB DDR2-SDRAM (29-bit address mode only)
21003 - NOR Flash
21004 - USB host
21005 - Ethernet
21006
21007 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
21008 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21009
21010commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
21011Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
21012Date: Thu Jul 10 19:32:53 2008 +0900
21013
21014 sh: add support for SH7785
21015
21016 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
21017 This patch supports CPU register's header file.
21018
21019 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
21020 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21021
21022commit d6e04258be8f2408845468d3cf722a4cf0433445
21023Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21024Date: Sun Aug 31 04:45:42 2008 +0200
21025
21026 davinci: fix remaining dm644x_eth
21027
21028 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21029
21030commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
21031Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21032Date: Sun Aug 31 04:24:56 2008 +0200
21033
21034 fs: Move conditional compilation to Makefile
21035
21036 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21037
21038commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
21039Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21040Date: Sun Aug 31 04:24:55 2008 +0200
21041
21042 devices: merge to list_head
21043
21044 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21045
21046commit ef0255fc75f28655f9681422079287d68a14dbaa
21047Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21048Date: Sun Aug 31 04:24:51 2008 +0200
21049
21050 update linux/list
21051
21052 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21053
21054commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
21055Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21056Date: Sun Aug 31 00:39:48 2008 +0200
21057
21058 smdk6400: add gitignore
21059
21060 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21061
21062commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
21063Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21064Date: Sun Aug 31 00:39:48 2008 +0200
21065
21066 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
21067
21068 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21069
21070commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
21071Author: Guennadi Liakhovetski <lg@denx.de>
21072Date: Sun Aug 31 00:39:47 2008 +0200
21073
21074 smdk6400: remove redundant bootargs definition
21075
21076 Double bootargs setting leads to a duplicated environmant entry.
21077
21078 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21079
21080commit 11edcfe260f20dcea79284a3e95270989d433854
21081Author: Guennadi Liakhovetski <lg@denx.de>
21082Date: Sun Aug 31 00:39:47 2008 +0200
21083
21084 ARM: Add support for S3C6400 based SMDK6400 board
21085
21086 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
21087 driver for it too. The board can also boot from the NOR flash, but due to
21088 hardware limitations it can only address 64KiB on it, which is not enough
21089 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
21090
21091 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21092
21093commit e0056b341069796eaea11eae0fc8eb93a3dceaac
21094Author: Guennadi Liakhovetski <lg@denx.de>
21095Date: Sun Aug 31 00:39:47 2008 +0200
21096
21097 NAND: add NAND driver for S3C64XX
21098
21099 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
21100
21101 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21102
21103commit 3fe7b589f9c7463df39056f8872006a67f56a91c
21104Author: Guennadi Liakhovetski <lg@denx.de>
21105Date: Sun Aug 31 00:39:47 2008 +0200
21106
21107 S3C64XX: remove broken HWFLOW support from the serial driver
21108
21109 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
21110 broken and currently unused. Remove it.
21111
21112 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21113
21114commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
21115Author: Guennadi Liakhovetski <lg@denx.de>
21116Date: Sun Aug 31 00:39:47 2008 +0200
21117
21118 serial: add S3C64XX serial driver
21119
21120 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
21121
21122 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21123
21124commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
21125Author: Guennadi Liakhovetski <lg@denx.de>
21126Date: Sun Aug 31 00:39:46 2008 +0200
21127
21128 USB: Add support for OHCI controller on S3C6400
21129
21130 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
21131 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
21132 it should work too and we could still profit from instruction cache.
21133
21134 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21135
21136commit 9b07773f8883665b002500c190507e9fd99b7181
21137Author: Guennadi Liakhovetski <lg@denx.de>
21138Date: Sun Aug 31 00:39:46 2008 +0200
21139
21140 ARM: Add arm1176 core with S3C6400 SoC
21141
21142 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
21143
21144 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21145
21146commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
21147Author: Sandeep Paulraj <s-paulraj@ti.com>
21148Date: Sun Aug 31 00:39:46 2008 +0200
21149
21150 ARM DaVinci: Changing function names for EMAC driver
21151
21152 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
21153 By replacing all the function names that start with dm644x_* to davinci_*
21154 we make these function more portable. I have tested this change on my EVM.
21155 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
21156 be sending patches that add DaVinci DM6467 support to the list soon.
21157
21158 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
21159
21160commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
21161Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21162Date: Sat Aug 30 23:21:30 2008 +0200
21163
21164 Integrator[AP/CP] - Remove unused file memsetup.S
21165
21166 - memsetup.s is changed/merged to lowlevel_init.S
21167 memsetup.S has a global label memsetup that just returns back to caller
21168 - memsetup global label is changed/merged to lowlevel_init
21169 This label is not called from anywhere.
21170
21171 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
21172
21173commit 89d51d022a63be1a851eda983c8cbce1a044f65f
21174Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21175Date: Wed Aug 27 21:35:52 2008 +0200
21176
21177 ARM DaVinci: Standardize names of directories/files
21178
21179 ARM DaVinci: Standardize names of directories/files.
21180
21181 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21182 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21183
21184commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
21185Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21186Date: Fri Jul 11 15:10:13 2008 -0400
21187
21188 ARM DaVinci: Move common functions to board/davinci/common
21189
21190 ARM DaVinci: Move common functions to board/davinci/common.
21191
21192 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21193
21194commit c2b4b2e4814f4ace9015fdb64132894327400bf0
21195Author: Stefan Roese <sr@denx.de>
21196Date: Fri Aug 29 11:56:49 2008 +0200
21197
21198 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
21199
21200 This function is needed for the new NAND infrastructure. We only need
21201 a dummy implementation though for the NDFC.
21202
21203 Signed-off-by: Stefan Roese <sr@denx.de>
21204
21205commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
21206Author: Stefan Roese <sr@denx.de>
21207Date: Fri Aug 29 12:06:27 2008 +0200
21208
21209 ppc4xx: Increase image size for NAND boot target
21210
21211 This is needed since now with HUSH enabled (amcc-common.h) the image
21212 read from NAND exceeds the previous limit.
21213
21214 Signed-off-by: Stefan Roese <sr@denx.de>
21215
21216commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
21217Author: Ben Warren <biggerbadderben@gmail.com>
21218Date: Thu Aug 28 23:58:30 2008 -0700
21219
21220 Move MPC512x_FEC driver to drivers/net
21221
21222 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21223
21224commit 80b00af01b3c9154774de2936f05a051e92f6a03
21225Author: Ben Warren <biggerbadderben@gmail.com>
21226Date: Thu Aug 28 23:58:29 2008 -0700
21227
21228 Move MPC5xxx_FEC driver to drivers/net
21229
21230 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21231
21232commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
21233Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21234Date: Fri Aug 29 21:53:57 2008 +0200
21235
21236 cmd_terminal: remove no need ifdef
21237
21238 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21239
21240commit 578118bdf122877ae769776be002255be447b4fa
21241Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21242Date: Fri Aug 29 21:53:57 2008 +0200
21243
21244 common/Makefile: order by functionality
21245
21246 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21247
21248commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
21249Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21250Date: Fri Aug 29 21:53:56 2008 +0200
21251
21252 miiphyutil: Move conditional compilation to Makefile
21253
21254 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21255
21256commit 81789c39db3f0f6b621df8c0ec66014d701f368e
21257Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21258Date: Fri Aug 29 21:53:37 2008 +0200
21259
21260 autoscript: Move conditional compilation to Makefile
21261
21262 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21263
21264commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
21265Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21266Date: Fri Aug 29 01:18:11 2008 +0200
21267
21268 crc16: move to lib_generic
21269
21270 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21271
21272commit 55195773eacefb22dd483a3c560ea30a14263ce1
21273Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21274Date: Fri Aug 29 01:18:01 2008 +0200
21275
21276 miiphybb: move to drivers/net/phy
21277
21278 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21279
21280commit e8314035996a9118ac5948df2ff8a2f2161ed67a
21281Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21282Date: Thu Aug 28 12:31:51 2008 +0200
21283
21284 soft_spi: move to drivers/spi
21285
21286 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21287
21288commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
21289Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21290Date: Thu Aug 28 12:31:51 2008 +0200
21291
21292 soft_i2c: move to drivers/i2c
21293
21294 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21295
21296commit 717a222229fdb77703e9174d0eb08a4b41febf49
21297Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21298Date: Thu Aug 28 12:31:48 2008 +0200
21299
21300 gunzip: move to lib_generic
21301
21302 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21303
21304commit 52aef8f9ba28b747973bf76741c23db658d5773c
21305Author: Wolfgang Ocker <weo@reccoware.de>
21306Date: Tue Aug 26 19:55:23 2008 +0200
21307
21308 ppc4xx: NAND configuration
21309
21310 Made NAND bank configuration setting a config variable.
21311
21312 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
21313 Signed-off-by: Stefan Roese <sr@denx.de>
21314
21315commit 5bc542a593abc9e974fbd34704af85c37c366c60
21316Author: Victor Gallardo <vgallardo@amcc.com>
21317Date: Thu Aug 28 16:03:28 2008 -0700
21318
21319 ppc4xx: fix UIC external_interrupt hang on UIC0
21320
21321 This patch fixes a UIC external_interrupt hang if critical or non-critical
21322 interrupt is set at the same time as a normal interrupt is set on UIC0.
21323
21324 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
21325 Signed-off-by: Stefan Roese <sr@denx.de>
21326
21327commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
21328Author: Prodyut Hazarika <phazarika@amcc.com>
21329Date: Wed Aug 27 16:39:00 2008 -0700
21330
21331 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
21332
21333 Removed Magic numbers from Initialization preload registers
21334 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
21335 About 5-7% improvement seen for LMBench memtests
21336
21337 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
21338 Signed-off-by: Stefan Roese <sr@denx.de>
21339
21340commit 8a490422bed685c9491274ec997f62061d88620b
21341Author: John Rigby <jrigby@freescale.com>
21342Date: Thu Aug 28 13:17:07 2008 -0600
21343
21344 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
21345
21346 MPC5121 rev 2 silicon has a new register for controlling how long
21347 CS is asserted after deassertion of ALE in multiplexed mode.
21348
21349 The default is to assert CS together with ALE. The alternative
21350 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
21351
21352 The default is wrong for the NOR flash and CPLD on the ADS5121.
21353
21354 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
21355 it does so conditionally based on silicon rev 2.0 or greater.
21356
21357 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
21358 Signed-off-by: John Rigby <jrigby@freescale.com>
21359
21360commit 5d9a5efa4b332f442b54a755d49969123c3a8742
21361Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21362Date: Tue Aug 19 00:56:46 2008 +0600
21363
21364 Add I2C frequency dividers for ColdFire
21365
21366 The existing I2C freqency dividers for FDR does not apply
21367 to ColdFire platforms; thus, a seperate table is added
21368 based on MCF5xxx Reference Manual
21369
21370 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
21371 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21372 Acked-by: Tabi Timur <timur@freescale.com>
21373
21374commit eec567a67e00d1ed8d941e9098b7d421f4091abf
21375Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21376Date: Tue Aug 19 03:01:19 2008 +0600
21377
21378 ColdFire: I2C fix for multiple platforms
21379
21380 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21381
21382commit d53cf6a9c7423cba668b867978648645f71c3090
21383Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21384Date: Tue Aug 19 00:37:13 2008 +0600
21385
21386 ColdFire: Add CONFIG_MII_INIT for M5272C3
21387
21388 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21389
21390commit f78ced3028d4130b24a318943a70cf5584ab16f4
21391Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21392Date: Tue Aug 19 00:26:25 2008 +0600
21393
21394 ColdFire: Multiple fixes for MCF5445x platforms
21395
21396 Add FEC pin set and mii reset in __mii_init(). Change
21397 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
21398 change cfi_offset to 0, and change CFG_FLASH_CFI to
21399 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
21400 M54455EVB env settings in configuration file.
21401
21402 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21403
21404commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
21405Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21406Date: Fri Aug 15 18:24:25 2008 +0000
21407
21408 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
21409
21410 The user manuals recommend 7.
21411
21412 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
21413 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21414
21415commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
21416Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21417Date: Fri Aug 15 16:50:07 2008 +0000
21418
21419 ColdFire: Raise uart baudrate to 115200 bps
21420
21421 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
21422 uart baudrate increase from 19200 to 115200 bps
21423
21424 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21425
21426commit ab6ba842682552ccf071d0034da0a20633d1d1ac
21427Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21428Date: Wed Aug 13 12:07:03 2008 +0000
21429
21430 ColdFire: Fix board.c warning message
21431
21432 Implicit declaration of nand_init() warning message
21433
21434 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21435
21436commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
21437Author: Kumar Gala <galak@kernel.crashing.org>
21438Date: Wed Aug 27 01:10:34 2008 -0500
21439
21440 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
21441
21442 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21443
21444commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
21445Author: Heiko Schocher <hs@denx.de>
21446Date: Thu Aug 21 20:44:49 2008 +0200
21447
21448 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
21449
21450 Signed-off-by: Heiko Schocher <hs@denx.de>
21451
21452commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
21453Author: Kumar Gala <galak@kernel.crashing.org>
21454Date: Tue Aug 19 14:46:36 2008 -0500
21455
21456 mpc85xx: remove redudant code with lib_ppc/interrupts.c
21457
21458 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
21459 not show how that happened, but there is no good reason for it.
21460
21461 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
21462 they exist.
21463
21464 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21465
21466commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
21467Author: Kumar Gala <galak@kernel.crashing.org>
21468Date: Fri Jul 25 13:31:05 2008 -0500
21469
21470 mpc85xx: Add support for the MPC8536DS reference board
21471
21472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21473 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
21474 Signed-off-by: Dejan Minic <minic@freescale.com>
21475 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21476 Signed-off-by: Dave Liu <daveliu@freescale.com>
21477 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21478
21479commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
21480Author: Kumar Gala <galak@kernel.crashing.org>
21481Date: Tue Aug 12 11:14:19 2008 -0500
21482
21483 mpc85xx: Add support for the MPC8536
21484
21485 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
21486 also have SERDES init code for the 8536.
21487
21488 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21489 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
21490 Signed-off-by: Dejan Minic <minic@freescale.com>
21491 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21492 Signed-off-by: Dave Liu <daveliu@freescale.com>
21493
21494commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
21495Author: Kumar Gala <galak@kernel.crashing.org>
21496Date: Tue Aug 12 11:13:08 2008 -0500
21497
21498 mpc85xx: Add support for the MPC8572DS reference board
21499
21500 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21501
21502commit 457caecdbca3df21a93abff19eab12dbc61b7897
21503Author: Kumar Gala <galak@kernel.crashing.org>
21504Date: Wed Aug 27 01:05:35 2008 -0500
21505
21506 FSL DDR: Remove old SPD support from cpu/mpc85xx
21507
21508 All 85xx boards have been converted to the new code so we can
21509 remove the old SPD DDR setup code.
21510
21511 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21512
21513commit 0e7927db138976469e7257e29c1338050a50fcd9
21514Author: Kumar Gala <galak@kernel.crashing.org>
21515Date: Wed Aug 27 01:04:07 2008 -0500
21516
21517 FSL DDR: Convert STXSSA to new DDR code.
21518
21519 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21520
21521commit c360d9b970fbb9c13744c355879671165bbb9b9e
21522Author: Kumar Gala <galak@kernel.crashing.org>
21523Date: Wed Aug 27 01:03:42 2008 -0500
21524
21525 FSL DDR: Convert STXGP3 to new DDR code.
21526
21527 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21528
21529commit 8e55313b7ae12352a343f9b9962e662dbd897187
21530Author: Kumar Gala <galak@kernel.crashing.org>
21531Date: Tue Aug 26 23:52:58 2008 -0500
21532
21533 FSL DDR: Convert SBC8560 to new DDR code.
21534
21535 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21536
21537commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
21538Author: Kumar Gala <galak@kernel.crashing.org>
21539Date: Tue Aug 26 23:52:32 2008 -0500
21540
21541 FSL DDR: Convert MPC8540EVAL to new DDR code.
21542
21543 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21544
21545commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
21546Author: Kumar Gala <galak@kernel.crashing.org>
21547Date: Tue Aug 26 23:52:07 2008 -0500
21548
21549 FSL DDR: Convert PM856 to new DDR code.
21550
21551 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21552
21553commit d53bd3e17bd4f460257c19255569ea6dcfaae817
21554Author: Kumar Gala <galak@kernel.crashing.org>
21555Date: Tue Aug 26 23:51:49 2008 -0500
21556
21557 FSL DDR: Convert PM854 to new DDR code.
21558
21559 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21560
21561commit 33b9079ba20926f14238fff863b68a98e938948e
21562Author: Kumar Gala <galak@kernel.crashing.org>
21563Date: Tue Aug 26 23:15:28 2008 -0500
21564
21565 FSL DDR: Convert sbc8548 to new DDR code.
21566
21567 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21568
21569commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
21570Author: Kumar Gala <galak@kernel.crashing.org>
21571Date: Tue Aug 26 23:14:14 2008 -0500
21572
21573 FSL DDR: Convert atum8548 to new DDR code.
21574
21575 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21576
21577commit be0bd8234b9777ecd63c4c686f72af070d886517
21578Author: Kumar Gala <galak@kernel.crashing.org>
21579Date: Tue Aug 26 22:56:56 2008 -0500
21580
21581 FSL DDR: Convert socrates to new DDR code.
21582
21583 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21584
21585commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
21586Author: Kumar Gala <galak@kernel.crashing.org>
21587Date: Tue Aug 26 08:02:30 2008 -0500
21588
21589 FSL DDR: Convert MPC8544DS to new DDR code.
21590
21591 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21592
21593commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
21594Author: Jon Loeliger <jdl@freescale.com>
21595Date: Tue Mar 18 13:51:05 2008 -0500
21596
21597 FSL DDR: Convert MPC8568MDS to new DDR code.
21598
21599 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21600 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21601
21602commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
21603Author: Jon Loeliger <jdl@freescale.com>
21604Date: Tue Mar 18 13:51:06 2008 -0500
21605
21606 FSL DDR: Convert MPC8548CDS to new DDR code.
21607
21608 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21609 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21610
21611commit aa11d85cf318b961e029fe50d68ca47d004bce93
21612Author: Jon Loeliger <jdl@freescale.com>
21613Date: Mon Mar 17 15:48:18 2008 -0500
21614
21615 FSL DDR: Convert MPC8541CDS to new DDR code.
21616
21617 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21618 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21619
21620commit 2b40edb10d81da7bba724edbccd7f53777112579
21621Author: Jon Loeliger <jdl@freescale.com>
21622Date: Tue Mar 18 11:12:42 2008 -0500
21623
21624 FSL DDR: Convert MPC8555ADS to new DDR code.
21625
21626 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21627 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21628
21629commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
21630Author: Jon Loeliger <jdl@freescale.com>
21631Date: Tue Mar 18 11:12:44 2008 -0500
21632
21633 FSL DDR: Convert MPC8560ADS to new DDR code.
21634
21635 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21636 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21637
21638commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
21639Author: Kumar Gala <galak@kernel.crashing.org>
21640Date: Fri Jun 6 13:12:18 2008 -0500
21641
21642 FSL DDR: Convert MPC8540ADS to new DDR code.
21643
21644 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21645
21646commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
21647Author: Kumar Gala <galak@kernel.crashing.org>
21648Date: Tue Aug 26 21:34:55 2008 -0500
21649
21650 FSL DDR: Add 85xx specific register setting
21651
21652 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21653
21654commit 6fb1b7346849ccd0c20306143e334f5b76143070
21655Author: Kumar Gala <galak@kernel.crashing.org>
21656Date: Mon Jun 9 11:07:46 2008 -0500
21657
21658 FSL DDR: Add e500 TLB helper for DDR code
21659
21660 Provide a helper function that board code can call to map TLBs when
21661 setting up DDR.
21662
21663 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21664
21665commit d26b739afe5a6760bd345743188759cd9d0f3b47
21666Author: Andrew Dyer <adyer@righthandtech.com>
21667Date: Tue Aug 26 17:03:38 2008 -0500
21668
21669 dm9000 remove dead external phy support, gpio fix
21670
21671 dm9000 has code to detect and initialize external phy parts, but later
21672 on in the code the part is forced to use the internal phy
21673 unconditionally. Remove the unused/untested code.
21674
21675 change the GPIO initialization so that only the GPIO used as an
21676 internal phy reset (hardwired in the chip) is set as an output. The
21677 remaining GPIO need to be handled by board specific code to prevent
21678 possible drive conflicts. Set as inputs for safety.
21679
21680 replace a few magic numbers with defines
21681
21682 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
21683 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21684
21685commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
21686Author: Peter Tyser <ptyser@xes-inc.com>
21687Date: Tue Aug 26 11:17:48 2008 -0500
21688
21689 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
21690
21691 cmd_net.c command descriptions were updated to describe the optional
21692 hostIPaddr argument. The dhcp command help message was also updated
21693 to more closely reflect the other commands in cmd_net.c
21694
21695 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21696 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21697
21698commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
21699Author: Remy Bohmer <linux@bohmer.net>
21700Date: Wed Aug 20 11:30:28 2008 +0200
21701
21702 Fix bogus error message in the DHCP handler
21703
21704 The DHCP handler has 1 state that is not listed in this case, causing a
21705 failure message when there is actually no failure.
21706
21707 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21708 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21709
21710commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
21711Author: Remy Bohmer <linux@bohmer.net>
21712Date: Wed Aug 20 11:30:27 2008 +0200
21713
21714 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
21715
21716 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
21717 missing extern inside the net/bootp.h header
21718
21719 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21720 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21721
21722commit 1803f7f91ff35ca402259065df7557107dcf28a2
21723Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21724Date: Tue Aug 19 21:26:32 2008 +0000
21725
21726 ColdFire: Add FEC Buffer descriptors in SRAM
21727
21728 Add FEC Buffer descriptors and data buffer in SRAM for
21729 faster execution and access.
21730
21731 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21732 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21733
21734commit 429be27ce195210d4b9decf9e867b9ca6155a87d
21735Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21736Date: Thu Aug 21 23:55:11 2008 +0000
21737
21738 Fix ColdFire FEC warning messages
21739
21740 Types mismatch and implicit declaration of icache_invalid()
21741 warning messages
21742
21743 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21744 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21745
21746commit 6a002171098e968bd5b362347d2831224fab6048
21747Author: Ben Warren <biggerbadderben@gmail.com>
21748Date: Sat Jul 12 00:17:50 2008 -0700
21749
21750 Moved initialization of SKGE Ethernet driver to board code.
21751
21752 The only board using this driver is the SL8245 board.
21753 Removed initialization for the driver from net/eth.c
21754
21755 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21756
21757commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
21758Author: Ben Warren <biggerbadderben@gmail.com>
21759Date: Sat Jul 12 00:08:45 2008 -0700
21760
21761 Moved conditional compilation to Makefile for SK98 Ethernet driver
21762
21763 Brute-force removal of #ifdefs. Didn't touch the code.
21764 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21765
21766commit 65d3d99c28dc363d15eaee78225ff643df499b97
21767Author: Ben Warren <biggerbadderben@gmail.com>
21768Date: Fri Jul 11 23:42:19 2008 -0700
21769
21770 Moved initialization of ULI526X Ethernet driver to board code.
21771
21772 The only board using this driver is the Freescale MPC8610HPCD board.
21773 Removed initialization for the driver from net/eth.c
21774
21775 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21776
21777commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
21778Author: Ben Warren <biggerbadderben@gmail.com>
21779Date: Fri Jul 11 23:15:28 2008 -0700
21780
21781 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
21782
21783 Added board_eth_init() function to bf537-stamp board.
21784 Removed initialization for the Blackin EMAC driver from net/eth.c
21785
21786 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21787
21788commit fc363ce35408f348cacced68505f3747a53e3d7c
21789Author: Ben Warren <biggerbadderben@gmail.com>
21790Date: Wed Jul 9 01:04:19 2008 -0700
21791
21792 Moved initialization of GRETH Ethernet driver to CPU directory
21793
21794 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
21795 removed code from net/eth.c
21796
21797 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21798
21799commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
21800Author: Ben Warren <biggerbadderben@gmail.com>
21801Date: Tue Aug 26 22:16:25 2008 -0700
21802
21803 Moved initialization of MCFFEC Ethernet driver to CPU directory
21804
21805 Added a cpu_eth_init() function to coldfire CPU directories and
21806 removed code from net/eth.c
21807
21808 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21809
21810commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
21811Author: Ben Warren <biggerbadderben@gmail.com>
21812Date: Tue Aug 26 22:12:36 2008 -0700
21813
21814 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
21815
21816 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
21817 removed code from net/eth.c
21818
21819 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21820
21821commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
21822Author: Kumar Gala <galak@kernel.crashing.org>
21823Date: Tue Aug 26 15:01:38 2008 -0500
21824
21825 FSL DDR: Remove old SPD support from cpu/mpc86xx
21826
21827 All 86xx boards have been converted to the new code so we can
21828 remove the old SPD DDR setup code.
21829
21830 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21831
21832commit 9bd4e5911b750837515466bc7449087698b88e0e
21833Author: Kumar Gala <galak@kernel.crashing.org>
21834Date: Tue Aug 26 15:01:37 2008 -0500
21835
21836 FSL DDR: Convert SBC8641D to new DDR code.
21837
21838 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21839
21840commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
21841Author: Jon Loeliger <jdl@freescale.com>
21842Date: Tue Aug 26 15:01:36 2008 -0500
21843
21844 FSL DDR: Convert MPC8610HPCD to new DDR code.
21845
21846 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21847 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21848
21849commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
21850Author: Kumar Gala <galak@kernel.crashing.org>
21851Date: Tue Aug 26 15:01:35 2008 -0500
21852
21853 FSL DDR: Convert MPC8641HPCN to new DDR code.
21854
21855 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21856 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21857
21858commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
21859Author: Kumar Gala <galak@kernel.crashing.org>
21860Date: Tue Aug 26 15:01:34 2008 -0500
21861
21862 FSL DDR: Add 86xx specific register setting
21863
21864 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21865
21866commit 233fdd502a6c227f476212b3097653ad48d7e254
21867Author: Kumar Gala <galak@kernel.crashing.org>
21868Date: Tue Aug 26 15:01:32 2008 -0500
21869
21870 FSL DDR: Add DDR2 DIMM paramter support
21871
21872 Compute DIMM parameters based upon the SPD information.
21873
21874 Signed-off-by: James Yang <James.Yang@freescale.com>
21875 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21876 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21877
21878commit 05c05a2363a6ac11e0e405926034546ffad71fad
21879Author: Kumar Gala <galak@kernel.crashing.org>
21880Date: Tue Aug 26 15:01:30 2008 -0500
21881
21882 FSL DDR: Add DDR1 DIMM paramter support
21883
21884 Compute DIMM parameters based upon the SPD information in spd.
21885
21886 Signed-off-by: James Yang <James.Yang@freescale.com>
21887 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21888 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21889
21890commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
21891Author: Kumar Gala <galak@kernel.crashing.org>
21892Date: Tue Aug 26 15:01:29 2008 -0500
21893
21894 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
21895
21896 The main purpose of this rewrite it to be able to share the same
21897 initialization code on all FSL PowerPC products that have DDR
21898 controllers. (83xx, 85xx, 86xx).
21899
21900 The code is broken up into the following steps:
21901 GET_SPD
21902 COMPUTE_DIMM_PARMS
21903 COMPUTE_COMMON_PARMS
21904 GATHER_OPTS
21905 ASSIGN_ADDRESSES
21906 COMPUTE_REGS
21907 PROGRAM_REGS
21908
21909 This allows us to share more code an easily allow for board specific code
21910 overrides.
21911
21912 Additionally this code base adds support for >4G of DDR and provides a
21913 foundation for supporting interleaving on processors with more than one
21914 controller.
21915
21916 Signed-off-by: James Yang <James.Yang@freescale.com>
21917 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21918 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21919 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
21920 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21921
21922commit f784e32b4bce0013983506b11af4b85b8ca3d36e
21923Author: Kumar Gala <galak@kernel.crashing.org>
21924Date: Tue Aug 26 15:01:28 2008 -0500
21925
21926 FSL DDR: Provide a generic set_ddr_laws()
21927
21928 Provide a helper function that will setup the last available
21929 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
21930
21931 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21932
21933commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
21934Author: James Yang <James.Yang@freescale.com>
21935Date: Tue Aug 26 15:01:27 2008 -0500
21936
21937 Add proper SPD definitions for DDR1/2/3
21938
21939 Also adds helper functions for DDR1/2 to verify the checksum.
21940
21941 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21942
21943commit 285db74716c724ae8a0ff177878fd09a74428c7b
21944Author: Wolfgang Denk <wd@denx.de>
21945Date: Wed Aug 27 01:02:48 2008 +0200
21946
21947 Update CHANGELOG
21948
21949 Signed-off-by: Wolfgang Denk <wd@denx.de>
21950
285db747
WD
21951commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
21952Author: Heiko Schocher <hs@denx.de>
21953Date: Tue Aug 19 10:08:49 2008 +0200
21954
21955 Add support for muas3001 board (MPC8270)
21956
21957 Signed-off-by: Heiko Schocher <hs@denx.de>
21958
21959commit 322098bff32410d2a00031649b47c4ec90a66d9a
21960Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21961Date: Tue Aug 19 08:31:18 2008 +0530
21962
21963 common/cmd_load.c cleanup - remove unused variables
21964
21965 - Remove unused global variable os_data_count.
21966 - Remove unused variable z.
21967
21968 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
21969
21970commit 306620b762a4f9fa6678568ad2e8772dec145208
21971Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21972Date: Mon Aug 18 13:35:27 2008 +0200
21973
21974 remove MVS1 board
21975
21976 MVS1 board has reached end-of-life and can be removed completely.
21977
21978 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21979
21980commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
21981Author: Kumar Gala <galak@kernel.crashing.org>
21982Date: Fri Aug 15 08:24:45 2008 -0500
21983
21984 bootm: refactor do_reset and os boot function args
21985
21986 There is no need for each OS specific function to call do_reset() we
21987 can just do it once in bootm. This means its feasible on an error for
21988 the OS boot function to return.
21989
21990 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
21991 functions. flag isn't currently used but might be in the future so
21992 we left it alone.
21993
21994 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21995
21996commit 40afac22a9c602e55c501c800f1c064324711b56
21997Author: Kumar Gala <galak@kernel.crashing.org>
21998Date: Fri Aug 15 08:24:44 2008 -0500
21999
22000 fdt: Added resize command
22001
22002 Resize the fdt to size + padding to 4k boundary
22003
22004 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22005
22006commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
22007Author: Kumar Gala <galak@kernel.crashing.org>
22008Date: Fri Aug 15 08:24:43 2008 -0500
22009
22010 fdt: refactor initrd related code
22011
22012 Created a new fdt_initrd() to deal with setting the initrd properties
22013 in the device tree and fixing up the mem reserve. We can use this
22014 both in the choosen node handling and lets us remove some duplicated
22015 code when we fixup the initrd info in bootm on PPC.
22016
22017 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22018
22019commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
22020Author: Kumar Gala <galak@kernel.crashing.org>
22021Date: Fri Aug 15 08:24:42 2008 -0500
22022
22023 fdt: refactor fdt resize code
22024
22025 Move the fdt resizing code out of ppc specific boot code and into
22026 common fdt support code.
22027
22028 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22029
22030commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
22031Author: Kumar Gala <galak@kernel.crashing.org>
22032Date: Fri Aug 15 08:24:41 2008 -0500
22033
22034 bootm: refactor image detection and os load steps
22035
22036 Created a bootm_start() that handles the parsing and detection of all
22037 the images that will be used by the bootm command (OS, ramdisk, fdt).
22038 As part of this we now tract all the relevant image offsets in the
22039 bootm_headers_t struct. This will allow us to have all the needed
22040 state for future sub-commands and lets us reduce a bit of arch
22041 specific code on SPARC.
22042
22043 Created a bootm_load_os() that deals with decompression and loading
22044 the OS image.
22045
22046 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22047
22048commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
22049Author: Kumar Gala <galak@kernel.crashing.org>
22050Date: Fri Aug 15 08:24:40 2008 -0500
22051
22052 bootm: move lmb into the bootm_headers_t structure
22053
22054 To allow for persistent state between future bootm subcommands we
22055 need the lmb to exist in a global state.
22056 Moving it into the bootm_headers_t allows us to do that.
22057
22058 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22059
22060commit 54f9c86691309b2f919f567f9255b8bcad2c7651
22061Author: Kumar Gala <galak@kernel.crashing.org>
22062Date: Fri Aug 15 08:24:39 2008 -0500
22063
22064 bootm: Set working fdt address as part of the bootm flow
22065
22066 Set the fdt working address so "fdt FOO" commands can be used as part
22067 of the bootm flow. Also set an the environment variable "fdtaddr"
22068 with the value.
22069
22070 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22071
22072commit 06a09918f3903450313e2047a9cc258bf5872f46
22073Author: Kumar Gala <galak@kernel.crashing.org>
22074Date: Fri Aug 15 08:24:38 2008 -0500
22075
22076 bootm: refactor fdt locating and relocation code
22077
22078 Move the code that handles finding a device tree blob and relocating
22079 it (if needed) into common code so all arch's have access to it.
22080
22081 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22082
22083commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
22084Author: Kumar Gala <galak@kernel.crashing.org>
22085Date: Fri Aug 15 08:24:37 2008 -0500
22086
22087 bootm: refactor ramdisk locating code
22088
22089 Move determing if we have a ramdisk and where its located into the
22090 common code. Keep track of the ramdisk start and end in the
22091 bootm_headers_t image struct.
22092
22093 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22094
22095commit c160a9544743e80e8889edb2275538e7764ce334
22096Author: Kumar Gala <galak@kernel.crashing.org>
22097Date: Fri Aug 15 08:24:36 2008 -0500
22098
22099 bootm: refactor entry point code
22100
22101 Move entry point code out of each arch and into common code.
22102 Keep the entry point in the bootm_headers_t images struct.
22103
22104 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22105
22106commit 20220d22b9f41446288588cd2e457e0077a18bed
22107Author: Randy Vinson <rvinson@mvista.com>
22108Date: Wed Aug 13 11:44:57 2008 -0700
22109
22110 mpc7448hpc2: Fix PCI I/O space mapping.
22111
22112 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
22113 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
22114 space such that 0xFA000000 in the processor's address space maps to 0
22115 on the PCI I/O bus.
22116
22117 Signed-off-by Randy Vinson <rvinson@mvista.com>
22118 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
22119
22120commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
22121Author: Guennadi Liakhovetski <lg@denx.de>
22122Date: Wed Aug 13 18:10:26 2008 +0200
22123
22124 i.MX31: Specify maintainers for i.MX31-based boards
22125
22126 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22127 Signed-off-by: Wolfgang Denk <wd@denx.de>
22128
22129commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
22130Author: Wolfgang Denk <wd@denx.de>
22131Date: Tue Aug 26 15:01:28 2008 +0200
22132
22133 ADS5121: adjust image addresses in RAM and flash
22134
22135 Use the same mapping in flash as used by Linux
22136
22137 Signed-off-by: Wolfgang Denk <wd@denx.de>
22138
22139commit 19f101412c16edee9fd55db4039e1d68a833b28b
22140Author: Wolfgang Denk <wd@denx.de>
22141Date: Tue Aug 26 13:14:34 2008 +0200
22142
22143 cmd_mem.c: Fix help message alignment
22144
22145 Bug was introced by "Big white-space cleanup" (53677ef1)
22146
22147 Signed-off-by: Wolfgang Denk <wd@denx.de>
22148
22149commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
22150Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
22151Date: Wed Aug 20 11:11:52 2008 +0200
22152
22153 change mvBL-M7 default env and move to vendor subdir
22154
22155 fix mvBL-M7 config and move to matrix_vision subdir
22156
22157 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22158 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22159
22160commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
22161Author: Nick Spence <nick.spence@freescale.com>
22162Date: Fri Aug 22 23:52:40 2008 -0700
22163
22164 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
22165
22166 This patch adds elements to the 83xx sysconf structure and #define values that are used
22167 by mpc83xx family devices.
22168
22169 Signed-off-by: Nick Spence <nick.spence@freescale.com>
22170 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22171
22172commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
22173Author: Ira W. Snyder <iws@ovro.caltech.edu>
22174Date: Fri Aug 22 11:00:15 2008 -0700
22175
22176 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
22177
22178 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
22179 PCI card rather than a host computer.
22180
22181 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
22182 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22183
22184commit 4ff9aea9d6b5602683a920951ef896996438af62
22185Author: Ira W. Snyder <iws@ovro.caltech.edu>
22186Date: Fri Aug 22 11:00:14 2008 -0700
22187
22188 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
22189
22190 This adds a helper function to unlock the PCI configuration bit, so that
22191 any extra PCI setup (such as outbound windows, etc.) can be done after
22192 using the 83XX_GENERIC_PCI code to set up the PCI bus.
22193
22194 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
22195 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22196
22197commit 162338e1fcde231ca4d562e5ebd7859456731691
22198Author: Ira W. Snyder <iws@ovro.caltech.edu>
22199Date: Fri Aug 22 11:00:13 2008 -0700
22200
22201 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
22202
22203 Change the MPC8349EMDS board to use the generic PCI initialization code
22204 for the mpc83xx cpu.
22205
22206 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
22207 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22208
22209commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
22210Author: Kim Phillips <kim.phillips@freescale.com>
22211Date: Mon Aug 25 14:53:09 2008 -0500
22212
22213 fix out of tree building
22214
22215 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22216
22217commit a49d10cf027d059ee15c262010a05cdaec0961e1
22218Author: Wolfgang Denk <wd@denx.de>
22219Date: Mon Aug 25 23:45:41 2008 +0200
22220
22221 Minor coding style cleanup, updte CHANGELOG
22222
22223 Signed-off-by: Wolfgang Denk <wd@denx.de>
22224
a49d10cf
WD
22225commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
22226Author: Stefan Roese <sr@denx.de>
22227Date: Wed Aug 20 20:29:38 2008 +0200
22228
22229 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
22230
22231 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
22232 to combine both config options into one line. This even allows defining
22233 both options and not generating the target object twice.
22234
22235 Signed-off-by: Stefan Roese <sr@denx.de>
22236
22237commit 079edb913dbae147b50a488cf02e03f473fc5f28
22238Author: Jens Gehrlein <sew_s@tqs.de>
22239Date: Fri Jul 4 16:50:05 2008 +0200
22240
22241 MX31: fix bit masks in function mx31_decode_pll()
22242
22243 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
22244
22245 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
22246
22247commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
22248Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22249Date: Mon Aug 25 11:11:34 2008 +0200
22250
22251 Correct ARM Versatile Timer Initialization
22252
22253 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
22254 -- Timer Value Register @ TIMER Base + 4 is Read-only.
22255 -- Prescale Value (Bits 3-2 of TIMER Control register)
22256 can only be one of 00,01,10. 11 is undefined.
22257 -- CFG_HZ for Versatile board is set to
22258 #define CFG_HZ (1000000 / 256)
22259 So Prescale bits is set to indicate
22260 - 8 Stages of Prescale, Clock divided by 256
22261 - The Timer Control Register has one Undefined/Shouldn't Use Bit
22262 So we should do read/modify/write Operation
22263
22264 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
22265
22266commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
22267Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22268Date: Mon Aug 25 11:30:29 2008 +0200
22269
22270 Add ARM AMBA PL031 RTC Support
22271
22272 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22273
22274commit e39411674669cc880e1ec4a8ca4794fb15c33a45
22275Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22276Date: Tue Aug 19 16:21:03 2008 -0400
22277
22278 ARM DaVinci: Removed redundant NAND initialization code.
22279
22280 ARM DaVinci: Removed redundant NAND initialization code.
22281
22282 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22283
22284commit b3fb663b20d995ca41327db877ddb168279b3f62
22285Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22286Date: Tue Aug 19 16:21:00 2008 -0400
22287
22288 ARM DaVinci: Fix compilation error with new MTD code.
22289
22290 ARM DaVinci: Fix compilation error with new MTD code.
22291
22292 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22293
22294commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
22295Author: Gerald Van Baren <vanbaren@cideas.com>
22296Date: Fri Aug 22 14:37:05 2008 -0400
22297
22298 Add note on dereferencing /aliases pointers
22299
22300 Replace the "must quote special characters" note with a hint on
22301 how to dereference /aliases pointers by omitting the leading "/".
22302 This feature was introduced by Kumar Gala as a libfdt enhancement
22303 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
22304
22305 Example:
22306
22307 => fdt print /aliases
22308 aliases {
22309 ethernet0 = "/qe@e0100000/ucc@2000";
22310 ethernet1 = "/qe@e0100000/ucc@3000";
22311 serial0 = "/soc8360@e0000000/serial@4500";
22312 serial1 = "/soc8360@e0000000/serial@4600";
22313 pci0 = "/pci@e0008500";
22314 };
22315 => fdt print ethernet0
22316 ucc@2000 {
22317 device_type = "network";
22318 compatible = "ucc_geth";
22319 cell-index = <0x1>;
22320 reg = <0x2000 0x200>;
22321 interrupts = <0x20>;
22322 interrupt-parent = <0x2>;
22323 local-mac-address = [00 00 00 00 00 00];
22324 rx-clock-name = "none";
22325 tx-clock-name = "clk9";
22326 phy-handle = <0x3>;
22327 phy-connection-type = "rgmii-id";
22328 pio-handle = <0x4>;
22329 };
22330
22331 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22332
22333commit feeca3f578b7f53c032ba203698751c982f8bf5a
22334Author: Kumar Gala <galak@kernel.crashing.org>
22335Date: Thu Aug 14 08:28:19 2008 -0500
22336
22337 libfdt: Add support for using aliases in fdt_path_offset()
22338
22339 If the path doesn't start with '/' check to see if it matches some alias
22340 under "/aliases" and substitute the matching alias value in the path
22341 and retry the lookup.
22342
22343 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22344 Acked-by: David Gibson <david@gibson.dropbear.id.au>
22345 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
22346
22347commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
22348Author: David Gibson <david@gibson.dropbear.id.au>
22349Date: Wed Aug 6 14:50:49 2008 +1000
22350
22351 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
22352
22353 As well as fdt_subnode_offset(), libfdt includes an
22354 fdt_subnode_offset_namelen() function that takes the subnode name to
22355 look up not as a NUL-terminated string, but as a string with an
22356 explicit length. This can be useful when the caller has the name as
22357 part of a longer string, such as a full path.
22358
22359 However, we don't have corresponding 'namelen' versions for
22360 fdt_get_property() and fdt_getprop(). There are less obvious use
22361 cases for these variants on property names, but there are
22362 circumstances where they can be useful e.g. looking up property names
22363 which need to be parsed from a longer string buffer such as user input
22364 or a configuration file, or looking up an alias in a path with
22365 IEEE1275 style aliases.
22366
22367 So, since it's very easy to implement such variants, this patch does
22368 so. The original NUL-terminated variants are, of course, implemented
22369 in terms of the namelen versions.
22370
22371 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22372
22373commit f171746f701ea58bf6a53e835b53d2aaebee0d81
22374Author: David Gibson <david@gibson.dropbear.id.au>
22375Date: Tue Jul 29 14:51:22 2008 +1000
22376
22377 libfdt: Forgot one function when cleaning the namespace
22378
22379 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
22380 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
22381 chance of collisions with things from whatever package libfdt is
22382 embedded in, pulled into the libfdt build via that environment's
22383 libfdt_env.h.
22384
22385 Except... I missed one. This patch applies the same treatment to
22386 _stringlist_contains(). While we're at it, also make it static since
22387 it's only used in the same file.
22388
22389 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22390
22391commit 46390da15411351fc3b498bd8c1615f78fe80df0
22392Author: Wolfram Sang <w.sang@pengutronix.de>
22393Date: Wed Jul 9 11:22:44 2008 +0200
22394
22395 libfdt: Improve documentation in libfdt.h
22396
22397 Fix a few typos and mistakes.
22398
22399 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
22400 Acked-by: David Gibson <david@gibson.dropbear.id.au>
22401
22402commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
22403Author: David Gibson <david@gibson.dropbear.id.au>
22404Date: Wed Jul 9 14:10:24 2008 +1000
22405
22406 libfdt: Increase namespace-pollution paranoia
22407
22408 libfdt is supposed to easy to embed in projects all and sundry.
22409 Often, it won't be practical to separate the embedded libfdt's
22410 namespace from that of the surrounding project. Which means there can
22411 be namespace conflicts between even libfdt's internal/static functions
22412 and functions or macros coming from the surrounding project's headers
22413 via libfdt_env.h.
22414
22415 This patch, therefore, renames a bunch of libfdt internal functions
22416 and macros and makes a few other chances to reduce the chances of
22417 namespace collisions with embedding projects. Specifically:
22418 - Internal functions (even static ones) are now named _fdt_*()
22419
22420 - The type and (static) global for the error table in
22421 fdt_strerror() gain an fdt_ prefix
22422
22423 - The unused macro PALIGN is removed
22424
22425 - The memeq and streq macros are removed and open-coded in the
22426 users (they were only used once each)
22427
22428 - Other macros gain an FDT_ prefix
22429
22430 - To save some of the bulk from the previous change, an
22431 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
22432 FDT_ALIGN(x, FDT_TAGSIZE)
22433
22434 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22435
22436commit c66830263af19831f2b7db307f79d1943febf7f9
22437Author: David Gibson <david@gibson.dropbear.id.au>
22438Date: Mon Jul 7 10:14:15 2008 +1000
22439
22440 dtc: Enable and fix -Wcast-qual warnings
22441
22442 Enabling -Wcast-qual warnings in dtc shows up a number of places where
22443 we are incorrectly discarding a const qualification. There are also
22444 some places where we are intentionally discarding the 'const', and we
22445 need an ugly cast through uintptr_t to suppress the warning. However,
22446 most of these are pretty well isolated with the *_w() functions. So
22447 in the interests of maximum safety with const qualifications, this
22448 patch enables the warnings and fixes the existing complaints.
22449
22450 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22451 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
22452
22453commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
22454Author: David Gibson <david@gibson.dropbear.id.au>
22455Date: Mon Jul 7 10:10:48 2008 +1000
22456
22457 dtc: Enable and fix -Wpointer-arith warnings
22458
22459 This patch turns on the -Wpointer-arith option in the dtc Makefile,
22460 and fixes the resulting warnings due to using (void *) in pointer
22461 arithmetic. While convenient, pointer arithmetic on void * is not
22462 portable, so it's better that we avoid it, particularly in libfdt.
22463
22464 Also add necessary definition of uintptr_t needed by David Gibson's
22465 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
22466 comes from stdint.h, which u-boot doesn't have). -- gvb
22467
22468 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22469 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22470
22471commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
22472Author: Tirumala R Marri <tmarri@amcc.com>
22473Date: Thu Aug 21 21:54:53 2008 -0700
22474
22475 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
22476
22477 During recent PCI-E tests it has been found that current
22478 driverl level and de-emphasis values are not set correctly.
22479 After sweeping throgh all de-ephasis values, it was found that
22480 0x130 is a right value. Where 0x13 is driver level and 0 is
22481 de-emphasis.
22482
22483 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
22484 Signed-off-by: Stefan Roese <sr@denx.de>
22485
22486commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
22487Author: Remy Bohmer <linux@bohmer.net>
22488Date: Wed Aug 20 20:46:56 2008 +0200
22489
22490 Make the YAFFS filesystem work
22491
22492 Recently the YAFFS filesystem support has been added to U-boot.
22493 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
22494
22495 ymount will generate an exception (when dereferencing mtd->readoob()), because
22496 the genericDevice is a null pointer. Further, a lot of logging is produced
22497 while using YAFFS fs, so logging should also be disabled.
22498 Both issues are solved by this patch.
22499
22500 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
22501 in U-boot, as well as in Linux.
22502
22503 Tested on a Atmel AT91SAM9261EK board.
22504
22505 Signed-off-by: Remy Bohmer <linux@bohmer.net>
22506 Acked-by: William Juul <william.juul@tandberg.com>
22507 Signed-off-by: Scott Wood <scottwood@freescale.com>
22508
22509commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
22510Author: Kyungmin Park <kmpark@infradead.org>
22511Date: Tue Aug 19 08:42:53 2008 +0900
22512
22513 Fix OneNAND read_oob/write_oob functions compatability
22514
22515 Also sync with kernel OneNAND codes
22516
22517 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22518 Signed-off-by: Scott Wood <scottwood@freescale.com>
22519
22520commit 8d765456c1d33f2010d2717ee58de7647fdc6346
22521Author: Scott Wood <scottwood@freescale.com>
22522Date: Mon Aug 18 17:11:20 2008 -0500
22523
22524 NAND: Remove delay from nand_boot_fsl_elbc.c.
22525
22526 It was for debugging purposes, and shouldn't have been left in.
22527
22528 Signed-off-by: Scott Wood <scottwood@freescale.com>
22529
22530commit f556483734126793522fb7a8cf36af90da78f084
22531Author: Stefan Roese <sr@denx.de>
22532Date: Thu Aug 21 11:05:03 2008 +0200
22533
22534 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
22535
22536 This patch fixes some minor issues introduced with the patch:
22537 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
22538
22539 - Rework memory-queue and PLB arbiter optimization code, that the
22540 local variable is not needed anymore. This removes one #ifdef.
22541 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
22542 of XXX+ 0x01). This was not introduced by Prodyut, just a
22543 copy-paste problem.
22544
22545 Signed-off-by: Stefan Roese <sr@denx.de>
22546
22547commit 079589bcfb24ba11068460276a3cc9549ab5346f
22548Author: Prodyut Hazarika <phazarika@amcc.com>
22549Date: Wed Aug 20 09:38:51 2008 -0700
22550
22551 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
22552 PPC405EX and PPC460EX/GT/SX
22553
22554 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
22555 processors
22556 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
22557 across processors (405 and 440/460)
22558 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
22559 processors
22560 - Add register bit definitions for Memory Queue Configuration registers
22561
22562 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
22563 Signed-off-by: Stefan Roese <sr@denx.de>
22564
22565commit ba37aa03287c5483c61c0a3e320c8888bee0143a
22566Author: Kumar Gala <galak@kernel.crashing.org>
22567Date: Tue Aug 19 15:41:18 2008 -0500
22568
22569 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
22570
22571 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
22572 instead of bd->bi_enetaddr, bi_enet1addr, etc.
22573
22574 This makes the code a bit more flexible to the number of ethernet
22575 interfaces.
22576
22577 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22578
22579commit 4cacf7c64609839f809e2f9c45873f1d65861703
22580Author: Stefan Roese <sr@denx.de>
22581Date: Tue Aug 19 14:57:55 2008 +0200
22582
22583 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
22584
22585 This patch changes the debug_printf() marco for U-Boot in hush.c and
22586 moves the definition of DEBUG_SHELL to a place that is actually compiled
22587 under U-Boot.
22588
22589 Signed-off-by: Stefan Roese <sr@denx.de>
22590
22591commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
22592Author: Heiko Schocher <hs@denx.de>
22593Date: Tue Aug 19 09:57:41 2008 +0200
22594
22595 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
22596
22597 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
22598 missed a few boards:
22599 include/configs/M5253DEMO.h
22600 include/configs/ml507.h
22601 include/configs/redwood.h
22602
22603 This patch fixes this.
22604
22605 Signed-off-by: Heiko Schocher <hs@denx.de>
22606
22607commit 0768b7a872964085eece8d5e9fec9175e9deb161
22608Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22609Date: Mon Aug 18 13:41:27 2008 +0200
22610
22611 Consolidate strmhz() implementation
22612
22613 ARM, i386, m68k and ppc all have identical implementations of strmhz().
22614 Other architectures don't provide this function at all.
22615
22616 This patch moves strmhz() into lib_generic, reducing code duplication
22617 and providing a more unified API across architectures.
22618
22619 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22620
22621commit a928d0df211f1d829308d335d19be3ca42558dfc
22622Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
22623Date: Mon Aug 18 12:02:51 2008 +0200
22624
22625 fix mvbc_p board build warnings
22626
22627 fix build warnings @ mvBC-P board by using correct types, i.e. change
22628 out_be32 to out_be16 and out_8 accordingly.
22629
22630 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22631
22632commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
22633Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22634Date: Sat Aug 16 18:54:27 2008 +0200
22635
22636 Makefile: fix posix support on find
22637
22638 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22639
22640commit bef92e215d945cc574399c1a1b00a3a76d35aa03
22641Author: Axel Beierlein <belatronix@web.de>
22642Date: Sat Aug 16 00:30:48 2008 +0200
22643
22644 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
22645
22646 Tested with TQM5200S on STK52XX.200 Board
22647
22648 Signed-off-by: Axel Beierlein <belatronix@web.de>
22649
22650commit 0800707b6d5041a840a65d556032c15c584b55f8
22651Author: Peter Tyser <ptyser@xes-inc.com>
22652Date: Fri Aug 15 14:36:32 2008 -0500
22653
22654 mod_i2c_mem() bugfix
22655
22656 The last used chip, address, and address length were not being
22657 stored for the imm and imn commands.
22658
22659 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22660
22661commit 4afbef967275b2f636abae86f91b81becee7ad03
22662Author: Steven A. Falco <sfalco@harris.com>
22663Date: Fri Aug 15 15:37:31 2008 -0400
22664
22665 Fix typo in spelling of ATAPI.
22666
22667 Correct a small spelling mistake.
22668
22669 Signed-off-by: Steven A. Falco <sfalco@harris.com>
22670
22671commit 36c2d3062ecc6ab85f8e237180eb134464c48418
22672Author: Steven A. Falco <sfalco@harris.com>
22673Date: Fri Aug 15 15:34:10 2008 -0400
22674
22675 Add a hook to allow board-specific PIO mode setting.
22676
22677 This patch adds a hook whereby a board-specific routine can be called to
22678 configure hardware for a PIO mode. The prototype for the board-specific
22679 routine is:
22680
22681 int inline ide_set_piomode(int pio_mode)
22682
22683 ide_set_piomode should be prepared to configure hardware for a pio_mode
22684 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
22685
22686 Signed-off-by: Steven A. Falco <sfalco@harris.com>
22687
22688commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
22689Author: Steven A. Falco <sfalco@harris.com>
22690Date: Fri Aug 15 15:29:12 2008 -0400
22691
22692 Replace enums in ata.h with an include of libata.h
22693
22694 This patch removes some enums from ata.h and replaces them with an
22695 include of libata.h. This way, we eliminate duplicated code, and
22696 prevent errors whereby the different versions could be out of sync.
22697
22698 Signed-off-by: Steven A. Falco <sfalco@harris.com>
22699
22700commit 0de0afbca865ecf482b4d2b635236746def8518f
22701Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22702Date: Fri Aug 15 18:32:41 2008 +0200
22703
22704 coldfire: fix CFI drivers activation with new macro
22705
22706 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
22707
22708 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22709
22710commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
22711Author: Kumar Gala <galak@kernel.crashing.org>
22712Date: Fri Aug 15 08:24:35 2008 -0500
22713
22714 fdt: fdt addr w/o any args reports back the current working address
22715
22716 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22717
22718commit f953d99fd528a496b400a706b511eaf8e3ea66af
22719Author: Kumar Gala <galak@kernel.crashing.org>
22720Date: Fri Aug 15 08:24:34 2008 -0500
22721
22722 fdt: added the ability to set initrd start/end via chosen command
22723
22724 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22725
22726commit ffa4bafacaef67058463b3d7d0099ced57569dd2
22727Author: Kumar Gala <galak@kernel.crashing.org>
22728Date: Fri Aug 15 08:24:33 2008 -0500
22729
22730 Add command to enable/disable interrupts
22731
22732 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22733
22734commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
22735Author: Nick Spence <nick.spence@freescale.com>
22736Date: Tue Aug 19 22:21:16 2008 -0700
22737
22738 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
22739
22740 This patch fixes a missing vendor code in the flash_real_protect() function.
22741
22742 Signed-off-by: Nick Spence <nick.spence@freescale.com>
22743 Signed-off-by: Stefan Roese <sr@denx.de>
22744
22745commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
22746Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22747Date: Tue Aug 19 16:53:39 2008 +0000
22748
22749 CFI: Fix AMD Legacy sector protect
22750
22751 New implement sector lock and unlock or softlock commands
22752 do not exist in AMD legacy flash. Thus, causing issue
22753 when erasing AMD legacy flash (such as lv040)
22754
22755 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22756 Signed-off-by: Stefan Roese <sr@denx.de>
22757
22758commit 492671404140f09d5b21b3d2ce4e362c0692c069
22759Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22760Date: Wed Aug 20 09:40:16 2008 +0200
22761
22762 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
22763
22764 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
22765
22766 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22767
22768commit 33eac2b3d946fc998a09245dfe54d017079b9056
22769Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22770Date: Wed Aug 20 09:28:36 2008 +0200
22771
22772 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
22773
22774 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22775
22776commit 25da0b84195fdda89a943b2d25757db5afeef5b8
22777Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22778Date: Wed Aug 20 09:27:37 2008 +0200
22779
22780 favr-32-ezkit: Fix printf format warnings
22781
22782 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22783
22784commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
22785Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22786Date: Fri Aug 15 12:04:25 2008 +0200
22787
22788 MAINTAINERS: Sort avr32 section alphabetically
22789
22790 The rest of the MAINTAINERS file appears to be sorted
22791 almost-alphabetically, but entries for the newly added AVR32 boards were
22792 added somewhat randomly. This patch sorts the list alphabetically again.
22793
22794 Also update my e-mail address. The old one still works, but it may not
22795 work forever.
22796
22797 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22798
22799commit 13b50fe3bc065c48911fa373231421280855a9d6
22800Author: Mark Jackson <mpfj@mimc.co.uk>
22801Date: Wed Jul 30 13:07:27 2008 +0100
22802
22803 avr32: Add MIMC200 board
22804
22805 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
22806 8MByte FLASH and 128KByte FRAM.
22807
22808 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
22809 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22810
22811commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
22812Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22813Date: Wed Jul 9 21:07:34 2008 +0900
22814
22815 rtl8169: add support for RTL8110SCL
22816
22817 This patch fixes a problem that RTL8110SCL started transfer
22818 with an incorrect memory address.
22819
22820 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22821 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22822
22823commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
22824Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22825Date: Wed Jun 25 15:48:52 2008 -0500
22826
22827 Fix dm9000 receive status and len little endian issue
22828
22829 The received status and len was in little endian
22830 format and caused the ethernet unable to proceed
22831 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
22832
22833 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22834 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22835
22836commit fcd69a1a57fb2af4d26201422095a4be9f36963e
22837Author: Kumar Gala <galak@kernel.crashing.org>
22838Date: Fri Aug 15 08:24:32 2008 -0500
22839
22840 Clean up usage of icache_disable/dcache_disable
22841
22842 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
22843 also flushing the icache. All callers of invalidate_l1_instruction_cache()
22844 call icache_disable() right after. Make it so icache_disable() calls
22845 invalidate_l1_instruction_cache() for us.
22846
22847 Also, dcache_disable() already calls dcache_flush() so there is no point
22848 in the explicit calls of dcache_flush().
22849
22850 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22851
22852commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
22853Author: Kumar Gala <galak@kernel.crashing.org>
22854Date: Fri Aug 15 08:24:31 2008 -0500
22855
22856 Update linux bootm to support ePAPR client interface
22857
22858 The ePAPR spec has some subtle differences from the current device
22859 tree based boot interface to the powerpc linux kernel. The powerpc
22860 linux kernel currently ignores the differences that ePAPR specifies.
22861
22862 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22863
22864commit b734e5556a239b3be5f9693b2f4b4b739683ec16
22865Author: Wolfgang Denk <wd@denx.de>
22866Date: Mon Aug 18 23:50:20 2008 +0200
22867
22868 Minor code cleanup: keep lists sorted.
22869
22870 Signed-off-by: Wolfgang Denk <wd@denx.de>
22871
22872commit d0039d4ed275e6ca09fb417895024ad02be118c4
22873Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22874Date: Wed Jul 23 19:10:14 2008 +0200
22875
22876 Add support for ADT7460 I2C monitor chip
22877
22878 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22879
22880commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
22881Author: Michal Simek <monstr@monstr.eu>
22882Date: Mon Jul 14 19:45:45 2008 +0200
22883
22884 video: Clean drivers/video/Makefile
22885
22886 Signed-off-by: Michal Simek <monstr@monstr.eu>
22887
22888commit 871c18dd301752270e1f74328c846c3104be1e2e
22889Author: Michal Simek <monstr@monstr.eu>
22890Date: Mon Jul 14 19:45:37 2008 +0200
22891
22892 rtc: Clean drivers/rtc/Makefile
22893
22894 Signed-off-by: Michal Simek <monstr@monstr.eu>
22895
22896commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
22897Author: Michal Simek <monstr@monstr.eu>
22898Date: Mon Jul 14 19:45:35 2008 +0200
22899
22900 i2c: Clean drivers/i2c/ Makefile
22901
22902 Signed-off-by: Michal Simek <monstr@monstr.eu>
22903
22904commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
22905Author: Harald Welte <laforge@openmoko.org>
22906Date: Wed Jul 9 22:30:30 2008 +0800
22907
22908 Add 'license' command to U-Boot command line
22909
22910 The 'license' command includes the U-Boot license (GPLv2) into the
22911 actual bootloader binary. The license text can be shown interactively
22912 at the U-Boot commandline.
22913
22914 For products where the commandline can actually be accessed by the
22915 end user, this helps to prevent inadvertent GPL violations, since the
22916 GPLv2 license text can no longer be 'forgotten' to be included into
22917 the product.
22918
22919 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
22920
22921 Signed-off-by: Harald Welte <laforge@openmoko.org>
22922
22923commit fe2ce5500ebf43d79d227190bd2370232d5b113d
22924Author: Harald Welte <laforge@gnumonks.org>
22925Date: Sun Jul 6 15:56:38 2008 +0800
22926
22927 add 'unzip' command to u-boot commandline
22928
22929 [PATCH] add new 'unzip' command to u-boot commandline
22930
22931 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
22932 memory to memory, and option CONFIG_CMD_UNZIP to enable it
22933
22934 Signed-off-by: Werner Almesberger <werner@openmoko.org>
22935 Signed-off-by: Harald Welte <laforge@openmoko.org>
22936
22937commit 07efc9e321619c3dec213310c32e011aa6f02783
22938Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22939Date: Wed Aug 6 19:37:17 2008 -0500
22940
22941 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
22942
22943 The CFG_ENV_SIZE is not suitable used for SPI flash erase
22944 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
22945 Add condition check if CFG_ENV_SIZE is larger than
22946 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
22947 erasing.
22948
22949 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22950
22951commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
22952Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22953Date: Mon Aug 11 15:54:25 2008 +0000
22954
22955 ColdFire: Multiple fixes for M5282EVB
22956
22957 Incorrect CFG_HZ value, change 1000000 to 1000.
22958 Rename #waring to #warning. RAMBAR1 uses twice
22959 in start.S, rename the later to FLASHBAR. Insert
22960 nop for DRAM setup. And, env_offset in linker file.
22961
22962 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22963
22964commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
22965Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22966Date: Mon Aug 11 15:26:43 2008 +0000
22967
22968 ColdFire: Move m5282evb from board to board/freescale
22969
22970 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22971
22972commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
22973Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22974Date: Mon Aug 11 15:25:07 2008 +0000
22975
22976 ColdFire: Move m5272c3 from board to board/freescale
22977
22978 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22979
22980commit 659e9bad629a480f606b286d5703aef7159edf98
22981Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22982Date: Mon Aug 11 15:23:16 2008 +0000
22983
22984 ColdFire: Move m5271evb from board to board/freescale
22985
22986 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22987
22988commit 05316f8ece8206339a208ec052f039cd0f7ca922
22989Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22990Date: Mon Aug 11 13:41:49 2008 +0000
22991
22992 ColdFire: Add M54451EVB platform support for MCF5445x
22993
22994 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22995
22996commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
22997Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22998Date: Wed Aug 6 19:14:08 2008 -0500
22999
23000 ColdFire: Add Serial Flash support for M54455EVB
23001
23002 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23003
23004commit 9f751551456828b2d0ff417f10959fb0c7110bd0
23005Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23006Date: Wed Jul 23 20:38:53 2008 -0500
23007
23008 ColdFire: Implement SBF feature for M5445EVB
23009
23010 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23011
23012commit a7323bba229203aae2604afde131ab47bad4eadc
23013Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23014Date: Wed Jul 23 17:53:36 2008 -0500
23015
23016 ColdFire: Add SSPI feature for MCF5445x
23017
23018 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23019
23020commit b2d022d1ac3f59bffa9cec249341e77aea168abc
23021Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23022Date: Wed Jul 23 17:37:10 2008 -0500
23023
23024 ColdFire: Use CFI Flash driver for M54455EVB
23025
23026 Remove non-common flash driver in
23027 board/freescale/m54455evb/flash.c. The non-cfi flash will
23028 use CONFIG_FLASH_CFI_LEGACY to configure the flash
23029 attribute.
23030
23031 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23032
23033commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
23034Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23035Date: Wed Jul 23 17:11:47 2008 -0500
23036
23037 ColdFire: Add M5253DEMO platform support for MCF5253
23038
23039 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23040
23041commit 80ba61fd82569af40e04d4a089257b81881884f2
23042Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23043Date: Wed Aug 6 14:17:09 2008 -0500
23044
23045 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
23046
23047 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23048
23049commit d361307e73ce1f6fc68760123f37d4876f851f3e
23050Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23051Date: Wed Aug 6 14:11:36 2008 -0500
23052
23053 ColdFire: Fix M5253EVB dram bring up issue
23054
23055 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23056
23057commit 4b0708093e15b412296328bf81325cf9b69fe512
23058Author: Wolfgang Denk <wd@denx.de>
23059Date: Thu Aug 14 14:41:06 2008 +0200
23060
23061 Coding Style cleanup, update CHANGELOG
23062
23063 Signed-off-by: Wolfgang Denk <wd@denx.de>
23064
4b070809
WD
23065commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
23066Author: Scott Wood <scottwood@freescale.com>
23067Date: Wed Aug 13 18:24:05 2008 -0500
23068
23069 socrates: Update NAND driver to new API.
23070
23071 Also, fix some minor formatting issues, and simplify the handling of
23072 "state" for writes.
23073
23074 Signed-off-by: Scott Wood <scottwood@freescale.com>
23075
23076commit ba22d10f39eaeedd035e8265616e31ff88e314d5
23077Author: Scott Wood <scottwood@freescale.com>
23078Date: Wed Aug 13 18:03:40 2008 -0500
23079
23080 quad100hd: Update NAND driver to new API.
23081
23082 Signed-off-by: Scott Wood <scottwood@freescale.com>
23083
23084commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
23085Author: Scott Wood <scottwood@freescale.com>
23086Date: Wed Aug 13 17:53:48 2008 -0500
23087
23088 m5373evb: Update NAND driver to new API.
23089
23090 Signed-off-by: Scott Wood <scottwood@freescale.com>
23091
23092commit 1a23a197c8722b805f40895544bbdb1a648c1c82
23093Author: Scott Wood <scottwood@freescale.com>
23094Date: Wed Aug 13 17:04:30 2008 -0500
23095
23096 s3c24x0: Update NAND driver to new API.
23097
23098 Signed-off-by: Scott Wood <scottwood@freescale.com>
23099
23100commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
23101Author: Scott Wood <scottwood@freescale.com>
23102Date: Wed Aug 13 15:56:00 2008 -0500
23103
23104 at91: Update board NAND drivers to current API.
23105
23106 Signed-off-by: Scott Wood <scottwood@freescale.com>
23107
23108commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
23109Author: Kyungmin Park <kmpark@infradead.org>
23110Date: Wed Aug 13 09:11:02 2008 +0900
23111
23112 Fix OneNAND build break
23113
23114 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
23115 - fix bufferram management at erase operation
23116 This patch includes the NAND/OneNAND state filed too.
23117
23118 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23119 Signed-off-by: Scott Wood <scottwood@freescale.com>
23120
23121commit 9483df6408c25f16060432de3868901e352e23bc
23122Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23123Date: Wed Aug 13 01:40:43 2008 +0200
23124
23125 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
23126
23127 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23128
23129commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
23130Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23131Date: Wed Aug 13 01:40:43 2008 +0200
23132
23133 drivers/mtd/nand: Move conditional compilation to Makefile
23134
23135 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
23136
23137 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23138
23139commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
23140Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23141Date: Wed Aug 13 01:40:42 2008 +0200
23142
23143 drivers/mtd/onenand: Move conditional compilation to Makefile
23144
23145 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23146
23147commit 00b1883a4cac59d97cd297b1a3a398db85982865
23148Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23149Date: Wed Aug 13 01:40:42 2008 +0200
23150
23151 drivers/mtd: Move conditional compilation to Makefile
23152
23153 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
23154
23155 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23156
23157commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
23158Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23159Date: Wed Aug 13 01:40:41 2008 +0200
23160
23161 drivers/qe: Move conditional compilation to Makefile
23162
23163 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23164
23165commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
23166Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23167Date: Wed Aug 13 01:40:40 2008 +0200
23168
23169 drivers/pci: Move conditional compilation to Makefile
23170
23171 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23172
23173commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
23174Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23175Date: Wed Aug 13 01:40:40 2008 +0200
23176
23177 drivers/misc: Move conditional compilation to Makefile
23178
23179 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23180
23181commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
23182Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23183Date: Wed Aug 13 01:40:40 2008 +0200
23184
23185 drivers/input: Move conditional compilation to Makefile
23186
23187 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23188
23189commit 88f57e093114a44aa9a858d52b099bcc52034a8c
23190Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23191Date: Wed Aug 13 01:40:39 2008 +0200
23192
23193 drivers/dma: Move conditional compilation to Makefile
23194
23195 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23196
23197commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
23198Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23199Date: Wed Aug 13 01:40:39 2008 +0200
23200
23201 drivers/block: Move conditional compilation to Makefile
23202
23203 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23204
23205commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
23206Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23207Date: Wed Aug 13 01:40:39 2008 +0200
23208
23209 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
23210
23211 move also conditional compilation to Makefile
23212
23213 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23214
23215commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
23216Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23217Date: Wed Aug 13 01:40:38 2008 +0200
23218
23219 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
23220
23221 move also conditional compilation to Makefile
23222
23223 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23224
23225commit d6e9ee92e890f67594ab150689510df361133ead
23226Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23227Date: Wed Aug 13 01:40:38 2008 +0200
23228
23229 common: Move conditional compilation to Makefile
23230
23231 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23232
23233commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
23234Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23235Date: Wed Aug 13 01:40:09 2008 +0200
23236
23237 mx31: move freescale's mx31 boards to vendor board dir
23238
23239 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23240
23241commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
23242Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23243Date: Sat Jul 5 23:11:11 2008 +0200
23244
23245 at91: move arch-at91sam9 to arch-at91
23246
23247 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23248
23249commit 195ccfc5991d48764b2519941e3507f693851d5d
23250Author: Fathi BOUDRA <fabo@debian.org>
23251Date: Wed Aug 6 10:06:20 2008 +0200
23252
23253 OneNAND: Fill in MTD function pointers for OneNAND.
23254
23255 onenand_print_device_info():
23256 - Now returns a string to be placed in mtd->name,
23257 rather than calling printf.
23258 - Remove verbose parameter as it becomes useless.
23259
23260 Signed-off-by: Fathi Boudra <fabo@debian.org>
23261 Signed-off-by: Scott Wood <scottwood@freescale.com>
23262
23263commit aa646643b6bc250cb3a4966bf728876e0c10d329
23264Author: Guennadi Liakhovetski <lg@denx.de>
23265Date: Wed Aug 6 21:42:07 2008 +0200
23266
23267 nand_spl: Support page-aligned read in nand_load, use chipselect
23268
23269 Supporting page-aligned reads doesn't incure any sinificant overhead, just
23270 a small change in the algorithm. Also replace in_8 with readb, since there
23271 is no in_8 on ARM.
23272
23273 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23274 Signed-off-by: Scott Wood <scottwood@freescale.com>
23275
23276commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
23277Author: Scott Wood <scottwood@freescale.com>
23278Date: Tue Aug 5 11:15:59 2008 -0500
23279
23280 NAND boot: Update large page support for current API.
23281
23282 Also, remove the ctrl variable in favor of passing the constants
23283 directly, and remove redundant (u8) casts.
23284
23285 Signed-off-by: Scott Wood <scottwood@freescale.com>
23286
23287commit e4c09508545d1c45617ba45391c03c03cbc360b9
23288Author: Scott Wood <scottwood@freescale.com>
23289Date: Mon Jun 30 14:13:28 2008 -0500
23290
23291 NAND boot: MPC8313ERDB support
23292
23293 Note that with older board revisions, NAND boot may only work after a
23294 power-on reset, and not after a warm reset. I don't have a newer board
23295 to test on; if you have a board with a 33MHz crystal, please let me know
23296 if it works after a warm reset.
23297
23298 Signed-off-by: Scott Wood <scottwood@freescale.com>
23299
23300commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
23301Author: Scott Wood <scottwood@freescale.com>
23302Date: Thu Jun 26 14:06:52 2008 -0500
23303
23304 mpc8313erdb: Enable NAND in config.
23305
23306 Signed-off-by: Scott Wood <scottwood@freescale.com>
23307
23308commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
23309Author: Guennadi Liakhovetski <lg@denx.de>
23310Date: Thu Jul 31 12:38:26 2008 +0200
23311
23312 NAND: Do not write or read a whole block if it is larger than the environment
23313
23314 Environment can be smaller than NAND block size, do not need to read a whole
23315 block and minimum for writing is one page. Also remove an unused variable.
23316
23317 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23318 Signed-off-by: Scott Wood <scottwood@freescale.com>
23319
23320commit eafcabd15f00c142156235c519fcc55b10993241
23321Author: Marcel Ziswiler <marcel@ziswiler.com>
23322Date: Sun Jun 22 16:30:06 2008 +0200
23323
23324 NAND: chip->state does not always get set.
23325
23326 Fixes an issue with chip->state not always being set causing troubles.
23327
23328 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
23329 Signed-off-by: Scott Wood <scottwood@freescale.com>
23330
23331commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
23332Author: Ilya Yanok <yanok@emcraft.com>
23333Date: Mon Jun 30 15:34:40 2008 +0200
23334
23335 NAND: Scan bad blocks lazily.
23336
23337 Rather than scanning on boot, scan upon the first attempt to check the
23338 badness of a block. This speeds up boot when not using NAND, and reduces
23339 the likelihood of needing to reflash via JTAG if NAND becomes
23340 nonfunctional.
23341
23342 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23343 Signed-off-by: Scott Wood <scottwood@freescale.com>
23344
23345commit dfbf617ff055e4216f78d358b0867c548916d14b
23346Author: Scott Wood <scottwood@freescale.com>
23347Date: Thu Jun 12 13:20:16 2008 -0500
23348
23349 NAND read/write fix
23350
23351 Implement block-skipping read/write, based on a patch from
23352 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
23353
23354 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
23355 Signed-off-by: Scott Wood <scottwood@freescale.com>
23356
23357commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
23358Author: Scott Wood <scottwood@freescale.com>
23359Date: Thu Jun 12 13:13:23 2008 -0500
23360
23361 NAND: Always skip blocks on read/write/boot.
23362
23363 Use of the non-skipping versions was almost always (if not always)
23364 an error, and no valid use case has been identified.
23365
23366 Signed-off-by: Scott Wood <scottwood@freescale.com>
23367
23368commit e1c3dbada349992875934575c97b328ab2cb33ca
23369Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23370Date: Thu Jun 12 11:10:21 2008 -0500
23371
23372 nand: fsl_upm: convert to updated MTD NAND infrastructure
23373
23374 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23375 Signed-off-by: Scott Wood <scottwood@freescale.com>
23376
23377commit 300253306acc72b1b2e9faf0987f86551151d7cf
23378Author: Scott Wood <scottwood@freescale.com>
23379Date: Thu May 22 15:02:46 2008 -0500
23380
23381 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
23382
23383 The hardware has separate registers for block and page-within-block,
23384 but the division between the two has no apparent relation to the
23385 actual erase block size of the NAND chip.
23386
23387 Signed-off-by: Scott Wood <scottwood@freescale.com>
23388
23389commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
23390Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23391Date: Fri Mar 28 22:10:54 2008 +0300
23392
23393 fsl_elbc_nand: workaround for hangs during nand write
23394
23395 Using current driver elbc sometimes hangs during nand write. Reading back
23396 last byte helps though (thanks to Scott Wood for the idea).
23397
23398 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23399 Signed-off-by: Scott Wood <scottwood@freescale.com>
23400
23401commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
23402Author: Scott Wood <scottwood@freescale.com>
23403Date: Fri Mar 21 16:12:51 2008 -0500
23404
23405 Freescale eLBC FCM NAND driver
23406
23407 This is a driver for the Flash Control Machine of the enhanched Local Bus
23408 Controller found on some Freescale chips (such as the mpc8313 and the
23409 mpc8379).
23410
23411 Signed-off-by: Scott Wood <scottwood@freescale.com>
23412
23413commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
23414Author: Scott Wood <scottwood@freescale.com>
23415Date: Tue Mar 18 15:29:14 2008 -0500
23416
23417 Don't panic if a controller driver does ecc its own way.
23418
23419 Some hardware, such as the enhanced local bus controller used on some
23420 mpc83xx chips, does ecc transparently when reading and writing data, rather
23421 than providing a generic calculate/correct mechanism that can be exported to
23422 the nand subsystem.
23423
23424 The subsystem should not BUG() when calculate, correct, or hwctl are
23425 missing, if the methods that call them have been overridden.
23426
23427 Signed-off-by: Scott Wood <scottwood@freescale.com>
23428
23429commit e52b34d40a8a646e3d11638ea8797e96398dba13
23430Author: Stefan Roese <sr@denx.de>
23431Date: Thu Jan 10 18:47:33 2008 +0100
23432
23433 NAND: Make NAND driver less verbose per default
23434
23435 This patch turns off printing of bad blocks per default upon bootup.
23436 This can always be shown via the "nand bad" command later.
23437
23438 Signed-off-by: Stefan Roese <sr@denx.de>
23439
23440commit fe56a2772e5c59577df906163d0d4b29b056140e
23441Author: Sergey Kubushyn <ksi@koi8.net>
23442Date: Wed Jan 9 15:36:20 2008 +0100
23443
23444 NAND: Davinci driver updates
23445
23446 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
23447 don't have hardware handy so I can not test it at the moment but changes are
23448 rather trivial so it should work. It would be nice if somebody with a
23449 hardware checked it anyways.
23450
23451 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
23452
23453commit deac913effd8d80535c9ff4687b6fcdff540c554
23454Author: Stefan Roese <sr@denx.de>
23455Date: Sat Jan 5 16:50:32 2008 +0100
23456
23457 NAND: Fix compilation warning and small coding style issue
23458
23459 Signed-off-by: Stefan Roese <sr@denx.de>
23460
23461commit c568f77acdf896fc3dd6413ce53205b17ba809a3
23462Author: Stefan Roese <sr@denx.de>
23463Date: Sat Jan 5 16:49:37 2008 +0100
23464
23465 NAND: Update nand_spl driver to match updated nand subsystem
23466
23467 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
23468 the new infrastructure from the updated NAND subsystem. This NAND
23469 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
23470 subsystem.
23471
23472 Signed-off-by: Stefan Roese <sr@denx.de>
23473
23474commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
23475Author: Stefan Roese <sr@denx.de>
23476Date: Sat Jan 5 16:47:58 2008 +0100
23477
23478 NAND: Update 4xx NDFC driver to match updated nand subsystem
23479
23480 This patch changes the 4xx NAND driver ndfc.c to match the new
23481 infrastructure from the updated NAND subsystem. This NAND
23482 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
23483 subsystem.
23484
23485 Tested successfully on AMCC Sequoia and Bamboo.
23486
23487 Signed-off-by: Stefan Roese <sr@denx.de>
23488
23489commit 12072264528eba33737bc9674e19f0e925ffda23
23490Author: Stefan Roese <sr@denx.de>
23491Date: Sat Jan 5 16:43:25 2008 +0100
23492
23493 NAND: Change nand_wait_ready() to not call nand_wait()
23494
23495 This patch changes nand_wait_ready() to not just call nand_wait(),
23496 since this will send a new command to the NAND chip. We just want to
23497 wait for the chip to become ready here.
23498
23499 Signed-off-by: Stefan Roese <sr@denx.de>
23500
23501commit 9ad754fef5053144daed3b007adaf1c9bec654c9
23502Author: William Juul <william.juul@datarespons.no>
23503Date: Fri Dec 14 16:33:45 2007 +0100
23504
23505 make nand dump and nand dump.oob work
23506
23507 Signed-off-by: William Juul <william.juul@tandberg.com>
23508 Signed-off-by: Scott Wood <scottwood@freescale.com>
23509
23510commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
23511Author: William Juul <william.juul@datarespons.no>
23512Date: Mon Nov 19 14:46:00 2007 +0100
23513
23514 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
23515
23516 Signed-off-by: William Juul <william.juul@tandberg.com>
23517
23518commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
23519Author: William Juul <william.juul@tandberg.com>
23520Date: Tue Jun 10 16:18:13 2008 -0500
23521
23522 Clean out unneeded files
23523
23524 Signed-off-by: William Juul <william.juul@tandberg.com>
23525
23526commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
23527Author: William Juul <william.juul@datarespons.no>
23528Date: Fri Nov 16 08:44:27 2007 +0100
23529
23530 Create symlinks from yaffs2/direct to yaffs2
23531
23532 Signed-off-by: William Juul <william.juul@tandberg.com>
23533
23534commit 90ef117b68387d66763291af0117677644166611
23535Author: William Juul <william.juul@datarespons.no>
23536Date: Thu Nov 15 12:23:57 2007 +0100
23537
23538 Incorporate yaffs2 into U-boot
23539
23540 To use YAFFS2 define CONFIG_YAFFS2
23541
23542 Signed-off-by: William Juul <william.juul@tandberg.com>
23543 Signed-off-by: Scott Wood <scottwood@freescale.com>
23544
23545commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
23546Author: William Juul <william.juul@datarespons.no>
23547Date: Thu Nov 15 11:13:05 2007 +0100
23548
23549 YAFFS2 import
23550
23551 Direct import of yaffs as a tarball as of 20071113 from their public
23552 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
23553
23554 The code can also be imported on the command line with:
23555 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
23556 (Hit return when asked for a password)
23557 cvs checkout yaffs2
23558
23559 Signed-off-by: William Juul <william.juul@tandberg.com>
23560 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
23561
23562commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
23563Author: William Juul <william.juul@datarespons.no>
23564Date: Wed Nov 14 14:28:11 2007 +0100
23565
23566 Whitespace cleanup and marking broken code.
23567
23568 Changes requested by maintainer Stefan Roese after
23569 posting patch to U-boot mailing list.
23570
23571 Signed-off-by: William Juul <william.juul@tandberg.com>
23572 Signed-off-by: Scott Wood <scottwood@freescale.com>
23573
23574commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
23575Author: William Juul <william.juul@datarespons.no>
23576Date: Fri Nov 9 13:32:30 2007 +0100
23577
23578 Fixing coding style issues
23579
23580 - Fixing leading white spaces
23581 - Fixing indentation where 4 spaces are used instead of tab
23582 - Removing C++ comments (//), wherever I introduced them
23583
23584 Signed-off-by: William Juul <william.juul@tandberg.com>
23585 Signed-off-by: Scott Wood <scottwood@freescale.com>
23586
23587commit 4cbb651b29cb64d378a06729970e1e153bb605b1
23588Author: William Juul <william.juul@datarespons.no>
23589Date: Thu Nov 8 10:39:53 2007 +0100
23590
23591 Remove white space at end.
23592
23593 Signed-off-by: William Juul <william.juul@tandberg.com>
23594 Signed-off-by: Scott Wood <scottwood@freescale.com>
23595
23596commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
23597Author: William Juul <william.juul@datarespons.no>
23598Date: Wed Oct 31 13:53:06 2007 +0100
23599
23600 Update MTD to that of Linux 2.6.22.1
23601
23602 A lot changed in the Linux MTD code, since it was last ported from
23603 Linux to U-Boot. This patch takes U-Boot NAND support to the level
23604 of Linux 2.6.22.1 and will enable support for very large NAND devices
23605 (4KB pages) and ease the compatibility between U-Boot and Linux
23606 filesystems.
23607
23608 This patch is tested on two custom boards with PPC and ARM
23609 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
23610 cross compilers.
23611
23612 MAKEALL ppc/arm has some issues:
23613 * DOC/OneNand/nand_spl is not building (I have not tried porting
23614 these parts, and since I do not have any HW and I am not familiar
23615 with this code/HW I think its best left to someone else.)
23616
23617 Except for the issues mentioned above, I have ported all drivers
23618 necessary to run MAKEALL ppc/arm without errors and warnings. Many
23619 drivers were trivial to port, but some were not so trivial. The
23620 following drivers must be examined carefully and maybe rewritten to
23621 some degree:
23622 cpu/ppc4xx/ndfc.c
23623 cpu/arm926ejs/davinci/nand.c
23624 board/delta/nand.c
23625 board/zylonite/nand.c
23626
23627 Signed-off-by: William Juul <william.juul@tandberg.com>
23628 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
23629 Signed-off-by: Scott Wood <scottwood@freescale.com>
23630
23631commit cd82919e6c8a73b363a26f34b734923844e52d1c
23632Author: Wolfgang Denk <wd@denx.de>
23633Date: Tue Aug 12 16:08:38 2008 +0200
23634
23635 Coding style cleanup, update CHANGELOG, prepare release
23636
23637 Signed-off-by: Wolfgang Denk <wd@denx.de>
23638
cd82919e
WD
23639commit 17e900b8c0f38d922da47073246219dce2a847f2
23640Author: Wolfgang Denk <wd@denx.de>
23641Date: Tue Aug 12 14:54:04 2008 +0200
23642
23643 MVBC_P: fix compile problem
23644
23645 Signed-off-by: Wolfgang Denk <wd@denx.de>
23646
23647commit 52b047ae48219b59bebe37ba743ab103fd4f8316
23648Author: Wolfgang Denk <wd@denx.de>
23649Date: Tue Aug 12 12:10:11 2008 +0200
23650
23651 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
23652
23653 Signed-off-by: Wolfgang Denk <wd@denx.de>
23654
23655commit c9c101c660b3d1995045c61c7c6041f52b6cf335
23656Author: Wolfgang Denk <wd@denx.de>
23657Date: Tue Aug 12 00:36:53 2008 +0200
23658
23659 ads5121: fix compiler warnings (unused variables)
23660
23661 Signed-off-by: Wolfgang Denk <wd@denx.de>
23662
23663commit 902ca09246039964d59bbcb519b1e1b5aed01308
23664Author: Kumar Gala <galak@kernel.crashing.org>
23665Date: Mon Aug 11 11:29:28 2008 -0500
23666
23667 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
23668
23669 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
23670
23671 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23672 Acked-by: Jon Loeliger <jdl@freescale.com>
23673
23674commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
23675Author: Kumar Gala <galak@kernel.crashing.org>
23676Date: Mon Aug 11 09:20:53 2008 -0500
23677
23678 Fix fallout from autostart revert
23679
23680 The autostart revert caused a bit of duplicated code as well as
23681 code that was using images->autostart that needs to get removed so
23682 we can build again.
23683
23684 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23685
23686commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
23687Author: Kumar Gala <galak@kernel.crashing.org>
23688Date: Mon Aug 11 09:16:25 2008 -0500
23689
23690 Fix compile error related to r8a66597-hcd & usb
23691
23692 When building the 8544DS board we get this error:
23693
23694 In file included from r8a66597-hcd.c:22:
23695 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
23696 make[1]: *** [r8a66597-hcd.o] Error 1
23697
23698 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
23699 is set.
23700
23701 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23702
23703commit 2d0daa03612338a813e3c9d22680e54eabfea378
23704Author: Becky Bruce <becky.bruce@freescale.com>
23705Date: Mon Aug 4 14:02:26 2008 -0500
23706
23707 POWERPC 86xx: Move BAT setup code to C
23708
23709 This is needed because we will be possibly be locating
23710 devices at physical addresses above 32bits, and the asm
23711 preprocessing does not appear to deal with ULL constants
23712 properly. We now call write_bat in lib_ppc/bat_rw.c.
23713
23714 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23715 Acked-by: Jon Loeliger <jdl@freescale.com>
23716
23717commit 9de67149db576c91b9c2a0a182652331e7e44211
23718Author: Becky Bruce <becky.bruce@freescale.com>
23719Date: Mon Aug 4 14:01:53 2008 -0500
23720
23721 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
23722
23723 Perform sync/isync as required by the architecture.
23724
23725 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23726 Acked-by: Jon Loeliger <jdl@freescale.com>
23727
23728commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
23729Author: Becky Bruce <becky.bruce@freescale.com>
23730Date: Mon Aug 4 14:01:16 2008 -0500
23731
23732 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
23733
23734 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23735 Acked-by: Jon Loeliger <jdl@freescale.com>
23736
23737commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
23738Author: Magnus Lilja <lilja.magnus@gmail.com>
23739Date: Sun Aug 3 21:44:10 2008 +0200
23740
23741 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
23742
23743 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
23744 contacts instead of only the first 256 ones as is the case prior to
23745 this patch.
23746
23747 Add missing MUX_* macros and update board files to use the new macros.
23748
23749 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23750
23751commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
23752Author: Magnus Lilja <lilja.magnus@gmail.com>
23753Date: Sun Aug 3 21:43:37 2008 +0200
23754
23755 i.MX31: Fix IOMUX related typos
23756
23757 Correct the names of some IOMUX macros.
23758
23759 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23760
23761commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
23762Author: Steve Sakoman <steve@sakoman.com>
23763Date: Mon Aug 11 20:26:16 2008 +0200
23764
23765 OneNAND: Remove unused parameters to onenand_verify_page
23766
23767 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.
23768
23769 Signed-off-by: Steve Sakoman <steve@sakoman.com>
23770 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23771
23772commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
23773Author: Anatolij Gustschin <agust@denx.de>
23774Date: Fri Aug 8 18:00:40 2008 +0200
23775
23776 video: fix bug in cfb_console code
23777
23778 FILL_15BIT_555RGB macro extension for pixel swapping
23779 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
23780 introduced a bug in cfb_console:
23781
23782 Bitmaps with odd-numbered width won't be rendered
23783 correctly and even U-Boot crashes are observed on
23784 some platforms while repeated rendering of such
23785 bitmaps with "bmp display". Also if a bitmap is
23786 rendered to an odd-numbered x starting position,
23787 the same problem occurs. This patch is an attempt
23788 to fix it.
23789
23790 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23791
23792commit d9015f6a50d7258125349ef5c2af836458a0029a
23793Author: Anatolij Gustschin <agust@denx.de>
23794Date: Fri Aug 8 18:00:39 2008 +0200
23795
23796 video: fix bug in logo_plot
23797
23798 If logo_plot() should ever be called with x starting
23799 position other than zero and for pixel depths greater
23800 than 8bpp, logo colors distortion will be observed.
23801 This patch fixes the issue.
23802
23803 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23804
23805commit 406819ae94f79f5b59e01d163380ca7d83709251
23806Author: Wolfgang Denk <wd@denx.de>
23807Date: Mon Aug 11 00:17:52 2008 +0200
23808
23809 MAINTAINERS: sort entries
23810
23811 Signed-off-by: Wolfgang Denk <wd@denx.de>
23812
23813commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
23814Author: Roy Zang <tie-fei.zang@freescale.com>
23815Date: Thu Aug 7 18:19:28 2008 +0800
23816
23817 Add mpc7448hpc2 maintainer information
23818
23819 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23820
23821commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
23822Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
23823Date: Thu Aug 7 13:13:27 2008 +0530
23824
23825 common/cmd_load.c - Minor code & Coding Style cleanup
23826
23827 - os_data_header Variable is a carry over feature
23828 & unused. So removed all instance of this variable
23829 - Minor Code Style Update
23830
23831 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
23832 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23833
23834commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
23835Author: Magnus Lilja <lilja.magnus@gmail.com>
23836Date: Wed Aug 6 19:32:33 2008 +0200
23837
23838 Update the U-Boot wiki URL.
23839
23840 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23841
23842commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
23843Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
23844Date: Sun Aug 10 17:56:36 2008 +0200
23845
23846 OneNAND: Remove base address offset usage
23847
23848 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
23849 using OneNAND and some using NAND, we found some differences in OneNAND and
23850 NAND command address handling.
23851
23852 As this might confuse users (it already confused us), we like to align OneNAND
23853 and NAND address handling.
23854
23855 The issue is that cmd_onenand.c subtracts the onenand base address from the
23856 addresses you type into the u-boot command line so, unlike nand, you can't
23857 use addresses relative to the start of the onenand part e.g. this won't work:
23858
23859 onenand read 82000000 280000 400000
23860
23861 you have to use:
23862
23863 onenand read 82000000 20280000 400000
23864
23865 Looking at recent git, the only board currently using OneNAND is Apollon, and
23866 for this the OneNAND base address is 0 (apollon.h)
23867
23868 #define CFG_ONENAND_BASE 0x00000000
23869
23870 so patch below won't break any existing boards and will align OneNAND and NAND
23871 handling on boards where OneNAND base address is != 0.
23872
23873 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
23874 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
23875 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23876
23877commit c11528083ef6e55e76df742228c26e39d151813d
23878Author: Kumar Gala <galak@kernel.crashing.org>
23879Date: Thu Aug 7 09:28:20 2008 -0500
23880
23881 mpc85xx: workaround old binutils bug
23882
23883 The recent change to move the .bss outside of the image gives older
23884 binutils (ld from eldk4.1/binutils-2.16) some headache:
23885
23886 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
23887 ppc_85xx-ld: final link failed: Bad value
23888
23889 We workaround it by being explicit about the program headers and not
23890 assigning the .bss to a program header.
23891
23892 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23893
23894commit 0bf202ec586d4466c900e987720fa635c594d689
23895Author: Wolfgang Denk <wd@denx.de>
23896Date: Sun Aug 10 01:26:26 2008 +0200
23897
23898 Revert "[new uImage] Add autostart flag to bootm_headers structure"
23899
23900 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
23901
23902 The commit was based on a misunderstanding of the (documented)
23903 meaning of the 'autostart' environment variable. It might cause
23904 boards to hang if 'autostart' was used, with the potential to brick
23905 them. Go back to the documented behaviour.
23906
23907 Conflicts:
23908
23909 common/cmd_bootm.c
23910 common/image.c
23911 include/image.h
23912
23913 Signed-off-by: Wolfgang Denk <wd@denx.de>
23914
23915commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
23916Author: Wolfgang Denk <wd@denx.de>
23917Date: Sat Aug 9 23:17:32 2008 +0200
23918
23919 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
23920
23921 - enable CFI driver where this was forgotten
23922 - enable mtdparts support
23923 - adjust default environment
23924 etc.
23925
23926 Signed-off-by: Wolfgang Denk <wd@denx.de>
23927
23928commit 41266c9b5a5f873df3ec891bb0907616958b5602
23929Author: Peter Tyser <ptyser@xes-inc.com>
23930Date: Tue Aug 5 10:51:57 2008 -0500
23931
23932 FIT: Fix handling of images without ramdisks
23933
23934 boot_get_ramdisk() should not treat the case when a FIT image does
23935 not contain a ramdisk as an error.
23936
23937 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23938 Acked-by: Michal Simek <monstr@monstr.eu>
23939
23940commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
23941Author: Sergey Lapin <slapin@ossfans.org>
23942Date: Sat Aug 9 01:39:09 2008 +0400
23943
23944 DataFlash: AT45DB021 fix and AT45DB081 support
23945
23946 Fix for page size of AT45DB021. Also adding bigger AT45DB081
23947 which comes with some newer boards.
23948
23949 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
23950
23951commit ba9324451b662dd393afa53e5cc36fc5d3d10966
23952Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23953Date: Fri Aug 8 16:30:23 2008 +0900
23954
23955 sh: Update sh7763rdp config
23956
23957 Add sh_eth support to sh7763rdp.
23958
23959 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23960
23961commit 21f971ec265f6042ec21636d55d06a6bc0751077
23962Author: Wolfgang Denk <wd@denx.de>
23963Date: Mon Jul 7 01:22:29 2008 +0200
23964
23965 TQM823L: re-enable logo support; update LCD_INFO text
23966
23967 Signed-off-by: Wolfgang Denk <wd@denx.de>
23968
23969commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
23970Author: Wolfgang Denk <wd@denx.de>
23971Date: Fri Aug 8 16:41:56 2008 +0200
23972
23973 TQM8xxL: fix support for second flash bank
23974
23975 When switching the TQM8xxL modules to use the CFI flash driver,
23976 support for the second flash bank was broken because the CFI driver
23977 did not support dynamically sized banks. This gets fixed now.
23978
23979 Signed-off-by: Wolfgang Denk <wd@denx.de>
23980
23981commit 2a112b234d879f6390503a5f4e38246acce9d0b0
23982Author: Wolfgang Denk <wd@denx.de>
23983Date: Fri Aug 8 16:39:54 2008 +0200
23984
23985 CFI: allow for dynamically determined flash sizes and addresses
23986
23987 The CFI driver allowed only for static initializers in the
23988 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
23989 several flash banks contiguously if the bank sizes were not known in
23990 advance, which kind of violates U-Boot's design philosophy.
23991
23992 (will be used for example by the TQM8xxL boards)
23993
23994 Signed-off-by: Wolfgang Denk <wd@denx.de>
23995
23996commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
23997Author: Ben Warren <biggerbadderben@gmail.com>
23998Date: Thu Aug 7 23:26:35 2008 -0700
23999
24000 QE UEC: Fix compiler warnings
24001
24002 Moved static functions earlier in file so forward declarations are not needed.
24003
24004 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24005
24006commit d5d28fe4aad5f4535400647a5617c11039506467
24007Author: David Saada <David.Saada@ecitele.com>
24008Date: Mon Mar 31 02:37:38 2008 -0700
24009
24010 QE UEC: Add MII Commands
24011
24012 Add MII commands to the UEC driver. Note that once a UEC device is selected,
24013 any device on its MDIO bus can be addressed.
24014
24015 Signed-off-by: David Saada <david.saada@ecitele.com>
24016 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24017
24018commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
24019Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
24020Date: Wed Jul 9 21:07:38 2008 +0900
24021
24022 usb: add support for R8A66597 usb controller
24023
24024 add support for Renesas R8A66597 usb controller.
24025 This patch supports USB Host mode.
24026
24027 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
24028 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24029
24030commit 1d10dcd041aaeae9fd7c821005692898a0303382
24031Author: Hunter, Jon <jon-hunter@ti.com>
24032Date: Sat Jul 26 18:59:16 2008 -0500
24033
24034 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
24035
24036 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
24037
24038 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
24039 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24040
24041commit eab1007334b93a6209f1ec33615e26ef5311ede7
24042Author: Steven A. Falco <sfalco@harris.com>
24043Date: Wed Aug 6 15:42:52 2008 -0400
24044
24045 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
24046
24047 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
24048 configuration to match the schematic, and also sets the SDR0_PFC1 register to
24049 select the corresponding mode for the UARTs.
24050
24051 Signed-off-by: Steven A. Falco <sfalco@harris.com>
24052 Signed-off-by: Stefan Roese <sr@denx.de>
24053
a49d10cf
WD
24054commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
24055Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
24056Date: Wed Aug 6 14:42:13 2008 +0200
24057
24058 avr32: add support for EarthLCD Favr-32 board
24059
24060 This patch adds support for the Favr-32 board made by EarthLCD.
24061
24062 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
24063 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
24064 Ethernet, audio out, USB device, SD-card slot, USART and various other
24065 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
24066
24067 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
24068 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24069
24070commit bc9019e19758a19a388fb20ef18dc771cd39fdda
24071Author: Rafael Campos <rafael.campos@hanscan.com>
24072Date: Thu Jul 31 10:22:20 2008 +0200
24073
24074 cfi-flash: Added support to flash_real_protect for Atmel flash devices
24075
24076 Some of the flash memories produced by ATMEL start in read-only mode.
24077 We need to unprotect it. This patch allows the AT49BV6416 to work with
24078 cfi_flash memories. Tested in the at91rm9200ek board.
24079
24080 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
24081 Signed-off-by: Stefan Roese <sr@denx.de>
24082
24083commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
24084Author: Guennadi Liakhovetski <lg@denx.de>
24085Date: Tue Aug 5 15:36:39 2008 +0200
24086
24087 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
24088
24089 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24090 Signed-off-by: Stefan Roese <sr@denx.de>
24091
4b070809
WD
24092commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
24093Author: Stefan Roese <sr@denx.de>
24094Date: Wed Aug 6 14:06:03 2008 +0200
24095
24096 Fix merge problems
24097
24098 Signed-off-by: Stefan Roese <sr@denx.de>
24099
24100commit f2302d4430e7f3f48308d6a585320fe96af8afbd
24101Author: Stefan Roese <sr@denx.de>
24102Date: Wed Aug 6 14:05:38 2008 +0200
24103
24104 Fix merge problems
24105
24106 Signed-off-by: Stefan Roese <sr@denx.de>
24107
cd82919e
WD
24108commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
24109Author: Kenneth Johansson <kenneth@southpole.se>
24110Date: Tue Jul 15 12:13:38 2008 +0200
24111
24112 mpc5121: Move iopin features from board specific to common files.
24113
24114 And in the process eliminate some duplicate register defines.
24115
24116 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
24117
24118commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
24119Author: John Rigby <jrigby@freescale.com>
24120Date: Tue Aug 5 17:38:57 2008 -0600
24121
24122 mpc5121: squash some fdt fixup errors
24123
24124 On ADS5121 when booting linux the following errors are seen:
24125 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
24126 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
24127 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
24128
24129 This is caused by ft_cpu_setup trying to deal with
24130 both old and new soc node naming. This patch
24131 fixes this by being smarter about what to
24132 fixup.
24133
24134 Also do soc node fixups by compatible instead of by path.
24135 A new board config called OF_SOC_COMPAT defined
24136 to be "fsl,mpc5121-immr" replaces the old
24137 OF_SOC node path that was defined to be "soc@80000000".
24138
24139 Old device trees still work, but the compatiblity
24140 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
24141 which is on by default in include/configs/ads5121.h.
24142
24143 Signed-off-by: John Rigby <jrigby@freescale.com>
24144
24145commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
24146Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24147Date: Sat Aug 2 23:48:30 2008 +0200
24148
24149 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
24150
24151 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24152
24153commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
24154Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24155Date: Sat Aug 2 23:48:32 2008 +0200
24156
24157 nios2/sysid: fix printf warning
24158
24159 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24160
24161commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
24162Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24163Date: Sat Aug 2 23:48:33 2008 +0200
24164
24165 Fix remaining build issues with MPC8xx FADS boards.
24166
24167 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24168
24169commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
24170Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24171Date: Sat Aug 2 23:48:31 2008 +0200
24172
24173 nios2: fix phys_addr_t and phys_size_t support
24174
24175 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24176
24177commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
24178Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24179Date: Sat Aug 2 23:48:34 2008 +0200
24180
24181 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
24182
24183 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24184
24185commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
24186Author: Mark Jackson <mpfj@mimc.co.uk>
24187Date: Fri Aug 1 09:48:29 2008 +0100
24188
24189 Fix bitmap display for atmel lcd controller
24190
24191 The current lcd_display_bitmap() function does not work properly
24192 for the Atmel LCD controller.
24193
24194 2 fixes need to be done:-
24195
24196 (a) when setting the colour map, use the lcd_setcolreg() function
24197 as provided by the Atmel driver
24198 (b) the data is never actually written to the lcd framebuffer !!
24199
24200 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
24201
24202commit 2a433c66b1e2770349fe4911be23c375f053ebd8
24203Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24204Date: Fri Aug 1 08:40:34 2008 +0200
24205
24206 qemu_mips: update README to follow qemu update about default machine
24207
24208 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24209
24210commit ac169d645f5f0e0b9a232563099209e92a355d8e
24211Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24212Date: Thu Jul 31 19:53:21 2008 -0500
24213
24214 ColdFire: Fix compilation issue caused by a missing function
24215
24216 Implement usec2ticks() which is used by fsl_i2c.c in
24217 lib_m68k/time.c
24218
24219 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24220
24221commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
24222Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24223Date: Thu Jul 31 19:53:06 2008 -0500
24224
24225 Fix compilation error for TASREG
24226
24227 TASREG is ColdFire platform, the include ppc4xx.h in
24228 board/esd/common/flash.c causes conflict.
24229
24230 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24231
24232commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
24233Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24234Date: Thu Jul 31 19:52:36 2008 -0500
24235
24236 Fix compilation error for MCF5275
24237
24238 Rename OBJ to COBJ in board/platform/Makefile
24239
24240 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24241
24242commit 5c40548f01218360a1f1395198c50ff45f3035b5
24243Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24244Date: Thu Jul 31 19:52:28 2008 -0500
24245
24246 Fix compile error caused by incorrect function return type
24247
24248 Rename int mii_init(void) to void mii_init(void) for idmr
24249 ColdFire platform
24250
24251 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24252
24253commit a58c78067c928976c082c758d3987e89ead5b191
24254Author: Wolfgang Denk <wd@denx.de>
24255Date: Fri Aug 1 12:06:22 2008 +0200
24256
24257 Fix build issues with MPC8xx FADS boards.
24258
24259 Signed-off-by: Wolfgang Denk <wd@denx.de>
24260
24261commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
24262Author: Wolfgang Denk <wd@denx.de>
24263Date: Thu Jul 31 17:54:03 2008 +0200
24264
24265 Prepare v1.3.4-rc2: update CHANGELOG
24266
24267 Signed-off-by: Wolfgang Denk <wd@denx.de>
24268
4b50cd12
WD
24269commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
24270Author: Mark Jackson <mpfj@mimc.co.uk>
24271Date: Thu Jul 31 16:09:00 2008 +0100
24272
24273 Add gzipped logo support
24274
24275 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
24276
24277 If this option is set, additionally to standard BMP
24278 images, gzipped BMP images can be displayed via the
24279 splashscreen support or the bmp command.
24280
24281 However, the splashscreen function *only* supports standard BMP images.
24282
24283 This patch adds the documented gzip support.
24284
24285 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
24286
24287commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
24288Author: Mark Jackson <mpfj@mimc.co.uk>
24289Date: Thu Jul 31 15:56:48 2008 +0100
24290
24291 Fix Atmel LCD controller endianess for AVR32 processors
24292
24293 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
24294 AVR32 (big endian) platforms.
24295
24296 As such, the controller can handle both big and little endian memory.
24297
24298 This patch fixes the driver for the AVR32 platform.
24299
24300 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
24301
24302commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
24303Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24304Date: Thu Jul 31 15:56:01 2008 +0200
24305
24306 apollon: fix build out of tree
24307
24308 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24309
24310commit 2e752be39d3e398d4ab89ffa6634c397df298297
24311Author: Guennadi Liakhovetski <lg@denx.de>
24312Date: Thu Jul 31 12:35:04 2008 +0200
24313
24314 Uncompressed images loaded to their start address shall set load_end too
24315
24316 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24317 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
24318
24319commit c37207d7f51e19c17f859966f314e27cc1231801
24320Author: Wolfgang Denk <wd@denx.de>
24321Date: Wed Jul 16 16:38:59 2008 +0200
24322
24323 Fix printf() format problems with configurable prompts
24324
24325 U-Boot allows for configurable prompt strings using the
24326 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
24327 the assumption was that any such user defined problts would contain
24328 exactly one "%d" format specifier. But some boards did not.
24329
24330 To allow for flexible boot prompts without adding too complex code we
24331 now allow to specify the whole list of printf() arguments in the user
24332 definition. This is powerful, but requires a responsible user who
24333 really understands what he is doing, as he needs to know for exanple
24334 which variables are available in the respective context.
24335
24336 Signed-off-by: Wolfgang Denk <wd@denx.de>
24337
24338commit 54754120637b6a7f4ff774fb199fc550bcfea1da
24339Author: Wolfgang Denk <wd@denx.de>
24340Date: Thu Jul 31 17:02:14 2008 +0200
24341
24342 TQM85xx: fix typo introduce by commit ffbb5cb9
24343
24344 Signed-off-by: Wolfgang Denk <wd@denx.de>
24345
24346commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
24347Author: Wolfgang Denk <wd@denx.de>
24348Date: Thu Jul 31 15:27:01 2008 +0200
24349
24350 mvbc_p board: fix most build warnings.
24351
24352 Signed-off-by: Wolfgang Denk <wd@denx.de>
24353
24354commit c4ec6db074051d2f6fc76a66411c60621b22bc02
24355Author: Wolfgang Denk <wd@denx.de>
24356Date: Thu Jul 31 13:57:20 2008 +0200
24357
24358 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
24359
24360 Avoid "integer constant is too large for 'long' type" warnings.
24361 And simplify the code.
24362
24363 Signed-off-by: Wolfgang Denk <wd@denx.de>
24364
24365commit 9196b44334c330cc13de2464c59181e4db71f549
24366Author: Matvejchikov Ilya <matvejchikov@gmail.com>
24367Date: Wed Jul 30 23:21:19 2008 +0400
24368
24369 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
24370
24371 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
24372
24373commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
24374Author: Matvejchikov Ilya <matvejchikov@gmail.com>
24375Date: Wed Jul 30 23:20:32 2008 +0400
24376
24377 PPC: Add pci_clk in the global_data for CPM2 processors
24378
24379 This patch adds pci_clk field to the global_data structure for the
24380 processors which have CPM2 module in case the CONFIG_PCI is defined.
24381
24382 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
24383
24384commit f0ff885ca64655bee6540eb8a25eed90b1152686
24385Author: Kumar Gala <galak@kernel.crashing.org>
24386Date: Wed Jul 30 14:13:30 2008 -0500
24387
24388 mpc85xx: Update linker scripts for Freescale boards
24389
24390 * Move to using absolute addressing always. Makes the scripts a bit more
24391 portable and common
24392 * Moved .bss after the end of the image. These allows us to have more
24393 room in the resulting binary image for code and data.
24394 * Removed .text object files that aren't really needed
24395 * Make sure _end is 4-byte aligned as the .bss init code expects this.
24396 (Its possible that the end of .bss isn't 4-byte aligned)
24397
24398 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24399
24400commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
24401Author: Kumar Gala <galak@kernel.crashing.org>
24402Date: Wed Jul 30 08:01:15 2008 -0500
24403
24404 Fix compile warnings in dlmalloc
24405
24406 The origional code was using on odd reference to get to the first
24407 real element in av_[]. The first two elements of the array are
24408 not used for actual bins, but for house keeping. If we are more
24409 explicit about how use the first few elements we can get rid of the
24410 warnings:
24411
24412 dlmalloc.c: In function 'malloc_extend_top':
24413 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
24414 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
24415 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
24416 ...
24417
24418 The logic of how this code came to be is:
24419 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
24420
24421 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
24422 bin_at(0) = &(av_[0])
24423
24424 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
24425
24426 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24427
24428commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
24429Author: Stefan Roese <sr@denx.de>
24430Date: Wed Jul 30 10:21:01 2008 +0200
24431
24432 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
24433
24434 Signed-off-by: Stefan Roese <sr@denx.de>
24435
24436commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
24437Author: Stefan Roese <sr@denx.de>
24438Date: Wed Jul 30 09:59:51 2008 +0200
24439
24440 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
24441
24442 A recent patch used '#if (CONFIG_CMD_USB)' instead of
24443 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
24444 common/bootm.c compile again.
24445
24446 Signed-off-by: Stefan Roese <sr@denx.de>
24447 Acked-by: Markus Klotzbuecher <mk@denx.de>
24448
24449commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
24450Author: Kyungmin Park <kmpark@infradead.org>
24451Date: Tue Jul 22 08:01:43 2008 +0900
24452
24453 Remove unused I2C at apollon board
24454
24455 There are no I2C devices on this board.
24456
24457 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24458
24459commit 3c95960e526b3b026da20201db64526f46faf14b
24460Author: Wolfgang Denk <wd@denx.de>
24461Date: Thu Jul 31 10:12:09 2008 +0200
24462
24463 at91rm9200dk, csb637: fix NAND related build problems
24464
24465 Tried fixing NAND support for the at91rm9200dk board; untested.
24466 Disabled NAND support in the csb637 board config file.
24467
24468 Signed-off-by: Wolfgang Denk <wd@denx.de>
24469
4b070809
WD
24470commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
24471Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24472Date: Wed Jul 30 12:39:28 2008 +0200
24473
24474 ppc4xx: ML507: Environment in flash and MTD Support
24475
24476 - Relocate the location of U-Boot in the flash
24477 - Save the environment in one sector of the flash memory
24478 - MTD Support
24479
24480 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24481 Signed-off-by: Stefan Roese <sr@denx.de>
24482
24483commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
24484Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24485Date: Tue Jul 29 17:16:10 2008 +0200
24486
24487 ppc4xx: ML507: Use of get_ram_size in board ml507
24488
24489 - Change suggested by WD
24490
24491 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24492 Signed-off-by: Stefan Roese <sr@denx.de>
24493
24494commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
24495Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24496Date: Mon Jul 21 20:30:07 2008 +0200
24497
24498 ppc4xx: ML507: U-Boot in flash and System ACE
24499
24500 This patch allows booting from FLASH the ML507 board by Xilinx.
24501 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
24502
24503 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24504 Signed-off-by: Stefan Roese <sr@denx.de>
24505
a49d10cf
WD
24506commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
24507Author: Julien May <mailinglist@miromico.ch>
24508Date: Mon Jun 23 13:57:52 2008 +0200
24509
24510 Add support for the hammerhead (AVR32) board
24511
24512 The Hammerhead platform is built around a AVR32 32-bit microcontroller
24513 from Atmel. It offers versatile peripherals, such as ethernet, usb
24514 device, usb host etc.
24515
24516 The board also incooperates a power supply and is a Power over Ethernet
24517 (PoE) Powered Device (PD).
24518
24519 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
24520 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
24521 DDR2 SDRAM interfaces, which will cover even the most exceptional need
24522 of memory bandwidth. Together with the onboard video decoder the board
24523 is ready for video processing.
24524
24525 For more information see: http:///www.miromico.com/hammerhead
24526
24527 Signed-off-by: Julien May <mailinglist@miromico.ch>
24528 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
24529 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24530
4b50cd12
WD
24531commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
24532Author: Kumar Gala <galak@kernel.crashing.org>
24533Date: Tue Jul 29 12:23:49 2008 -0500
24534
24535 fsl_i2c: Use timebase timer functions instead of get_timer()
24536
24537 The current implementation of get_timer() is only really useful after we
24538 have relocated u-boot to memory. The i2c code is used before that as part
24539 of the SPD DDR setup.
24540
24541 We actually have a bug when using the get_timer() code before relocation
24542 because the .bss hasn't been setup and thus we could be reading/writing
24543 a random location (probably in flash).
24544
24545 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24546
24547commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
24548Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
24549Date: Tue Jul 29 14:49:31 2008 +0200
24550
24551 Adder8xx: Fix CFG_MONITOR_LEN
24552
24553 Due to increased space usage, U-Boot can no longer be stored in three sectors.
24554 The current U-Boot use just over three flash sectors (197k), and U-Boot will
24555 become corrupt after saving environment variables. This patch adds another 64k
24556 to CFG_MONITOR_LEN.
24557
24558 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
24559
24560commit a4c59ad4a21140550ada6f97690d2527c4146ce5
24561Author: Kyungmin Park <kmpark@infradead.org>
24562Date: Tue Jul 29 08:47:57 2008 +0900
24563
24564 Add OneNAND IPL related files to gitignore
24565
24566 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24567
24568commit 8d87589e8e874df7120a3d9667f051bc33bac250
24569Author: Rafal Jaworowski <raj@semihalf.com>
24570Date: Mon Jul 28 20:38:25 2008 +0200
24571
24572 API: Teach the storage layer about SATA and MMC options.
24573
24574 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24575 Acked-by: Rafal Jaworowski <raj@semihalf.com>
24576
24577commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
24578Author: Rafal Jaworowski <raj@semihalf.com>
24579Date: Mon Jul 28 20:37:48 2008 +0200
24580
24581 API: Dump contents of sector 0 in the demo application.
24582
24583 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24584 Acked-by: Rafal Jaworowski <raj@semihalf.com>
24585
24586commit 13ca6305f2eba49c175f6370c35286141059c789
24587Author: Rafal Jaworowski <raj@semihalf.com>
24588Date: Mon Jul 28 20:37:10 2008 +0200
24589
24590 API: Correct storage enumeration routine, other minor fixes in API storage area.
24591
24592 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24593 Acked-by: Rafal Jaworowski <raj@semihalf.com>
24594
24595commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
24596Author: Rafal Jaworowski <raj@semihalf.com>
24597Date: Mon Jul 28 20:36:19 2008 +0200
24598
24599 API: Fix compilation warnings in api_examples/demo.c.
24600
24601 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24602
24603commit c14eefcc48212af2f3314809605698dd8393a90a
24604Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24605Date: Sun Jul 27 17:09:43 2008 +0200
24606
24607 Fix more printf() format warnings
24608
24609 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24610
24611commit 936897d4d1365452bbbdf8430db5e7769ef08d38
24612Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24613Date: Fri Jul 25 15:18:16 2008 +0200
24614
24615 Fix remaining CFG_CMD_ define, ifdef and comments
24616
24617 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24618
24619commit 5d1d00fb36005482e1803a00ddc46efa11d719af
24620Author: Stefano Babic <sbabic@denx.de>
24621Date: Fri Jul 25 08:57:40 2008 +0200
24622
24623 Add include for config.h in command.h.
24624
24625 Because the cmd_tbl_s structure depends on the configuration file, it
24626 must be assured that config.h is included before the structure is
24627 evaluated by the compiler. If this is not certain, it could happen
24628 that the compiler generates structures of different size, depending
24629 on the fact if the source file includes <config.h> before or after
24630 <command.h>.
24631
24632 The effect is that u-boot crashes when tries to relocate the command
24633 table (for ppc) or try to access to the command table for other
24634 architectures.
24635
24636 The problem can happen on board-depending commands. All general
24637 commands under /common are unaffected, because they include already
24638 config.h before command.h.
24639
24640 Signed-off-by: Stefano Babic <sbabic@denx.de>
24641
24642commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
24643Author: Scott Wood <scottwood@freescale.com>
24644Date: Wed Jul 23 13:16:06 2008 -0500
24645
24646 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
24647
24648 This fixes building out-of-tree.
24649
24650 Signed-off-by: Scott Wood <scottwood@freescale.com>
24651
24652commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
24653Author: Heiko Schocher <hs@denx.de>
24654Date: Wed Jul 23 07:30:46 2008 +0200
24655
24656 Fix warnings if compiling with IDE support.
24657
24658 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
24659 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
24660
24661 Signed-off-by: Heiko Schocher <hs@denx.de>
24662
24663commit 7610db17fd4d59c51d825488526d85ede2f06767
24664Author: Adrian Filipi <adrian.filipi@eurotech.com>
24665Date: Tue Jul 22 14:28:11 2008 -0400
24666
24667 Removed support for the adsvix board.
24668
24669 Support for the adsvix was originally provided by Applied Data
24670 Systems (ADS), inc., now EuroTech, Inc.
24671 The board never shipped aside from some sample boards.
24672
24673 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
24674
24675commit f96b44cef897bd372beb86dde1b33637c119d84d
24676Author: Remy Bohmer <linux@bohmer.net>
24677Date: Tue Jul 22 16:22:11 2008 +0200
24678
24679 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
24680
24681 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
24682 never set, because relocation to RAM is actually never done by U-boot
24683 itself. However, several pieces of code check if this flag is set at
24684 some time.
24685
24686 So, to make sure this flag is set on boards skipping relocation, this
24687 is added to the initialisation of U-boot at a moment where it is safe
24688 to do so.
24689
24690 Signed-off-by: Remy Bohmer <linux@bohmer.net>
24691
24692commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
24693Author: Timur Tabi <timur@freescale.com>
24694Date: Mon Jul 21 14:26:23 2008 -0500
24695
24696 fsl-i2c: fix writes to data segment before relocation
24697
24698 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
24699 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
24700 I2C bus speed and save the value in i2c_bus_speed[], which is a global
24701 variable. It is an error to write to the data segment before relocation,
24702 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
24703
24704 Signed-off-by: Timur Tabi <timur@freescale.com>
24705
24706commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
24707Author: Wolfgang Ocker <weo@reccoware.de>
24708Date: Mon Jul 28 16:56:51 2008 +0200
24709
24710 mips: Fix baudrate divisor computation on alchemy cpus
24711
24712 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
24713 on alchemy cpus.
24714
24715 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
24716 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24717
a49d10cf
WD
24718commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
24719Author: Ben Warren <biggerbadderben@gmail.com>
24720Date: Sat Jul 5 00:08:48 2008 -0700
24721
24722 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
24723
24724 Renamed initialization functions for atngw100 and atstk1000.
24725 Removed initializations for these boards from net/eth.c
24726
24727 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24728 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24729
4b50cd12
WD
24730commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
24731Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24732Date: Wed Jul 23 10:55:46 2008 +0200
24733
24734 spi flash: Fix printf() format warnings
24735
24736 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24737
24738commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
24739Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24740Date: Wed Jul 23 10:55:31 2008 +0200
24741
24742 atmel_mci: Fix printf() format warnings
24743
24744 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24745
24746commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
24747Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24748Date: Wed Jul 23 10:55:15 2008 +0200
24749
24750 avr32: Fix printf() format warnings
24751
24752 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24753
24754commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
24755Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24756Date: Wed Jul 23 10:52:19 2008 +0200
24757
24758 avr32: asm/io.h needs asm/types.h
24759
24760 map_physmem() takes a phys_addr_t as parameter. This type is defined in
24761 asm/types.h, so we need to include that file.
24762
24763 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24764
24765commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
24766Author: Michal Simek <monstr@monstr.eu>
24767Date: Thu Jul 17 12:25:46 2008 +0200
24768
24769 microblaze: Fix printf() format issues
24770
24771 Signed-off-by: Michal Simek <monstr@monstr.eu>
24772
24773commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
24774Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
24775Date: Thu Jul 17 07:27:51 2008 +0530
24776
24777 Remove unused code from lib_arm/bootm.c
24778
24779 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
24780
24781commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
24782Author: Detlev Zundel <dzu@denx.de>
24783Date: Wed Jul 16 18:56:45 2008 +0200
24784
24785 tqm85xx: Demystify 'DK: !!!' comment
24786
24787 Signed-off-by: Detlev Zundel <dzu@denx.de>
24788
24789commit b2f44ba570f3a01113bbb745daf46f3858d22f53
24790Author: Detlev Zundel <dzu@denx.de>
24791Date: Wed Jul 16 18:56:44 2008 +0200
24792
24793 83xx/85xx/86xx: Add LTEDR local bus definitions
24794
24795 Signed-off-by: Detlev Zundel <dzu@denx.de>
24796
24797commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
24798Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24799Date: Wed Jul 16 16:22:32 2008 +0200
24800
24801 serial_xuartlite.c: fix compiler warnings
24802
24803 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24804 Acked-by: Grant Likely <grant.likely@secretlab.ca>
24805
24806commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
24807Author: Stefan Roese <sr@denx.de>
24808Date: Fri Jul 18 11:03:35 2008 +0200
24809
24810 POST: Add disable interrupts in some of the missing CPU POST tests
24811
24812 Some CPU POST tests did not disable the interrupts while running. This
24813 seems to be necessary to protect this self modifying code.
24814
24815 Signed-off-by: Stefan Roese <sr@denx.de>
24816
24817commit 97a3bf268d096e0e97e54048448c35114edcf557
24818Author: Stefan Roese <sr@denx.de>
24819Date: Fri Jul 18 10:43:24 2008 +0200
24820
24821 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
24822
24823 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
24824 CFG_64BIT_LBA.
24825
24826 Signed-off-by: Stefan Roese <sr@denx.de>
24827
24828commit 0043ac55024963295fc79b39af85b6dc3b261e17
24829Author: Niklaus Giger <niklaus.giger@netstal.com>
24830Date: Fri Jul 18 11:22:23 2008 +0200
24831
24832 POST PPC4xx/spr IVPR only if PPC440
24833
24834 The SPR IVPR register is only present (as far as I know) for
24835 processors with a PPC440 core.
24836
24837 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
24838 Acked-by: Stefan Roese <sr@denx.de>
24839
24840commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
24841Author: Stefan Roese <sr@denx.de>
24842Date: Fri Jul 18 10:42:29 2008 +0200
24843
24844 ppc4xx: Enable 64bit printf format on 440/460 platforms
24845
24846 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
24847 440/460 platforms. This may be needed since those platforms support
24848 36bit physical address space.
24849
24850 Signed-off-by: Stefan Roese <sr@denx.de>
24851
24852commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
24853Author: Stefan Roese <sr@denx.de>
24854Date: Fri Jul 18 15:57:23 2008 +0200
24855
24856 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
24857
24858 This patch fixes a problem with incorrect MODTx (On Die Termination)
24859 setup for a configuration with multiple DIMM's and multiple ranks.
24860 Without this change Katmai was unable to boot Linux with DDR2 frequency
24861 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
24862 with DDR2 frequency = 640MHz and mem=4GB.
24863
24864 Signed-off-by: Stefan Roese <sr@denx.de>
24865
4b070809
WD
24866commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
24867Author: Stefan Roese <sr@denx.de>
24868Date: Fri Jul 18 12:24:41 2008 +0200
24869
24870 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
24871
24872 Signed-off-by: Stefan Roese <sr@denx.de>
24873
24874commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
24875Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24876Date: Thu Jul 17 12:47:09 2008 +0200
24877
24878 ppc4xx: ML507 Board Support
24879
24880 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
24881 among others:
24882 -Virtex 5 FX FPGA (With a ppc440x5 in it)
24883 -256MB of SDRAM2
24884 -32MB of Flash
24885 -I2C Eeprom
24886 -System ACE chip
24887 -Serial ATA connectors
24888 -RS232 Level Conversors
24889 -Ethernet Transceiver
24890
24891 This patch gives support to a standard design produced by EDK for this
24892 board: ppc440, uartlite, xilinx_int and flash
24893
24894 - Includes Changes propossed by Stefan Roese and Michal Simek
24895
24896 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24897 Acked-by: Stefan Roese <sr@denx.de>
24898
24899commit d865fd09809a3a18669f35f970781820af40e4de
24900Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24901Date: Thu Jul 17 11:44:12 2008 +0200
24902
24903 ppc4xx: CPU PPC440x5 on Virtex5 FX
24904
24905 -This patchs gives support for the embbedded ppc440
24906 on the Virtex5 FPGAs
24907 -interrupts.c divided in uic.c and interrupts.c
24908 -xilinx_irq.c for xilinx interrupt controller
24909 -Include modifications propossed by Stefan Roese
24910
24911 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24912 Acked-by: Stefan Roese <sr@denx.de>
24913
4b50cd12
WD
24914commit 340ccb260f21516be360745d5c5e3bd0657698df
24915Author: Sebastian Siewior <bigeasy@linutronix.de>
24916Date: Wed Jul 16 20:04:49 2008 +0200
24917
24918 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
24919
24920 This got broken by commits 93c56f212c
24921 [cfi_flash: support of long cmd in U-boot.]
24922
24923 That command needs to be in little endian format on BE machines
24924 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
24925 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
24926 the cmdbuf in case portwidth = chipwidth = 8bit.
24927
24928 Cc: Alexey Korolev <akorolev@infradead.org>
24929 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
24930 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
24931
4b070809
WD
24932commit 11188d55bc16dd907451c00282e00a038f73dd62
24933Author: Stefan Roese <sr@denx.de>
24934Date: Thu Jul 17 10:40:51 2008 +0200
24935
24936 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
24937
24938 Signed-off-by: Stefan Roese <sr@denx.de>
24939
285db747
WD
24940commit 021f6df6e96af5b387810cf96d24848da1faa55c
24941Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24942Date: Thu Jul 10 17:20:51 2008 +0400
24943
24944 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
24945
24946 The thinko was quite silly indeed, I messed with !ptr. Normally this
24947 would trigger some fault, but in U-Boot NULL pointer is equal to phys
24948 0, so the code was working still, just didn't actually test mpc8315erdb
24949 environment variable value. Heh.
24950
24951 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24952 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24953
24954commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
24955Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24956Date: Tue Jul 8 21:00:04 2008 +0400
24957
24958 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
24959
24960 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
24961 support, or without TSEC1 but with USB ULPI PHY support in addition.
24962 With this patch user can specify desired USB PHY.
24963
24964 Also, it seems that we can't distinguish the two boards in software, so
24965 user have to set `mpc8315erdb' environment variable to either 'tsec1'
24966 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
24967 Linux will not probe for TSEC1.
24968
24969 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24970 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24971
24972commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
24973Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24974Date: Tue Jul 8 20:59:43 2008 +0400
24975
24976 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
24977
24978 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
24979 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
24980 (connected to the four-ports hub, usb host only).
24981
24982 This patch implements support for passing Dual-Role USB controller's
24983 device tree property phy_type through the usb_phy_type environment
24984 variable.
24985
24986 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24987 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24988 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24989
4b50cd12
WD
24990commit 699f05125509249072a0b865c8d35520d97cd501
24991Author: Wolfgang Denk <wd@denx.de>
24992Date: Tue Jul 15 22:22:44 2008 +0200
24993
24994 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
24995
24996 Signed-off-by: Wolfgang Denk <wd@denx.de>
24997
699f0512
WD
24998commit bcab74baa6b1b1c969038ab6f64a186239180405
24999Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25000Date: Tue Jul 15 11:23:02 2008 -0400
25001
25002 Round the serial port clock divisor value returned by calc_divisor()
25003
25004 Round the serial port clock divisor value returned by
25005 calc_divisor()
25006
25007 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25008 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
25009
25010commit 0328ef0edfe950f0b7b8b368dae482531506b74a
25011Author: Robin Getz <rgetz@blackfin.uclinux.org>
25012Date: Tue Jul 15 21:44:46 2008 +0200
25013
25014 Fix DHCP protocol so U-Boot does not respond too early
25015 on the network with it's offered IP number; it should not reply until
25016 after it has received a DHCP ACK message. Also ensures that U-Boot
25017 does it's DHCPREQUEST as broadcast (per RFC 2131).
25018
25019 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
25020 Acked-by: Ben Warren <biggerbadderben@gmail.com>
25021 Signed-off-by: Wolfgang Denk <wd@denx.de>
25022
25023commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
25024Author: Sebastian Siewior <bigeasy@linutronix.de>
25025Date: Tue Jul 15 13:35:23 2008 +0200
25026
25027 cfi_flash: make the command u32 only
25028
25029 This got changed by commit 93c56f212c
25030 [cfi_flash: support of long cmd in U-boot.]
25031
25032 Long is the wrong type because it will behave differently on 64bit
25033 machines in a way that is probably not expected. u32 should be
25034 enough.
25035
25036 Cc: Alexey Korolev <akorolev@infradead.org>
25037 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
25038 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
25039
25040commit 31cfe57491b183acae575d486729e158f016c27b
25041Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25042Date: Mon Jul 14 23:48:41 2008 +0200
25043
25044 tools/gitignore: update to all generated files
25045
25046 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25047
25048commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
25049Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
25050Date: Wed Jul 9 18:30:44 2008 +0200
25051
25052 mpc5xxx: Add MVBC_P board support
25053
25054 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
25055 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
25056
25057 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
25058 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
25059
25060commit e2d31fb3450653115452144363d5bde4e5e3e693
25061Author: Timur Tabi <timur@freescale.com>
25062Date: Thu Jun 19 17:56:11 2008 -0500
25063
25064 Update Freescale sys_eeprom.c to handle CCID formats
25065
25066 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
25067 NXID format replaces the older CCID format, but it's important to support both
25068 since most boards out there still use the CCID format. This change is in
25069 preparation for using one file to handle both formats. This will also unify
25070 EEPROM support for all Freescale 85xx and 86xx boards.
25071
25072 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
25073 instead of ID_EEPROM_ADDR.
25074
25075 Signed-off-by: Timur Tabi <timur@freescale.com>
25076
25077commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
25078Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25079Date: Fri Jul 11 17:22:43 2008 +0900
25080
25081 pci: sh: Add pci_skip_dev and pci_print_dev function
25082
25083 Add function of new PCI, pci_skip_dev and pci_print_dev.
25084
25085 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25086 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25087
25088commit 1107014e835ec9d46c0333f4211d104f77442db0
25089Author: Andy Fleming <afleming@freescale.com>
25090Date: Mon Jul 14 20:29:07 2008 -0500
25091
25092 Clean up INIT_RAM options
25093
25094 The L2_INIT_RAM option was unused, and recent changes to the TLB code
25095 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
25096 the amount of mapped space attached to nothing, we change things so the TLBs
25097 get cleared.
25098
25099 Signed-off-by: Andy Fleming <afleming@freescale.com>
25100
25101commit 4524561820a9327e89107854b3a7187800ccf719
25102Author: Andy Fleming <afleming@freescale.com>
25103Date: Mon Jul 14 20:26:57 2008 -0500
25104
25105 Remove fake flash bank from 8544 DS
25106
25107 The fake flash bank was generating errors for anyone who didn't have a
25108 PromJET hooked up to the board. As that constitutes the vast majority of
25109 users, we remove it.
25110
25111 Signed-off-by: Andy Fleming <afleming@freescale.com>
25112
25113commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
25114Author: Kumar Gala <galak@kernel.crashing.org>
25115Date: Mon Jul 14 14:07:03 2008 -0500
25116
25117 MPC8544DS: Add ATI Video card support
25118
25119 Add support for using a PCIe ATI Video card on PCIe2.
25120
25121 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25122
25123commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
25124Author: Kumar Gala <galak@kernel.crashing.org>
25125Date: Mon Jul 14 14:07:02 2008 -0500
25126
25127 85xx: Add some L1/L2 SPR register definitions
25128
25129 Add new L1/L2 SPRs related to e500mc cache config and control.
25130
25131 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25132
25133commit e5852787f0c3c442a276262f13d91ca450605ac0
25134Author: Kumar Gala <galak@kernel.crashing.org>
25135Date: Mon Jul 14 14:07:01 2008 -0500
25136
25137 MPC8544DS: Report board id, board version and fpga version.
25138
25139 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25140
25141commit 73f15a060f67a2462551c334215bd20fac6b81d1
25142Author: Kumar Gala <galak@kernel.crashing.org>
25143Date: Mon Jul 14 14:07:00 2008 -0500
25144
25145 85xx: Cleanup L2 cache size detection
25146
25147 The L2 size detection code was a bit confusing and we kept having to add
25148 code to it to handle new processors. Change the sense of detection so we
25149 look for the older processors that aren't changing.
25150
25151 Also added support for 1M cache size on 8572.
25152
25153 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25154
25155commit c3ca7e5e00a24451f20df3bded9a61ba541921df
25156Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25157Date: Fri Jul 11 15:33:08 2008 -0400
25158
25159 sbc8560: enable CONFIG_OF_LIBFDT by default
25160
25161 Make the default build for the sbc8560 board be powerpc
25162 capable with libfdt support.
25163
25164 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25165
25166commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
25167Author: Andy Fleming <afleming@freescale.com>
25168Date: Mon Jul 14 20:04:40 2008 -0500
25169
25170 Fix indentation for default boot environment variables
25171
25172 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
25173 similar #defines in sbc8560.h.
25174
25175 Signed-off-by: Andy Fleming <afleming@freescale.com>
25176
25177commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
25178Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25179Date: Fri Jul 11 15:33:07 2008 -0400
25180
25181 sbc8560: add default fdt values
25182
25183 Add in the default fdt settings and the typical EXTRA_ENV
25184 settings as borrowed from the mpc8560ads. Fix a couple
25185 of stale references to the mpc8560ads dating back to the
25186 original clone/fork.
25187
25188 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25189 Signed-off-by: Andy Fleming <afleming@freescale.com>
25190
25191commit d04e76edf92f7f89696989e8702b97e020455af3
25192Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25193Date: Fri Jul 11 15:33:06 2008 -0400
25194
25195 sbc8560: add in ft_board_setup()
25196
25197 Add in for the sbc8560, the ft_board_setup() routine, based on what is
25198 in use for the Freescale MPC8560ADS board.
25199
25200 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25201
25202commit c158bcaca3b31cbe38c4143812e6170e38a57393
25203Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25204Date: Fri Jul 11 15:33:05 2008 -0400
25205
25206 sbc8560: define eth0 and eth1 instead of eth1 and eth2
25207
25208 The existing config doesn't define CONFIG_HAS_ETH0, and so the
25209 fdt support doesn't update the zeros in the dtb local-mac with
25210 real data from the u-boot env. Since the existing config is
25211 tailored to just two interfaces, get rid of the ETH2 definitions
25212 at the same time.
25213
25214 Also don't include any end user specific data into the environment
25215 by default -- things like MAC address, network parameters etc. need
25216 to come from the end user.
25217
25218 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25219 Signed-off-by: Andy Fleming <afleming@freescale.com>
25220
25221commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
25222Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25223Date: Fri Jul 11 15:33:04 2008 -0400
25224
25225 sbc8560: properly set cs0_bnds for 512MB
25226
25227 The sbc8560 board ships with 512MB of memory installed,
25228 but the current cs0_bnds is hard coded for 256MB. Set the
25229 value based on CFG_SDRAM_SIZE.
25230
25231 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25232
25233commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
25234Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25235Date: Fri Jul 11 15:33:03 2008 -0400
25236
25237 sbc8560: proper definitions for TSEC.
25238
25239 The definitions for the TSEC have become out of date. There is no
25240 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
25241 Update to match those of other boards, like the MPC8560ADS.
25242
25243 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25244 Acked-by: Ben Warren <biggerbadderben@gmail.com>
25245
25246commit 71074abbe0c76429577aff58aeff0a24ad210b23
25247Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25248Date: Wed Jul 9 13:23:05 2008 -0400
25249
25250 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
25251
25252 Some boards that have external 16550 UARTs don't have a direct
25253 tie between bi_busfreq and the clock used for the UARTs. Boards
25254 that do have such a tie should set CFG_NS16550_CLK to be
25255 get_bus_freq(0) -- which most of them do already.
25256
25257 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25258 Acked-by: Kim Phillips <kim.phillips@freescale.com>
25259
25260commit 24ef76f320fbadf074105229826514db140f939f
25261Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25262Date: Wed Jul 2 07:03:53 2008 -0700
25263
25264 Change the temp map to ROM to align addresses to page size.
25265
25266 With a page size of BOOKE_PAGESZ_16M, both the real and effective
25267 addresses must be multiples of 16MB. The hardware silently truncates
25268 them so the code happens to work. This patch clarifies the situation
25269 by establishing addresses that the hardware doesn't need to truncate.
25270
25271 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25272 Signed-off-by: Andy Fleming <afleming@freescale.com>
25273
25274commit 06b4186c10204b6683edb047ac5f506fb0ce0937
25275Author: Kim Phillips <kim.phillips@freescale.com>
25276Date: Tue Jun 17 17:45:22 2008 -0500
25277
25278 mpc85xx: use IS_E_PROCESSOR macro
25279
25280 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25281
25282commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
25283Author: Kim Phillips <kim.phillips@freescale.com>
25284Date: Mon Jun 16 15:55:53 2008 -0500
25285
25286 fdt: add crypto node handling for MPC8{3, 5}xxE processors
25287
25288 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
25289 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
25290 if on an 'EA' processor, e.g. MPC8349EA.
25291
25292 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25293
25294commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
25295Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25296Date: Fri Jul 11 15:10:11 2008 -0400
25297
25298 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
25299
25300 ARM DaVinci: Remove extern phy_t declaration by moving
25301 code to proper place.
25302
25303 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25304
25305commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
25306Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25307Date: Fri Jul 11 15:10:10 2008 -0400
25308
25309 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
25310
25311 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
25312 and prototype of i2c_init().
25313
25314 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25315
25316commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
25317Author: Kumar Gala <galak@kernel.crashing.org>
25318Date: Mon Jul 14 14:03:02 2008 -0500
25319
25320 Fix some more printf() format problems.
25321
25322 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25323
25324commit 45b16d22c64674ccd8c4637456a987463609141c
25325Author: Wolfgang Denk <wd@denx.de>
25326Date: Mon Jul 14 22:38:42 2008 +0200
25327
25328 Fix coding style; make code better parsable by external tools
25329
25330 Signed-off-by: Wolfgang Denk <wd@denx.de>
25331
25332commit b880cbf207b1c109d3a661417a8feddcbd729a9d
25333Author: Wolfgang Denk <wd@denx.de>
25334Date: Mon Jul 14 21:19:08 2008 +0200
25335
25336 cpu/i386/serial.c: Fix syntax errors
25337
25338 Signed-off-by: Wolfgang Denk <wd@denx.de>
25339
25340commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
25341Author: Wolfgang Denk <wd@denx.de>
25342Date: Mon Jul 14 20:41:35 2008 +0200
25343
25344 elppc board: Coding style cleanup.
25345
25346 Signed-off-by: Wolfgang Denk <wd@denx.de>
25347
25348commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
25349Author: Wolfgang Denk <wd@denx.de>
25350Date: Mon Jul 14 20:40:22 2008 +0200
25351
25352 elppc board: fix syntax error.
25353
25354 Signed-off-by: Wolfgang Denk <wd@denx.de>
25355
25356commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
25357Author: Wolfgang Denk <wd@denx.de>
25358Date: Mon Jul 14 20:38:26 2008 +0200
25359
25360 EB+MCF-EV123 board: fix coding style (alingment)
25361
25362 Signed-off-by: Wolfgang Denk <wd@denx.de>
25363
25364commit 6841785a0bb0f38175456a923edd634fb7dd6947
25365Author: Wolfgang Denk <wd@denx.de>
25366Date: Mon Jul 14 20:36:44 2008 +0200
25367
25368 EB+MCF-EV123 board: fix syntx error
25369
25370 Signed-off-by: Wolfgang Denk <wd@denx.de>
25371
25372commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
25373Author: Andy Fleming <afleming@freescale.com>
25374Date: Mon Jul 7 18:02:08 2008 -0500
25375
25376 Remove LBC_CACHE_BASE from 8544 DS
25377
25378 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
25379 space for some anyway, we were allowing speculative loads into unmapped space,
25380 which would cause an exception (annoying, even if ultimately harmless).
25381 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
25382 problem.
25383
25384 Signed-off-by: Andy Fleming <afleming@freescale.com>
25385
25386commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
25387Author: Wolfgang Denk <wd@denx.de>
25388Date: Mon Jul 14 15:19:07 2008 +0200
25389
25390 Code cleanup: fix old style assignment ambiguities like "=-" etc.
25391
25392 Signed-off-by: Wolfgang Denk <wd@denx.de>
25393
25394commit d7854223c5c85b5849fbf422cc8ac0efef461c37
25395Author: Wolfgang Denk <wd@denx.de>
25396Date: Mon Jul 14 15:10:53 2008 +0200
25397
25398 AmigaOneG3SE: remove dead and incomplete files
25399
25400 Signed-off-by: Wolfgang Denk <wd@denx.de>
25401
25402commit b64f190b7a34224df09b559ca111eb1b733f00ad
25403Author: Wolfgang Denk <wd@denx.de>
25404Date: Mon Jul 14 15:06:35 2008 +0200
25405
25406 Fix printf() format issues with sizeof_t types by using %zu
25407
25408 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25409 Signed-off-by: Wolfgang Denk <wd@denx.de>
25410
25411commit f354b73e16a86f9e9085471a830605f74f84ea5d
25412Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25413Date: Mon Jul 14 14:11:45 2008 +0200
25414
25415 vsprintf: add z and t options
25416
25417 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25418
25419commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
25420Author: Wolfgang Denk <wd@denx.de>
25421Date: Sun Jul 13 23:07:35 2008 +0200
25422
25423 Fix some more printf() format issues.
25424
25425 Signed-off-by: Wolfgang Denk <wd@denx.de>
25426
25427commit d5996dd555edf52721b7691a4c59de016251ed39
25428Author: Wolfgang Denk <wd@denx.de>
25429Date: Sun Jul 13 19:51:00 2008 +0200
25430
25431 Fix some more printf() format problems.
25432
25433 Signed-off-by: Wolfgang Denk <wd@denx.de>
25434
25435commit 0f9d5f6d6e814907794995c6a22af752040c35d9
25436Author: Wolfgang Denk <wd@denx.de>
25437Date: Sun Jul 13 19:48:26 2008 +0200
25438
25439 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
25440
25441 Signed-off-by: Wolfgang Denk <wd@denx.de>
25442
25443commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
25444Author: Anatolij Gustschin <agust@denx.de>
25445Date: Sat Jul 12 17:31:36 2008 +0200
25446
25447 Fix bug in Lime video driver
25448
25449 We need to wait while drawing engine clears frame
25450 buffer before any further software accesses to frame
25451 buffer will be initiated. Otherwise software drawn
25452 parts could be partially destroyed by the drawing
25453 engine or even GDC chip freeze could occur (as
25454 observed on socrates board).
25455
25456 Signed-off-by: Anatolij Gustschin <agust@denx.de>
25457
25458commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
25459Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25460Date: Sat Jul 12 14:36:34 2008 +0200
25461
25462 Fix some more printf() format issues.
25463
25464 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25465
25466commit 18c8a28aad49803780bd8d52432ded528e37e701
25467Author: Michal Simek <monstr@monstr.eu>
25468Date: Fri Jul 11 15:11:57 2008 +0200
25469
25470 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
25471
25472 Signed-off-by: Michal Simek <monstr@monstr.eu>
25473 Acked-by: Stefan Roese <sr@denx.de>
25474
25475commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
25476Author: Michal Simek <monstr@monstr.eu>
25477Date: Fri Jul 11 11:50:53 2008 +0200
25478
25479 hwmon: Cleaning hwmon devices
25480
25481 Clean Makefile
25482 Move device specific values to driver for better reading
25483
25484 Signed-off-by: Michal Simek <monstr@monstr.eu>
25485 Acked-by: Stefan Roese <sr@denx.de>
25486
25487commit c78fce699c7ff467ecd841da6a79f065180bf578
25488Author: Michal Simek <monstr@monstr.eu>
25489Date: Fri Jul 11 10:43:13 2008 +0200
25490
25491 FIS: repare incorrect return value with ramdisk handling
25492
25493 Microblaze and PowerPC use boot_get_ramdisk for loading
25494 ramdisk to memory with checking return value.
25495 Return 0 means success. Return 1 means failed.
25496 Here is correspond part of code from bootm.c which check
25497 return code.
25498
25499 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
25500 &rd_data_start, &rd_data_end);
25501 if (ret)
25502 goto error;
25503
25504 Signed-off-by: Michal Simek <monstr@monstr.eu>
25505
25506commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
25507Author: Michal Simek <monstr@monstr.eu>
25508Date: Fri Jul 11 10:10:32 2008 +0200
25509
25510 microblaze: Remove useless ancient headers
25511
25512 Signed-off-by: Michal Simek <monstr@monstr.eu>
25513
25514commit 53ea981c3124b13c137c2d10e975b7c6672266e0
25515Author: Michal Simek <monstr@monstr.eu>
25516Date: Fri Jul 11 10:10:31 2008 +0200
25517
25518 microblaze: Clean uartlite driver
25519
25520 Redesign uartlite driver to in_be32 and out_be32 macros
25521 Fix missing header in io.h
25522
25523 Signed-off-by: Michal Simek <monstr@monstr.eu>
25524 Acked-by: Grant Likely <grant.likely@secretlab.ca>
25525
25526commit dbf3dfb386a2d5d2381814e39985ab2e21894550
25527Author: Marcel Ziswiler <marcel@ziswiler.com>
25528Date: Fri Jul 11 02:39:14 2008 +0200
25529
25530 Enable passing of ATAGs required by latest Linux kernel.
25531
25532commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
25533Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25534Date: Fri Jul 11 10:24:15 2008 -0400
25535
25536 Fix integer overflow warning in calc_divisor()
25537
25538 which happened when rounding the serial port clock divisor
25539
25540 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25541
25542commit 6b760189d77f001684e3160b355c185ca3804961
25543Author: Marcel Ziswiler <marcel@ziswiler.com>
25544Date: Fri Jul 11 01:09:59 2008 +0200
25545
25546 Fix build time warnings in function mmc_decode_csd()
25547
25548 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25549
25550commit c15947d6ce0d59925c97fdfac692476af6e262d0
25551Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25552Date: Thu Jul 10 10:46:33 2008 -0400
25553
25554 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
25555
25556 caused by missing dcache status/enable/disable functions.
25557
25558 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25559
25560commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
25561Author: Stefan Roese <sr@denx.de>
25562Date: Thu Jul 10 13:53:31 2008 +0200
25563
25564 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
25565
25566 This patch removes some ft_board_setup() functions from some 4xx boards.
25567 This can be done since we now have a default weak implementation for this
25568 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
25569 implementation like canyonlands need their own version.
25570
25571 Signed-off-by: Stefan Roese <sr@denx.de>
25572
25573commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
25574Author: Wolfgang Denk <wd@denx.de>
25575Date: Sun Jul 13 14:58:16 2008 +0200
25576
25577 Add last known maintainer for orphaned boards; reformat.
25578
25579 Signed-off-by: Wolfgang Denk <wd@denx.de>
25580
25581commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
25582Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25583Date: Thu Jul 10 13:16:04 2008 +0200
25584
25585 Remove kharris@nexus-tech.net from MAINTAINERS
25586
25587 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
25588 anymore. You can't be a maintainer without a valid e-mail address, so
25589 move all boards that used to be maintained by Kyle Harris to the
25590 "orphaned" list.
25591
25592 Currently, only PowerPC has a list of orphaned boards, so this patch
25593 creates one for ARM as well.
25594
25595 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25596
25597commit 17bd17071463b0cde391ac4a0863d600474b4ea1
25598Author: Anatolij Gustschin <agust@denx.de>
25599Date: Thu Jul 10 01:15:10 2008 +0200
25600
25601 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
25602
25603 On the at91sam9260ep development board there is an EEPROM
25604 connected to the TWI interface (PA23, PA24 Peripheral A
25605 multiplexing), so we cannot use these pins as ETX2, ETX3.
25606 This patch configures PA10, PA11 pins for ETX2, ETX3
25607 instead of PA23, PA24 pins.
25608
25609 Signed-off-by: Anatolij Gustschin <agust@denx.de>
25610 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
25611
25612commit f889265753ddf4465d9d580827bb9289bfac55d6
25613Author: Kenneth Johansson <kenneth@southpole.se>
25614Date: Sat Jul 12 13:18:34 2008 -0600
25615
25616 fix DIU for small screens
25617
25618 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
25619 so it was not possible to set a slow pixel clock and thus prevented
25620 display on small screens.
25621
25622 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
25623 Acked-by: John Rigby <jrigby@freescale.com>
25624
25625commit b60b8573875e650e4c69be667bfc88d3ed474a7c
25626Author: John Rigby <jrigby@freescale.com>
25627Date: Fri Jul 11 14:44:09 2008 -0600
25628
25629 ADS5121 cleanup compile warnings
25630
25631 board/ads5121/iopin.c
25632 Replace bit fields in struct iopin_t with a single
25633 field and intialize it via plain old macros.
25634 This fixes the type pun warnings and makes the code
25635 more readable.
25636
25637 board/ads5121/ads5121.c
25638 Add include iopin.h to ads5121.c for the iopin_initialize
25639 prototype.
25640
25641 Add an extern void ads5121_diu_init(void)
25642
25643 Signed-off-by: John Rigby <jrigby@freescale.com>
25644
25645commit bde63587622c4b830a27d1ddf7265843de9e994f
25646Author: Wolfgang Denk <wd@denx.de>
25647Date: Fri Jul 11 22:56:11 2008 +0200
25648
25649 Fix some more printf() format issues.
25650
25651 Signed-off-by: Wolfgang Denk <wd@denx.de>
25652
25653commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
25654Author: Wolfgang Denk <wd@denx.de>
25655Date: Fri Jul 11 22:55:31 2008 +0200
25656
25657 Fixed some out-of-tree build issues
25658
25659 Signed-off-by: Wolfgang Denk <wd@denx.de>
25660
25661commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
25662Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25663Date: Wed Jul 9 16:20:23 2008 -0500
25664
25665 ColdFire: Fix FB CS not setup properly for Mcf5282
25666
25667 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
25668 CFG_CSn_RO is defined as 0, the chipselect will not
25669 be assigned.
25670
25671 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25672
25673commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
25674Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25675Date: Wed Jul 9 15:47:27 2008 -0500
25676
25677 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
25678
25679 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
25680 clock module in cpu/<cf arch>/cpu_init.c
25681
25682 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25683
25684commit f94945b517f10e01927101679c62361e03d4e837
25685Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25686Date: Wed Jul 9 15:25:01 2008 -0500
25687
25688 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
25689
25690 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25691
25692commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
25693Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25694Date: Wed Jul 9 15:21:44 2008 -0500
25695
25696 Fix compile error caused by missing timer function
25697
25698 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
25699
25700 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25701
25702commit c37ea031175b807c54e6bad9b270e9bede6c0078
25703Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25704Date: Wed Jul 9 15:14:25 2008 -0500
25705
25706 Fix compile error caused by incorrect function return type
25707
25708 Rename int mii_init(void) to void mii_init(void)
25709
25710 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25711
25712commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
25713Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25714Date: Wed Jun 18 19:27:23 2008 -0500
25715
25716 ColdFire: Fix power up issue for MCF5235
25717
25718 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25719
25720commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
25721Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25722Date: Wed Jun 18 19:19:07 2008 -0500
25723
25724 ColdFire: Fix compiling error for MCF5275
25725
25726 The compiling error was caused by missing a closed parentheses
25727 in speed.c
25728
25729 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25730
25731commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
25732Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25733Date: Wed Jun 18 19:14:01 2008 -0500
25734
25735 ColdFire: Fix timer issue for MCF5272
25736
25737 The timer was assigned to wrong timer memory mapped which
25738 caused udelay() and timer() not working properly.
25739
25740 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25741
25742commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
25743Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25744Date: Wed Jun 18 19:12:13 2008 -0500
25745
25746 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
25747
25748 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25749
25750commit 8371dc2066136be21e10b7b9293e469297d77298
25751Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25752Date: Wed Jun 18 19:05:23 2008 -0500
25753
25754 ColdFire: Add -got=single param for new linux v4e toolchains
25755
25756 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25757
25758commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
25759Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25760Date: Wed Jun 18 13:21:19 2008 -0500
25761
25762 ColdFire: Fix code flash configuration for M547x/M548x boards
25763
25764 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25765
25766commit 6e37091afc07fdcc15590093fd066b0cb7399f85
25767Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25768Date: Tue Jun 24 12:12:16 2008 -0500
25769
25770 ColdFire: Fix warning messages by passing correct data type in board.c
25771
25772 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25773
25774commit 81cc32322acb1b3225ee45606ced48e2a14824dc
25775Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25776Date: Thu May 29 12:21:54 2008 -0500
25777
25778 ColdFire: Fix UART baudrate formula
25779
25780 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
25781 can generate the wrong divisor due to integer division truncation.
25782 Round the calculated divisor value by adding 1/2 the baudrate
25783 before dividing by the baudrate.
25784
25785 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25786 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
25787
25788commit b578fb471444cbd7db1285701ba51343baaf73fb
25789Author: Stefan Roese <sr@denx.de>
25790Date: Thu Jul 10 11:38:26 2008 +0200
25791
25792 ppc4xx: Fix include sequence in 4xx_pcie.c
25793
25794 This patch now moves common.h to the top of the inlcude list. This
25795 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
25796 the phys_size_t/phys_addr_t are defined to the correct size in this
25797 driver.
25798
25799 Signed-off-by: Stefan Roese <sr@denx.de>
25800
4b070809
WD
25801commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
25802Author: Stefan Roese <sr@denx.de>
25803Date: Fri Jul 11 13:10:56 2008 +0200
25804
25805 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
25806
25807 Signed-off-by: Stefan Roese <sr@denx.de>
25808
25809commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
25810Author: Stefan Roese <sr@denx.de>
25811Date: Fri Jul 11 11:40:13 2008 +0200
25812
25813 ppc4xx: Fix small korat merge problem
25814
25815 Signed-off-by: Stefan Roese <sr@denx.de>
25816
25817commit 1d0554736a0a1dd59718acda660871ce56b69e18
25818Author: Stefan Roese <sr@denx.de>
25819Date: Fri Jul 11 11:34:52 2008 +0200
25820
25821 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
25822
25823 Signed-off-by: Stefan Roese <sr@denx.de>
25824
25825commit 3a82113ed5934d498f25080441a8261fc9454b15
25826Author: Stefan Roese <sr@denx.de>
25827Date: Thu Jul 10 16:37:09 2008 +0200
25828
25829 ppc4xx: Add 460SX UIC defines
25830
25831 Only the really needed ones are added (cascading and EMAC/MAL).
25832
25833 Signed-off-by: Stefan Roese <sr@denx.de>
25834
25835commit 26173fc6f60521c2a8072f652f863617fc11ba9a
25836Author: Stefan Roese <sr@denx.de>
25837Date: Mon Jun 30 14:11:07 2008 +0200
25838
25839 ppc4xx: Continue cleanup of ppc440.h
25840
25841 This patch continues the ppc440.h cleanup by removing some of the unused
25842 defines.
25843
25844 Signed-off-by: Stefan Roese <sr@denx.de>
25845
25846commit d9056b7913ed6a228d2f33671d916efedee541dd
25847Author: Stefan Roese <sr@denx.de>
25848Date: Mon Jun 30 14:05:05 2008 +0200
25849
25850 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
25851
25852 This patch cleans up the 440SPe PCIe register usage. Now only defines
25853 from the include/asm-ppc/4xx_pcie.h are used.
25854
25855 Signed-off-by: Stefan Roese <sr@denx.de>
25856
25857commit 5de851403b01489b493fa83137ad990b8ce60d1c
25858Author: Stefan Roese <sr@denx.de>
25859Date: Thu Jun 26 17:36:39 2008 +0200
25860
25861 ppc4xx: Rework 440GX UIC handling
25862
25863 This patch reworks the 440GX interrupt handling so that the common 4xx
25864 code can be used. The 440GX is an exception to all other 4xx variants
25865 by having the cascading interrupt vectors not on UIC0 but on a special
25866 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
25867 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
25868 handling is simpler without any 440GX special cases.
25869
25870 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
25871
25872 Signed-off-by: Stefan Roese <sr@denx.de>
25873
25874commit d1631fe1a05b063ccaf62ea892a8887b829847d1
25875Author: Stefan Roese <sr@denx.de>
25876Date: Thu Jun 26 13:40:57 2008 +0200
25877
25878 ppc4xx: Consolidate PPC4xx UIC defines
25879
25880 This 2nd patch now removes all UIC mask bit definition. They should be
25881 generated from the vectors by using the UIC_MASK() macro from now on.
25882 This way only the vectors need to get defined for new PPC's.
25883
25884 Also only the really used interrupt vectors are now defined. This makes
25885 definitions for new PPC versions easier and less error prone.
25886
25887 Another part of this patch is that the 4xx emac driver got a little
25888 cleanup, since now the usage of the interrupts is clearer.
25889
25890 Signed-off-by: Stefan Roese <sr@denx.de>
25891
25892commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
25893Author: Stefan Roese <sr@denx.de>
25894Date: Wed Jun 25 10:59:22 2008 +0200
25895
25896 ppc4xx: Consolidate PPC4xx UIC defines
25897
25898 This patch is the first step to consolidate the UIC related defines in the
25899 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
25900 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
25901 steps.
25902
25903 Signed-off-by: Stefan Roese <sr@denx.de>
25904
25905commit 7ee2619c20ccecd57966d74d844e6329e141261c
25906Author: Stefan Roese <sr@denx.de>
25907Date: Tue Jun 24 17:18:50 2008 +0200
25908
25909 ppc4xx: Consolidate PPC4xx EBC defines
25910
25911 This patch removes all EBC related defines from the PPC4xx headers
25912 ppc405.h and ppc440.h and introduces a new header
25913
25914 include/asm-ppc/ppc4xx-ebc.h
25915
25916 with all those defines.
25917
25918 Signed-off-by: Stefan Roese <sr@denx.de>
25919
25920commit e321801bed5a6d896d298c00fd20046f039d5d66
25921Author: Stefan Roese <sr@denx.de>
25922Date: Thu Jul 10 13:52:44 2008 +0200
25923
25924 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
25925
25926 This patch removes some ft_board_setup() functions from some 4xx boards.
25927 This can be done since we now have a default weak implementation for this
25928 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
25929 implementation like canyonlands need their own version.
25930
25931 Signed-off-by: Stefan Roese <sr@denx.de>
25932
25933commit 08250eb2edbd96514d049602d9e134110ac3185f
25934Author: Stefan Roese <sr@denx.de>
25935Date: Thu Jul 10 15:32:32 2008 +0200
25936
25937 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
25938
25939 Signed-off-by: Stefan Roese <sr@denx.de>
25940
25941commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
25942Author: Grant Erickson <gerickson@nuovations.com>
25943Date: Tue Jul 8 08:35:00 2008 -0700
25944
25945 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
25946
25947 This patch adds support for placing the RGMII bridge on the
25948 PPC405EX(r) into MII/GMII mode and allows a board-specific
25949 configuration to specify the bridge mode at compile-time.
25950
25951 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25952 Signed-off-by: Stefan Roese <sr@denx.de>
25953
25954commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
25955Author: Grant Erickson <gerickson@nuovations.com>
25956Date: Wed Jul 9 16:46:35 2008 -0700
25957
25958 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
25959
25960 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
25961 controller registers (MODT and INITPLR) used by the
25962 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
25963 peer values used for the INITPLR MR and EMR registers,
25964 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
25965
25966 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
25967 Kilauea are replaced by equivalent mnemonics to make it easier to
25968 compare and contrast other 405EX(r)-based boards (e.g. during board
25969 bring-up).
25970
25971 Finally, unified the SDRAM controller register dump routine such that
25972 it can be used across all processor variants that utilize the IBM DDR2
25973 SDRAM controller core. It produces output of the form:
25974
25975 PPC4xx IBM DDR2 Register Dump:
25976 ...
25977 SDRAM_MB0CF[40] = 0x00006701
25978 ...
25979
25980 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
25981 since it is not uncommon that the DCR values in header files get mixed
25982 up and it helps to validate, at a glance, they match what is printed
25983 in the user manual.
25984
25985 Tested on:
25986 AMCC Kilauea/Haleakala:
25987 - NFS Linux Boot: PASSED
25988 - NAND Linux Boot: PASSED
25989
25990 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25991 Signed-off-by: Stefan Roese <sr@denx.de>
25992
25993commit ad7382d828982e9c1bafc4313ef1b666f6145f58
25994Author: Grant Erickson <gerickson@nuovations.com>
25995Date: Wed Jul 9 16:31:59 2008 -0700
25996
25997 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
25998
25999 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
26000 revision ID DCR based on 405EX, and add field mnemonics for bus error
26001 status and ECC error status registers.
26002
26003 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
26004 Signed-off-by: Stefan Roese <sr@denx.de>
26005
26006commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
26007Author: Grant Erickson <gerickson@nuovations.com>
26008Date: Wed Jul 9 16:31:36 2008 -0700
26009
26010 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
26011
26012 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
26013
26014 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
26015 Signed-off-by: Stefan Roese <sr@denx.de>
26016
26017commit 5b457d00730d4aa0c6450d21a9104723e606fb98
26018Author: Grant Erickson <gerickson@nuovations.com>
26019Date: Wed Jul 9 11:55:46 2008 -0700
26020
26021 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
26022
26023 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
26024 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
26025 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
26026
26027 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
26028 which causes SDRAM initialization to periodically fail since it can
26029 prematurely indicate SDRAM ready status.
26030
26031 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
26032 Signed-off-by: Stefan Roese <sr@denx.de>
26033
26034commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
26035Author: Feng Kan <fkan@amcc.com>
26036Date: Tue Jul 8 22:48:42 2008 -0700
26037
26038 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
26039
26040 Add AMCC Redwood reference board that uses the latest
26041 PPC 464 CPU processor combined with a rich mix of peripheral
26042 controllers. The board will support PCIe, mutiple Gig ethernet
26043 ports, advanced hardware RAID assistance and IEEE 1588.
26044
26045 Signed-off-by: Feng Kan <fkan@amcc.com>
26046 Signed-off-by: Stefan Roese <sr@denx.de>
26047
26048commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
26049Author: Feng Kan <fkan@amcc.com>
26050Date: Tue Jul 8 22:48:07 2008 -0700
26051
26052 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
26053
26054 Signed-off-by: Feng Kan <fkan@amcc.com>
26055 Signed-off-by: Stefan Roese <sr@denx.de>
26056
26057commit 7d30793685efcada183891c78fc892e6c9ba50c7
26058Author: Feng Kan <fkan@amcc.com>
26059Date: Tue Jul 8 22:47:31 2008 -0700
26060
26061 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
26062
26063 Signed-off-by: Feng Kan <fkan@amcc.com>
26064 Signed-off-by: Stefan Roese <sr@denx.de>
26065
699f0512
WD
26066commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
26067Author: Wolfgang Denk <wd@denx.de>
26068Date: Fri Jul 11 01:16:00 2008 +0200
26069
26070 Fix some more print() format errors.
26071
26072 Signed-off-by: Wolfgang Denk <wd@denx.de>
26073
26074commit fdd70d1921b87287d9a99d1be99bc35226c2b412
26075Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26076Date: Thu Jul 10 20:57:54 2008 +0200
26077
26078 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
26079
26080 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26081
26082commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
26083Author: Sergey Lapin <slapin@ossfans.org>
26084Date: Thu Jun 5 11:06:29 2008 +0400
26085
26086 DataFlash AT45DB021 support
26087
26088 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
26089 bootstrap, u-boot and its environment, using NAND or other external
26090 storage for kernel and rootfs. This patch adds support for
26091 small 1024x263 chip.
26092
26093 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
26094
26095commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
26096Author: Kim Phillips <kim.phillips@freescale.com>
26097Date: Thu Jul 10 14:00:15 2008 -0500
26098
26099 silence misc printf formatting compiler warnings
26100
26101 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26102
26103commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
26104Author: Markus Klotzbücher <mk@denx.de>
26105Date: Thu Jul 10 14:47:09 2008 +0200
26106
26107 USB: shutdown USB before booting
26108
26109 This patch fixes a potentially serious issue related to USB which was
26110 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
26111 ARM920T. Martin wrote:
26112
26113 Turn off USB to prevent the host controller from writing to the
26114 SDRAM while Linux is booting. This could happen, because the HCCA
26115 (Host Controller Communication Area) lies within the SDRAM and the
26116 host controller writes continously to this area (as busmaster!), for
26117 example to increase the HccaFrameNumber variable, which happens
26118 every 1 ms.
26119
26120 This is a slightly modified version of the patch in order to shutdown
26121 USB when booting on all architectures.
26122
26123 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26124
26125commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
26126Author: Martha Marx <mmarx@silicontkx.com>
26127Date: Thu May 29 14:23:25 2008 -0400
26128
26129 Configuration changes for ADS5121 Rev 3
26130
26131 ADS5121 Rev 3 board is now the default config
26132
26133 config targets are now
26134
26135 ads5121_config
26136 Rev 3 board with
26137 PCI
26138 M41T62 on board RTC
26139 512MB DRAM
26140
26141 ads5121_rev2_config
26142 Rev 2 board with
26143 No PCI
26144 256MB DRAM
26145
26146 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
26147 Acked-by: Grant Likely <grant.likely@secretlab.ca>
26148 Acked-by: John Rigby <jrigby@freescale.com>
26149
26150commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
26151Author: Martha Marx <mmarx@silicontkx.com>
26152Date: Thu May 29 15:37:21 2008 -0400
26153
26154 Consolidate ADS5121 IO Pin configuration
26155
26156 Consolidate ADS5121 IO Pin configuration to one file
26157 board/ads5121/iopin.c.
26158
26159 Remove pin config from cpu/mpc512x/fec.c
26160
26161 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
26162 Acked-by: Grant Likely <grant.likely@secretlab.ca>
26163 Acked-by: John Rigby <jrigby@freescale.com>
26164
26165commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
26166Author: Christian Eggers <christian@p2400.wgnetz.xx>
26167Date: Fri Jun 27 19:46:51 2008 +0200
26168
26169 Fix "usb part" command
26170
26171 Only print partition for selected device if user supplied the <dev>
26172 arg with the "usb part [dev]" command.
26173
26174 Signed-off-by: Christian Eggers <ceggers@gmx.de>
26175 Acked-by: Markus Klotzbuecher <mk@denx.de>
26176
26177commit cc83b27217f7380041fea386ddb6d6d9b261617d
26178Author: Harald Welte <laforge@gnumonks.org>
26179Date: Mon Jul 7 00:58:05 2008 +0800
26180
26181 fix USB devices with multiple configurations
26182
26183 This patch fixes bugs in usbdcore*.c related to the use of devices
26184 with multiple configurations.
26185
26186 The original code made mistakes about the meaning of configuration value and
26187 configuration index, and the resulting off-by-one errors resulted in:
26188
26189 * SET_CONFIGURATION always selected the first configuration, no matter what
26190 wValue is being passed.
26191 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
26192 configuration (index 0).
26193
26194 Signed-off-by: Harald Welte <laforge@openmoko.org>
26195 Acked-by: Markus Klotzbuecher <mk@denx.de>
26196
26197commit 06c53beae1a726e707971c555613f09b270a2461
26198Author: Wolfgang Denk <wd@denx.de>
26199Date: Thu Jul 10 13:16:09 2008 +0200
26200
26201 Fix some more print() format errors.
26202
26203 Signed-off-by: Wolfgang Denk <wd@denx.de>
26204
26205commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
26206Author: Christian Eggers <christian@p2400.wgnetz.xx>
26207Date: Fri Jun 27 19:46:51 2008 +0200
26208
26209 Fix "usb part" command
26210
26211 Only print partition for selected device if user supplied the <dev>
26212 arg with the "usb part [dev]" command.
26213
26214 Signed-off-by: Christian Eggers <ceggers@gmx.de>
26215 Acked-by: Markus Klotzbuecher <mk@denx.de>
26216
26217commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
26218Author: Harald Welte <laforge@gnumonks.org>
26219Date: Mon Jul 7 00:58:05 2008 +0800
26220
26221 fix USB devices with multiple configurations
26222
26223 This patch fixes bugs in usbdcore*.c related to the use of devices
26224 with multiple configurations.
26225
26226 The original code made mistakes about the meaning of configuration value and
26227 configuration index, and the resulting off-by-one errors resulted in:
26228
26229 * SET_CONFIGURATION always selected the first configuration, no matter what
26230 wValue is being passed.
26231 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
26232 configuration (index 0).
26233
26234 Signed-off-by: Harald Welte <laforge@openmoko.org>
26235 Acked-by: Markus Klotzbuecher <mk@denx.de>
26236
26237commit e870690bdca154943ecadd5212d2d59c1b9d391b
26238Author: Stefan Roese <sr@denx.de>
26239Date: Thu Jul 10 10:10:54 2008 +0200
26240
26241 MTD/NAND: Fix printf format warning in nand code
26242
26243 This patch fixes NAND related printf format warning. Those warnings are
26244 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
26245 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
26246 really helpful.
26247
26248 Signed-off-by: Stefan Roese <sr@denx.de>
26249
26250commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
26251Author: Stefan Roese <sr@denx.de>
26252Date: Thu Jul 10 10:00:45 2008 +0200
26253
26254 rtc: Fix printf format warning in m41t60.c
26255
26256 Signed-off-by: Stefan Roese <sr@denx.de>
26257
26258commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
26259Author: Stefan Roese <sr@denx.de>
26260Date: Tue Jul 8 12:01:47 2008 +0200
26261
26262 pci: Move PCI device configuration check into a separate weak function
26263
26264 This patch moves the check, if a device should be skipped in PCI PNP
26265 configuration into the function pci_skip_dev(). This function is defined
26266 as weak so that it can be overwritten by a platform specific one if
26267 needed. The check if the device should get printed in the PCI summary upon
26268 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
26269 pci_print_dev() which is also defined as weak too.
26270
26271 Signed-off-by: Stefan Roese <sr@denx.de>
26272
26273commit b002144e1dc21374b1ef5281fe6b5d014af96650
26274Author: Stefan Roese <sr@denx.de>
26275Date: Thu Jul 10 09:58:06 2008 +0200
26276
26277 ppc4xx: Fix printf format warnings now visible with the updated format check
26278
26279 This patch fixes ppc4xx related printf format warning. Those warnings are
26280 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
26281 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
26282 really helpful.
26283
26284 Signed-off-by: Stefan Roese <sr@denx.de>
26285
26286commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
26287Author: Stefan Roese <sr@denx.de>
26288Date: Wed Jul 9 17:33:57 2008 +0200
26289
26290 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
26291
26292 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
26293 To support such configurations, we "only" map the first 2GB via the TLB's. We
26294 need some free virtual address space for the remaining peripherals like, SoC
26295 devices, FLASH etc.
26296
26297 Note that ECC is currently not supported on configurations with more than 2GB
26298 SDRAM. This is because we only map the first 2GB on such systems, and therefore
26299 the ECC parity byte of the remaining area can't be written.
26300
26301 Signed-off-by: Stefan Roese <sr@denx.de>
26302
26303commit cf1c2ed91df26903b956948f37f82de9e1158a89
26304Author: Larry Johnson <lrj@acm.org>
26305Date: Sat Jun 14 17:02:49 2008 -0400
26306
26307 ppc4xx: Remove implementation of testdram() from Korat board support
26308
26309 Signed-off-by: Larry Johnson <lrj@acm.org>
26310 Signed-off-by: Stefan Roese <sr@denx.de>
26311
26312commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
26313Author: Larry Johnson <lrj@acm.org>
26314Date: Sat Jun 14 16:53:02 2008 -0400
26315
26316 ppc4xx: Update and add FDT to Korat board support
26317
26318 Signed-off-by: Larry Johnson <lrj@acm.org>
26319 Signed-off-by: Stefan Roese <sr@denx.de>
26320
26321commit 4188f0491886b3b486164e819c0a83fdb97efd7d
26322Author: Wolfgang Denk <wd@denx.de>
26323Date: Thu Jul 10 01:13:30 2008 +0200
26324
26325 Minor coding style cleanup; update CHANGELOG
26326
26327 Signed-off-by: Wolfgang Denk <wd@denx.de>
26328
4188f049
WD
26329commit 8915f1189c1d29d8be7f4de325702d90a8988219
26330Author: Paul Gortmaker <paul.gortmaker@windriver.com>
26331Date: Wed Jul 9 17:50:45 2008 -0400
26332
26333 e1000: add support for 82545GM 64bit PCI-X copper variant
26334
26335 This PCI-X e1000 variant works by just adding in the correct
26336 PCI IDs in the appropriate places.
26337
26338 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
26339
26340commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
26341Author: Daniel Hellstrom <daniel@gaisler.com>
26342Date: Wed Jul 9 12:34:11 2008 +0000
26343
26344 SPARC: Build error fix
26345
26346 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
26347
26348 This patch makes SPARC targets build again. It is caused by
26349 phys_addr_t and phys_size_t being defined in the wrong header
26350 file. include/lmb.h need those typedefs to build.
26351
26352 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26353
26354commit 11ccc33fa21acce108f6b4a6936e3271af904c64
26355Author: Marcel Ziswiler <marcel@ziswiler.com>
26356Date: Wed Jul 9 08:17:15 2008 +0200
26357
26358 Many spelling fixes in README.
26359
26360 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
26361
26362commit dbab0691d2533560f7e91b92ae844046a9ad1df3
26363Author: Marcel Ziswiler <marcel@ziswiler.com>
26364Date: Wed Jul 9 08:17:06 2008 +0200
26365
26366 Minor spelling fix in comment.
26367
26368 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
26369
26370commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
26371Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26372Date: Tue Jul 8 14:54:58 2008 -0400
26373
26374 Round the serial port clock divisor value returned by calc_divisor()
26375
26376 Round the serial port clock divisor value returned by
26377 calc_divisor().
26378
26379 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26380 Signed-off-by: John Roberts <john.roberts@pwav.com>
26381
26382commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
26383Author: Scott Wood <scottwood@freescale.com>
26384Date: Wed Jul 9 17:47:52 2008 -0500
26385
26386 NAND: ifdef-protect most of nand.h when using legacy NAND.
26387
26388 Some macros such as NAND_CTL_SETALE conflict between current and legacy
26389 NAND, being defined by the subsystem in the former case and the board
26390 config file in the latter.
26391
26392 Signed-off-by: Scott Wood <scottwood@freescale.com>
26393
26394commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
26395Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26396Date: Tue Jul 8 11:02:05 2008 -0400
26397
26398 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
26399
26400 ARM: Fix for incorrect version of patch applied when
26401 adding support for the Lyrtech SFF-SDR board.
26402
26403 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26404 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
26405
26406commit 47042b363ee5022b8180c65d3f4558e7972c79cd
26407Author: Kyungmin Park <kmpark@infradead.org>
26408Date: Tue Jul 8 09:08:40 2008 +0900
26409
26410 Remove useless print message at apollon
26411
26412 Remove useless print message at apollon
26413
26414 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26415
26416commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
26417Author: Andy Fleming <afleming@freescale.com>
26418Date: Mon Jul 7 14:24:39 2008 -0500
26419
26420 Fix LMB type issues
26421
26422 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
26423 of casting problems in the bootm code that called the LMB functions.
26424
26425 Signed-off-by: Andy Fleming <afleming@freescale.com>
26426
26427commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
26428Author: Kumar Gala <galak@kernel.crashing.org>
26429Date: Mon Jul 7 09:39:06 2008 -0500
26430
26431 Fix compiler warnings
26432
26433 gcc-4.3.x generates the following:
26434
26435 bootm.c: In function 'do_bootm_linux':
26436 bootm.c:208: warning: cast from pointer to integer of different size
26437 bootm.c:215: warning: cast from pointer to integer of different size
26438
26439 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26440
26441commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
26442Author: Harald Welte <laforge@gnumonks.org>
26443Date: Mon Jul 7 15:40:39 2008 +0800
26444
26445 Remove code duplication for setting the default environment
26446
26447 common/env_common.c (default_env): new function that resets the environment to
26448 the default value
26449 common/env_common.c (env_relocate): use default_env instead of own copy
26450 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
26451 include/environment.h: added default_env prototype
26452
26453 Signed-off-by: Werner Almesberger <werner@openmoko.org>
26454 Signed-off-by: Harald Welte <laforge@openmoko.org>
26455
26456commit 99c2b434d37863df5dda5207a53760c6506fc2be
26457Author: Marcel Ziswiler <marcel@ziswiler.com>
26458Date: Sun Jun 22 16:13:46 2008 +0200
26459
26460 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
26461
26462 The writeenv() and readenv() calls introduced by the recently added bad block
26463 management for environment variables were missing casts therefore producing
26464 compile time warnings.
26465 While at it fixing some typo in a comment and indentation.
26466
26467 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
26468 Signed-off-by: Scott Wood <scottwood@freescale.com>
26469
26470commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
26471Author: Scott Wood <scottwood@freescale.com>
26472Date: Fri Jun 20 12:38:57 2008 -0500
26473
26474 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
26475
26476 This is particularly problematic now that non-NAND-specific code is
26477 including <nand.h>, and thus all debugging code is being compiled
26478 regardless of whether it was requested, as reported by Scott McNutt
26479 <smcnutt@psyent.com>.
26480
26481 Signed-off-by: Scott Wood <scottwood@freescale.com>
26482
26483commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
26484Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26485Date: Thu Jun 12 19:27:58 2008 +0200
26486
26487 mmc: Move atmel_mci driver into drivers/mmc
26488
26489 This makes it easier to use the driver on other platforms.
26490
26491 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26492 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26493
26494commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
26495Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26496Date: Thu Jun 12 19:27:57 2008 +0200
26497
26498 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
26499
26500 After we move the atmel_mci driver into drivers/mmc, we can't select
26501 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
26502 this driver so that there's no ambiguity.
26503
26504 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26505 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26506
26507commit 5ce13051a48c62bda9723df3b4778c492fb47f36
26508Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26509Date: Thu Jun 12 19:27:56 2008 +0200
26510
26511 Create drivers/mmc subdirectory
26512
26513 In order to consolidate more of the various MMC drivers around the
26514 tree, we must first have a common place to put them.
26515
26516 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26517 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26518
26519commit b502611b51f02718c2d1117d4981dabceb5af6de
26520Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
26521Date: Sun Jul 6 12:30:09 2008 +0200
26522
26523 Change env_get_char from a global function ptr to a function
26524
26525 This avoids an early global data reference.
26526
26527 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
26528
26529commit 27269417ade432189b234d9fbac98b54e37b978c
26530Author: Matvejchikov Ilya <matvejchikov@gmail.com>
26531Date: Sun Jul 6 13:57:58 2008 +0400
26532
26533 Some copy-n-paste fixes in printf usage
26534
26535 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
26536
26537commit 0e6989b9faf1588e8723535539e88a0df3c71356
26538Author: Matvejchikov Ilya <matvejchikov@gmail.com>
26539Date: Sun Jul 6 13:57:00 2008 +0400
26540
26541 FDT memory and pci node fixes for MPC8260ADS
26542
26543 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
26544
26545commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
26546Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
26547Date: Mon Jul 7 06:41:14 2008 -0700
26548
26549 Fix printf errors.
26550
26551 The compiler will help find mismatches between printf formats and
26552 arguments if you let it. This patch adds the necessary attributes to
26553 declarations in include/common.h, then begins to correct the resulting
26554 compiler warnings. Some of these were bugs, e.g., "$d" instead of
26555 "%d" and incorrect arguments. Others were just annoying, like
26556 int-long mismatches on a system where both are 32 bits. It's worth
26557 fixing the annoying errors to catch the real ones.
26558
26559 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
26560
26561commit 417faf285b2527acb2de24c5cd3e2621d385408c
26562Author: Becky Bruce <becky.bruce@freescale.com>
26563Date: Wed Jul 9 11:09:41 2008 -0500
26564
26565 Allow print_size to print in GB
26566
26567 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26568
26569commit e7c374529c87525c9aa463e0557c287887ae4e9e
26570Author: Jason McMullan <mcmullan@netapp.com>
26571Date: Sun Jun 8 23:56:00 2008 -0400
26572
26573 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
26574
26575 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
26576 they are set in the U-Boot environment.
26577
26578 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
26579 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26580
26581commit 0192d7d56e9320819dea262f49789ae18fdd2c72
26582Author: Stefan Roese <sr@denx.de>
26583Date: Tue Jul 8 12:57:14 2008 +0200
26584
26585 jedec_flash: Fix AM29DL800BB device ID
26586
26587 As pointed out by Jerry Hicks, this patch corrects the device ID of
26588 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
26589 datasheet (rev C4 from Dezember 2006).
26590
26591 Signed-off-by: Stefan Roese <sr@denx.de>
26592
26593commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
26594Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26595Date: Mon Jul 7 11:22:37 2008 +0900
26596
26597 sh: Fix compile error sh7763rdp board
26598
26599 Disable SH ether driver.
26600
26601 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26602
26603commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
26604Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26605Date: Tue Jul 8 12:03:24 2008 +0900
26606
26607 sh: Fix SH-boards compile error
26608
26609 By Cleanup out-or-tree building for some boards (.depend)
26610 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
26611 because filse ware changed, some SH-boards have compile error.
26612 I revised this problem.
26613
26614 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26615
699f0512
WD
26616commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
26617Author: Jason Jin <Jason.jin@freescale.com>
26618Date: Tue May 13 11:50:36 2008 +0800
26619
26620 Feed the watchdog in u-boot for 8610 board.
26621
26622 The watchdog on 8610 board is enabled by setting sw[6]
26623 to on. Once enabled, the watchdog can not be disabled
26624 by software. So feed the dog in u-boot is necessary for
26625 normal operation.
26626
26627 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26628
4188f049
WD
26629commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
26630Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26631Date: Wed Jun 18 12:10:33 2008 -0400
26632
26633 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
26634
26635 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
26636
26637 Remove duplicate code in a if/else block in
26638 cpu/arm926ejs/davinci/lxt972.c.
26639 Fixed style issues.
26640
26641 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26642 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26643
26644commit fec61431a003f5778bafa2624073a571af8bec9f
26645Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26646Date: Wed Jun 18 12:10:31 2008 -0400
26647
26648 Remove duplicate definitions in include/lxt971a.h.
26649
26650 Remove duplicate definitions in include/lxt971a.h.
26651
26652 Remove duplicate registers and bits definitions in
26653 include/lxt971a.h for standard MII registers, and
26654 use values in include/miiphy.h instead.
26655
26656 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26657 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26658
26659commit 9751ee0990f467941da0b095a4e995f863672d7a
26660Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26661Date: Wed Jun 11 21:05:00 2008 +0900
26662
26663 net: sh: Renesas SH7763 Ethernet device support
26664
26665 Renesas SH7763 has 2 channel Ethernet device.
26666 This is 10/100/1000 Base support.
26667 But this patch check 10/100 Base only.
26668
26669 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26670 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26671
26672commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
26673Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26674Date: Tue Jun 17 16:28:05 2008 +0900
26675
26676 sh: Update Renesas R2DPlus board
26677
26678 New NOR Flash board support and remove old type flash board config.
26679 And Remove network setting from config file.
26680
26681 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26682 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26683
26684commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
26685Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26686Date: Tue Jun 17 16:28:01 2008 +0900
26687
26688 sh: Update Renesas R7780MP board
26689
26690 New NOR Flash board support and remove network setting from config file.
26691
26692 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26693 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26694
26695commit c001cd604e9f133743effbddb1c215b48e761c5a
26696Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26697Date: Tue Jun 17 16:27:56 2008 +0900
26698
26699 sh: Update Renesas Migo-R board
26700
26701 Remove network setting from config file.
26702
26703 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26704 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26705
26706commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
26707Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26708Date: Tue Jun 17 16:27:52 2008 +0900
26709
26710 sh: Update Hitachi MS7722SE board
26711
26712 Remove network setting from config file.
26713
26714 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26715 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26716
26717commit 26209e48e8791670c93108029a5c31a30016c6df
26718Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26719Date: Tue Jun 17 16:27:48 2008 +0900
26720
26721 sh: Cleanup source code of SH7763RDP
26722
26723 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26724 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26725
26726commit 5cd5b2c96ef0025762931349d350287aec03ab47
26727Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26728Date: Tue Jun 17 16:27:44 2008 +0900
26729
26730 sh: Cleanup source code of R2DPlus
26731
26732 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26733 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26734
26735commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
26736Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26737Date: Tue Jun 17 16:27:41 2008 +0900
26738
26739 sh: Cleanup source code of R7780MP
26740
26741 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26742 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26743
26744commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
26745Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26746Date: Tue Jun 17 16:27:38 2008 +0900
26747
26748 sh: Cleanup source code of MS7722SE
26749
26750 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26751 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26752
26753commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
26754Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26755Date: Tue Jun 17 16:27:34 2008 +0900
26756
26757 sh: Cleanup source code of MS7720SE
26758
26759 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26760 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26761
26762commit 3ab4827cbe409488ebea1a2ee5094783f2672214
26763Author: Wolfgang Denk <wd@denx.de>
26764Date: Mon Jul 7 00:45:03 2008 +0200
26765
26766 SH: fix out of tree building
26767
26768 Signed-off-by: Wolfgang Denk <wd@denx.de>
26769
26770commit 9047bfa1e737d787be460387dd6f45737eeceb10
26771Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26772Date: Thu Jul 3 23:16:06 2008 +0900
26773
26774 net: smc911x: Fix typo
26775
26776 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26777
26778commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
26779Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26780Date: Wed Jul 2 18:54:08 2008 +0200
26781
26782 update mvBL-M7 board config
26783
26784 update mvBL-M7 config file to use UBOOT_VERSION and define
26785 CONFIG_HIGH_BATS.
26786
26787 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26788
26789commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
26790Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26791Date: Mon Jun 30 17:45:01 2008 +0900
26792
26793 net: fix compile problem in smc911x driver.
26794
26795 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26796 Acked-by: Ben Warren <biggerbadderben@gmail.com>
26797
26798commit 9fea65a6c469b1b474b27446feb58738baba2d31
26799Author: Michal Simek <monstr@monstr.eu>
26800Date: Tue Jun 24 09:54:09 2008 +0200
26801
26802 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
26803
26804 This change helps with better handling with others
26805 Xilinx based platform.
26806
26807 Signed-off-by: Michal Simek <monstr@monstr.eu>
26808 Acked-by: Stefan Roese <sr@denx.de>
26809
26810commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
26811Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26812Date: Tue Jun 17 13:07:11 2008 +0900
26813
26814 net: ne2000: Move dev_addr variable from grobal to local.
26815
26816 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26817 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26818
26819commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
26820Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26821Date: Tue Jun 17 13:07:15 2008 +0900
26822
26823 net: ne2000: Fix compile error of NE2000
26824
26825 If enable DEBUG, can not compile ne2000 driver.
26826
26827 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26828 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26829
26830commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
26831Author: Ben Warren <biggerbadderben@gmail.com>
26832Date: Mon Jun 23 22:57:27 2008 -0700
26833
26834 Add mechanisms for CPU and board-specific Ethernet initialization
26835
26836 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
26837 initialization to CPU or board-specific code. Initial implementation is
26838 only on the Freescale TSEC controller, but others will be added soon.
26839
26840 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26841
26842commit 7754f2be5d1835d263aad21b5a629526f3e680b0
26843Author: Wolfgang Denk <wd@denx.de>
26844Date: Sun Jul 6 01:21:46 2008 +0200
26845
26846 include/sha256.h: fix file permissions.
26847
26848 Signed-off-by: Wolfgang Denk <wd@denx.de>
26849
26850commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
26851Author: Patrice Vilchez <patrice.vilchez@atmel.com>
26852Date: Tue May 27 11:15:29 2008 +0200
26853
26854 [AT91SAM9] Fix NAND FLASH timings
26855
26856 Fix NAND FLASH timings for at91sam9x evaluation kits.
26857
26858 New timings are based on application note
26859 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
26860 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
26861
26862 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
26863 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26864 Acked-by: Stelian Pop <stelian@popies.net>
26865
26866commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
26867Author: Stelian Pop <stelian@popies.net>
26868Date: Thu May 22 00:15:40 2008 +0200
26869
26870 Fix boot from NOR due to incorrect reset delay.
26871
26872 AT91 RSTC registers are battery-backuped, so their values
26873 are not reset across power cycles. One of those registers,
26874 the AT91_RSTC_MR register, is being modified by U-Boot, in
26875 the ethernet initialisation routine, to generate a 500ms
26876 user reset.
26877
26878 Unfortunately, this value is not being restored afterwards,
26879 causing subsequent resets to also last for 500ms.
26880
26881 This long reset sequence causes problems (at least) in the
26882 boot sequence from NOR: by the time the CPU tries to load
26883 a program from the NOR flash, the latter is still in reset
26884 and not yet available.
26885
26886 Additionaly, this patch fixes a bug in the original code which
26887 caused the reset delay to last for 2s instead of 500ms.
26888
26889 Signed-off-by: Stelian Pop <stelian@popies.net>
26890 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26891
26892commit f492dd636fbbae529e17533995bc6e5813c007f6
26893Author: Wolfgang Denk <wd@denx.de>
26894Date: Fri Jul 4 20:11:49 2008 +0200
26895
26896 Update CHANGELOG
26897
26898 Signed-off-by: Wolfgang Denk <wd@denx.de>
26899
f492dd63
WD
26900commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
26901Author: Wolfgang Denk <wd@denx.de>
26902Date: Fri Jul 4 20:07:35 2008 +0200
26903
26904 CCM/SCM boards: fix out of tree building
26905
26906 Signed-off-by: Wolfgang Denk <wd@denx.de>
26907
26908commit ab4c3a490df9a964711556d2a05b0c787db45fde
26909Author: Wolfgang Denk <wd@denx.de>
26910Date: Thu Jul 3 23:22:27 2008 +0200
26911
26912 SCM board: fix build errors.
26913
26914 Signed-off-by: Wolfgang Denk <wd@denx.de>
26915
26916commit a566466f17ba0e2d2b6c250e77da678fb932470d
26917Author: Wolfgang Denk <wd@denx.de>
26918Date: Thu Jul 3 23:06:36 2008 +0200
26919
26920 IAD210 board: fix ``"ALIGN" redefined'' warning.
26921
26922 Signed-off-by: Wolfgang Denk <wd@denx.de>
26923
26924commit ad756314797c16fa5dca23e115aab881011f164f
26925Author: Wolfgang Denk <wd@denx.de>
26926Date: Thu Jul 3 23:00:24 2008 +0200
26927
26928 CCM board: fix build errors.
26929
26930 Signed-off-by: Wolfgang Denk <wd@denx.de>
26931
4188f049
WD
26932commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
26933Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26934Date: Wed Jul 2 18:54:08 2008 +0200
26935
26936 update mvBL-M7 board config
26937
26938 update mvBL-M7 config file to use UBOOT_VERSION.
26939
26940 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26941 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26942
f492dd63
WD
26943commit ced209c50e80c25f13c083099b05044048d21f4f
26944Author: Wolfgang Denk <wd@denx.de>
26945Date: Thu Jul 3 22:39:21 2008 +0200
26946
26947 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
26948
26949 Signed-off-by: Wolfgang Denk <wd@denx.de>
26950
26951commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
26952Author: Wolfgang Denk <wd@denx.de>
26953Date: Thu Jul 3 22:34:08 2008 +0200
26954
26955 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
26956
26957 Signed-off-by: Wolfgang Denk <wd@denx.de>
26958
26959commit 730f298485984b011b6ee8f4acb511cb45a843dd
26960Author: Wolfgang Denk <wd@denx.de>
26961Date: Thu Jul 3 22:04:17 2008 +0200
26962
26963 lmb: fix "implicit declaration of function 'lmb_free'" warning
26964
26965 Signed-off-by: Wolfgang Denk <wd@denx.de>
26966
26967commit 322ef5e28d2dc62571afc699b00add22a8e006e4
26968Author: Wolfgang Denk <wd@denx.de>
26969Date: Wed Jul 2 23:53:23 2008 +0200
26970
26971 Cleanup: remove redundant deleting on *~ files
26972
26973 Signed-off-by: Wolfgang Denk <wd@denx.de>
26974
26975commit c8a3b109f07f02342d097b30908965f7261d9f15
26976Author: Wolfgang Denk <wd@denx.de>
26977Date: Wed Jul 2 23:49:18 2008 +0200
26978
26979 Cleanup out-or-tree building for some boards (.depend)
26980
26981 Signed-off-by: Wolfgang Denk <wd@denx.de>
26982
26983commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
26984Author: Wolfgang Denk <wd@denx.de>
26985Date: Wed Jul 2 23:38:50 2008 +0200
26986
26987 Cleanup: fix out-of-tree building for some boards
26988
26989 Signed-off-by: Wolfgang Denk <wd@denx.de>
26990
26991commit 461fa68d20861811487944d22291db5a13410e20
26992Author: Wolfgang Denk <wd@denx.de>
26993Date: Wed Jul 2 23:00:14 2008 +0200
26994
26995 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
26996
26997 Signed-off-by: Wolfgang Denk <wd@denx.de>
26998
26999commit 5981ebd32017e062b08aa6747cf591276f2db779
27000Author: Detlev Zundel <dzu@denx.de>
27001Date: Fri Jun 20 22:26:24 2008 +0200
27002
27003 fdt: Fix typo in variable name.
27004
27005 Signed-off-by: Detlev Zundel <dzu@denx.de>
27006
27007commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
27008Author: Gary Jennejohn <garyj@denx.de>
27009Date: Thu Jun 19 11:11:19 2008 +0200
27010
27011 Add logos for RRvision board
27012
27013 Signed-off-by: Gary Jennejohn <garyj@denx.de>
27014
27015commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
27016Author: Esben Haabendal <EsbenHaabendal@gmail.com>
27017Date: Wed Jun 18 11:03:57 2008 +0200
27018
27019 mpc8260: add fdt_fixup_ethernet support
27020
27021 Add support for updating mac-address and local-mac-address in fdt for
27022 all MPC8260 targets.
27023
27024 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
27025
27026commit f6a69559d64498a04e1e0b087a9b920e5775f866
27027Author: Steven A. Falco <sfalco@harris.com>
27028Date: Thu Jun 12 13:24:42 2008 -0400
27029
27030 cmd_nvedit.c: clean up syntax highlighting
27031
27032 My text-editor (vim) has a bit of trouble syntax-highlighting the
27033 cmd_nvedit.c file, because it apparently does not parse C
27034 ifdef/else/endif. The following patch does not change the behavior of
27035 the code at all, but does allow the editor to properly
27036 syntax-highlight the file.
27037
27038 Signed-off-by: Steve Falco <sfalco@harris.com>
27039
27040commit 75678c807a6272ecc5541eb32898c93887f08400
27041Author: Steven A. Falco <sfalco@harris.com>
27042Date: Thu Jun 12 13:22:12 2008 -0400
27043
27044 Make setenv() return status
27045
27046 Currently, the setenv function does not return an error code.
27047 This patch allows to test for errors.
27048
27049 Signed-off-by: Steve Falco <sfalco@harris.com>
27050
27051commit 4928e97c8531283ca9b368b7c29a8a12e726562a
27052Author: Kumar Gala <galak@kernel.crashing.org>
27053Date: Wed Jun 11 10:14:06 2008 -0500
27054
27055 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
27056
27057 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
27058 and fls is used to implement them.
27059
27060 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27061
27062commit 83002a77cbdf383015ca384eff5fa31722d8e571
27063Author: Magnus Lilja <lilja.magnus@gmail.com>
27064Date: Mon Jun 9 22:58:48 2008 +0200
27065
27066 i.MX31: Cleanup comments in lowlevel_init.S.
27067
27068 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
27069
27070commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
27071Author: Ben Warren <biggerbadderben@gmail.com>
27072Date: Sun Jun 8 23:28:33 2008 -0700
27073
27074 Move conditional compilation of MPC8XXX SPI driver to Makefile
27075
27076 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27077
27078commit d92ea21bafb674ee2bf27447970b047845e7b0a2
27079Author: Juergen Kilb <J.Kilb@gmx.de>
27080Date: Sun Jun 8 17:59:53 2008 +0200
27081
27082 i.MX31: fixed CTRL-C detection
27083
27084 The Register URXD contains status information in bits [15..8].
27085 With status bit 15 set, CTRL-C was reported as 0x8003 instead
27086 of 0x03. Therefore CTRL-C was not detected.
27087 To solve this, bits [15..8] were masked out now.
27088
27089 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
27090 Acked-by: Felix Radensky <felix@embedded-sol.com>
27091
699f0512
WD
27092commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
27093Author: Stefan Roese <sr@denx.de>
27094Date: Tue Jul 1 17:03:19 2008 +0200
27095
27096 ppc4xx: Fix 460EX/GT PCIe port initialization
27097
27098 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
27099 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
27100 this out.
27101
27102 Signed-off-by: Stefan Roese <sr@denx.de>
27103
f492dd63
WD
27104commit b571afde0295b007a45055ee49f8822c753a5651
27105Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27106Date: Sat Jun 7 12:29:52 2008 +0200
27107
27108 add SHA256 support
27109
27110 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27111 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
27112
27113commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
27114Author: Marian Balakowicz <m8@semihalf.com>
27115Date: Fri Jun 6 23:07:40 2008 +0200
27116
27117 Delay FIT format check on sector based devices
27118
27119 Global FIT image operations like format check cannot be performed on
27120 a first sector data, defer them to the point when whole FIT image was
27121 uploaded to a system RAM.
27122
27123 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27124 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
27125 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
27126
27127commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
27128Author: Dave Liu <r63238@freescale.com>
27129Date: Tue Jun 3 17:38:19 2008 +0800
27130
27131 sata: wait for device updating signature to host
27132
27133 The driver need wait for the device updating signature to host.
27134 If we don't wait for it, the driver can not detect the device(disk)
27135 when the system powers up.
27136
27137 Signed-off-by: Dave Liu <daveliu@freescale.com>
27138
4188f049
WD
27139commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
27140Author: Stefan Roese <sr@denx.de>
27141Date: Sat Jun 28 14:56:17 2008 +0200
27142
27143 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
27144
27145 This patch implements a fix provided by AMCC so that the lockup upon
27146 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
27147 anymore:
27148
27149 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
27150 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
27151 USB 2.0 host and SATA.
27152
27153 This errata is not officially available yet. I'll update the comment
27154 to add the errata number later.
27155
27156 Signed-off-by: Stefan Roese <sr@denx.de>
27157
f492dd63
WD
27158commit 8b616edb118e37d05f6401389eaee1c636b22828
27159Author: Stuart Wood <stuart.wood@labxtechnologies.com>
27160Date: Mon Jun 2 16:42:19 2008 -0400
27161
27162 serial_pl010.c: add watchdog support
27163
27164 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
27165
27166commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
27167Author: Stuart Wood <stuart.wood@labxtechnologies.com>
27168Date: Mon Jun 2 16:40:08 2008 -0400
27169
27170 jffs2_1pass.c: add watchdog support
27171
27172 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
27173
27174commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
27175Author: Sascha Laue <sascha.laue@liebherr.com>
27176Date: Fri May 30 09:48:14 2008 +0200
27177
27178 Configure DSP POST; add watchdog reset to diag command
27179
27180 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
27181
27182commit f13526517859bf6b573e23ff47199e107d1009b5
27183Author: Tor Krill <tor@excito.com>
27184Date: Thu May 29 10:40:17 2008 +0200
27185
27186 Add sata sil3114 support
27187
27188 Signed-off-by: Tor Krill <tor@excito.com>
27189
27190commit e093a247628228100f405b6d7f6b1bfc16141938
27191Author: Wolfgang Denk <wd@denx.de>
27192Date: Sat Jun 28 23:34:37 2008 +0200
27193
27194 Coding Style Cleanup
27195
27196 Signed-off-by: Wolfgang Denk <wd@denx.de>
27197
27198commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
27199Author: Wolfgang Denk <wd@denx.de>
27200Date: Sat Jun 28 23:16:01 2008 +0200
27201
27202 Update CHANGELOG
27203
27204 Signed-off-by: Wolfgang Denk <wd@denx.de>
27205
01db232d
WD
27206commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
27207Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27208Date: Wed May 21 13:58:41 2008 -0400
27209
27210 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
27211
27212 This patch adds support for the Lyrtech SFF-SDR board,
27213 based on the TI DaVinci architecture (ARM926EJS).
27214
27215 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27216 Signed-off-by: Philip Balister <philip@balister.org>
27217 Signed-off-by: Wolfgang Denk <wd@denx.de>
27218
27219commit 341188b9ccaa8d4462d772cc067aca8d7618633a
27220Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27221Date: Thu May 22 11:09:59 2008 +0200
27222
27223 MMC: Consolidate MMC/SD command definitions
27224
27225 This moves the MMC and SD Card command definitions from
27226 include/asm/arch/mmc.h into include/mmc.h. These definitions are
27227 given by the MMC and SD Card standards, not by any particular
27228 architecture.
27229
27230 There's a lot more room for consolidation in the MMC drivers which
27231 I'm hoping to get done eventually, but this patch is a start.
27232
27233 Compile-tested for all avr32 boards as well as lpc2292sodimm and
27234 lubbock. This should cover all three mmc drivers in the tree.
27235
27236 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27237
27238commit fa60edfc4c952626e048c0e065f654b3c1822fa5
27239Author: Kyungmin Park <kmpark@infradead.org>
27240Date: Wed May 21 14:38:08 2008 +0900
27241
27242 Use better Ethernet timings for apollon board
27243
27244 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27245
27246commit 41c5eaa7253ed82bbae1eda5667755872c615164
27247Author: Andy Fleming <afleming@freescale.com>
27248Date: Mon Jun 16 13:58:56 2008 -0500
27249
27250 Resize device tree to allow space for board changes and the chosen node
27251
27252 Current code requires that a compiled device tree have space added to the end to
27253 leave room for extra nodes added by board code (and the chosen node). This
27254 requires that device tree creators anticipate how much space U-Boot will add to
27255 the tree, which is absurd. Ideally, the code would resize and/or relocate the
27256 tree when it needed more space, but this would require a systemic change to the
27257 fdt code, which is non-trivial. Instead, we resize the tree inside
27258 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
27259 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
27260
27261 Signed-off-by: Andy Fleming <afleming@freescale.com>
27262
27263commit 7570a9941fc565922078679a72d246fe208d696d
27264Author: Andy Fleming <afleming@freescale.com>
27265Date: Mon Jun 16 13:58:55 2008 -0500
27266
27267 Fix an underflow bug in __lmb_alloc_base
27268
27269 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
27270 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
27271 merely updates __lmb_alloc_base to resemble the current version in Linux.
27272
27273 Signed-off-by: Andy Fleming <afleming@freescale.com>
27274
27275commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
27276Author: Andy Fleming <afleming@freescale.com>
27277Date: Mon Jun 16 13:58:54 2008 -0500
27278
27279 Add lmb_free
27280
27281 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
27282 lmb_reserve to temporarily reserve some memory.
27283
27284 Signed-off-by: Andy Fleming <afleming@freescale.com>
27285
27286commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
27287Author: Andy Fleming <afleming@freescale.com>
27288Date: Mon Jun 16 13:58:53 2008 -0500
27289
27290 Add ALIGN() macro
27291
27292 ALIGN() returns the smallest aligned value greater than the passed
27293 in address or size. Taken from Linux.
27294
27295 Signed-off-by: Andy Fleming <afleming@freescale.com>
27296
4188f049
WD
27297commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
27298Author: Stefan Roese <sr@denx.de>
27299Date: Tue Jun 24 17:15:22 2008 +0200
27300
27301 ppc4xx: Fix compilation problems with phys_size_t
27302
27303 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
27304 board specific files where it has been missing.
27305
27306 Signed-off-by: Stefan Roese <sr@denx.de>
27307
01db232d
WD
27308commit 28eab0d77352b84885f938759bf2612b7bf0bc44
27309Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
27310Date: Mon May 19 12:26:38 2008 +0200
27311
27312 Conditionally add -fno-stack-protector to CFLAGS
27313
27314 When compile-testing on powerpc, I get errors like this:
27315
27316 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
27317
27318 This seems to be because -fstack-protector is on by default, so
27319 let's explicitly disable it on all architectures that support the
27320 option.
27321
27322 The Ubuntu toolchain is affected by this problem, and according to
27323 Mike Frysinger, Gentoo has been running with SSP enabled for years.
27324 More and more distros are turning SSP on by default, so this problem
27325 is likely to get worse in the future.
27326
27327 Also, powerpc just happens to be one of the arches I do
27328 compile-testing on. There may be other arches affected by this too.
27329
27330 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
27331
27332commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
27333Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27334Date: Sun May 18 19:09:52 2008 +0200
27335
27336 pcmcia/ti_pci1410a: Move compile condition to the Makefile
27337
27338 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27339
27340commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
27341Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27342Date: Sun May 18 19:09:51 2008 +0200
27343
27344 pxa_pcmcia: Move compile condition to the Makefile
27345
27346 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27347
27348commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
27349Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27350Date: Sun May 18 19:09:50 2008 +0200
27351
27352 marabun_pcmcia: Move compile condition to the Makefile
27353
27354 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27355
4188f049
WD
27356commit 6a19c46cae43c16c528eddefae3db97134f1915d
27357Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27358Date: Mon Jun 23 13:25:34 2008 +0200
27359
27360 fix non-working mvBL-M7
27361
27362 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
27363
27364 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27365 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27366
27367commit 846f1574ddddeda2bc227655e687308695f41cdc
27368Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27369Date: Mon Jun 23 11:40:56 2008 +0200
27370
27371 fix system config overwrite @ MPC834x and MPC8313
27372
27373 During 83xx setup the "System I/O configuration register high" gets
27374 overwritten with user defined value if CFG_SICRH is defined.
27375
27376 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
27377 must keep their reset value regardless of configuration.
27378
27379 On my board (using RGMII) those bits are set after reset - yet it's
27380 unclear where they come from.
27381
27382 The patch keeps both bits on MPC834x and MPC8313.
27383
27384 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27385 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27386
27387commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
27388Author: Kim Phillips <kim.phillips@freescale.com>
27389Date: Tue Jun 17 17:45:27 2008 -0500
27390
27391 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
27392
27393 to avoid this:
27394
27395 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
27396 In file included from cpu.c:33:
27397 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
27398
27399 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27400
27401commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
27402Author: Stefan Roese <sr@denx.de>
27403Date: Mon Jun 23 11:15:09 2008 +0200
27404
27405 ppc4xx: Fix problem in gpio_config()
27406
27407 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
27408 left by one. So the additional shift is bogus.
27409
27410 Signed-off-by: Stefan Roese <sr@denx.de>
27411
27412commit 40777812316fc252c941665c0f60c148fd79d50f
27413Author: Detlev Zundel <dzu@denx.de>
27414Date: Fri Jun 20 22:24:05 2008 +0200
27415
27416 fdt: Fix typo in variable name.
27417
27418 Signed-off-by: Detlev Zundel <dzu@denx.de>
27419
27420commit 5f723a3b98c630bde33de74351f2121691fdef14
27421Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27422Date: Fri Jun 20 10:41:05 2008 +0200
27423
27424 avr32: Enable SPI flash support on ATNGW100
27425
27426 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
27427 the new SPI flash framework.
27428
27429 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27430
27431commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
27432Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27433Date: Fri Jun 20 12:44:28 2008 +0200
27434
27435 avr32: Fix SPI portmux initialization
27436
27437 Use the new GPIO manipulation functions to set up the chip select lines,
27438 and make sure both busses use GPIO for chip select control.
27439
27440 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27441
27442commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
27443Author: Peter Ma <pma@mediamatech.com>
27444Date: Sun Jun 1 22:59:24 2008 -0700
27445
27446 avr32: Add GPIO manipulation functions
27447
27448 Adds GPIO manipulation functions for AVR32 AP7 platform.
27449
27450 Signed-off-by: Peter Ma <pma@mediamatech.com>
27451 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
27452 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27453
01db232d
WD
27454commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
27455Author: Wolfgang Grandegger <wg@grandegger.com>
27456Date: Thu Jun 5 13:02:30 2008 +0200
27457
27458 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
27459
27460 This patch is based on the following patch sent a few minutes ago:
27461 "NAND FSL UPM: driver re-write using the hwcontrol callback"
27462 It is untested, of course. Anton, could you please give it a try.
27463
27464 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27465 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27466
27467commit 96026d42fa4e646d28318c0a1438aac4b2017909
27468Author: Anatolij Gustschin <agust@denx.de>
27469Date: Thu Jun 12 12:40:11 2008 +0200
27470
27471 Fix 4xx build issue
27472
27473 Building for 4xx doesn't work since commit 4dbdb768:
27474
27475 In file included from 4xx_pcie.c:28:
27476 include/asm/processor.h:971: error: expected ')' before 'ver'
27477 make[1]: *** [4xx_pcie.o] Error 1
27478
27479 This patch fixes the problem.
27480
27481 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27482 Acked-by: Stefan Roese <sr@denx.de>
27483 Acked-by: Kumar Gala <galak@kernel.crashing.org>
27484
699f0512
WD
27485commit a036b0443657fe0f4773786de9092251869f08ac
27486Author: Kumar Gala <galak@kernel.crashing.org>
27487Date: Thu Jun 19 01:45:50 2008 -0500
27488
27489 MPC8610HPCD: Report board id, board version and fpga version.
27490
27491 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27492
27493commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
27494Author: Kumar Gala <galak@kernel.crashing.org>
27495Date: Thu Jun 19 01:45:27 2008 -0500
27496
27497 MPC8641HPCN: Report board id, board version and fpga version.
27498
27499 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27500
01db232d
WD
27501commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
27502Author: Stefan Roese <sr@denx.de>
27503Date: Mon Jun 16 10:40:02 2008 +0200
27504
27505 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
27506
27507 This patch simplifies flash_toggle() (AMD commandset), which is used to
27508 detect if a FLASH device is still busy with erase/program operations. On
27509 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
27510 did not detect the busy state reliably, resulting in non erased sectors
27511 etc. This patch now simplifies this function by "just" comparing the
27512 complete data-word instead of ANDing it with the command-word (0x40)
27513 before the compatison. It is done the same way in the Linux implementation
27514 chip_ready() in cfi_cmdset_0002.c.
27515
27516 Signed-off-by: Stefan Roese <sr@denx.de>
27517
27518commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
27519Author: Philip Balister <philip@balister.org>
27520Date: Mon Jun 16 08:58:07 2008 -0400
27521
27522 NAND: Add missing declaration to non-redundant saveenv().
27523
27524 Signed-off-by: Scott Wood <scottwood@freescale.com>
27525
27526commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
27527Author: Wolfgang Grandegger <wg@grandegger.com>
27528Date: Mon Jun 2 15:09:55 2008 +0200
27529
27530 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
27531
27532 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27533 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27534 Signed-off-by: Scott Wood <scottwood@freescale.com>
27535
27536commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
27537Author: Stefan Roese <sr@denx.de>
27538Date: Tue Jun 10 15:34:11 2008 +0200
27539
27540 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
27541
27542 This patch disables the square wave output of the M41T62 RTC used on
27543 Canyonlands & Glacier. Here the explanation:
27544
27545 The serial real-time clock part used in the design is an
27546 STMicro M41T62. This part has a full-time 32KHz square wave
27547 output that is connected to the TmrClk input to the
27548 processor. The default state for this square wave output is
27549 enabled so the output runs continuously when the board is
27550 powered normally and also from the battery. The TmrClk input
27551 to the processor goes to ground when the power is removed
27552 from the board/processor, and therefore the running square
27553 wave output is driving ground which drains the battery quickly.
27554
27555 Signed-off-by: Stefan Roese <sr@denx.de>
27556
27557commit a94f22f08f280905926219e568568964cb9eeb9d
27558Author: Andy Fleming <afleming@freescale.com>
27559Date: Wed Jun 11 18:10:20 2008 -0500
27560
27561 Fix build issue with string.h and linux/string.h
27562
27563 This commit:
27564 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
27565 Author: Wolfgang Denk <wd@denx.de>
27566 Date: Fri Jun 6 14:28:14 2008 +0200
27567
27568 tools/mkimage: fix compiler warnings on some systems.
27569
27570 Broke building on some systems, because the host's string.h was interfering
27571 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
27572 we're building for the host, so now we only include when building inside
27573 u-boot.
27574
27575 Signed-off-by: Andy Fleming <afleming@freescale.com>
27576
27577commit 9973e3c614721bbf169882ffc3be266a6611cd60
27578Author: Becky Bruce <becky.bruce@freescale.com>
27579Date: Mon Jun 9 16:03:40 2008 -0500
27580
27581 Change initdram() return type to phys_size_t
27582
27583 This patch changes the return type of initdram() from long int to phys_size_t.
27584 This is required for a couple of reasons: long int limits the amount of dram
27585 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
27586 size of physical memory. phys_size_t is defined as an unsigned long on almost
27587 all current platforms.
27588
27589 This patch *only* changes the return type of the initdram function (in
27590 include/common.h, as well as in each board's implementation of initdram). It
27591 does not actually modify the code inside the function on any of the platforms;
27592 platforms which wish to support more than 2GB of DRAM will need to modify
27593 their initdram() function code.
27594
27595 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
27596 MPC8641HPCN.
27597
27598 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27599
27600commit 391fd93ab23e15ab3dd58a54f5b609024009c378
27601Author: Becky Bruce <becky.bruce@freescale.com>
27602Date: Mon Jun 9 20:37:18 2008 -0500
27603
27604 Change lmb to use phys_size_t/phys_addr_t
27605
27606 This updates the lmb code to use phys_size_t
27607 and phys_addr_t instead of unsigned long. Other code
27608 which interacts with this code, like getenv_bootm_size()
27609 is also updated.
27610
27611 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
27612
27613 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27614
27615commit 61b09fc2952dc636017df4e7970e3de132276ba1
27616Author: Becky Bruce <becky.bruce@freescale.com>
27617Date: Mon Jun 9 20:37:17 2008 -0500
27618
27619 Change print_size to take phys_size_t
27620
27621 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27622
27623commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
27624Author: Becky Bruce <becky.bruce@freescale.com>
27625Date: Mon Jun 9 20:37:16 2008 -0500
27626
27627 Change bd/gd memsize/ram_size to be phys_size_t.
27628
27629 Currently, both are defined as an unsigned long, but
27630 should be phys_size_t. This should result in no real change,
27631 since phys_size_t is currently an unsigned long for all the
27632 default configs. Also add print_lnum to cmd_bdinfo to deal
27633 with the potentially wider memsize.
27634
27635 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27636
27637commit ba04f7010958e88a8910f2a123fee53fdc72e013
27638Author: Kumar Gala <galak@kernel.crashing.org>
27639Date: Tue Jun 10 16:16:02 2008 -0500
27640
27641 FSL LAW: Add new interface to use the last free LAW
27642
27643 LAWs have the concept of priority so its useful to be able to allocate
27644 the lowest (highest number) priority. We will end up using this with the
27645 new DDR code.
27646
27647 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27648
27649commit 859a86a25c569d3665ff413d1d923394b8a961f3
27650Author: Kumar Gala <galak@kernel.crashing.org>
27651Date: Wed Jun 11 00:51:45 2008 -0500
27652
27653 85xx/86xx: Move to dynamic mgmt of LAWs
27654
27655 With the new LAW interface (set_next_law) we can move to letting the
27656 system allocate which LAWs are used for what purpose. This makes life
27657 a bit easier going forward with the new DDR code.
27658
27659 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27660 Signed-off-by: Andy Fleming <afleming@freescale.com>
27661 Acked-by: Jon Loeliger <jdl@freescale.com>
27662 Acked-by: Becky Bruce <becky.bruce@freescale.com>
27663
27664commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
27665Author: Kumar Gala <galak@kernel.crashing.org>
27666Date: Wed Jun 11 00:44:10 2008 -0500
27667
27668 FSL LAW: Keep track of LAW allocations
27669
27670 Make it so we keep track of which LAWs have allocated and provide
27671 a function (set_next_law) which can allocate a LAW for us if one is
27672 free.
27673
27674 In the future we will move to doing more "dynamic" LAW allocation
27675 since the majority of users dont really care about what LAW number
27676 they are at.
27677
27678 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
27679
27680 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27681 Signed-off-by: Andy Fleming <afleming@freescale.com>
27682
27683commit ddde74a159caa6e18b481fec01d40b885aebb566
27684Author: Kumar Gala <galak@kernel.crashing.org>
27685Date: Mon Jun 9 22:31:57 2008 -0500
27686
27687 85xx: remove dummy board_early_init_f
27688
27689 A number of board ports have empty version of board_early_init_f
27690 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
27691
27692 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27693
27694commit 81e56e9af0d43712db8efb843606a8d62eab454f
27695Author: Kumar Gala <galak@kernel.crashing.org>
27696Date: Mon Jun 9 18:55:38 2008 -0500
27697
27698 MPC8544DS: Update config.h
27699
27700 * Enable flash progress
27701 * remove CLEAR_LAW0 since we dont really use it
27702
27703 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27704
27705commit 978e81604c1b28526ed580df0fbe64eb8384e94f
27706Author: Kumar Gala <galak@kernel.crashing.org>
27707Date: Mon Jun 9 13:37:24 2008 -0500
27708
27709 85xx: Remove unused and unconfigured memory test code.
27710
27711 Remove unused and unconfigured DDR test code from FSL 85xx boards.
27712 Besides, other common code exists.
27713
27714 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27715
27716commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
27717Author: Sergei Poselenov <sposelenov@emcraft.com>
27718Date: Fri Jun 6 15:42:45 2008 +0200
27719
27720 Socrates: Added FPGA base address update in FDT.
27721
27722 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27723
27724commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
27725Author: Sergei Poselenov <sposelenov@emcraft.com>
27726Date: Fri Jun 6 15:42:44 2008 +0200
27727
27728 Socrates: NAND support added. Changed the U-Boot base address and
27729
27730 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27731
27732commit 248ae5cfc8bf69074d1da099dc495d8e06070547
27733Author: Sergei Poselenov <sposelenov@emcraft.com>
27734Date: Fri Jun 6 15:42:43 2008 +0200
27735
27736 NAND: Added support for 128-bit OOB, adapted
27737
27738 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27739
27740commit 31ca0208612f2eb57690110d7c2815953650e47b
27741Author: Sergei Poselenov <sposelenov@emcraft.com>
27742Date: Fri Jun 6 15:42:42 2008 +0200
27743
27744 Socrates: added missed file with UPMA configuration data.
27745
27746 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
27747
27748commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
27749Author: Sergei Poselenov <sposelenov@emcraft.com>
27750Date: Fri Jun 6 15:42:41 2008 +0200
27751
27752 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
27753
27754 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27755
27756commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
27757Author: Sergei Poselenov <sposelenov@emcraft.com>
27758Date: Fri Jun 6 15:42:40 2008 +0200
27759
27760 Added the upmconfig() function for 85xx.
27761
27762 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27763 Signed-off-by: Andy Fleming <afleming@freescale.com>
27764
27765commit d39e68514ff943930ee692cff3fde03532eb7fec
27766Author: Sergei Poselenov <sposelenov@emcraft.com>
27767Date: Fri Jun 6 15:42:39 2008 +0200
27768
27769 Socrates: config file cleanup.
27770
27771 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27772
27773commit e8cc3f04b124f757af4528206e60d8eb715ae083
27774Author: Wolfgang Grandegger <wg@grandegger.com>
27775Date: Thu Jun 5 13:12:10 2008 +0200
27776
27777 TQM85xx: Change memory map to support Flash memory > 128 MiB
27778
27779 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
27780 memory. The current memory map only supports up to 128 MiB Flash.
27781 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
27782 set, up to 1 GiB flash is supported. To achieve this, the memory
27783 map has to be adjusted in great parts (for example the CCSRBAR is
27784 moved from 0xE0000000 to 0xA0000000).
27785
27786 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
27787 memory map also has to be considered in the kernel (changed
27788 CCSRBAR address, changed PCI IO base address, ...). Please use
27789 an appropriate Flat Device Tree blob (tqm8548.dtb).
27790
27791 Signed-off-by: Martin Krause <martin.krause@tqs.de>
27792 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27793
27794commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
27795Author: Wolfgang Grandegger <wg@grandegger.com>
27796Date: Thu Jun 5 13:12:09 2008 +0200
27797
27798 TQM85xx: NAND support via local bus UPMB
27799
27800 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
27801 default and can be enabled for the TQM8548 modules. It is now based on
27802 the re-written FSL NAND UPM driver. A patch has been posted earlier today
27803 with the subject:
27804
27805 "NAND FSL UPM: driver re-write using the hwcontrol callback"
27806
27807 Note that the R/B pin is not supported by that module requiring to use
27808 the specified maximum delay time.
27809
27810 Note: With NAND support enabled the size of the U-Boot image exceeds
27811 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
27812 doubling the image size :-(.
27813
27814 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27815 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27816
27817commit b9e8078bb3f3c48111a7081e27279938c3a445e1
27818Author: Wolfgang Grandegger <wg@grandegger.com>
27819Date: Thu Jun 5 13:12:08 2008 +0200
27820
27821 TQM8548: PCI express support
27822
27823 This patch adds support for PCI express cards. The board support
27824 now uses common FSL PCI init code, for both, PCI and PCIe on all
27825 TQM85xx modules.
27826
27827 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27828 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27829
27830commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
27831Author: Wolfgang Grandegger <wg@grandegger.com>
27832Date: Thu Jun 5 13:12:07 2008 +0200
27833
27834 TQM8548: Basic support for the TQM8548 modules
27835
27836 This patch adds basic support for the TQM8548 module from TQ-Components
27837 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
27838 eTSEC 3 and 4
27839
27840 Furthermore Flash buffer write has been enabled to speed up output to
27841 the Flash by approx. a factor of 10.
27842
27843 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27844 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27845
27846commit 25991353204c78b094c3c1fec90182dcd607ab8f
27847Author: Wolfgang Grandegger <wg@grandegger.com>
27848Date: Thu Jun 5 13:12:06 2008 +0200
27849
27850 TQM85xx: Support for Flat Device Tree
27851
27852 This patch adds support for Linux kernels using the Flat Device Tree.
27853 It also re-defines the default environment settings for booting Linux
27854 with the FDT blob.
27855
27856 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27857
27858commit d9ee843d54c54776e1fdb86336ce554906a87331
27859Author: Wolfgang Grandegger <wg@grandegger.com>
27860Date: Thu Jun 5 13:12:05 2008 +0200
27861
27862 TQM85xx: Support for Intel 82527 compatible CAN controller
27863
27864 This patch adds initialization of the UPMC RAM to support up to two
27865 Intel 82527 compatible CAN controller on the TQM85xx modules.
27866
27867 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27868 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27869
27870commit 518d5cfe72916323c746af1647764459914f555f
27871Author: Wolfgang Grandegger <wg@grandegger.com>
27872Date: Thu Jun 5 13:12:04 2008 +0200
27873
27874 TQM85xx: Bugfix in the SDRAM initialisation
27875
27876 The CS0_BNDS register is now set according to the detected
27877 memory size.
27878
27879 Signed-off-by Martin Krause <martin.krause@tqs.de>
27880
27881commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
27882Author: Wolfgang Grandegger <wg@grandegger.com>
27883Date: Thu Jun 5 13:12:03 2008 +0200
27884
27885 TQM85xx: Fix chip select configuration for second FLASH bank
27886
27887 This patch fixes the re-calculation of the automatic chip select
27888 configuration for boards with two populated FLASH banks.
27889
27890 Signed-off-by: Martin Krause <martin.krause@tqs.de>
27891
27892commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
27893Author: Wolfgang Grandegger <wg@grandegger.com>
27894Date: Thu Jun 5 13:12:02 2008 +0200
27895
27896 TQM85xx: Support for Spansion 'N' type flashes added
27897
27898 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
27899 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
27900 needs to be changed -> new start address of the environment. The macro
27901 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
27902 defined for boards with 'N' type flashes.
27903
27904 Signed-off-by: Martin Krause <martin.krause@tqs.de>
27905 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27906
27907commit 5d5bd838f76eade22c0ea40a500389f924d0da36
27908Author: Wolfgang Grandegger <wg@grandegger.com>
27909Date: Thu Jun 5 13:12:01 2008 +0200
27910
27911 TQM85xx: Fix CPM port pin configuration
27912
27913 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
27914 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
27915 as serial interface anyway. Worse, on some board variants configuring the
27916 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
27917
27918 Signed-off-by: Martin Krause <martin.krause@tqs.de>
27919
27920commit b99ba1679e8cd51b023e67098c89e606e47137d2
27921Author: Wolfgang Grandegger <wg@grandegger.com>
27922Date: Thu Jun 5 13:12:00 2008 +0200
27923
27924 TQM85xx: Various coding style fixes
27925
27926 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27927
27928commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
27929Author: Gerald Van Baren <vanbaren@cideas.com>
27930Date: Tue Jun 10 22:15:58 2008 -0400
27931
27932 libfdt: Move the working_fdt pointer to cmd_fdt.c
27933
27934 The working_fdt pointer was declared in common/fdt_support.c but was
27935 not used there. Move it to common/cmd_fdt.c where it is used (it is
27936 also used in lib_ppc/bootm.c).
27937
27938 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27939
27940commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
27941Author: Kim Phillips <kim.phillips@freescale.com>
27942Date: Tue Jun 10 11:06:17 2008 -0500
27943
27944 fdt: unshadow global working fdt variable
27945
27946 differentiate with local variables of the same name by renaming the
27947 global 'fdt' variable 'working_fdt'.
27948
27949 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27950
27951commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
27952Author: Andy Fleming <afleming@freescale.com>
27953Date: Tue Jun 10 18:49:34 2008 -0500
27954
27955 socrates: Fix PCI clk fix patch
27956
27957 The submitted patch seems to have been more up-to-date, but an older patch was
27958 already in the repository. This patch encompasses the differences
27959
27960 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
27961
27962 Signed-off-by: Andy Fleming <afleming@freescale.com>
27963
27964commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
27965Author: Wolfgang Grandegger <wg@grandegger.com>
27966Date: Thu Jun 5 13:02:29 2008 +0200
27967
27968 NAND FSL UPM: driver re-write using the hwcontrol callback
27969
27970 This is a re-write of the NAND FSL UPM driver using the more universal
27971 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
27972 list of furher modifications:
27973
27974 - For the time being, the UPM setup writing the UPM array has been
27975 removed from the driver and must now be done by the board specific
27976 code.
27977
27978 - The bus width definition in "struct fsl_upm_nand" is now in bits to
27979 comply with the corresponding Linux driver and 8, 16 and 32 bit
27980 accesses are supported.
27981
27982 - chip->dev_read is only set if fun->dev_ready != NULL, which is
27983 required for boards not connecting the R/B pin.
27984
27985 - A few issue have been fixed with MxMR bit manipulation like in the
27986 corresponding Linux driver.
27987
27988 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
27989 as well, because the address is already determined by
27990 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
27991
27992 This patch has been tested on a TQM8548 modules with the NAND chip
27993 Micron MT29F8G08FABWP.
27994
27995 This patch is based on the following patches posted to this list a few
27996 minutes ago:
27997
27998 PPC: add accessor macros to clear and set bits in one shot
27999 83xx/85xx/86xx: add more MxMR local bus definitions
28000
28001 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28002 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28003
28004commit 6beecfbb542992eede5831240cd58678274683a9
28005Author: Wolfgang Grandegger <wg@grandegger.com>
28006Date: Thu Jun 5 13:11:59 2008 +0200
28007
28008 MPC85xx: Beautify boot output of L2 cache configuration
28009
28010 The boot output is now aligned poperly with other boot output
28011 lines, e.g.:
28012
28013 FLASH: 128 MB
28014 L2: 512 KB enabled
28015
28016 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28017
28018commit 398415114f0a705163a14543e9fef03f734b1ffa
28019Author: Wolfgang Grandegger <wg@grandegger.com>
28020Date: Wed Jun 4 12:45:22 2008 +0200
28021
28022 PPC: add accessor macros to clear and set bits in one shot
28023
28024 PPC: add accessor macros to clear and set bits in one shot
28025
28026 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
28027 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
28028 They are very handy to manipulate bits it I/O registers.
28029
28030 This patch is required for my forthcoming FSL NAND UPM driver re-write and
28031 the support for the TQM8548 module.
28032
28033 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28034
28035commit 4677988c7edc070c3786d3db7994abeca3ab82a0
28036Author: Wolfgang Grandegger <wg@grandegger.com>
28037Date: Wed Jun 4 13:52:17 2008 +0200
28038
28039 TQM: move TQM boards to board/tqc
28040
28041 Move all TQM board directories to the vendor specific directory "tqc"
28042 for modules from TQ-Components GmbH (http://www.tqc.de).
28043
28044 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28045
28046commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
28047Author: Wolfgang Grandegger <wg@grandegger.com>
28048Date: Mon Jun 2 12:09:30 2008 +0200
28049
28050 83xx/85xx/86xx: add more MxMR local bus definitions
28051
28052 83xx/85xx/86xx: add more MxMR local bus definitions
28053
28054 This patch adds more macro definitions for the UPM Machine Mode Registers
28055 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
28056 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
28057 required for my forthcoming FSL NAND UPM driver re-write and the support
28058 for the TQM8548 module.
28059
28060 This patch is based on the following two patches from Anton Vorontsov:
28061
28062 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
28063 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
28064
28065 I leave coding style violation fixes, code beautification and name
28066 corrections to somebody else ;-(.
28067
28068 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28069
28070commit c8c5fc266e4499e283c293ccb972863156aa4134
28071Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28072Date: Thu May 29 18:14:56 2008 +0400
28073
28074 83xx/85xx: further localbus cleanups
28075
28076 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
28077 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
28078
28079 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28080
28081commit 42dbd667c88d496882d53e22656e89b654205492
28082Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28083Date: Wed May 28 18:20:15 2008 +0400
28084
28085 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
28086
28087 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
28088 use it on MPC85xx and MPC86xx processors.
28089
28090 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28091
28092commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
28093Author: Kumar Gala <galak@kernel.crashing.org>
28094Date: Thu May 29 11:22:06 2008 -0500
28095
28096 85xx: Add setting of cache props in the device tree.
28097
28098 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28099
28100commit 4dbdb7681e243431530df0725627192a0c4aefda
28101Author: Kumar Gala <galak@kernel.crashing.org>
28102Date: Tue Jun 10 16:53:46 2008 -0500
28103
28104 85xx: expose cpu identification
28105
28106 The current cpu identification code is used just to return the name
28107 of the processor at boot. There are some other locations that the name
28108 is useful (device tree setup). Expose the functionality to other bits
28109 of code.
28110
28111 Also, drop the 'E' suffix and add it on by looking at the SVR version
28112 when we print this out. This is mainly to allow the most flexible use
28113 of the name. The device tree code tends to not care about the 'E' suffix.
28114
28115 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28116
28117commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
28118Author: Kim Phillips <kim.phillips@freescale.com>
28119Date: Tue Jun 10 13:25:24 2008 -0500
28120
28121 mpc83xx: MVBLM7: minor build fixups
28122
28123 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28124
28125commit a1293e549b56da135ef32ffca5b9d35a16aa6802
28126Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28127Date: Tue Jun 10 09:14:05 2008 +0200
28128
28129 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
28130
28131 Add MPC8343 based board mvBlueLYNX-M7.
28132 It's a single board stereo camera system.
28133 Please read doc/README.mvblm7 for details.
28134
28135 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28136 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28137
28138commit c005b93925ba49f07da2aa748527996d927e172f
28139Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28140Date: Tue Jun 10 09:13:16 2008 +0200
28141
28142 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
28143
28144 Add MPC8343 based board mvBlueLYNX-M7.
28145 It's a single board stereo camera system.
28146 Please read doc/README.mvblm7 for details.
28147
28148 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28149 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28150
28151commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
28152Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28153Date: Thu May 29 18:14:56 2008 +0400
28154
28155 83xx/85xx: further localbus cleanups
28156
28157 move the BRx_* and ORx_* left behind in mpc85xx.h
28158
28159 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
28160 the same, just few differences which needs some attention though).
28161
28162 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
28163 of these defines. So this cleanup I'll leave for the "better times".
28164
28165 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28166 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28167
28168commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
28169Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28170Date: Wed May 28 18:20:15 2008 +0400
28171
28172 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
28173
28174 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
28175 use it on MPC85xx and MPC86xx processors.
28176
28177 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28178 Acked-by: Andy Fleming <afleming@freescale.com>
28179 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28180
28181commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
28182Author: Tor Krill <tor@excito.com>
28183Date: Mon Jun 2 15:09:30 2008 +0200
28184
28185 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
28186
28187 Signed-off-by: Tor Krill <tor@excito.com>
28188 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28189
28190commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
28191Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28192Date: Mon Jun 9 23:37:44 2008 +0900
28193
28194 net: Conditional COBJS inclusion of network drivers
28195
28196 Replace COBJS-y with appropriate driver config names.
28197
28198 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28199 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28200
28201commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
28202Author: Gerald Van Baren <vanbaren@cideas.com>
28203Date: Mon Jun 9 21:02:17 2008 -0400
28204
28205 Use strncmp() for the fdt command
28206
28207 Cleaner than doing multiple conditionals on characters.
28208
28209 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28210
28211commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
28212Author: Gerald Van Baren <vanbaren@cideas.com>
28213Date: Sat Jun 7 12:25:05 2008 -0400
28214
28215 The fdt boardsetup command criteria was not unique
28216
28217 It was checking just for "b", which is not unique with respect to the
28218 "boot" command. Change to check for "boa"[rdsetup].
28219
28220 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28221
28222commit 2f08bfa9526bae4f461e043530cfb903fec0d273
28223Author: David Gibson <david@gibson.dropbear.id.au>
28224Date: Tue May 20 17:19:11 2008 +1000
28225
28226 libfdt: Several cleanups to parameter checking
28227
28228 This patch makes a couple of small cleanups to parameter checking of
28229 libfdt functions.
28230
28231 - In several functions which take a node offset, we use an
28232 idiom involving fdt_next_tag() first to check that we have indeed been
28233 given a node offset. This patch adds a helper function
28234 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
28235
28236 - In fdt_rw.c in several places we have the expanded version
28237 of the RW_CHECK_HEADER() macro for no particular reason. This patch
28238 replaces those instances with an invocation of the macro; that's what
28239 it's for.
28240
28241 - In fdt_sw.c we rename the check_header_sw() function to
28242 sw_check_header() to match the analgous function in fdt_rw.c, and we
28243 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
28244 functions in fdt_rw.c
28245
28246 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28247
28248commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
28249Author: Gerald Van Baren <vanbaren@cideas.com>
28250Date: Tue Jun 3 20:34:45 2008 -0400
28251
28252 Remove the deprecated CONFIG_OF_FLAT_TREE
28253
28254 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
28255 cleaner, has better functionality, and is better supported.
28256
28257 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28258
28259commit 62bcdda293efa752f8281fbd9da03822b27ce82f
28260Author: Gerald Van Baren <vanbaren@cideas.com>
28261Date: Tue Jun 3 20:26:29 2008 -0400
28262
28263 Change the stxxst to CONFIG_OF_LIBFDT
28264
28265 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
28266 to CONFIG_OF_LIBFDT.
28267
28268 WARNING: It appears that this board lost its ability to boot via a
28269 flattened device tree prior to this changeset.
28270
28271 WARNING: This conversion was untested because I do not have a board to
28272 test it on.
28273
28274 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28275
28276commit 589c04271d129729a8b01391453851ab9cc4069c
28277Author: Gerald Van Baren <vanbaren@cideas.com>
28278Date: Tue Jun 3 20:24:58 2008 -0400
28279
28280 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
28281
28282 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
28283 to CONFIG_OF_LIBFDT.
28284
28285 WARNING: This conversion is untested because I do not have a board to
28286 test it on.
28287
28288 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
28289 /aliases/ethernet1 property for the ethernet to work.
28290
28291 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28292
28293commit ee1e35bede91debc8bff9b02f75574486033b652
28294Author: Kumar Gala <galak@kernel.crashing.org>
28295Date: Thu May 29 01:21:24 2008 -0500
28296
28297 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
28298
28299 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28300
28301commit 3b9519fc50802436e417c839e69df7b2016cade5
28302Author: Becky Bruce <becky.bruce@freescale.com>
28303Date: Wed May 14 13:10:04 2008 -0500
28304
28305 MPC85xx: Change traps.c to not reference non-addressable memory
28306
28307 Currently, END_OF_RAM is used by the trap code to determine if
28308 we should attempt to access the stack pointer or not. However,
28309 on systems with a lot of RAM, only a subset of the RAM is
28310 guaranteed to be mapped in and accessible. Change END_OF_RAM
28311 to use get_effective_memsize() instead of using the raw ram
28312 size out of the bd.
28313
28314 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28315
28316commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
28317Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28318Date: Mon Jun 9 13:39:57 2008 +0900
28319
28320 sh: Renesas Solutions SH7763RDP board support
28321
28322 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
28323 In this patch, support SCIF, NOR Flash, and Ethernet.
28324
28325 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28326 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28327
28328commit 60179098a95eaa972007d7ec58e4c1588029720f
28329Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28330Date: Fri Jun 6 16:24:13 2008 +0900
28331
28332 sh: Add support Renesas SH7763
28333
28334 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
28335 This patch supprts CPU register's header file.
28336
28337 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28338 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28339
28340commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
28341Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28342Date: Fri Jun 6 16:16:08 2008 +0900
28343
28344 sh: SH7763 SCIF support
28345
28346 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
28347 but only SCIF2 is different. This patch work all SCIF channel.
28348
28349 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28350 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28351
28352commit 79b51ff8205f0354d5300570614c1d2db499679c
28353Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28354Date: Sat Jun 7 20:51:59 2008 +0900
28355
28356 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
28357
28358 Also get rid of some #ifdefs in *.c files.
28359
28360 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28361
28362commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
28363Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28364Date: Sat Jun 7 20:51:56 2008 +0900
28365
28366 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
28367
28368 CONFIG_SOC_AU1X00
28369
28370 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
28371 need to have this config as a system type specifier.
28372
28373 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
28374 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
28375
28376 Machine type specifiers. Each port should have one of aboves.
28377
28378 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28379
28380commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
28381Author: Stuart Wood <stuart.wood@labxtechnologies.com>
28382Date: Fri May 30 16:05:28 2008 -0400
28383
28384 env_nand.c: Added bad block management for environment variables
28385
28386 Modified to check for bad blocks and to skipping over them when
28387 CFG_ENV_RANGE has been defined.
28388 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
28389 flash block size.
28390
28391 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
28392 Signed-off-by: Scott Wood <scottwood@freescale.com>
28393
28394commit 279726bd00558e80263d44581c44167625b7fb9a
28395Author: Becky Bruce <becky.bruce@freescale.com>
28396Date: Wed May 14 13:09:58 2008 -0500
28397
28398 MPC86xx: Change traps.c to not reference non-addressable memory
28399
28400 Currently, END_OF_RAM is used by the trap code to determine if
28401 we should attempt to access the stack pointer or not. However,
28402 on systems with a lot of RAM, only a subset of the RAM is
28403 guaranteed to be mapped in and accessible. Change END_OF_RAM
28404 to use get_effective_memsize() instead of using the raw ram
28405 size out of the bd to prevent us from trying to access
28406 non-mapped memory.
28407
28408 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28409
28410commit 338cc038461a6c7709c5b86fd9a240209338a1ae
28411Author: Wolfgang Denk <wd@denx.de>
28412Date: Fri Jun 6 14:28:14 2008 +0200
28413
28414 tools/mkimage: fix compiler warnings on some systems.
28415
28416 Signed-off-by: Wolfgang Denk <wd@denx.de>
28417
28418commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
28419Author: Stefan Roese <sr@denx.de>
28420Date: Fri Jun 6 16:10:41 2008 +0200
28421
28422 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
28423
28424 We use upper case letters for the AMCC processor defines (like
28425 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
28426 not CONFIG_440SPe. This patch fixes the last misspelled config options.
28427
28428 Signed-off-by: Stefan Roese <sr@denx.de>
28429
28430commit 72675dc6c06a48846d180106161d49dd714383cc
28431Author: Stefan Roese <sr@denx.de>
28432Date: Fri Jun 6 15:55:21 2008 +0200
28433
28434 ppc4xx: Unify AMCC's board config files (part 3/3)
28435
28436 This patch series unifies the AMCC eval board ports by introducing
28437 a common include header for all AMCC eval boards:
28438
28439 include/configs/amcc-common.h
28440
28441 This header now includes all common configuration options/defines which
28442 are removed from the board specific headers.
28443
28444 The reason for this is ease of maintenance and unified look and feel
28445 of all AMCC boards.
28446
28447 Signed-off-by: Stefan Roese <sr@denx.de>
28448
28449commit 490f204096d6e2c9940f67816f154a8125bab116
28450Author: Stefan Roese <sr@denx.de>
28451Date: Fri Jun 6 15:55:03 2008 +0200
28452
28453 ppc4xx: Unify AMCC's board config files (part 2/3)
28454
28455 This patch series unifies the AMCC eval board ports by introducing
28456 a common include header for all AMCC eval boards:
28457
28458 include/configs/amcc-common.h
28459
28460 This header now includes all common configuration options/defines which
28461 are removed from the board specific headers.
28462
28463 The reason for this is ease of maintenance and unified look and feel
28464 of all AMCC boards.
28465
28466 Signed-off-by: Stefan Roese <sr@denx.de>
28467
28468commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
28469Author: Stefan Roese <sr@denx.de>
28470Date: Fri Jun 6 15:54:31 2008 +0200
28471
28472 ppc4xx: Unify AMCC's board config files (part 1/3)
28473
28474 This patch series unifies the AMCC eval board ports by introducing
28475 a common include header for all AMCC eval boards:
28476
28477 include/configs/amcc-common.h
28478
28479 This header now includes all common configuration options/defines which
28480 are removed from the board specific headers.
28481
28482 The reason for this is ease of maintenance and unified look and feel
28483 of all AMCC boards.
28484
28485 Signed-off-by: Stefan Roese <sr@denx.de>
28486
28487commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
28488Author: Remy Bohmer <linux@bohmer.net>
28489Date: Thu Jun 5 13:03:36 2008 +0200
28490
28491 DM9000 fix status check fail 0x6d error for trizeps board
28492
28493 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
28494 the status byte need to be checked to identify a valid packet in the fifo
28495
28496 But, The several different Application Notes do not all speak the same
28497 language on these bits. They do not disagree, but only 1 Application Note
28498 noted explicitly that only these 2 bits need to be checked.
28499 Even the datasheets do not mention anything about these 2 bits.
28500
28501 Because the old code, and the kernel check the whole byte, I left this piece
28502 untouched.
28503
28504 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
28505 it should work.
28506
28507 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
28508 in the fifo) is much shorter now, compared to the older U-boot driver code,
28509 so that we can maybe run into a hardware condition now that was never seen
28510 before, or maybe was seen very unfrequently.
28511
28512 Additionaly added a cleanup of a stack variable.
28513
28514 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28515 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28516
28517commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
28518Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28519Date: Thu Jun 5 22:29:00 2008 +0900
28520
28521 [MIPS] Update <asm/addrspace.h> header
28522
28523 - Fix traditional KSEG names
28524 - Replace PHYSADDR with CPHYSADDR
28525
28526 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28527
28528commit f0d5a6f060d00358b85c62a921a423ea8df71184
28529Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28530Date: Thu Jun 5 22:29:00 2008 +0900
28531
28532 [MIPS] mips_config.mk: Misc fixes
28533
28534 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
28535 - Modify comments
28536
28537 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28538
28539commit 5f64d21c9a2998794f255b469165b91f092dfc2d
28540Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28541Date: Thu Jun 5 22:29:00 2008 +0900
28542
28543 [MIPS] Kill unused <version.h> inclusions
28544
28545 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28546
28547commit a55d48174cfd1a5bc184159513f48dcbbe409c83
28548Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28549Date: Thu Jun 5 22:29:00 2008 +0900
28550
28551 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
28552
28553 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
28554 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
28555 in the U-Boot system.
28556
28557 The other is we don't have a proper time management counter like timestamp
28558 other ARCHs have. We need the 32-bit millisecond clock counter.
28559
28560 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
28561 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
28562 of calculated CP0 counter cycles in a CFG_HZ.
28563
28564 STRATEGY:
28565
28566 * Fix improper CFG_HZ value to have 1000
28567
28568 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
28569
28570 * timer_init: initialize timestamp and set up the first timer expiration.
28571 Note that we don't need to initialize CP0 count/compare registers here
28572 as they have been already zeroed out on the system reset. Leave them as
28573 they are.
28574
28575 * get_timer: calculate how many timestamps have been passed, then return
28576 base-relative timestamp. Make sure we can easily count missed timestamps
28577 regardless of CP0 count/compare value.
28578
28579 * get_ticks: return the current timestamp, that is get_timer(0).
28580
28581 Most parts are from good old Linux v2.6.16 kernel.
28582
28583 v2:
28584 - Remove FIXME comments as they turned out to be trivial.
28585 - Use CP0 compare register as a global variable for expirelo.
28586 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
28587 instead.
28588
28589 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28590
28591commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
28592Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28593Date: Thu Jun 5 22:29:00 2008 +0900
28594
28595 [MIPS] lib_mips/time.c: Fix udelay
28596
28597 What we have to do is just to wait for given micro-seconds. No need to
28598 take into account current time, get_timer and CFG_HZ.
28599
28600 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28601
28602commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
28603Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28604Date: Thu Jun 5 22:28:59 2008 +0900
28605
28606 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
28607
28608 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
28609 This patch replaces mips_{compare,count}_set and mips_count_get with
28610 existing macros.
28611
28612 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28613
28614commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
28615Author: Remy Bohmer <linux@bohmer.net>
28616Date: Tue Jun 3 15:48:17 2008 +0200
28617
28618 Get rid of annoying/superfluous bad-checksum warning message
28619
28620 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
28621 It is annoying for ordinary users who start to doubt the network connection
28622 in general when they see messages like this.
28623
28624 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
28625 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
28626 now before checking the checksum.
28627
28628 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28629 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28630
28631commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
28632Author: Remy Bohmer <linux@bohmer.net>
28633Date: Wed Jun 4 10:47:25 2008 +0200
28634
28635 Fix order for reading rx-status registers in 32bit mode of DM9000
28636
28637 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
28638 a bug in reading the rx-status registers in 32bit mode only.
28639 This patch repairs this.
28640
28641 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28642 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28643
28644commit 98291e2e689096420465074cce926b226d2e71b4
28645Author: Remy Bohmer <linux@bohmer.net>
28646Date: Tue Jun 3 15:26:26 2008 +0200
28647
28648 DM9000: Some minor code cleanups
28649
28650 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
28651 need some other minor cleanup.
28652
28653 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28654 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28655
28656commit 850ba7555dbd4ca8d14fc475b864d534797adab3
28657Author: Remy Bohmer <linux@bohmer.net>
28658Date: Tue Jun 3 15:26:25 2008 +0200
28659
28660 DM9000: Make driver work properly for DM9000A
28661
28662 The DM9000A network controller does not work with the U-boot DM9000x driver.
28663 Analysis showed that many incoming packets are lost.
28664
28665 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
28666 check for a valid rx packet be done on the interrupt status register, not
28667 directly by performing the dummy read and the rx status check as is currently
28668 the case in the u-boot driver.
28669
28670 When the recommended poll is done as suggested the driver starts working
28671 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
28672 can be more than 1 package in the fifo at the same time.
28673
28674 The driver must perform the rx-status check in a loop and read and handle all
28675 packages until there is no more left _after_ the interrupt RX flag is set.
28676
28677 This change has been tested with DM9000A, DM9000E, DM9000EP.
28678
28679 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28680 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28681
28682commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
28683Author: Remy Bohmer <linux@bohmer.net>
28684Date: Tue Jun 3 15:26:24 2008 +0200
28685
28686 DM9000: Improve eth_reset() routine
28687
28688 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
28689 reset procedure must be done twice to properly reset the DM9000 by means of software.
28690 This errata is not needed anymore for the DM9000A, but it does not bother it.
28691
28692 This change has been tested with DM9000A, DM9000E, DM9000EP.
28693
28694 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28695 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28696
28697commit acba31847fad9ae40708cc2c9f3a634ec35f3416
28698Author: Remy Bohmer <linux@bohmer.net>
28699Date: Tue Jun 3 15:26:23 2008 +0200
28700
28701 DM9000: improve eth_send() routine
28702
28703 The eth_send routine of the U-boot DM9000x driver does not match the
28704 DM9000 or DM9000A application notes/programming guides.
28705
28706 This change improves the stability of the DM9000A network controller.
28707
28708 This change has been tested with DM9000A, DM9000E, DM9000EP.
28709
28710 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28711 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28712
28713commit 134e266253c02a7832560da59d394989c4f64453
28714Author: Remy Bohmer <linux@bohmer.net>
28715Date: Tue Jun 3 15:26:22 2008 +0200
28716
28717 DM9000: repair debug logging
28718
28719 It seems that the debugging code of the DM9000x driver in U-boot has not been
28720 compiled for a long time, because it cannot compile...
28721
28722 Also rearranged some loglines to get more useful info while debugging.
28723
28724 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28725 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28726
28727commit a101361bfe23c120321e45d114c0603b8e0763e9
28728Author: Remy Bohmer <linux@bohmer.net>
28729Date: Tue Jun 3 15:26:21 2008 +0200
28730
28731 DM9000: Add data bus-width auto detection.
28732
28733 The U-boot DM9000x driver contains a compile time bus-width definition for
28734 the databus connected to the network controller.
28735
28736 This compile check makes the code unclear, inflexible and is unneccessary.
28737 It can be asked to the network controller what its bus-width is by reading bits
28738 6 and 7 of the interrupt status register.
28739
28740 The linux kernel already uses a runtime mechanism to determine this bus-width,
28741 so the implementation below looks somewhat like that implementation.
28742
28743 This change has been tested with DM9000A, DM9000E, DM9000EP.
28744
28745 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28746 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28747
28748commit 63a0afa0c32e5f4ea98a9439542870072437404d
28749Author: Stefan Roese <sr@denx.de>
28750Date: Wed Jun 4 19:19:20 2008 +0200
28751
28752 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
28753
28754 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
28755 introduced by the commit:
28756
28757 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
28758
28759 With this patch SDRAM will get initialized again and booting from NAND
28760 is working again.
28761
28762 Signed-off-by: Stefan Roese <sr@denx.de>
28763 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
28764
28765commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
28766Author: Wolfgang Denk <wd@denx.de>
28767Date: Tue May 27 14:19:30 2008 +0200
28768
28769 Socrates: Fix PCI bus frequency report
28770
28771 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28772
28773commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
28774Author: Tor Krill <tor@excito.com>
28775Date: Thu May 29 11:10:30 2008 +0200
28776
28777 Fix incorrect switch for IF_TYPE in part.c
28778
28779 Use correct field in block_dev_desc_t when writing interface type in
28780 dev_print. Error introduced in 574b3195.
28781
28782 Also added fix from Martin Krause
28783
28784 Signed-off-by: Tor Krill <tor@excito.com>
28785
28786commit b64b8a0bd310935b70af69ac970952f2b364ae56
28787Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28788Date: Tue May 27 10:25:39 2008 +0200
28789
28790 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
28791
28792 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28793
28794commit 35ef877f0a8f6232cdef748f442fed5accb2b641
28795Author: Peter Tyser <ptyser@xes-inc.com>
28796Date: Thu May 22 18:56:52 2008 -0500
28797
28798 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
28799
28800 Removed unneeded command line history initialization. Also, the original
28801 code would access the 'initted' variable before relocation to SDRAM
28802 which resulted in erratic behavior since the bss is not initialized when
28803 executing from flash.
28804
28805 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28806
28807commit 22f371b63038a4ecab04068877c1089e51a01ba1
28808Author: Grant Erickson <gerickson@nuovations.com>
28809Date: Wed May 21 13:28:30 2008 -0700
28810
28811 PPC4xx: Simplified post_word_{load, store}
28812
28813 This patch simplifies post_word_{load,store} by using the preprocessor
28814 to eliminate redundant, copy-and-pasted code.
28815
28816 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28817
28818commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
28819Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
28820Date: Wed May 7 21:25:33 2008 +0400
28821
28822 cfi_flash: enable M18 flash chips family support.
28823
28824 Added new command set ID. Buffered write command processing is changed
28825 in order to support M18 flash chips family.
28826
28827 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
28828 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
28829
28830commit 93c56f212ccdadc182018f0769cb284426b88f1d
28831Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
28832Date: Wed May 7 21:24:44 2008 +0400
28833
28834 cfi_flash: support of long cmd in U-boot.
28835
28836 Some NOR flash chips needs support of commands with length grether than max
28837 value size of uchar. For example all M18 family chips use 0x1ff command in
28838 buffered write mode as value of program loops count.
28839
28840 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
28841 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
28842
28843commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
28844Author: Stefan Roese <sr@denx.de>
28845Date: Fri May 16 11:06:06 2008 +0200
28846
28847 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
28848
28849 On AD7414 the first value upon bootup is not read correctly.
28850 This is most likely because of the 800ms update time of the
28851 temp register in normal update mode. To get current values
28852 each time we issue the "dtt" command including upon powerup
28853 we switch into one-short mode.
28854
28855 This patch fixes the problem on AD7414 equipped boards (Sequoia,
28856 Canyonlands etc), that temp value printed in the bootup log was
28857 incorrect.
28858
28859 Signed-off-by: Stefan Roese <sr@denx.de>
28860
28861commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
28862Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28863Date: Fri May 30 16:55:06 2008 +0200
28864
28865 ppc4xx: Cleanup CPCI405 variant's config file
28866
28867 This patch removes some dead code from CPCI405 board's
28868 config files. JFFS2 support is also removed. It's not used and
28869 CPCI4052 does not build anymore without some size reduction.
28870
28871 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28872
28873commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
28874Author: Kenneth Johansson <kenneth@southpole.se>
28875Date: Thu May 29 16:32:33 2008 +0200
28876
28877 Remove shell variable UNDEF_SYM.
28878
28879 UNDEF_SYM is a shell variable in the main Makefile used to force the
28880 linker to add all u-boot commands to the final image. It has no use here.
28881
28882 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
28883
28884commit 8c66497e06bf803489c589df58ee591d71033274
28885Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28886Date: Fri May 16 11:10:35 2008 +0200
28887
28888 Add support for environment in SPI flash
28889
28890 This is pretty incomplete...it doesn't handle reading the environment
28891 before relocation, it doesn't support redundant environment, and it
28892 doesn't support embedded environment. But apart from that, it does
28893 seem to work.
28894
28895 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28896
28897commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
28898Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28899Date: Fri May 16 11:10:34 2008 +0200
28900
28901 SPI Flash: Add "sf" command
28902
28903 This adds a new command, "sf" which can be used to manipulate SPI
28904 flash. Currently, initialization, reading, writing and erasing is
28905 supported.
28906
28907 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28908
28909commit d25ce7d24cc0f93881559f4009175ea305af65e8
28910Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28911Date: Fri May 16 11:10:33 2008 +0200
28912
28913 SPI Flash subsystem
28914
28915 This adds a new SPI flash subsystem.
28916
28917 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
28918 but some preliminary support for other flash types is in place as
28919 well.
28920
28921 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28922
28923commit 60445cb5c3eb77ed1a07f2d908eef09174483698
28924Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
28925Date: Fri May 16 11:10:32 2008 +0200
28926
28927 atmel_spi: Driver for the Atmel SPI controller
28928
28929 This adds a driver for the SPI controller found on most AT91 and AVR32
28930 chips, implementing the new SPI API.
28931
28932 Changed in v4:
28933 - Update to new API
28934 - Handle zero-length transfers appropriately. The user may send a
28935 zero-length SPI transfer with SPI_XFER_END set in order to
28936 deactivate the chip select after a series of transfers with chip
28937 select active. This is useful e.g. when polling the status
28938 register of DataFlash.
28939
28940 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28941
28942commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
28943Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28944Date: Fri May 16 11:10:31 2008 +0200
28945
28946 SPI API improvements
28947
28948 This patch gets rid of the spi_chipsel table and adds a handful of new
28949 functions that makes the SPI layer cleaner and more flexible.
28950
28951 Instead of the spi_chipsel table, each board that wants to use SPI
28952 gets to implement three hooks:
28953 * spi_cs_activate(): Activates the chipselect for a given slave
28954 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
28955 * spi_cs_is_valid(): Determines if the given bus/chipselect
28956 combination can be activated.
28957
28958 Not all drivers may need those extra functions however. If that's the
28959 case, the board code may just leave them out (assuming they know what
28960 the driver needs) or rely on the linker to strip them out (assuming
28961 --gc-sections is being used.)
28962
28963 To set up communication parameters for a given slave, the driver needs
28964 to call spi_setup_slave(). This returns a pointer to an opaque
28965 spi_slave struct which must be passed as a parameter to subsequent SPI
28966 calls. This struct can be freed by calling spi_free_slave(), but most
28967 driver probably don't want to do this.
28968
28969 Before starting one or more SPI transfers, the driver must call
28970 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
28971 the hardware. When all transfers are done, the driver must call
28972 spi_release_bus() to make the bus available to others, and possibly
28973 shut down the SPI controller hardware.
28974
28975 spi_xfer() behaves mostly the same as before, but it now takes a
28976 spi_slave parameter instead of a spi_chipsel function pointer. It also
28977 got a new parameter, flags, which is used to specify chip select
28978 behaviour. This may be extended with other flags in the future.
28979
28980 This patch has been build-tested on all powerpc and arm boards
28981 involved. I have not tested NIOS since I don't have a toolchain for it
28982 installed, so I expect some breakage there even though I've tried
28983 fixing up everything I could find by visual inspection.
28984
28985 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
28986 DataFlash drivers posted as a follow-up. I'd like some help testing
28987 other boards that use the existing SPI API.
28988
28989 But most of all, I'd like some comments on the new API. Is this stuff
28990 usable for everyone? If not, why?
28991
28992 Changed in v4:
28993 - Build fixes for various boards, drivers and commands
28994 - Provide common struct spi_slave definition that can be extended by
28995 drivers
28996 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
28997 - Make default bus and mode build-time configurable
28998 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
28999
29000 Changed in v3:
29001 - Add opaque struct spi_slave for controller-specific data associated
29002 with a slave.
29003 - Add spi_claim_bus() and spi_release_bus()
29004 - Add spi_free_slave()
29005 - spi_setup() is now called spi_setup_slave() and returns a
29006 struct spi_slave
29007 - soft_spi now supports four SPI modes (CPOL|CPHA)
29008 - Add bus parameter to spi_setup_slave()
29009 - Convert the new i.MX32 SPI driver
29010 - Convert the new MC13783 RTC driver
29011
29012 Changed in v2:
29013 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
29014 new API.
29015
29016 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
29017 Tested-by: Guennadi Liakhovetski <lg@denx.de>
29018
29019commit 289011207d999b2e4085150d2aa30d547ad9b800
29020Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29021Date: Fri May 16 11:10:30 2008 +0200
29022
29023 Move definition of container_of() to common.h
29024
29025 AVR32 and AT91SAM9 both have their own identical definitions of
29026 container_of() taken from the Linux kernel. Move it to common.h so
29027 that all architectures can use it.
29028
29029 container_of() is already used by some drivers, and will be used
29030 extensively by the new and improved SPI API.
29031
29032 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29033
29034commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
29035Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29036Date: Fri May 16 11:08:11 2008 +0200
29037
29038 soft_i2c: Pull SDA high before reading
29039
29040 Spotted by Dean Capindale.
29041
29042 Systems that support open-drain GPIO properly are allowed provide an
29043 empty I2C_TRISTATE define. However, this means that we need to be
29044 careful not to drive SDA low when the slave is expected to respond.
29045
29046 This patch adds a missing I2C_SDA(1) to read_byte() required to
29047 tristate the SDA line on systems that support open-drain GPIO.
29048
29049 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29050
29051commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
29052Author: Stefan Roese <sr@denx.de>
29053Date: Mon May 19 11:34:53 2008 +0200
29054
29055 ppc4xx: Remove implementations of testdram()
29056
29057 This patch removes the used testdram() implementations of the board
29058 that are maintained by myself.
29059
29060 Signed-off-by: Stefan Roese <sr@denx.de>
29061
29062commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
29063Author: Stefan Roese <sr@denx.de>
29064Date: Mon Jun 2 17:37:28 2008 +0200
29065
29066 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
29067
29068 Historically the 405 U-Boot port had a dram_init() call in early init
29069 stage. This function was still called from start.S and most of the time
29070 coded in assembler. This is not needed anymore (since a long time) and
29071 boards should implement the common initdram() function in C instead.
29072
29073 This patch now removed the dram_init() call from start.S and removes the
29074 empty implementations that are scattered through most of the 405 board
29075 ports. Some older board ports really implement this dram_init() though.
29076 These are:
29077
29078 csb272
29079 csb472
29080 ERIC
29081 EXBITGEN
29082 W7OLMC
29083 W7OLMG
29084
29085 I changed those boards to call this assembler dram_init() function now
29086 from their board specific initdram() instead. This *should* work, but please
29087 test again on those platforms. And it is perhaps a good idea that those
29088 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
29089 some time. So further patches welcome here.
29090
29091 Signed-off-by: Stefan Roese <sr@denx.de>
29092
29093commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
29094Author: Stefan Roese <sr@denx.de>
29095Date: Mon Jun 2 17:22:11 2008 +0200
29096
29097 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
29098
29099 Signed-off-by: Stefan Roese <sr@denx.de>
29100
29101commit 39b32be18cd33b53a84065edcd4e465165cc5564
29102Author: Stefan Roese <sr@denx.de>
29103Date: Mon Jun 2 17:20:03 2008 +0200
29104
29105 ppc4xx: Fix common ECC generation code for 440GP style platforms
29106
29107 This patch makes the common 4xx ECC code really usable on 440GP style
29108 platforms.
29109
29110 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
29111 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
29112 we need to make some processor dependant defines used later on by the
29113 driver.
29114
29115 Signed-off-by: Stefan Roese <sr@denx.de>
29116
29117commit ec724f883ee3f3925e6c55027e8ffa70ada83303
29118Author: Stefan Roese <sr@denx.de>
29119Date: Mon Jun 2 17:13:55 2008 +0200
29120
29121 ppc4xx: Change Kilauea to use the common DDR2 init function
29122
29123 This patch changes the kilauea and kilauea_nand (for NAND booting)
29124 board port to not use a board specific DDR2 init routine anymore. Now
29125 the common code from cpu/ppc4xx is used.
29126
29127 Thanks to Grant Erickson for all his basic work on this 405EX early
29128 bootup.
29129
29130 Signed-off-by: Stefan Roese <sr@denx.de>
29131
29132commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
29133Author: Stefan Roese <sr@denx.de>
29134Date: Mon Jun 2 14:59:21 2008 +0200
29135
29136 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
29137
29138 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
29139 ppc4xx related SDRAM/DDR/DDR2 controller defines.
29140
29141 Signed-off-by: Stefan Roese <sr@denx.de>
29142
29143commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
29144Author: Stefan Roese <sr@denx.de>
29145Date: Mon Jun 2 14:57:41 2008 +0200
29146
29147 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
29148
29149 This patch removes all SDRAM related defines from the PPC4xx headers
29150 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
29151 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
29152
29153 It also introduces new defines for the equipped SDRAM controller based on
29154 which PPC variant is used. There new defines are:
29155
29156 used on 405GR/CR/EP and some Xilinx Virtex boards.
29157
29158 used on 440GP/GX/EP/GR.
29159
29160 used on 440EPx/GRx.
29161
29162 used on 405EX/r/440SP/SPe/460EX/GT.
29163
29164 Signed-off-by: Stefan Roese <sr@denx.de>
29165
29166commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
29167Author: Stefan Roese <sr@denx.de>
29168Date: Mon Jun 2 14:35:44 2008 +0200
29169
29170 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
29171
29172 This patch consolidates the 405 and 440 parts of the NAND booting code
29173 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
29174 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
29175 Only *after* running from this location, nand_boot() is called.
29176
29177 Please note that the initsdram() call is now moved from nand_boot.c
29178 to start.S. I experienced problems with some boards like Kilauea
29179 (405EX), which don't have internal SRAM (OCM) and relocation needs to
29180 be done to SDRAM before the NAND controller can get accessed. When
29181 initdram() is called later on in nand_boot(), this can lead to problems
29182 with variables in the bss sections like nand_ecc_pos[].
29183
29184 Signed-off-by: Stefan Roese <sr@denx.de>
29185 Acked-by: Scott Wood <scottwood@freescale.com>
29186
29187commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
29188Author: Grant Erickson <gerickson@nuovations.com>
29189Date: Thu May 22 14:44:24 2008 -0700
29190
29191 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
29192
29193 This patch (Part 2 of 2):
29194
29195 * Rolls up a suite of changes to enable correct primordial stack and
29196 global data handling when the data cache is used for such a purpose
29197 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
29198
29199 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
29200 eliminating redundant ECC initialization implementations and moving
29201 redundant SDRAM initialization out of board code into shared 4xx
29202 code.
29203
29204 * Enables MCSR visibility on the 405EX(r).
29205
29206 * Enables the use of the data cache for initial RAM on
29207 both AMCC's Kilauea and Makalu and removes a redundant
29208 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
29209
29210 - Removed, per Stefan Roese's request, defunct memory.c file for
29211 Makalu and rolled sdram_init from it into makalu.c.
29212
29213 With respect to the 4xx DDR initialization and ECC unification, there
29214 is certainly more work that can and should be done (file renaming,
29215 etc.). However, that can be handled at a later date on a second or
29216 third pass. As it stands, this patch moves things forward in an
29217 incremental yet positive way for those platforms that utilize this
29218 code and the features associated with it.
29219
29220 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29221 Signed-off-by: Stefan Roese <sr@denx.de>
29222
29223commit c821b5f120bedf73867513466412587c6912a8f8
29224Author: Grant Erickson <gerickson@nuovations.com>
29225Date: Thu May 22 14:44:14 2008 -0700
29226
29227 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
29228
29229 This patch (Part 1 of 2):
29230
29231 * Rolls up a suite of changes to enable correct primordial stack and
29232 global data handling when the data cache is used for such a purpose
29233 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
29234
29235 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
29236 eliminating redundant ECC initialization implementations and moving
29237 redundant SDRAM initialization out of board code into shared 4xx
29238 code.
29239
29240 * Enables MCSR visibility on the 405EX(r).
29241
29242 * Enables the use of the data cache for initial RAM on
29243 both AMCC's Kilauea and Makalu and removes a redundant
29244 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
29245
29246 - Removed, per Stefan Roese's request, defunct memory.c file for
29247 Makalu and rolled sdram_init from it into makalu.c.
29248
29249 With respect to the 4xx DDR initialization and ECC unification, there
29250 is certainly more work that can and should be done (file renaming,
29251 etc.). However, that can be handled at a later date on a second or
29252 third pass. As it stands, this patch moves things forward in an
29253 incremental yet positive way for those platforms that utilize this
29254 code and the features associated with it.
29255
29256 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29257 Signed-off-by: Stefan Roese <sr@denx.de>
29258
29259commit a439680019e06171d4a5694b7992accce87f590e
29260Author: Grant Erickson <gerickson@nuovations.com>
29261Date: Wed May 21 13:28:30 2008 -0700
29262
29263 PPC4xx: Simplified post_word_{load, store}
29264
29265 This patch simplifies post_word_{load,store} by using the preprocessor
29266 to eliminate redundant, copy-and-pasted code.
29267
29268 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29269
29270commit f979690ee337450b2030aba128f95b7a8d9881c0
29271Author: Kumar Gala <galak@kernel.crashing.org>
29272Date: Thu May 15 15:13:08 2008 -0500
29273
29274 Fix warnings from gcc-4.3.0 build on a ppc host
29275
29276 * The cfi_flash.c memset fix actual allows the board to boot so there is
29277 a bit more going on here than just resolving warnings associated with
29278 uninitialized variables.
29279
29280 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
29281 inline function 'ext2_find_next_zero_bit' which is not static
29282
29283 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29284
29285commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
29286Author: Becky Bruce <becky.bruce@freescale.com>
29287Date: Wed May 14 13:09:51 2008 -0500
29288
29289 MPC512x: Change traps.c to not reference non-addressable memory
29290
29291 Currently, END_OF_RAM is used by the trap code to determine if
29292 we should attempt to access the stack pointer or not. However,
29293 on systems with a lot of RAM, only a subset of the RAM is
29294 guaranteed to be mapped in and accessible. Change END_OF_RAM
29295 to use get_effective_memsize() instead of using the raw ram
29296 size out of the bd.
29297
29298 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29299
29300commit 81673e9ae14b771cd13faf19947192599cae3959
29301Author: Kumar Gala <galak@kernel.crashing.org>
29302Date: Tue May 13 19:01:54 2008 -0500
29303
29304 Make sure common.h is the first include.
29305
29306 If common.h isn't first we can get CONFIG_ options defined in the
29307 board config file ignored. This can cause an issue if any of those
29308 config options impact the size of types of data structures
29309 (eg CONFIG_PHYS_64BIT).
29310
29311 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29312
29313commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
29314Author: Marian Balakowicz <m8@semihalf.com>
29315Date: Tue May 13 15:53:29 2008 +0200
29316
29317 Avoid initrd and logbuffer area overlaps
29318
29319 Add logbuffer to reserved LMB areas to prevent initrd allocation
29320 from overlaping with it.
29321
29322 Make sure to use correct logbuffer base address.
29323
29324 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29325
29326commit 6956d53d9934862507f83f0e3255dfd4662e7482
29327Author: Sascha Laue <sascha.laue@liebherr.com>
29328Date: Tue May 13 13:29:54 2008 +0200
29329
29330 lwmon5: add memory-pattern-test to FPGA POST.
29331
29332commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
29333Author: Becky Bruce <becky.bruce@freescale.com>
29334Date: Thu May 8 19:02:51 2008 -0500
29335
29336 PPC: 86xx Add bat registers to reginfo command
29337
29338 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29339
29340commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
29341Author: Becky Bruce <becky.bruce@freescale.com>
29342Date: Fri May 9 15:41:35 2008 -0500
29343
29344 PPC: Add print_bats() to lib_ppc/bat_rw.c
29345
29346 This function prints the values of all the BAT register
29347 pairs - I needed this for debug earlier this week; adding it to
29348 lib_ppc so others can use it (and add it to reginfo commands
29349 if so desired).
29350
29351 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29352
29353commit c148f24c15743a02e855636e6bed013bd121f7f2
29354Author: Becky Bruce <becky.bruce@freescale.com>
29355Date: Thu May 15 21:29:04 2008 -0500
29356
29357 PPC: Change lib_ppc/bat_rw.c to use high bats
29358
29359 Currently, this code only deals with BATs 0-3, which makes
29360 it useless on systems that support BATs 4-7. Add the
29361 support for these registers.
29362
29363 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
29364
29365commit 31d826722434931e1152a09d140187dcf72f8aac
29366Author: Becky Bruce <becky.bruce@freescale.com>
29367Date: Thu May 8 19:02:12 2008 -0500
29368
29369 PPC: Create and use CONFIG_HIGH_BATS
29370
29371 Change all code that conditionally operates on high bat
29372 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
29373 instead of the myriad ways this is done now. Define the option
29374 for every config for which high bats are supported (and
29375 enabled by early boot, on parts where they're not always
29376 enabled)
29377
29378 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29379
29380commit aa3b8bf9c30065bb2ea852799d32db5020598495
29381Author: Wolfgang Grandegger <wg@grandegger.com>
29382Date: Wed May 28 19:55:19 2008 +0200
29383
29384 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
29385
29386 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29387 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29388
29389commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
29390Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29391Date: Wed May 28 13:06:25 2008 -0500
29392
29393 ColdFire: Add 10 base ethernet support for mcf5445x
29394
29395 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29396 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29397
29398commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
29399Author: Jason McMullan <mcmullan@netapp.com>
29400Date: Fri May 30 00:53:38 2008 +0900
29401
29402 mips: Add an 'include/asm/errno.h', like all other architectures
29403
29404 All other u-boot architectures have an include/asm/errno.h, so
29405 this change adds it to the mips include/asm-mips headers also.
29406
29407 Stolen from Linux 2.6.25.
29408
29409 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
29410
29411commit e2ad8426624bac457acc6925b6ff408e9bf20466
29412Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29413Date: Fri May 30 00:53:38 2008 +0900
29414
29415 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
29416
29417 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29418
29419commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
29420Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29421Date: Fri May 30 00:53:38 2008 +0900
29422
29423 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
29424
29425 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29426
29427commit bf462ae450a7f2eeeddc699ed345b391e3263540
29428Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29429Date: Fri May 30 00:53:37 2008 +0900
29430
29431 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
29432
29433 No functional changes.
29434
29435 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29436
29437commit 89a1550ec6b74452274a7a23127936e2c7eec711
29438Author: Jason McMullan <mcmullan@netapp.com>
29439Date: Fri May 30 00:53:37 2008 +0900
29440
29441 mips: If CONFIG_CMD_SPI is defined, call spi_init()
29442
29443 The mips architecture currently does not call 'spi_init()' in the generic
29444 board initialization routine is CONFIG_CMD_SPI is defined.
29445
29446 This patch rectifies that problem.
29447
29448 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
29449 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29450
29451commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
29452Author: Jason McMullan <mcmullan@netapp.com>
29453Date: Fri May 30 00:53:37 2008 +0900
29454
29455 [MIPS] lib_mips/board.c: Add nand_init
29456
29457 This patch adds the standard 'nand_init()' call to the mips generic
29458 'board_init_r()' call, bringing MIPS in line with the other architectures.
29459
29460 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
29461 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29462
29463commit d6ac2ed893c2168738aee01579d6283af8d37045
29464Author: Scott Wood <scottwood@freescale.com>
29465Date: Thu May 22 10:49:46 2008 -0500
29466
29467 Remove prototypes of nand_init() in favor of including nand.h.
29468
29469 Likewise with onenand_init().
29470
29471 Signed-off-by: Scott Wood <scottwood@freescale.com>
29472
29473commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
29474Author: Scott Wood <scottwood@freescale.com>
29475Date: Thu May 22 10:49:00 2008 -0500
29476
29477 Make onenand_uboot.h self-sufficient.
29478
29479 Don't assume types are provided by previously included headers.
29480
29481 Signed-off-by: Scott Wood <scottwood@freescale.com>
29482
29483commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
29484Author: Dirk Behme <dirk.behme@gmail.com>
29485Date: Wed Jan 16 14:26:59 2008 +0100
29486
29487 nand: Correct NAND erase percentage output
29488
29489 For NAND erase sizes smaller than one NAND erase block, erase
29490 percentage output becomes grater than 100% e.g.
29491
29492 -- cut --
29493 > nand info
29494 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
29495 > nand erase 0x100000 0x2000
29496 NAND erase: device 0 offset 0x100000, size 0x2000
29497 Erasing at 0x100000 -- 200% complete.
29498 OK
29499 >
29500 -- cut --
29501
29502 Correct this and give user a warning that more is erased than specified:
29503
29504 -- cut --
29505 > nand erase 0x100000 0x2000
29506 NAND erase: device 0 offset 0x100000, size 0x2000
29507 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
29508 Erasing 0x00004000 instead
29509 Erasing at 0x100000 -- 100% complete.
29510 OK
29511 >
29512 -- cut --
29513
29514 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
29515
29516commit 5922db6c0948506be91e0de44e7a6863a18a417f
29517Author: Stelian Pop <stelian@popies.net>
29518Date: Tue May 13 17:31:24 2008 +0200
29519
29520 Cleanup nand_info[] declaration.
29521
29522 The nand_info array is declared as extern in several .c files.
29523 Those days, nand.h contains a reference to the array, so there is
29524 no need to declare it elsewhere.
29525
29526 Signed-off-by: Stelian Pop <stelian@popies.net>
29527 Signed-off-by: Scott Wood <scottwood@freescale.com>
29528
29529commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
29530Author: Scott Wood <scottwood@freescale.com>
29531Date: Mon May 19 09:30:43 2008 -0500
29532
29533 NAND: Provide a sane default for NAND_MAX_CHIPS.
29534
29535 This allows the header to be included regardless of whether a board's
29536 config file provides NAND-related defininitions.
29537
29538 Signed-off-by: Scott Wood <scottwood@freescale.com>
29539
29540commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
29541Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29542Date: Mon May 26 12:19:10 2008 +0200
29543
29544 avr32: Fix theoretical race in udelay()
29545
29546 If the specified delay is very short, the cycle counter may go past the
29547 "end" time we are waiting for before we get around to reading it.
29548
29549 Fix it by checking the different between the cycle count "now" and the
29550 cycle count at the beginning. This will work as long as the delay
29551 measured in number of cycles is below 2^31.
29552
29553 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29554
29555commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
29556Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29557Date: Wed May 21 13:01:09 2008 +0200
29558
29559 avr32: Compile atmel_mci.o conditionally
29560
29561 Remove #ifdef CONFIG_MMC from the source file and use conditional
29562 compilation in the Makefile instead.
29563
29564 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29565
29566commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
29567Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29568Date: Thu May 22 12:28:25 2008 +0200
29569
29570 avr32: Fix wrong error flags in atmel_mci driver
29571
29572 Make sure we check for CRC errors when sending commands that use CRC
29573 checking.
29574
29575 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
29576 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29577
29578commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
29579Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29580Date: Wed May 21 11:10:59 2008 +0200
29581
29582 avr32: Fix two warnings in atmel_mci.c
29583
29584 The warnings are harmless but annoying. Let's fix them.
29585
29586 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29587
29588commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
29589Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29590Date: Mon May 19 11:36:28 2008 +0200
29591
29592 avr32: Rework SDRAM initialization code
29593
29594 This cleans up the SDRAM initialization and related code a bit, and
29595 allows faster booting.
29596
29597 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
29598 * Remove memory test from sdram_init() and make caller responsible
29599 for verifying the SDRAM and determining its size.
29600 * Remove base_address member from struct sdram_config (was sdram_info)
29601 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
29602 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
29603
29604 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29605
29606commit 95107b7c028806919630bf02c653aa8f4f867c94
29607Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29608Date: Mon May 19 11:27:37 2008 +0200
29609
29610 avr32: Do stricter stack checking in the exception handler
29611
29612 Don't do a stack dump if the stack pointer is outside the memory area
29613 reserved for stack.
29614
29615 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29616
29617commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
29618Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29619Date: Fri May 2 15:32:57 2008 +0200
29620
29621 avr32: Use the same entry point for reset and exception handling
29622
29623 Since the reset vector is always aligned to a very large boundary, we
29624 can save a couple of KB worth of alignment padding by placing the
29625 exception vectors at the same address.
29626
29627 Deciding which one it is is easy: If we're handling an exception, the
29628 CPU is in Exception mode. If we're starting up after reset, the CPU is
29629 in Supervisor mode. So this adds a very minimal overhead to the reset
29630 path (only executed once) and the exception handling path (normally
29631 never executed at all.)
29632
29633 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29634
29635commit 0c16eed2189a190bd5655b33c029f809a9b31128
29636Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29637Date: Fri May 2 15:24:22 2008 +0200
29638
29639 avr32: Put memset in its own section
29640
29641 All C code is compiled with -ffunction-sections -fdata-sections.
29642 Assembly functions should get their own sections as well so that
29643 everything looks consistent.
29644
29645 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29646
29647commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
29648Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29649Date: Fri May 2 15:21:40 2008 +0200
29650
29651 avr32: Rename pm_init() as clk_init() and make SoC-specific
29652
29653 pm_init() was always more about clock initialization than anything
29654 else. Dealing with PLLs, clock gating and such is also inherently
29655 SoC-specific, so move it into a SoC-specific directory.
29656
29657 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29658
29659commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
29660Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29661Date: Wed Apr 30 16:15:57 2008 +0200
29662
29663 avr32: Use new-style Makefile for the at32ap platform
29664
29665 This makes it easier to avoid compiling certain files later.
29666
29667 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29668
29669commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
29670Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29671Date: Wed Apr 30 14:36:47 2008 +0200
29672
29673 avr32: Remove unused file cpu/at32ap/pm.c
29674
29675 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29676
29677commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
29678Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29679Date: Wed Apr 30 14:19:28 2008 +0200
29680
29681 avr32: Clean up the HMATRIX code
29682
29683 Rework the HMATRIX configuration interface so that it becomes easier
29684 to configure the HMATRIX for boards with special needs, and add new
29685 parts.
29686
29687 The HMATRIX header file has been split into a general,
29688 chip-independent part with register definitions, etc. and a
29689 chip-specific part with SFR bitfield definitions and master/slave
29690 identifiers.
29691
29692 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29693
29694commit 0a2e48792dd372c90b80059f3235e67a567e16fc
29695Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29696Date: Thu Nov 22 12:14:11 2007 +0100
29697
29698 avr32: Add support for the ATSTK1006 board
29699
29700 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
29701 board. It's currently in production and will be available soon.
29702
29703 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29704
29705commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
29706Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29707Date: Tue Apr 29 12:53:05 2008 +0200
29708
29709 avr32: Get rid of the .flashprog section
29710
29711 The .flashprog section was only needed back when we were running
29712 directly from flash, and it's even more useless on NGW100 since it
29713 uses the CFI flash driver which never used this workaround in the
29714 first place.
29715
29716 Remove it on STK1000 as well, and get rid of all the associated code and
29717 annotations.
29718
29719 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29720
29721commit cdd42c0c7a5205fc380912d83229069a71ea3abf
29722Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29723Date: Wed Apr 30 13:09:56 2008 +0200
29724
29725 avr32: Use correct condition around macb clock accessors
29726
29727 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
29728 the chip has a MACB controller, not when it has a USART.
29729
29730 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29731
29732commit f793a3581901ff39c2abb94012d9bbc8573ccf02
29733Author: David Brownell <david-b@pacbell.net>
29734Date: Wed Apr 16 22:57:58 2008 -0700
29735
29736 avr32: Disable the AP7000 internal watchdog on startup
29737
29738 This patch forces the watchdog off in all cases. That will at least
29739 get rid of the constant reboot cycle, though it won't let the watchdog
29740 actually run in the new kernels: its probe() comes up with a polite
29741 warning.
29742
29743 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29744
29745commit 55ac7a7490b55da56659f95d82a0c83b9756df27
29746Author: David Brownell <david-b@pacbell.net>
29747Date: Fri Feb 22 12:54:39 2008 -0800
29748
29749 avr32: stk1002 and ngw100 convergence
29750
29751 Make STK1002 and NGW100 boards act more alike:
29752 - STK boards can use as many arguments as NGW
29753 - STK boards don't need to manage FPGAs either
29754 - NGW commands should match STK ones
29755
29756 Also spell U-Boot right in prompts for STK1002 and NGW100.
29757
29758 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
29759 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
29760 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29761
29762commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
29763Author: Sergei Poselenov <sposelenov@emcraft.com>
29764Date: Tue May 27 13:47:00 2008 +0200
29765
29766 Socrates: Fix PCI bus frequency report
29767
29768 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29769
29770commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
29771Author: Sergei Poselenov <sposelenov@emcraft.com>
29772Date: Tue May 27 11:49:13 2008 +0200
29773
29774 Socrates: Added USB support.
29775
29776 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29777
29778commit 5a904e5637cff1d708dc67098004f83ba9e84c54
29779Author: Sergei Poselenov <sposelenov@emcraft.com>
29780Date: Tue May 27 11:35:02 2008 +0200
29781
29782 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
29783
29784 In case of several PCI USB controllers on a board this variable
29785 specifys which controller to use.
29786 See doc/README.generic_usb_ohci for details.
29787
29788 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29789
29790commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
29791Author: Sergei Poselenov <sposelenov@emcraft.com>
29792Date: Tue May 27 10:36:07 2008 +0200
29793
29794 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
29795
29796 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29797
29798commit 83e9d7a2614d4006b92690afa3390c291734267e
29799Author: Sergei Poselenov <sposelenov@emcraft.com>
29800Date: Mon May 26 18:16:04 2008 +0200
29801
29802 Socrates: Config file cleanup.
29803
29804 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29805
29806commit 602cac1389b755b223272f2328a47e6f8c240848
29807Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29808Date: Sat May 24 12:47:46 2008 +0200
29809
29810 MAKEALL: add at91 list
29811
29812 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29813
29814commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
29815Author: Ron Madrid <ron_madrid@sbcglobal.net>
29816Date: Fri May 23 15:37:05 2008 -0700
29817
29818 Add Marvell 88E1118 support for TSEC
29819
29820 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
29821 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29822
29823commit 557b377d8bfc8b833b6e749457bcdfa298331a24
29824Author: Jens Gehrlein <sew_s@tqs.de>
29825Date: Mon May 5 14:06:11 2008 +0200
29826
29827 smc911x: add 16 bit support
29828
29829 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
29830 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29831
cd82919e
WD
29832commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
29833Author: Christian Eggers <ceggers@gmx.de>
29834Date: Wed May 21 21:29:10 2008 +0200
29835
29836 Fix endianess conversion in usb_ohci.c
29837
29838 Sorry, I forgot this line:
29839
29840 Signed-off-by: Christian Eggers <ceggers@gmx.de>
29841
29842 I think this must be swapped (result may be equal).
29843
01db232d
WD
29844commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
29845Author: Christian Eggers <ceggers@gmx.de>
29846Date: Wed May 21 22:12:00 2008 +0200
29847
29848 USB: replace old swap_ with proper endianess conversion macros
29849
29850 Signed-off-by: Christian Eggers <ceggers@gmx.de>
29851 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29852
29853commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
29854Author: Christian Eggers <ceggers@gmx.de>
29855Date: Wed May 21 21:29:10 2008 +0200
29856
29857 Fix endianess conversion in usb_ohci.c
29858
29859 Signed-off-by: Christian Eggers <ceggers@gmx.de>
29860 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29861
29862commit 477434c63c2ea5baa5c6c4e43500786f436511ff
29863Author: Sergei Poselenov <sposelenov@emcraft.com>
29864Date: Thu May 22 01:15:53 2008 +0200
29865
29866 USB: add support for multiple PCI OHCI controllers
29867
29868 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
29869 In case of several PCI USB controllers on a board this variable
29870 specifys which controller to use.
29871
29872 Also add USB support for sokrates board.
29873
29874 See doc/README.generic_usb_ohci for details.
29875
29876 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29877 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29878
29879commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
29880Author: Wolfgang Denk <wd@denx.de>
29881Date: Wed May 21 16:56:08 2008 +0200
29882
29883 Fix some whitespace issues
29884
29885 introduced by 53677ef18 "Big white-space cleanup."
29886
29887 Signed-off-by: Wolfgang Denk <wd@denx.de>
29888
29889commit 4416603aeb06861b468b06a981e52c3ff805db7b
29890Author: York Sun <yorksun@freescale.com>
29891Date: Mon May 12 14:36:39 2008 -0500
29892
29893 Make ads5121 out-of-tree compiling safe
29894
29895 Reuse the existing DIU driver in board/freescale/common.
29896
29897 Signed-off-by: York Sun <yorksun@freescale.com>
29898
29899commit 0e1bad47cd345c76c91a64caf41011e431b62599
29900Author: York Sun <yorksun@freescale.com>
29901Date: Mon May 5 10:20:01 2008 -0500
29902
29903 Adding DIU support for Freescale 5121ADS
29904
29905 Add DIU and cfb console support to FSL 5121ADS board.
29906
29907 Use #define CONFIG_VIDEO in config file to enable fb console.
29908
29909 Signed-off-by: York Sun <yorksun@freescale.com>
29910
29911commit a48ff68d235e671176f6b496c44246dbe5e0a93f
29912Author: York Sun <yorksun@freescale.com>
29913Date: Mon May 5 10:20:00 2008 -0500
29914
29915 Replace DPRINTF with debug
29916
29917 Remove DPRINTF macro and replace it with generic debug macro.
29918
29919 Signed-off-by: York Sun <yorksun@freescale.com>
29920
29921commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
29922Author: York Sun <yorksun@freescale.com>
29923Date: Mon May 5 10:19:59 2008 -0500
29924
29925 Move pixel clock setting to board file
29926
29927 The clock divider has different format in 5121 and 8610. This patch moves it to
29928 board specific code.
29929
29930 Signed-off-by: York Sun <yorksun@freescale.com>
29931
29932commit 53677ef18e25c97ac613349087c5cb33ae5a2741
29933Author: Wolfgang Denk <wd@denx.de>
29934Date: Tue May 20 16:00:29 2008 +0200
29935
29936 Big white-space cleanup.
29937
29938 This commit gets rid of a huge amount of silly white-space issues.
29939 Especially, all sequences of SPACEs followed by TAB characters get
29940 removed (unless they appear in print statements).
29941
29942 Also remove all embedded "vim:" and "vi:" statements which hide
29943 indentation problems.
29944
29945 Signed-off-by: Wolfgang Denk <wd@denx.de>
29946
29947commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
29948Author: Sergei Poselenov <sposelenov@emcraft.com>
29949Date: Thu May 8 17:46:23 2008 +0200
29950
29951 socrates: fix second TSEC configuration (it is actually TSEC3)
29952
29953 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29954
29955commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
29956Author: Sergei Poselenov <sposelenov@emcraft.com>
29957Date: Thu May 8 14:17:08 2008 +0200
29958
29959 Fixed reset for socrates
29960
29961 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29962
29963commit e18575d5f589a62e19c70d471d4b4e27cad3af56
29964Author: Sergei Poselenov <sposelenov@emcraft.com>
29965Date: Wed May 7 15:10:49 2008 +0200
29966
29967 socrates: changes to support FDT
29968
29969 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29970 Signed-off-by: Wolfgang Denk <wd@denx.de>
29971
29972commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
29973Author: Sergei Poselenov <sposelenov@emcraft.com>
29974Date: Wed Apr 30 11:42:50 2008 +0200
29975
29976 Initial support for "Socrates" board
29977
29978 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29979
29980commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
29981Author: Yuri Tikhonov <yur@emcraft.com>
29982Date: Thu May 8 15:46:42 2008 +0200
29983
29984 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
29985
29986 This way we become able to utilize the full post_log_word for POST
29987 activities (overwise, POST ECC, which has 0x8000 ID, could be
29988 erroneously treated as started in post_output_backlog() even if there
29989 was actually no POST ECC run (because of OCM POST failure, for
29990 example).
29991
29992 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29993
29994commit 7845d49094c81321021b50a4dbb8864d2f3777e4
29995Author: Yuri Tikhonov <yur@emcraft.com>
29996Date: Thu May 8 15:46:02 2008 +0200
29997
29998 POST: mark OCM test as POST_STOP
29999
30000 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30001
30002commit 28a385065882d6cb6ac5f443311ff87887ed7c13
30003Author: Yuri Tikhonov <yur@emcraft.com>
30004Date: Thu May 8 15:45:26 2008 +0200
30005
30006 POST: add POST_STOP flag
30007
30008 Don't run futher tests in case of a test fails that is marked as
30009 POST_STOP.
30010
30011 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30012 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30013
30014commit a525145d8110d15b4389d23c3ea8a78f22509d3f
30015Author: Yuri Tikhonov <yur@emcraft.com>
30016Date: Thu May 8 15:44:16 2008 +0200
30017
30018 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
30019
30020 Switch the OCM testid with the codec one. The reason is that current
30021 implementation requires the POST_ROM testid to fit into lower 16
30022 bits, and the codec test will never run with POST_ROM hopefully.
30023
30024 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30025
30026commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
30027Author: Yuri Tikhonov <yur@emcraft.com>
30028Date: Thu May 8 15:43:28 2008 +0200
30029
30030 lwmon5: enable OCM post test on lwmon5 board
30031
30032 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30033
30034commit 6e8ec682268493b8d098f99e17b1ce71b4448977
30035Author: Yuri Tikhonov <yur@emcraft.com>
30036Date: Thu May 8 15:42:47 2008 +0200
30037
30038 POST: OCM test added.
30039
30040 Added OCM test to POST layer. This version runs before all other tests
30041 but doesn't yet interrupt post sequence on failure.
30042
30043 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30044 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30045
30046commit 6891260bdd935a382c95d9fa333922b0dfded68a
30047Author: Yuri Tikhonov <yur@emcraft.com>
30048Date: Thu May 8 15:40:39 2008 +0200
30049
30050 POST: typo fix
30051
30052 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30053
30054commit 727f63334676e760877d43bfb8f0e9331ac8b101
30055Author: Hebbar <gururajakr@sanyo.co.in>
30056Date: Tue May 20 02:16:36 2008 -0700
30057
30058 common/usb.c: fix incorrect escape sequence
30059
30060 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
30061
30062commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
30063Author: York Sun <yorksun@freescale.com>
30064Date: Thu May 15 15:26:27 2008 -0500
30065
30066 Fix 8313ERDB board configuration
30067
30068 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
30069 Correct TSEC1 vs TSEC2 assignment.
30070 Define ETHADDR and ETH1ADDR always.
30071
30072 Signed-off-by: York Sun <yorksun@freescale.com>
30073 Signed-off-by: Timur Tabi <timur@freescale.com>
30074
30075commit 2c289e320dcfb3760e99cf1d765cb067194a1202
30076Author: Jon Loeliger <jdl@freescale.com>
30077Date: Mon May 19 09:47:25 2008 -0500
30078
30079 mpc86xx: Removed unused and unconfigured memory test code.
30080
30081 Besides, other common code exists.
30082
30083 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30084
30085commit 180a90abdae72587c0f679edf8991455e559440d
30086Author: Wolfgang Denk <wd@denx.de>
30087Date: Mon May 19 12:47:11 2008 +0200
30088
30089 Release v1.3.3
30090
30091 Update CHANGELOG for release.
30092
30093 Signed-off-by: Wolfgang Denk <wd@denx.de>
30094
180a90ab
WD
30095commit 16bedc661de0dae767b1377d8413373a3fbcfa79
30096Author: Stefan Roese <sr@denx.de>
30097Date: Mon May 19 07:14:38 2008 +0200
30098
30099 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
30100
30101 When SATA is selected (via jumper J6) we need to disable the first PCIe
30102 node in the device tree, so that Linux doesn't initialize it. Otherwise
30103 the Linux SATA driver will fail to detect the devices.
30104
30105 The same goes the other way around too. So if PCIe is selected we need
30106 to disable the SATA node in the device tree.
30107
30108 This is because PCIe port 0 and SATA on 460EX share the same pins
30109 (multiplexed) and we have to configure in U-Boot which peripheral is
30110 enabled.
30111
30112 Signed-off-by: Stefan Roese <sr@denx.de>
30113
30114commit 3cc27b426aeefe2930f911692e9df3143fb2565f
30115Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30116Date: Sun May 18 19:09:58 2008 +0200
30117
30118 i386: Fix multiple definitions of __show_boot_progress
30119
30120 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30121
30122commit 311f3446930c1e64c12026c1cfd00500b05be52d
30123Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30124Date: Sun May 18 19:09:57 2008 +0200
30125
30126 sc530_spunk: add missing SOBJS entry
30127
30128 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30129
30130commit a559317143b4f95927b08cd388707e6f077e95fa
30131Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30132Date: Sun May 18 19:09:56 2008 +0200
30133
30134 sc520_spunk: Fix flash
30135
30136 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
30137 flash.c:398: error: label at end of compound statement
30138
30139 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30140
30141commit 91f221317af64191ee8caf303ea9305943158691
30142Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30143Date: Sun May 18 19:09:49 2008 +0200
30144
30145 drivers/pcmcia: add missing i82365
30146
30147 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30148
30149commit dd223944132f97ffa52977ea95e5a52428f5cc2f
30150Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30151Date: Sun May 18 19:09:47 2008 +0200
30152
30153 i386/bootm: remove unused var
30154
30155 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30156
30157commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
30158Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30159Date: Sun May 18 19:09:45 2008 +0200
30160
30161 example/gitignore: update with all generated examples
30162
30163 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30164
30165commit a38dc3ea8614f8b0c41e432b445a9959b9711295
30166Author: Wolfgang Denk <wd@denx.de>
30167Date: Thu May 15 00:42:45 2008 +0200
30168
30169 TQM8272: fix out-of-tree building
30170
30171 ...and add to MAKEALL script
30172
30173 Signed-off-by: Wolfgang Denk <wd@denx.de>
30174
30175commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
30176Author: Wolfgang Denk <wd@denx.de>
30177Date: Wed May 14 23:34:53 2008 +0200
30178
30179 environment: fix bug introduced by commit a8409f4f1ac8
30180
30181 env_get_char is not a function, but a pointer to one.
30182
30183 Signed-off-by: Wolfgang Denk <wd@denx.de>
30184
01db232d
WD
30185commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
30186Author: Gary Jennejohn <garyj@denx.de>
30187Date: Wed May 14 13:39:22 2008 +0200
30188
30189 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
30190
30191 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
30192 use a redundant environment.
30193
30194 Signed-off-by: Gary Jennejohn <garyj@denx.de>
30195
180a90ab
WD
30196commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
30197Author: Wolfgang Denk <wd@denx.de>
30198Date: Wed May 14 13:55:30 2008 +0200
30199
30200 Fix config files for out-of-tree building
30201
30202 Several board/<...>/config.mk files include dynamically built (by
30203 the Makefile) config files but used the wrong file name of
30204 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
30205 instead if the correct
30206 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
30207
30208 The bug is nasty because the build result is correct for the (normal)
30209 in-tree builds, and because 'sinclude' is used no errors get raised
30210 even for out-of-tree build tests. But out-of-tree builds use an
30211 incomplete and thus usually incorrect configuration...
30212
30213 Signed-off-by: Wolfgang Denk <wd@denx.de>
30214
30215commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
30216Author: Stefan Roese <sr@denx.de>
30217Date: Wed May 14 13:40:03 2008 +0200
30218
30219 ppc4xx: Fix bogus Canyonlands config.mk
30220
30221 This patch fixes the canyonlands config.mk file to enable correct
30222 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
30223
30224 Signed-off-by: Stefan Roese <sr@denx.de>
30225
30226commit fdd1247a66d788a3446244f6fde9955a93c26322
30227Author: Stefan Roese <sr@denx.de>
30228Date: Wed May 14 10:32:32 2008 +0200
30229
30230 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
30231
30232 Canyonlands has a file ddr2_fixed.c which needs special treatment when
30233 building in separate directory. It has to be linked to build directory
30234 otherwise it is not seen.
30235
30236 Signed-off-by: Stefan Roese <sr@denx.de>
30237
30238commit a8409f4f1ac84c36273c1a1e341189662521bcfb
30239Author: Wolfgang Denk <wd@denx.de>
30240Date: Wed May 14 12:22:49 2008 +0200
30241
30242 environment: cleanup prototype declarations of env functions.
30243
30244 Signed-off-by: Wolfgang Denk <wd@denx.de>
30245
30246commit cf39b07948015c480b72a6e732cf7d839aa93a9e
30247Author: Wolfgang Denk <wd@denx.de>
30248Date: Wed May 14 12:21:48 2008 +0200
30249
30250 linkstation_HGLAN: Fix out of tree building.
30251
30252 Signed-off-by: Wolfgang Denk <wd@denx.de>
30253
30254commit 085551c05ca09e6c491ea11a1c6727a36776a545
30255Author: Stefan Roese <sr@denx.de>
30256Date: Wed May 14 10:32:32 2008 +0200
30257
30258 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
30259
30260 Canyonlands has a file ddr2_fixed.c which needs special treatment when
30261 building in separate directory. It has to be linked to build directory
30262 otherwise it is not seen.
30263
30264 Signed-off-by: Stefan Roese <sr@denx.de>
30265
30266commit 1510b82d50615f344e89d42533e8224cce067dc0
30267Author: Wolfgang Denk <wd@denx.de>
30268Date: Tue May 13 23:15:52 2008 +0200
30269
30270 Makefile: fix "error: version_autogenerated.h: No such file or directory"
30271
30272 Signed-off-by: Wolfgang Denk <wd@denx.de>
30273
01db232d
WD
30274commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
30275Author: Stelian Pop <stelian@popies.net>
30276Date: Tue May 13 17:31:24 2008 +0200
30277
30278 Cleanup nand_info[] declaration.
30279
30280 The nand_info array is declared as extern in several .c files.
30281 Those days, nand.h contains a reference to the array, so there is
30282 no need to declare it elsewhere.
30283
30284 Signed-off-by: Stelian Pop <stelian@popies.net>
30285 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30286
180a90ab
WD
30287commit 70fab1908fc1734a403711eaabbef546bc4b77dc
30288Author: Stefan Roese <sr@denx.de>
30289Date: Tue May 13 20:22:01 2008 +0200
30290
30291 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
30292
30293 Signed-off-by: Stefan Roese <sr@denx.de>
30294
30295commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
30296Author: Wolfgang Denk <wd@denx.de>
30297Date: Mon May 12 01:11:21 2008 +0200
30298
30299 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
30300
30301 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
30302 which broke many PowerPC boards.
30303
30304commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
30305Author: Wolfgang Denk <wd@denx.de>
30306Date: Mon May 12 00:56:28 2008 +0200
30307
30308 Revert "Avoid initrd and logbuffer area overlaps"
30309
30310 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
30311 which breaks building on all PPC boards that don't use a log buffer.
30312
30313commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
30314Author: Nick Spence <nick.spence@freescale.com>
30315Date: Sat May 10 14:02:04 2008 -0700
30316
30317 Fix offset calculation for multi-type legacy images.
30318
30319 Calculation of tail was incorrect when size % 4 == 0.
30320
30321 New code removes the conditional and does the same thing but with arithmetic
30322
30323 Signed-off-by: Nick Spence <nick.spence@freescale.com>
30324
30325commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
30326Author: Wolfgang Denk <wd@denx.de>
30327Date: Mon May 12 00:40:58 2008 +0200
30328
30329 Revert "Change env_get_char from a global function ptr to a function."
30330
30331 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
30332 which is known to break booting from dataflash and NAND.
30333
30334commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
30335Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30336Date: Sun May 11 23:13:57 2008 +0200
30337
30338 API: remove duplicate syscall check
30339
30340 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30341
01db232d
WD
30342commit 67e3beb52c320b0a31cf030716c99392cde2d532
30343Author: Stelian Pop <stelian@popies.net>
30344Date: Fri May 9 21:46:51 2008 +0200
30345
30346 AT91: Cleanup unused config header file definitions.
30347
30348 CONFIG_ENV_OVERWRITE is commented out in the config header files,
30349 so let's cleanup the files by removing the whole definition.
30350
30351 Signed-off-by: Stelian Pop <stelian@popies.net>
30352 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30353
30354commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
30355Author: Stelian Pop <stelian@popies.net>
30356Date: Thu May 8 14:52:34 2008 +0200
30357
30358 Support AT91CAP9 revC CPUs
30359
30360 The AT91CAP9 revC CPU has a few differences over the previous,
30361 revB CPU which was distributed in small quantities only (revA was
30362 an internal Atmel product only).
30363
30364 The revC silicon needs a special initialisation sequence to
30365 switch from the internal (imprecise) RC oscillator to the
30366 external 32k clock.
30367
30368 Signed-off-by: Stelian Pop <stelian@popies.net>
30369 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30370
30371commit 098b7b4b441b12c2a64dd517930f43c793542759
30372Author: Stelian Pop <stelian@popies.net>
30373Date: Thu May 8 14:52:33 2008 +0200
30374
30375 Use custom logo for Atmel boards
30376
30377 This patch adds a custom vendor logo for the Atmel AT91 boards.
30378
30379 Signed-off-by: Stelian Pop <stelian@popies.net>
30380 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30381
30382commit 761c70b80cdd3bead40146b96a8e713d6ae01632
30383Author: Stelian Pop <stelian@popies.net>
30384Date: Thu May 8 14:52:32 2008 +0200
30385
30386 AT91SAM9RLEK: hook up the ATMEL LCD driver
30387
30388 This patch makes the necessary adaptations (PIO configurations and
30389 defines in config header file) to hook up the Atmel LCD driver to the
30390 AT91SAM9RLEK board.
30391
30392 Signed-off-by: Stelian Pop <stelian@popies.net>
30393 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30394
30395commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
30396Author: Stelian Pop <stelian@popies.net>
30397Date: Thu May 8 14:52:31 2008 +0200
30398
30399 AT91SAM9263EK: hook up the ATMEL LCD driver
30400
30401 This patch makes the necessary adaptations (PIO configurations and
30402 defines in config header file) to hook up the Atmel LCD driver to the
30403 AT91SAM9263EK board.
30404
30405 Signed-off-by: Stelian Pop <stelian@popies.net>
30406 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30407
30408commit 820f2a958325061a446115f3035e48e4726b3390
30409Author: Stelian Pop <stelian@popies.net>
30410Date: Thu May 8 14:52:30 2008 +0200
30411
30412 AT91SAM9261EK: hook up the ATMEL LCD driver
30413
30414 This patch makes the necessary adaptations (PIO configurations and
30415 defines in config header file) to hook up the Atmel LCD driver to the
30416 AT91SAM9261EK board.
30417
30418 Signed-off-by: Stelian Pop <stelian@popies.net>
30419 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30420
30421commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
30422Author: Stelian Pop <stelian@popies.net>
30423Date: Thu May 8 14:52:29 2008 +0200
30424
30425 AT91CAP9ADK: hook up the ATMEL LCD driver
30426
30427 This patch makes the necessary adaptations (PIO configurations and
30428 defines in config header file) to hook up the Atmel LCD driver to the
30429 AT91CAP9ADK board.
30430
30431 Signed-off-by: Stelian Pop <stelian@popies.net>
30432 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30433
30434commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
30435Author: Stelian Pop <stelian@popies.net>
30436Date: Fri May 9 21:57:18 2008 +0200
30437
30438 Add ATMEL LCD driver
30439
30440 This patch adds support for the ATMEL LCDC driver which is used on some
30441 AT91 and AVR platforms.
30442
30443 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
30444 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
30445
30446 Signed-off-by: Stelian Pop <stelian@popies.net>
30447 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30448
30449commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
30450Author: Stelian Pop <stelian@popies.net>
30451Date: Thu May 8 18:52:25 2008 +0200
30452
30453 AT91SAM9RLEK support
30454
30455 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
30456 board.
30457
30458 Signed-off-by: Stelian Pop <stelian@popies.net>
30459 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30460
30461commit 8e429b3eee23927c1222679f6b6f53667b21595c
30462Author: Stelian Pop <stelian@popies.net>
30463Date: Thu May 8 18:52:23 2008 +0200
30464
30465 AT91SAM9263EK support
30466
30467 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
30468 board.
30469
30470 Signed-off-by: Stelian Pop <stelian@popies.net>
30471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30472
30473commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
30474Author: Stelian Pop <stelian@popies.net>
30475Date: Thu May 8 20:52:22 2008 +0200
30476
30477 AT91SAM9261EK support
30478
30479 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
30480 board.
30481
30482 Signed-off-by: Stelian Pop <stelian@popies.net>
30483 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30484
30485commit 86c8c8a414988c50104a3b02c29f50af2be738c0
30486Author: Stelian Pop <stelian@popies.net>
30487Date: Thu May 8 20:52:21 2008 +0200
30488
30489 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
30490
30491 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
30492 in order to cope with the changes in DataFlash partitionning scheme
30493 (cset c3a60cb3).
30494
30495 Signed-off-by: Stelian Pop <stelian@popies.net>
30496 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30497
30498commit 96996ac25d5222611a8888968db6e53a6d3726da
30499Author: Stelian Pop <stelian@popies.net>
30500Date: Thu May 8 20:52:20 2008 +0200
30501
30502 AT91SAM9260EK: Normalize BOOTARGS
30503
30504 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
30505 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
30506 variable.
30507
30508 Signed-off-by: Stelian Pop <stelian@popies.net>
30509 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30510
30511commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
30512Author: Stelian Pop <stelian@popies.net>
30513Date: Thu May 8 20:52:19 2008 +0200
30514
30515 AT91SAM9260EK: Normalize SPI timings
30516
30517 This patch changes the SPI timings to closely match the ones
30518 used by the Linux kernel and the Atmel's own bootstrap project.
30519
30520 Signed-off-by: Stelian Pop <stelian@popies.net>
30521 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30522
30523commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
30524Author: Stelian Pop <stelian@popies.net>
30525Date: Thu May 8 20:52:18 2008 +0200
30526
30527 AT91SAM9260EK: Handle 8 or 16 bit NAND
30528
30529 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
30530 makes the support configurable in the board config header file
30531 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
30532
30533 Signed-off-by: Stelian Pop <stelian@popies.net>
30534 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30535
30536commit ab52640fc01624e208424e527af0b7b3a5a65a12
30537Author: Stelian Pop <stelian@popies.net>
30538Date: Thu May 8 20:52:17 2008 +0200
30539
30540 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
30541
30542 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
30543 in order to cope with the changes in DataFlash partitionning scheme
30544 (cset c3a60cb3).
30545
30546 Signed-off-by: Stelian Pop <stelian@popies.net>
30547 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30548
30549commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
30550Author: Stelian Pop <stelian@popies.net>
30551Date: Thu May 8 20:52:16 2008 +0200
30552
30553 AT91CAP9ADK: Normalize BOOTARGS
30554
30555 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
30556 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
30557 variable.
30558
30559 Signed-off-by: Stelian Pop <stelian@popies.net>
30560 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30561
30562commit 93da48b910511911ce110656e17ed733c8ac4c45
30563Author: Stelian Pop <stelian@popies.net>
30564Date: Thu May 8 20:52:15 2008 +0200
30565
30566 AT91CAP9ADK: Normalize SPI timings
30567
30568 This patch changes the SPI timings to closely match the ones
30569 used by the Linux kernel and the Atmel's own bootstrap project.
30570
30571 Signed-off-by: Stelian Pop <stelian@popies.net>
30572 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30573
30574commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
30575Author: Stelian Pop <stelian@popies.net>
30576Date: Thu May 8 20:52:14 2008 +0200
30577
30578 AT91CAP9ADK: Handle 8 or 16 bit NAND
30579
30580 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
30581 makes the support configurable in the board config header file
30582 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
30583
30584 Signed-off-by: Stelian Pop <stelian@popies.net>
30585 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30586
30587commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
30588Author: Stelian Pop <stelian@popies.net>
30589Date: Thu May 8 20:52:13 2008 +0200
30590
30591 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
30592
30593 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
30594 below avoids the duplication of u-boot.lds by putting the file in the
30595 cpu directory instead of the board one.
30596
30597 Signed-off-by: Stelian Pop <stelian@popies.net>
30598 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30599
30600commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
30601Author: Stelian Pop <stelian@popies.net>
30602Date: Thu May 8 20:52:12 2008 +0200
30603
30604 Add proper copyright notices in Atmel boards Makefiles
30605
30606 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
30607 copyright notice. This patch adds the missing pieces.
30608
30609 Signed-off-by: Stelian Pop <stelian@popies.net>
30610 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30611
30612commit e817a042cef6164bf26fee86f90326f2ec9e6745
30613Author: Stelian Pop <stelian@popies.net>
30614Date: Thu May 8 20:52:11 2008 +0200
30615
30616 Add copyright information in Atmel boards partition.c
30617
30618 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
30619 the new created files. This patch fixes the problem.
30620
30621 Signed-off-by: Stelian Pop <stelian@popies.net>
30622 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30623
30624commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
30625Author: Stelian Pop <stelian@popies.net>
30626Date: Thu May 8 20:52:10 2008 +0200
30627
30628 Update origin and copyright information in arch-at91sam9 header files
30629
30630 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
30631 copied from the Linux kernel sources. This patch explicitly specifies
30632 this origin for all the copied headers, and for those missing copyright
30633 information, adds it.
30634
30635 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
30636 in the latest kernel sources by 'at91sam9_smc.h'.
30637
30638 The copyright information has been confirmed by the AT91 Linux kernel
30639 maintainer, Andrew Victor <avictor.za@gmail.com>.
30640
30641 Signed-off-by: Stelian Pop <stelian@popies.net>
30642 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30643
180a90ab
WD
30644commit 79dd1712689d6a5031d7cbff54957049680751c7
30645Author: Markus Klotzbücher <mk@denx.de>
30646Date: Thu May 8 16:00:55 2008 +0200
30647
30648 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
30649
30650 When using dhcp/bootp the "netmask" environment variable is not set
30651 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
30652 desireable, so the following patch adds this this option to the board
30653 config.
30654
30655 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
30656 Signed-off-by: Stefan Roese <sr@denx.de>
30657
30658commit 869d14b4cc2e47de2ddcb117bad0407a44436684
30659Author: Stefan Roese <sr@denx.de>
30660Date: Sat May 10 10:30:36 2008 +0200
30661
30662 ppc4xx: Update Makalu defconfig to use device-tree booting as default
30663
30664 This patch reworks the default environment on Makalu. Now "net_nfs" for
30665 example uses the device-tree style booting formerly know as "net_nfs_fdt".
30666 Also the addresses in RAM were changed because of the new image booting
30667 support, which check for image overwriting. So the addresses needed to
30668 get adjusted.
30669
30670 Signed-off-by: Stefan Roese <sr@denx.de>
30671
30672commit f3612a7b199cab3942f60d9c1392eb39d58cc699
30673Author: Becky Bruce <bgill@freescale.com>
30674Date: Wed May 7 13:28:16 2008 -0500
30675
30676 PPC: fix map_physmem build warning
30677
30678 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
30679 enabled. This quiets the warning.
30680
30681 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
30682
30683commit 36f32675f40292002ee1fed252c180a43022d2d4
30684Author: Becky Bruce <bgill@freescale.com>
30685Date: Wed May 7 13:24:57 2008 -0500
30686
30687 Update pci code to use phys_addr_t
30688
30689 Physical addrs need to be represented by phys_addr_t, not
30690 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
30691 are going to fail mightily.
30692
30693 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30694
30695commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
30696Author: Nick Spence <nick.spence@freescale.com>
30697Date: Thu May 8 22:32:22 2008 -0700
30698
30699 Support legacy multi-type images without FDT section.
30700
30701 This patch enables legacy multi-type images containing only a Linux kernel
30702 and root file system to be loaded, maintaining compatibility with previous
30703 versions of u-boot.
30704
30705 This is required when using old image files such as a Linux 2.4 kernel /
30706 filesystem.
30707
30708 Signed-off-by: Nick Spence <nick.spence@freescale.com>
30709 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30710
30711commit 881031d9732783b7aeae2198fc7eb480ae8974a6
30712Author: Wolfgang Denk <wd@denx.de>
30713Date: Sat May 10 00:38:02 2008 +0200
30714
30715 Update CHANGELOG.
30716
30717 Signed-off-by: Wolfgang Denk <wd@denx.de>
30718
881031d9
WD
30719commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
30720Author: Wolfgang Denk <wd@denx.de>
30721Date: Sat May 10 00:36:09 2008 +0200
30722
30723 post/cpu/ppc4xx/Makefile: line length cleanup
30724
30725 Signed-off-by: Wolfgang Denk <wd@denx.de>
30726
30727commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
30728Author: Stelian Pop <stelian@popies.net>
30729Date: Thu May 8 22:52:09 2008 +0200
30730
30731 Fix @ -> <at> substitution
30732
30733 When applying the AT91CAP9 patches upstream, something transformed
30734 the '@' character into the ' <at> ' sequence.
30735
30736 The patch below restores the original form in all the places where
30737 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
30738 were copied from AT91CAP9, and a couple of other files where the
30739 ' <at> ' sequence was present).
30740
30741 Signed-off-by: Stelian Pop <stelian@popies.net>
30742
30743commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
30744Author: Stelian Pop <stelian@popies.net>
30745Date: Thu May 8 22:52:10 2008 +0200
30746
30747 Update origin and copyright information in arch-at91sam9 header files
30748
30749 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
30750 copied from the Linux kernel sources. This patch explicitly specifies
30751 this origin for all the copied headers, and for those missing copyright
30752 information, adds it.
30753
30754 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
30755 in the latest kernel sources by 'at91sam9_smc.h'.
30756
30757 The copyright information has been confirmed by the AT91 Linux kernel
30758 maintainer, Andrew Victor <avictor.za@gmail.com>.
30759
30760 Signed-off-by: Stelian Pop <stelian@popies.net>
30761
30762commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
30763Author: Stelian Pop <stelian@popies.net>
30764Date: Thu May 8 22:52:11 2008 +0200
30765
30766 Add copyright information in Atmel boards partition.c
30767
30768 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
30769 the new created files. This patch fixes the problem.
30770
30771 Signed-off-by: Stelian Pop <stelian@popies.net>
30772
30773commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
30774Author: Guennadi Liakhovetski <lg@denx.de>
30775Date: Thu May 8 10:09:27 2008 +0200
30776
30777 mx31ads: fix 32kHz clock handling
30778
30779 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
30780 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
30781 Also fix a typo when verifying a jumper configuration. While at it, make
30782 two needlessly global functions static.
30783
30784 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30785
30786commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
30787Author: Marian Balakowicz <m8@semihalf.com>
30788Date: Wed May 7 13:10:04 2008 +0200
30789
30790 Avoid initrd and logbuffer area overlaps
30791
30792 Add logbuffer to reserved LMB areas to prevent initrd allocation
30793 from overlaping with it.
30794
30795 Make sure to use correct logbuffer base address.
30796
30797 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30798
30799commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
30800Author: Marian Balakowicz <m8@semihalf.com>
30801Date: Wed May 7 13:08:54 2008 +0200
30802
30803 ppc: Cleanup get_effective_memsize() use
30804
30805 Removed duplicated effective memory size calculation code.
30806
30807 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30808
30809commit 273c37d843d5b581090378016cd12dd9c586907b
30810Author: Marian Balakowicz <m8@semihalf.com>
30811Date: Wed May 7 09:03:53 2008 +0200
30812
30813 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
30814
30815 Recent modifcations to LOGBUFFER handling code were incorrecly
30816 introduced to fit_check_kernel() routine during
30817 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
30818 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
30819
30820 This patch cleans up this merge issue.
30821
30822 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30823
30824commit bc11756daff89a3de09ca80adac962b88cf06e6e
30825Author: Grant Erickson <gerickson@nuovations.com>
30826Date: Tue May 6 20:16:15 2008 -0700
30827
30828 Propagate Error Status to the Shell on fw_printenv Errors
30829
30830 Changed implementation such that fw_printenv returns failure status
30831 when one or more specified variables do not exist or when incorrect
30832 command syntax is used.
30833
30834 This aids scripting fw_printenv such that the script can key of the
30835 return status rather than relying on standard error "scraping".
30836
30837 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30838 Signed-off-by: Wolfgang Denk <wd@denx.de>
30839
30840commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
30841Author: Grant Erickson <gerickson@nuovations.com>
30842Date: Tue May 6 16:18:00 2008 -0700
30843
30844 Fix Compilation Errors with 'tools/env/fw_printenv'
30845
30846 In the current top-of-tree, 1.3.3.-rc2, the optional tool
30847 'tools/env/fw_printenv' fails to compile for two reasons:
30848
30849 1) The header watchdog.h cannot be found.
30850 2) The header zlib.h is picked up from the tool chain rather than the
30851 project causing a prototype conflict for crc32.
30852
30853 This patch addresses both of these issues.
30854
30855 Platforms Tested On:
30856 - AMCC "Kilauea"
30857
30858 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30859
30860commit 597f6c26a18b389903a64692bacbf9a1ca69355b
30861Author: James Yang <James.Yang@freescale.com>
30862Date: Mon May 5 10:22:53 2008 -0500
30863
30864 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
30865
30866 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
30867 work before relocating to RAM because command history is written into
30868 a global array that is not writable before relocation. This patch
30869 defers to the no-editing and no-history code in readline_into_buffer()
30870 if it is called before relocation.
30871
30872 Signed-off-by: James Yang <James.Yang@freescale.com>
30873 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30874
30875commit 726c0f1e5f108dccea052965123b95837d2bd402
30876Author: Detlev Zundel <dzu@denx.de>
30877Date: Mon May 5 16:11:22 2008 +0200
30878
30879 cosmetic: Adjust coding style for switch statements to be consistent
30880
30881 Signed-off-by: Detlev Zundel <dzu@denx.de>
30882
30883commit 574b319512b13e10800f0045e39b993f4ca25e42
30884Author: Detlev Zundel <dzu@denx.de>
30885Date: Mon May 5 16:11:21 2008 +0200
30886
30887 Fix disk type output in disk/part.c
30888
30889 Signed-off-by: Detlev Zundel <dzu@denx.de>
30890
30891commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
30892Author: Vlad Lungu <vlad.lungu@windriver.com>
30893Date: Mon May 5 14:20:03 2008 +0300
30894
30895 Mail address change, documentation modified
30896
30897 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
30898
30899commit 4d49b28038e2819088e8356a77212fc95a89ce5a
30900Author: Michal Simek <monstr@monstr.eu>
30901Date: Sun May 4 15:42:41 2008 +0200
30902
30903 microblaze: Repare intc handling
30904
30905 Signed-off-by: Michal Simek <monstr@monstr.eu>
30906
30907commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
30908Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30909Date: Sun May 4 15:17:52 2008 +0200
30910
30911 include/gitignore: update to all architectures
30912
30913 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30914
30915commit 1df368aed3b8bc240fe1595d290b0e91b22961da
30916Author: Marcel Ziswiler <marcel@ziswiler.com>
30917Date: Mon May 5 02:12:06 2008 +0200
30918
30919 ide: Remove spurious second include of io.h
30920
30921 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
30922
30923 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30924
30925commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
30926Author: Adrian Filipi <adrian.filipi@eurotech.com>
30927Date: Tue May 6 16:46:37 2008 -0400
30928
30929 Fix some typos
30930
30931 This patch fixes three typos.
30932 The first is a repetition of CONFIG_CMD_BSP.
30933 The second makes the #endif comment match its #if.
30934 The third is a spelling error.
30935
30936 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
30937
30938commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
30939Author: Grant Erickson <gerickson@nuovations.com>
30940Date: Sun May 4 16:45:01 2008 -0700
30941
30942 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
30943
30944 Add support for the recognition of 'powerpc' as an alias for the PowerPC
30945 architecture type since Linux is already trending in that direction,
30946 preferring 'powerpc' to 'ppc'.
30947
30948 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30949
30950commit f5a24259190c388c2527bdc49fee34577d862cc7
30951Author: Wheatley Travis <Travis.Wheatley@freescale.com>
30952Date: Fri May 2 13:35:15 2008 -0700
30953
30954 7450 and 86xx L2 cache invalidate bug corrections
30955
30956 The 7610 and related parts have an L2IP bit in the L2CR that is
30957 monitored to signal when the L2 cache invalidate is complete whereas the
30958 7450 and related parts utilize L2I for this purpose. However, the
30959 current code does not account for this difference. Additionally the 86xx
30960 L2 cache invalidate code used an "andi" instruction where an "andis"
30961 instruction should have been used.
30962
30963 This patch addresses both of these bugs.
30964
30965 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
30966 Acked-By: Jon Loeliger <jdl@freescale.com>
30967
30968commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
30969Author: Wolfgang Denk <wd@denx.de>
30970Date: Fri May 9 10:16:13 2008 +0200
30971
30972 Avoid infinite loop "Generating include/autoconf.mk"
30973
30974 Fix a bogus circular dependency that caused an infinite loop of
30975 "Generating include/autoconf.mk" again and again.
30976
30977 Signed-off-by: Wolfgang Denk <wd@denx.de>
30978
01db232d
WD
30979commit 567fb852178dbf59529d7301620a3f3732a4b02d
30980Author: Stelian Pop <stelian@popies.net>
30981Date: Thu May 8 22:52:09 2008 +0200
30982
30983 Fix @ -> <at> substitution
30984
30985 When applying the AT91CAP9 patches upstream, something transformed
30986 the '@' character into the ' <at> ' sequence.
30987
30988 The patch below restores the original form in all the places where
30989 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
30990 were copied from AT91CAP9, and a couple of other files where the
30991 ' <at> ' sequence was present).
30992
30993 Signed-off-by: Stelian Pop <stelian@popies.net>
30994 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30995
30996commit 73ccb3410a0785593cda7aee455dfc51f790e281
30997Author: Gary Jennejohn <gary.jennejohn@freenet.de>
30998Date: Mon Apr 28 14:04:32 2008 +0200
30999
31000 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
31001
31002 Signed-off-by: Gary Jennejohn <garyj@denx.de>
31003 Signed-off-by: Stefan Roese <sr@denx.de>
31004
881031d9
WD
31005commit ef2642625cbfb1c3695e3478d08ae515052a4950
31006Author: Stefan Roese <sr@denx.de>
31007Date: Thu May 8 11:10:46 2008 +0200
31008
31009 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
31010
31011 Signed-off-by: Stefan Roese <sr@denx.de>
31012
31013commit a00eccfebc954ad9485161efeca7d9aaf626d530
31014Author: Stefan Roese <sr@denx.de>
31015Date: Thu May 8 11:05:15 2008 +0200
31016
31017 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
31018
31019 This patch adds fdt (flattened device tree) support to all remaining AMCC
31020 eval boards. Most newer boards already support device tree. With this patch,
31021 all AMCC boards now enable device tree passing from U-Boot to Linux
31022 arch/powerpc kernels.
31023
31024 Signed-off-by: Stefan Roese <sr@denx.de>
31025
31026commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
31027Author: Stefan Roese <sr@denx.de>
31028Date: Thu May 8 11:01:09 2008 +0200
31029
31030 ppc4xx: Add weak default ft_board_setup() routine
31031
31032 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
31033 This routine is defined as weak and can be overwritten by a board specific
31034 one if needed.
31035
31036 Signed-off-by: Stefan Roese <sr@denx.de>
31037
31038commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
31039Author: Stefan Roese <sr@denx.de>
31040Date: Thu May 8 10:48:58 2008 +0200
31041
31042 ppc4xx: acadia: Add fdt support and fix section overlap problem
31043
31044 This patch adds fdt (flattened device tree) support to the AMCC
31045 Acadia eval board. This increases the image size and it doesn't
31046 fit anymore into 256kByte. Since we didn't want to remove features
31047 from the configuration, we decided to increase the U-Boot image size
31048 (add one flash sector).
31049
31050 Also changed the default environment definition to make it
31051 independent of such changes.
31052
31053 Signed-off-by: Stefan Roese <sr@denx.de>
31054
31055commit 4adb3023de75bc150f088c8935db340930ad38c8
31056Author: Ira Snyder <iws@ovro.caltech.edu>
31057Date: Tue Apr 29 11:18:54 2008 -0700
31058
31059 ppc4xx: Add device tree support to AMCC Yosemite
31060
31061 Add support for booting with a device tree blob. This is needed to boot
31062 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
31063 via the ethaddr variable.
31064
31065 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
31066 Signed-off-by: Stefan Roese <sr@denx.de>
31067
31068commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
31069Author: Dave Mitchell <dmitchell@amcc.com>
31070Date: Wed May 7 09:00:23 2008 -0700
31071
31072 ppc4xx: Fix typos in 460GT/EX FBDV array
31073
31074 Corrected two typos in the 460GT/EX FBDV array.
31075
31076 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
31077 Signed-off-by: Stefan Roese <sr@denx.de>
31078
31079commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
31080Author: Andy Fleming <afleming@freescale.com>
31081Date: Wed May 7 16:54:31 2008 -0500
31082
31083 85xx: Limit CPU2 workaround to parts that have the errata
31084
31085 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
31086 Signed-off-by: Andy Fleming <afleming@freescale.com>
31087
31088commit a5fe514e8ace564300d2c1d73846ddff49654243
31089Author: Lee Nipper <lee.nipper@freescale.com>
31090Date: Fri Apr 25 15:44:45 2008 -0500
31091
31092 mpc83xx: system performance settings for MPC8349EMDS.
31093
31094 These same settings are used on MPC8349ITX, and
31095 improve performance on MPC8349EMDS.
31096
31097 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
31098 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31099
31100commit 49387dba910e485640b575e920ee463b7e611dc3
31101Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31102Date: Tue May 6 13:22:52 2008 +0900
31103
31104 [MIPS] cpu/mips/cache.S: Fix build warning
31105
31106 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
31107 warns illegal global symbol references by bal (and jal also) instruction.
31108 This does not happen with the latest binutils v2.18.
31109
31110 Here's an example on gth2_config:
31111
31112 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
31113 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
31114 c -EB -c -o cache.o cache.S
31115 cache.S: Assembler messages:
31116 cache.S:243: Warning: Pretending global symbol used as branch target is local.
31117 cache.S:250: Warning: Pretending global symbol used as branch target is local.
31118
31119 In principle, gas might be sensitive to global symbol references in PIC
31120 code because they should be processed through GOT (global offset table).
31121 But if `bal' instruction is used, it results in PC-based offset jump.
31122 This is the cause of this warning.
31123
31124 In practice, we know it doesn't matter whether PC-based reference or GOT-
31125 based. As for this case, both will work before/after relocation. But let's
31126 fix the code.
31127
31128 This patch explicitly sets up a target address, then jump there.
31129 Here's an example of disassembled code with/without this patch.
31130
31131 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
31132 9000066c: ac80fffc sw zero,-4(a0)
31133 90000670: 01402821 move a1,t2
31134 -90000674: 0411ffba bal 90000560 <mips_init_icache>
31135 -90000678: 01803021 move a2,t4
31136 -9000067c: 01602821 move a1,t3
31137 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
31138 -90000684: 01a03021 move a2,t5
31139 -90000688: 03000008 jr t8
31140 -9000068c: 00000000 nop
31141 +90000674: 01803021 move a2,t4
31142 +90000678: 8f8f83ec lw t7,-31764(gp)
31143 +9000067c: 01e0f809 jalr t7
31144 +90000680: 00000000 nop
31145 +90000684: 01602821 move a1,t3
31146 +90000688: 01a03021 move a2,t5
31147 +9000068c: 8f8f81e0 lw t7,-32288(gp)
31148 +90000690: 01e0f809 jalr t7
31149 +90000694: 00000000 nop
31150 +90000698: 03000008 jr t8
31151 +9000069c: 00000000 nop
31152
31153 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31154
31155commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
31156Author: Vlad Lungu <vlad.lungu@windriver.com>
31157Date: Mon May 5 14:04:00 2008 +0300
31158
31159 Allow building mips versions with ELDK 3.1.1
31160
31161 .gpword works only with local symbols on certain binutils versions
31162
31163 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
31164
31165commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
31166Author: Wolfgang Denk <wd@denx.de>
31167Date: Mon May 5 12:52:36 2008 +0200
31168
31169 MAKEALL: add inka4x0 board
31170
31171 Signed-off-by: Wolfgang Denk <wd@denx.de>
31172
31173commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
31174Author: Wolfgang Denk <wd@denx.de>
31175Date: Sun May 4 21:34:23 2008 +0200
31176
31177 kb9202 board: fix build problem.
31178
31179 Signed-off-by: Wolfgang Denk <wd@denx.de>
31180
31181commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
31182Author: Wolfgang Denk <wd@denx.de>
31183Date: Sun May 4 12:10:33 2008 +0200
31184
31185 Prepare for v1.3.3-rc3
31186
31187 Update ChNAGELOG, minor white space cleanup.
31188
31189 Signed-off-by: Wolfgang Denk <wd@denx.de>
31190
6adf61dc
WD
31191commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
31192Author: Wolfgang Denk <wd@denx.de>
31193Date: Sun May 4 00:35:15 2008 +0200
31194
31195 drivers/net/tsec.c: Fix typo.
31196
31197 Signed-off-by: Wolfgang Denk <wd@denx.de>
31198
31199commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
31200Author: Mike Frysinger <vapier@gentoo.org>
31201Date: Fri May 2 21:45:12 2008 -0400
31202
31203 version_autogenerated.h: use printf rather than echo -n
31204
31205 Some systems are dumb and do not implement the -n flag to echo (like OS X).
31206 Convert the Makefile to use printf as this should work everywhere.
31207
31208 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31209 Signed-off-by: Wolfgang Denk <wd@denx.de>
31210
31211commit 4acc2a108ad0a669165924704a6cb083f9138242
31212Author: Mike Frysinger <vapier@gentoo.org>
31213Date: Fri May 2 18:17:50 2008 -0400
31214
31215 fix building when saveenv is disabled in some setups
31216
31217 If you enable environment in the flash, but disable the embedded
31218 option, and you disable the saveenv command, then the #if nested
31219 logic will trigger a compile failure:
31220 env_flash.c: In function 'env_relocate_spec':
31221 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
31222 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
31223
31224 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31225
31226commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
31227Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
31228Date: Fri May 2 16:10:04 2008 -0400
31229
31230 SBC8548: fix address mask to allow 64M flash
31231
31232 Fix incorrect mask to enable all 64MB of onboard flash.
31233 Previously U-Boot incorrectly mapped only 8MB of flash, this
31234 patch correctly maps all the available flash.
31235
31236 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
31237
31238commit 3648085c464c8c22ef76fab006ca4344d3796124
31239Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31240Date: Fri May 2 19:48:56 2008 +0200
31241
31242 qemu_mips: add README
31243
31244 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31245
31246commit 6fdd002689190a0022c7b3dbab37fcba724580ce
31247Author: Marcel Ziswiler <marcel@ziswiler.com>
31248Date: Fri May 2 02:35:59 2008 +0200
31249
31250 Fix misspelled comment
31251
31252 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31253
31254commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
31255Author: Mike Frysinger <vapier@gentoo.org>
31256Date: Thu May 1 04:13:05 2008 -0400
31257
31258 mkimage: make mmap() checks consistent
31259
31260 The mmap() related code is full of inconsistent casts/constants when
31261 it comes to error checking, and may break when building on some
31262 systems (like ones that do not implicitly define the caddr_t type).
31263 Let's just avoid the whole mess by writing the code nice and clean in
31264 the first place.
31265
31266 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31267
31268commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
31269Author: Marcel Ziswiler <marcel@ziswiler.com>
31270Date: Thu May 1 09:05:34 2008 +0200
31271
31272 Fix defined but not used build warning
31273
31274 - warning: 'srom' defined but not used
31275
31276 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31277
31278commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
31279Author: Marcel Ziswiler <marcel@ziswiler.com>
31280Date: Thu May 1 09:05:26 2008 +0200
31281
31282 Fix implicit declaration build warnings
31283
31284 - warning: implicit declaration of function ‘serial_initialize’
31285
31286 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31287
31288commit 9acde129cc3f9c1b3bc11a821480dd446774d618
31289Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
31290Date: Tue Apr 29 19:18:32 2008 +0200
31291
31292 TSEC: add config options for VSC8601 RGMII PHY
31293
31294 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
31295 and Tx clock lines. They are configured using 2 bits in extended
31296 register 0x17.
31297 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
31298 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
31299
31300 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
31301 Acked-by: Andy Fleming <afleming@freescale.com>
31302 Acked-by: Ben Warren <biggerbadderben@gmail.com>
31303 --
31304
31305 drivers/net/tsec.c | 6 ++++++
31306 drivers/net/tsec.h | 3 +++
31307 2 files changed, 9 insertions(+), 0 deletions(-)
31308
31309commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
31310Author: Wolfgang Denk <wd@denx.de>
31311Date: Sat May 3 23:07:15 2008 +0200
31312
31313 Revert "ColdFire: Get information from the correct GCC"
31314
31315 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
31316 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
31317
31318commit c4e5f52a58d278eebb87f476e353972c5dacea40
31319Author: Wolfgang Denk <wd@denx.de>
31320Date: Sat May 3 22:25:00 2008 +0200
31321
31322 config.mk: use correct (cross) compiler
31323
31324 Some config.mk files reference $(CC) to test for specific tool chain
31325 features, so make sure $(CC) gets set before including any such
31326 config files.
31327
31328 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
31329 the correct GCC").
31330
31331 Signed-off-by: Wolfgang Denk <wd@denx.de>
31332
31333commit 27c38689d0cfde0e444239345f97b5eecc9f4067
31334Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31335Date: Thu May 1 02:13:44 2008 +0200
31336
31337 pxa: fix previous definition on cpu init
31338
31339 start.S:183:1: warning: "ICMR" redefined
31340 In file included from start.S:33:
31341 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
31342 start.S:187:1: warning: "RCSR" redefined
31343 ...
31344
31345 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31346
31347commit 6d12e697de794d700767f22f950e3026ccf4daf6
31348Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31349Date: Thu May 1 02:13:43 2008 +0200
31350
31351 pxa: fix pcmcia operation on 'i' may be undefined
31352
31353 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31354 Signed-off-by: Wolfgang Denk <wd@denx.de>
31355
31356commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
31357Author: Kumar Gala <galak@kernel.crashing.org>
31358Date: Wed Apr 30 16:24:35 2008 -0500
31359
31360 MPC8610HPCD: Drop -O2 from the build flags
31361
31362 Make the flags use -Os like all other boards
31363
31364 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31365
31366commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
31367Author: Stefan Roese <sr@denx.de>
31368Date: Wed Apr 30 15:50:39 2008 +0200
31369
31370 RTC: Fix month offset by one problem in M41T62 RTC driver
31371
31372 This patch fixes a problem with the month being read and written
31373 incorrectly (offset by one). This only gets visible by also using
31374 the Linux driver (rtc-m41t80).
31375
31376 Tested on AMCC Canyonlands.
31377
31378 Signed-off-by: Stefan Roese <sr@denx.de>
31379
31380commit 141ba1cad8e6598a2466e7e2976c6a12285df619
31381Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31382Date: Sat May 3 13:51:44 2008 +0900
31383
31384 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
31385
31386 Current trick to pick up GNU assembler minor version uses a dot(.) as a
31387 delimiter, and take the second field to obtain minor version number. But
31388 as can be expected, this doesn't work with a version string which has
31389 dots more than needs.
31390
31391 Here's an example:
31392
31393 $ mips-linux-gnu-as --version | grep 'GNU assembler'
31394 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
31395 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
31396 2-129) 2
31397 $
31398
31399 This patch restricts the version format to 2.XX.XX... This will work
31400 in most cases.
31401
31402 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
31403 2.18.50.20080215
31404 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
31405 18
31406 $
31407
31408 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31409
31410commit ea638951acead7f1086c908c0b9f086beab82a22
31411Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31412Date: Sat May 3 13:51:28 2008 +0900
31413
31414 [MIPS] cpu/mips/cache.S: Add dcache_enable
31415
31416 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
31417 "allow ports to override bootelf behavior") requires ports to have this
31418 function.
31419
31420 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31421 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31422
31423commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
31424Author: Wolfgang Denk <wd@denx.de>
31425Date: Thu May 1 21:30:16 2008 +0200
31426
31427 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
31428
31429 Onenand needs a version of memcpy() which performs 16 bit accesses
31430 only; make sure the name does not conflict with the standard
31431 function.
31432
31433 Signed-off-by: Wolfgang Denk <wd@denx.de>
31434
31435commit 12bc4e94251c369c529ffa505cf58b148c372f7f
31436Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31437Date: Wed Apr 30 22:38:17 2008 +0200
31438
31439 cmd_nand: fix warning: str2long ncompatible pointer type
31440
31441 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31442
31443commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
31444Author: Timur Tabi <timur@freescale.com>
31445Date: Fri Apr 4 11:16:11 2008 -0500
31446
31447 Fix calculation of I2C clock for some 86xx chips
31448
31449 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
31450 There is no pattern that can be used to determine which chips use which
31451 frequency, so the only way to determine is to look up the actual SOC
31452 designation and use the right value for that SOC.
31453
31454 Signed-off-by: Timur Tabi <timur@freescale.com>
31455
31456commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
31457Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31458Date: Wed Apr 30 12:11:19 2008 -0500
31459
31460 ColdFire: Fix ethernet hang issue for mcf547x_8x
31461
31462 The ethernet hang is caused by receiving buffer in DRAM is not
31463 yet ready due to access cycles require longer time in DRAM.
31464 Relocate DMA buffer descriptors from DRAM to internal SRAM.
31465
31466 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31467
31468commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
31469Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31470Date: Wed Apr 30 12:10:47 2008 -0500
31471
31472 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
31473
31474 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
31475 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31476
31477commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
31478Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31479Date: Wed Apr 30 12:10:23 2008 -0500
31480
31481 ColdFire: Get information from the correct GCC
31482
31483 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
31484 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31485
31486commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
31487Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
31488Date: Wed Apr 30 18:02:59 2008 +0200
31489
31490 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
31491
31492 Fix warnings
31493
31494 nv_nand.c: In function 'saveenv':
31495 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
31496 env_nand.c: In function 'env_relocate_spec':
31497 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
31498
31499 if compiled for davinci_schmoogie_config.
31500
31501 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
31502 Ack by: Sergey Kubushyn <ksi@koi8.net>
31503
31504commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
31505Author: Anatolij Gustschin <agust@denx.de>
31506Date: Wed Apr 30 13:34:40 2008 +0200
31507
31508 Fix warnings while compiling net/net.c for MPC8610HPCD board
31509
31510 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
31511 causing overriding default -Os option. New gcc (ver. 4.2.2)
31512 produces warnings while compiling net/net.c file with -O2
31513 option. The patch is an attempt to fix this.
31514
31515 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31516
31517commit 58b575e575c25fdf8c88141e145db201f3092149
31518Author: Sascha Laue <Sascha.Laue@gmx.biz>
31519Date: Wed Apr 30 15:23:38 2008 +0200
31520
31521 lwmon5: fix offset error in sysmon0 POST
31522
31523 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
31524 Signed-off-by: Wolfgang Denk <wd@denx.de>
31525
31526commit e7419b243a373de4ee042f7d4f45f66de787240d
31527Author: Sascha Laue <Sascha.Laue@gmx.biz>
31528Date: Wed Apr 30 15:16:35 2008 +0200
31529
31530 lwmon5: fix manual merge error in POST
31531
31532 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
31533
31534commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
31535Author: Wolfgang Denk <wd@denx.de>
31536Date: Wed Apr 30 17:46:26 2008 +0200
31537
31538 cmd_nand.c: fix another 'incompatible pointer type' warning.
31539
31540 Signed-off-by: Wolfgang Denk <wd@denx.de>
31541
31542commit de109d909707e2dfe806be5efc3cdb103b47c8ad
31543Author: Wolfgang Denk <wd@denx.de>
31544Date: Wed Apr 30 17:25:07 2008 +0200
31545
31546 Makefile: fix parallel builds
31547
31548 This problem shows up with parallel builds only; it results in
31549 somewhat cryptic error messages like
31550
31551 $ JOBS=-j6 MAKEALL netstar
31552 Configuring for netstar board...
31553 arm-linux-ld: cannot find -lgeneric
31554 make[1]: *** [eeprom.srec] Error 1
31555
31556 A few boards (like netstar and voiceblue) need some libraries for
31557 building; however, the board Makefile does not contain any such
31558 dependencies which may cause problems with parallel builds. Adding
31559 such dependencies is difficult as we would also have to provide build
31560 rules, which already exist in the respective library Makefiles.
31561
31562 To solve this, we make sure that all libraries get built before the
31563 board code.
31564
31565 Signed-off-by: Wolfgang Denk <wd@denx.de>
31566
31567commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
31568Author: Stefan Roese <sr@denx.de>
31569Date: Wed Apr 30 14:51:36 2008 +0200
31570
31571 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
31572
31573 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
31574 used for NAND booting to match the values needed for the new 512MB
31575 DIMM modules shipped with the productions boards:
31576
31577 Crucial: CT6464AC667.8FB
31578
31579 Signed-off-by: Stefan Roese <sr@denx.de>
31580
31581commit ea9202a659dc75996facf1475f1866a19a9d3129
31582Author: Stefan Roese <sr@denx.de>
31583Date: Wed Apr 30 10:49:43 2008 +0200
31584
31585 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
31586
31587 This patch fixes a problem with DIMMs that have 8 banks. Now the
31588 MCIF0_MBxCF register will be setup correctly for this setup too.
31589
31590 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
31591
31592 Signed-off-by: Stefan Roese <sr@denx.de>
31593
31594commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
31595Author: Wolfgang Denk <wd@denx.de>
31596Date: Tue Apr 29 23:41:06 2008 +0200
31597
31598 Prepare v1.3.3-rc2, again.
31599
31600 Signed-off-by: Wolfgang Denk <wd@denx.de>
31601
76617299
WD
31602commit b7fcc4c13993782342cf5cd20d237a6281648a0b
31603Author: Wolfgang Denk <wd@denx.de>
31604Date: Tue Apr 29 23:35:24 2008 +0200
31605
31606 Prepare v1.3.3-rc2
31607
31608 Signed-off-by: Wolfgang Denk <wd@denx.de>
31609
b7fcc4c1
WD
31610commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
31611Author: Wolfgang Denk <wd@denx.de>
31612Date: Tue Apr 29 23:32:20 2008 +0200
31613
31614 common/env_nand.c: fix one more incompatible pointer type issue
31615
31616 Signed-off-by: Wolfgang Denk <wd@denx.de>
31617
31618commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
31619Author: Wolfgang Denk <wd@denx.de>
31620Date: Tue Apr 29 21:33:08 2008 +0200
31621
31622 post/board/lwmon5/sysmon.c: fix manual merge error.
31623
31624 Signed-off-by: Wolfgang Denk <wd@denx.de>
31625
31626commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
31627Author: Kumar Gala <galak@kernel.crashing.org>
31628Date: Tue Apr 29 12:54:59 2008 -0500
31629
31630 85xx: Add -mno-spe to e500/85xx builds
31631
31632 Newer gcc's might be configured to enable autovectorization by default.
31633 If we happen to build with one of those compilers we will get SPE
31634 instructions in random code.
31635
31636 -mno-spe disables the compiler for automatically generating SPE
31637 instructions without our knowledge.
31638
31639 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31640
31641commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
31642Author: Kumar Gala <galak@kernel.crashing.org>
31643Date: Tue Apr 29 10:18:34 2008 -0500
31644
31645 Update .gitignore for zlib.h
31646
31647 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31648
31649commit 45239cf4152109caa925145ccd433529902df887
31650Author: Kumar Gala <galak@kernel.crashing.org>
31651Date: Tue Apr 29 10:27:08 2008 -0500
31652
31653 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
31654
31655 All the 85xx and 86xx UM describe the register as timing_cfg_3
31656 not as ext_refrec.
31657
31658 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31659
31660commit ef7d30b14394e4c4a153118f5845760cadada02a
31661Author: Kumar Gala <galak@kernel.crashing.org>
31662Date: Tue Apr 29 10:28:34 2008 -0500
31663
31664 85xx/86xx: Rename DDR init address and init extended address register
31665
31666 Rename init_addr and init_ext_addr to match the docs between
31667 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
31668
31669 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31670
31671commit cf6cc014270549684873a5972d2595052c468cb6
31672Author: Kumar Gala <galak@kernel.crashing.org>
31673Date: Mon Apr 28 02:24:04 2008 -0500
31674
31675 85xx: Additional fixes and cleanup of MP code
31676
31677 * adjust __spin_table alignment to match ePAPR v0.94 spec
31678 * loop over all cpus when determing who is up. This fixes an issue if
31679 the "boot cpu" isn't core0. The "boot cpu" will already be in the
31680 cpu_up_mask so there is no harm
31681 * Added some protection in the code to ensure proper behavior. These
31682 changes are explicitly needed but don't hurt:
31683 - Added eieio to ensure the "hot word" of the table is written after
31684 all other table updates have occurred.
31685 - Added isync to ensure we don't prefetch loading of table entries
31686 until we a released
31687
31688 These issues we raised by Dave Liu.
31689
31690 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31691
31692commit b2d527a8b9fb50afccbaf79b5540952585cdc760
31693Author: Yuri Tikhonov <yur@emcraft.com>
31694Date: Tue Apr 29 15:06:41 2008 +0200
31695
31696 lwmon5: minor clean-up to include/configs/lwmon5.h
31697
31698 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
31699 the CFG_DSPIC_TEST_ADDR definition more readable.
31700
31701 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31702
31703commit f4c4d21a885ccc222fd0acdf653b683249e85117
31704Author: Stefan Roese <sr@denx.de>
31705Date: Tue Apr 29 16:08:05 2008 +0200
31706
31707 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
31708
31709 Signed-off-by: Stefan Roese <sr@denx.de>
31710
31711commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
31712Author: Yuri Tikhonov <yur@emcraft.com>
31713Date: Tue Apr 29 13:32:45 2008 +0200
31714
31715 ppc flush_cache: add watch-dog triggering into the loops.
31716
31717 Some boards (e.g. lwmon5) need rather a frequent watch-dog
31718 kicking. Since the time it takes for the flush_cache() function
31719 to complete its job depends on the size of data being flushed, one
31720 may encounter watch-dog resets on such boards when, for example,
31721 download big files over ethernet.
31722
31723 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31724
31725commit cab99d6f3281ab6784feccf98b9b425daa58418a
31726Author: Stefan Roese <sr@denx.de>
31727Date: Tue Apr 29 14:44:54 2008 +0200
31728
31729 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
31730
31731 Signed-off-by: Stefan Roese <sr@denx.de>
31732
31733commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
31734Author: Stefan Roese <sr@denx.de>
31735Date: Tue Apr 29 14:12:07 2008 +0200
31736
31737 ppc4xx: Fix Katmai CFG_MONITOR_LEN
31738
31739 Signed-off-by: Stefan Roese <sr@denx.de>
31740
31741commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
31742Author: Stefan Roese <sr@denx.de>
31743Date: Tue Apr 29 13:57:07 2008 +0200
31744
31745 ppc4xx: Complete remove bogus dflush()
31746
31747 Since the current dflush() implementation is know to have some problems
31748 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
31749 it by using clean_dcache_range().
31750
31751 Tested on Katmai with ECC DIMM.
31752
31753 Signed-off-by: Stefan Roese <sr@denx.de>
31754
31755commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
31756Author: Stefan Roese <sr@denx.de>
31757Date: Tue Apr 29 13:36:51 2008 +0200
31758
31759 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
31760
31761 As it seems the "old" ECC initialization routine by using dflush() didn't
31762 write all lines in the dcache back to memory on lwmon5. This could lead
31763 to ECC error upon Linux booting. This patch changes the program_ecc()
31764 routine to now use clean_dcache_range() instead of dflush().
31765 clean_dcache_range() uses dcbst which is exactly what we want in this
31766 case.
31767
31768 Since dflush() is known is cause problems, this routine will be
31769 removed completely and replaced by clean_dcache_range() with an
31770 additional patch.
31771
31772 Signed-off-by: Stefan Roese <sr@denx.de>
31773
31774commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
31775Author: Yuri Tikhonov <yur@emcraft.com>
31776Date: Mon Apr 28 18:19:34 2008 +0200
31777
31778 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
31779
31780 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31781
31782commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
31783Author: Markus Brunner <super.firetwister@googlemail.com>
31784Date: Mon Apr 28 08:47:47 2008 +0200
31785
31786 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
31787
31788 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
31789 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
31790 doesn't exist.
31791
31792 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
31793
76617299
WD
31794commit 2ef7503a593c77a80c2a054011970227c4b62774
31795Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31796Date: Thu Apr 24 07:57:17 2008 +0200
31797
31798 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
31799
31800 Move non-inlied functions into specific drivers file
31801 Set get_prom as weak
31802
31803 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31804 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31805 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31806
31807commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
31808Author: Guennadi Liakhovetski <lg@denx.de>
31809Date: Thu Apr 3 17:04:19 2008 +0200
31810
31811 net: make ARP timeout configurable
31812
31813 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
31814 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
31815 to the boards get lost, which typically are ARP replies. By configuring
31816 the timeout to a lower value we significantly improve the first network
31817 transfer time on this board. The timeout is specified in milliseconds,
31818 later internally it is converted to deciseconds, because it has to be
31819 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
31820 different boards.
31821
31822 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31823 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31824
31825commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
31826Author: Guennadi Liakhovetski <lg@denx.de>
31827Date: Thu Apr 3 13:36:18 2008 +0200
31828
31829 minor cs8900 driver clean up
31830
31831 Remove a redundant register definition, clean up some coding style
31832 violations.
31833
31834 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31835 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31836
b7fcc4c1
WD
31837commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
31838Author: Wolfgang Denk <wd@denx.de>
31839Date: Mon Apr 28 22:01:04 2008 +0200
31840
31841 jffs2_1pass.c: fix incompatible pointer type warning
31842
31843 Signed-off-by: Wolfgang Denk <wd@denx.de>
31844
31845commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
31846Author: Sascha Laue <Sascha.Laue@gmx.biz>
31847Date: Tue Apr 1 10:10:18 2008 +0200
31848
31849 lwmon5: update dsPIC POST spezification
31850
31851 The specification for the lwmon5 board dsPIC POST got changed.
31852 Also add defines for the temperatures and voltages.
31853
31854 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
31855
31856commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
31857Author: Sascha Laue <Sascha.Laue@gmx.biz>
31858Date: Tue Apr 1 15:13:03 2008 +0200
31859
31860 Fix watchdog POST for lwmon5
31861
31862 If the hardware watchdog detects a voltage error, the watchdog sets
31863 GPIO62 to low. The watchdog POST has to detect this low level.
31864
31865 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
31866 Signed-off-by: Wolfgang Denk <wd@denx.de>
31867
31868commit dd5748bcd669f46aeb6686c1b341323843738ccc
31869Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31870Date: Mon Apr 28 14:37:14 2008 +0200
31871
31872 rtl8169: fix compiler warnings
31873
31874 Fix multiple compiler warnings related to argument type mismatch.
31875
31876 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31877
31878commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
31879Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31880Date: Mon Apr 28 14:36:06 2008 +0200
31881
31882 IDE: fix compiler warnings
31883
31884 The IDE driver can use 32-bit addresses in LBA mode, in which case it
31885 spits multiple warnings during compilation. Fix them.
31886
31887 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31888
31889commit db9084de28c46ac81c8f681722cb0d7411be4d7f
31890Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31891Date: Mon Apr 28 14:35:57 2008 +0200
31892
31893 LinkStation: fix compiler warning, add a maintainer
31894
31895 out_8 wants a pointer to an unsigned as the first argument. Add a
31896 maintainer for Linkstation boards.
31897
31898 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31899
31900commit c71abba3cb67b063f789f17abf6c7447727c0cd5
31901Author: Wolfgang Denk <wd@denx.de>
31902Date: Mon Apr 28 14:55:12 2008 +0200
31903
31904 cmd_nand.c: fix "differ in signedness" problem
31905
31906 Signed-off-by: Wolfgang Denk <wd@denx.de>
31907
31908commit f2c288a35341ad02ac03b1563d786763c9c8f159
31909Author: Wolfgang Denk <wd@denx.de>
31910Date: Mon Apr 28 12:48:47 2008 +0200
31911
31912 pcnet.c: fix a merge issue
31913
31914 Signed-off-by: Wolfgang Denk <wd@denx.de>
31915
31916commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
31917Author: Wolfgang Denk <wd@denx.de>
31918Date: Mon Apr 28 12:08:18 2008 +0200
31919
31920 NAND: fix some strict-aliasing compiler warnings
31921
31922 Signed-off-by: Wolfgang Denk <wd@denx.de>
31923
31924commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
31925Author: Stefan Roese <sr@denx.de>
31926Date: Mon Apr 28 11:37:14 2008 +0200
31927
31928 ppc4xx: Fix compile warning of hcu4 board
31929
31930 Signed-off-by: Stefan Roese <sr@denx.de>
31931
31932commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
31933Author: Wolfgang Denk <wd@denx.de>
31934Date: Mon Apr 28 11:31:23 2008 +0200
31935
31936 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
31937
31938 Signed-off-by: Wolfgang Denk <wd@denx.de>
31939
31940commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
31941Author: Guennadi Liakhovetski <lg@denx.de>
31942Date: Mon Apr 28 00:25:32 2008 +0200
31943
31944 mx31ads: fix loadaddr environment variable define
31945
31946 Arithmetic expressions do not get evaluated under stringification. Remove
31947 default network configuration, add DHCP command support. Thanks to Felix
31948 Radensky for reporting.
31949
31950 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31951
31952commit 144eec777ac07bcb12bd38245a5a289f694a7f98
31953Author: Wolfgang Denk <wd@denx.de>
31954Date: Mon Apr 28 10:55:24 2008 +0200
31955
31956 katmai: fix section overlap problem
31957
31958 Since we didn't want to remove features from the configuration, we
31959 decided to increase the U-Boot image size (add one flash sector).
31960
31961 Also changed the default environment definition to make it
31962 independent of such changes.
31963
31964 Signed-off-by: Wolfgang Denk <wd@denx.de>
31965 Acked-by: Stefan Roese <sr@denx.de>
31966
31967commit 941d696d25624e3cc65ebf924199541acf52d74e
31968Author: Wolfgang Denk <wd@denx.de>
31969Date: Mon Apr 28 10:55:24 2008 +0200
31970
31971 katmai: fix section overlap problem
31972
31973 Since we didn't want to remove features from the configuration, we
31974 decided to increase the U-Boot image size (add one flash sector).
31975
31976 Also changed the default environment definition to make it
31977 independent of such changes.
31978
31979 Signed-off-by: Wolfgang Denk <wd@denx.de>
31980 Acked-by: Stefan Roese <sr@denx.de>
31981
31982commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
31983Author: Kumar Gala <galak@kernel.crashing.org>
31984Date: Sat Apr 26 11:44:44 2008 -0500
31985
31986 post: Fix building with O=
31987
31988 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31989
31990commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
31991Author: Wolfgang Denk <wd@denx.de>
31992Date: Sat Apr 26 01:55:00 2008 +0200
31993
31994 Prepare v1.3.3-rc1
31995
31996 Signed-off-by: Wolfgang Denk <wd@denx.de>
31997
fd7531c1
WD
31998commit 19cf2ec90d8ce52da60c1693693c4048cb810967
31999Author: Wolfgang Denk <wd@denx.de>
32000Date: Sat Apr 26 01:25:39 2008 +0200
32001
32002 post/Makefile: make sure to use the correct flags
32003
32004 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
32005 messages to be printed.
32006
32007 Signed-off-by: Wolfgang Denk <wd@denx.de>
32008
32009commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
32010Author: Wolfgang Denk <wd@denx.de>
32011Date: Sat Apr 26 00:34:42 2008 +0200
32012
32013 Coding Style cleanup, update CHANGELOG
32014
32015 Signed-off-by: Wolfgang Denk <wd@denx.de>
32016
7ed40117
WD
32017commit f9204e15173834ff8d123e36279ce49c3c6c74fc
32018Author: Magnus Lilja <lilja.magnus@gmail.com>
32019Date: Sun Apr 20 10:38:12 2008 +0200
32020
32021 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
32022
32023 This patch enables SPI and MC13783/RTC support for the Litekit board.
32024
32025 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32026
32027commit f97abbfb47d9e407354e157cae3f6369e460cd37
32028Author: Ed Swarthout <Ed.Swarthout@freescale.com>
32029Date: Fri Apr 25 01:08:32 2008 -0500
32030
32031 MPC8544DS: decode pcie3 end-point configuration correctly.
32032
32033 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
32034 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32035
32036commit 292188e15523c165c4269403fdcd33c26d89176e
32037Author: Roy Zang <tie-fei.zang@freescale.com>
32038Date: Fri Apr 25 00:55:09 2008 -0500
32039
32040 MPC8544DS: Removes the unknown flash message information
32041
32042 This patch removes the unknown flash message information:
32043 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
32044 This unknown flash message is caused by PromJet.
32045 Some of the board user is unhappy with this information.
32046
32047 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
32048 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32049
32050commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
32051Author: Kim Phillips <kim.phillips@freescale.com>
32052Date: Thu Apr 24 14:07:38 2008 -0500
32053
32054 mpc83xx: bump loadaddr over fdtaddr to 0x500000
32055
32056 this seems as a good compromise between human memory, typing,
32057 and last but not least, to accommodate for current and future kernel bloat.
32058
32059 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32060 Acked-by: Dave Liu <daveliu@freescale.com>
32061
32062commit be5a7190265a34d968578ff266549c60f6f57654
32063Author: Dave Liu <r63238@freescale.com>
32064Date: Tue Apr 15 13:12:23 2008 +0800
32065
32066 mpc83xx: clean up the readme for 83xx boards
32067
32068 1. correct the typo
32069 2. correct the memory map for 837xerdb board
32070
32071 Signed-off-by: Dave Liu <daveliu@freescale.com>
32072
32073commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
32074Author: Dave Liu <r63238@freescale.com>
32075Date: Tue Apr 15 13:11:11 2008 +0800
32076
32077 mpc83xx: remove the unused CPM's stuff
32078
32079 The MPC83xx family never have CPM block, so remove it from 83xx.
32080
32081 Signed-off-by: Dave Liu <daveliu@freescale.com>
32082
32083commit c63ad6325a8ac0097a54b418a3288926b0484b18
32084Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32085Date: Fri Apr 18 16:29:40 2008 +0200
32086
32087 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
32088
32089 This patch adds a configurable flash auto protection list that can be used
32090 to make U-Boot protect flash regions in flash_init().
32091
32092 The idea has been discussed on the u-boot mailing list starting
32093 on Nov 18th, 2007.
32094
32095 Even this patch brings a new feature it is used as a bugfix for 4xx
32096 platforms where flash_init() does not completely protect the
32097 monitor's flash range in all situations.
32098
32099 U-Boot protects the flash range from CFG_MONITOR_BASE to
32100 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
32101 include the reset vector at 0xfffffffc.
32102
32103 Example:
32104 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
32105
32106 This config option will auto protect the last 512k of flash that
32107 contains the bootloader on board like APC405 and PMC405.
32108
32109 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32110
32111commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
32112Author: Stefan Roese <sr@denx.de>
32113Date: Fri Apr 25 13:59:03 2008 +0200
32114
32115 ppc4xx: Remove double defines in lwmon5.h
32116
32117 introduced with latest lwmon5/POST merge
32118
32119 Signed-off-by: Stefan Roese <sr@denx.de>
32120
32121commit 7590378fb9c686709492ceb142825cd058255956
32122Author: Bartlomiej Sieka <tur@semihalf.com>
32123Date: Fri Apr 25 13:54:02 2008 +0200
32124
32125 Use watchdog-aware functions when calculating hashes of images - take two
32126
32127 Some files didn't get updated properly with the "Use watchdog-aware
32128 functions when calculating hashes of images" commit, this commit
32129 fixes this.
32130
32131 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32132 Signed-off-by: Wolfgang Denk <wd@denx.de>
32133
32134commit 8e048c438e20ec89b49da5f085f8f756eba6e587
32135Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32136Date: Fri Apr 25 12:01:39 2008 +0200
32137
32138 ppc4xx: Add bootcount limit handling for APC405 boards
32139
32140 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32141
32142commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
32143Author: Bartlomiej Sieka <tur@semihalf.com>
32144Date: Fri Apr 25 12:10:09 2008 +0200
32145
32146 Use watchdog-aware functions when calculating hashes of images
32147
32148 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32149
32150commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
32151Author: Wolfgang Denk <wd@denx.de>
32152Date: Fri Apr 25 12:44:08 2008 +0200
32153
32154 USB: fix more GCC 4.2.x aliasing warnings
32155
32156 Signed-off-by: Wolfgang Denk <wd@denx.de>
32157 Acked-by: Markus Klotzbuecher <mk@denx.de>
32158
32159commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
32160Author: Wolfgang Denk <wd@denx.de>
32161Date: Fri Apr 25 12:41:53 2008 +0200
32162
32163 lib_generic/crc32.c: add missing #include <watchdog.h>
32164
32165 Signed-off-by: Wolfgang Denk <wd@denx.de>
32166
32167commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
32168Author: Wolfgang Denk <wd@denx.de>
32169Date: Fri Apr 25 11:52:21 2008 +0200
32170
32171 lib_generic/crc32.c: fix compile problem
32172
32173 Signed-off-by: Wolfgang Denk <wd@denx.de>
32174
32175commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
32176Author: Stefan Roese <sr@denx.de>
32177Date: Tue Apr 22 12:20:32 2008 +0200
32178
32179 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
32180
32181 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
32182 environment variable will now get passed to the Linux kernel by setting
32183 the device_type property of the PCIe device tree node. For normal root-
32184 complex configuration it will keep its defaults value of "pci" and for
32185 endpoint configuration it will get changed to "pci-endpoint".
32186
32187 Signed-off-by: Stefan Roese <sr@denx.de>
32188
32189commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
32190Author: Yuri Tikhonov <yur@emcraft.com>
32191Date: Thu Apr 24 10:30:53 2008 +0200
32192
32193 lwmon5: watchdog POST fix
32194
32195 Use the GPT0_MASKx registers as the temporary storage for watch-dog
32196 timer POST test instead of GPT0_COMPx. The latter
32197 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
32198
32199 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
32200 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32201
32202commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
32203Author: Kim Phillips <kim.phillips@freescale.com>
32204Date: Mon Apr 21 18:10:14 2008 -0500
32205
32206 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
32207
32208 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
32209 proven problematic getting right from the start at least on 83xx and
32210 4xx.
32211
32212 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32213
32214commit a99715b8ebfc500f3f40e01b36b64d473938443d
32215Author: Detlev Zundel <dzu@denx.de>
32216Date: Fri Apr 18 14:50:01 2008 +0200
32217
32218 Realining some header definitions.
32219
32220 Signed-off-by: Detlev Zundel <dzu@denx.de>
32221
32222commit 4acbc6c7f993cae409c424615415a3e76820f13d
32223Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32224Date: Thu Apr 24 07:57:16 2008 +0200
32225
32226 NE2000: coding style cleanup
32227
32228 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32229
32230commit b4aff1ffaf7120032c653357c007faa14f74d29d
32231Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32232Date: Wed Apr 23 00:11:47 2008 +0900
32233
32234 qemu-mips.h: Add CFI support
32235
32236 CONFIG_ENV_OVERWRITE is also added.
32237
32238 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
32239
32240 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32241 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32242
32243commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
32244Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32245Date: Tue Apr 22 22:47:27 2008 +0900
32246
32247 doc/README.mips: Add MIPS notes
32248
32249 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32250
32251commit 215b01bba8bc662d35f72b084700b192d367dfb4
32252Author: Bartlomiej Sieka <tur@semihalf.com>
32253Date: Tue Apr 22 12:27:56 2008 +0200
32254
32255 Add support for calculating hashes with watchdog triggering
32256
32257 Implement watchodg-aware variants of hash calculation functions:
32258 - crc32_wd()
32259 - md5_wd()
32260 - sha1_csum_wd()
32261 The above functions calculate the hash of the input buffer in chunks,
32262 triggering the watchdog after processing each chunk. The chunk size
32263 is given as a function call parameter.
32264
32265 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32266
32267commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
32268Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32269Date: Wed Apr 23 11:02:12 2008 +0900
32270
32271 qemu-mips: Cleanup whitespace, indentation, etc.
32272
32273 No functional change.
32274
32275 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
32276 Then I re-created from scratch, and changed more lines than the original.
32277
32278 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32279 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32280
32281commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
32282Author: Vlad Lungu <vlad@comsys.ro>
32283Date: Wed Oct 10 23:02:09 2007 +0300
32284
32285 Fixed pcnet io_base
32286
32287 Bus and phys address are not always the same
32288
32289 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
32290
32291commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
32292Author: Wolfgang Denk <wd@denx.de>
32293Date: Thu Apr 24 23:44:26 2008 +0200
32294
32295 drivers/net/pcnet.c: Coding Style cleanup.
32296
32297 Signed-off-by: Wolfgang Denk <wd@denx.de>
32298
32299commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
32300Author: Vlad Lungu <vlad@comsys.ro>
32301Date: Wed Oct 10 23:04:23 2007 +0300
32302
32303 Added Am79C970A chip id to pcnet
32304
32305 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
32306
32307commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
32308Author: Magnus Lilja <lilja.magnus@gmail.com>
32309Date: Sun Apr 20 10:35:03 2008 +0200
32310
32311 i.MX31: Fix architecture numbers for ADS and Litekit boards
32312
32313 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
32314
32315 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32316
32317commit e7ae84d6c7288790e88639f57cb60daf89c11369
32318Author: Magnus Lilja <lilja.magnus@gmail.com>
32319Date: Sun Apr 20 10:36:36 2008 +0200
32320
32321 i.MX31: Use symbolic names for Litekit membases.
32322
32323 Use symbolic names instead of hard coded addresses for Litekit membases.
32324
32325 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32326
32327commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
32328Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32329Date: Sat Apr 19 17:59:20 2008 +0200
32330
32331 Fix show_boot_progress prototype
32332
32333 in commit fad634071 "make show_boot_progress () weak."
32334 show_boot_progress is supposed to be declared as weak but declared as
32335 inline instead.
32336
32337 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32338
32339commit edbed247a14d70b94958010f736621212285de91
32340Author: Bartlomiej Sieka <tur@semihalf.com>
32341Date: Fri Apr 18 12:39:23 2008 +0200
32342
32343 Memory footprint optimizations
32344
32345 As suggested by Wolfgang Denk:
32346 - image printing functions:
32347 - remove wrappers
32348 - remove indentation prefix from functions' signatures
32349 - merge getenv_verify and getenv_autostart into one parametrized function
32350
32351 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32352
32353commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
32354Author: Guennadi Liakhovetski <lg@denx.de>
32355Date: Tue Apr 15 13:33:11 2008 +0200
32356
32357 MX31ADS environment variable update, spi and rtc support
32358
32359 Update MX31ADS default environment to better match the flash layout and
32360 the memory map, support SPI and RTC.
32361
32362 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32363
32364commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
32365Author: Kumar Gala <galak@kernel.crashing.org>
32366Date: Mon Apr 21 09:28:36 2008 -0500
32367
32368 85xx: Round up frequency calculations to get reasonable output
32369
32370 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
32371
32372 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
32373
32374 Signed-off-by: Dejan Minic <minic@freescale.com>
32375 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
32376 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32377 Acked-by: Andy Fleming <afleming@freescale.com>
32378
32379commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
32380Author: Kumar Gala <galak@kernel.crashing.org>
32381Date: Wed Apr 23 16:58:04 2008 -0500
32382
32383 fsl_pci: Only modify registers if we have them
32384
32385 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
32386
32387 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32388
32389commit 83fe32334337def160b302aa9d152d808bfcc68e
32390Author: Markus Klotzbücher <mk@denx.de>
32391Date: Wed Apr 23 10:57:33 2008 +0200
32392
32393 USB: remove a cpu bug workaround for an unsupported architecture.
32394
32395 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32396
32397commit f957576cb53e6cfab412709cfc8db1afd39d21c3
32398Author: Markus Klotzbücher <mk@denx.de>
32399Date: Wed Apr 23 10:53:23 2008 +0200
32400
32401 USB: fix those pesky aliasing warnings issued by gcc-4.2
32402
32403 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32404 Signed-off-by: Detlev Zundel <dzu@denx.de>
32405
32406commit 89cdab788f3716b335fefb60b836ebcf975aceab
32407Author: Mike Frysinger <vapier@gentoo.org>
32408Date: Mon Mar 31 11:02:01 2008 -0400
32409
32410 crc32: use uint32_t rather than unsigned long
32411
32412 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
32413 this is done with the build toolchain instead of the target tool
32414 chain, so if the build is a 64bit system but the target is 32bits,
32415 the size will obviously be wrong. This converts all unsigned long
32416 stuff related to crc32 to uint32_t types. Compile tested only: output
32417 of ./tools/envcrc when run on a 32bit build system matches that of a
32418 64bit build system.
32419
32420 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32421 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32422
32423commit 80c40b765b3642ddb9f3392b7898715aab44a29c
32424Author: Dirk Behme <dirk.behme@googlemail.com>
32425Date: Wed Mar 26 09:53:29 2008 +0100
32426
32427 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
32428
32429 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
32430
32431 Changes:
32432
32433 - Remove *_masked() functions as noted by Wolfgang
32434
32435 - Adapt register naming to recent TI spec (sprue26, March 2007)
32436
32437 - Fix reset_timer() handling
32438
32439 - 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.
32440
32441 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
32442
32443 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
32444
32445 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
32446
32447 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
32448
32449 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
32450 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
32451
32452commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
32453Author: Sergei Poselenov <sposelenov@emcraft.com>
32454Date: Wed Apr 9 16:09:41 2008 +0200
32455
32456 Added watchdog triggering calls in the "mtest" test function.
32457
32458 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
32459
32460commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
32461Author: Yuri Tikhonov <yur@emcraft.com>
32462Date: Sun Apr 6 19:19:14 2008 +0200
32463
32464 lwmon5 watchdog: limit trigger rate
32465
32466 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
32467 the CONFIG_WD_MAX_RATE value.
32468
32469 Note that an earlier version of this patch which used microseconds
32470 instead of ticks dis not work. The problem was that we used
32471 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
32472 get_tbclk(), which in turn calls get_sys_info(). It turns out that
32473 this function does a lot of prolonged operations (like divisions)
32474 which take too much time so we do not trigger the watchdog in time,
32475 and it resets the system.
32476
32477 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32478
32479commit 2d2b994a30bb100774dc747ae9865b7f95285a88
32480Author: Yuri Tikhonov <yur@emcraft.com>
32481Date: Mon Mar 31 10:51:37 2008 +0200
32482
32483 POST: move CONFIG_POST to Makefiles
32484
32485 Introduce the new logical option CONFIG_HAS_POST which is set when the
32486 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
32487 to determine should the POST libs be compiled for the selected target
32488 platform, or not.
32489
32490 To avoid breaking u-boot linking process, the empty post/libpost.a file is
32491 created for platforms which do not have POSTs.
32492
32493 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32494 Signed-off-by: Wolfgang Denk <wd@denx.de>
32495
32496commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
32497Author: Yuri Tikhonov <yur@emcraft.com>
32498Date: Mon Mar 31 10:49:34 2008 +0200
32499
32500 POST: preparations for moving CONFIG_POST to Makefiles
32501
32502 Remove CONFIG_POST ifdefs from the post/ source files.
32503
32504 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32505 Signed-off-by: Wolfgang Denk <wd@denx.de>
32506
32507commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
32508Author: Stefan Roese <sr@denx.de>
32509Date: Tue Apr 22 14:14:20 2008 +0200
32510
32511 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
32512
32513 This patch fixes the Canyonlands and Glacier default environment to better
32514 fit to the arch/powerpc device-tree kernels. The variables dealing with
32515 arch/ppc booting are removed, since these boards are supported only in
32516 arch/powerpc. Glacier uses the same config file as Canyonlands.
32517
32518 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
32519
32520 Signed-off-by: Stefan Roese <sr@denx.de>
32521
32522commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
32523Author: Stefan Roese <sr@denx.de>
32524Date: Tue Apr 22 14:06:42 2008 +0200
32525
32526 ppc4xx: Small coding style cleanup for the latest esd patches
32527
32528 Signed-off-by: Stefan Roese <sr@denx.de>
32529
32530commit 79941d63bc03aed8c48d7602f18217cc200ee931
32531Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32532Date: Mon Apr 21 18:01:07 2008 +0200
32533
32534 ppc4xx: Update CPU strapping for PMC440 boards
32535
32536 This patch removes the temporary 'test' strapping option
32537 of the sbe command. The '667' strapping option now uses
32538 a PLB/PCI divider of 3.
32539
32540 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32541
32542commit f00cf3193a6635355b121e90debb2f54e777e7da
32543Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32544Date: Mon Apr 21 14:42:21 2008 +0200
32545
32546 ppc4xx: Remove unused APC405 strataflash driver
32547
32548 The APC405 board support has been migrated to use the common
32549 CFI flash driver.
32550
32551 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32552
32553commit 1c686676a86473bbd92151f0544e109413f6ed06
32554Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32555Date: Mon Apr 21 14:42:17 2008 +0200
32556
32557 ppc4xx: Update APC405 configuration
32558
32559 - enable esd's auto_update mechanism
32560 - support alternative flash layout on rev. 1.8 boards
32561 - update default environment
32562 - use common CFI flash driver
32563 - coding style cleanup
32564
32565 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32566
32567commit 0b9872515a521bf7866dc24b85ddce708e60d702
32568Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32569Date: Mon Apr 21 14:42:11 2008 +0200
32570
32571 ppc4xx: Update APC405 board support
32572
32573 - enable esd's auto_update mechanism
32574 - fix LCD support on latest hardware revision (uses other LCD controller)
32575 - support alternative flash layout on rev. 1.8 boards
32576 - coding style cleanup
32577
32578 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32579
32580commit 83975d02e225e231960784972e7820a8b303756b
32581Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32582Date: Mon Apr 21 14:42:06 2008 +0200
32583
32584 ppc4xx: update esd's common auto_update code for 405 boards
32585
32586 - Coding style cleanup (long lines)
32587 - improve handling of protected flash regions
32588 - remove dead code
32589
32590 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32591
32592commit b9233fe5d59cb25d975071616bd1035d6f4c2285
32593Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32594Date: Mon Apr 21 14:41:59 2008 +0200
32595
32596 ppc4xx: Update esd's common LCD code for 405 boards
32597
32598 - Coding style cleanup (long lines)
32599 - Add s1d13505 support
32600 - Make some functions return a result code instead of void
32601
32602 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32603
32604commit dea68189424c3f1242427a8146a3861bf093173c
32605Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32606Date: Mon Apr 21 11:36:55 2008 +0200
32607
32608 ppc4xx: Update FPGA image for APC405 boards
32609
32610 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32611
32612commit 2a05b152924acfcec3b037693329e517e6d3578f
32613Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32614Date: Mon Apr 21 11:36:08 2008 +0200
32615
32616 ppc4xx: Update bootlogo for APC405 boards
32617
32618 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32619
32620commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
32621Author: Stefan Roese <sr@denx.de>
32622Date: Fri Apr 18 16:41:31 2008 +0200
32623
32624 ppc4xx: Add dcache_enable() for 440
32625
32626 dcache_enable() was missing for 440 and the patch
32627 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
32628 "] behavior uses this function.
32629
32630 Note: Currently the cache handling functions like
32631 d/icache_disable/enable() are NOP's on 440. This may be changed in the
32632 future.
32633
32634 Signed-off-by: Stefan Roese <sr@denx.de>
32635
32636commit a49e0d177a0749614b316ec847fb623f09c82c07
32637Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32638Date: Mon Apr 21 11:19:04 2008 +0200
32639
32640 video: Add missing free for logo memory
32641
32642 This patch adds two missing free()s.
32643
32644 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32645
32646commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
32647Author: Troy Kisky <troy.kisky@boundarydevices.com>
32648Date: Mon Sep 24 16:41:43 2007 -0700
32649
32650 PATCH - Fix oob data copied into supplied buffer
32651
32652 This patch correctly sets the oobavail variable
32653 and fixes a bug where the oob data was not valid when
32654 there where multiple groups in oobfree.
32655
32656 First segment fixes a typo
32657 Second segment fixes a bug where oob data may be copied incorrectly.
32658 Third segment adds an error message when exiting due to write protect.
32659 Forth segment fixes a bug where oobavail may be set incorrectly.
32660
32661 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
32662
32663commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
32664Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32665Date: Fri Apr 18 17:24:32 2008 +0200
32666
32667 ppc4xx: Fix sys_get_info() for 405GP(r)
32668
32669 This patch assigns the correct EBC clock for 405GP(r) CPUs
32670 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
32671 uses an uninitialized EBC clock in its startup message.
32672
32673 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32674
32675commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
32676Author: Wolfgang Denk <wd@denx.de>
32677Date: Sun Apr 20 15:39:38 2008 -0700
32678
32679 Makefile: remove nand_spl/System.map when cleaning up.
32680
32681commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
32682Author: Wolfgang Denk <wd@denx.de>
32683Date: Sun Apr 20 15:35:52 2008 -0700
32684
32685 MAKEALL: sort entries / lists.
32686
32687 Signed-off-by: Wolfgang Denk <wd@denx.de>
32688
32689commit 0878af169b181868a105b5c33f3a6423e2c9fd60
32690Author: Kumar Gala <galak@kernel.crashing.org>
32691Date: Fri Apr 18 11:29:01 2008 -0500
32692
32693 85xx: Fix size of cpu-release-addr property
32694
32695 The cpu-release-addr is defined as always being a 64-bit quanity regardless
32696 if we are running on a 32-bit or 64-bit machine.
32697
32698commit 88353a985109562a639b2f8a0c90d77011bfe374
32699Author: Timur Tabi <timur@freescale.com>
32700Date: Fri Apr 4 11:15:58 2008 -0500
32701
32702 Fix calculation of I2C clock for some 85xx chips
32703
32704 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
32705 some use CCB/3. There is no pattern that can be used to determine which
32706 chips use which frequency, so the only way to determine is to look up the
32707 actual SOC designation and use the right value for that SOC.
32708
32709 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
32710
32711 Signed-off-by: Timur Tabi <timur@freescale.com>
32712
32713commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
32714Author: Wolfgang Denk <wd@denx.de>
32715Date: Fri Apr 18 11:44:27 2008 -0700
32716
32717 Fix build breakage casued by commit c0559be371b2
32718
32719 Change env_get_char from a global function ptr to a function.
32720
32721 Signed-off-by: Wolfgang Denk <wd@denx.de>
32722
32723commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
32724Author: Wolfgang Denk <wd@denx.de>
32725Date: Fri Apr 18 10:53:41 2008 -0700
32726
32727 Coding Style cleanup, update CHANGELOG.
32728
32729 Signed-off-by: Wolfgang Denk <wd@denx.de>
32730
268a804d
WD
32731commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
32732Author: Mike Frysinger <vapier@gentoo.org>
32733Date: Tue Apr 8 14:00:57 2008 -0400
32734
32735 Add support for u-boot in svn and localversion-* files
32736
32737 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32738
32739commit d23ff6827decf121461fbc5622612fd7effe207e
32740Author: Guennadi Liakhovetski <lg@denx.de>
32741Date: Thu Apr 3 17:04:22 2008 +0200
32742
32743 MX31ADS network and flash updates
32744
32745 This patch allows U-Boot to use buffered writes to the Spansion NOR
32746 flash installed on this board, and eliminates long delays in network
32747 transfers after the board startup.
32748
32749 Also modify flash layout to embed main and redundant environment
32750 blocks in the U-Boot image.
32751
32752 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32753
32754commit b5dc9b304d289831f291843ff88a45cbdf1a6290
32755Author: Guennadi Liakhovetski <lg@denx.de>
32756Date: Mon Apr 14 10:53:12 2008 +0200
32757
32758 Support for the MX31ADS evaluation board from Freescale
32759
32760 This patch adds support for the MX31ADS evaluation board from Freescale,
32761 initialization code is copied from RedBoot sources, also provided by
32762 Freescale.
32763
32764 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32765
7ed40117
WD
32766commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
32767Author: Stefan Roese <sr@denx.de>
32768Date: Tue Apr 8 10:33:29 2008 +0200
32769
32770 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
32771
32772 Signed-off-by: Stefan Roese <sr@denx.de>
32773
32774commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
32775Author: Stefan Roese <sr@denx.de>
32776Date: Tue Apr 8 10:33:28 2008 +0200
32777
32778 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
32779
32780 Signed-off-by: Stefan Roese <sr@denx.de>
32781
32782commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
32783Author: Stefan Roese <sr@denx.de>
32784Date: Tue Apr 8 10:33:27 2008 +0200
32785
32786 ppc4xx: Add Glacier NAND booting target
32787
32788 Signed-off-by: Stefan Roese <sr@denx.de>
32789
32790commit 46f373838e384a4c23d13581b1dfa5acb66b5810
32791Author: Stefan Roese <sr@denx.de>
32792Date: Tue Apr 8 10:31:00 2008 +0200
32793
32794 nand_spl: Update nand_spl to support 2k page size NAND devices
32795
32796 This patch adds support for booting from 2k page sized NAND device
32797 (e.g. Micron 29F2G08AAC).
32798
32799 Tested on AMCC Canyonlands.
32800
32801 Signed-off-by: Stefan Roese <sr@denx.de>
32802
268a804d
WD
32803commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
32804Author: Anatolij Gustschin <agust@denx.de>
32805Date: Thu Apr 17 18:18:00 2008 +0200
32806
32807 Fix crash on sequoia in ppc_4xx_eth_init
32808
32809 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
32810 with cache enabled (TLB Parity exeption). This patch
32811 fixes the problem.
32812
32813 Signed-off-by: Anatolij Gustschin <agust@denx.de>
32814
32815commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
32816Author: Anatolij Gustschin <agust@denx.de>
32817Date: Thu Apr 17 18:15:27 2008 +0200
32818
32819 ppc4xx: Fix crash on sequoia with cache enabled
32820
32821 Currently U-Boot crashes on sequoia board in CPU POST if
32822 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
32823 won't be disabled by change_tlb before CPU POST because
32824 there is an insufficient adress range check since
32825 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
32826 this problem.
32827
32828 Signed-off-by: Anatolij Gustschin <agust@denx.de>
32829
32830commit 43c509254fab375c49936498da944658117ed07c
32831Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32832Date: Thu Apr 17 23:35:13 2008 +0900
32833
32834 Use jr as register jump instruction
32835
32836 Current assembler codes are inconsistent in the way of register jump
32837 instruction usage; some use jr, some use j. Of course GNU as allows both
32838 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
32839 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
32840 at all.
32841
32842 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32843
32844commit 7ce63709828d37b08866e537339a169bd0db2bd3
32845Author: Guennadi Liakhovetski <lg@denx.de>
32846Date: Tue Apr 15 14:15:30 2008 +0200
32847
32848 RTC driver for MC13783
32849
32850 MC13783 is a multifunction IS with an SPI interface to the host. This
32851 driver handles the RTC controller in this chip.
32852
32853 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32854
32855commit 38254f45b0b412332726c90d3184ad47479fcffb
32856Author: Guennadi Liakhovetski <lg@denx.de>
32857Date: Tue Apr 15 14:14:25 2008 +0200
32858
32859 New i.MX31 SPI driver
32860
32861 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
32862 only implemented and tested on i.MX31, can with a modified register layout
32863 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
32864 controllers too.
32865
32866 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32867
32868commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
32869Author: Magnus Lilja <lilja.magnus@gmail.com>
32870Date: Tue Apr 15 19:09:10 2008 +0200
32871
32872 Fix name of i.MX31 boards in config file header
32873
32874 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
32875
32876 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32877
32878commit a49864593e083a5d0779fb9ca98e5a0f2053183d
32879Author: Mike Frysinger <vapier@gentoo.org>
32880Date: Sun Apr 13 19:42:19 2008 -0400
32881
32882 allow ports to override go behavior
32883
32884 Split the arch-specific logic out of the common go code and into a dedicated
32885 weak function called do_go_exec() that lives in cpu directories. This will
32886 need review from i386/nios people to make sure I didn't break them.
32887
32888commit 017e9b7925f74878d0e9475388cca9bda5ef9482
32889Author: Mike Frysinger <vapier@gentoo.org>
32890Date: Sun Apr 13 19:42:18 2008 -0400
32891
32892 allow ports to override bootelf behavior
32893
32894 Change the bootelf setup function into a dedicated weak function called
32895 do_bootelf_exec. This way ports can control the behavior however they
32896 like before/after calling the ELF entry point.
32897
32898commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
32899Author: Ulf Samuelsson <ulf@atmel.com>
32900Date: Sat Apr 12 20:56:03 2008 +0200
32901
32902 Reorder ARM boards in Makefile
32903
32904 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
32905 are no longer under ARM92xT header.
32906
32907 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
32908 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32909
32910commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
32911Author: Ulf Samuelsson <ulf@atmel.com>
32912Date: Sat Apr 12 20:29:44 2008 +0200
32913
32914 Clean up dataflash partitioning
32915
32916 This patch removes the board dependent parts from
32917 "drivers/mtd/dataflash.c".
32918 Each board relying on this, will have the appropriate
32919 code in a new file, "partition.c" in the board directory.
32920 board Makefiles updated to use the file.
32921
32922 The dataflash partitions are aligned on sector/page boundaries.
32923
32924 The CONFIG_NEW_DF_PARTITION was used to create named partitions
32925 This is now the default operation, and the CONFIG variable is removed.
32926
32927 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
32928
32929commit 51ecde946fec511a16346e498204ca10ad71080d
32930Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32931Date: Sat Apr 12 14:08:45 2008 +0200
32932
32933 gitignore: udpate stgit generated and .patch file
32934
32935 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32936
32937commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
32938Author: Wolfgang Denk <wd@denx.de>
32939Date: Fri Apr 18 00:15:36 2008 -0700
32940
32941 Get rid of redundant copy of renamed header file.
32942
32943 Signed-off-by: Wolfgang Denk <wd@denx.de>
32944
32945commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
32946Author: Vlad Lungu <vlad@comsys.ro>
32947Date: Fri Apr 11 21:20:14 2008 +0300
32948
32949 Fix dependency generation for older gcc versions
32950
32951 With gcc 3.3.3 at least, compilation fails with
32952
32953 Generating include/autoconf.mk
32954 gcc: compilation of header file requested
32955 make: *** [include/autoconf.mk] Error 1
32956
32957 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
32958
32959 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
32960
32961commit cb1c4896905ab22fcd982e6a8a539f0031942e71
32962Author: Marian Balakowicz <m8@semihalf.com>
32963Date: Fri Apr 11 11:07:49 2008 +0200
32964
32965 Restore the ability to continue booting after legacy image overwrite
32966
32967 Before new uImage code was merged, bootm code allowed for the kernel image to
32968 get overwritten during decompresion. new uImage introduced a check for image
32969 overwrites and refused to boot the image that got overwritten. This patch
32970 restores the old behavior. It also adds a warning when the image overwriten is
32971 a multi-image file, because in such case accessing componentes other than the
32972 first one will fail.
32973
32974 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32975
32976commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
32977Author: Marian Balakowicz <m8@semihalf.com>
32978Date: Fri Apr 11 11:07:43 2008 +0200
32979
32980 ppc: Fix ftd_blob variable init when processing raw blob
32981
32982 Set fdt_blob variable before its value is printed out.
32983
32984 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32985
32986commit 3d36be030043cd841a2551d00a395135e363a64b
32987Author: Jason Wessel <jason.wessel@windriver.com>
32988Date: Thu Apr 10 14:30:16 2008 -0500
32989
32990 Remove all the search paths from the .lds files.
32991
32992 The cross compiler is responsible for providing the correct libraries
32993 and the logic to find the linking libraries.
32994
32995 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
32996
32997commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
32998Author: Bartlomiej Sieka <tur@semihalf.com>
32999Date: Mon Apr 14 15:44:16 2008 +0200
33000
33001 Boot-related documentation update
33002
33003 - document 'bootm_low' and 'bootm_size' environment variables
33004 - update inaccurate CFG_BOOTMAPSZ entry
33005
33006 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
33007
33008commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
33009Author: Guennadi Liakhovetski <lg@denx.de>
33010Date: Wed Apr 9 17:34:08 2008 +0200
33011
33012 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
33013
33014 Restore logic reverted by commit
33015
33016 commit 80767a6cead9990d9e77e62be947843c2c72f469
33017 Author: Peter Pearse <peter.pearse@arm.com>
33018 Date: Wed Sep 5 16:04:41 2007 +0100
33019
33020 Changed API name to coloured_led.h
33021 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
33022 Tidied other cpu/arm920t/start.S code
33023
33024 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33025
33026commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
33027Author: Mike Frysinger <vapier@gentoo.org>
33028Date: Tue Apr 8 10:24:24 2008 -0400
33029
33030 Remove conflicting NAND ID
33031
33032 There are two NAND entries with ID 0xDC and this obviously causes problems.
33033 In the kernel, they punted the first entry, so we should do the same.
33034
33035 See this upstream e-mail for more info:
33036 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
33037
33038 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
33039 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33040
33041commit 188e94c370621708d13547d58dbc6ed3c5602aa8
33042Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
33043Date: Tue Apr 8 16:20:35 2008 +0900
33044
33045 cpu/mips/cpu.c: Fix flush_cache bug
33046
33047 Cache operations have to take line address (addr), not start_addr.
33048 I noticed this bug when debugging ping failure.
33049
33050 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
33051
33052commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
33053Author: Martin Krause <martin.krause@tqs.de>
33054Date: Thu Apr 3 14:29:01 2008 +0200
33055
33056 TQM5200: fix default IDE reset level
33057
33058 Before the first call of ide_reset(), the level of the IDE reset
33059 signal on the TQM5200 is low (reset asserted). This patch sets the
33060 default value to high (reset not asserted).
33061
33062 Currently this patch fixes no real problem, but it is cleaner to
33063 assert the reset signal only on demand, and not permanently.
33064
33065 Signed-off-by: Martin Krause <martin.krause@tqs.de>
33066
33067commit c61e033d6e8abb7b4060ee36060961e1399f6079
33068Author: Detlev Zundel <dzu@denx.de>
33069Date: Thu Apr 3 14:18:48 2008 +0200
33070
33071 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
33072
33073 Signed-off-by: Detlev Zundel <dzu@denx.de>
33074
33075commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
33076Author: Detlev Zundel <dzu@denx.de>
33077Date: Thu Apr 3 14:18:47 2008 +0200
33078
33079 mgcoge, mgsuv: rename 'addcon' to 'addcons'
33080
33081 The latter name with 13 users is already established, so we will use
33082 that.
33083
33084 Signed-off-by: Detlev Zundel <dzu@denx.de>
33085
33086commit e175eacc87c3a9e4dad0799fee0e95732520afc7
33087Author: Martin Krause <martin.krause@tqs.de>
33088Date: Thu Apr 3 13:37:56 2008 +0200
33089
33090 IDE: fix bug in reset sequence
33091
33092 According to the ata (ata5) specification the RESET- signal
33093 shall be asserted for at least 25 us. Without this patch,
33094 the RESET- signal is asserted on some boards for only < 1 us
33095 (e. g. on the TQM5200). This patch adds a general delay of
33096 25 us to the RESET- signal.
33097
33098 Without this patch a Platinum 4 GiB CF card is not recognised
33099 properly on boards with a TQM5200 (STK52xx, TB5200).
33100
33101 Signed-off-by: Martin Krause <martin.krause@tqs.de>
33102
33103commit 813bea96a960916c72b4a3a7df840151529c26ce
33104Author: Sascha Laue <Sascha.Laue@gmx.biz>
33105Date: Thu Apr 3 14:43:11 2008 +0200
33106
33107 lwmon5: disable CONFIG_ZERO_BOOTDELAY
33108
33109 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
33110
33111commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
33112Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33113Date: Wed Apr 2 08:03:58 2008 +0200
33114
33115 ds174x: Fix warning on return in rtc_get and rtc_set functions
33116
33117 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33118
33119commit a253b38bf50c85227c33ca0febc870ee49d1588e
33120Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33121Date: Wed Apr 2 08:03:57 2008 +0200
33122
33123 cmd_log.c: Fix assignment differ in signedness
33124
33125 In function 'logbuff_init_ptrs':
33126 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
33127
33128 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33129
33130commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
33131Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
33132Date: Wed Apr 2 11:04:43 2008 +0530
33133
33134 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
33135
33136 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
33137
33138commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
33139Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33140Date: Tue Apr 1 14:07:10 2008 +0200
33141
33142 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
33143
33144 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33145
33146commit c08fb3ea36d19b1640b7906264581e9105534399
33147Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33148Date: Tue Apr 15 10:24:14 2008 +0200
33149
33150 Additional PCI IDs for IDE and network controllers
33151
33152 These PCI IDs are required by the Linkstation platforms.
33153
33154 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33155
33156commit c0559be371b2a64b1a817088c3308688e2182f93
33157Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
33158Date: Mon Apr 14 23:01:50 2008 +0200
33159
33160 Change env_get_char from a global function ptr to a function.
33161
33162 This avoids an early global data reference.
33163
33164 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
33165
33166commit 3e0f331c05d72f140715c1e9fca991927e44d422
33167Author: Guennadi Liakhovetski <lg@denx.de>
33168Date: Tue Apr 29 12:35:08 2008 +0000
33169
33170 Clean up smsc911x driver
33171
33172 Replace direct register address derefencing with accessor functions.
33173 Restrict explicitly 32-bit bus-width, extend affected configurations
33174 respectively.
33175
33176 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33177 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33178
33179commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
33180Author: Sascha Hauer <s.hauer@pengutronix.de>
33181Date: Tue Apr 15 00:08:20 2008 -0400
33182
33183 This patch adds a driver for the following smsc network controllers:
33184 LAN9115
33185 LAN9116
33186 LAN9117
33187 LAN9215
33188 LAN9216
33189 LAN9217
33190
33191 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33192 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
33193 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33194
33195commit 3dfd4aab929cccddb63d9ea509967861e1333b52
33196Author: Sascha Laue <Sascha.Laue@gmx.biz>
33197Date: Tue Apr 1 15:13:03 2008 +0200
33198
33199 Fix watchdog POST for lwmon5
33200
33201 If the hardware watchdog detects a voltage error, the watchdog sets
33202 GPIO62 to low. The watchdog POST has to detect this low level.
33203
33204 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
33205
33206commit 24b448448a917e52806f82660a5c9d47608894fb
33207Author: Dave Liu <r63238@freescale.com>
33208Date: Tue Apr 1 15:22:11 2008 +0800
33209
33210 ata: update the libata.h from ata.h of linux kernel
33211
33212 Current libata.h of u-boot is out of sync from linux kernel,
33213 this patch make it be consistent with linux kernel.
33214
33215 Signed-off-by: Dave Liu <daveliu@freescale.com>
33216 Signed-off-by: Tor Krill <tor@excito.com>
33217
33218commit f8f9dc98883f66f59eb0601da65808e6b139c87c
33219Author: Kumar Gala <galak@kernel.crashing.org>
33220Date: Mon Mar 31 11:59:27 2008 -0500
33221
33222 Allow use of ARCH=powerpc when building
33223
33224 The linux kernel is now mostly ARCH=powerpc, so to make life easier
33225 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
33226
33227 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33228
33229commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
33230Author: Kyungmin Park <kmpark@infradead.org>
33231Date: Mon Mar 31 10:40:54 2008 +0900
33232
33233 Add apollon board MAINTAINERS entry
33234
33235 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33236
33237commit 77e475cc0ed1832160017d364be32a0be9ff02a9
33238Author: Kyungmin Park <kmpark@infradead.org>
33239Date: Mon Mar 31 10:40:36 2008 +0900
33240
33241 Fix OneNAND read
33242
33243 It should access with 16-bit instead of 8-bit
33244
33245 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
33246
33247 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33248
33249commit a9da2b41079d230db3a5641625311983f85ce1fb
33250Author: Kyungmin Park <kmpark@infradead.org>
33251Date: Mon Mar 31 10:40:19 2008 +0900
33252
33253 Fix OneNAND erase command
33254
33255 It mis-calculates the block address.
33256 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
33257
33258 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33259
33260commit 61525f2ffa156665a66908fda47dbf29d65ea579
33261Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33262Date: Mon Mar 31 01:32:15 2008 +0200
33263
33264 Support for LinkStation / KuroBox HD and HG PPC models
33265
33266 This patch is based on the port by Mihai Georgian (see linkstation.c for
33267 Copyright information) and implements support for LinkStation / KuroBox HD
33268 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
33269 the moment, pending network driver fixing.
33270
33271 Notice to users: this is pretty much a barebone port. Support for network
33272 on HG models is already in the U-Boot mainline, but you might also want
33273 patches to switch fan / phy modes depending on the negotiated ethernet
33274 parameters. This patch also doesn't support console switching, booting EM
33275 mode, Buffalo specific ext2 magic number. So, if you want to use any of
33276 those, you need additional patches. Otherwise this patche provides a fully
33277 functional u-boot with a network console on your system.
33278
33279 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33280
33281commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
33282Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33283Date: Sun Mar 30 01:22:13 2008 -0500
33284
33285 Add CONFIG_MII_INIT support to related boards
33286
33287 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
33288 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
33289 that use mii_init() in cmd_init.c.
33290
33291 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33292 Acked-by: Ben Warren <biggerbadderben@gmail.com>
33293
33294commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
33295Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33296Date: Sun Mar 30 01:19:06 2008 -0500
33297
33298 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
33299
33300 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
33301 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
33302
33303 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33304
33305commit e99ccb488181d012248c6be30b2093e950319fc5
33306Author: Kumar Gala <galak@kernel.crashing.org>
33307Date: Thu Mar 27 11:46:38 2008 -0500
33308
33309 Introduce phys_size_t and move phys_addr_t into asm/types.h
33310
33311 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
33312 that have larger physical addresses like 44x, 85xx, and 86xx.
33313
33314 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33315
33316commit 20a14a42a25f72e379f38460b8a8484667536795
33317Author: Andy Fleming <afleming@freescale.com>
33318Date: Wed Apr 2 16:19:07 2008 -0500
33319
33320 Rename include/md5.h to include/u-boot/md5.h
33321
33322 Some systems have md5.h installed in /usr/include/. This isn't the
33323 desired file (we want the one in include/md5.h). This will avoid the
33324 conflict. This fixes the host tools building problem by creating a new
33325 directory for U-Boot specific header files.
33326
33327 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
33328 Denk]
33329
33330 Signed-off-by: Wolfgang Denk <wd@denx.de>
33331 Signed-off-by: Andy Fleming <afleming@freescale.com>
33332 Acked-by: Timur Tabi <timur@freescale.com>
33333
33334commit f297b7a1ec87433f66320d89d993e1bc738c66b8
33335Author: Dave Liu <r63238@freescale.com>
33336Date: Thu Mar 27 18:51:17 2008 +0800
33337
33338 drivers: code clean up
33339
33340 Signed-off-by: Dave Liu <daveliu@freescale.com>
33341
33342commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
33343Author: Dave Liu <r63238@freescale.com>
33344Date: Thu Mar 27 18:50:41 2008 +0800
33345
33346 drivers: clean up the ata_piix.h
33347
33348 Signed-off-by: Dave Liu <daveliu@freescale.com>
33349
33350commit e8f7ba404f1409606962815ecc955a06984b08b3
33351Author: Dave Liu <r63238@freescale.com>
33352Date: Thu Mar 27 18:49:56 2008 +0800
33353
33354 doc: english polishing for README.sata
33355
33356 according to gvb's suggestion, polishing for the doc.
33357
33358 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
33359 Signed-off-by: Dave Liu <daveliu@freescale.com>
33360
33361commit 3e3f766a5274d204780460e1879723b565296d34
33362Author: Kumar Gala <galak@kernel.crashing.org>
33363Date: Wed Mar 26 18:53:28 2008 -0500
33364
33365 Fix warnings introduced by I2C bus speed setting patch
33366
33367 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33368
33369commit 3c735e7437150e8615f26930c7819db85634276d
33370Author: eran liberty <eran.liberty@gmail.com>
33371Date: Thu Mar 27 00:50:49 2008 +0100
33372
33373 Altera Stratix II support
33374
33375 Adds Support for Altera's Stratix II.
33376
33377 Within your board specific init file you will have to call
33378
33379 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
33380 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
33381
33382 Altera_desc* contines (for example):
33383 {
33384 Altera_StratixII, /* part type */
33385 passive_serial, /* interface type */
33386 1, /* bytes of data part can accept */
33387 (void *)(&funcs), /* interface function table */
33388 0L, /* base interface address */
33389 0 /* implementation specific cookie */
33390 }
33391
33392 funcs is the interface. It is of type altera_board_specific_func.
33393 It looks like this:
33394 altera_board_specific_func func = {
33395 pre_fn,
33396 config_fn,
33397 status_fn,
33398 done_fn,
33399 clk_fn,
33400 data_fn,
33401 abort_fn,
33402 post_fn,
33403 };
33404
33405 you will have to implement these functions, which is usually bit
33406 banging some gpio.
33407
33408 Signed-off-by: Eran Liberty <liberty@extricom.com>
33409
33410commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
33411Author: Wolfgang Denk <wd@denx.de>
33412Date: Sun Apr 13 14:32:54 2008 -0700
33413
33414 Update CHANGELOG
33415
33416 Signed-off-by: Wolfgang Denk <wd@denx.de>
33417
5ece9ec9
WD
33418commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
33419Author: Sascha Hauer <s.hauer@pengutronix.de>
33420Date: Wed Mar 26 20:41:17 2008 +0100
33421
33422 Phytec Phycore-i.MX31 support
33423
33424 This patch adds support for the Phytec Phycore-i.MX31 board
33425
33426 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33427 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33428
33429commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
33430Author: Sascha Hauer <s.hauer@pengutronix.de>
33431Date: Wed Mar 26 20:41:09 2008 +0100
33432
33433 mx31 litekit support
33434
33435 This patch adds support for the mx31 litekit board
33436
33437 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33438 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33439
33440commit cdace0661208754a53019ea0dc7b803a040e0939
33441Author: Sascha Hauer <s.hauer@pengutronix.de>
33442Date: Wed Mar 26 20:40:49 2008 +0100
33443
33444 add an i2c driver for mx31
33445
33446 This patch adds an i2c driver for Freescale i.MX processors
33447
33448 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33449 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33450
33451commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
33452Author: Sascha Hauer <s.hauer@pengutronix.de>
33453Date: Wed Mar 26 20:40:42 2008 +0100
33454
33455 core support for Freescale mx31
33456
33457 This patch adds the core support for Freescale mx31
33458
33459 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33460 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33461
33462commit 7ec68862a27c8f6f6d566228de8f6724d964a939
33463Author: Wolfgang Denk <wd@denx.de>
33464Date: Sun Apr 13 14:19:23 2008 -0700
33465
33466 Fix compile error
33467
33468 ...as suggested by Peter Pearse
33469
33470 Signed-off-by: Wolfgang Denk <wd@denx.de>
33471
33472commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
33473Author: Sascha Hauer <s.hauer@pengutronix.de>
33474Date: Wed Mar 26 20:40:36 2008 +0100
33475
33476 Separate omap24xx specific code from arm1136
33477
33478 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
33479 to cpu/arm1136/omap24xx.
33480
33481 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33482 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33483
33484commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
33485Author: Mike Frysinger <vapier@gentoo.org>
33486Date: Tue Jan 29 18:21:05 2008 -0500
33487
33488 disable caches before booting an app for Blackfin apps
33489
33490 It isn't generally save to execute applications outside of U-Boot with caches
33491 enabled due to the way the Blackfin processor handles caches (requires
33492 software assistance). This patch disables caches before booting an ELF or
33493 just booting raw code. The previous discussion on the patch was that we
33494 wanted to use weaks instead, but that proved to not be feasible when multiple
33495 symbols are involved, which puts us back at the ifdef solution. I've
33496 minimized the ugliness by moving the setup step outside of the main function.
33497
33498 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33499
33500commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
33501Author: Wolfgang Denk <wd@denx.de>
33502Date: Sun Apr 13 10:03:54 2008 -0700
33503
33504 ppc: Get rid of unused machine type definitions
33505
33506 Signed-off-by: Wolfgang Denk <wd@denx.de>
33507
33508commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
33509Author: Wolfgang Denk <wd@denx.de>
33510Date: Sun Apr 13 09:59:26 2008 -0700
33511
33512 Coding Style cleanup; update CHANGELOG
33513
33514 Signed-off-by: Wolfgang Denk <wd@denx.de>
33515
1aeed8d7
WD
33516commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
33517Author: Larry Johnson <lrj@acm.org>
33518Date: Thu Feb 21 13:58:11 2008 -0500
33519
33520 LM73 bug fix for negative temperatures and cleanup
33521
33522 When the LM73 temperature sensor measures a temperature below 0 C, the
33523 current driver does not perform sign extension, so the result returned is
33524 512 C too high. This patch fixes the problem, and does general cleanup
33525 of the code.
33526
33527 Signed-off-by: Larry Johnson <lrj@acm.org>
33528
33529commit 96ef831f713289afba19da0c8f905e99da2b23e0
33530Author: Guennadi Liakhovetski <lg@denx.de>
33531Date: Thu Apr 3 13:36:02 2008 +0200
33532
33533 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
33534
33535 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
33536 series require different addresses for buffered write commands. Define a
33537 configuration option to support buffered writes on those chips. A more
33538 elegant solution would be to automatically detect those chips by parsing
33539 their CFI records, but that would require introduction of a fixup table
33540 into the cfi_flash driver.
33541
33542 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33543
33544commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
33545Author: Lee Nipper <lee.nipper@freescale.com>
33546Date: Thu Apr 10 09:35:06 2008 -0500
33547
33548 mpc83xx: Update DIMM data bus width test to support 40-bit width
33549
33550 32-bit wide ECC memory modules report 40-bit width.
33551 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
33552
33553 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
33554 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33555
33556commit 5fb5a689d822ca61e814bd523fc930af335242fa
33557Author: Dave Liu <r63238@freescale.com>
33558Date: Mon Mar 31 17:05:12 2008 +0800
33559
33560 mpc83xx: Fix the bug of serdes initialization
33561
33562 Currently the serdes will not be initializated due to the
33563 partid's error.
33564
33565 Signed-off-by: Dave Liu <daveliu@freescale.com>
33566 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33567
33568commit 2000784818f043db7ca60e2846a72d097766b894
33569Author: Dave Liu <r63238@freescale.com>
33570Date: Thu Apr 3 16:28:29 2008 +0800
33571
33572 mpc83xx: Fix the SATA clock setting of 837x targets
33573
33574 Currently the SATA controller clock is configured as CSB clock,
33575 usually the CSB clock is 400/333/266MHz.
33576
33577 However, The SATA IP block is only guaranteed to operate up to
33578 200 MHz as stated in the HW spec.
33579
33580 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
33581
33582 This patch makes the SATA clock as half of CSB clock.
33583
33584 Signed-off-by: Dave Liu <daveliu@freescale.com>
33585 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33586
33587commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
33588Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33589Date: Wed Apr 2 13:41:21 2008 +0200
33590
33591 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
33592
33593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33594 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33595
33596commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
33597Author: Kumar Gala <galak@kernel.crashing.org>
33598Date: Wed Apr 9 04:20:57 2008 -0500
33599
33600 85xx: Fix detection of MP cpu spin up
33601
33602 We were looking at the wrong memory offset to determine of a secondary
33603 cpu had been spun up or not. Also added a warning message if the
33604 all the secondary cpus we expect don't spin up.
33605
33606 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33607
33608commit f3e04bdc3f360c66801a9048956e61e41a16edba
33609Author: Kumar Gala <galak@kernel.crashing.org>
33610Date: Tue Apr 8 10:45:50 2008 -0500
33611
33612 85xx: Use SVR_SOC_VER instead of SVR_VER
33613
33614 The recent change introduced by 'Update SVR numbers to expand support'
33615 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
33616 to compare against a particular processor id.
33617
33618 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33619
33620commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
33621Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
33622Date: Fri Apr 11 10:00:35 2008 -0400
33623
33624 ppc4xx: Fix power mgt definitions for PPC440
33625
33626 Corrected DCR addresses of PPC440EP power management registers.
33627
33628 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
33629
33630commit 950a392464e616b4590bc4501be46e2d7d162dea
33631Author: Wolfgang Denk <wd@denx.de>
33632Date: Fri Apr 11 15:11:26 2008 +0200
33633
33634 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
33635
33636 Reverting became necessary after it turned out that the patches in
33637 the u-boot-arm repo were modified, and in some cases corrupted.
33638
33639 This reverts the following commits:
33640
33641 066bebd6353e33af3adefc3404560871699e9961
33642 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
33643 c88ae20580b2b01487b4cdcc8b2a113f551aee36
33644 a147e56f03871bba4f05058d5e04ce7deb010b04
33645 d6674e0e2a6a1f033945f78838566210d3f28c95
33646 8c8463cce44d849e37744749b32d38e1dfb12e50
33647 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
33648 8bf69d81782619187933a605f1a95ee1d069478d
33649 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
33650 a574a73852a527779234e73e17e7597fd8128882
33651 1377b5583a48021d983e1fd565f7d40c89e84d63
33652 1704dc20917b4f71e373e2c888497ee666d40380
33653
33654 Signed-off-by: Wolfgang Denk <wd@denx.de>
33655
33656commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
33657Author: Stefan Roese <sr@denx.de>
33658Date: Fri Apr 11 07:02:29 2008 +0200
33659
33660 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
33661
33662 This patch reworks the default environment on Kilauea/Haleakala. Now
33663 "net_nfs" for exmaple uses the device-tree style booting formerly know
33664 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
33665 new image booting support, which check for image overwriting. So the
33666 addresses needed togeet adjusted.
33667
33668 Signed-off-by: Stefan Roese <sr@denx.de>
33669
33670commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
33671Author: Stefan Roese <sr@denx.de>
33672Date: Wed Apr 9 11:58:02 2008 +0200
33673
33674 ppc4xx: Fix Canyonlands default environment to work with new image support
33675
33676 Since the new image support checks for image overwriting, the default
33677 environment needs to get adjusted to use correct addresses.
33678
33679 Signed-off-by: Stefan Roese <sr@denx.de>
33680
33681commit dfc6c7b647dba7ab86749616f0e9e5740deed422
33682Author: Stefan Roese <sr@denx.de>
33683Date: Wed Apr 9 11:54:11 2008 +0200
33684
33685 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
33686
33687 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
33688 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
33689 on 4xx systems _start currently cannot be used for this calculation.
33690 So revert back to the original version for now.
33691
33692 Signed-off-by: Stefan Roese <sr@denx.de>
33693
33694commit f91374f65eae8b42cac329e06ba1c54728278efb
33695Author: Michal Simek <monstr@monstr.eu>
33696Date: Fri Mar 28 12:49:52 2008 +0100
33697
33698 microblaze: Sort microblaze boards in MAKEALL script
33699
33700commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
33701Author: Michal Simek <monstr@monstr.eu>
33702Date: Fri Mar 28 11:58:45 2008 +0100
33703
33704 microblaze: clean microblaze_config.mk
33705
33706 FLAGS are generated by U-BOOT generator.
33707 Board specific FLAGS are in board directory
33708
33709 Signed-off-by: Michal Simek <monstr@monstr.eu>
33710
33711commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
33712Author: Michal Simek <monstr@monstr.eu>
33713Date: Fri Mar 28 12:47:19 2008 +0100
33714
33715 microblaze: xupv2p fix config file for supporting FDT
33716
33717commit 188dc16b189143573b1ed90e584bf866d75cdd12
33718Author: Michal Simek <monstr@monstr.eu>
33719Date: Fri Mar 28 11:53:02 2008 +0100
33720
33721 microblaze: ml401 fix config file for supporting FDT
33722
33723 Signed-off-by: Michal Simek <monstr@monstr.eu>
33724
33725commit 4c6a6f02e239236261333759997eeaf86b30b54c
33726Author: Michal Simek <monstr@monstr.eu>
33727Date: Fri Mar 28 11:22:48 2008 +0100
33728
33729 microblaze: ml401 - add ifdef for GPIO
33730
33731 Signed-off-by: Michal Simek <monstr@monstr.eu>
33732
33733commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
33734Author: Michal Simek <monstr@monstr.eu>
33735Date: Fri Mar 28 12:13:03 2008 +0100
33736
33737 microblaze: clean uart16550 and uartlite handling
33738
33739 Signed-off-by: Michal Simek <monstr@monstr.eu>
33740
33741commit 0b20f250877441460fb79d72192954abe8498834
33742Author: Michal Simek <monstr@monstr.eu>
33743Date: Fri Mar 28 11:08:31 2008 +0100
33744
33745 microblaze: Add Emaclite driver to Makefile
33746
33747 Signed-off-by: Michal Simek <monstr@monstr.eu>
33748
33749commit 868cde5310f88234b774878e4f06e79df10a88b3
33750Author: Michal Simek <monstr@monstr.eu>
33751Date: Fri Mar 28 11:08:01 2008 +0100
33752
33753 microblaze: Add Emac driver to Makefile
33754
33755 Signed-off-by: Michal Simek <monstr@monstr.eu>
33756
33757commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
33758Author: Michal Simek <monstr@monstr.eu>
33759Date: Fri Mar 28 12:42:29 2008 +0100
33760
33761 microblaze: add Emac ethernet driver
33762
33763commit 89c53891b18cbafd29ab8931b40e27ad231b6085
33764Author: Michal Simek <monstr@monstr.eu>
33765Date: Fri Mar 28 12:41:56 2008 +0100
33766
33767 microblaze: add Emaclite ethernet driver
33768
33769commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
33770Author: Michal Simek <monstr@monstr.eu>
33771Date: Fri Mar 28 11:04:01 2008 +0100
33772
33773 microblaze: ML401 and XUPV2P remove emac and emaclite reference
33774
33775 Signed-off-by: Michal Simek <monstr@monstr.eu>
33776
33777commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
33778Author: Michal Simek <monstr@monstr.eu>
33779Date: Fri Mar 28 10:59:32 2008 +0100
33780
33781 microblaze: remove old setting for emac driver
33782
33783 Signed-off-by: Michal Simek <monstr@monstr.eu>
33784
33785commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
33786Author: Michal Simek <monstr@monstr.eu>
33787Date: Fri Mar 28 10:58:15 2008 +0100
33788
33789 microblaze: Clean Makefile from ancient emac driver
33790
33791 Signed-off-by: Michal Simek <monstr@monstr.eu>
33792
33793commit ab68f921d9c741830f721c3d879c13a0c5597183
33794Author: Daniel Hellstrom <daniel@gaisler.com>
33795Date: Fri Mar 28 10:20:43 2008 +0100
33796
33797 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
33798
33799 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33800
33801commit 6ed8a43a19bb0275501bc286007daafa923552cf
33802Author: Daniel Hellstrom <daniel@gaisler.com>
33803Date: Wed Mar 26 23:38:48 2008 +0100
33804
33805 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.
33806
33807 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33808
33809commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
33810Author: Daniel Hellstrom <daniel@gaisler.com>
33811Date: Wed Mar 26 23:34:47 2008 +0100
33812
33813 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
33814
33815 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33816
33817commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
33818Author: Daniel Hellstrom <daniel@gaisler.com>
33819Date: Fri Mar 28 10:06:52 2008 +0100
33820
33821 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
33822
33823 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33824
33825commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
33826Author: Daniel Hellstrom <daniel@gaisler.com>
33827Date: Wed Mar 26 23:26:48 2008 +0100
33828
33829 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
33830
33831 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33832
33833commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
33834Author: Daniel Hellstrom <daniel@gaisler.com>
33835Date: Fri Mar 28 10:00:33 2008 +0100
33836
33837 SPARC: Added support for SPARC LEON2 SOC Processor.
33838
33839 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33840
33841commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
33842Author: Daniel Hellstrom <daniel@gaisler.com>
33843Date: Wed Mar 26 23:00:38 2008 +0100
33844
33845 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.
33846
33847 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33848
33849commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
33850Author: Daniel Hellstrom <daniel@gaisler.com>
33851Date: Wed Mar 26 22:51:29 2008 +0100
33852
33853 SPARC: Added support for SPARC LEON3 SOC processor.
33854
33855 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33856
33857commit bf3d8b31169546fcddb4737391e1893fb12d033a
33858Author: Daniel Hellstrom <daniel@gaisler.com>
33859Date: Fri Mar 28 08:29:26 2008 +0100
33860
33861 SPARC: added SPARC support for new uimage in common code.
33862
33863 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33864
33865commit 00ab32c85405a4fe65fd4128243086210fc90a21
33866Author: Daniel Hellstrom <daniel@gaisler.com>
33867Date: Wed Mar 26 22:36:03 2008 +0100
33868
33869 SPARC: added SPARC board information to the command bdinfo.
33870
33871 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33872
33873commit c2f02da21a3f37f0878554eebc785e04fdc4e128
33874Author: Daniel Hellstrom <daniel@gaisler.com>
33875Date: Fri Mar 28 09:47:00 2008 +0100
33876
33877 SPARC: Added generic support for SPARC architecture.
33878
33879 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33880
33881commit e54ec0f016803e4d9524ff71f7971bda0c51b287
33882Author: Stefan Roese <sr@denx.de>
33883Date: Thu Apr 3 14:50:34 2008 +0200
33884
33885 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
33886
33887 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
33888 has 2 RGMII instances and we need to configure the 2nd RGMII instance
33889 for the EMAC2+3 channels.
33890
33891 Signed-off-by: Stefan Roese <sr@denx.de>
33892
33893commit c2a545ce33b26d80337f80b533828839249fb1c9
33894Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33895Date: Wed Apr 2 08:03:56 2008 +0200
33896
33897 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
33898
33899 fdt.c: In function 'ft_cpu_setup':
33900 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
33901 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
33902 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
33903 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
33904
33905 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33906
33907commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
33908Author: Andy Fleming <afleming@freescale.com>
33909Date: Mon Mar 31 20:45:56 2008 -0500
33910
33911 Fix fdt set command to conform to dts spec
33912
33913 The fdt set command was treating properties specified as <00> and <0011>
33914 as byte streams, rather than as an array of cells. As we already have
33915 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
33916 we should use the <> syntax to describe arrays of cells, which are always
33917 32-bits per element. If we imagine this likely (IMHO) scenario:
33918
33919 > fdt set /ethernet-phy@1 reg <1>
33920
33921 With the old code, this would create a bad fdt, since the reg cell would be
33922 made to be one byte in length. But the cell must be 4 bytes, so this would
33923 break mysteriously.
33924
33925 Also, the dts spec calls for constants inside the angle brackets (<>)
33926 to conform to C constant standards as they pertain to base.
33927 Take this scenario:
33928
33929 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
33930
33931 The old fdt command would complain that it couldn't parse that. Or, if you
33932 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
33933 do this:
33934
33935 > fdt set /mydev clock <1f78a40>
33936
33937 Whereas the new code will accept decimal numbers.
33938
33939 While I was in there, I extended the fdt command parser to handle property
33940 strings which are split across multiple arguments:
33941
33942 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
33943 > fdt p /ethernet@f00
33944 ethernet@f00 {
33945 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
33946 };
33947
33948 Lastly, the fdt print code was rearranged slightly to print arrays of cells
33949 if the length of the property is a multiple of 4 bytes, and to not print
33950 leading zeros.
33951
33952 Signed-off-by: Andy Fleming <afleming@freescale.com>
33953
33954commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
33955Author: Stefan Roese <sr@denx.de>
33956Date: Wed Apr 2 08:39:33 2008 +0200
33957
33958 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
33959
33960 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
33961 interface. This usage can be configured with the jumper J6. This patch
33962 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
33963 is installed.
33964
33965 Signed-off-by: Stefan Roese <sr@denx.de>
33966
33967commit 6fe2946f198481254a6ee9600d7456b8316a4083
33968Author: Kim Phillips <kim.phillips@freescale.com>
33969Date: Fri Mar 28 17:37:49 2008 -0500
33970
33971 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
33972
33973 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
33974 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
33975 started.
33976
33977 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33978
33979commit b5873f1732b92a25690e1513b90dfb0d644f6697
33980Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33981Date: Tue Apr 1 07:30:51 2008 +0200
33982
33983 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
33984
33985 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33986
33987commit 2d934ea51f276522b532f870a820e844ff480b5b
33988Author: Tor Krill <tor@excito.com>
33989Date: Fri Mar 28 15:29:45 2008 +0100
33990
33991 Add Vitesse 8601 support to TSEC driver
33992
33993 Add phy_info for Vitesse VSC8601.
33994 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
33995
33996 Signed-off-by: Tor Krill <tor@excito.com>
33997 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
33998 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33999
34000commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
34001Author: Daniel Hellstrom <daniel@gaisler.com>
34002Date: Mon Mar 31 14:25:00 2008 +0000
34003
34004 SPARC: added SMC91111 driver in and out macros for LEON processors.
34005
34006 This patch makes SPARC/LEON processors able to read and write
34007 to the SMC91111 chip using the chip external I/O bus of the memory
34008 controller. This patchs defines the standard in and out macros
34009 expected by the SMC9111 driver.
34010
34011 To access that I/O bus one must set up the memory controller
34012 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
34013 up this correctly when the other MCTRL parameters are set up. It
34014 can be set up from the board configuration header file.
34015
34016 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
34017 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34018
34019commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
34020Author: Stelian Pop <stelian@popies.net>
34021Date: Wed Mar 26 18:52:34 2008 +0100
34022
34023 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
34024
34025 Signed-off-by: Stelian Pop <stelian@popies.net>
34026
34027commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
34028Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34029Date: Mon Mar 31 21:31:04 2008 +0200
34030
34031 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
34032
34033 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34034
34035commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
34036Author: Stelian Pop <stelian@popies.net>
34037Date: Wed Mar 26 18:52:33 2008 +0100
34038
34039 Add support for AT91SAM9260EK
34040
34041 Support for booting from internal DataFlash, external DataFlash card
34042 or NAND flash is available.
34043
34044 Signed-off-by: Stelian Pop <stelian@popies.net>
34045
34046commit 1762f13b4aab88b685b1722f17dada247945624b
34047Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34048Date: Mon Mar 31 21:20:49 2008 +0200
34049
34050 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
34051
34052 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34053
34054commit 761712188b353494defb2b644491ff73d0daaa6f
34055Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34056Date: Mon Mar 31 21:12:17 2008 +0200
34057
34058 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
34059
34060 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34061
34062commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
34063Author: Stelian Pop <stelian@popies.net>
34064Date: Wed Mar 26 20:52:32 2008 +0100
34065
34066 Port AT91CAP9 to the new headers
34067
34068 Adapt the existing AT91CAP9 code to the new headers and APIs.
34069
34070 Signed-off-by: Stelian Pop <stelian@popies.net>
34071
34072commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
34073Author: Stelian Pop <stelian@popies.net>
34074Date: Wed Mar 26 19:52:31 2008 +0100
34075
34076 Finish header files reworking
34077
34078 Replace AT91CAP9.h file with several splitted header files coming
34079 from the Linux kernel.
34080
34081 This is part 2 of the replacement: more header imports and edits.
34082
34083 Signed-off-by: Stelian Pop <stelian@popies.net>
34084
34085commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
34086Author: Stelian Pop <stelian@popies.net>
34087Date: Wed Mar 26 19:52:30 2008 +0100
34088
34089 Import several header files from Linux
34090
34091 Replace AT91CAP9.h file with several splitted header files coming
34092 from the Linux kernel.
34093
34094 This is part 1 of the replacement: pristine header files import.
34095
34096 Signed-off-by: Stelian Pop <stelian@popies.net>
34097
34098commit a8a78f2d99dc1bd30dc3595da118539b506c6118
34099Author: Stelian Pop <stelian@popies.net>
34100Date: Wed Mar 26 20:52:28 2008 +0100
34101
34102 Move at91cap9 specific files to at91sam9 directory
34103
34104 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
34105 common infrastructure can be used. Let this infrastructure be
34106 named after the AT91SAM9 family, and move the existing AT91CAP9
34107 files to the new place.
34108
34109 Signed-off-by: Stelian Pop <stelian@popies.net>
34110
34111commit 61106a565870ff503f92b251b94bd7afef889a04
34112Author: Stelian Pop <stelian@popies.net>
34113Date: Wed Mar 26 21:52:27 2008 +0100
34114
34115 Use timer_init() instead of board supplied interrupt_init()
34116
34117 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
34118 the board, so use timer_init() instead of interrupt_init().
34119
34120 Signed-off-by: Stelian Pop <stelian@popies.net>
34121
34122commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
34123Author: Stelian Pop <stelian@popies.net>
34124Date: Wed Mar 26 21:52:36 2008 +0100
34125
34126 Cleanup DataFlash partition handling
34127
34128 DataFlash partition information has become a mess. This patch
34129 defines a single partition scheme for Atmel DataFlashes. This partition
34130 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
34131
34132 Signed-off-by: Stelian Pop <stelian@popies.net>
34133
34134commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
34135Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34136Date: Fri Mar 28 08:47:45 2008 -0500
34137
34138 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
34139
34140 When the version_string function in start.S is not 4-byte align,
34141 it will cause the compiler generates "unaligned opcodes detected
34142 in executable segment". This issue affects all ColdFire CPUs.
34143 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
34144 it is not aligned.
34145
34146 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34147 Acked-by: John Rigby <jrigby@freescale.com>
34148
34149commit bae61eefe15b4d454060a7140e49ae58322be803
34150Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34151Date: Tue Mar 25 15:41:15 2008 -0500
34152
34153 ColdFire: Add dspi and serial flash support for MCF5445x
34154
34155 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34156 Acked-by: John Rigby <jrigby@freescale.com>
34157
34158commit 48ead7a7a922fceaf494e352abfab8216a41b417
34159Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34160Date: Tue Mar 18 17:37:01 2008 -0500
34161
34162 ColdFire: Remove R5200 board
34163
34164 This board never went into production
34165
34166 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
34167 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34168 Acked-by: John Rigby <jrigby@freescale.com>
34169
34170commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
34171Author: Matthew Fettke <[matthew.fettke@gmail.com]>
34172Date: Thu Jan 24 14:02:32 2008 -0600
34173
34174 ColdFire: Added M5275EVB support.
34175
34176 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
34177 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34178 Acked-by: John Rigby <jrigby@freescale.com>
34179
34180commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
34181Author: Matthew Fettke <[matthew.fettke@gmail.com]>
34182Date: Mon Feb 4 15:38:20 2008 -0600
34183
34184 ColdFire: Added MCF5275 cpu support.
34185
34186 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
34187 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34188 Acked-by: John Rigby <jrigby@freescale.com>
34189
34190commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
34191Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34192Date: Mon Mar 17 12:14:11 2008 -0500
34193
34194 ColdFire: Define bootdelay in configuration file for M52277EVB
34195
34196 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
34197 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34198 Acked-by: John Rigby <jrigby@freescale.com>
34199
34200commit 77878f16cedee17161ff2336990970fffc6cea35
34201Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34202Date: Mon Mar 17 12:09:07 2008 -0500
34203
34204 ColdFire: Fix second memory Chipselect for M5475EVB
34205
34206 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34207 Acked-by: John Rigby <jrigby@freescale.com>
34208
34209commit 43d60642395a550956cb21d287c8cfa563913d28
34210Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34211Date: Thu Mar 13 14:26:32 2008 -0500
34212
34213 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
34214
34215 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34216 Acked-by: John Rigby <jrigby@freescale.com>
34217
34218commit eb14ebe813a0cb5d47905228da446a5ad692473b
34219Author: Larry Johnson <lrj@acm.org>
34220Date: Sun Mar 30 20:33:04 2008 -0500
34221
34222 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
34223
34224 Signed-off-by: Larry Johnson <lrj@acm.org>
34225
34226commit 02e3892021112f21067d9ed1d04ae4182725ba52
34227Author: Stefan Roese <sr@denx.de>
34228Date: Mon Mar 31 12:20:48 2008 +0200
34229
34230 ppc4xx: Small whitespace fix of esd patches
34231
34232 Signed-off-by: Stefan Roese <sr@denx.de>
34233
34234commit 034394abb524785047c815f00dde8cdbdc1593c5
34235Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34236Date: Sun Mar 30 18:52:44 2008 +0200
34237
34238 ppc4xx: Cleanup PMC440 board support
34239
34240 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34241
34242commit a6cc6c37188d85c25d167a4515da86f48d9a583e
34243Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34244Date: Sun Mar 30 18:52:06 2008 +0200
34245
34246 ppc4xx: Add ptm configuration variables for PMC440
34247
34248 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
34249 environment variables.
34250
34251 Cleanup pci_target_init.
34252
34253 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34254
34255commit 7c91f51a2fe296909147f1646a1412729dd10b1d
34256Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34257Date: Sun Mar 30 18:01:15 2008 +0200
34258
34259 ppc4xx: Minor updates for DU440 boards
34260
34261 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34262
34263commit d5bffeb868d6b4d462f558dac43011027b6644b7
34264Author: Mike Frysinger <vapier@gentoo.org>
34265Date: Tue Feb 19 00:54:20 2008 -0500
34266
34267 Blackfin: cleanup and overhaul common board init functions
34268
34269 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34270
34271commit b86b3416f874358acaf07519e7620cdb2145f75b
34272Author: Mike Frysinger <vapier@gentoo.org>
34273Date: Tue Feb 19 00:50:58 2008 -0500
34274
34275 Blackfin: cleanup lib_blackfin/cache.c
34276
34277 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34278
34279commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
34280Author: Mike Frysinger <vapier@gentoo.org>
34281Date: Sun Mar 30 15:46:13 2008 -0400
34282
34283 Blackfin: unify cpu and boot modes
34284
34285 All of the duplicated code for Blackfin processors and boot modes have been
34286 unified. After all, the core is the same for all processors, just the
34287 peripheral set differs (which gets handled in the drivers).
34288
34289 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34290
34291commit 880cc4381ea8360248cddcdf87a64566745a5724
34292Author: Stelian Pop <stelian@popies.net>
34293Date: Wed Mar 26 22:52:35 2008 +0100
34294
34295 Fix CFG_NO_FLASH compilation.
34296
34297 Many Atmel boards have no "real" (NOR) flash on board, and rely only
34298 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
34299 be present in a board configuration file, while still enabling flash
34300 commands like 'flinfo', 'protect', etc.
34301
34302 Signed-off-by: Stelian Pop <stelian@popies.net>
34303
34304commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
34305Author: Mike Frysinger <vapier@gentoo.org>
34306Date: Tue Feb 19 00:58:13 2008 -0500
34307
34308 Blackfin: BF537-stamp: cleanup spi flash driver
34309
34310 This punts the old spi flash driver for a new/generalized one until the
34311 common one can be integrated.
34312
34313 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34314
34315commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
34316Author: Ben Warren <biggerbadderben@gmail.com>
34317Date: Sun Mar 30 11:34:34 2008 -0400
34318
34319 Fix macro typo in common/cmd_mii.c
34320
34321 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
34322 actually applied the wrong patch.
34323
34324 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34325
34326commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
34327Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34328Date: Sun Mar 30 16:39:53 2008 +0200
34329
34330 use correct at91rm9200 register name in m501sk board
34331
34332 This fixes a naming bug for at91rm9200 lowlevel init code:
34333 NOR boot flash is on chipselect 0, not chipselect 2. This
34334 makes code use the register name from chip datasheets.
34335
34336 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34337
34338commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
34339Author: David Brownell <david-b@pacbell.net>
34340Date: Fri Jan 18 12:55:00 2008 -0800
34341
34342 use correct at91rm9200 register name
34343
34344 This fixes a naming bug for at91rm9200 lowlevel init code:
34345 NOR boot flash is on chipselect 0, not chipselect 2. This
34346 makes code use the register name from chip datasheets.
34347
34348 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
34349
34350commit a3543d6dc52b0ba9c64016687cf32d600b31a476
34351Author: David Brownell <david-b@pacbell.net>
34352Date: Fri Jan 18 12:45:45 2008 -0800
34353
34354 add missing ARM boards to MAKEALL
34355
34356 Add some missing ARM boards to MAKEALL. These build correctly,
34357 unlike several of the boards already listed.
34358
34359 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
34360
34361commit 066bebd6353e33af3adefc3404560871699e9961
34362Author: Peter Pearse <peter.pearse@arm.com>
34363Date: Sun Mar 30 11:34:09 2008 +0100
34364
34365 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
34366 to prevent compilation error.
34367
34368 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
34369
34370commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
34371Author: Guennadi Liakhovetski <[lg@denx.de]>
34372Date: Sun Mar 30 11:32:30 2008 +0100
34373
34374 Support for the MX31ADS evaluation board from Freescale
34375
34376 This patch adds support for the MX31ADS evaluation board from Freescale,
34377 initialization code is copied from RedBoot sources, also provided by Freescale.
34378
34379 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34380
34381commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
34382Author: Sascha Hauer <s.hauer@pengutronix.de>
34383Date: Sun Mar 30 11:32:27 2008 +0100
34384
34385 Phytec Phycore-i.MX31 support
34386
34387 This patch adds support for the Phytec Phycore-i.MX31 board
34388
34389 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34390 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34391
34392commit a147e56f03871bba4f05058d5e04ce7deb010b04
34393Author: Sascha Hauer <s.hauer@pengutronix.de>
34394Date: Sun Mar 30 11:32:24 2008 +0100
34395
34396 mx31 litekit support
34397
34398 This patch adds support for the mx31 litekit board
34399
34400 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34401 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34402
34403commit d6674e0e2a6a1f033945f78838566210d3f28c95
34404Author: Sascha Hauer <s.hauer@pengutronix.de>
34405Date: Sun Mar 30 11:32:21 2008 +0100
34406
34407 add SMSC LAN9x1x Network driver
34408
34409 This patch adds a driver for the following smsc network controllers:
34410 LAN9115
34411 LAN9116
34412 LAN9117
34413 LAN9215
34414 LAN9216
34415 LAN9217
34416
34417 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34418 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34419
34420commit 8c8463cce44d849e37744749b32d38e1dfb12e50
34421Author: Sascha Hauer <s.hauer@pengutronix.de>
34422Date: Sun Mar 30 11:32:16 2008 +0100
34423
34424 add an i2c driver for mx31
34425
34426 This patch adds an i2c driver for Freescale i.MX processors
34427
34428 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34429 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34430
34431commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
34432Author: Sascha Hauer <s.hauer@pengutronix.de>
34433Date: Sun Mar 30 11:30:43 2008 +0100
34434
34435 core support for Freescale mx31
34436
34437 This patch adds the core support for Freescale mx31
34438
34439 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34440 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34441
34442commit 8bf69d81782619187933a605f1a95ee1d069478d
34443Author: Sascha Hauer <s.hauer@pengutronix.de>
34444Date: Sun Mar 30 11:28:46 2008 +0100
34445
34446 Separate omap24xx specific code from arm1136
34447
34448 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
34449
34450 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34451 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34452
34453commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
34454Author: Peter Pearse <peter.pearse@arm.com>
34455Date: Sun Mar 30 11:23:05 2008 +0100
34456
34457 Add pmdra into MAKEALL
34458
34459 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
34460
34461commit a574a73852a527779234e73e17e7597fd8128882
34462Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
34463Date: Sun Mar 30 11:21:58 2008 +0100
34464
34465 Adds support for the Prodrive PMDRA board, based on a DM6441
34466
34467 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
34468
34469commit 1377b5583a48021d983e1fd565f7d40c89e84d63
34470Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
34471Date: Sun Mar 30 11:11:34 2008 +0100
34472
34473 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
34474
34475 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
34476
34477commit 1704dc20917b4f71e373e2c888497ee666d40380
34478Author: Dirk Behme <dirk.behme@gmail.com>
34479Date: Sun Mar 30 11:09:01 2008 +0100
34480
34481 - Remove *_masked() functions as noted by Wolfgang
34482 - Adapt register naming to recent TI spec (sprue26, March 2007)
34483 - Fix reset_timer() handling
34484 - As reported by Pieter [1] the overflow fix introduced a
34485 delay of factor 16 (e.g 2 seconds became 32). While the
34486 overflow fix is basically okay, it missed to divide udelay by
34487 16, too. Fix this.
34488 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
34489 - Remove software division of timer count value (DIV(x)
34490 macro) and do it in hardware (TIM_CLK_DIV).
34491 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
34492 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
34493 the hints & testing!
34494
34495 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
34496
34497 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
34498
34499commit ac3315c26e143c31680750c9c13f027efbcc887e
34500Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
34501Date: Thu Mar 6 16:45:44 2008 +0100
34502
34503 new PHY @ e1000 - 2nd try
34504
34505 Add 82541ER device with latest integrated IGP2 PHY.
34506 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
34507
34508 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34509 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34510
34511commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
34512Author: Daniel Hellstrom <daniel@gaisler.com>
34513Date: Fri Mar 28 20:22:53 2008 +0100
34514
34515 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
34516
34517 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
34518 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
34519 available at www.gaisler.com.
34520
34521 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
34522 offloading etc.) can be determined by a bit in the control register.
34523 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
34524
34525 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
34526 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34527
34528commit 233a8bcd94997f3f345833a3b82e836222f2a206
34529Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
34530Date: Mon Mar 17 17:08:22 2008 -0500
34531
34532 Add CONFIG_MII_INIT in cmd_mii.c
34533
34534 Provide common configuration in do_mii() to execute mii_init()
34535 for all cpu architectures
34536
34537 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34538 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34539
34540commit f605479de2deb11e834f31dfdb0af107c86aced6
34541Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
34542Date: Mon Mar 17 17:08:16 2008 -0500
34543
34544 ColdFire: Fix FEC transmit issue for MCF5275
34545
34546 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34547 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34548
34549commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
34550Author: Aras Vaichas <arasv@magtech.com.au>
34551Date: Wed Mar 26 09:43:57 2008 +1100
34552
34553 DHCP request fix for Windows Server 2003
34554
34555 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
34556 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
34557 interoperability problems with Windows Server 200x DHCP server when U-Boot
34558 client responds too fast for server to handle.
34559
34560 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
34561 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34562
34563commit 97bf85d784fbed485e652eb907589ad0d5cb7262
34564Author: Daniel Hellstrom <daniel@gaisler.com>
34565Date: Fri Mar 28 20:40:19 2008 +0100
34566
34567 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
34568
34569 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
34570 SPARC CPUs implement flash_read64 which calls __raw_readq.
34571
34572 For current SPARC architectures (LEON2 and LEON3) each read from the
34573 FLASH must lead to a cache miss. This is because FLASH can not be set
34574 non-cacheable since program code resides there, and alternatively disabling
34575 cache is poor from performance view, or doing a cache flush between each
34576 read is even poorer.
34577
34578 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
34579 load alternative space, the alternative space number (ASI) is processor
34580 implementation spcific and can be found by including <asm/processor.h>.
34581
34582 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
34583
34584commit 70431e8a7393b6b793f77957f95b999fc9a269b8
34585Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34586Date: Fri Mar 28 15:41:25 2008 +0100
34587
34588 Make MPC83xx one step closer to full relocation.
34589
34590 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
34591 and use GOT relative reference.
34592
34593 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34594 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34595
34596commit 5b2793a3f3de34d439232b05acc8af67a028fd35
34597Author: Michael Barkowski <michael.barkowski@freescale.com>
34598Date: Thu Mar 27 14:34:43 2008 -0400
34599
34600 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
34601
34602 This patch fixes eeprom page size so that you can now write more than
34603 64 bytes at a time.
34604
34605 It also makes the board take MAC addresses, if found, from EEPROM.
34606
34607 User should place up to 4 addresses at offset 0x7f00, for
34608 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
34609 four six-byte values should have it's CRC at the end. crc32 and
34610 eeprom commands can be used to accomplish this.
34611
34612 If CRC fails, MAC addresses come from the environment. If CRC
34613 succeeds, the environment is overwritten at startup.
34614
34615 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
34616 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34617
34618commit 8f325cff31f6e745e6540014b131b9a97f61944c
34619Author: Michael Barkowski <michael.barkowski@freescale.com>
34620Date: Fri Mar 28 15:15:38 2008 -0400
34621
34622 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
34623
34624 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
34625 controller on the PCI bus in Linux on the MPC8323ERDB.
34626
34627 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
34628 config file.
34629
34630 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
34631 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34632
34633commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
34634Author: Kim Phillips <kim.phillips@freescale.com>
34635Date: Fri Mar 28 10:19:07 2008 -0500
34636
34637 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
34638
34639 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
34640 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
34641 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
34642 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
34643 convenience macros.
34644
34645 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34646
34647commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
34648Author: Kim Phillips <kim.phillips@freescale.com>
34649Date: Fri Mar 28 10:18:53 2008 -0500
34650
34651 mpc83xx: display ddr frequency in board_add_ram_info banner
34652
34653 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34654
34655commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
34656Author: Kim Phillips <kim.phillips@freescale.com>
34657Date: Fri Mar 28 10:18:40 2008 -0500
34658
34659 mpc83xx: unreinvent mem_clk
34660
34661 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
34662 mem_*_clk for consistency's sake.
34663
34664 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34665
34666commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
34667Author: Kim Phillips <kim.phillips@freescale.com>
34668Date: Fri Mar 28 14:31:23 2008 -0500
34669
34670 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
34671
34672 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34673
34674commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
34675Author: Dave Liu <r63238@freescale.com>
34676Date: Wed Mar 26 22:57:19 2008 +0800
34677
34678 mpc83xx: enable the SATA interface on mpc837xemds board
34679
34680 Enable the first two SATA interfaces on MPC837xEMDS board,
34681 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
34682
34683 Signed-off-by: Dave Liu <daveliu@freescale.com>
34684 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34685
34686commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
34687Author: Dave Liu <r63238@freescale.com>
34688Date: Wed Mar 26 22:56:36 2008 +0800
34689
34690 mpc83xx: initialize serdes for MPC837xEMDS boards
34691
34692 This patch is stolen from Anton Vorontsov's patch
34693 for mpc837xerdb boards.
34694
34695 The reference clk and xcorevdd voltage of serdes1/2
34696 is same between mpc837xemds and mpc837xerdb.
34697
34698 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
34699 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
34700 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
34701
34702 Signed-off-by: Dave Liu <daveliu@freescale.com>
34703 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34704
34705commit cc8e839abc80887ae832767b5930d40edd6d7eb7
34706Author: Stefan Roese <sr@denx.de>
34707Date: Fri Mar 28 14:09:04 2008 +0100
34708
34709 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
34710
34711 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
34712 interface. This usage can be configured with the jumper J6. This patch
34713 displays the current configuration upon bootup and changes the PCIe
34714 init loop, to only initialize the availabel PCIe slots.
34715
34716 Signed-off-by: Stefan Roese <sr@denx.de>
34717
34718commit 90447ecbbac8572457b6d8903073ac3f120995ba
34719Author: Tor Krill <tor@excito.com>
34720Date: Fri Mar 28 11:29:10 2008 +0100
34721
34722 MTD/CFI: Add support for 16bit legacy AMD flash
34723
34724 Add entry for 512Kx16 AMD flash to jedec_table.
34725 Read out 16bit device id if chipwidth is 16bit.
34726 Fixed coding style after Stefans feedback
34727
34728 Signed-off-by: Tor Krill <tor@excito.com>
34729
34730commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
34731Author: Stefan Roese <sr@denx.de>
34732Date: Fri Mar 28 11:02:53 2008 +0100
34733
34734 ppc: Small change to CFG_MEM_TOP_HIDE description
34735
34736 Signed-off-by: Stefan Roese <sr@denx.de>
34737
34738commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
34739Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34740Date: Thu Mar 27 15:44:12 2008 +0900
34741
34742 sh: Add support stat structure and stat.h
34743
34744 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34745
34746commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
34747Author: Mark Jonas <toertel@gmail.com>
34748Date: Sat Mar 22 19:27:52 2008 +0100
34749
34750 sh: Removed warning when compiling drivers/serial/serial_sh.c.
34751
34752 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
34753 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34754
34755commit f309fa38929ffba71230c02330ffa42f4bba6333
34756Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34757Date: Wed Mar 12 18:02:57 2008 +0900
34758
34759 sh: Remove disable_ctrlc function from R7780MP
34760
34761 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34762
34763commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
34764Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34765Date: Wed Mar 12 17:55:15 2008 +0900
34766
34767 sh: Add maintainer of R7780MP to MAINTAINER file
34768
34769 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
34770
34771 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34772
34773commit f5e2466f7baa887a7df0c536333eea8231333497
34774Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34775Date: Tue Mar 25 17:11:24 2008 +0900
34776
34777 sh: Add support Renesas Solutions R2D plus board
34778
34779 R2D plus is SH reference board used with SH7751R.
34780 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
34781 one PCI bus, VGA, and two Ethernet controller.
34782
34783 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34784
34785commit e92c95180bb5bc5fd4051598a9d60beaba48988d
34786Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34787Date: Wed Mar 12 12:15:29 2008 +0900
34788
34789 sh: Add support SH4 cache control
34790
34791 Add support SH4 cache control and flash_cache function
34792
34793 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34794
34795commit 28e5efde4d925fcb34901d0030d0648de2da7e89
34796Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34797Date: Mon Mar 24 01:53:01 2008 +0900
34798
34799 sh: Add support PCI host driver for SH7751/SH7751R
34800
34801 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34802
34803commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
34804Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34805Date: Mon Mar 24 02:11:26 2008 +0900
34806
34807 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
34808
34809 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34810
34811commit 566933278101c144d75361ea682678a326c1290d
34812Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34813Date: Wed Mar 12 12:10:28 2008 +0900
34814
34815 sh: Add support SuperH SH7751/SH7751R
34816
34817 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34818
34819commit 3313e0e26224fc9a0c445124f3455058c696df84
34820Author: Mark Jonas <toertel@gmail.com>
34821Date: Mon Mar 10 11:37:10 2008 +0100
34822
34823 sh: Added support for SH7720 based board MPR2.
34824
34825 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
34826 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34827
34828commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
34829Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34830Date: Thu Mar 6 14:05:53 2008 +0900
34831
34832 sh: Fix receive FIFO level register of SH4A
34833
34834 Receive FIFO level register is different in SH4A.
34835 Because register is different, cannot occasionally receive data.
34836
34837 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34838
34839commit c133c1fb0b590662206b0eba70f4478ee0300a9a
34840Author: Yusuke Goda <goda.yusuke@renesas.com>
34841Date: Tue Mar 11 12:55:12 2008 +0900
34842
34843 sh: Add support Renesas Solutions R7780MP
34844
34845 Renesas Solutions R7780MP is a reference board on SH7780.
34846 This board has serial, 10/100 base Ethernet deivice, CF slot
34847 and VGA devices. This board can set extension board.
34848 Extension board has 10/100/1000 base Ethernet device, PCI slot,
34849 S-ATA, iDVR slot.
34850
34851 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34852 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34853
34854commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
34855Author: Yusuke Goda <goda.yusuke@renesas.com>
34856Date: Wed Mar 5 14:30:02 2008 +0900
34857
34858 sh: Add support PCI of SuperH and SH7780
34859
34860 This patch add support PCI of SuperH base code and SH7780 specific code.
34861
34862 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34863 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34864
34865commit b55523efff2ae11f0b9ae3cc405893c32eb78156
34866Author: Yusuke Goda <goda.yusuke@renesas.com>
34867Date: Wed Mar 5 14:23:26 2008 +0900
34868
34869 sh: Add support SH7780
34870
34871 SH7780 is CPU of Renesas Technology.
34872 This CPU has
34873 - CPU clock 400MHz
34874 - PCI support
34875 - DDR-SDRAM controller
34876 - etc ...
34877
34878 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34879 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34880
34881commit c2042f5952a686c414031309b8f244513bf578f0
34882Author: goda.yusuke <goda.yusuke@renesas.com>
34883Date: Fri Jan 25 20:46:36 2008 +0900
34884
34885 sh: Add support Renesas Solutions Migo-R board
34886
34887 Migo-R is a board based on SH7722 and has may devices.
34888 In this patch, supported SCIF, NOR flash and Ethernet.
34889
34890 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34891 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34892
34893commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
34894Author: Bartlomiej Sieka <tur@semihalf.com>
34895Date: Thu Mar 27 15:06:40 2008 +0100
34896
34897 Fix host tool build breakage, take two
34898
34899 Revert commit 87c8431f and fix build breakage so that the build continues
34900 to work on FC systems.
34901
34902 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
34903
34904commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
34905Author: Stefan Roese <sr@denx.de>
34906Date: Wed Mar 19 09:36:47 2008 +0100
34907
34908 ppc4xx: Enable ECC on LWMON5
34909
34910 Since all ECC related problems seem to be resolved on LWMON5, this patch
34911 now enables ECC support.
34912
34913 We have to write the ECC bytes by zeroing and flushing in smaller
34914 steps, since the whole 256MByte takes too long for the external
34915 watchdog.
34916
34917 Signed-off-by: Stefan Roese <sr@denx.de>
34918
34919commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
34920Author: Larry Johnson <lrj@acm.org>
34921Date: Mon Mar 17 11:10:35 2008 -0500
34922
34923 ppc4xx: Updates to Korat-specific code
34924
34925 This patch contains updates for changes for the Korat PPC440EPx board.
34926 These changes include:
34927
34928 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
34929 described in the new "doc/README.korat" file;
34930
34931 (2) a new memory map for the registers in the board's CPLD;
34932
34933 (3) a revised format for manufacturer's data in serial EEPROM; and
34934
34935 (4) changes to track updates to U-Boot for the Sequoia board.
34936
34937 Signed-off-by: Larry Johnson <lrj@acm.org>
34938
34939commit f766cdf89b3a2a7634b8c5869f606150e332036c
34940Author: Markus Brunner <super.firetwister@gmail.com>
34941Date: Thu Mar 27 10:46:25 2008 +0100
34942
34943 ppc4xx: PPC405EP Set EMAC noise filter bits
34944
34945 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
34946 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
34947 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
34948
34949 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
34950 Signed-off-by: Stefan Roese <sr@denx.de>
34951
34952commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
34953Author: Mike Nuss <mike@terascala.com>
34954Date: Wed Feb 20 11:54:20 2008 -0500
34955
34956 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
34957
34958 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
34959 after startup to change the speed of the clocks. This patch adds the
34960 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
34961 initialization code will reconfigure the PLL to run the system with a CPU
34962 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
34963 external EEPROM.
34964
34965 Signed-off-by: Mike Nuss <mike@terascala.com>
34966 Acked-by: Stefan Roese <sr@denx.de>
34967
34968commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
34969Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34970Date: Thu Mar 27 09:12:40 2008 +0100
34971
34972 new-image: Fix host tool build breakage
34973
34974 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34975
34976commit 6fb4b640562a10daff0dbe537638d511b5b48650
34977Author: Stefan Roese <sr@denx.de>
34978Date: Thu Mar 27 10:24:03 2008 +0100
34979
34980 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
34981
34982 Signed-off-by: Stefan Roese <sr@denx.de>
34983
34984commit 9462732a3ec551c11862450902cd8ee1bedea6d9
34985Author: Stefan Roese <sr@denx.de>
34986Date: Wed Mar 19 10:23:43 2008 +0100
34987
34988 ppc4xx: Add fdt support to Prodrive alpr
34989
34990 Since this board will probably be ported to arch/powerpc in the
34991 near future, we add device tree support now. This way we are
34992 "ready" for arch/powerpc from now on.
34993
34994 Signed-off-by: Stefan Roese <sr@denx.de>
34995
34996commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
34997Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
34998Date: Mon Mar 17 09:27:56 2008 +0100
34999
35000 ppc4xx: Enable cache support on the ALPR board
35001
35002 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
35003
35004commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
35005Author: Stefan Roese <sr@denx.de>
35006Date: Wed Mar 26 10:14:11 2008 +0100
35007
35008 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
35009
35010 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
35011 memory area will get subtracted from the top (end) of ram and won't get
35012 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
35013 should gets passed the now "corrected" memory size and won't touch it
35014 either. This should work for arch/ppc and arch/powerpc. Only Linux board
35015 ports in arch/powerpc with bootwrapper support, which recalculate the
35016 memory size from the SDRAM controller setup, will have to get fixed
35017 in Linux additionally.
35018
35019 This patch enables this config option on some PPC440EPx boards as a workaround
35020 for the CHIP 11 errata. Here the description from the AMCC documentation:
35021
35022 CHIP_11: End of memory range area restricted access.
35023 Category: 3
35024
35025 Overview:
35026 The 440EPx DDR controller does not acknowledge any
35027 transaction which is determined to be crossing over the
35028 end-of-memory-range boundary, even if the starting address is
35029 within valid memory space. Any such transaction from any PLB4
35030 master will result in a PLB time-out on PLB4 bus.
35031
35032 Impact:
35033 In case of such misaligned bursts, PLB4 masters will not
35034 retrieve any data at all, just the available data up to the
35035 end of memory, especially the 440 CPU. For example, if a CPU
35036 instruction required an operand located in memory within the
35037 last 7 words of memory, the DCU master would burst read 8
35038 words to update the data cache and cross over the
35039 end-of-memory-range boundary. Such a DCU read would not be
35040 answered by the DDR controller, resulting in a PLB4 time-out
35041 and ultimately in a Machine Check interrupt. The data would
35042 be inaccessible to the CPU.
35043
35044 Workaround:
35045 Forbid any application to access the last 256 bytes of DDR
35046 memory. For example, make your operating system believe that
35047 the last 256 bytes of DDR memory are absent. AMCC has a patch
35048 that does this, available for Linux.
35049
35050 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
35051 lwmon5, korat, sequoia
35052
35053 The other remaining 440EPx board were intentionally not included
35054 since it is not clear to me, if they use the end of ram for some
35055 other purpose. This is unclear, since these boards have CONFIG_PRAM
35056 defined and even comments like this:
35057
35058 PMC440.h:
35059 /* esd expects pram at end of physical memory.
35060 * So no logbuffer at the moment.
35061 */
35062
35063 It is strongly recommended to not use the last 256 bytes on those
35064 boards too. Patches from the board maintainers are welcome.
35065
35066 Signed-off-by: Stefan Roese <sr@denx.de>
35067
35068commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
35069Author: Stefan Roese <sr@denx.de>
35070Date: Thu Mar 27 10:09:05 2008 +0100
35071
35072 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
35073
35074 Signed-off-by: Stefan Roese <sr@denx.de>
35075
35076commit d56a3ce179688cde61073a3690e21703d68fafd7
35077Author: Stefan Roese <sr@denx.de>
35078Date: Tue Mar 25 17:51:13 2008 +0100
35079
35080 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
35081
35082 The routine ft_board_setup() configures the EBC NOR mappings for the
35083 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
35084 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
35085 problem, we need to pass the corrected address here too.
35086
35087 Signed-off-by: Stefan Roese <sr@denx.de>
35088
35089commit 9ad31989de12ce5c67b07c4867ead47465655c4b
35090Author: Stefan Roese <sr@denx.de>
35091Date: Wed Mar 19 16:35:12 2008 +0100
35092
35093 ppc4xx: Fix compilation warning in 4xx_enet.c
35094
35095 Signed-off-by: Stefan Roese <sr@denx.de>
35096
35097commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
35098Author: Stefan Roese <sr@denx.de>
35099Date: Wed Mar 19 16:20:49 2008 +0100
35100
35101 ppc4xx: Add AMCC Glacier 406GT eval board support
35102
35103 This patch adds support for the AMCC Glacier 460GT eval board.
35104 The main difference to the Canyonlands board are listed here:
35105
35106 - 4 ethernet ports instead of 2
35107 - no SATA port
35108 - no USB port
35109
35110 Currently EMAC2+3 are not working. This will be fixed in a later
35111 release.
35112
35113 Signed-off-by: Stefan Roese <sr@denx.de>
35114
35115commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
35116Author: Stefan Roese <sr@denx.de>
35117Date: Thu Mar 27 08:47:26 2008 +0100
35118
35119 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
35120
35121 Signed-off-by: Stefan Roese <sr@denx.de>
35122
35123commit b9670dd85be6e0496ef2e231043c23cad9b1d903
35124Author: Anatolij Gustschin <agust@denx.de>
35125Date: Wed Mar 26 21:05:43 2008 +0100
35126
35127 Fix out of tree building issue
35128
35129 Currently U-Boot building in some external directory
35130 doesn't work. This patch tries to fix the problem.
35131
35132 Signed-off-by: Anatolij Gustschin <agust@denx.de>
35133
35134commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
35135Author: Anatolij Gustschin <agust@denx.de>
35136Date: Wed Mar 26 18:13:33 2008 +0100
35137
35138 README: update documentation (availability, links, etc.)
35139
35140 Fix typo in README
35141
35142 Signed-off-by: Anatolij Gustschin <agust@denx.de>
35143
35144commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
35145Author: Anatolij Gustschin <agust@denx.de>
35146Date: Wed Mar 26 17:47:44 2008 +0100
35147
35148 Fix compilation error in cmd_usb.c
35149
35150 This patch fixes compilation error
35151 cmd_usb.c: In function 'do_usb':
35152 cmd_usb.c:552: error: void value not ignored as it ought to be
35153
35154 Signed-off-by: Anatolij Gustschin <agust@denx.de>
35155
35156commit d8c82db482d6b535d12b419d6440b88bf7091c9b
35157Author: Timur Tabi <timur@freescale.com>
35158Date: Fri Mar 14 17:45:29 2008 -0500
35159
35160 Add support for setting the I2C bus speed in fsl_i2c.c
35161
35162 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
35163 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
35164 but fsl_i2c.c ignores it and uses conservative value when programming the
35165 I2C bus speed.
35166
35167 Signed-off-by: Timur Tabi <timur@freescale.com>
35168 Acked-by: Andy Fleming <afleming@freescale.com>
35169
35170commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
35171Author: Wolfgang Denk <wd@denx.de>
35172Date: Thu Mar 27 00:03:57 2008 +0100
35173
35174 Coding style cleanup, update CHANGELOG
35175
35176 Signed-off-by: Wolfgang Denk <wd@denx.de>
35177
d049cc7f
WD
35178commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
35179Author: Dave Liu <r63238@freescale.com>
35180Date: Wed Mar 26 22:55:32 2008 +0800
35181
35182 drivers: add the support for Freescale SATA controller
35183
35184 Add the Freescale on-chip SATA controller driver to u-boot,
35185 The SATA controller is used on the 837x and 8315 targets,
35186 The driver can be used to load kernel, fs and dtb.
35187
35188 The features list:
35189 - 1.5/3 Gbps link speed
35190 - LBA48, LBA28 support
35191 - DMA and FPDMA support
35192 - Two ports support
35193
35194 Signed-off-by: Dave Liu <daveliu@freescale.com>
35195
35196commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
35197Author: Dave Liu <r63238@freescale.com>
35198Date: Wed Mar 26 22:54:44 2008 +0800
35199
35200 ata: add the readme for SATA command line
35201
35202 Signed-off-by: Dave Liu <daveliu@freescale.com>
35203
35204commit cd54081cd479e542fc399b8a40651ff11a1ad849
35205Author: Dave Liu <r63238@freescale.com>
35206Date: Wed Mar 26 22:53:24 2008 +0800
35207
35208 ata: enable the sata initialize on boot up
35209
35210 Signed-off-by: Dave Liu <daveliu@freescale.com>
35211
35212commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
35213Author: Dave Liu <r63238@freescale.com>
35214Date: Wed Mar 26 22:52:36 2008 +0800
35215
35216 ata: add the fis struct for SATA
35217
35218 Signed-off-by: Dave Liu <daveliu@freescale.com>
35219
35220commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
35221Author: Dave Liu <r63238@freescale.com>
35222Date: Wed Mar 26 22:51:44 2008 +0800
35223
35224 ata: add the libata support
35225
35226 add simple libata support in u-boot
35227
35228 Signed-off-by: Dave Liu <daveliu@freescale.com>
35229
35230commit 8e9bb43429e50df55fa41932cbe65841ff579220
35231Author: Dave Liu <r63238@freescale.com>
35232Date: Wed Mar 26 22:50:45 2008 +0800
35233
35234 ata: make the ata_piix driver using new SATA framework
35235
35236 original ata_piix driver is using IDE framework, not real
35237 SATA framework. For now, the ata_piix driver is only used
35238 by x86 sc520_cdp board. This patch makes the ata_piix driver
35239 use the new SATA framework, so
35240
35241 - remove the duplicated command stuff
35242 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
35243 - add the CONFIG_CMD_SATA define to sc520_cdp.h
35244
35245 Signed-off-by: Dave Liu <daveliu@freescale.com>
35246
35247commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
35248Author: Dave Liu <r63238@freescale.com>
35249Date: Wed Mar 26 22:49:44 2008 +0800
35250
35251 ata: add the support for SATA framework
35252
35253 - add the SATA framework
35254 - add the SATA command line
35255
35256 Signed-off-by: Dave Liu <daveliu@freescale.com>
35257
35258commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
35259Author: Dave Liu <r63238@freescale.com>
35260Date: Wed Mar 26 22:48:18 2008 +0800
35261
35262 ata: merge the header of ata_piix driver
35263
35264 move the sata.h from include/ to drivers/block/ata_piix.h
35265
35266 Signed-off-by: Dave Liu <daveliu@freescale.com>
35267
35268commit 9eef62804d9695425b24c87b46a61a7fa74afee0
35269Author: Dave Liu <r63238@freescale.com>
35270Date: Wed Mar 26 22:47:06 2008 +0800
35271
35272 ata: merge the ata_piix driver
35273
35274 move the cmd_sata.c from common/ to drivers/ata_piix.c,
35275 the cmd_sata.c have some part of ata_piix controller drivers.
35276 consolidate the driver to have better framework.
35277
35278 Signed-off-by: Dave Liu <daveliu@freescale.com>
35279
1aeed8d7
WD
35280commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
35281Author: Markus Klotzbuecher <mk@denx.de>
35282Date: Wed Mar 26 18:26:43 2008 +0100
35283
35284 USB, Storage: fix a bug introduced in commit
35285 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
35286 to only print only information on one storage device, but not for
35287 multiple.
35288
35289 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35290
35291commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
35292Author: Anatolij Gustschin <agust@denx.de>
35293Date: Wed Mar 26 17:47:44 2008 +0100
35294
35295 Fix compilation error in cmd_usb.c
35296
35297 This patch fixes compilation error
35298 cmd_usb.c: In function 'do_usb':
35299 cmd_usb.c:552: error: void value not ignored as it ought to be
35300
35301 Signed-off-by: Anatolij Gustschin <agust@denx.de>
35302 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35303
35304commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
35305Author: Kumar Gala <galak@kernel.crashing.org>
35306Date: Wed Mar 26 08:53:53 2008 -0500
35307
35308 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
35309
35310 Provide a board_lmb_reserve helper function to ensure we reserve
35311 the page of memory we are using for the boot page translation code.
35312
35313 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35314
35315commit 79679d80021ab095e639e250ca472fe526da02e2
35316Author: Kumar Gala <galak@kernel.crashing.org>
35317Date: Wed Mar 26 08:34:25 2008 -0500
35318
35319 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
35320
35321 The following changes are needed to be inline with ePAPR v0.81:
35322
35323 * r4, r5 and now always set to 0 on boot release
35324 * r7 is used to pass the size of the initial map area (IMA)
35325 * EPAPR_MAGIC value changed for book-e processors
35326 * changes in the spin table layout
35327 * spin table supports a 64-bit physical release address
35328
35329 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35330
35331commit 25eedb2c1958a13110c7de1fc809b624053cc69c
35332Author: Jon Loeliger <jdl@freescale.com>
35333Date: Wed Mar 19 15:02:07 2008 -0500
35334
35335 FSL: Clean up board/freescale/common/Makefile
35336
35337 Each file that can be built here now follows some
35338 CONFIG_ option so that they are appropriately built
35339 or not, as needed. And CONFIG_ defines were added
35340 to various board config files to make sure that happens.
35341
35342 The other board/freescale/*/Makefiles no longer need
35343 to reach up and over into ../common to build their
35344 individually needed files any more.
35345
35346 Boards that are CDS specific were renamed with cds_ prefix.
35347
35348 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35349
35350commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
35351Author: Kumar Gala <galak@kernel.crashing.org>
35352Date: Wed Feb 27 22:00:27 2008 -0600
35353
35354 85xx: Fix merge duplication
35355
35356 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
35357
35358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35359
35360commit 5893b3d0a4084f87a06a5d3dc03db91206818941
35361Author: James Yang <James.Yang@freescale.com>
35362Date: Tue Feb 12 16:35:07 2008 -0600
35363
35364 85xx: Expand CCSR space with more DDR controller registers.
35365
35366 Signed-off-by: James Yang <James.Yang@freescale.com>
35367 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35368 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35369
35370commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
35371Author: James Yang <James.Yang@freescale.com>
35372Date: Fri Feb 8 18:05:08 2008 -0600
35373
35374 85xx: Speed up get_ddr_freq() and get_bus_freq()
35375
35376 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
35377 called. However, get_sys_info() recalculates extraneous information when
35378 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
35379 values from global_data instead.
35380
35381 Signed-off-by: James Yang <James.Yang@freescale.com>
35382 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35383
35384commit e9ea679918fbc9a53fa2f2a904aac874ea736036
35385Author: James Yang <James.Yang@freescale.com>
35386Date: Fri Feb 8 16:46:27 2008 -0600
35387
35388 85xx: Show DDR memory data rate in addition to the memory clock frequency.
35389
35390 Show the DDR memory data rate in addition to the memory clock
35391 frequency. For DDR/DDR2 memories the memory data rate is 2x the
35392 memory clock.
35393
35394 Signed-off-by: James Yang <James.Yang@freescale.com>
35395 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35396
35397commit 591933ca6eabc440e6ed6967233aaf56fce464a3
35398Author: James Yang <James.Yang@freescale.com>
35399Date: Fri Feb 8 16:44:53 2008 -0600
35400
35401 85xx: get_tbclk() speed up and rounding fix
35402
35403 Speed up get_tbclk() by referencing pre-computed bus clock
35404 frequency value from global data instead of sys_info_t. Fix
35405 rounding of result to nearest; previously it was rounding
35406 upwards.
35407
35408 Signed-off-by: James Yang <James.Yang@freescale.com>
35409 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35410
35411commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
35412Author: Andy Fleming <afleming@freescale.com>
35413Date: Wed Feb 6 01:19:40 2008 -0600
35414
35415 Update SVR numbers to expand support
35416
35417 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
35418 is used to distinguish certain variants within an SOC family. To
35419 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
35420 constants to reflect the larger value. We also add SVR numbers for all
35421 of the current variants. Finally, to make things neater, rather than
35422 use an enormous switch statement to print out the CPU type, we create
35423 and array of SVR/name pairs (using a macro), and print out the CPU name
35424 that matches the SVR SOC version.
35425
35426 Signed-off-by: Andy Fleming <afleming@freescale.com>
35427
35428commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
35429Author: Andy Fleming <afleming@freescale.com>
35430Date: Wed Feb 6 01:12:57 2008 -0600
35431
35432 Add the Freescale PCI device IDs
35433
35434 Signed-off-by: Andy Fleming <afleming@freescale.com>
35435
35436commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
35437Author: Kumar Gala <galak@kernel.crashing.org>
35438Date: Thu Feb 14 11:04:23 2008 -0600
35439
35440 85xx: Added support for multicore boot mechanism
35441
35442 Added the cpu command that provides a generic mechanism to get status,
35443 reset, and release secondary cores in multicore processors.
35444
35445 Added support for using the ePAPR defined spin-table mechanism on 85xx.
35446
35447 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35448 Signed-off-by: Andy Fleming <afleming@freescale.com>
35449
35450commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
35451Author: Kumar Gala <galak@kernel.crashing.org>
35452Date: Thu Jan 17 16:48:33 2008 -0600
35453
35454 85xx: Added support for multicore boot mechanism
35455
35456 Added the cpu command that provides a generic mechanism to get status,
35457 reset, and release secondary cores in multicore processors.
35458
35459 Added support for using the ePAPR defined spin-table mechanism on 85xx.
35460
35461 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35462
35463commit f69766e4b5d47ecd3aa58677a8da875694f364f2
35464Author: Kumar Gala <galak@kernel.crashing.org>
35465Date: Wed Jan 30 14:55:14 2008 -0600
35466
35467 85xx: Add the concept of CFG_CCSRBAR_PHYS
35468
35469 When we go to 36-bit physical addresses we need to keep the concept of
35470 the physical CCSRBAR address seperate from the virtual one.
35471
35472 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
35473
35474 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35475
d049cc7f
WD
35476commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
35477Author: Wolfgang Denk <wd@denx.de>
35478Date: Wed Mar 26 15:38:47 2008 +0100
35479
35480 Coding style cleanup.
35481
35482 Signed-off-by: Wolfgang Denk <wd@denx.de>
35483
35484commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
35485Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
35486Date: Wed Mar 26 13:02:13 2008 +0100
35487
35488 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
35489
35490 The default settings for RTC DS1337 keeps the OSC
35491 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
35492 turn it off.
35493
35494 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
35495
35496commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
35497Author: Wolfgang Denk <wd@denx.de>
35498Date: Wed Mar 26 11:48:46 2008 +0100
35499
35500 Cleanup coding style, update CHANGELOG
35501
35502 Signed-off-by: Wolfgang Denk <wd@denx.de>
35503
438a4c11
WD
35504commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
35505Author: Wolfgang Denk <wd@denx.de>
35506Date: Wed Mar 26 10:40:12 2008 +0100
35507
35508 README: update documentation (availability, links, etc.)
35509
35510 Signed-off-by: Wolfgang Denk <wd@denx.de>
35511
35512commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
35513Author: Aras Vaichas <arasv@magtech.com.au>
35514Date: Tue Mar 25 12:09:07 2008 +1100
35515
35516 USB Storage, add meaningful return value
35517
35518 This patch changes the "usb storage" command to return success if it
35519 finds a USB storage device, otherwise it returns error.
35520
35521 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35522
35523commit 18e69a35efbb078403db0c0063986470dad7d082
35524Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35525Date: Fri Mar 14 23:20:18 2008 +0300
35526
35527 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
35528
35529 Linux understands "host" (default), "peripheral" and "otg" (broken).
35530 Though, U-Boot doesn't restrict dr_mode variable to these values (think
35531 of renames in future).
35532
35533 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35534 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35535
35536commit c7604783b236e368f225efb7b3efb418fe20b404
35537Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35538Date: Fri Mar 14 23:20:30 2008 +0300
35539
35540 tsec: fix link detection for the RTL8211B PHY
35541
35542 RTL8211B sets link state register after autonegotiation complete,
35543 so with bootdelay=0 RTL8211B will report lack of the link.
35544
35545 To fix this, we should wait for aneg to complete, even if the
35546 link is currently down.
35547
35548 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35549 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35550
35551commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
35552Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35553Date: Mon Mar 24 20:47:09 2008 +0300
35554
35555 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
35556
35557 device_type = "soc" is being deprecated, newer device trees will use
35558 "fsl,soc" and/or "fsl,immr" for the soc nodes.
35559
35560 This patch also adds clock-frequency property for soc nodes (the same
35561 value as bus-frequency).
35562
35563 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35564
35565commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
35566Author: Joe D'Abbraccio <ljd015@freescale.com>
35567Date: Mon Mar 24 13:00:59 2008 -0400
35568
35569 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
35570
35571 With the original value of 1/2 clock cycle delay, the system ran relatively
35572 stable except when we run benchmarks that are intensive users of memory.
35573 When I run samba connected disk with a HDBENCH test, the system locks-up
35574 or reboots sporadically.
35575
35576 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
35577
35578commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
35579Author: Scott Wood <scottwood@freescale.com>
35580Date: Mon Mar 24 12:44:13 2008 -0500
35581
35582 mpc83xx: Set PCI I/O bus-address base to zero.
35583
35584 The device trees for these boards describe PCI I/O as starting from
35585 address zero from the device's perspective.
35586
35587 Placing I/O elsewhere may cause problems with certain PCI boards, and may
35588 cause problems with Linux.
35589
35590 Signed-off-by: Scott Wood <scottwood@freescale.com>
35591
35592commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
35593Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35594Date: Mon Mar 24 20:47:05 2008 +0300
35595
35596 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
35597
35598 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
35599 This patch fixes "system time drifting" problem.
35600
35601 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35602
35603commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
35604Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35605Date: Mon Mar 24 20:47:02 2008 +0300
35606
35607 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
35608
35609 This is needed to update /choosen/linux,stdout-path properly.
35610
35611 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35612
35613commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
35614Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35615Date: Mon Mar 24 20:47:00 2008 +0300
35616
35617 mpc83xx: MPC8360E-RDK: add dhcp command
35618
35619 Plus modify environment to use it and remove bootfile env variable,
35620 it is internal and CONFIG_BOOTFILE is used for these purposes.
35621
35622 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35623
35624commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
35625Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35626Date: Mon Mar 24 20:46:57 2008 +0300
35627
35628 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
35629
35630 Current DDR setup easily causes memory corruption, this patch fixes it.
35631
35632 Also fix TIMING_CFG0_MRS_CYC definition.
35633
35634 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35635
35636commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
35637Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35638Date: Mon Mar 24 20:46:53 2008 +0300
35639
35640 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
35641
35642 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
35643 controller and FHCI (QE USB).
35644
35645 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35646
35647commit 7ad959490962e6842648d87d4bd795ea6cdcce67
35648Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35649Date: Mon Mar 24 20:46:51 2008 +0300
35650
35651 mpc83xx: MPC8360E-RDK: add support for NAND
35652
35653 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35654
35655commit 9a3e832aeb491861d029991241572ebdf4b5b61b
35656Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35657Date: Mon Mar 24 20:46:46 2008 +0300
35658
35659 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
35660
35661 This is needed for BCM PHYs to work on this board.
35662
35663 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35664
35665commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
35666Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35667Date: Mon Mar 24 20:46:34 2008 +0300
35668
35669 uec: add support for Broadcom BCM5481 Gigabit PHY
35670
35671 This patch adds basic support for Broadcom BCM5481 PHY.
35672
35673 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
35674 Peter Barada <peterb@logicpd.com>.
35675
35676 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35677
35678commit 6a600c3a1876bc203445df4f0fd6b12648259666
35679Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35680Date: Mon Mar 24 20:46:28 2008 +0300
35681
35682 uec: add support for RGMII_RXID interface mode
35683
35684 PHY drivers will use it to setup software delay between RXD and RXC
35685 signals.
35686
35687 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35688
35689commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
35690Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35691Date: Mon Mar 24 20:46:24 2008 +0300
35692
35693 uec: add support for gbit mii status readings
35694
35695 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35696
35697commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
35698Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35699Date: Mon Mar 24 17:40:47 2008 +0300
35700
35701 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
35702
35703 This is primarily for the early console support.
35704
35705 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35706
35707commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
35708Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35709Date: Mon Mar 24 17:40:43 2008 +0300
35710
35711 83xx: initialize serdes for MPC837XRDB boards
35712
35713 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
35714 On the MPC8378ERDB: 2 PCI-E
35715 On the MPC8379ERDB: 4 SATA
35716
35717 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35718
35719commit 453316a2a19642d8afcbca7452e40a6b44a197b1
35720Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35721Date: Mon Mar 24 17:40:32 2008 +0300
35722
35723 83xx: serdes setup routines
35724
35725 This patch adds few routines to configure serdes on 837x targets.
35726
35727 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35728
35729commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
35730Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35731Date: Mon Mar 24 17:40:27 2008 +0300
35732
35733 83xx: split COBJS onto separate lines
35734
35735 ..plus get rid of some #ifdefs in the .c files.
35736
35737 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35738
35739commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
35740Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35741Date: Mon Mar 24 17:40:23 2008 +0300
35742
35743 83xx: nand support for MPC837XRDB boards
35744
35745 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35746
35747commit 82e45a204190593e8613145a928f998fb8c909c4
35748Author: Jerry Van Baren <gvb.uboot@gmail.com>
35749Date: Tue Mar 18 21:44:41 2008 -0400
35750
35751 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
35752
35753 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35754 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35755
35756commit 0fa7a1b4719e325fce332689fb8754ec166191ff
35757Author: Michael Barkowski <michael.barkowski@freescale.com>
35758Date: Thu Mar 20 13:15:39 2008 -0400
35759
35760 mpc8323erdb: remove RTC and add EEPROM
35761
35762 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
35763
35764 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35765 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35766
35767commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
35768Author: Michael Barkowski <michael.barkowski@freescale.com>
35769Date: Thu Mar 20 13:15:34 2008 -0400
35770
35771 mpc8323erdb: Improve the system performance
35772
35773 The following changes are based on kernel UCC ethernet performance:
35774
35775 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
35776 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
35777 switch to enable this setting.
35778
35779 The following changes are based on the App Note AN3369 and
35780 verified to improve memory latency using LMbench:
35781
35782 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
35783 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
35784 previously.
35785 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
35786 Twr=15ns, and this was already the setting in DDR_MODE)
35787 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
35788 Trp=15ns)
35789 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
35790 Tras=40ns)
35791 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
35792 Trcd=15ns)
35793 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
35794 Trfc=75ns)
35795 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
35796 on Tfaw=50ns)
35797 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
35798 on CL=3 and WL=2).
35799
35800 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35801 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35802
35803commit fc549c871f43933396a5b3e21d897023d4b31b8d
35804Author: Michael Barkowski <michael.barkowski@freescale.com>
35805Date: Thu Mar 20 13:15:28 2008 -0400
35806
35807 mpc8323erdb: use readable DDR config macros
35808
35809 Use available shift/mask macros to define DDR configuration.
35810
35811 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35812 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35813
35814commit 89c7784ed90ba50301eec521144f95111e472906
35815Author: Timur Tabi <timur@freescale.com>
35816Date: Fri Feb 8 13:15:55 2008 -0600
35817
35818 83xx: Add Vitesse VSC7385 firmware uploading
35819
35820 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
35821 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
35822 Cleaned up the board header files to make selecting the VSC7385 easier to
35823 control.
35824
35825 Signed-off-by: Timur Tabi <timur@freescale.com>
35826 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35827
35828commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
35829Author: Timur Tabi <timur@freescale.com>
35830Date: Fri Feb 8 13:15:54 2008 -0600
35831
35832 NET: Add Vitesse VSC7385 firmware uploading
35833
35834 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
35835 and other boards. A small firwmare must be uploaded to its on-board memory
35836 before it can be enabled. This patch adds the code which uploads firmware
35837 (but not the firmware itself).
35838
35839 Previously, this feature was provided by a U-Boot application that was
35840 made available only on Freescale BSPs. The VSC7385 firmware must still
35841 be obtained separately, but at least there is no longer a need for a separate
35842 application.
35843
35844 Signed-off-by: Timur Tabi <timur@freescale.com>
35845 Acked-by: Ben Warren <biggerbadderben@gmail.com>
35846
35847commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
35848Author: Wolfgang Denk <wd@denx.de>
35849Date: Wed Mar 26 00:52:10 2008 +0100
35850
35851 Coding Style cleanyp; update CHANGELOG
35852
35853 Signed-off-by: Wolfgang Denk <wd@denx.de>
35854
aa6f6d17
WD
35855commit 43ddd9c820fec44816188f53346b464e20b3142d
35856Author: Jerry Van Baren <gvb.uboot@gmail.com>
35857Date: Sat Mar 22 14:23:49 2008 -0400
35858
35859 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
35860
35861 These defines embedded the u-boot env variables and/or the bd_t structure
35862 in the fdt blob. The conclusion of discussion on the u-boot email list
35863 was that embedding these in the fdt blob is not useful: there are better
35864 ways of passing the data (in fact, the fdt blob itself replaces the
35865 bd_t struct).
35866
35867 The only board that enables these is the stxxtc and they don't appear
35868 to be used by linux.
35869
35870 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35871 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35872
35873commit 22ed2285743359fd1fe73e411dff914b2256e68f
35874Author: Stefan Roese <sr@denx.de>
35875Date: Mon Mar 17 10:49:25 2008 +0100
35876
35877 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
35878
35879 Signed-off-by: Stefan Roese <sr@denx.de>
35880
35881commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
35882Author: Kyungmin Park <kmpark@infradead.org>
35883Date: Mon Mar 17 08:54:06 2008 +0900
35884
35885 Add Flex-OneNAND booting support
35886
35887 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
35888 using a NOR Flash interface. This on-chip integration enables system designers
35889 to reduce external system logic and use high-density NAND Flash
35890 in applications that would otherwise have to use more NOR components.
35891
35892 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
35893 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
35894 that require low reliability and high density, SLC area of Flex-OneNAND
35895 to store data that need high reliability and high performance. Flex-OneNAND
35896 can let users take advantage of storing these two different types of data
35897 into one chip, which is making Flex-OneNAND more cost- and space-effective.
35898
35899 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
35900
35901commit c512389cc4a10253249271ff6c887c6dab1f0db2
35902Author: André Schwarz <andre.schwarz@matrix-vision.de>
35903Date: Thu Mar 13 13:50:52 2008 +0100
35904
35905 MPC5200: support setup without FEC
35906
35907 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
35908 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
35909
35910 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
35911 Acked-by: Grant Likely <grant.likely@secretlab.ca>
35912
35913commit aa3511e422946041ef626f80a05ae5e8bfc700e6
35914Author: Jon Loeliger <jdl@freescale.com>
35915Date: Wed Mar 5 18:05:46 2008 -0600
35916
35917 FSL: Move board/mpc8266ads under board/freescale
35918
35919 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35920
35921commit 7f1d846e5c5754449c286587d099d85246062772
35922Author: Jon Loeliger <jdl@freescale.com>
35923Date: Wed Mar 5 18:05:47 2008 -0600
35924
35925 FSL: Move board/mpc7448hpc2 under board/freescale
35926
35927 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35928
35929commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
35930Author: Jon Loeliger <jdl@freescale.com>
35931Date: Wed Mar 5 18:05:45 2008 -0600
35932
35933 FSL: Move board/mpc8260ads under board/freescale
35934
35935 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35936
35937commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
35938Author: goda.yusuke <goda.yusuke@renesas.com>
35939Date: Wed Mar 5 17:08:33 2008 +0900
35940
35941 net: Add support AX88796L ethernet device
35942
35943 AX88796L is device of NE2000 compatible.
35944 This patch support AX88796L ethernet device.
35945
35946 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
35947 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35948
35949commit e0a6140dd381e1eed1ada2291166ef2616d8822b
35950Author: Wolfgang Denk <wd@denx.de>
35951Date: Tue Mar 25 22:50:41 2008 +0100
35952
35953 ne2000 driver: change #ifdef to Makefile conditional compilation
35954
35955 Signed-off-by: Wolfgang Denk <wd@denx.de>
35956
35957commit e710185aae90c64d39c2d453e40e58ceefe4f250
35958Author: goda.yusuke <goda.yusuke@renesas.com>
35959Date: Wed Mar 5 17:08:20 2008 +0900
35960
35961 net: Divided code of NE2000 ethernet driver
35962
35963 There are more devices of the NE2000 base.
35964 A present code is difficult for us to support more devices.
35965 To support more NE2000 clone devices, separated the function.
35966
35967 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
35968 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35969
35970commit 395bce4f59a507a60a475f7ee46bed47de9482df
35971Author: Mike Frysinger <vapier@gentoo.org>
35972Date: Sun Feb 24 23:58:13 2008 -0500
35973
35974 net/Blackfin: move on-chip MAC driver into drivers/net/
35975
35976 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
35977 directory, but it is not board specific, so relocate it to the drivers dir
35978 so that other Blackfin ports can utilize it.
35979
35980 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35981
35982commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
35983Author: Mike Frysinger <vapier@gentoo.org>
35984Date: Sun Feb 24 23:52:35 2008 -0500
35985
35986 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
35987
35988 Since the "ssync" instruction may have hardware anomalies associated with
35989 it, have the smc91111 driver use the SSYNC macro rather than invoking it
35990 directly. We workaround all the anomalies via this macro.
35991
35992 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35993
35994commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
35995Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35996Date: Sun Feb 17 22:57:47 2008 +0000
35997
35998 8xx: Update OF support on 8xx
35999
36000 This patch does some shifting around of OF support on 8xx.
36001
36002 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
36003
36004commit 9c666a7db0b2285a270c68810889ce7d5dba304b
36005Author: Kumar Gala <galak@kernel.crashing.org>
36006Date: Fri Feb 15 15:16:18 2008 -0600
36007
36008 ppc: Allow boards to specify how much memory they can map
36009
36010 For historical reasons we limited the stack to 256M because some boards
36011 could only map that much via BATS. However newer boards are capable of
36012 mapping more memory (for example 85xx is capble of doing up to 2G).
36013
36014 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36015
36016commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
36017Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
36018Date: Fri Feb 15 01:05:58 2008 +0000
36019
36020 8xx : Add OF support to Adder875 board port - resubmit
36021
36022 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
36023
36024commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
36025Author: Kumar Gala <galak@kernel.crashing.org>
36026Date: Thu Feb 14 20:44:42 2008 -0600
36027
36028 Add setexpr command
36029
36030 Add a simple expr style command that will set an env variable as the result
36031 of the command. This allows us to do simple math in shell. The following
36032 operations are supported: &, |, ^, +, -, *, /.
36033
36034 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36035
36036commit 3f105faa64b9826e088711fdfcaa70cb1230397a
36037Author: Jon Loeliger <jdl@freescale.com>
36038Date: Wed Mar 5 17:27:48 2008 -0600
36039
36040 FSL: Move board/mpc7448hpc2 under board/freescale
36041
36042 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36043
36044commit 449c703374a8868453425e15da7e2f76221b72e4
36045Author: Jon Loeliger <jdl@freescale.com>
36046Date: Wed Mar 5 17:21:43 2008 -0600
36047
36048 FSL: Move board/mpc8266ads under board/freescale
36049
36050 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36051
36052commit 5863577989ad689427bb750107e9a75f1c1645d2
36053Author: Jon Loeliger <jdl@freescale.com>
36054Date: Wed Mar 5 16:41:41 2008 -0600
36055
36056 FSL: Move board/mpc8260ads under board/freescale
36057
36058 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36059
36060commit 8a773983957ee6c4aa344469b742f29c7d26afbd
36061Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36062Date: Tue Mar 25 21:30:08 2008 +0900
36063
36064 [MIPS] Move gth2_config from ARM section to MIPS
36065
36066 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36067
36068commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
36069Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36070Date: Tue Mar 25 21:30:07 2008 +0900
36071
36072 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
36073
36074 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36075
36076commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
36077Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36078Date: Tue Mar 25 21:30:07 2008 +0900
36079
36080 [MIPS] Fix dcache_status()
36081
36082 You can't judge UNCACHED by Config.K0 LSB.
36083
36084 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36085
36086commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
36087Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36088Date: Tue Mar 25 21:30:07 2008 +0900
36089
36090 [MIPS] Introduce _machine_restart
36091
36092 Handles machine specific functions by using weak functions.
36093
36094 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36095
36096commit decaba6f5cf386d569ac3997bebb871b966c6b18
36097Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36098Date: Tue Mar 25 21:30:07 2008 +0900
36099
36100 [MIPS] Cleanup CP0 Status initialization
36101
36102 Add setup_c0_status from Linux. For the moment we disable interrupts, set
36103 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
36104 reset-time configuration and will work well across most processors.
36105
36106 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36107
36108commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
36109Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36110Date: Tue Mar 25 21:30:07 2008 +0900
36111
36112 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
36113
36114 Without this change, we'll be suffering from deffered WATCH exception
36115 once Status.EXL is cleared. Make sure Cause.WP is cleared.
36116
36117 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36118
36119commit 26138623230ca2bad3c78e05a65527ea70c8b688
36120Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36121Date: Tue Mar 25 21:30:07 2008 +0900
36122
36123 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
36124
36125 Move things to appropriate place.
36126
36127 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36128
36129commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
36130Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36131Date: Tue Mar 25 21:30:06 2008 +0900
36132
36133 [MIPS] Implement flush_cache()
36134
36135 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
36136 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
36137 function is used not only in U-Boot specfic programs but also at loading
36138 target binaries.
36139
36140 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36141
36142commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
36143Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36144Date: Tue Mar 25 21:30:06 2008 +0900
36145
36146 [MIPS] Fix I-/D-cache initialization loops
36147
36148 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
36149 again per a loop for I-cache initialization. But according to 'See MIPS
36150 Run', we're encouraged to use three separate loops rather than combining
36151 them *for both I- and D-cache*. This patch tries to fix this.
36152
36153 In accordance with fixing above, mips_init_[id]cache are separated from
36154 mips_cache_reset(), and rewrite cache loops are completely rewritten with
36155 useful macros.
36156
36157 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36158
36159commit 1898840797c7f50799377bd5b285a8a93a82c419
36160Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36161Date: Tue Mar 25 21:30:06 2008 +0900
36162
36163 [MIPS] Replace memory clearance code with f_fill64
36164
36165 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
36166
36167 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36168
36169commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
36170Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36171Date: Tue Mar 25 21:30:06 2008 +0900
36172
36173 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
36174
36175 This patch replaces the current function definitions with NESTED, LEAF
36176 and END macro. They specify some more additional information about the
36177 function; an alignment of symbol, type of symbol, stack frame usage, etc.
36178 These information explicitly tells the assembler and the debugger about
36179 the types of code we want to generate.
36180
36181 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36182
36183commit 282223a607c611425fa33f5428f8eae6636972bb
36184Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36185Date: Tue Mar 25 11:43:17 2008 +0900
36186
36187 [MIPS] asm headers' updates
36188
36189 Make some asm headers adjusted to the latest Linux kernel.
36190
36191 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36192
36193commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
36194Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36195Date: Tue Mar 25 11:39:29 2008 +0900
36196
36197 [MIPS] Request for the 'mips_cache_lock()' removal
36198
36199 The initial intension of having mips_cache_lock() was to use the cache
36200 as memory for temporary stack use so that a C environment can be set up
36201 as early as possible.
36202
36203 But now mips_cache_lock() follow lowlevel_init(). We've already have the
36204 real memory initilaized at this point, therefore we could/should use it.
36205 No reason to lock at all.
36206
36207 Other problems:
36208
36209 Cache locking is not consistent across MIPS implementaions. Some imple-
36210 mentations don't support locking at all. The style of locking varies -
36211 some support per line locking, others per way, etc. Some parts use bits
36212 in status registers instead of cache ops. Current mips_cache_lock() is
36213 not necessarily general-purpose.
36214
36215 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
36216 they are never get unlocked, so the code relies on whatever gets loaded
36217 after U-Boot to re-initialize the cache and clear the locks. We're sup-
36218 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
36219 but leave the situation as it is for a long time.
36220
36221 For these reasons, I proposed the removal of mips_cache_lock() from the
36222 global start-up code.
36223
36224 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
36225 *things have changed*. If he wants the same behavior as before, he needs
36226 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
36227
36228 If we don't have any regression report through several releases, then
36229 we'll remove codes entirely.
36230
36231 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36232 Acked-by: Andrew Dyer <amdyer@gmail.com>
36233
36234commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
36235Author: Yuri Tikhonov <yur@emcraft.com>
36236Date: Mon Mar 24 11:30:54 2008 +0100
36237
36238 lwmon5 SYSMON POST: fix backlight control
36239
36240 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
36241 run on the board, then the SYSMON POST controls the display backlight
36242 (doesn't switch backlight ON if POST FAILED, and does switch the
36243 backlight ON if PASSED).
36244
36245 If not, then the video driver controls the display backlight (just
36246 switch ON the backlight upon initialization).
36247
36248 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36249
36250commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
36251Author: Yuri Tikhonov <yur@emcraft.com>
36252Date: Mon Mar 24 11:29:14 2008 +0100
36253
36254 lwmon5 SYSMON POST: fix handling of negative temperatures
36255
36256 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
36257
36258 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36259
36260commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
36261Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36262Date: Fri Mar 7 16:04:25 2008 +0900
36263
36264 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
36265
36266 In current source code, when the device number of PCI is 0, process PCI
36267 bridge without fail. However, when the device number is 0, it is not PCI
36268 always bridge. There are times when device of PCI allocates.
36269
36270 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
36271 use this patch.
36272
36273 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36274 Acked-by: Stefan Roese <sr@denx.de>
36275
36276commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
36277Author: Yuri Tikhonov <yur@emcraft.com>
36278Date: Fri Mar 21 09:18:40 2008 +0100
36279
36280 LWMON5: fix dsPIC POST
36281
36282 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
36283
36284 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
36285
438a4c11
WD
36286commit 388b82fddc7c05596f3f615f190da0448227dc82
36287Author: Bartlomiej Sieka <tur@semihalf.com>
36288Date: Thu Mar 20 23:23:13 2008 +0100
36289
36290 [new uImage] Enable new uImage support for the pcs440ep board.
36291
36292 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36293
36294commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
36295Author: Bartlomiej Sieka <tur@semihalf.com>
36296Date: Thu Mar 20 23:23:13 2008 +0100
36297
36298 [new uImage] Do not compile new uImage format support by default
36299
36300 Disable default building of new uImage format support in preparation
36301 for merge with the master. Support for new format can be enabled on
36302 a per-board basis, by defining the following in the board's config file:
36303
36304 #define CONFIG_FIT 1
36305 #define CONFIG_OF_LIBFDT 1
36306
36307 This can be optionally defined to give more verbose output:
36308
36309 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
36310
36311 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36312
36313commit dafaede8a46c7159310239e036c93e31c6374487
36314Author: Bartlomiej Sieka <tur@semihalf.com>
36315Date: Thu Mar 20 23:20:31 2008 +0100
36316
36317 [new uImage] Disable debuging output in preparation for merge with master
36318
36319 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36320
36321commit fbe7a155027beacebaee9b32e1ada781fe924bca
36322Author: Bartlomiej Sieka <tur@semihalf.com>
36323Date: Thu Mar 20 19:38:45 2008 +0100
36324
36325 [new uImage] Compilation and new uImage handling fixes for imxtract
36326
36327 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
36328 include/config_cmd_default.h. Fix few warnings and handling of new format
36329 images.
36330
36331 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36332
36333commit 36cc8cbb3379d5166f882641123521735c469f92
36334Author: Bartlomiej Sieka <tur@semihalf.com>
36335Date: Thu Mar 20 23:10:19 2008 +0100
36336
36337 [new uImage] Fix autoscr command used with new uImage format
36338
36339 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36340
36341commit 43142e817f0597be412e7cbe19413f5532eafa5d
36342Author: Bartlomiej Sieka <tur@semihalf.com>
36343Date: Thu Mar 20 23:10:19 2008 +0100
36344
36345 [new uImage] Fix *.its files location in documentation
36346
36347 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36348
aa6f6d17
WD
36349commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
36350Author: Wolfgang Denk <wd@denx.de>
36351Date: Thu Mar 20 22:01:38 2008 +0100
36352
36353 lwmon5 POST: remove unreachable code
36354
36355 plus some coding style cleanup
36356
36357 Signed-off-by: Wolfgang Denk <wd@denx.de>
36358
36359commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
36360Author: Yuri Tikhonov <yur@emcraft.com>
36361Date: Thu Mar 20 17:56:04 2008 +0300
36362
36363 LWMON5: POST RTC fix
36364
36365 Modify the RTC API to provide one a status for the time reported by
36366 the rtc_get() function:
36367 0 - a reliable time is guaranteed,
36368 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
36369 and so on).
36370
36371 The RTC chip drivers are responsible for providing this info if the
36372 corresponding chip supports such functionality. If not - always
36373 report that the time is reliable.
36374
36375 The POST RTC test was modified to detect the RTC faults utilizing
36376 this new rtc_get() feature.
36377
36378 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36379
36380commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
36381Author: Martin Krause <martin.krause@tqs.de>
36382Date: Wed Mar 19 14:25:14 2008 +0100
36383
36384 TQM5200B: update MTD partition layout
36385
36386 - insert partition for dtb blob to TQM5200B MTD layout
36387 - set env variables dependent on the configured board
36388 (TQM5200 or TQM5200B)
36389
36390 Signed-off-by: Martin Krause <martin.krause@tqs.de>
36391
36392commit f0105727d132f56a21fa3ed8b162309cca6cac44
36393Author: Stefan Roese <sr@denx.de>
36394Date: Wed Mar 19 07:09:26 2008 +0100
36395
36396 CFI: Small cleanup for FLASH_SHOW_PROGRESS
36397
36398 With this patch we don't need that many #ifdef's in the code. It moves
36399 the subtraction into the macro and defines a NOP-macro when
36400 CONFIG_FLASH_SHOW_PROGRESS is not defined.
36401
36402 Signed-off-by: Stefan Roese <sr@denx.de>
36403 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
36404
36405commit 9a042e9ca512beaaa2cb450274313fc477141241
36406Author: Jerry Van Baren <gvb.uboot@gmail.com>
36407Date: Sat Mar 8 13:48:01 2008 -0500
36408
36409 Flash programming progress countdown.
36410
36411 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36412
438a4c11
WD
36413commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
36414Author: Bartlomiej Sieka <tur@semihalf.com>
36415Date: Wed Mar 19 10:00:06 2008 +0100
36416
36417 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
36418
36419 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36420
aa6f6d17
WD
36421commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
36422Author: David Gibson <david@gibson.dropbear.id.au>
36423Date: Mon Feb 18 18:09:04 2008 +1100
36424
36425 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
36426
36427 Since fdt_node_offset_by_compatible() was converted to the new
36428 fdt_next_node() iterator, a chunk of initialization code became
36429 redundant, but was not removed by oversight. This patch cleans it up.
36430
36431 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36432
36433commit d0ccb9b140b472039732de102fc14597eedb14df
36434Author: David Gibson <david@gibson.dropbear.id.au>
36435Date: Mon Feb 18 18:06:31 2008 +1100
36436
36437 libfdt: Trivial cleanup for CHECK_HEADER)
36438
36439 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
36440 However, there are a handful of functions (fdt_move, rw_check_header,
36441 fdt_open_into) from other files which could also use it (currently
36442 they open-code something more-or-less identical). Therefore, this
36443 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
36444 places.
36445
36446 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36447
36448commit fe30a354cdbb808b5f15366a935b151a4ccee74f
36449Author: Kumar Gala <galak@kernel.crashing.org>
36450Date: Wed Feb 20 14:32:36 2008 -0600
36451
36452 Fix fdt boardsetup command parsing
36453
36454 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
36455
36456 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36457
36458commit 804887e6001e2f00bea11431bf34d6d472512cda
36459Author: Kumar Gala <galak@kernel.crashing.org>
36460Date: Fri Feb 15 03:34:36 2008 -0600
36461
36462 Add sub-commands to fdt
36463
36464 fdt header - Display header info
36465 fdt bootcpu <id> - Set boot cpuid
36466 fdt memory <addr> <size> - Add/Update memory node
36467 fdt rsvmem print - Show current mem reserves
36468 fdt rsvmem add <addr> <size> - Add a mem reserve
36469 fdt rsvmem delete <index> - Delete a mem reserves
36470
36471 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36472
36473commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
36474Author: David Gibson <david@gibson.dropbear.id.au>
36475Date: Thu Feb 14 16:50:34 2008 +1100
36476
36477 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
36478
36479 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
36480 node which has NOP tags interspersed with its properties. In this
36481 case fdt_add_subnode_namelen() will put the new subnode before the
36482 first NOP tag, even if there are properties after it, which will
36483 result in an invalid blob.
36484
36485 This patch fixes the bug, and adds a testcase for it.
36486
36487 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36488
36489commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
36490Author: David Gibson <david@gibson.dropbear.id.au>
36491Date: Tue Feb 12 11:58:31 2008 +1100
36492
36493 libfdt: Add and use a node iteration helper function.
36494
36495 This patch adds an fdt_next_node() function which can be used to
36496 iterate through nodes of the tree while keeping track of depth. This
36497 function is used to simplify the iteration code in a lot of other
36498 functions, and is also exported for use by library users.
36499
36500 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36501
36502commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
36503Author: David Gibson <david@gibson.dropbear.id.au>
36504Date: Fri Jan 11 14:55:05 2008 +1100
36505
36506 libfdt: Add fdt_set_name() function
36507
36508 This patch adds an fdt_set_name() function to libfdt, mirroring
36509 fdt_get_name(). This is a r/w function which alters the name of a
36510 given device tree node.
36511
36512 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36513
36514commit 23e20aa6488e6c0622496549861bfdc74108debe
36515Author: Yuri Tikhonov <yur@pollux.denx.de>
36516Date: Tue Mar 18 13:33:30 2008 +0100
36517
36518 lwmon5: Fix register test logic to match the specific GDC h/w.
36519
36520 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36521 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36522
36523commit 46bc0a938779aa1d664b847d36b08aa00f22e539
36524Author: Yuri Tikhonov <yur@pollux.denx.de>
36525Date: Tue Mar 18 13:27:57 2008 +0100
36526
36527 Fix backlight in the lwmon5 POST.
36528
36529 Backlight was switched on even when temperature was too low.
36530
36531 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36532 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36533
36534commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
36535Author: Yuri Tikhonov <yur@pollux.denx.de>
36536Date: Wed Feb 6 18:48:36 2008 +0100
36537
36538 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).
36539
36540 To enable this, alternative, configuration the U-Boot board configuration
36541 file for lwmon5 includes the definitions of alternative addresses for header
36542 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
36543
36544 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
36545 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
36546 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
36547
36548 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36549
36550commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
36551Author: Yuri Tikhonov <yur@pollux.denx.de>
36552Date: Mon Feb 4 17:11:53 2008 +0100
36553
36554 Add support for the lwmon5 board reset via GPIO58.
36555
36556 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36557 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36558
36559commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
36560Author: Yuri Tikhonov <yur@pollux.denx.de>
36561Date: Mon Feb 4 17:09:55 2008 +0100
36562
36563 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
36564
36565 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36566 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36567
36568commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
36569Author: Yuri Tikhonov <yur@pollux.denx.de>
36570Date: Mon Feb 4 14:11:03 2008 +0100
36571
36572 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.
36573
36574 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36575 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36576
36577commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
36578Author: Yuri Tikhonov <yur@pollux.denx.de>
36579Date: Mon Feb 4 14:10:42 2008 +0100
36580
36581 The patch adds new POST tests for the Lwmon5 board. These are:
36582
36583 * External Watchdog test;
36584 * dsPIC tests;
36585 * FPGA test;
36586 * GDC test;
36587 * Sysmon tests.
36588
36589 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36590 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36591
36592commit c2ed33efbfff5767bca236828e021c55fd547b6c
36593Author: Yuri Tikhonov <yur@pollux.denx.de>
36594Date: Mon Feb 4 14:10:01 2008 +0100
36595
36596 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
36597
36598 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36599
7ed40117
WD
36600commit 3a5d1e7f1309998791702b2a559e3126781746b9
36601Author: Yuri Tikhonov <yur@pollux.denx.de>
36602Date: Tue Mar 18 13:33:30 2008 +0100
36603
36604 lwmon5: Fix register test logic to match the specific GDC h/w.
36605
36606 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36607 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36608
36609commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
36610Author: Yuri Tikhonov <yur@pollux.denx.de>
36611Date: Tue Mar 18 13:27:57 2008 +0100
36612
36613 Fix backlight in the lwmon5 POST.
36614
36615 Backlight was switcehd on even when temperature was too low.
36616
36617 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36618 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36619
36620commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
36621Author: Yuri Tikhonov <yur@pollux.denx.de>
36622Date: Wed Feb 6 18:48:36 2008 +0100
36623
36624 The patch introduces the alternative configuration of the log buffer for
36625 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
36626 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
36627 PPC440EPX_GPT0_COMP5).
36628
36629 To enable this, alternative, configuration the U-Boot board configuration
36630 file for lwmon5 includes the definitions of alternative addresses for header
36631 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
36632
36633 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
36634 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
36635 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
36636
36637 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36638
36639commit ff818b21b069f4bc9cb73373cc5a16014be101b7
36640Author: Yuri Tikhonov <yur@pollux.denx.de>
36641Date: Mon Feb 4 17:11:53 2008 +0100
36642
36643 Add support for the lwmon5 board reset via GPIO58.
36644
36645 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36646 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36647
36648commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
36649Author: Yuri Tikhonov <yur@pollux.denx.de>
36650Date: Mon Feb 4 17:09:55 2008 +0100
36651
36652 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
36653 Disable external watch-dog for now.
36654
36655 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36656 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36657
36658commit e262efe35742c1ad4b0966ff501efc26f34a0aec
36659Author: Yuri Tikhonov <yur@pollux.denx.de>
36660Date: Mon Feb 4 14:11:03 2008 +0100
36661
36662 The patch introduces the CRITICAL feature of POST tests. If the test
36663 marked as POST_CRITICAL fails then the alternative, post_critical,
36664 boot-command is used. If this command is not defined then U-Boot
36665 enters into interactive mode.
36666
36667 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36668 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36669
36670commit 65b20dcefc89618193fa51947968dada91e4c778
36671Author: Yuri Tikhonov <yur@pollux.denx.de>
36672Date: Mon Feb 4 14:10:42 2008 +0100
36673
36674 The patch adds new POST tests for the Lwmon5 board.
36675 These are:
36676
36677 * External Watchdog test;
36678 * dsPIC tests;
36679 * FPGA test;
36680 * GDC test;
36681 * Sysmon tests.
36682
36683 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36684 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36685
36686commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
36687Author: Yuri Tikhonov <yur@pollux.denx.de>
36688Date: Mon Feb 4 14:10:01 2008 +0100
36689
36690 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
36691
36692 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36693
aa6f6d17
WD
36694commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
36695Author: Wolfgang Denk <wd@denx.de>
36696Date: Tue Mar 18 17:35:51 2008 +0100
36697
36698 HMI1001: fix compile problem.
36699
36700 Signed-off-by: Wolfgang Denk <wd@denx.de>
36701
36702commit 1f2a9970109cebf7446e0503b10b71f8673045ee
36703Author: Mike Frysinger <vapier@gentoo.org>
36704Date: Mon Feb 18 05:32:30 2008 -0500
36705
36706 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
36707
36708 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
36709 for the board specific driver at all. Just use the common CFI driver.
36710
36711 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36712
36713commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
36714Author: Mike Frysinger <vapier@gentoo.org>
36715Date: Tue Feb 19 00:36:14 2008 -0500
36716
36717 Blackfin: add proper ELF markings to some assembly functions
36718
36719 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36720
36721commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
36722Author: Mike Frysinger <vapier@gentoo.org>
36723Date: Tue Feb 19 00:35:17 2008 -0500
36724
36725 Blackfin: new cplbinfo command for viewing cplb tables
36726
36727 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36728
36729commit aadb72503cd1602349a5fe53356d5f55ecc1b900
36730Author: Mike Frysinger <vapier@gentoo.org>
36731Date: Mon Feb 18 05:37:51 2008 -0500
36732
36733 Blackfin: update MAINTAINERS list
36734
36735 Add maintainer information for the Blackfin boards.
36736
36737 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36738
36739commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
36740Author: Mike Frysinger <vapier@gentoo.org>
36741Date: Mon Feb 18 05:26:48 2008 -0500
36742
36743 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
36744
36745 Stop tying things to the processor that should be tied to other defines and
36746 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
36747 system to select the -mcpu option.
36748
36749 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36750
36751commit 86a20fb920bd198105acf7b1191117f566d637ed
36752Author: Mike Frysinger <vapier@gentoo.org>
36753Date: Sat Feb 16 07:40:36 2008 -0500
36754
36755 Blackfin: move bootldr command to common code
36756
36757 This moves the Blackfin-common bootldr command out of the BF537-STAMP
36758 specific board directory and into the common directory so that all Blackfin
36759 boards may utilize it.
36760
36761 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36762
36763commit decbe029b2a9d3333d02c433389b1c821eea96d7
36764Author: Heiko Schocher <hs@denx.de>
36765Date: Fri Mar 14 11:05:20 2008 +0100
36766
36767 mgcoge: update configuration
36768
36769 Fix configuration for mgcoge board
36770
36771 Signed-off-by: Heiko Schocher <hs@denx.de>
36772
36773commit c136724cda0219c49f1d4b346f00da29b14fdf14
36774Author: Wolfgang Denk <wd@denx.de>
36775Date: Sun Mar 16 01:22:59 2008 +0100
36776
36777 drivers/rtc/Makefile: keep list sorted
36778
36779 Signed-off-by: Wolfgang Denk <wd@denx.de>
36780
36781commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
36782Author: Tor Krill <tor@excito.com>
36783Date: Sat Mar 15 15:40:26 2008 +0100
36784
36785 Add support for Intersil isl1208 RTC
36786
36787 Signed-off-by: Tor Krill <tor@excito.com>
36788
36789commit 0210cff3d079d97b2156b13685ee8de368e68a1a
36790Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36791Date: Sat Mar 15 17:36:41 2008 +0100
36792
36793 cramfs: Fix ifdef
36794
36795 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36796
36797commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
36798Author: Wolfgang Denk <wd@denx.de>
36799Date: Sun Mar 16 01:12:58 2008 +0100
36800
36801 Conding style cleanup
36802
36803 Signed-off-by: Wolfgang Denk <wd@denx.de>
36804
0b8f2a27
WD
36805commit 41712b4e8c95dff23354bcd620e1f9477160c190
36806Author: Stefan Roese <sr@denx.de>
36807Date: Wed Mar 5 12:31:53 2008 +0100
36808
36809 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
36810
36811 This patch adds USB OHCI support to the Canyonlands board port. It also
36812 enables EXT2 support.
36813
36814 Signed-off-by: Stefan Roese <sr@denx.de>
36815
36816commit 2596f5b9d353ff3e4387a3325d05740f16958038
36817Author: Stefan Roese <sr@denx.de>
36818Date: Wed Mar 5 12:29:32 2008 +0100
36819
36820 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
36821
36822 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
36823 way a board just needs to define this new option to enable the "force
36824 NoPowerSwitching mode" instead of adding new CPU/architecture defines
36825 to the USB source itself.
36826
36827 This new option will be used first with the new AMCC 460EX Canyonlands
36828 board port, which will be posted in a few days.
36829
36830 This patch also fixes a small compilation problem when DEBUG is enabled.
36831
36832 Signed-off-by: Stefan Roese <sr@denx.de>
36833
36834commit 71665ebf88408ff2acb762af47989fd4365b321a
36835Author: Stefan Roese <sr@denx.de>
36836Date: Mon Mar 3 17:27:02 2008 +0100
36837
36838 ppc4xx: Add Canyonlands NAND booting support
36839
36840 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
36841 NAND devices. The only bootstrap option for NAND booting is option F for
36842 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
36843 EEPROM needs to be programmed accordingly.
36844
36845 This patch adds basic NAND booting support for the AMCC Canyonlands aval
36846 board and also adds support to the "bootstrap" command, to enable NAND
36847 booting I2C setting.
36848
36849 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
36850
36851 Signed-off-by: Stefan Roese <sr@denx.de>
36852
36853commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
36854Author: Stefan Roese <sr@denx.de>
36855Date: Tue Mar 11 16:53:00 2008 +0100
36856
36857 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
36858
36859 This patch adds support for the AMCC Canyonlands 460EX evaluation
36860 board.
36861
36862 Signed-off-by: Stefan Roese <sr@denx.de>
36863
36864commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
36865Author: Stefan Roese <sr@denx.de>
36866Date: Tue Mar 11 16:52:24 2008 +0100
36867
36868 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
36869
36870 This patch adds support for the AMCC Canyonlands 460EX evaluation
36871 board.
36872
36873 Signed-off-by: Stefan Roese <sr@denx.de>
36874
36875commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
36876Author: Stefan Roese <sr@denx.de>
36877Date: Tue Mar 11 16:51:17 2008 +0100
36878
36879 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
36880
36881 This patch adds support for the AMCC Canyonlands 460EX evaluation
36882 board.
36883
36884 Signed-off-by: Stefan Roese <sr@denx.de>
36885
36886commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
36887Author: Stefan Roese <sr@denx.de>
36888Date: Tue Mar 11 15:11:43 2008 +0100
36889
36890 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
36891
36892 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36893
36894 Signed-off-by: Stefan Roese <sr@denx.de>
36895
36896commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
36897Author: Stefan Roese <sr@denx.de>
36898Date: Tue Mar 11 15:11:18 2008 +0100
36899
36900 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
36901
36902 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36903
36904 Signed-off-by: Stefan Roese <sr@denx.de>
36905
36906commit 999ecd5aca381984d8ebbeb207ece82a1c275577
36907Author: Stefan Roese <sr@denx.de>
36908Date: Tue Mar 11 15:07:10 2008 +0100
36909
36910 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
36911
36912 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36913
36914 Signed-off-by: Stefan Roese <sr@denx.de>
36915
36916commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
36917Author: Stefan Roese <sr@denx.de>
36918Date: Tue Mar 11 15:05:50 2008 +0100
36919
36920 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
36921
36922 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36923
36924 Signed-off-by: Stefan Roese <sr@denx.de>
36925
36926commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
36927Author: Stefan Roese <sr@denx.de>
36928Date: Tue Mar 11 15:05:26 2008 +0100
36929
36930 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
36931
36932 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36933
36934 Signed-off-by: Stefan Roese <sr@denx.de>
36935
36936commit 56e410178375d9f20be25fb24e180974f0ae120b
36937Author: Stefan Roese <sr@denx.de>
36938Date: Tue Feb 19 22:07:57 2008 +0100
36939
36940 ppc4xx: interrupt.c reworked
36941
36942 This patch is a rework of the 4xx interrupt handling done while
36943 adding the 460EX/GT support. Interrupts are needed on 4xx for the
36944 EMAC driver.
36945
36946 Signed-off-by: Stefan Roese <sr@denx.de>
36947
36948commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
36949Author: Stefan Roese <sr@denx.de>
36950Date: Tue Feb 19 22:01:57 2008 +0100
36951
36952 ppc4xx: program_tlb now uses 64bit physical addess
36953
36954 This patch changes the physical addess parameter from 32bit to 64bit.
36955 This is needed for 36bit 4xx platforms to access areas located
36956 beyond the 4GB border, like SoC peripherals (EBC etc.).
36957
36958 Signed-off-by: Stefan Roese <sr@denx.de>
36959
36960commit c3307fa186af85771924c434997089b8104c0a46
36961Author: Stefan Roese <sr@denx.de>
36962Date: Tue Feb 19 21:58:25 2008 +0100
36963
36964 ppc4xx: miiphy.c reworked
36965
36966 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
36967 badly neede some cleanup.
36968
36969 Signed-off-by: Stefan Roese <sr@denx.de>
36970
36971commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
36972Author: Stefan Roese <sr@denx.de>
36973Date: Tue Feb 19 16:21:49 2008 +0100
36974
36975 rtc: Add M41T62 support
36976
36977 This patch add support for the STM M41T62 RTC. It is used and tested
36978 on the AMCC Canyonlands 406EX platform.
36979
36980 Signed-off-by: Stefan Roese <sr@denx.de>
36981
36982commit 217d383e201adc7f2271145ae345ea5eae2b7170
36983Author: Niklaus Giger <niklaus.giger@netstal.com>
36984Date: Mon Feb 25 18:46:43 2008 +0100
36985
36986 ppc4xx: Add 405GPr based MCU25 board specific files
36987
36988 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36989
36990commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
36991Author: Niklaus Giger <niklaus.giger@netstal.com>
36992Date: Mon Feb 25 18:46:42 2008 +0100
36993
36994 ppc4xx: Add 405GPr based MCU25 board config file
36995
36996 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36997
36998commit b05f35436b733a240559e77e46bed8439665ecc5
36999Author: Niklaus Giger <niklaus.giger@netstal.com>
37000Date: Mon Feb 25 18:46:41 2008 +0100
37001
37002 ppc4xx: Add 405GPr based MCU25 board. Global files
37003
37004 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37005
37006commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
37007Author: Niklaus Giger <niklaus.giger@netstal.com>
37008Date: Mon Feb 25 18:37:02 2008 +0100
37009
37010 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
37011
37012 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37013
37014commit a079494853cc2bfeddb26673219db0b4b2b31566
37015Author: Niklaus Giger <niklaus.giger@netstal.com>
37016Date: Mon Feb 25 18:37:01 2008 +0100
37017
37018 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
37019
37020 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
37021 the FLASH_CFI_LEGACY et al. config options.
37022
37023 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37024
37025commit e4170e5a50c8110f792bc37472833ae669d69951
37026Author: Stefan Roese <sr@denx.de>
37027Date: Tue Mar 11 13:52:25 2008 +0100
37028
37029 ppc4xx: Fix comment in 405EX DDR2 init code
37030
37031 Signed-off-by: Stefan Roese <sr@denx.de>
37032
438a4c11
WD
37033commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
37034Author: Bartlomiej Sieka <tur@semihalf.com>
37035Date: Fri Mar 14 16:22:34 2008 +0100
37036
37037 Add MD5 support to the new uImage format
37038
37039 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37040
37041commit 0ede0c383530a418cf98be9122371a86573cd0db
37042Author: Bartlomiej Sieka <tur@semihalf.com>
37043Date: Fri Mar 14 16:22:34 2008 +0100
37044
37045 Add the MD5 algorithm
37046
37047 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
37048 calculated using the md5() function -- see include/md5.h for details.
37049
37050 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37051
0b8f2a27
WD
37052commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
37053Author: Wolfgang Denk <wd@denx.de>
37054Date: Fri Mar 14 16:04:54 2008 +0100
37055
37056 tools/setlocalversion: use a git-describe-ish format
37057
37058 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
37059 where 'nnnnn' is the number of commits since the last tag (i.e.,
37060 1.3.2-rc3). This makes it much easier to recognize "newer" versions
37061 and to see how much has been changed since the referenced tag.
37062
37063 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
37064
37065 Signed-off-by: Wolfgang Denk <wd@denx.de>
37066
37067commit c6dc21c84de0f159a1752c5ebd33cff843f63609
37068Author: Wolfgang Denk <wd@denx.de>
37069Date: Thu Mar 13 14:32:03 2008 +0100
37070
37071 HMI1001: add support for MPC5200 Rev. B processors.
37072
37073 Signed-off-by: Wolfgang Denk <wd@denx.de>
37074
37075commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
37076Author: Wolfgang Denk <wd@denx.de>
37077Date: Thu Mar 13 14:29:49 2008 +0100
37078
37079 TQM5200: remove dead code
37080
37081 This board never used a MGT5100 processor.
37082
37083 Signed-off-by: Wolfgang Denk <wd@denx.de>
37084
438a4c11
WD
37085commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
37086Author: Marian Balakowicz <m8@semihalf.com>
37087Date: Wed Mar 12 12:14:15 2008 +0100
37088
37089 [new uImage] Fix build issue on ARM
37090
37091 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
37092
37093 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37094
37095commit 3310c549a73a949430bfda90876df7552a1dab0c
37096Author: Marian Balakowicz <m8@semihalf.com>
37097Date: Wed Mar 12 12:13:13 2008 +0100
37098
37099 [new uImage] Add new uImage format documentation and examples
37100
37101 Create doc/uImage.FIT documentation directory with the following files:
37102 - command_syntax_extensions.txt : extended command syntax description
37103 - howto.txt : short usage howto
37104 - source_file_format.txt : internal new uImage format description
37105
37106 Add example image source files:
37107 - kernel.its
37108 - kernel_fdt.its
37109 - multi.its
37110
37111 Update README appropriately.
37112
37113 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37114 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37115
37116commit 1ec73761d2e247078f4520a265d463e8b73391a2
37117Author: Marian Balakowicz <m8@semihalf.com>
37118Date: Wed Mar 12 10:35:52 2008 +0100
37119
37120 [new uImage] Fix definition of common bootm_headers_t fields
37121
37122 verify, autostart and lmb fields are used regardless of CONFIG_FIT
37123 setting, move their definitions to common section.
37124
37125 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37126
37127commit 1d1cb4270edc6a99276834064069717f9782c491
37128Author: Marian Balakowicz <m8@semihalf.com>
37129Date: Wed Mar 12 10:35:51 2008 +0100
37130
37131 [new uImage] Fix build problems on trab board
37132
37133 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37134
37135commit f773bea8e11f4a11c388dcee956b2444203e6b65
37136Author: Marian Balakowicz <m8@semihalf.com>
37137Date: Wed Mar 12 10:35:46 2008 +0100
37138
37139 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
37140
37141 Save FIT configuration provied in the first bootm argument and use it
37142 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
37143 arguments are not specified.
37144
37145 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37146
37147commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
37148Author: Marian Balakowicz <m8@semihalf.com>
37149Date: Wed Mar 12 10:33:01 2008 +0100
37150
37151 [new uImage] More verbose kernel image uncompress error message
37152
37153 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37154
37155commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
37156Author: Marian Balakowicz <m8@semihalf.com>
37157Date: Wed Mar 12 10:33:01 2008 +0100
37158
37159 [new uImage] Use show_boot_progress() for new uImage format
37160
37161 This patch allocates a set of show_boot_progress() IDs for new uImage format
37162 and adds show_boot_progress() calls in new uImage format handling code.
37163
37164 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37165
37166commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
37167Author: Marian Balakowicz <m8@semihalf.com>
37168Date: Wed Mar 12 10:33:01 2008 +0100
37169
37170 [new uImage] Add new uImage fromat support to fpga command
37171
37172 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37173
37174commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
37175Author: Marian Balakowicz <m8@semihalf.com>
37176Date: Wed Mar 12 10:33:01 2008 +0100
37177
37178 [new uImage] Add new uImage format handling to other bootm related commands
37179
37180 Updated commands:
37181
37182 docboot - cmd_doc.c
37183 fdcboot - cmd_fdc.c
37184 diskboot - cmd_ide.c
37185 nboot - cmd_nand.c
37186 scsiboot - cmd_scsi.c
37187 usbboot - cmd_usb.c
37188
37189 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37190
37191commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
37192Author: Marian Balakowicz <m8@semihalf.com>
37193Date: Wed Mar 12 10:33:00 2008 +0100
37194
37195 [new uImage] Add new uImage format support to imgextract command
37196
37197 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37198
37199commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
37200Author: Marian Balakowicz <m8@semihalf.com>
37201Date: Wed Mar 12 10:33:00 2008 +0100
37202
37203 [new uImage] Add new uImage format support to autoscript routine
37204
37205 autoscript() routine is updated to accept second argument, which
37206 is only used for FIT images and provides a FIT subimage unit name.
37207
37208 autoscript() routine callers must now pass two arguments. For
37209 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
37210 variable 'autoscript_uname' is introduced and used as a FIT
37211 subimage unit name source.
37212
37213 autoscript command accepts extended syntax of the addr argument:
37214 addr:<subimg_uname>
37215
37216 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37217
37218commit cd7c596e9f561dbbc17b717277438aee78cde14f
37219Author: Marian Balakowicz <m8@semihalf.com>
37220Date: Wed Mar 12 10:33:00 2008 +0100
37221
37222 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
37223
37224 This patch updates architecture specific implementations of
37225 do_bootm_linux() adding new uImage format handling for
37226 operations like get kernel entry point address, get kernel
37227 image data start address.
37228
37229 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37230
37231commit 3dfe110149311425919e6d6a14b561b4207498f1
37232Author: Marian Balakowicz <m8@semihalf.com>
37233Date: Wed Mar 12 10:32:59 2008 +0100
37234
37235 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
37236
37237 This patch adds new node offset fields to struct bootm_headers
37238 and updates bootm_headers processing code to make use of them.
37239 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
37240
37241 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37242
37243commit bc8ed486b125452ba3bd8344f052f437329150c5
37244Author: Marian Balakowicz <m8@semihalf.com>
37245Date: Wed Mar 12 10:32:53 2008 +0100
37246
37247 [new uImage] ppc: Add new uImage format support to FDT handling routines
37248
37249 Support for new (FIT) format uImages is added to powerpc specific
37250 boot_get_fdt() routine which now recognizes, sanity checks FIT image
37251 and is able to access data sections of the requested component image.
37252
37253 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37254
37255commit a44a269a905f924b420020506a4d7d7eedcc0eaf
37256Author: Marian Balakowicz <m8@semihalf.com>
37257Date: Wed Mar 12 10:14:57 2008 +0100
37258
37259 [new uImage] Re-enable interrupts for non automatic booting
37260
37261 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
37262 environment variable is not set to 'yes'.
37263
37264 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37265
37266commit d985c8498c4e47095820da97aa722381d39172c5
37267Author: Marian Balakowicz <m8@semihalf.com>
37268Date: Wed Mar 12 10:14:38 2008 +0100
37269
37270 [new uImage] Remove unnecessary arguments passed to ramdisk routines
37271
37272 boot_get_ramdisk() and image_get_ramdisk() do not need all
37273 cmdtp, flag, argc and argv arguments. Simplify routines definition.
37274
37275 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37276
37277commit c87796483bc7c2900470dc747c367f602577608d
37278Author: Marian Balakowicz <m8@semihalf.com>
37279Date: Wed Mar 12 10:12:37 2008 +0100
37280
37281 [new uImage] Add new uImage format support for ramdisk handling
37282
37283 This patch updates boot_get_ramdisk() routine adding format
37284 verification and handling for new (FIT) uImages.
37285
37286 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37287
37288commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
37289Author: Marian Balakowicz <m8@semihalf.com>
37290Date: Wed Mar 12 10:01:05 2008 +0100
37291
37292 [new uImage] Add new uImage format support for kernel booting
37293
37294 New format uImages are recognized by the bootm command,
37295 validity of specified kernel component image is checked and
37296 its data section located and used for further processing
37297 (uncompress, load, etc.)
37298
37299 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37300
37301commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
37302Author: Marian Balakowicz <m8@semihalf.com>
37303Date: Tue Mar 11 12:35:20 2008 +0100
37304
37305 [new uImage] Add new uImage format support for imls and iminfo commands
37306
37307 imls and iminfo can now recognize nad print out contents of the new (FIT)
37308 format uImages.
37309
37310 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37311
37312commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
37313Author: Bartlomiej Sieka <tur@semihalf.com>
37314Date: Tue Mar 11 12:34:47 2008 +0100
37315
37316 [new uImage] Add support for new uImage format to mkimage tool
37317
37318 Support for the new uImage format (FIT) is added to mkimage tool.
37319 Commandline syntax is appropriately extended:
37320
37321 mkimage [-D dtc_options] -f fit-image.its fit-image
37322
37323 mkimage (together with dtc) takes fit-image.its and referenced therein
37324 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
37325 final image that can be transferred to the target (e.g., via tftp) and then
37326 booted using the bootm command in U-Boot.
37327
37328 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37329
37330commit eb6175edd6c120d8b89678243e5a2be362ee8e40
37331Author: Marian Balakowicz <m8@semihalf.com>
37332Date: Mon Mar 10 17:53:49 2008 +0100
37333
37334 [new uImage] Make node unit names const in struct bootm_headers
37335
37336 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37337
37338commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
37339Author: Marian Balakowicz <m8@semihalf.com>
37340Date: Fri Feb 29 21:24:06 2008 +0100
37341
37342 [new uImage] New uImage low-level API
37343
37344 Add FDT-based functions for handling new format component images,
37345 configurations, node operations, property get/set, etc.
37346
37347 fit_ - routines handling global new format uImage operations
37348 like get/set top level property, process all nodes, etc.
37349 fit_image_ - routines handling component images subnodes
37350 fit_conf_ - routines handling configurations node
37351
37352 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37353 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37354
0b8f2a27
WD
37355commit 30f1806f60978d707b0cff2d7bf89d141fc24290
37356Author: Wolfgang Denk <wd@denx.de>
37357Date: Sun Mar 9 16:20:02 2008 +0100
37358
37359 Release v1.3.2
37360
37361 Update CHANGELOG for release.
37362
37363 Signed-off-by: Wolfgang Denk <wd@denx.de>
37364
30f1806f
WD
37365commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
37366Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37367Date: Sun Mar 9 14:52:11 2008 +0100
37368
37369 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
37370
37371 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37372 Signed-off-by: Wolfgang Denk <wd@denx.de>
37373
37374commit db695b78515ddb88a2d4f3357c120345efbf59ec
37375Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37376Date: Sun Mar 9 10:44:01 2008 +0100
37377
37378 scb9328: Fix flash warning: type qualifiers ignored on function return type
37379
37380 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37381
37382commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
37383Author: Wolfgang Denk <wd@denx.de>
37384Date: Sun Mar 9 10:50:41 2008 +0100
37385
37386 esd/common/fpga.c: fix indentation.
37387
37388 Signed-off-by: Wolfgang Denk <wd@denx.de>
37389
37390commit cc3843e36453e2b8db65d7e56de938ba045016a0
37391Author: Wolfgang Denk <wd@denx.de>
37392Date: Sun Mar 9 10:33:31 2008 +0100
37393
37394 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
37395
37396 and get rid of a couple of unneeded casts.
37397
37398 Signed-off-by: Wolfgang Denk <wd@denx.de>
37399
37400commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
37401Author: Wolfgang Denk <wd@denx.de>
37402Date: Sun Mar 9 10:09:53 2008 +0100
37403
37404 esd/common/fpga.c: fix 'assignment of read-only location' error
37405
37406 Signed-off-by: Wolfgang Denk <wd@denx.de>
37407
37408commit c6fe4dabac066e8758345d249032768496983a3e
37409Author: Wolfgang Denk <wd@denx.de>
37410Date: Sun Mar 9 02:13:19 2008 +0100
37411
37412 Makefile: make build silently again.
37413
37414 Signed-off-by: Wolfgang Denk <wd@denx.de>
37415
37416commit 76babc86576f092573599334c85ec543fdbc6015
37417Author: Wolfgang Denk <wd@denx.de>
37418Date: Sun Mar 9 02:07:49 2008 +0100
37419
37420 m501sk: Fix out of tree building
37421
37422 Signed-off-by: Wolfgang Denk <wd@denx.de>
37423
37424commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
37425Author: Wolfgang Denk <wd@denx.de>
37426Date: Sun Mar 9 00:06:09 2008 +0100
37427
37428 ADS5121: fix out of tree build
37429
37430 and simplify Makefile a bit.
37431
37432 Signed-off-by: Wolfgang Denk <wd@denx.de>
37433
37434commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
37435Author: Wolfgang Denk <wd@denx.de>
37436Date: Sat Mar 8 22:35:31 2008 +0100
37437
37438 Release v1.3.2
37439
37440 Signed-off-by: Wolfgang Denk <wd@denx.de>
37441
37442commit 78a90f827df74520e939c794fc7413dace21c4db
37443Author: Wolfgang Denk <wd@denx.de>
37444Date: Sat Mar 8 22:35:04 2008 +0100
37445
37446 Update CHANGELOG
37447
37448 Signed-off-by: Wolfgang Denk <wd@denx.de>
37449
78a90f82
WD
37450commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
37451Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37452Date: Sat Mar 8 21:30:04 2008 +0100
37453
37454 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
37455
37456 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37457
37458commit d75469d48c05795144f4b8ba76addbb4920a7bba
37459Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37460Date: Sat Mar 8 09:25:49 2008 +0900
37461
37462 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
37463
37464 When rtl_recv() of rtl8169 is called, OWNbit of status register
37465 is not enable occasionally.
37466 rtl_recv() doesn't work normally when the driver doesn't do
37467 appropriate processing.
37468 This patch fix this problem.
37469
37470 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37471
37472commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
37473Author: Heiko Schocher <hs@denx.de>
37474Date: Fri Mar 7 08:15:28 2008 +0100
37475
37476 mgsuvd: update board configuration
37477
37478 initialize the UPIOx controller.
37479
37480 Signed-off-by: Heiko Schocher <hs@denx.de>
37481
37482commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
37483Author: Heiko Schocher <hs@denx.de>
37484Date: Fri Mar 7 08:13:41 2008 +0100
37485
37486 mgcoge: update board configuration
37487
37488 add support for the config Flash.
37489 initialize the UPIOx controller.
37490
37491 Signed-off-by: Heiko Schocher <hs@denx.de>
37492
37493commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
37494Author: Kim Phillips <kim.phillips@freescale.com>
37495Date: Fri Mar 7 12:27:31 2008 -0600
37496
37497 mpc83xx: make dtb basename file references equal those of linux
37498
37499 the dts file basenames were updated in linux - this helps avoid
37500 inadvertently loading any old dtbs laying around.
37501
37502 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37503
37504commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
37505Author: Kim Phillips <kim.phillips@freescale.com>
37506Date: Wed Feb 27 16:08:22 2008 -0600
37507
37508 net: uec_phy: actually increment the timeout counter
37509
37510 allow u-boot to recover (and, e.g., switch to another interface) in the
37511 case where a PHY does not report autonegotiation is complete within its
37512 two second timeout value.
37513
37514 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37515
37516commit 772003e43957ee0c895abed7cd82cbe72820cbb8
37517Author: Markus Brunner <super.firetwister@googlemail.com>
37518Date: Wed Mar 5 21:38:12 2008 +0100
37519
37520 fix taihu soft spi_read
37521
37522 The taihu board used gpio_read_out_bit which reads the output register and not
37523 the pin state.
37524
37525 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
37526
37527commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
37528Author: Stefan Roese <sr@denx.de>
37529Date: Fri Mar 7 08:01:43 2008 +0100
37530
37531 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
37532
37533 Signed-off-by: Stefan Roese <sr@denx.de>
37534
37535commit bd4458cb47abecabd406b1210457be96c69fc49d
37536Author: Dave Liu <r63238@freescale.com>
37537Date: Tue Mar 4 16:59:22 2008 +0800
37538
37539 837xEMDS: Improve the system performance
37540
37541 1. Make the CSB bus pipeline depth as 4, and enable
37542 the repeat mode;
37543 2. Raise the eTSEC emergency priority;
37544 3. Use the highest IP blocks clock.
37545
37546 Signed-off-by: Dave Liu <daveliu@freescale.com>
37547
37548commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
37549Author: Detlev Zundel <dzu@denx.de>
37550Date: Thu Mar 6 16:45:53 2008 +0100
37551
37552 Replace "run load; run update" with conditionalized "run load update".
37553
37554 The latter version stops when "run load" fails for whatever reasons
37555 rendering the combination *a lot* more secure.
37556
37557 Signed-off-by: Detlev Zundel <dzu@denx.de>
37558
37559commit 6bc113886d7d316df1a4e459bec8baf027518551
37560Author: Stefan Roese <sr@denx.de>
37561Date: Tue Mar 4 17:40:41 2008 +0100
37562
37563 net: Print error message upon net usage when no ethernet-interface is found
37564
37565 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
37566 defined. Then no ethernet interface is available but a simple "tftp"
37567 command will return without any error message which is quite confusing.
37568
37569 Signed-off-by: Stefan Roese <sr@denx.de>
37570
37571commit a30a549a3553032d809e0356306b62de0b125901
37572Author: Jon Loeliger <jdl@freescale.com>
37573Date: Tue Mar 4 10:03:03 2008 -0600
37574
37575 Remove erroneous or extra spd.h #includers.
37576
37577 Many of the spd.h #includers don't need it,
37578 and wanted to have spd_sdram() declared instead.
37579 Since they didn't get that, some also had open
37580 coded extern declarations of it instead or as well.
37581 Fix it all up by using spd_sdram.h where needed.
37582
37583 Signed-off-by: Jon Loeliger <jdl@freescale.com>
37584
37585commit a4475386cef14af3fd88f0518b688e755669486d
37586Author: Wolfgang Denk <wd@denx.de>
37587Date: Tue Mar 4 17:41:28 2008 +0100
37588
37589 PCS440EP: fix build problems (redundant #define)
37590
37591 Signed-off-by: Wolfgang Denk <wd@denx.de>
37592
37593commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
37594Author: Stefan Roese <sr@denx.de>
37595Date: Tue Mar 4 17:39:25 2008 +0100
37596
37597 net: Print error message upon net usage when no ethernet-interface is found
37598
37599 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
37600 defined. Then no ethernet interface is available but a simple "tftp"
37601 command will return without any error message which is quite confusing.
37602
37603 Signed-off-by: Stefan Roese <sr@denx.de>
37604
37605commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
37606Author: Wolfgang Denk <wd@denx.de>
37607Date: Tue Mar 4 17:38:50 2008 +0100
37608
37609 W7OLMC/W7OLMG: fix build problems (redundant #define)
37610
37611 Signed-off-by: Wolfgang Denk <wd@denx.de>
37612
37613commit f9301e1cda296245ba052d7b08321199c3d0af9d
37614Author: Wolfgang Denk <wd@denx.de>
37615Date: Tue Mar 4 14:58:31 2008 +0100
37616
37617 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
37618
37619 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
37620 problem for out-of-tree builds which caused "make clean" to fail.
37621
37622 Signed-off-by: Wolfgang Denk <wd@denx.de>
37623
37624commit dfece9500556bed5d8244b1c15d973cec7c25bfe
37625Author: Wolfgang Denk <wd@denx.de>
37626Date: Tue Mar 4 11:58:26 2008 +0100
37627
37628 examples/Makefile: build "hello_world" on 8xx, too.
37629
37630 Signed-off-by: Wolfgang Denk <wd@denx.de>
37631
37632commit 74eb0222594fd23aafdf168e60e872814eea8b62
37633Author: Mike Nuss <mike@terascala.com>
37634Date: Mon Mar 3 15:27:05 2008 -0500
37635
37636 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
37637
37638 Every now and then a Sequoia board (or equivalent hardware) had
37639 problems connecting to a Gigabit capable network interface.
37640
37641 There were differences in the PHY setup between Linux and U-Boot.
37642
37643 This patch fixes the problem. Apparently "remote fault" is being set,
37644 which signals to some devices (on the other end of the cable) that a
37645 fault has occurred, while other devices ignore it. I believe the RF bit
37646 was causing the issue, but I removed T4 also, to match up with Linux.
37647
37648 Signed-off-by: Mike Nuss <mike@terascala.com>
37649
37650commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
37651Author: Timur Tabi <timur@freescale.com>
37652Date: Mon Mar 3 09:58:52 2008 -0600
37653
37654 fix QE firmware uploading limit
37655
37656 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
37657 systems with more than one RISC core.
37658
37659 Signed-off-by: Timur Tabi <timur@freescale.com>
37660
37661commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
37662Author: Bernhard Nemec <bnemec@ganssloser.com>
37663Date: Mon Mar 3 11:57:23 2008 +0000
37664
37665 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
37666
37667 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
37668 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
37669
01db232d 37670 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
37671
37672commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
37673Author: Kim B. Heino <Kim.Heino@bluegiga.com>
37674Date: Mon Mar 3 10:39:13 2008 +0200
37675
37676 fix copy from ram to dataflash
37677
37678 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
37679 routines instead of dataflash. This is because it checks "if source
37680 address is not dataflash" instead of target address.
37681
37682 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
37683
37684commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
37685Author: Wolfgang Denk <wd@denx.de>
37686Date: Mon Mar 3 12:16:44 2008 +0100
37687
37688 Fix quoting problem (preboot setting) in many board config files.
37689
37690 Signed-off-by: Wolfgang Denk <wd@denx.de>
37691
37692commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
37693Author: Wolfgang Denk <wd@denx.de>
37694Date: Mon Mar 3 12:36:49 2008 +0100
37695
37696 ADS5121: Fix default environment.
37697
37698 Signed-off-by: Wolfgang Denk <wd@denx.de>
37699
37700commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
37701Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37702Date: Sun Mar 2 16:12:31 2008 +0100
37703
37704 Makefile: Fix missing unconfig and mkconfig use
37705
37706 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37707
37708commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
37709Author: michael <trimarchi@gandalf.sssup.it>
37710Date: Sun Mar 2 23:33:46 2008 +0100
37711
37712 Fix checking fat32 cluster size.
37713
37714 This fixes the cluster size tests in the FAT32 file system.
37715 The current implementation of VFAT support doesn't work if the
37716 referred cluster has an offset > 16bit representation, causing
37717 "fatload" and "fatls" commands etc. to fail.
37718
37719 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
37720
37721commit 661bad63a076a96c39c64f136915f146725af92b
37722Author: Wolfgang Denk <wd@denx.de>
37723Date: Sun Mar 2 22:57:23 2008 +0100
37724
37725 Prepare v1.3.2-rc2 release candidate
37726
37727 Signed-off-by: Wolfgang Denk <wd@denx.de>
37728
661bad63
WD
37729commit 76957cb3d621bf664311908e5962e151c633c285
37730Author: Stefan Roese <sr@denx.de>
37731Date: Sat Mar 1 12:11:40 2008 +0100
37732
37733 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
37734
37735 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
37736 currently 4k/2k is configured. This patch fixes this issue.
37737
37738 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
37739
37740 Signed-off-by: Stefan Roese <sr@denx.de>
37741
37742commit 118978c8eb43803e2794233922df4249fa278b83
37743Author: Woodruff, Richard <r-woodruff2@ti.com>
37744Date: Fri Feb 29 17:34:35 2008 -0600
37745
37746 Fix alignment error on ARM for modules
37747
37748 Fix alignment fault on ARM when running modules. With out an explicit
37749 linker file gcc4.2.1 will half word align __bss_start's value. The word
37750 dereference will crash hello_world.
37751
37752 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
37753
37754commit ce1120dd703e6f12c59e4eba9962356a0300b832
37755Author: Dave Liu <r63238@freescale.com>
37756Date: Fri Feb 29 17:45:31 2008 +0800
37757
37758 fs: Fix ext2 read issue
37759
37760 The ext2 aligned process will corrupt the key
37761 data struct, the patch fix this.
37762
37763 Signed-off-by: Dave Liu <daveliu@freescale.com>
37764
37765commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
37766Author: Wolfgang Denk <wd@denx.de>
37767Date: Sun Mar 2 22:45:33 2008 +0100
37768
37769 Makefile: cleanup "clean" target
37770
37771 Make sure CDPATH settings cannot interfere.
37772 Update CHANGELOG.
37773
37774 Signed-off-by: Wolfgang Denk <wd@denx.de>
37775
5013c09f
WD
37776commit ffda586fc1373243c9794babde69500f6293a8d8
37777Author: Li Yang <leoli@freescale.com>
37778Date: Fri Feb 29 11:46:05 2008 +0800
37779
37780 add cscope build target
37781
37782 Add cscope build target to generate cscope database for code browsing.
37783
37784 Signed-off-by: Li Yang <leoli@freescale.com>
37785
37786commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
37787Author: Kim Phillips <kim.phillips@freescale.com>
37788Date: Wed Feb 27 15:06:39 2008 -0600
37789
37790 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
37791
37792 erratum 5.6 states the autoneg completion bit is functional only if the
37793 autoneg bit is asserted.
37794
37795 This fixes any secondarily-issued networking commands on non-gigabit
37796 links on the mpc8360 mds board.
37797
37798 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37799
37800commit 5f91db7f582ca17b1f19f10189c025696f333d2e
37801Author: John Rigby <jrigby@freescale.com>
37802Date: Tue Feb 26 09:38:14 2008 -0700
37803
37804 MPC5121e ADS PCI support take 3
37805
37806 Adds PCI support for MPC5121
37807
37808 Tested with drivers/net/rtl8139.c
37809
37810 Support is conditional since PCI on old silicon does not work.
37811
37812 ads5121_PCI_config turns on PCI
37813
37814 In this version, condition compilation of PCI code has been moved
37815 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
37816 suggested by Jean-Christophe PLAGNIOL-VILLARD
37817
37818 Signed-off-by: John Rigby <jrigby@freescale.com>
37819
37820commit 44b4dbed4133f657705b7c5193209da9978243a7
37821Author: Anatolij Gustschin <agust@denx.de>
37822Date: Mon Feb 25 23:53:07 2008 +0100
37823
37824 Fix warnings while compilation of post/drivers/memory.c
37825
37826 Fix warnings while compilation with new gcc in eldk-4.2
37827
37828 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37829
37830commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
37831Author: Anatolij Gustschin <agust@denx.de>
37832Date: Mon Feb 25 20:54:04 2008 +0100
37833
37834 ppc4xx: Fix problem in 4xx_enet.c driver
37835
37836 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
37837 enabled. To reproduce the problem ensure that 'ethrotate'
37838 environment variable isn't set to "no" and then run
37839 "tftp 200000 not_existent_file".
37840 This patch tries to fix the issue.
37841
37842 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37843
37844commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
37845Author: Anatolij Gustschin <agust@denx.de>
37846Date: Mon Feb 25 20:04:20 2008 +0100
37847
37848 POST: Disable cache while SPR POST
37849
37850 Currently (since commit b2e2142c) u-boot crashes on
37851 sequoia board while SPR test if CONFIG_4xx_DCACHE is
37852 enabled. This patch disables the cache while SPR test.
37853
37854 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37855
37856commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
37857Author: Martin Krause <martin.krause@tqs.de>
37858Date: Mon Feb 25 17:52:40 2008 +0100
37859
37860 TQM5200: use automatic fdt memory fixup (part 2)
37861
37862 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
37863 TB5200 and TB5200_B to fixup the /memory node with the memory values
37864 detected by U-Boot.
37865
37866 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37867
37868commit 44ceec253ea941b301abf4b079d52324def69d92
37869Author: Martin Krause <martin.krause@tqs.de>
37870Date: Mon Feb 25 15:17:05 2008 +0100
37871
37872 TQM5200: use automatic fdt memory fixup
37873
37874 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
37875 TB5200 and TB5200_B to fixup the /memory node with the memory values
37876 detected by U-Boot.
37877
37878 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37879
37880commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
37881Author: Martin Krause <martin.krause@tqs.de>
37882Date: Mon Feb 25 13:27:52 2008 +0100
37883
37884 TQM5200: fix bug in SDRAM initialization code
37885
37886 This patch fixes a bug in the SDRAM initialization code for the
37887 TQM5200. The hi_addr bit is now set correctly. Without this patch
37888 the hi_addr bit is always set to 1, if the second SDRAM bank is
37889 not populated.
37890
37891 For other MPC5200 boards a correspondig patch has already been applied
37892 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
37893
37894 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37895 --
37896 Forget the first patch please. I confused flash with SDRAM in
37897 the comment ...
37898
37899commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
37900Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37901Date: Mon Feb 25 00:03:12 2008 +0100
37902
37903 mx1fs2/flash: Fix multiple compiler warnings
37904
37905 "pointer targets in assignment differ in signedness"
37906
37907 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37908
37909commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
37910Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37911Date: Mon Feb 25 00:03:11 2008 +0100
37912
37913 arm-imx: Fix register definitions
37914
37915 Sync register definitions with linux
37916
37917 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37918
37919commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
37920Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37921Date: Mon Feb 25 00:03:10 2008 +0100
37922
37923 actua1/actua2/actua3: Fix multiple unused variable warnings
37924
37925 - actua1:
37926 actux1.c: In function 'checkboard':
37927 actux1.c:92: warning: unused variable 'revision'
37928
37929 - actua2:
37930 actux2.c: In function 'checkboard':
37931 actux2.c:100: warning: unused variable 's'
37932 actux2.c:99: warning: unused variable 'revision'
37933 actux2.c: In function 'reset_phy':
37934 actux2.c:130: warning: unused variable 'i'
37935
37936 - actua3:
37937 actux3.c: In function 'checkboard':
37938 actux3.c:114: warning: unused variable 'revision'
37939
37940 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37941
37942commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
37943Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37944Date: Sun Feb 24 11:44:29 2008 +0900
37945
37946 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
37947
37948 The previous patch was lacking of i386, microblaze, nios and nios2. This
37949 patch tries to fix them.
37950
37951 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37952
438a4c11
WD
37953commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
37954Author: Marian Balakowicz <m8@semihalf.com>
37955Date: Fri Feb 29 22:22:46 2008 +0100
37956
37957 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
37958
37959 Do not use global fdt blob pointer, calculate blob size from routine
37960 argument blob pointer.
37961
37962 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37963
37964commit d1cc52879c8966507dad9fb575481e6d3985e64e
37965Author: David Gibson <david@gibson.dropbear.id.au>
37966Date: Tue Feb 12 00:58:31 2008 +1100
37967
37968 libfdt: Add and use a node iteration helper function.
37969
37970 This patch adds an fdt_next_node() function which can be used to
37971 iterate through nodes of the tree while keeping track of depth. This
37972 function is used to simplify the iteration code in a lot of other
37973 functions, and is also exported for use by library users.
37974
37975 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
37976
37977commit 8cf30809a82902a471866d2f07725ce3b8a22291
37978Author: Bartlomiej Sieka <tur@semihalf.com>
37979Date: Fri Feb 29 16:00:24 2008 +0100
37980
37981 [new uImage] Add libfdt support to mkimage
37982
37983 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37984
37985commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
37986Author: Bartlomiej Sieka <tur@semihalf.com>
37987Date: Fri Feb 29 16:00:23 2008 +0100
37988
37989 [new uImage] Add sha1.o object to mkimage binary build
37990
37991 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37992
37993commit df6f1b895c997978f03afe04502ee76b7ba34ab9
37994Author: Marian Balakowicz <m8@semihalf.com>
37995Date: Fri Feb 29 16:00:06 2008 +0100
37996
37997 [new uImage] Fix component handling for legacy multi component images
37998
37999 Use uint32_t when accessing size table in image_multi_count() and
38000 image_multi_getimg() for multi component images.
38001
38002 Add missing uimage_to_cpu() endianness conversion.
38003
38004 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38005
38006commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
38007Author: Marian Balakowicz <m8@semihalf.com>
38008Date: Fri Feb 29 15:59:59 2008 +0100
38009
38010 [new uImage] Share common uImage code between mkimage and U-boot
38011
38012 This patch adds the following common routines:
38013
38014 1) Dedicated mkimage print_header() is replaced with common
38015 image_print_contents()
38016 image_print_contents_noindent()
38017
38018 2) Common os/arch/type/comp fields name <--> id translation routines
38019 genimg_get_os_name()
38020 genimg_get_arch_name()
38021 genimg_get_type_name()
38022 genimg_get_comp_name()
38023 genimg_get_os_id()
38024 genimg_get_arch_id()
38025 genimg_get_type_id()
38026 genimg_get_comp_id()
38027
38028 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38029
38030commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
38031Author: Marian Balakowicz <m8@semihalf.com>
38032Date: Fri Feb 29 14:58:34 2008 +0100
38033
38034 [new uImage] Update naming convention for bootm/uImage related code
38035
38036 This patch introduces the following prefix convention for the
38037 image format handling and bootm related code:
38038
38039 genimg_ - dual format shared code
38040 image_ - legacy uImage format specific code
38041 fit_ - new uImage format specific code
38042 boot_ - booting process related code
38043
38044 Related routines are renamed and a few pieces of code are moved around and
38045 re-grouped.
38046
38047 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38048
38049commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
38050Author: Kumar Gala <galak@kernel.crashing.org>
38051Date: Wed Feb 27 21:51:51 2008 -0600
38052
38053 [new uImage] Respect autostart setting in linux bootm
38054
38055 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38056 Acked-by: Marian Balakowicz <m8@semihalf.com>
38057
38058commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
38059Author: Kumar Gala <galak@kernel.crashing.org>
38060Date: Wed Feb 27 21:51:50 2008 -0600
38061
38062 [new uImage] Provide ability to restrict region used for boot images
38063
38064 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
38065 to restrict what memory range is used for bootm.
38066
38067 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38068 Acked-by: Marian Balakowicz <m8@semihalf.com>
38069
38070commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
38071Author: Kumar Gala <galak@kernel.crashing.org>
38072Date: Wed Feb 27 21:51:49 2008 -0600
38073
38074 [new uImage] Use lmb for bootm allocations
38075
38076 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
38077 functions over to using lmb for allocation of the ramdisk, command line
38078 and kernel bd info.
38079
38080 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
38081 tree.
38082
38083 Provided a weak function that board code can call to do additional
38084 lmb reserves if needed.
38085
38086 Also introduce the concept of bootmap_base to specify the offset in
38087 physical memory that the bootmap is located at. This is used for
38088 allocations of the cmdline, kernel bd, and device tree as they should
38089 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
38090
38091 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38092
38093commit f5614e7926863bf0225ec860d9b319741a9c4004
38094Author: Kumar Gala <galak@kernel.crashing.org>
38095Date: Wed Feb 27 21:51:48 2008 -0600
38096
38097 [new uImage] Add autostart flag to bootm_headers structure
38098
38099 The autostart env variable was dropped as part of the initial new uImage
38100 cleanup. Add it back here so the arch specific code can decide if it
38101 wants to really boot or not.
38102
38103 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38104 Acked-by: Marian Balakowicz <m8@semihalf.com>
38105
38106commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
38107Author: Kumar Gala <galak@kernel.crashing.org>
38108Date: Wed Feb 27 21:51:47 2008 -0600
38109
38110 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
38111
38112 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
38113 the memory spaces used by various boot images and structures. This code
38114 will allow us to simplify the code in bootm and its support functions.
38115
38116 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38117
38118commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
38119Author: Kumar Gala <galak@kernel.crashing.org>
38120Date: Tue Feb 19 22:03:47 2008 -0600
38121
38122 [new uImage] ppc: Allow boards to specify effective amount of memory
38123
38124 For historical reasons we limited the stack to 256M because some boards
38125 could only map that much via BATS. However newer boards are capable of
38126 mapping more memory (for example 85xx is capable of doing up to 2G).
38127
38128 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38129 Acked-by: Marian Balakowicz <m8@semihalf.com>
38130
38131commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
38132Author: Kumar Gala <galak@kernel.crashing.org>
38133Date: Wed Feb 27 21:51:46 2008 -0600
38134
38135 [new uImage] rework error handling so common functions don't reset
38136
38137 Changed image_get_ramdisk() to just return NULL on error and have
38138 get_ramdisk() propogate that error to the caller. It's left to the
38139 caller to call do_reset() if it wants to.
38140
38141 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
38142 to a common location. In the future we will change get_fdt() and
38143 fdt_relocate() to return success/failure and not call do_reset() at all.
38144
38145 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38146 Acked-by: Marian Balakowicz <m8@semihalf.com>
38147
38148commit d2bc095a639672def11d5d043b5688d0dbd692ec
38149Author: Kumar Gala <galak@kernel.crashing.org>
38150Date: Wed Feb 27 21:51:45 2008 -0600
38151
38152 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
38153
38154 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
38155 however it does mean we have to go in and fixup the initrd info since
38156 we don't know where it will be.
38157
38158 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38159
38160commit 27953493ef025fb698d68c5dee39b36f01f4d530
38161Author: Kumar Gala <galak@kernel.crashing.org>
38162Date: Wed Feb 27 21:51:44 2008 -0600
38163
38164 [new uImage] ppc: Determine if we are booting an OF style
38165
38166 If we are bootin OF style than we can skip setting up some things
38167 that are used for the old boot method.
38168
38169 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38170 Acked-by: Marian Balakowicz <m8@semihalf.com>
38171
38172commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
38173Author: Kumar Gala <galak@kernel.crashing.org>
38174Date: Wed Feb 27 21:51:43 2008 -0600
38175
38176 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
38177
38178 We don't actually need the kdb param as we are just using it to get
38179 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
38180 boot via OF we might not actually fill out a kdb.
38181
38182 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38183 Acked-by: Marian Balakowicz <m8@semihalf.com>
38184
38185commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
38186Author: Kumar Gala <galak@kernel.crashing.org>
38187Date: Wed Feb 27 16:30:47 2008 -0600
38188
38189 85xx: Don't icbi when unlocking the cache
38190
38191 There is no reason to icbi when invalidating the temporary stack in
38192 the d-cache. Its impossible on e500 to have the i-cache contain
38193 any addresses in the temp stack and it can be problematic in generating
38194 transactions on the bus to non-valid addresses.
38195
38196 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38197
38198commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
38199Author: Andy Fleming <afleming@freescale.com>
38200Date: Wed Feb 27 15:50:50 2008 -0600
38201
38202 Fix source for ECM error IVPR
38203
38204 The source vector for the ECM was being set to 2,
38205 but that's what the source vector for DDR was being
38206 set to. Change it to 1.
38207
38208 Signed-off-by: Andy Fleming <afleming@freescale.com>
38209
38210commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
38211Author: Andy Fleming <afleming@freescale.com>
38212Date: Wed Feb 27 14:29:58 2008 -0600
38213
38214 Invalidate INIT_RAM TLB mappings
38215
38216 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
38217 mappings to be unguarded. This collided with an existing "bug"
38218 where the mappings for the INIT_RAM were being kept around.
38219 This meant that speculative loads to those addresses were
38220 succeeding in the TLB, and going out to the bus, where they
38221 were causing an exception (there's nothing at that address). The
38222 Flash code was coincidentally causing such a speculative load.
38223 Rather than go back to mapping the INIT RAM as guarded, we fix
38224 it so that the entries for the INIT_RAM are invalidated. Thus
38225 the speculative loads will fail in the TLB, and have no effect.
38226
38227 Signed-off-by: Andy Fleming <afleming@freescale.com>
38228
38229commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
38230Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38231Date: Sun Feb 17 22:56:17 2008 +0100
38232
38233 sbc8548: Fix Revision reading and unused variable 'path'
38234
38235 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38236
38237commit 495d162374c472f46454453553382ad0735dc725
38238Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38239Date: Sun Feb 17 22:56:16 2008 +0100
38240
38241 sbc8548: Fix cfi flash bank declaration
38242
38243 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38244
438a4c11
WD
38245commit 4efbe9dbb129f857f27856936112c8c02f016be6
38246Author: Marian Balakowicz <m8@semihalf.com>
38247Date: Wed Feb 27 11:02:26 2008 +0100
38248
38249 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
38250
38251 Dual format image code must properly handle all three FDT passing methods:
38252 - raw FDT blob passed
38253 - FDT blob embedded in the legacy uImage
38254 - FDT blob embedded in the new uImage
38255
38256 This patch enables proper raw FDT handling when no FIT imaeg support
38257 is compiled in. This is a bit tricky as we must dected FIT format even
38258 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
38259 blobs use tha same low level format (libfdt).
38260
38261 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38262
38263commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
38264Author: Marian Balakowicz <m8@semihalf.com>
38265Date: Wed Feb 27 11:02:26 2008 +0100
38266
38267 [new uImage] POWERPC: Add image_get_fdt() routine
38268
38269 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
38270 (3) or embedded in the new uImage. For the (2) case embedding image must be
38271 verified before we get FDT from it. This patch factors out legacy image
38272 specific verification routine to the separate helper routine.
38273
38274 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38275 Acked-by: Kumar Gala <galak@kernel.crashing.org>
38276
38277commit 1efd43601f90de21ec6c0ebb9880823e822927b1
38278Author: Marian Balakowicz <m8@semihalf.com>
38279Date: Wed Feb 27 11:02:07 2008 +0100
38280
38281 [new uImage] Add image_get_kernel() routine
38282
38283 Legacy image specific verification is factored out to a separate helper
38284 routine to keep get_kernel() generic and simple.
38285
38286 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38287 Acked-by: Kumar Gala <galak@kernel.crashing.org>
38288
38289commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
38290Author: Marian Balakowicz <m8@semihalf.com>
38291Date: Wed Feb 27 11:01:04 2008 +0100
38292
38293 [new uImage] Move image verify flag to bootm_headers structure
38294
38295 Do not pass image verification flag directly to related routines.
38296 Simplify argument passing and move it to the bootm_header structure which
38297 contains curently processed image specific data and is already being passed
38298 on the argument list.
38299
38300 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38301 Acked-by: Kumar Gala <galak@kernel.crashing.org>
38302
38303commit 823afe7cefe00dafefc6696c1cc7aa828c394234
38304Author: Marian Balakowicz <m8@semihalf.com>
38305Date: Wed Feb 27 11:00:47 2008 +0100
38306
38307 [Makefile] Sort COBJS in lib_<arch> Makefiles
38308
38309 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38310
38311commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
38312Author: Marian Balakowicz <m8@semihalf.com>
38313Date: Wed Feb 27 11:00:47 2008 +0100
38314
38315 [new uImage] Optimize gen_get_image() flow control
38316
38317 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
38318 to do, update its control flow to better reflect that simple case.
38319
38320 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38321 Acked-by: Kumar Gala <galak@kernel.crashing.org>
38322
38323commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
38324Author: Marian Balakowicz <m8@semihalf.com>
38325Date: Mon Feb 4 08:28:17 2008 +0100
38326
38327 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
38328
38329 PPC specific FDT blob handling code is divided into two separate routines:
38330
38331 get_fdt() - find and verify a FDT blob (either raw or image embedded)
38332 fdt_relocate() - move FDT blob to within BOOTMAP if needed
38333
38334 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38335 Acked-by: Kumar Gala <galak@kernel.crashing.org>
38336
5013c09f
WD
38337commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
38338Author: Jon Loeliger <jdl@freescale.com>
38339Date: Mon Feb 25 13:13:37 2008 -0600
38340
38341 86xx: Fix renamed GUR symbols in sbc8641d board.
38342
38343 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
38344 (86xx: Fix GUR PCI config registers properly), we should have
38345 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
38346 symbols in the sbc8641d board as well. Fix this oversight.
38347
38348 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38349
38350commit 64cd594e623c39f73964d18787763e4533f791f7
38351Author: Stefan Roese <sr@denx.de>
38352Date: Mon Feb 25 16:50:48 2008 +0100
38353
38354 ppc4xx: Fix acadia_nand build problem
38355
38356 Don't include testdram() on NAND-booting target acadia_nand. This saves
38357 a few bytes and makes the target build clean again.
38358
38359 Signed-off-by: Stefan Roese <sr@denx.de>
38360
38361commit 14e099e698d41e8179d05c2b2dbcf704a236f748
38362Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38363Date: Sun Feb 24 23:03:12 2008 +0000
38364
38365 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
38366
38367 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38368
38369commit 724902c8464e610642b3a170278b99710325888e
38370Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38371Date: Sun Feb 24 23:03:11 2008 +0000
38372
38373 arm-imx: Fix registers definition
38374
38375 Sync registers definition with linux
38376
38377 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38378
38379commit 4cd288b589ea1178947c6e364453c32b3dede6b7
38380Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38381Date: Sun Feb 24 23:03:10 2008 +0000
38382
38383 actua1/actua2/actua3: Fix multipleunused variable
38384
38385 - actua1:
38386 actux1.c: In function 'checkboard':
38387 actux1.c:92: warning: unused variable 'revision'
38388
38389 - actua2:
38390 actux2.c: In function 'checkboard':
38391 actux2.c:100: warning: unused variable 's'
38392 actux2.c:99: warning: unused variable 'revision'
38393 actux2.c: In function 'reset_phy':
38394 actux2.c:130: warning: unused variable 'i'
38395
38396 - actua3:
38397 actux3.c: In function 'checkboard':
38398 actux3.c:114: warning: unused variable 'revision'
38399
38400 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38401
438a4c11
WD
38402commit d5934ad7756f038a393a9cfab76a4fe306d9d930
38403Author: Marian Balakowicz <m8@semihalf.com>
38404Date: Mon Feb 4 08:28:09 2008 +0100
38405
38406 [new uImage] Add dual format uImage support framework
38407
38408 This patch adds framework for dual format images. Format detection is added
38409 and the bootm controll flow is updated to include cases for new FIT format
38410 uImages.
38411
38412 When the legacy (image_header based) format is detected appropriate
38413 legacy specific handling is invoked. For the new (FIT based) format uImages
38414 dual boot framework has a minial support, that will only print out a
38415 corresponding debug messages. Implementation of the FIT specific handling will
38416 be added in following patches.
38417
38418 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38419
5013c09f
WD
38420commit b29661fc1151077776454288051bc9a488351ce8
38421Author: Wolfgang Denk <wd@denx.de>
38422Date: Sun Feb 24 15:21:36 2008 +0100
38423
38424 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
38425
38426 Signed-off-by: Wolfgang Denk <wd@denx.de>
38427
b29661fc
WD
38428commit 00b48a48424894daa589d166d73277830b1c6ac4
38429Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38430Date: Sat Feb 23 12:15:56 2008 +0100
38431
38432 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
38433
38434 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38435
38436commit b075d74efb70ff68c49a2532f26b56d6703b69c1
38437Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38438Date: Sat Feb 23 17:24:16 2008 +0900
38439
38440 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
38441
38442 ----------------------------------------------------------------
38443 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
38444
38445 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
38446 32bit targets.
38447
38448 GCC can be made to warn about usage of long long types with ISO C90
38449 (-ansi), but only with -pedantic. You can write this in a way that even
38450 then it doesn't cause warnings, namely by:
38451
38452 #ifdef __GNUC__
38453 __extension__ typedef __signed__ long long __s64;
38454 __extension__ typedef unsigned long long __u64;
38455 #endif
38456
38457 The __extension__ keyword in front of this switches off any pedantic
38458 warnings for this expression.
38459
38460 Signed-off-by: Olaf Hering <olh@suse.de>
38461 Cc: <linux-arch@vger.kernel.org>
38462 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
38463 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
38464 ----------------------------------------------------------------
38465
38466 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38467
38468commit 208acd112e6517b21fc30c420396902b103563ac
38469Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38470Date: Sat Feb 23 17:07:57 2008 +0900
38471
38472 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
38473
38474 This will reduce the build time.
38475
38476 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38477
38478commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
38479Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38480Date: Sat Feb 23 17:05:00 2008 +0900
38481
38482 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
38483
38484 This will reduce the build time.
38485
38486 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38487
38488commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
38489Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38490Date: Sat Feb 23 16:58:41 2008 +0900
38491
38492 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
38493
38494 This reduces the build time by ~10%. Here's the gth2_config example.
38495
38496 BEFORE AFTER
38497 real 0m31.441s 0m27.833s
38498 user 0m24.766s 0m23.045s
38499 sys 0m10.425s 0m7.468s
38500
38501 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38502
38503commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
38504Author: Marcel Moolenaar <marcelm@juniper.net>
38505Date: Fri Feb 22 10:48:07 2008 -0800
38506
38507 make define2mk.sed work on FreeBSD
38508
38509 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
38510 the define2mk.sed script was identified as the source of the link
38511 failure on FreeBSD. The problem is that sed(1) does not always support
38512 the '+' operator. It isn't on FreeBSD. The attach patch implements the
38513 equivalent, using the '*' operator instead and should work everywhere.
38514
38515 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
38516
38517commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
38518Author: Detlev Zundel <dzu@denx.de>
38519Date: Fri Feb 22 17:21:32 2008 +0100
38520
38521 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
38522
38523 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
38524 final traces of long-deprecated "ramdisk" kernel parm") makes these
38525 changes neccessary.
38526
38527 Signed-off-by: Detlev Zundel <dzu@denx.de>
38528
38529commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
38530Author: Larry Johnson <lrj@acm.org>
38531Date: Thu Feb 21 13:58:16 2008 -0500
38532
38533 LM75 bug fix for negative temperatures
38534
38535 When the LM75 temperature sensor measures a temperature below 0 C, the
38536 current driver does not perform sign extension, so the result returned is
38537 256 C too high. This patch fixes the problem.
38538
38539 Signed-off-by: Larry Johnson <lrj@acm.org>
38540
38541commit 5a910c224b13e413bda41922379add6d75c32da3
38542Author: Heiko Schocher <hs@denx.de>
38543Date: Thu Feb 21 18:33:45 2008 +0100
38544
38545 IDS8247: update MAINTAINER entry.
38546
38547 Signed-off-by: Heiko Schocher <hs@denx.de>
38548
38549commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
38550Author: Heiko Schocher <hs@denx.de>
38551Date: Thu Feb 21 18:31:15 2008 +0100
38552
38553 Fix device tree for mgsuvd board.
38554
38555 Rename the "scc" node in "ethernet" for the mgsuvd board.
38556
38557 Signed-off-by: Heiko Schocher <hs@denx.de>
38558
38559commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
38560Author: Yuri Tikhonov <yur@emcraft.com>
38561Date: Thu Feb 21 14:23:42 2008 +0100
38562
38563 lwmon5: enable hardware watchdog
38564
38565 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
38566 causing it to reboot the board if U-Boot does a long busy-wait with
38567 udelay(). Thus, for these boards we have to restart WD more
38568 frequently.
38569
38570 This patch splits the busy-wait udelay() into smaller, predefined,
38571 intervals, so that the watchdog timer may be resetted with the
38572 configurable (CONFIG_WD_PERIOD) interval.
38573
38574 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38575
38576commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
38577Author: Anatolij Gustschin <agust@denx.de>
38578Date: Thu Feb 21 12:52:29 2008 +0100
38579
38580 ppc4xx: Support for ATI Radeon 9200 card on sequoia
38581
38582 Adds configuration option for ATI Radeon 9200 card
38583 support to sequoia config file. If CONFIG_VIDEO
38584 is enabled, TEXT_BASE should be changed to 0xFFF80000.
38585
38586 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38587
38588commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
38589Author: Kumar Gala <galak@kernel.crashing.org>
38590Date: Mon Feb 18 08:18:07 2008 -0600
38591
38592 Remove duplicate defines for ARRAY_SIZE
38593
38594 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
38595 the define in common.h.
38596
38597 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38598
38599commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
38600Author: Kumar Gala <galak@kernel.crashing.org>
38601Date: Mon Feb 18 08:09:37 2008 -0600
38602
38603 ppc: Allow boards to specify effective amount of memory
38604
38605 For historical reasons we limited the stack to 256M because some boards
38606 could only map that much via BATS. However newer boards are capable of
38607 mapping more memory (for example 85xx is capable of doing up to 2G).
38608
38609 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38610
38611commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
38612Author: Mike Frysinger <vapier@gentoo.org>
38613Date: Mon Feb 18 05:24:13 2008 -0500
38614
38615 include autoconf.mk before any other .mk files
38616
38617 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
38618 those .mk files can have make if statements based on the current config.
38619
38620 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38621
38622commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
38623Author: Mike Frysinger <vapier@gentoo.org>
38624Date: Mon Feb 18 05:10:07 2008 -0500
38625
38626 error check autoconf.mk generation
38627
38628 If any of the steps for generating autoconf.mk fail currently, they go
38629 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
38630 This is simpler and more robust than placing '|| exit $$?' after every line.
38631
38632 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38633
38634commit 019895a8dee71a9f00da05c03e379f45d581b0fe
38635Author: Stefano Babic <sbabic@denx.de>
38636Date: Mon Feb 18 08:03:51 2008 +0100
38637
38638 Fix bug in dependency checking
38639
38640 By adding VERSION_FILE to the PHONY targets the script
38641 /tools/setlocalversion is always called and version_autogenerated.h
38642 is replaced only if the script find a modified source file.
38643
38644 Signed-off-by: Stefano Babic <sbabic@denx.de>
38645
38646commit 98ba144ccc912eee90dd42699f023c497ce774c6
38647Author: Kyungmin Park <kmpark@infradead.org>
38648Date: Mon Feb 18 14:35:43 2008 +0900
38649
38650 Fix GPMC CS2 memory setup at apollon
38651
38652 It disables the current map first
38653
38654 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
38655
38656commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
38657Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38658Date: Sun Feb 17 23:52:46 2008 +0100
38659
38660 uli526x: Fix multiple differ in signedness and parentheses around comparison
38661
38662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38663
38664commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
38665Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38666Date: Sun Feb 17 16:58:04 2008 +0100
38667
38668 MIPS: Fix CFG_NO_FLASH support
38669
38670 - Fix flash_init call when CFG_NO_FLASH is used
38671 - Remove no more needed flash.c for qemu-mips
38672
38673 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38674
38675commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
38676Author: Mike Frysinger <vapier@gentoo.org>
38677Date: Sat Feb 16 02:40:18 2008 -0500
38678
38679 easylogo: clean up some more and add -r (rgb) support
38680
38681 Michael Hennerich added support for outputting an image in RGB format rather
38682 than forcing YUYV all the time. This makes obvious sense if the display you
38683 have takes RGB input rather than YUYV.
38684
38685 Rather than hack in support for options, I've converted it to use getopt and
38686 cleaned up the argument parsing in the process.
38687
38688 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
38689 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38690
38691commit f65c98129ccada3f7caf97d80395a95b84e911de
38692Author: Mike Frysinger <vapier@gentoo.org>
38693Date: Sat Feb 16 02:12:37 2008 -0500
38694
38695 Makefile: add target for $(LDSCRIPT)
38696
38697 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
38698 then change into the board directory and try and create it. This allows you
38699 to generate the linker script on the fly based upon board defines (like the
38700 Blackfin boards do).
38701
38702 There should be no regressions due to this change as the normal case is to
38703 already have a u-boot.lds file. If that's the case, then there's nothing to
38704 generate, and so make will always exit. The fix here is that if the linker
38705 script does not exist, the implicit rules take over and attempt to guess how
38706 to generate the file.
38707
38708 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38709
438a4c11
WD
38710commit 5583cbf736474ef754e128a54fb78632f57b48fd
38711Author: Marian Balakowicz <m8@semihalf.com>
38712Date: Thu Feb 21 17:27:49 2008 +0100
38713
38714 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
38715
38716 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38717
38718commit 2242f5369822bc7780db95c47985bb408ea9157b
38719Author: Marian Balakowicz <m8@semihalf.com>
38720Date: Thu Feb 21 17:27:41 2008 +0100
38721
38722 [new uImage] Rename and move print_image_hdr() routine
38723
38724 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38725
38726commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
38727Author: Marian Balakowicz <m8@semihalf.com>
38728Date: Thu Feb 21 17:20:20 2008 +0100
38729
38730 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
38731
38732 Introducing routines for parsing new uImage format bootm arguments:
38733 [<addr>]#<conf> - configuration specification
38734 [<addr>]:<subimg> - subimage specification
38735
38736 New format images can contain multiple subimages of the same type. For example
38737 a single new format image file can contain three kernels, two ramdisks and a
38738 couple of FDT blobs. Subimage and configuration specifications are extensions
38739 to bootm (and other image-related commands) arguments' syntax that allow to
38740 specify which particular subimage should be operated on.
38741
38742 Subimage specification is used to denote a particular subimage. Configurations
38743 are a bit more complex -- they are used to define a particualr booting setup,
38744 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
38745 etc.
38746
38747 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38748
38749commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
38750Author: Marian Balakowicz <m8@semihalf.com>
38751Date: Thu Feb 21 17:20:19 2008 +0100
38752
38753 [new uImage] Add gen_get_image() routine
38754
38755 This routine assures that image (whether legacy or FIT) is not
38756 in a special dataflash storage.
38757
38758 If image address is a dataflash address image is moved to system RAM.
38759
38760 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38761
38762commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
38763Author: Marian Balakowicz <m8@semihalf.com>
38764Date: Thu Feb 21 17:20:18 2008 +0100
38765
38766 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
38767
38768 New uImage format (Flattened Image Tree) requires libfdt
38769 functionality, print out error message if CONFIG_OF_LIBFDT
38770 is not defined.
38771
38772 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
38773 This commit turns it on by default.
38774
38775 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38776
b29661fc
WD
38777commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
38778Author: Michael Schwingen <michael@schwingen.org>
38779Date: Mon Feb 18 23:16:35 2008 +0100
38780
38781 CFI: Do not use uninitialized cmd_reset
38782
38783 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
38784 commands instead
38785
38786 From a short test, it looks like AMD-style flash roms treat *any* unknown
38787 command write as a reset, at least when in CFI Query mode, so issuing the
38788 Intel reset command to AMD-style flashs seems safe (from the small sample I
38789 have), plus the 3-cycle magic sequence should kick the state machine into
38790 the right state even without a reset command. Since the AMD-style flashs
38791 require the unlock sequence for real operation, I chose to try the AMD reset
38792 command first, so that Intel flashs do no see an invalid command prior to
38793 the CFI query.
38794
38795 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
38796 plus Intel StrataFlash.
38797
38798 Signed-off-by: Michael Schwingen <michael@schwingen.org>
38799 Signed-off-by: Stefan Roese <sr@denx.de>
38800
38801commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
38802Author: Rafal Jaworowski <raj@semihalf.com>
38803Date: Thu Feb 21 11:56:44 2008 +0100
38804
38805 API: Add (c) and licensing notice to the public API header.
38806
38807 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
38808
38809commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
38810Author: Yuri Tikhonov <yur@emcraft.com>
38811Date: Thu Feb 21 11:06:07 2008 +0100
38812
38813 Fix CPU POST test failure
38814
38815 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
38816 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
38817 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
38818 This patch just saves the CR value before running the test code, so allowing
38819 it to do anything it wants with CR.
38820
38821 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
38822 Acked-by: Yuri Tikhonov <yur@emcraft.com>
38823 --
38824
38825commit d5908b093955415f3d340706378b991f911af671
38826Author: Jon Loeliger <jdl@freescale.com>
38827Date: Wed Feb 20 15:26:51 2008 -0600
38828
38829 8610HPCD: Document the flashbank selection switches.
38830
38831 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38832
38833commit a551cee99ad1d1da20fd23ad265de47448852f56
38834Author: Jon Loeliger <jdl@freescale.com>
38835Date: Wed Feb 20 14:22:26 2008 -0600
38836
38837 86xx: Fix GUR PCI config registers properly.
38838
38839 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
38840 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
38841 botched it due to not realizing that 8610 and 8641 had different
38842 Global Utility Register defintions, one of which was like 85xx,
38843 and the other wasn't. Correct this problem by introducing two
38844 symbols, one for each 86xx SoC, but neither of which is named
38845 anything like 85xx.
38846
38847 My bad. Lovely Wednesday with git bisect. You know.
38848
38849 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38850
38851commit cb06eb961bdffc8728b38c242473d802e83ab2b4
38852Author: Jon Loeliger <jdl@freescale.com>
38853Date: Wed Feb 20 12:24:11 2008 -0600
38854
38855 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
38856
38857 Without an actual supported video card hooked up, enabling
38858 the CONFIG_VIDEO by default just makes it look broken by
38859 routing all console output to the video card. Don't.
38860
38861 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38862
38863commit 4d264eff4312f230776b913edade7ceb75f1b1e0
38864Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38865Date: Wed Jan 30 15:08:15 2008 -0600
38866
38867 ColdFire: Fix missing code flash size for M5485EVB
38868
38869 Signed-off-by: James Mahan <kmahan@freescale.com>
38870 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38871
38872commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
38873Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38874Date: Wed Jan 30 15:04:42 2008 -0600
38875
38876 ColdFire: Fix 5282 and 5271 interrupt mask bit
38877
38878 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38879
38880commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
38881Author: Jon Loeliger <jdl@freescale.com>
38882Date: Tue Feb 19 12:31:08 2008 -0600
38883
38884 8610HPCD: Fix typos in two PCI setup registers.
38885
38886 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
38887 were erroneously present as 85xx names and values, leftover from
38888 the clone wars. Fix this by removing the 85xx cruft from the
38889 86xx codebase.
38890
38891 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38892
38893commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
38894Author: Jon Loeliger <jdl@freescale.com>
38895Date: Mon Feb 18 14:01:56 2008 -0600
38896
38897 86xx: Convert sbc8641d to use libfdt.
38898
38899 This is the proper fix for a missing closing brace in the function
01db232d 38900 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
38901 The ft_cpu_setup() function in mpc8641hpcn.c should have been
38902 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
38903 but was missed. Only, the sbc8641d was nominally still using it.
38904 It all got ripped out, and the funcality that was in ft_board_setup()
38905 was refactored to remove the CPU portions into the new file
38906 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
38907
38908 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
38909
38910 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38911
38912commit 04efddc87c50c84f85dad5c331c634a6ce830a83
38913Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38914Date: Sun Feb 17 23:35:31 2008 +0100
38915
38916 mpc86xx: Fix unused variable 'config' and 'immap'
38917
38918 and remove useless CONFIG_DDR_INTERLEAVE
38919
38920 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38921
38922commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
38923Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38924Date: Sun Feb 17 23:03:36 2008 +0100
38925
38926 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
38927
38928 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38929
38930commit b6f29c84c208a091f95a10cbc9852d729659ba20
38931Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38932Date: Sun Feb 17 14:15:31 2008 +0100
38933
38934 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
38935
38936 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38937
38938commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
38939Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38940Date: Sun Feb 17 14:15:32 2008 +0100
38941
38942 pxa: fix assignment from incompatible pointer type
38943
38944 fix mmc_bread function prototype
38945
38946 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38947
38948commit 64d792063fff90b8118179b092feee09fe5cae13
38949Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38950Date: Sun Feb 17 14:15:30 2008 +0100
38951
38952 at91cap9adk: fix implicit declaration of function 'eth_init'
38953
38954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38955
38956commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
38957Author: Wolfgang Denk <wd@denx.de>
38958Date: Sun Feb 17 15:43:44 2008 +0100
38959
38960 Remove files added by mistake, update CHANGELOG.
38961
38962 Signed-off-by: Wolfgang Denk <wd@denx.de>
38963
375c4353
WD
38964commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
38965Author: Mike Nuss <mike@terascala.com>
38966Date: Wed Feb 6 11:10:11 2008 -0500
38967
38968 PPC440EPx: Optionally enable second I2C bus
38969
38970 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
38971 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
38972 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
38973
38974 Signed-off-by: Mike Nuss <mike@terascala.com>
38975 Cc: Stefan Roese <sr@denx.de>
38976
38977commit ef5b4f221c22d05770878513951745f236b5b43f
38978Author: Niklaus Giger <niklaus.giger@netstal.com>
38979Date: Tue Feb 5 10:26:44 2008 +0100
38980
38981 ppc4xx: HCU4/5. Cleanup configs
38982
38983 - hcu4.h: Removed define of CONFIG_PPC405GPr
38984 - Corrected phy addresses
38985 - Fix boot variables
38986 - Respect line length of 80 chars
38987
38988 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38989
38990commit 74973126d1be63ac75bdc192f46234dca3a7c421
38991Author: Niklaus Giger <niklaus.giger@netstal.com>
38992Date: Tue Feb 5 11:31:28 2008 +0100
38993
38994 ppc4xx: HCU4/5. Cleanups
38995
38996 - Fix some coding style violations.
38997 - Use in/out_u16/32 where appropriate.
38998 - Use register names from ppc405.h.
38999 - Fix trace useage for Lauterbach.
39000 - Remove obsolete generation HCU2.
39001 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
39002
39003 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39004
39005commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
39006Author: Niklaus Giger <niklaus.giger@netstal.com>
39007Date: Tue Feb 5 10:26:41 2008 +0100
39008
39009 ppc4xx: PPC405GPr fix missing register definitions
39010
39011 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39012
39013commit 214398d9cb22268d9d4f7563359edca0f78297a2
39014Author: Larry Johnson <lrj@acm.org>
39015Date: Fri Jan 18 21:49:05 2008 -0500
39016
39017 ppc4xx: Beautify configuration files for Sequoia and Korat boards
39018
39019 Signed-off-by: Larry Johnson <lrj@acm.org>
39020
39021commit 30c6a241e88499f536e86d325759e29ba00ff67f
39022Author: Anatolij Gustschin <agust@denx.de>
39023Date: Fri Feb 15 20:09:01 2008 +0100
39024
39025 Wipe out assembler warnings while compiling x86 biosemu
39026
39027 This patch tries to get rid of some assembler warnings about
39028 changed .got2 section type while compiling x86 bios emulator
39029 code.
39030
39031 Signed-off-by: Anatolij Gustschin <agust@denx.de>
39032
39033commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
39034Author: Wolfgang Denk <wd@denx.de>
39035Date: Fri Feb 15 00:57:09 2008 +0100
39036
39037 Prepare v1.3.2-rc1 release candidate
39038
67a4389e
WD
39039commit f33e9653c9c09868995d788511d573771c209fe5
39040Author: Anatolij Gustschin <agust@denx.de>
39041Date: Fri Feb 15 00:13:20 2008 +0100
39042
39043 Fix compile warning on lib_ppc/board.c
39044
39045 Signed-off-by: Anatolij Gustschin <agust@denx.de>
39046
39047commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
39048Author: Anatolij Gustschin <agust@denx.de>
39049Date: Thu Feb 14 18:22:04 2008 +0100
39050
39051 Add Radeon Mobility 9200 pci device id to the radeon driver
39052
39053 This patch extends PCI device id table of the
39054 radeon driver so that the driver will also support
39055 Radeon Mobility 9200 (M9+) based boards.
39056
39057 Signed-off-by: Anatolij Gustschin <agust@denx.de>
39058
39059commit 1b8607e1f7143548c6062c28371449ec69588c00
39060Author: Anatolij Gustschin <agust@denx.de>
39061Date: Thu Feb 14 18:19:50 2008 +0100
39062
39063 Extend ATI Radeon driver to support more video modes
39064
39065 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
39066 800x600, 640x480 at 24, 16 and 8 bpp.
39067
39068 Signed-off-by: Anatolij Gustschin <agust@denx.de>
39069
39070commit 4124382de029d361162a4b8cecc773eb8f26e2a8
39071Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39072Date: Sun Feb 10 17:05:20 2008 +0100
39073
39074 xsengine: fix typo and few coding style
39075
39076 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39077
39078commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
39079Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39080Date: Fri Feb 8 21:25:58 2008 +0100
39081
39082 Fix wrong memory limit calculation in memory-test
39083
39084 If the length of the memory address range passed to the "mtest" command is
39085 not of the form 2^x - 1, not all address lines are tested. This bug is
39086 inherited from the original software at
39087 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
39088 this.
39089
39090 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39091
39092commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
39093Author: Wolfgang Denk <wd@denx.de>
39094Date: Fri Feb 15 00:11:39 2008 +0100
39095
39096 Coding STyle cleanup.
39097
39098 Signed-off-by: Wolfgang Denk <wd@denx.de>
39099
39100commit f6921e3dc331293c873ec4d109fd5517a42a90b3
39101Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39102Date: Tue Feb 5 13:30:43 2008 +0900
39103
39104 sh: Fix register address of SH7722
39105
39106 The address of SH7722 is wrong by old document.
39107 This patch fixes this problem.
39108
39109 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39110
39111commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
39112Author: Mike Frysinger <vapier@gentoo.org>
39113Date: Mon Feb 4 17:44:23 2008 -0500
39114
39115 only update version header as needed
39116
39117 Constantly rebuilding the version header will force useless relinking, so we
39118 simply need to compare the new header with the existing one before updating
39119 it.
39120
39121 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39122
39123commit 208447f8e953f347425eb92c8e28d59e6d911363
39124Author: Mike Frysinger <vapier@gentoo.org>
39125Date: Mon Jan 28 05:56:19 2008 -0500
39126
39127 Do not specify a CROSS_COMPILE default when executing size
39128
39129 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39130
39131commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
39132Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39133Date: Wed Feb 13 11:19:19 2008 +0100
39134
39135 Fix return value of mtest when CFG_ALT_MEMTEST set
39136
39137 Fix a missing return statement from a non-void function.
39138
39139 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39140
39141commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
39142Author: Timur Tabi <timur@freescale.com>
39143Date: Wed Jan 9 14:35:26 2008 -0600
39144
39145 85xx, 86xx: Determine I2C clock frequencies and store in global_data
39146
39147 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
39148
39149 Update the get_clocks() function in 85xx and 86xx to determine the I2C
39150 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
39151
39152 Signed-off-by: Timur Tabi <timur@freescale.com>
39153
39154commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
39155Author: Wolfgang Denk <wd@denx.de>
39156Date: Thu Feb 14 23:18:01 2008 +0100
39157
39158 TQM834x: clean up configuration
39159
39160 Get board name consistent with Linux and elsewhere;
39161 get rid of local network definitions etc.
39162
39163 Signed-off-by: Wolfgang Denk <wd@denx.de>
39164
39165commit 38cc09c55b1d7f233789052c6fc462e5377669a9
39166Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39167Date: Thu Feb 14 08:02:12 2008 +0100
39168
39169 TFTP: fix search of ':' in BootFile
39170
39171 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39172
39173commit 0bc9efada170096c6b273f19165e32936d330d80
39174Author: Wolfgang Denk <wd@denx.de>
39175Date: Thu Feb 14 22:46:55 2008 +0100
39176
39177 Coding style cleanup; update CHANGELOG.
39178
39179 Signed-off-by: Wolfgang Denk <wd@denx.de>
39180
0bc9efad
WD
39181commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
39182Author: Wolfgang Denk <wd@denx.de>
39183Date: Thu Feb 14 22:43:22 2008 +0100
39184
39185 PPC: Use r2 instead of r29 as global data pointer
39186
39187 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
39188 will refuse to use load/store multiple insns; instead, it issues a
39189 list of simple load/store instructions upon function entry and exit,
39190 resulting in bigger code size, which in turn makes the build for a
39191 few boards fail.
39192
39193 Use r2 instead.
39194
39195 Signed-off-by: Wolfgang Denk <wd@denx.de>
39196
39197commit 3c234efa693bc59906c2be55c7918ecbb55392ea
39198Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
39199Date: Wed Jan 30 09:08:49 2008 +0100
39200
39201 ARM: make the machid configurable via the environment
39202
39203 If the variable "machid" exists, let do_bootm_linux use that instead
39204 of bd->bi_arch_number.
39205
39206