]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
cmd_mac: Move conditional compilation to Makefile
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
8b9e4787
WD
1commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
2Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3Date: Tue Sep 9 22:18:24 2008 +0200
4
5 bootm_load_os: fix load_end debug message
6
7 print load_end value not pointer
8
9 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10
11commit 1d9af0be764960e6cc1c093e97176c3542796820
12Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13Date: Tue Sep 9 22:18:23 2008 +0200
14
15 bootm: enable fdt support only on ppc, m68k and sparc
16
17 ...as done in image.c
18
19 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20
21commit 748b5274e76f81df85cfcffaffedc323678d0623
22Author: Markus Heidelberg <markus.heidelberg@web.de>
23Date: Tue Sep 9 18:51:05 2008 +0200
24
25 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
26
27 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
28
29commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
30Author: Markus Heidelberg <markus.heidelberg@web.de>
31Date: Tue Sep 9 17:31:46 2008 +0200
32
33 gitignore: add tags files and Vim swap file
34
35 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
36
37commit 1d9b67b23fca6a25154333733204339802510720
38Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
39Date: Tue Sep 9 17:52:47 2008 +0900
40
41 add board_eth_init() for sh7785lcr board
42
43 Fix the problem that cannot work RTL8169 on sh7785lcr board.
44
45 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
46
47commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
48Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49Date: Wed Aug 6 16:08:41 2008 -0500
50
51 mtd: SPI Flash: Support the STMicro Flash
52
53 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
54 M25P40, M25P64, M25P80, M25P128.
55
56 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
57 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58
59commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
60Author: Ryan CHEN <ryan.chen@st.com>
61Date: Wed Aug 20 13:00:17 2008 -0400
62
63 Correct drv_usb_kbd_init function
64
65 The patch is that check if usb_get_dev_index() function return valid
66 pointer. If valid, continue. Otherwise return -1.
67
68 Signed-off-by: Ryan Chen <ryan.chen@st.com>
69 Acked-by: Markus Klotzbuecher <mk@denx.de>
70
71commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
72Author: Remy Bohmer <linux@bohmer.net>
73Date: Wed Aug 20 11:22:02 2008 +0200
74
75 Make usb-stop() safe to call multiple times in a row.
76
77 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
78 enabled the usb_stop() command in common/cmd_bootm.c which was
79 not enabled for some time, because no board did actually set the
80 CFG_CMD_USB flag. So, now the usb_stop() is executed before
81 loading the linux kernel.
82
83 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
84 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
85 If some other piece of code calls usb_stop() before the bootm command,
86 this command will hangup the system during boot.
87 (usb start and stop is typically used while booting from usb memory stick)
88
89 But, stopping the usb stack twice is useless anyway, and a flag already
90 existed that kept track on the usb_init()/usb_stop() calls.
91 So, we now check if the usb stack is really started before we stop it.
92
93 This problem is now fixed in both the upper as low-level layer.
94
95 Signed-off-by: Remy Bohmer <linux@bohmer.net>
96 Acked-by: Markus Klotzbuecher <mk@denx.de>
97
98commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
99Author: Wolfgang Denk <wd@denx.de>
100Date: Tue Sep 9 16:55:47 2008 +0200
101
102 Makefile: fix bug introduced by commit 47ffd6c2
103
104commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
105Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
106Date: Tue Sep 9 10:00:33 2008 -0400
107
108 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
109
110 This patch solves the problems compiling ml507, v5fx30teval and
111 ppc440-generic out of tree.
112
113 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
114
115commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
116Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
117Date: Thu Sep 4 15:35:46 2008 -0300
118
119 Fix dev_print when called from usb_stor_info (usb storage command)
120
121 Fix output of the usb storage command. It was printing "Device 0: not
122 available" because IF_TYPE_USB was not included into the switch
123 statement.
124
125 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
126
127commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
128Author: Bartlomiej Sieka <tur@semihalf.com>
129Date: Tue Sep 9 12:58:16 2008 +0200
130
131 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
132
133 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
134
135commit 919f550dc11a13abf01c6bc713c968de790b8d7c
136Author: Bartlomiej Sieka <tur@semihalf.com>
137Date: Tue Sep 9 12:58:15 2008 +0200
138
139 FIT: add ability to check hashes of all images in FIT, improve output
140
141 - add function fit_all_image_check_hashes() that verifies if all
142 hashes of all images in the FIT are valid
143 - improve output of fit_image_check_hashes() when the hash check fails
144
145 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
146
147commit 1de1fa408967cef6804bb046b904114519bb36f0
148Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
149Date: Mon Sep 8 20:54:39 2008 +0200
150
151 qemu_mips: Update linux bootm to support dynamic cmdline
152
153 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
154
155commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
156Author: Peter Tyser <ptyser@xes-inc.com>
157Date: Mon Sep 8 14:56:49 2008 -0500
158
159 Add support for booting of INTEGRITY operating system uImages
160
161 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
162
163commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
164Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
165Date: Mon Sep 8 21:01:29 2008 +0200
166
167 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
168
169 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
170
171commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
172Author: Kumar Gala <galak@kernel.crashing.org>
173Date: Mon Sep 8 13:57:12 2008 -0500
174
175 Remove support for booting ARTOS images
176
177 Pantelis Antoniou stated:
178 AFAIK, it is still used but the products using PPC are long gone.
179 Nuke it plz (from orbit).
180
181 So remove it since it cleans up a usage of env_get_char outside of
182 the environment code.
183
184 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
185
186commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
187Author: Wolfgang Denk <wd@denx.de>
188Date: Tue Sep 9 15:45:18 2008 +0200
189
190 Makefile: compile and link each module just once
191
192 Several source files need to be compiled and linked when one or more
193 config options are selected. To allow for easy selection in the
194 Makefiles yet to avoild multiple compilation (which costs build time)
195 and especially multiple linking (which causes errors), we use
196 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
197
198 By courtesy of Detlev Zundel who suggested this approach.
199
200 Signed-off-by: Wolfgang Denk <wd@denx.de>
201
202commit 48d0192fe869948fef14b460b5f0c85bca933693
203Author: Andreas Engel <andreas.engel@ericsson.com>
204Date: Mon Sep 8 14:30:53 2008 +0200
205
206 Moved conditional compile into Makefile
207
208 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
209
210commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
211Author: Andreas Engel <andreas.engel@ericsson.com>
212Date: Mon Sep 8 10:17:31 2008 +0200
213
214 Merged serial_pl010.c and serial_pl011.c.
215
216 They only differ in the init function.
217 This also adds the missing watchdog support for the PL011.
218
219 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
220
221commit 0817d688f307ee2c0598e79175c94a40ce90337b
222Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
223Date: Sun Sep 7 17:10:27 2008 -0400
224
225 Remove gap fill in srec object v2
226
227 SREC files do not need gap fill: The load address is specified in the
228 file. On the other hand, it can't be avoided in a .bin object. It has
229 no information about memory location.
230
231 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
232
233commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
234Author: Markus Heidelberg <markus.heidelberg@web.de>
235Date: Sun Sep 7 20:18:27 2008 +0200
236
237 README: fix missing subdirectory in the documentation
238
239 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
240
241commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
242Author: Graeme Russ <graeme.russ@gmail.com>
243Date: Sun Sep 7 07:08:42 2008 +1000
244
245 Update i386 code (sc520_cdp)
246
247 Attempt to bring i386 / sc520 inline with master
248
249 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
250
251commit 5608692104efa8d56df803dc79ea41ac3607eee5
252Author: Guennadi Liakhovetski <lg@denx.de>
253Date: Thu Sep 4 13:01:49 2008 +0200
254
255 fw_env: add NAND support
256
257 Add support for environment in NAND with automatic NOR / NAND recognition,
258 including unaligned environment, bad-block skipping, redundant environment
259 copy.
260
261 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
262
263commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
264Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
265Date: Tue Sep 9 09:50:24 2008 +0200
266
267 ppc4xx: Fix out-of-tree building of CPCI405 variants
268
269 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
270 Acked-by: Stefan Roese <sr@denx.de>
271
272commit 59f630588e3fdbd698a0a2798e52a8924e899563
273Author: Sergei Poselenov <sposelenov@emcraft.com>
274Date: Fri Aug 15 15:42:11 2008 +0200
275
276 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
277
278 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
279
280commit e64987a892353f3d49eb242d997820ef8f538912
281Author: Anatolij Gustschin <agust@denx.de>
282Date: Fri Aug 15 15:42:13 2008 +0200
283
284 85xx: socrates: Enable Lime support.
285
286 This patch adds Lime GDC support together with support for the PWM
287 backlight control through the w83782d chip. The reset pin of the
288 latter is attached to GPIO, so we need to reset it in
289 early_board_init_r.
290
291 Signed-off-by: Anatolij Gustschin <agust@denx.de>
292
293commit 3e79b588b5199f35016f178fc0d5d1266382097f
294Author: Detlev Zundel <dzu@denx.de>
295Date: Fri Aug 15 15:42:12 2008 +0200
296
297 85xx: Socrates: Major code update.
298
299 - Update the local bus ranges in the FDT for Linux for the various
300 devices connected to the local bus via chip-select.
301
302 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
303 lower than 66 MHz and uses I/O accessor functions consequently.
304
305 - UPM data update.
306
307 - Update of default environment and configuration. Use I2C multibus
308 as we do have two I2C buses. Also enable sdram and ext2 commands.
309
310 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
311 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
312 Signed-off-by: Detlev Zundel <dzu@denx.de>
313
314commit e8d18541c6ceab821f75faab031740b33fdbfa4b
315Author: Timur Tabi <timur@freescale.com>
316Date: Fri Jul 18 16:52:23 2008 +0200
317
318 Update Freescale 85xx boards to sys_eeprom.c
319
320 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
321 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
322 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
323 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
324
325 Signed-off-by: Timur Tabi <timur@freescale.com>
326
327commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
328Author: Wolfgang Denk <wd@denx.de>
329Date: Tue Sep 9 10:08:02 2008 +0200
330
331 lib_ppc/interrupts.c: make board_show_activity() a weak function
332
333 This allows to use show_activity() without having to
334 define an empty board_show_activity() function.
335
336 Signed-off-by: Wolfgang Denk <wd@denx.de>
337
338commit fe876787f8743883ce58fed61525eaa2f34da4c5
339Author: Wolfgang Denk <wd@denx.de>
340Date: Tue Sep 9 10:06:44 2008 +0200
341
342 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
343
344 Signed-off-by: Wolfgang Denk <wd@denx.de>
345
346commit 965de106ba8900372c8b16dc60d5acab7f925e38
347Author: Wolfgang Denk <wd@denx.de>
348Date: Tue Sep 9 10:03:47 2008 +0200
349
350 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
351
352 Signed-off-by: Wolfgang Denk <wd@denx.de>
353
354commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
355Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
356Date: Tue Sep 9 01:22:39 2008 +0200
357
358 disk-on-chip: remove duplicate doc_probe declaration
359
360 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
361
362commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
363Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
364Date: Tue Sep 9 00:59:40 2008 +0200
365
366 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
367
368 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
369
370commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
371Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
372Date: Tue Sep 9 00:59:39 2008 +0200
373
374 rs5c372: fix rtc_set prototype
375
376 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
377
378commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
379Author: Sergei Poselenov <sposelenov@emcraft.com>
380Date: Thu Aug 14 14:08:28 2008 +0200
381
382 ARM: fix warning: target CPU does not support interworking
383
384 This patch fixes warnings like this:
385
386 start.S:0: warning: target CPU does not support interworking
387
388 which come from some ARM cross compilers and are caused by hard-coded
389 (with "--with-cpu=arm9" configuration option) ARM targets (which
390 support ARM Thumb instructions), while the ARM target selected from
391 the command line (with "-march=armv4") doesn't support Thumb
392 instructions.
393
394 This warning is issued by the compiler regardless of the real use of
395 the Thumb instructions in code.
396
397 To fix this problem, we use options according to compiler version
398 being used.
399
400 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
401 Signed-off-by: Wolfgang Denk <wd@denx.de>
402
403commit 4265c35fbcb248e58179007621d61d32d0b3b82a
404Author: Sergei Poselenov <sposelenov@emcraft.com>
405Date: Thu Aug 14 14:08:28 2008 +0200
406
407 ARM: Use do_div() instead of division for "long long".
408
409 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
410 Signed-off-by: Wolfgang Denk <wd@denx.de>
411
412commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
413Author: Wolfgang Denk <wd@denx.de>
414Date: Mon Sep 8 23:26:22 2008 +0200
415
416 lib_arm/bootm.c: fix compile warnings
417
418 bootm.c:128: warning: label 'error' defined but not used
419 bootm.c:65: warning: unused variable 'ret'
420
421 Signed-off-by: Wolfgang Denk <wd@denx.de>
422
423commit 2e3c867d0a63c563a51e65b776973b008f16cec5
424Author: Wolfgang Denk <wd@denx.de>
425Date: Mon Sep 8 22:46:42 2008 +0200
426
427 ml507: fix out of tree build problem
428
429 Signed-off-by: Wolfgang Denk <wd@denx.de>
430
431commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
432Author: Wolfgang Denk <wd@denx.de>
433Date: Mon Sep 8 22:10:28 2008 +0200
434
435 common/cmd_bootm.c: fix printf() format warnings
436
437 Signed-off-by: Wolfgang Denk <wd@denx.de>
438
439commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
440Author: Wolfgang Denk <wd@denx.de>
441Date: Mon Sep 8 22:37:45 2008 +0200
442
443 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
444
445 missing doc_probe() prototype.
446
447 Signed-off-by: Wolfgang Denk <wd@denx.de>
448
449commit 2c5e3cc4994897d364b148942ff23e47783198f6
450Author: Wolfgang Denk <wd@denx.de>
451Date: Mon Sep 8 21:28:14 2008 +0200
452
453 mk48t59: fix compile problem introduced by commit d1e23194
454
455 Signed-off-by: Wolfgang Denk <wd@denx.de>
456
457commit 5ff889349d2ace13f10c9335e09365fcec8247cc
458Author: Stefan Roese <sr@denx.de>
459Date: Mon Sep 8 14:11:12 2008 +0200
460
461 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
462
463 This patch moves some 4xx specific prototypes out of include common.h
464 to a ppc4xx specific header.
465
466 Signed-off-by: Stefan Roese <sr@denx.de>
467
468commit ac53ee8318678190bf3c68da477a84a657d86fb0
469Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
470Date: Fri Sep 5 15:34:04 2008 +0200
471
472 ppc4xx: Update CPCI405(AB) configuration
473
474 This patch add FDT support and command line editing capabilities
475 for CPCI405 and CPCI405AB boards.
476
477 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
478 Signed-off-by: Stefan Roese <sr@denx.de>
479
480commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
481Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
482Date: Fri Sep 5 15:34:03 2008 +0200
483
484 ppc4xx: Cleanup CPCI405 linker script
485
486 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
487 Signed-off-by: Stefan Roese <sr@denx.de>
488
489commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
490Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
491Date: Fri Sep 5 15:34:02 2008 +0200
492
493 ppc4xx: Update CPCI405 variants handling
494
495 This patch replaces the BOARD_REVISION variable in include/config.mk
496 by a using a temporary include file in the platform directory.
497
498 The former way does not work anymore and the latter is also used by
499 some other boards.
500
501 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
502 Signed-off-by: Stefan Roese <sr@denx.de>
503
504commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
505Author: Stefan Roese <sr@denx.de>
506Date: Mon Sep 8 10:01:48 2008 +0200
507
508 ppc4xx: Remove CONFIG_CS8952_PHY define
509
510 Since this define is only used on one board that was never really in
511 production, removing this compile time option doesn't hurt and makes
512 the code more readable.
513
514 Signed-off-by: Stefan Roese <sr@denx.de>
515
516commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
517Author: Stefan Roese <sr@denx.de>
518Date: Fri Sep 5 14:11:40 2008 +0200
519
520 ppc4xx: Fix compilation warning for PIP405
521
522 This patch fixes a compilation warning for the PIP405 board. It moves the
523 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
524 occur anymore. I am a little unsure if this #ifdef is at the correct
525 place now or if it could be removed completely. This needs to get
526 tested on the PIP405 board.
527
528 Signed-off-by: Stefan Roese <sr@denx.de>
529
530commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
531Author: Stefan Roese <sr@denx.de>
532Date: Fri Sep 5 14:09:09 2008 +0200
533
534 ppc4xx: Fix compilation warning for canyonlands & glacier
535
536 Signed-off-by: Stefan Roese <sr@denx.de>
537
538commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
539Author: Kumar Gala <galak@kernel.crashing.org>
540Date: Fri Sep 5 14:40:29 2008 -0500
541
542 Fix compiler warning in mpc8xxx ddr code
543
544 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
545 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
546 ctrl_regs.c:523: note: 'caslat' was declared here
547
548 Add a warning in DDR1 case if cas_latency isn't a value we know about.
549
550 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
551 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
552
553commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
554Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
555Date: Mon Sep 1 23:06:23 2008 +0200
556
557 rtc: allow rtc_set to return an error and use it in cmd_date
558
559 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
560
561commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
562Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
563Date: Mon Sep 1 01:16:33 2008 +0200
564
565 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
566
567 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
568
569commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
570Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
571Date: Sun Aug 31 05:37:04 2008 +0900
572
573 config.mk: Move arch-specific condition to $(ARCH)_config.mk
574
575 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
576
577commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
578Author: Kumar Gala <galak@kernel.crashing.org>
579Date: Fri Aug 29 19:08:29 2008 -0500
580
581 Prevent crash if random/invalid ramdisks are passed to bootm
582
583 Adds returning an error from the ramdisk detection code if
584 its not a real ramdisk (invalid). There is no reason we can't
585 just return back to the console if we detect an invalid
586 ramdisk or CRC error.
587
588 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
589
590commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
591Author: Anatolij Gustschin <agust@denx.de>
592Date: Fri Aug 29 21:04:45 2008 +0200
593
594 Prevent crash if random DTB address is passed to bootm
595
596 This patch adds bootm_start() return value check. If
597 error status is returned, we do not proceed further to
598 prevent board reset or crash as we still can recover
599 at this point.
600
601 Signed-off-by: Anatolij Gustschin <agust@denx.de>
602
603commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
604Author: Andrew Dyer <adyer@righthandtech.com>
605Date: Fri Aug 29 12:30:39 2008 -0500
606
607 clean up some #if !defined() in drivers/video/cfb_console.c
608
609 rearrange some #if !defined() / #else / #endif statements to remove
610 the negative logic.
611
612 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
613
614commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
615Author: Kyungmin Park <kmpark@infradead.org>
616Date: Fri Aug 29 09:02:20 2008 +0900
617
618 apollon: use the last memory area for u-boot
619
620 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
621
622commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
623Author: Heiko Schocher <hs@denx.de>
624Date: Thu Aug 28 13:50:42 2008 +0200
625
626 TQM8272: move NAND part in seperate File
627
628 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
629 because I have no longer access to the hardware.
630
631 Signed-off-by: Heiko Schocher <hs@denx.de>
632
633commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
634Author: Heiko Schocher <hs@denx.de>
635Date: Thu Aug 28 13:48:36 2008 +0200
636
637 TQM8272: Fix compiling error for the TQM8272 board.
638
639 Fix compile problems caused by
640 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
641
642 Signed-off-by: Heiko Schocher <hs@denx.de>
643
644commit 1a7f8ccec981648ccd38fca2535490582eee08e6
645Author: Kyungmin Park <kmpark@infradead.org>
646Date: Wed Aug 27 14:45:20 2008 +0900
647
648 Add JFFS2 command support on OneNAND
649
650 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
651
652commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
653Author: Mark Jackson <mpfj@mimc.co.uk>
654Date: Mon Aug 25 19:21:30 2008 +0100
655
656 Allow console input to be disabled
657
658 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
659
660 When CONFIG_DISABLE_CONSOLE is defined, setting
661 GD_FLG_DISABLE_CONSOLE disables all console input and output.
662
663 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
664
665commit 2b22d608f370565c87f55928b524207031419c11
666Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
667Date: Wed Jul 30 12:39:29 2008 +0200
668
669 loads: allow negative offsets
670
671 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
672
673commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
674Author: Yuri Tikhonov <yur@emcraft.com>
675Date: Thu Sep 4 11:19:05 2008 +0200
676
677 USB EHCI: reset root hub
678
679 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
680 resetting only via EHCI registers. So, this patch adds the
681 corresponding kind of reset to OHCI's hc_reset() if the newly
682 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
683 board).
684
685 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
686 Acked-by: Markus Klotzbuecher <mk@denx.de>
687
688commit 5875d358f025c1b042d8a0f08384b756de7256c9
689Author: Yuri Tikhonov <yur@emcraft.com>
690Date: Fri Aug 15 15:42:09 2008 +0200
691
692 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
693
694 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
695
696commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
697Author: Stefan Roese <sr@denx.de>
698Date: Fri Sep 5 10:47:46 2008 +0200
699
700 devices: Use list_add_tail() instead of list_add() to register a device
701
702 This patch fixes a problem spotted on Glacier/Canyonlands (and most
703 likely lots of other board ports), that no serial output was seen
704 after console initialization in console_init_r(). This is because the
705 last added console device was used instead of the first added.
706
707 This patch fixes this problem by using list_add_tail() instead of
708 list_add() to register a device. This way the first added console
709 is used again.
710
711 Signed-off-by: Stefan Roese <sr@denx.de>
712
713commit 78d78236896d62bb8ca7302af38d8f1493eb2651
714Author: Victor Gallardo <vgallardo@amcc.com>
715Date: Thu Sep 4 23:49:36 2008 -0700
716
717 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
718
719 This patch adds GPCS, SGMII and M88E1112 PHY support
720 for the AMCC PPC460GT/EX processors.
721
722 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
723 Signed-off-by: Stefan Roese <sr@denx.de>
724
725commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
726Author: Adam Graham <agraham@amcc.com>
727Date: Wed Sep 3 12:26:59 2008 -0700
728
729 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
730
731 Signed-off-by: Adam Graham <agraham@amcc.com>
732 Signed-off-by: Stefan Roese <sr@denx.de>
733
734commit 075d0b81e896e8735ae26372cd384f87cbd24e41
735Author: Adam Graham <agraham@amcc.com>
736Date: Wed Sep 3 12:26:28 2008 -0700
737
738 ppc4xx: IBM Memory Controller DDR autocalibration routines
739
740 Alternate SDRAM DDR autocalibration routine that can be generically used
741 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
742 support of more DIMM/memory chip vendors and gets the DDR autocalibration
743 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
744
745 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
746 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
747 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
748 lot longer to run than Method_B. Method_B executes in the same amount of time
749 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
750 Normally Method_B is used and it is set as the default method.
751
752 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
753 Controller registers.[bit-field]:
754 1) SDRAM0_RQDC.[RQFD]
755 2) SDRAM0_RFDC.[RFFD]
756
757 This alternate PPC4xx DDR autocalibration code calibrates the following
758 IBM SDRAM Controller registers.[bit-field]:
759
760 1) SDRAM0_WRDTR.[WDTR]
761 2) SDRAM0_CLKTR.[CKTR]
762 3) SDRAM0_RQDC.[RQFD]
763 4) SDRAM0_RFDC.[RFFD]
764
765 and will also use the calibrated settings of the above four registers that
766 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
767 register.[bit-field].
768
769 Signed-off-by: Adam Graham <agraham@amcc.com>
770 Signed-off-by: Stefan Roese <sr@denx.de>
771
772commit e07f4a8033b6270b8103049adb6456f660ff4a89
773Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
774Date: Mon Sep 1 13:09:39 2008 -0400
775
776 ppc44x: Unification of virtex5 pp440 boards
777
778 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
779
780 It unificates 3 different things:
781
782 1) Source code
783 A new board called ppc440-generic has been created. This board includes
784 a generic tlb initialization (Maps the whole memory into virtual) and
785 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
786 so, they can be replaced by specific functions.
787
788 If a new board needs to redefine any of the previous functions
789 (specific initialization) it can create a new directory with the
790 specific initializations needed. (see the example ml507 board).
791
792 2) Configuration file
793 Common configurations are located under configs/xilinx-ppc440.h, this
794 header file interpretes the xparameters file generated by EDK and
795 configurates u-boot in correspondence. Example: if there is a Temac,
796 allows CMD_CONFIG_NET
797 Specific configuration are located under specific configuration file.
798 (see the example ml507 board)
799
800 3) Makefile
801 Some work has been done in order to not duplicate work in the Main
802 Makefile. Please see the attached code.
803
804 In order to support new boards they can be implemented in the next way:
805
806 a) Simple Generic Board (90% of the time)
807 Using EDK generates a new xparameters.h file, replace
808 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
809 && make
810
811 b) Simple Boards with special u-boot parameters (9 % of the time)
812 Create a new file under configs for it (use ml507.h as example) and
813 change your paramaters. Create a new Makefile paragraph and compile
814
815 c) Complex boards (1% of the time)
816 Create a new folder for the board, like the ml507
817
818 Finally, it adds support for the Avnet FX30T Evaluation board, following
819 the new generic structure:
820
821 Cheap board by Avnet for evaluating the Virtex5 FX technology.
822
823 This patch adds support for:
824 - UartLite
825 - 16MB Flash
826 - 64MB RAM
827
828 Prior using U-boot in this board, read carefully the ERRATA by Avnet
829 to solve some memory initialization issues.
830
831 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
832 Signed-off-by: Stefan Roese <sr@denx.de>
833
834commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
835Author: Nick Spence <nick.spence@freescale.com>
836Date: Tue Sep 2 15:21:16 2008 -0500
837
838 mpc83xx: fix mpc8313 in-tree building with NAND
839
840 and add mpc8313 NAND build to MAKEALL
841
842 Signed-off-by: Nick Spence <nick.spence@freescale.com>
843 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
844
845commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
846Author: Nick Spence <nick.spence@freescale.com>
847Date: Thu Aug 28 14:09:25 2008 -0700
848
849 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
850
851 Cleans up some latent issues with the data cache control so that
852 dcache_enable() and dcache_disable() will work reliably (after
853 unlock_ram_in_cache() has been called)
854
855 Signed-off-by: Nick Spence <nick.spence@freescale.com>
856 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
857
858commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
859Author: Nick Spence <nick.spence@freescale.com>
860Date: Thu Aug 28 14:09:19 2008 -0700
861
862 mpc83xx: Store and display Arbiter Event Register values
863
864 Record the Arbiter Event Register values and optionally display them.
865
866 The Arbiter Event Register can record the type and effective address of
867 an arbiter error, even through an HRESET. This patch stores the values in
868 the global data structure.
869
870 Display of the Arbiter Event registers immediately after the RSR value
871 can be enabled with defines. The Arbiter values will only be displayed
872 if an arbiter event has occured since the last Power On Reset, and either
873 of the following defines exist:
874 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
875 and type register values
876 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
877 event register values
878
879 Address Only transactions are one of the trapped events that can register
880 as an arbiter event. They occur with some cache manipulation instructions
881 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
882 has the MEMORY_COHERENCE WIMG bit set. Setting:
883 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
884 only events, so that it can still capture
885 other real problems.
886
887 Signed-off-by: Nick Spence <nick.spence@freescale.com>
888 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
889
890commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
891Author: Nick Spence <nick.spence@freescale.com>
892Date: Thu Aug 28 14:09:11 2008 -0700
893
894 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
895
896 This is needed in unlock_ram_in_cache() because it is called from C and
897 will corrupt the small data area anchor that is kept in R2.
898
899 lock_ram_in_cache() is modified similarly as good coding practice, but
900 is not called from C.
901
902 Signed-off-by: Nick Spence <nick.spence@freescale.com>
903 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
904
905commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
906Author: Nick Spence <nick.spence@freescale.com>
907Date: Fri Aug 22 23:52:50 2008 -0700
908
909 MPC83XX: Fix GPIO configuration - set gpio level before direction
910
911 Set DAT value before DIR values to avoid creating glitches on the
912 GPIO signals.
913
914 Set gpio level register before direction register to inhibit
915 glitches on high level output pins.
916
917 Dir and data gets cleared at powerup, so high level output lines see
918 a short low pulse between setting the direction and level registers.
919
920 Issue was seen on a new board with the nReset line of the NOR flash
921 connected to a GPIO. Setting the direction register puts the NOR flash
922 in reset so the next instruction to set the level cannot get executed.
923
924 Signed-off-by: Nick Spence <nick.spence@freescale.com>
925 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
926 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
927
928commit 7007c5975ee900ad70983b0681d3251e221f8321
929Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
930Date: Tue Sep 2 02:58:32 2008 +0200
931
932 doc/qemu_mips: add doc howto debug u-boot with gdb
933
934 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
935
936commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
937Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
938Date: Wed Sep 3 17:15:45 2008 +0200
939
940 ppx4xx: Fix broken DASA_SIM board
941
942 This patch adds initdram() to DASA_SIM boards that has been
943 removed accidentally by a previous commit.
944
945 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
946 Signed-off-by: Stefan Roese <sr@denx.de>
947
948commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
949Author: Stefan Roese <sr@denx.de>
950Date: Mon Sep 1 08:35:37 2008 +0200
951
952 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
953
954 This patch removes some direct references to common/lists.o from some
955 esd linker scripts. This is necessary because the lists source was moved
956 and is not in the "common" directory anymore.
957
958 Signed-off-by: Stefan Roese <sr@denx.de>
959
960commit 97b0734d65f8a0b03df0a335a2addc759da56107
961Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
962Date: Tue Sep 2 16:33:05 2008 +0200
963
964 ppc4xx: Remove obsolete or unused functions from some esd boards
965
966 This patch removes initdram() and testdram() from most esd 405 platforms.
967 Some boards also have an empty dummy implementation of
968 misc_init_f(). This is also removed.
969
970 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
971 Signed-off-by: Stefan Roese <sr@denx.de>
972
973commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
974Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
975Date: Tue Sep 2 15:07:54 2008 +0200
976
977 ppc4xx: Update VOM405 board configuration
978
979 - remove PCI code
980 - add command line editing
981 - minor cleanup
982
983 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
984 Signed-off-by: Stefan Roese <sr@denx.de>
985
986commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
987Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
988Date: Tue Sep 2 15:07:53 2008 +0200
989
990 ppc4xx: Remove obsolete initdram() function from VOM405 board
991
992 This patch removed the obsolete initdram() function from
993 VOM405 platform file.
994
995 Some minor cleanup.
996
997 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
998 Signed-off-by: Stefan Roese <sr@denx.de>
999
1000commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
1001Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1002Date: Tue Sep 2 15:07:52 2008 +0200
1003
1004 ppc4xx: Cleanup VOM405 linker script
1005
1006 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1007 Signed-off-by: Stefan Roese <sr@denx.de>
1008
1009commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
1010Author: Matthias Fuchs <mf@esd.eu>
1011Date: Tue Sep 2 15:07:51 2008 +0200
1012
1013 ppc4xx: Add fdt support for VOM405 boards
1014
1015 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1016 Signed-off-by: Stefan Roese <sr@denx.de>
1017
1018commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
1019Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1020Date: Tue Sep 2 11:36:14 2008 +0200
1021
1022 ppc4xx: Coding style cleanup
1023
1024 Wrap long lines etc.
1025
1026 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1027 Signed-off-by: Stefan Roese <sr@denx.de>
1028
1029commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
1030Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1031Date: Tue Sep 2 11:35:56 2008 +0200
1032
1033 ppc4xx: Enable USB on PLU405 boards
1034
1035 This patch enables the PCI-OHCI controller on PLU405 board.
1036
1037 Also the default CPU frequency is updated to 266 MHz and
1038 command line editing is enabled.
1039
1040 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1041 Signed-off-by: Stefan Roese <sr@denx.de>
1042
1043commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
1044Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1045Date: Tue Sep 2 11:35:35 2008 +0200
1046
1047 ppc4xx: Cleanup PLU405 platform file
1048
1049 This patch
1050 - wraps some long lines
1051 - removes unused/obsolete functions: misc_init_f() and initdram()
1052
1053 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1054 Signed-off-by: Stefan Roese <sr@denx.de>
1055
1056commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
1057Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1058Date: Tue Sep 2 11:35:04 2008 +0200
1059
1060 ppc4xx: Cleanup PLU405 linker script
1061
1062 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1063 Signed-off-by: Stefan Roese <sr@denx.de>
1064
1065commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
1066Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1067Date: Tue Sep 2 11:34:36 2008 +0200
1068
1069 ppc4xx: Add fdt support for PLU405 boards
1070
1071 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1072 Signed-off-by: Stefan Roese <sr@denx.de>
1073
1074commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
1075Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1076Date: Tue Sep 2 11:34:08 2008 +0200
1077
1078 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
1079
1080 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1081 Signed-off-by: Stefan Roese <sr@denx.de>
1082
1083commit be1b0d2777e179191a57b138b660547a17e55aad
1084Author: Jochen Friedrich <jochen@scram.de>
1085Date: Tue Sep 2 11:24:59 2008 +0200
1086
1087 Don't tftp to unknown flash
1088
1089 If a board has a variable number of flash banks, there are empty entries
1090 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
1091 "Outside available Flash". This patch skips flash banks with unknown
1092 flash ids.
1093
1094 Signed-off-by: Jochen Friedrich <jochen@scram.de>
1095 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1096
1097commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
1098Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1099Date: Thu Aug 28 13:40:44 2008 +0900
1100
1101 net: smc911x: Add pkt_data_pull and pkt_data_push function
1102
1103 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
1104 Byte-swapping is necessary, and so poor performance is inevitable.
1105 This problem cannot evade by the swap function of CHIP, this can
1106 evade by software Byte-swapping.
1107 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
1108 functions necessary to solve this problem.
1109
1110 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1111 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1112
1113commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
1114Author: Ben Warren <biggerbadderben@gmail.com>
1115Date: Sun Aug 31 20:37:00 2008 -0700
1116
1117 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
1118
1119 Affected boards:
1120 db64360
1121 db64460
1122 katmai
1123 taihu
1124 taishan
1125 yucca
1126 cpc45
1127 cpu87
1128 eXalion
1129 elppc
1130 debris
1131 kvme080
1132 mpc8315erdb
1133 integratorap
1134 ixdp425
1135 oxc
1136 pm826
1137 pm828
1138 pm854
1139 pm856
1140 ppmc7xx
1141 sc3
1142 sc520_spunk
1143 sorcery
1144 tqm8272
1145 tqm85xx
1146 utx8245
1147
1148 Removed initialization of the driver from net/eth.c
1149 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
1150
1151 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1152
1153commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
1154Author: Ben Warren <biggerbadderben@gmail.com>
1155Date: Sun Aug 31 10:45:44 2008 -0700
1156
1157 Moved initialization of TULIP Ethernet controller to board_eth_init()
1158
1159 Affected boards:
1160 cu824
1161 bab7xx
1162 adciop
1163 dasa_sim
1164 mousse
1165 mpc8540eval
1166 musenki
1167 mvblue
1168 pcippc2/pcippc6
1169 sbc8240
1170 stxssa
1171
1172 Removed initialization of the driver from net/eth.c
1173
1174 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1175
1176commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
1177Author: Ben Warren <biggerbadderben@gmail.com>
1178Date: Sun Aug 31 10:44:19 2008 -0700
1179
1180 Moved initialization of E1000 Ethernet controller to board_eth_init()
1181
1182 Affected boards:
1183 ap1000
1184 mvbc_p
1185 PM854
1186
1187 Removed initialization of the driver from net/eth.c
1188
1189 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1190
1191commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
1192Author: Ben Warren <biggerbadderben@gmail.com>
1193Date: Sun Aug 31 10:40:51 2008 -0700
1194
1195 Moved initialization of plb2800 Ethernet driver to board_eth_init
1196
1197 Affected boards:
1198 purple
1199
1200 Removed initialization of controller from net/eth.c
1201
1202 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1203
1204commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
1205Author: Ben Warren <biggerbadderben@gmail.com>
1206Date: Sun Aug 31 10:39:12 2008 -0700
1207
1208 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
1209
1210 Modified board_eth_init() functions of boards that have this FEC in addition
1211 to other Ethernet controllers.
1212
1213 Affected boards:
1214 bc3450
1215 icecube
1216 mvbc_p
1217 o2dnt
1218 pm520
1219 total5200
1220 tq5200
1221
1222 Removed initialization of controller from net/eth.c
1223
1224 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1225
1226commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
1227Author: Ben Warren <biggerbadderben@gmail.com>
1228Date: Sun Aug 31 10:36:38 2008 -0700
1229
1230 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
1231
1232 Added a cpu_eth_init() function to MPC512x CPU directory and
1233 removed code from net/eth.c
1234
1235 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1236
1237commit 8218bd2aa68820b878a8413493ae17fd8d21f944
1238Author: Ben Warren <biggerbadderben@gmail.com>
1239Date: Sun Aug 31 10:16:59 2008 -0700
1240
1241 Moved initialization of IncaIP Ethernet controller to board_eth_init
1242
1243 Affected boards:
1244 IncaIP
1245
1246 Removed initialization of the driver from net/eth.c
1247
1248 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1249
1250commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
1251Author: Ben Warren <biggerbadderben@gmail.com>
1252Date: Sun Aug 31 10:15:26 2008 -0700
1253
1254 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
1255
1256 Affected boards:
1257 AmigaOneG3SE
1258
1259 Removed initialization of the driver from net/eth.c
1260
1261 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1262
1263commit 6aca145e067efe75398e9fac97822bd3700de0b2
1264Author: Ben Warren <biggerbadderben@gmail.com>
1265Date: Sun Aug 31 10:13:34 2008 -0700
1266
1267 Moved initialization of GT6426x Ethernet controller to board_eth_init()
1268
1269 Affected boards:
1270 EVB64260
1271 P3G4
1272 ZUMA
1273
1274 Removed initialization of the driver from net/eth.c
1275
1276 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1277
1278commit e3090534d62045dcb73f5392bacc64a4e8e443dc
1279Author: Ben Warren <biggerbadderben@gmail.com>
1280Date: Sun Aug 31 10:08:43 2008 -0700
1281
1282 Moved initialization of PCNET Ethernet controller to board_eth_init()
1283
1284 Affected boards:
1285 PN62
1286 sc520_cdp
1287
1288 Removed initialization of the driver from net/eth.c
1289
1290 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1291
1292commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
1293Author: Ben Warren <biggerbadderben@gmail.com>
1294Date: Sun Aug 31 10:07:16 2008 -0700
1295
1296 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
1297
1298 Affected boards:
1299 a3000
1300
1301 Removed initialization of the driver from net/eth.c
1302
1303 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1304
1305commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
1306Author: Ben Warren <biggerbadderben@gmail.com>
1307Date: Sun Aug 31 10:03:22 2008 -0700
1308
1309 Moved initialization of NS8382X Ethernet controller to board_eth_init()
1310
1311 Affected boards:
1312 bc3450
1313 cpci5200
1314 mecp5200
1315 pf2000
1316 icecube
1317 o2dnt
1318 pm520
1319 sandpoint8245
1320 total5200
1321 tqm5200
1322
1323 Removed initialization of the driver from net/eth.c
1324
1325 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1326
1327commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
1328Author: Ben Warren <biggerbadderben@gmail.com>
1329Date: Sun Aug 31 09:59:33 2008 -0700
1330
1331 Moved initialization of TSI108 Ethernet controller to board_eth_init()
1332
1333 Affected boards:
1334 mpc7448hpc2
1335
1336 Removed initialization of the driver from net/eth.c
1337
1338 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1339
1340commit 0b252f50ae218ae15bfb63af44227972686ebc56
1341Author: Ben Warren <biggerbadderben@gmail.com>
1342Date: Sun Aug 31 21:41:08 2008 -0700
1343
1344 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
1345
1346 Affected boards:
1347 hidden_dragon
1348 MPC8544DS
1349 MPC8610HPCN
1350 R2DPLUS
1351 TB0229
1352
1353 Removed initialization of the driver from net/eth.c
1354
1355 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1356
1357commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
1358Author: Ben Warren <biggerbadderben@gmail.com>
1359Date: Sun Aug 31 09:49:42 2008 -0700
1360
1361 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
1362
1363 Affected boards:
1364 linkstation
1365 r7780mp
1366
1367 Removed initialization of the driver from net/eth.c
1368
1369 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1370
1371commit 3ae071e44256144d6c1e3febb65f6c56bd433769
1372Author: Ben Warren <biggerbadderben@gmail.com>
1373Date: Tue Aug 12 22:11:53 2008 -0700
1374
1375 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
1376
1377 Removed at91sam9_eth_initialize() from net/eth.c
1378
1379 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1380
1381commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
1382Author: Ben Warren <biggerbadderben@gmail.com>
1383Date: Sun Aug 31 22:22:04 2008 -0700
1384
1385 Introduce netdev.h header file and remove externs
1386
1387 This addresses all drivers whose initializers have already
1388 been moved to board_eth_init()/cpu_eth_init().
1389
1390 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1391
1392commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
1393Author: Andy Fleming <afleming@freescale.com>
1394Date: Sun Aug 31 16:33:30 2008 -0500
1395
1396 Add pixis_set_sgmii command
1397
1398 The 8544DS and 8572DS platforms support an optional SGMII riser card to
1399 expose ethernet over an SGMII interface. Once the card is in, it is also
1400 necessary to configure the board such that it uses the card, rather than
1401 the on-board ethernet ports. This can either be done by flipping dip switches
1402 on the motherboard, or by modifying registers in the pixis. Either way
1403 requires a reboot.
1404
1405 This adds a command to allow users to choose which ports are routed through
1406 the SGMII card, and which through the onboard ports. It also allows users
1407 to revert to the current switch settings.
1408
1409 This code does not work on the 8572, as the PIXIS is different.
1410
1411 Signed-off-by: Andy Fleming <afleming@freescale.com>
1412 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1413
1414commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
1415Author: Andy Fleming <afleming@freescale.com>
1416Date: Sun Aug 31 16:33:29 2008 -0500
1417
1418 Add SGMII support for the 8544 DS
1419
1420 The 8544 DS has an optional SGMII Riser card, which uses different PHY
1421 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
1422 setup code if so.
1423
1424 Signed-off-by: Andy Fleming <afleming@freescale.com>
1425 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1426
1427commit 652f7c2eef76a1340928bd660845441e932d86a2
1428Author: Andy Fleming <afleming@freescale.com>
1429Date: Sun Aug 31 16:33:28 2008 -0500
1430
1431 Add support for Freescale SGMII Riser Card
1432
1433 The 8544DS and 8572DS systems have an optional SGMII riser card which
1434 exposes new ethernet ports which are connected to the eTSECs via an
1435 SGMII interface. The SGMII PHYs for this board are offset from the standard
1436 PHY addresses, so this code modifies the passed in tsec_info structure to
1437 use the SGMII PHYs on the card, instead.
1438
1439 Signed-off-by: Andy Fleming <afleming@freescale.com>
1440 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1441
1442commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
1443Author: Andy Fleming <afleming@freescale.com>
1444Date: Sun Aug 31 16:33:27 2008 -0500
1445
1446 Add SGMII support to the tsec
1447
1448 Adds support for configuring the TBI to talk properly with the SerDes.
1449
1450 Signed-off-by: Andy Fleming <afleming@freescale.com>
1451 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1452
1453commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
1454Author: Andy Fleming <afleming@freescale.com>
1455Date: Sun Aug 31 16:33:26 2008 -0500
1456
1457 Pass in tsec_info struct through tsec_initialize
1458
1459 The tsec driver contains a hard-coded array of configuration information
1460 for the tsec ethernet controllers. We create a default function that works
1461 for most tsecs, and allow that to be overridden by board code. It creates
1462 an array of tsec_info structures, which are then parsed by the corresponding
1463 driver instance to determine configuration. Also, add regs, miiregs, and
1464 devname fields to the tsec_info structure, so that we don't need the kludgy
1465 "index" parameter.
1466
1467 Signed-off-by: Andy Fleming <afleming@freescale.com>
1468 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1469
1470commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
1471Author: Andy Fleming <afleming@freescale.com>
1472Date: Sun Aug 31 16:33:25 2008 -0500
1473
1474 tsec: Move tsec.h to include/
1475
1476 This is to prepare the way for board code passing in the tsec_info structure
1477
1478 Signed-off-by: Andy Fleming <afleming@freescale.com>
1479 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1480
1481commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
1482Author: Sergei Poselenov <sposelenov@emcraft.com>
1483Date: Fri Jun 6 15:52:44 2008 +0200
1484
1485 PHY: Add support for the M88E1121R Marvell chip.
1486
1487 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1488 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1489 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1490
1491commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
1492Author: Wolfgang Denk <wd@denx.de>
1493Date: Tue Sep 2 21:17:36 2008 +0200
1494
1495 fw_env.c: fix build problems with MTD_VERSION=old
1496
1497 (as needed to support old 2.4 Linux kernel based releases)
1498
1499 Signed-off-by: Wolfgang Denk <wd@denx.de>
1500
1501commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
1502Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1503Date: Mon Sep 1 17:11:26 2008 +0200
1504
1505 device: make device_register() clone the device
1506
1507 This is expected by the callers, but this fact was hidden well within
1508 the old list implementation.
1509
1510 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1511
1512commit c75e772a2f061a508bba28ded1b5bea91f0442b0
1513Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1514Date: Sun Aug 31 23:28:15 2008 +0900
1515
1516 sh: Remove CC line from board's Makefile
1517
1518 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1519
1520commit 468eae0660de6fdfd9999944c536ecc4797bd944
1521Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1522Date: Sun Aug 31 23:25:57 2008 +0900
1523
1524 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
1525
1526 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1527
1528commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
1529Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1530Date: Thu Aug 28 14:50:52 2008 +0900
1531
1532 sh: Add support sh2 to MAKEALL
1533
1534 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1535 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1536
1537commit 6f3d8bb5faa12dbf3031382286784c978df038ee
1538Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1539Date: Thu Aug 28 14:52:23 2008 +0900
1540
1541 sh: Fix compile error rsk7203 board
1542
1543 This boards used old type preprocessor.
1544 This patch fix compile error.
1545
1546 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1547 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1548
1549commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
1550Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1551Date: Thu Aug 28 14:53:31 2008 +0900
1552
1553 sh: Fix compile error sh7785lcr board
1554
1555 This boards used old type preprocessor.
1556 This patch fix compile error.
1557
1558 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1559 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1560
1561commit 6f0da4972e48f99d37bc522814940a6022cd3084
1562Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1563Date: Fri Aug 22 17:39:09 2008 +0900
1564
1565 sh: Renesas Solutions AP325RXA board support
1566
1567 AP325RXA is SH7723's reference board.
1568 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
1569 In this patch, support SCIF, NOR Flash, and Ethernet.
1570
1571 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1572 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1573
1574commit ab09f433b50bb83b5e440c335bc3839ee069e534
1575Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1576Date: Fri Aug 22 17:48:51 2008 +0900
1577
1578 sh: add support Renesas SH7723
1579
1580 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
1581 This patch supports CPU register's header file and SCIF serial driver.
1582
1583 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1584 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1585
1586commit c655fad06ba3fb042dbc667724a40e1a9a091248
1587Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1588Date: Sun Aug 31 23:02:04 2008 +0900
1589
1590 sh: Renesas RSK+ 7203 board support
1591
1592 This adds initial support for the RTE RSK+ SH7203 board.
1593
1594 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1595 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1596
1597commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
1598Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1599Date: Thu Jul 3 23:11:02 2008 +0900
1600
1601 sh: Add support Renesas SH7203 processor
1602
1603 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1604 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1605
1606commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
1607Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1608Date: Sun Aug 31 22:48:33 2008 +0900
1609
1610 sh: Add support SH2/SH2A which is CPU of Renesas Technology
1611
1612 Add support SH2/SH2A basic function.
1613
1614 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1615 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1616
1617commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
1618Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1619Date: Sun Aug 31 22:45:08 2008 +0900
1620
1621 sh: Renesas R0P7785LC0011RL board support
1622
1623 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
1624 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
1625
1626 This patch supports the following functions:
1627 - 128MB DDR2-SDRAM (29-bit address mode only)
1628 - NOR Flash
1629 - USB host
1630 - Ethernet
1631
1632 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1633 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1634
1635commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
1636Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1637Date: Thu Jul 10 19:32:53 2008 +0900
1638
1639 sh: add support for SH7785
1640
1641 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
1642 This patch supports CPU register's header file.
1643
1644 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1645 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1646
1647commit d6e04258be8f2408845468d3cf722a4cf0433445
1648Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1649Date: Sun Aug 31 04:45:42 2008 +0200
1650
1651 davinci: fix remaining dm644x_eth
1652
1653 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1654
1655commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
1656Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1657Date: Sun Aug 31 04:24:56 2008 +0200
1658
1659 fs: Move conditional compilation to Makefile
1660
1661 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1662
1663commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
1664Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1665Date: Sun Aug 31 04:24:55 2008 +0200
1666
1667 devices: merge to list_head
1668
1669 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1670
1671commit ef0255fc75f28655f9681422079287d68a14dbaa
1672Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1673Date: Sun Aug 31 04:24:51 2008 +0200
1674
1675 update linux/list
1676
1677 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1678
1679commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
1680Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1681Date: Sun Aug 31 00:39:48 2008 +0200
1682
1683 smdk6400: add gitignore
1684
1685 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1686
1687commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
1688Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1689Date: Sun Aug 31 00:39:48 2008 +0200
1690
1691 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
1692
1693 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1694
1695commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
1696Author: Guennadi Liakhovetski <lg@denx.de>
1697Date: Sun Aug 31 00:39:47 2008 +0200
1698
1699 smdk6400: remove redundant bootargs definition
1700
1701 Double bootargs setting leads to a duplicated environmant entry.
1702
1703 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1704
1705commit 11edcfe260f20dcea79284a3e95270989d433854
1706Author: Guennadi Liakhovetski <lg@denx.de>
1707Date: Sun Aug 31 00:39:47 2008 +0200
1708
1709 ARM: Add support for S3C6400 based SMDK6400 board
1710
1711 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
1712 driver for it too. The board can also boot from the NOR flash, but due to
1713 hardware limitations it can only address 64KiB on it, which is not enough
1714 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
1715
1716 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1717
1718commit e0056b341069796eaea11eae0fc8eb93a3dceaac
1719Author: Guennadi Liakhovetski <lg@denx.de>
1720Date: Sun Aug 31 00:39:47 2008 +0200
1721
1722 NAND: add NAND driver for S3C64XX
1723
1724 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
1725
1726 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1727
1728commit 3fe7b589f9c7463df39056f8872006a67f56a91c
1729Author: Guennadi Liakhovetski <lg@denx.de>
1730Date: Sun Aug 31 00:39:47 2008 +0200
1731
1732 S3C64XX: remove broken HWFLOW support from the serial driver
1733
1734 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
1735 broken and currently unused. Remove it.
1736
1737 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1738
1739commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
1740Author: Guennadi Liakhovetski <lg@denx.de>
1741Date: Sun Aug 31 00:39:47 2008 +0200
1742
1743 serial: add S3C64XX serial driver
1744
1745 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
1746
1747 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1748
1749commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
1750Author: Guennadi Liakhovetski <lg@denx.de>
1751Date: Sun Aug 31 00:39:46 2008 +0200
1752
1753 USB: Add support for OHCI controller on S3C6400
1754
1755 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
1756 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
1757 it should work too and we could still profit from instruction cache.
1758
1759 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1760
1761commit 9b07773f8883665b002500c190507e9fd99b7181
1762Author: Guennadi Liakhovetski <lg@denx.de>
1763Date: Sun Aug 31 00:39:46 2008 +0200
1764
1765 ARM: Add arm1176 core with S3C6400 SoC
1766
1767 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
1768
1769 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1770
1771commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
1772Author: Sandeep Paulraj <s-paulraj@ti.com>
1773Date: Sun Aug 31 00:39:46 2008 +0200
1774
1775 ARM DaVinci: Changing function names for EMAC driver
1776
1777 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
1778 By replacing all the function names that start with dm644x_* to davinci_*
1779 we make these function more portable. I have tested this change on my EVM.
1780 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
1781 be sending patches that add DaVinci DM6467 support to the list soon.
1782
1783 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1784
1785commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
1786Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
1787Date: Sat Aug 30 23:21:30 2008 +0200
1788
1789 Integrator[AP/CP] - Remove unused file memsetup.S
1790
1791 - memsetup.s is changed/merged to lowlevel_init.S
1792 memsetup.S has a global label memsetup that just returns back to caller
1793 - memsetup global label is changed/merged to lowlevel_init
1794 This label is not called from anywhere.
1795
1796 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
1797
1798commit 89d51d022a63be1a851eda983c8cbce1a044f65f
1799Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1800Date: Wed Aug 27 21:35:52 2008 +0200
1801
1802 ARM DaVinci: Standardize names of directories/files
1803
1804 ARM DaVinci: Standardize names of directories/files.
1805
1806 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1807 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1808
1809commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
1810Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1811Date: Fri Jul 11 15:10:13 2008 -0400
1812
1813 ARM DaVinci: Move common functions to board/davinci/common
1814
1815 ARM DaVinci: Move common functions to board/davinci/common.
1816
1817 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1818
1819commit c2b4b2e4814f4ace9015fdb64132894327400bf0
1820Author: Stefan Roese <sr@denx.de>
1821Date: Fri Aug 29 11:56:49 2008 +0200
1822
1823 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
1824
1825 This function is needed for the new NAND infrastructure. We only need
1826 a dummy implementation though for the NDFC.
1827
1828 Signed-off-by: Stefan Roese <sr@denx.de>
1829
1830commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
1831Author: Stefan Roese <sr@denx.de>
1832Date: Fri Aug 29 12:06:27 2008 +0200
1833
1834 ppc4xx: Increase image size for NAND boot target
1835
1836 This is needed since now with HUSH enabled (amcc-common.h) the image
1837 read from NAND exceeds the previous limit.
1838
1839 Signed-off-by: Stefan Roese <sr@denx.de>
1840
1841commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
1842Author: Ben Warren <biggerbadderben@gmail.com>
1843Date: Thu Aug 28 23:58:30 2008 -0700
1844
1845 Move MPC512x_FEC driver to drivers/net
1846
1847 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1848
1849commit 80b00af01b3c9154774de2936f05a051e92f6a03
1850Author: Ben Warren <biggerbadderben@gmail.com>
1851Date: Thu Aug 28 23:58:29 2008 -0700
1852
1853 Move MPC5xxx_FEC driver to drivers/net
1854
1855 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1856
1857commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
1858Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1859Date: Fri Aug 29 21:53:57 2008 +0200
1860
1861 cmd_terminal: remove no need ifdef
1862
1863 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1864
1865commit 578118bdf122877ae769776be002255be447b4fa
1866Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1867Date: Fri Aug 29 21:53:57 2008 +0200
1868
1869 common/Makefile: order by functionality
1870
1871 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1872
1873commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
1874Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1875Date: Fri Aug 29 21:53:56 2008 +0200
1876
1877 miiphyutil: Move conditional compilation to Makefile
1878
1879 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1880
1881commit 81789c39db3f0f6b621df8c0ec66014d701f368e
1882Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1883Date: Fri Aug 29 21:53:37 2008 +0200
1884
1885 autoscript: Move conditional compilation to Makefile
1886
1887 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1888
1889commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
1890Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1891Date: Fri Aug 29 01:18:11 2008 +0200
1892
1893 crc16: move to lib_generic
1894
1895 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1896
1897commit 55195773eacefb22dd483a3c560ea30a14263ce1
1898Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1899Date: Fri Aug 29 01:18:01 2008 +0200
1900
1901 miiphybb: move to drivers/net/phy
1902
1903 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1904
1905commit e8314035996a9118ac5948df2ff8a2f2161ed67a
1906Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1907Date: Thu Aug 28 12:31:51 2008 +0200
1908
1909 soft_spi: move to drivers/spi
1910
1911 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1912
1913commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
1914Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1915Date: Thu Aug 28 12:31:51 2008 +0200
1916
1917 soft_i2c: move to drivers/i2c
1918
1919 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1920
1921commit 717a222229fdb77703e9174d0eb08a4b41febf49
1922Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1923Date: Thu Aug 28 12:31:48 2008 +0200
1924
1925 gunzip: move to lib_generic
1926
1927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1928
1929commit 52aef8f9ba28b747973bf76741c23db658d5773c
1930Author: Wolfgang Ocker <weo@reccoware.de>
1931Date: Tue Aug 26 19:55:23 2008 +0200
1932
1933 ppc4xx: NAND configuration
1934
1935 Made NAND bank configuration setting a config variable.
1936
1937 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
1938 Signed-off-by: Stefan Roese <sr@denx.de>
1939
1940commit 5bc542a593abc9e974fbd34704af85c37c366c60
1941Author: Victor Gallardo <vgallardo@amcc.com>
1942Date: Thu Aug 28 16:03:28 2008 -0700
1943
1944 ppc4xx: fix UIC external_interrupt hang on UIC0
1945
1946 This patch fixes a UIC external_interrupt hang if critical or non-critical
1947 interrupt is set at the same time as a normal interrupt is set on UIC0.
1948
1949 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
1950 Signed-off-by: Stefan Roese <sr@denx.de>
1951
1952commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
1953Author: Prodyut Hazarika <phazarika@amcc.com>
1954Date: Wed Aug 27 16:39:00 2008 -0700
1955
1956 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
1957
1958 Removed Magic numbers from Initialization preload registers
1959 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
1960 About 5-7% improvement seen for LMBench memtests
1961
1962 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
1963 Signed-off-by: Stefan Roese <sr@denx.de>
1964
1965commit 8a490422bed685c9491274ec997f62061d88620b
1966Author: John Rigby <jrigby@freescale.com>
1967Date: Thu Aug 28 13:17:07 2008 -0600
1968
1969 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
1970
1971 MPC5121 rev 2 silicon has a new register for controlling how long
1972 CS is asserted after deassertion of ALE in multiplexed mode.
1973
1974 The default is to assert CS together with ALE. The alternative
1975 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
1976
1977 The default is wrong for the NOR flash and CPLD on the ADS5121.
1978
1979 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
1980 it does so conditionally based on silicon rev 2.0 or greater.
1981
1982 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
1983 Signed-off-by: John Rigby <jrigby@freescale.com>
1984
1985commit 5d9a5efa4b332f442b54a755d49969123c3a8742
1986Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1987Date: Tue Aug 19 00:56:46 2008 +0600
1988
1989 Add I2C frequency dividers for ColdFire
1990
1991 The existing I2C freqency dividers for FDR does not apply
1992 to ColdFire platforms; thus, a seperate table is added
1993 based on MCF5xxx Reference Manual
1994
1995 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
1996 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1997 Acked-by: Tabi Timur <timur@freescale.com>
1998
1999commit eec567a67e00d1ed8d941e9098b7d421f4091abf
2000Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2001Date: Tue Aug 19 03:01:19 2008 +0600
2002
2003 ColdFire: I2C fix for multiple platforms
2004
2005 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2006
2007commit d53cf6a9c7423cba668b867978648645f71c3090
2008Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2009Date: Tue Aug 19 00:37:13 2008 +0600
2010
2011 ColdFire: Add CONFIG_MII_INIT for M5272C3
2012
2013 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2014
2015commit f78ced3028d4130b24a318943a70cf5584ab16f4
2016Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2017Date: Tue Aug 19 00:26:25 2008 +0600
2018
2019 ColdFire: Multiple fixes for MCF5445x platforms
2020
2021 Add FEC pin set and mii reset in __mii_init(). Change
2022 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
2023 change cfi_offset to 0, and change CFG_FLASH_CFI to
2024 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
2025 M54455EVB env settings in configuration file.
2026
2027 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2028
2029commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
2030Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2031Date: Fri Aug 15 18:24:25 2008 +0000
2032
2033 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
2034
2035 The user manuals recommend 7.
2036
2037 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
2038 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2039
2040commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
2041Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2042Date: Fri Aug 15 16:50:07 2008 +0000
2043
2044 ColdFire: Raise uart baudrate to 115200 bps
2045
2046 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
2047 uart baudrate increase from 19200 to 115200 bps
2048
2049 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2050
2051commit ab6ba842682552ccf071d0034da0a20633d1d1ac
2052Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2053Date: Wed Aug 13 12:07:03 2008 +0000
2054
2055 ColdFire: Fix board.c warning message
2056
2057 Implicit declaration of nand_init() warning message
2058
2059 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2060
2061commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
2062Author: Kumar Gala <galak@kernel.crashing.org>
2063Date: Wed Aug 27 01:10:34 2008 -0500
2064
2065 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
2066
2067 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2068
2069commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
2070Author: Heiko Schocher <hs@denx.de>
2071Date: Thu Aug 21 20:44:49 2008 +0200
2072
2073 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
2074
2075 Signed-off-by: Heiko Schocher <hs@denx.de>
2076
2077commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
2078Author: Kumar Gala <galak@kernel.crashing.org>
2079Date: Tue Aug 19 14:46:36 2008 -0500
2080
2081 mpc85xx: remove redudant code with lib_ppc/interrupts.c
2082
2083 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
2084 not show how that happened, but there is no good reason for it.
2085
2086 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
2087 they exist.
2088
2089 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2090
2091commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
2092Author: Kumar Gala <galak@kernel.crashing.org>
2093Date: Fri Jul 25 13:31:05 2008 -0500
2094
2095 mpc85xx: Add support for the MPC8536DS reference board
2096
2097 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2098 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
2099 Signed-off-by: Dejan Minic <minic@freescale.com>
2100 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2101 Signed-off-by: Dave Liu <daveliu@freescale.com>
2102 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2103
2104commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
2105Author: Kumar Gala <galak@kernel.crashing.org>
2106Date: Tue Aug 12 11:14:19 2008 -0500
2107
2108 mpc85xx: Add support for the MPC8536
2109
2110 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
2111 also have SERDES init code for the 8536.
2112
2113 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2114 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
2115 Signed-off-by: Dejan Minic <minic@freescale.com>
2116 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2117 Signed-off-by: Dave Liu <daveliu@freescale.com>
2118
2119commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
2120Author: Kumar Gala <galak@kernel.crashing.org>
2121Date: Tue Aug 12 11:13:08 2008 -0500
2122
2123 mpc85xx: Add support for the MPC8572DS reference board
2124
2125 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2126
2127commit 457caecdbca3df21a93abff19eab12dbc61b7897
2128Author: Kumar Gala <galak@kernel.crashing.org>
2129Date: Wed Aug 27 01:05:35 2008 -0500
2130
2131 FSL DDR: Remove old SPD support from cpu/mpc85xx
2132
2133 All 85xx boards have been converted to the new code so we can
2134 remove the old SPD DDR setup code.
2135
2136 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2137
2138commit 0e7927db138976469e7257e29c1338050a50fcd9
2139Author: Kumar Gala <galak@kernel.crashing.org>
2140Date: Wed Aug 27 01:04:07 2008 -0500
2141
2142 FSL DDR: Convert STXSSA to new DDR code.
2143
2144 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2145
2146commit c360d9b970fbb9c13744c355879671165bbb9b9e
2147Author: Kumar Gala <galak@kernel.crashing.org>
2148Date: Wed Aug 27 01:03:42 2008 -0500
2149
2150 FSL DDR: Convert STXGP3 to new DDR code.
2151
2152 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2153
2154commit 8e55313b7ae12352a343f9b9962e662dbd897187
2155Author: Kumar Gala <galak@kernel.crashing.org>
2156Date: Tue Aug 26 23:52:58 2008 -0500
2157
2158 FSL DDR: Convert SBC8560 to new DDR code.
2159
2160 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2161
2162commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
2163Author: Kumar Gala <galak@kernel.crashing.org>
2164Date: Tue Aug 26 23:52:32 2008 -0500
2165
2166 FSL DDR: Convert MPC8540EVAL to new DDR code.
2167
2168 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2169
2170commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
2171Author: Kumar Gala <galak@kernel.crashing.org>
2172Date: Tue Aug 26 23:52:07 2008 -0500
2173
2174 FSL DDR: Convert PM856 to new DDR code.
2175
2176 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2177
2178commit d53bd3e17bd4f460257c19255569ea6dcfaae817
2179Author: Kumar Gala <galak@kernel.crashing.org>
2180Date: Tue Aug 26 23:51:49 2008 -0500
2181
2182 FSL DDR: Convert PM854 to new DDR code.
2183
2184 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2185
2186commit 33b9079ba20926f14238fff863b68a98e938948e
2187Author: Kumar Gala <galak@kernel.crashing.org>
2188Date: Tue Aug 26 23:15:28 2008 -0500
2189
2190 FSL DDR: Convert sbc8548 to new DDR code.
2191
2192 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2193
2194commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
2195Author: Kumar Gala <galak@kernel.crashing.org>
2196Date: Tue Aug 26 23:14:14 2008 -0500
2197
2198 FSL DDR: Convert atum8548 to new DDR code.
2199
2200 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2201
2202commit be0bd8234b9777ecd63c4c686f72af070d886517
2203Author: Kumar Gala <galak@kernel.crashing.org>
2204Date: Tue Aug 26 22:56:56 2008 -0500
2205
2206 FSL DDR: Convert socrates to new DDR code.
2207
2208 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2209
2210commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
2211Author: Kumar Gala <galak@kernel.crashing.org>
2212Date: Tue Aug 26 08:02:30 2008 -0500
2213
2214 FSL DDR: Convert MPC8544DS to new DDR code.
2215
2216 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2217
2218commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
2219Author: Jon Loeliger <jdl@freescale.com>
2220Date: Tue Mar 18 13:51:05 2008 -0500
2221
2222 FSL DDR: Convert MPC8568MDS to new DDR code.
2223
2224 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2225 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2226
2227commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
2228Author: Jon Loeliger <jdl@freescale.com>
2229Date: Tue Mar 18 13:51:06 2008 -0500
2230
2231 FSL DDR: Convert MPC8548CDS to new DDR code.
2232
2233 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2234 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2235
2236commit aa11d85cf318b961e029fe50d68ca47d004bce93
2237Author: Jon Loeliger <jdl@freescale.com>
2238Date: Mon Mar 17 15:48:18 2008 -0500
2239
2240 FSL DDR: Convert MPC8541CDS to new DDR code.
2241
2242 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2243 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2244
2245commit 2b40edb10d81da7bba724edbccd7f53777112579
2246Author: Jon Loeliger <jdl@freescale.com>
2247Date: Tue Mar 18 11:12:42 2008 -0500
2248
2249 FSL DDR: Convert MPC8555ADS to new DDR code.
2250
2251 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2252 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2253
2254commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
2255Author: Jon Loeliger <jdl@freescale.com>
2256Date: Tue Mar 18 11:12:44 2008 -0500
2257
2258 FSL DDR: Convert MPC8560ADS to new DDR code.
2259
2260 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2261 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2262
2263commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
2264Author: Kumar Gala <galak@kernel.crashing.org>
2265Date: Fri Jun 6 13:12:18 2008 -0500
2266
2267 FSL DDR: Convert MPC8540ADS to new DDR code.
2268
2269 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2270
2271commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
2272Author: Kumar Gala <galak@kernel.crashing.org>
2273Date: Tue Aug 26 21:34:55 2008 -0500
2274
2275 FSL DDR: Add 85xx specific register setting
2276
2277 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2278
2279commit 6fb1b7346849ccd0c20306143e334f5b76143070
2280Author: Kumar Gala <galak@kernel.crashing.org>
2281Date: Mon Jun 9 11:07:46 2008 -0500
2282
2283 FSL DDR: Add e500 TLB helper for DDR code
2284
2285 Provide a helper function that board code can call to map TLBs when
2286 setting up DDR.
2287
2288 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2289
2290commit d26b739afe5a6760bd345743188759cd9d0f3b47
2291Author: Andrew Dyer <adyer@righthandtech.com>
2292Date: Tue Aug 26 17:03:38 2008 -0500
2293
2294 dm9000 remove dead external phy support, gpio fix
2295
2296 dm9000 has code to detect and initialize external phy parts, but later
2297 on in the code the part is forced to use the internal phy
2298 unconditionally. Remove the unused/untested code.
2299
2300 change the GPIO initialization so that only the GPIO used as an
2301 internal phy reset (hardwired in the chip) is set as an output. The
2302 remaining GPIO need to be handled by board specific code to prevent
2303 possible drive conflicts. Set as inputs for safety.
2304
2305 replace a few magic numbers with defines
2306
2307 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
2308 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2309
2310commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
2311Author: Peter Tyser <ptyser@xes-inc.com>
2312Date: Tue Aug 26 11:17:48 2008 -0500
2313
2314 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
2315
2316 cmd_net.c command descriptions were updated to describe the optional
2317 hostIPaddr argument. The dhcp command help message was also updated
2318 to more closely reflect the other commands in cmd_net.c
2319
2320 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2321 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2322
2323commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
2324Author: Remy Bohmer <linux@bohmer.net>
2325Date: Wed Aug 20 11:30:28 2008 +0200
2326
2327 Fix bogus error message in the DHCP handler
2328
2329 The DHCP handler has 1 state that is not listed in this case, causing a
2330 failure message when there is actually no failure.
2331
2332 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2333 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2334
2335commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
2336Author: Remy Bohmer <linux@bohmer.net>
2337Date: Wed Aug 20 11:30:27 2008 +0200
2338
2339 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
2340
2341 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
2342 missing extern inside the net/bootp.h header
2343
2344 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2345 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2346
2347commit 1803f7f91ff35ca402259065df7557107dcf28a2
2348Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2349Date: Tue Aug 19 21:26:32 2008 +0000
2350
2351 ColdFire: Add FEC Buffer descriptors in SRAM
2352
2353 Add FEC Buffer descriptors and data buffer in SRAM for
2354 faster execution and access.
2355
2356 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2357 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2358
2359commit 429be27ce195210d4b9decf9e867b9ca6155a87d
2360Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2361Date: Thu Aug 21 23:55:11 2008 +0000
2362
2363 Fix ColdFire FEC warning messages
2364
2365 Types mismatch and implicit declaration of icache_invalid()
2366 warning messages
2367
2368 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2369 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2370
2371commit 6a002171098e968bd5b362347d2831224fab6048
2372Author: Ben Warren <biggerbadderben@gmail.com>
2373Date: Sat Jul 12 00:17:50 2008 -0700
2374
2375 Moved initialization of SKGE Ethernet driver to board code.
2376
2377 The only board using this driver is the SL8245 board.
2378 Removed initialization for the driver from net/eth.c
2379
2380 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2381
2382commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
2383Author: Ben Warren <biggerbadderben@gmail.com>
2384Date: Sat Jul 12 00:08:45 2008 -0700
2385
2386 Moved conditional compilation to Makefile for SK98 Ethernet driver
2387
2388 Brute-force removal of #ifdefs. Didn't touch the code.
2389 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2390
2391commit 65d3d99c28dc363d15eaee78225ff643df499b97
2392Author: Ben Warren <biggerbadderben@gmail.com>
2393Date: Fri Jul 11 23:42:19 2008 -0700
2394
2395 Moved initialization of ULI526X Ethernet driver to board code.
2396
2397 The only board using this driver is the Freescale MPC8610HPCD board.
2398 Removed initialization for the driver from net/eth.c
2399
2400 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2401
2402commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
2403Author: Ben Warren <biggerbadderben@gmail.com>
2404Date: Fri Jul 11 23:15:28 2008 -0700
2405
2406 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
2407
2408 Added board_eth_init() function to bf537-stamp board.
2409 Removed initialization for the Blackin EMAC driver from net/eth.c
2410
2411 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2412
2413commit fc363ce35408f348cacced68505f3747a53e3d7c
2414Author: Ben Warren <biggerbadderben@gmail.com>
2415Date: Wed Jul 9 01:04:19 2008 -0700
2416
2417 Moved initialization of GRETH Ethernet driver to CPU directory
2418
2419 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
2420 removed code from net/eth.c
2421
2422 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2423
2424commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
2425Author: Ben Warren <biggerbadderben@gmail.com>
2426Date: Tue Aug 26 22:16:25 2008 -0700
2427
2428 Moved initialization of MCFFEC Ethernet driver to CPU directory
2429
2430 Added a cpu_eth_init() function to coldfire CPU directories and
2431 removed code from net/eth.c
2432
2433 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2434
2435commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
2436Author: Ben Warren <biggerbadderben@gmail.com>
2437Date: Tue Aug 26 22:12:36 2008 -0700
2438
2439 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
2440
2441 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
2442 removed code from net/eth.c
2443
2444 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2445
2446commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
2447Author: Kumar Gala <galak@kernel.crashing.org>
2448Date: Tue Aug 26 15:01:38 2008 -0500
2449
2450 FSL DDR: Remove old SPD support from cpu/mpc86xx
2451
2452 All 86xx boards have been converted to the new code so we can
2453 remove the old SPD DDR setup code.
2454
2455 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2456
2457commit 9bd4e5911b750837515466bc7449087698b88e0e
2458Author: Kumar Gala <galak@kernel.crashing.org>
2459Date: Tue Aug 26 15:01:37 2008 -0500
2460
2461 FSL DDR: Convert SBC8641D to new DDR code.
2462
2463 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2464
2465commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
2466Author: Jon Loeliger <jdl@freescale.com>
2467Date: Tue Aug 26 15:01:36 2008 -0500
2468
2469 FSL DDR: Convert MPC8610HPCD to new DDR code.
2470
2471 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2473
2474commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
2475Author: Kumar Gala <galak@kernel.crashing.org>
2476Date: Tue Aug 26 15:01:35 2008 -0500
2477
2478 FSL DDR: Convert MPC8641HPCN to new DDR code.
2479
2480 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2481 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2482
2483commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
2484Author: Kumar Gala <galak@kernel.crashing.org>
2485Date: Tue Aug 26 15:01:34 2008 -0500
2486
2487 FSL DDR: Add 86xx specific register setting
2488
2489 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2490
2491commit 233fdd502a6c227f476212b3097653ad48d7e254
2492Author: Kumar Gala <galak@kernel.crashing.org>
2493Date: Tue Aug 26 15:01:32 2008 -0500
2494
2495 FSL DDR: Add DDR2 DIMM paramter support
2496
2497 Compute DIMM parameters based upon the SPD information.
2498
2499 Signed-off-by: James Yang <James.Yang@freescale.com>
2500 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2501 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2502
2503commit 05c05a2363a6ac11e0e405926034546ffad71fad
2504Author: Kumar Gala <galak@kernel.crashing.org>
2505Date: Tue Aug 26 15:01:30 2008 -0500
2506
2507 FSL DDR: Add DDR1 DIMM paramter support
2508
2509 Compute DIMM parameters based upon the SPD information in spd.
2510
2511 Signed-off-by: James Yang <James.Yang@freescale.com>
2512 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2513 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2514
2515commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
2516Author: Kumar Gala <galak@kernel.crashing.org>
2517Date: Tue Aug 26 15:01:29 2008 -0500
2518
2519 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
2520
2521 The main purpose of this rewrite it to be able to share the same
2522 initialization code on all FSL PowerPC products that have DDR
2523 controllers. (83xx, 85xx, 86xx).
2524
2525 The code is broken up into the following steps:
2526 GET_SPD
2527 COMPUTE_DIMM_PARMS
2528 COMPUTE_COMMON_PARMS
2529 GATHER_OPTS
2530 ASSIGN_ADDRESSES
2531 COMPUTE_REGS
2532 PROGRAM_REGS
2533
2534 This allows us to share more code an easily allow for board specific code
2535 overrides.
2536
2537 Additionally this code base adds support for >4G of DDR and provides a
2538 foundation for supporting interleaving on processors with more than one
2539 controller.
2540
2541 Signed-off-by: James Yang <James.Yang@freescale.com>
2542 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2543 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2544 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2545 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2546
2547commit f784e32b4bce0013983506b11af4b85b8ca3d36e
2548Author: Kumar Gala <galak@kernel.crashing.org>
2549Date: Tue Aug 26 15:01:28 2008 -0500
2550
2551 FSL DDR: Provide a generic set_ddr_laws()
2552
2553 Provide a helper function that will setup the last available
2554 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
2555
2556 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2557
2558commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
2559Author: James Yang <James.Yang@freescale.com>
2560Date: Tue Aug 26 15:01:27 2008 -0500
2561
2562 Add proper SPD definitions for DDR1/2/3
2563
2564 Also adds helper functions for DDR1/2 to verify the checksum.
2565
2566 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2567
2568commit 285db74716c724ae8a0ff177878fd09a74428c7b
2569Author: Wolfgang Denk <wd@denx.de>
2570Date: Wed Aug 27 01:02:48 2008 +0200
2571
2572 Update CHANGELOG
2573
2574 Signed-off-by: Wolfgang Denk <wd@denx.de>
2575
285db747
WD
2576commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
2577Author: Heiko Schocher <hs@denx.de>
2578Date: Tue Aug 19 10:08:49 2008 +0200
2579
2580 Add support for muas3001 board (MPC8270)
2581
2582 Signed-off-by: Heiko Schocher <hs@denx.de>
2583
2584commit 322098bff32410d2a00031649b47c4ec90a66d9a
2585Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
2586Date: Tue Aug 19 08:31:18 2008 +0530
2587
2588 common/cmd_load.c cleanup - remove unused variables
2589
2590 - Remove unused global variable os_data_count.
2591 - Remove unused variable z.
2592
2593 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
2594
2595commit 306620b762a4f9fa6678568ad2e8772dec145208
2596Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2597Date: Mon Aug 18 13:35:27 2008 +0200
2598
2599 remove MVS1 board
2600
2601 MVS1 board has reached end-of-life and can be removed completely.
2602
2603 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2604
2605commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
2606Author: Kumar Gala <galak@kernel.crashing.org>
2607Date: Fri Aug 15 08:24:45 2008 -0500
2608
2609 bootm: refactor do_reset and os boot function args
2610
2611 There is no need for each OS specific function to call do_reset() we
2612 can just do it once in bootm. This means its feasible on an error for
2613 the OS boot function to return.
2614
2615 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
2616 functions. flag isn't currently used but might be in the future so
2617 we left it alone.
2618
2619 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2620
2621commit 40afac22a9c602e55c501c800f1c064324711b56
2622Author: Kumar Gala <galak@kernel.crashing.org>
2623Date: Fri Aug 15 08:24:44 2008 -0500
2624
2625 fdt: Added resize command
2626
2627 Resize the fdt to size + padding to 4k boundary
2628
2629 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2630
2631commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
2632Author: Kumar Gala <galak@kernel.crashing.org>
2633Date: Fri Aug 15 08:24:43 2008 -0500
2634
2635 fdt: refactor initrd related code
2636
2637 Created a new fdt_initrd() to deal with setting the initrd properties
2638 in the device tree and fixing up the mem reserve. We can use this
2639 both in the choosen node handling and lets us remove some duplicated
2640 code when we fixup the initrd info in bootm on PPC.
2641
2642 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2643
2644commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
2645Author: Kumar Gala <galak@kernel.crashing.org>
2646Date: Fri Aug 15 08:24:42 2008 -0500
2647
2648 fdt: refactor fdt resize code
2649
2650 Move the fdt resizing code out of ppc specific boot code and into
2651 common fdt support code.
2652
2653 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2654
2655commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
2656Author: Kumar Gala <galak@kernel.crashing.org>
2657Date: Fri Aug 15 08:24:41 2008 -0500
2658
2659 bootm: refactor image detection and os load steps
2660
2661 Created a bootm_start() that handles the parsing and detection of all
2662 the images that will be used by the bootm command (OS, ramdisk, fdt).
2663 As part of this we now tract all the relevant image offsets in the
2664 bootm_headers_t struct. This will allow us to have all the needed
2665 state for future sub-commands and lets us reduce a bit of arch
2666 specific code on SPARC.
2667
2668 Created a bootm_load_os() that deals with decompression and loading
2669 the OS image.
2670
2671 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2672
2673commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
2674Author: Kumar Gala <galak@kernel.crashing.org>
2675Date: Fri Aug 15 08:24:40 2008 -0500
2676
2677 bootm: move lmb into the bootm_headers_t structure
2678
2679 To allow for persistent state between future bootm subcommands we
2680 need the lmb to exist in a global state.
2681 Moving it into the bootm_headers_t allows us to do that.
2682
2683 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2684
2685commit 54f9c86691309b2f919f567f9255b8bcad2c7651
2686Author: Kumar Gala <galak@kernel.crashing.org>
2687Date: Fri Aug 15 08:24:39 2008 -0500
2688
2689 bootm: Set working fdt address as part of the bootm flow
2690
2691 Set the fdt working address so "fdt FOO" commands can be used as part
2692 of the bootm flow. Also set an the environment variable "fdtaddr"
2693 with the value.
2694
2695 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2696
2697commit 06a09918f3903450313e2047a9cc258bf5872f46
2698Author: Kumar Gala <galak@kernel.crashing.org>
2699Date: Fri Aug 15 08:24:38 2008 -0500
2700
2701 bootm: refactor fdt locating and relocation code
2702
2703 Move the code that handles finding a device tree blob and relocating
2704 it (if needed) into common code so all arch's have access to it.
2705
2706 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2707
2708commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
2709Author: Kumar Gala <galak@kernel.crashing.org>
2710Date: Fri Aug 15 08:24:37 2008 -0500
2711
2712 bootm: refactor ramdisk locating code
2713
2714 Move determing if we have a ramdisk and where its located into the
2715 common code. Keep track of the ramdisk start and end in the
2716 bootm_headers_t image struct.
2717
2718 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2719
2720commit c160a9544743e80e8889edb2275538e7764ce334
2721Author: Kumar Gala <galak@kernel.crashing.org>
2722Date: Fri Aug 15 08:24:36 2008 -0500
2723
2724 bootm: refactor entry point code
2725
2726 Move entry point code out of each arch and into common code.
2727 Keep the entry point in the bootm_headers_t images struct.
2728
2729 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2730
2731commit 20220d22b9f41446288588cd2e457e0077a18bed
2732Author: Randy Vinson <rvinson@mvista.com>
2733Date: Wed Aug 13 11:44:57 2008 -0700
2734
2735 mpc7448hpc2: Fix PCI I/O space mapping.
2736
2737 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
2738 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
2739 space such that 0xFA000000 in the processor's address space maps to 0
2740 on the PCI I/O bus.
2741
2742 Signed-off-by Randy Vinson <rvinson@mvista.com>
2743 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
2744
2745commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
2746Author: Guennadi Liakhovetski <lg@denx.de>
2747Date: Wed Aug 13 18:10:26 2008 +0200
2748
2749 i.MX31: Specify maintainers for i.MX31-based boards
2750
2751 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2752 Signed-off-by: Wolfgang Denk <wd@denx.de>
2753
2754commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
2755Author: Wolfgang Denk <wd@denx.de>
2756Date: Tue Aug 26 15:01:28 2008 +0200
2757
2758 ADS5121: adjust image addresses in RAM and flash
2759
2760 Use the same mapping in flash as used by Linux
2761
2762 Signed-off-by: Wolfgang Denk <wd@denx.de>
2763
2764commit 19f101412c16edee9fd55db4039e1d68a833b28b
2765Author: Wolfgang Denk <wd@denx.de>
2766Date: Tue Aug 26 13:14:34 2008 +0200
2767
2768 cmd_mem.c: Fix help message alignment
2769
2770 Bug was introced by "Big white-space cleanup" (53677ef1)
2771
2772 Signed-off-by: Wolfgang Denk <wd@denx.de>
2773
2774commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
2775Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2776Date: Wed Aug 20 11:11:52 2008 +0200
2777
2778 change mvBL-M7 default env and move to vendor subdir
2779
2780 fix mvBL-M7 config and move to matrix_vision subdir
2781
2782 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2783 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2784
2785commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
2786Author: Nick Spence <nick.spence@freescale.com>
2787Date: Fri Aug 22 23:52:40 2008 -0700
2788
2789 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
2790
2791 This patch adds elements to the 83xx sysconf structure and #define values that are used
2792 by mpc83xx family devices.
2793
2794 Signed-off-by: Nick Spence <nick.spence@freescale.com>
2795 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2796
2797commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
2798Author: Ira W. Snyder <iws@ovro.caltech.edu>
2799Date: Fri Aug 22 11:00:15 2008 -0700
2800
2801 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
2802
2803 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
2804 PCI card rather than a host computer.
2805
2806 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
2807 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2808
2809commit 4ff9aea9d6b5602683a920951ef896996438af62
2810Author: Ira W. Snyder <iws@ovro.caltech.edu>
2811Date: Fri Aug 22 11:00:14 2008 -0700
2812
2813 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
2814
2815 This adds a helper function to unlock the PCI configuration bit, so that
2816 any extra PCI setup (such as outbound windows, etc.) can be done after
2817 using the 83XX_GENERIC_PCI code to set up the PCI bus.
2818
2819 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
2820 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2821
2822commit 162338e1fcde231ca4d562e5ebd7859456731691
2823Author: Ira W. Snyder <iws@ovro.caltech.edu>
2824Date: Fri Aug 22 11:00:13 2008 -0700
2825
2826 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
2827
2828 Change the MPC8349EMDS board to use the generic PCI initialization code
2829 for the mpc83xx cpu.
2830
2831 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
2832 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2833
2834commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
2835Author: Kim Phillips <kim.phillips@freescale.com>
2836Date: Mon Aug 25 14:53:09 2008 -0500
2837
2838 fix out of tree building
2839
2840 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2841
2842commit a49d10cf027d059ee15c262010a05cdaec0961e1
2843Author: Wolfgang Denk <wd@denx.de>
2844Date: Mon Aug 25 23:45:41 2008 +0200
2845
2846 Minor coding style cleanup, updte CHANGELOG
2847
2848 Signed-off-by: Wolfgang Denk <wd@denx.de>
2849
a49d10cf
WD
2850commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
2851Author: Stefan Roese <sr@denx.de>
2852Date: Wed Aug 20 20:29:38 2008 +0200
2853
2854 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
2855
2856 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
2857 to combine both config options into one line. This even allows defining
2858 both options and not generating the target object twice.
2859
2860 Signed-off-by: Stefan Roese <sr@denx.de>
2861
2862commit 079edb913dbae147b50a488cf02e03f473fc5f28
2863Author: Jens Gehrlein <sew_s@tqs.de>
2864Date: Fri Jul 4 16:50:05 2008 +0200
2865
2866 MX31: fix bit masks in function mx31_decode_pll()
2867
2868 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
2869
2870 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
2871
2872commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
2873Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
2874Date: Mon Aug 25 11:11:34 2008 +0200
2875
2876 Correct ARM Versatile Timer Initialization
2877
2878 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
2879 -- Timer Value Register @ TIMER Base + 4 is Read-only.
2880 -- Prescale Value (Bits 3-2 of TIMER Control register)
2881 can only be one of 00,01,10. 11 is undefined.
2882 -- CFG_HZ for Versatile board is set to
2883 #define CFG_HZ (1000000 / 256)
2884 So Prescale bits is set to indicate
2885 - 8 Stages of Prescale, Clock divided by 256
2886 - The Timer Control Register has one Undefined/Shouldn't Use Bit
2887 So we should do read/modify/write Operation
2888
2889 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
2890
2891commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
2892Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
2893Date: Mon Aug 25 11:30:29 2008 +0200
2894
2895 Add ARM AMBA PL031 RTC Support
2896
2897 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
2898
2899commit e39411674669cc880e1ec4a8ca4794fb15c33a45
2900Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2901Date: Tue Aug 19 16:21:03 2008 -0400
2902
2903 ARM DaVinci: Removed redundant NAND initialization code.
2904
2905 ARM DaVinci: Removed redundant NAND initialization code.
2906
2907 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2908
2909commit b3fb663b20d995ca41327db877ddb168279b3f62
2910Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2911Date: Tue Aug 19 16:21:00 2008 -0400
2912
2913 ARM DaVinci: Fix compilation error with new MTD code.
2914
2915 ARM DaVinci: Fix compilation error with new MTD code.
2916
2917 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2918
2919commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
2920Author: Gerald Van Baren <vanbaren@cideas.com>
2921Date: Fri Aug 22 14:37:05 2008 -0400
2922
2923 Add note on dereferencing /aliases pointers
2924
2925 Replace the "must quote special characters" note with a hint on
2926 how to dereference /aliases pointers by omitting the leading "/".
2927 This feature was introduced by Kumar Gala as a libfdt enhancement
2928 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
2929
2930 Example:
2931
2932 => fdt print /aliases
2933 aliases {
2934 ethernet0 = "/qe@e0100000/ucc@2000";
2935 ethernet1 = "/qe@e0100000/ucc@3000";
2936 serial0 = "/soc8360@e0000000/serial@4500";
2937 serial1 = "/soc8360@e0000000/serial@4600";
2938 pci0 = "/pci@e0008500";
2939 };
2940 => fdt print ethernet0
2941 ucc@2000 {
2942 device_type = "network";
2943 compatible = "ucc_geth";
2944 cell-index = <0x1>;
2945 reg = <0x2000 0x200>;
2946 interrupts = <0x20>;
2947 interrupt-parent = <0x2>;
2948 local-mac-address = [00 00 00 00 00 00];
2949 rx-clock-name = "none";
2950 tx-clock-name = "clk9";
2951 phy-handle = <0x3>;
2952 phy-connection-type = "rgmii-id";
2953 pio-handle = <0x4>;
2954 };
2955
2956 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2957
2958commit feeca3f578b7f53c032ba203698751c982f8bf5a
2959Author: Kumar Gala <galak@kernel.crashing.org>
2960Date: Thu Aug 14 08:28:19 2008 -0500
2961
2962 libfdt: Add support for using aliases in fdt_path_offset()
2963
2964 If the path doesn't start with '/' check to see if it matches some alias
2965 under "/aliases" and substitute the matching alias value in the path
2966 and retry the lookup.
2967
2968 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2969 Acked-by: David Gibson <david@gibson.dropbear.id.au>
2970 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
2971
2972commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
2973Author: David Gibson <david@gibson.dropbear.id.au>
2974Date: Wed Aug 6 14:50:49 2008 +1000
2975
2976 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
2977
2978 As well as fdt_subnode_offset(), libfdt includes an
2979 fdt_subnode_offset_namelen() function that takes the subnode name to
2980 look up not as a NUL-terminated string, but as a string with an
2981 explicit length. This can be useful when the caller has the name as
2982 part of a longer string, such as a full path.
2983
2984 However, we don't have corresponding 'namelen' versions for
2985 fdt_get_property() and fdt_getprop(). There are less obvious use
2986 cases for these variants on property names, but there are
2987 circumstances where they can be useful e.g. looking up property names
2988 which need to be parsed from a longer string buffer such as user input
2989 or a configuration file, or looking up an alias in a path with
2990 IEEE1275 style aliases.
2991
2992 So, since it's very easy to implement such variants, this patch does
2993 so. The original NUL-terminated variants are, of course, implemented
2994 in terms of the namelen versions.
2995
2996 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2997
2998commit f171746f701ea58bf6a53e835b53d2aaebee0d81
2999Author: David Gibson <david@gibson.dropbear.id.au>
3000Date: Tue Jul 29 14:51:22 2008 +1000
3001
3002 libfdt: Forgot one function when cleaning the namespace
3003
3004 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
3005 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
3006 chance of collisions with things from whatever package libfdt is
3007 embedded in, pulled into the libfdt build via that environment's
3008 libfdt_env.h.
3009
3010 Except... I missed one. This patch applies the same treatment to
3011 _stringlist_contains(). While we're at it, also make it static since
3012 it's only used in the same file.
3013
3014 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3015
3016commit 46390da15411351fc3b498bd8c1615f78fe80df0
3017Author: Wolfram Sang <w.sang@pengutronix.de>
3018Date: Wed Jul 9 11:22:44 2008 +0200
3019
3020 libfdt: Improve documentation in libfdt.h
3021
3022 Fix a few typos and mistakes.
3023
3024 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
3025 Acked-by: David Gibson <david@gibson.dropbear.id.au>
3026
3027commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
3028Author: David Gibson <david@gibson.dropbear.id.au>
3029Date: Wed Jul 9 14:10:24 2008 +1000
3030
3031 libfdt: Increase namespace-pollution paranoia
3032
3033 libfdt is supposed to easy to embed in projects all and sundry.
3034 Often, it won't be practical to separate the embedded libfdt's
3035 namespace from that of the surrounding project. Which means there can
3036 be namespace conflicts between even libfdt's internal/static functions
3037 and functions or macros coming from the surrounding project's headers
3038 via libfdt_env.h.
3039
3040 This patch, therefore, renames a bunch of libfdt internal functions
3041 and macros and makes a few other chances to reduce the chances of
3042 namespace collisions with embedding projects. Specifically:
3043 - Internal functions (even static ones) are now named _fdt_*()
3044
3045 - The type and (static) global for the error table in
3046 fdt_strerror() gain an fdt_ prefix
3047
3048 - The unused macro PALIGN is removed
3049
3050 - The memeq and streq macros are removed and open-coded in the
3051 users (they were only used once each)
3052
3053 - Other macros gain an FDT_ prefix
3054
3055 - To save some of the bulk from the previous change, an
3056 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
3057 FDT_ALIGN(x, FDT_TAGSIZE)
3058
3059 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3060
3061commit c66830263af19831f2b7db307f79d1943febf7f9
3062Author: David Gibson <david@gibson.dropbear.id.au>
3063Date: Mon Jul 7 10:14:15 2008 +1000
3064
3065 dtc: Enable and fix -Wcast-qual warnings
3066
3067 Enabling -Wcast-qual warnings in dtc shows up a number of places where
3068 we are incorrectly discarding a const qualification. There are also
3069 some places where we are intentionally discarding the 'const', and we
3070 need an ugly cast through uintptr_t to suppress the warning. However,
3071 most of these are pretty well isolated with the *_w() functions. So
3072 in the interests of maximum safety with const qualifications, this
3073 patch enables the warnings and fixes the existing complaints.
3074
3075 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3076 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
3077
3078commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
3079Author: David Gibson <david@gibson.dropbear.id.au>
3080Date: Mon Jul 7 10:10:48 2008 +1000
3081
3082 dtc: Enable and fix -Wpointer-arith warnings
3083
3084 This patch turns on the -Wpointer-arith option in the dtc Makefile,
3085 and fixes the resulting warnings due to using (void *) in pointer
3086 arithmetic. While convenient, pointer arithmetic on void * is not
3087 portable, so it's better that we avoid it, particularly in libfdt.
3088
3089 Also add necessary definition of uintptr_t needed by David Gibson's
3090 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
3091 comes from stdint.h, which u-boot doesn't have). -- gvb
3092
3093 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3094 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3095
3096commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
3097Author: Tirumala R Marri <tmarri@amcc.com>
3098Date: Thu Aug 21 21:54:53 2008 -0700
3099
3100 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
3101
3102 During recent PCI-E tests it has been found that current
3103 driverl level and de-emphasis values are not set correctly.
3104 After sweeping throgh all de-ephasis values, it was found that
3105 0x130 is a right value. Where 0x13 is driver level and 0 is
3106 de-emphasis.
3107
3108 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
3109 Signed-off-by: Stefan Roese <sr@denx.de>
3110
3111commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
3112Author: Remy Bohmer <linux@bohmer.net>
3113Date: Wed Aug 20 20:46:56 2008 +0200
3114
3115 Make the YAFFS filesystem work
3116
3117 Recently the YAFFS filesystem support has been added to U-boot.
3118 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
3119
3120 ymount will generate an exception (when dereferencing mtd->readoob()), because
3121 the genericDevice is a null pointer. Further, a lot of logging is produced
3122 while using YAFFS fs, so logging should also be disabled.
3123 Both issues are solved by this patch.
3124
3125 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
3126 in U-boot, as well as in Linux.
3127
3128 Tested on a Atmel AT91SAM9261EK board.
3129
3130 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3131 Acked-by: William Juul <william.juul@tandberg.com>
3132 Signed-off-by: Scott Wood <scottwood@freescale.com>
3133
3134commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
3135Author: Kyungmin Park <kmpark@infradead.org>
3136Date: Tue Aug 19 08:42:53 2008 +0900
3137
3138 Fix OneNAND read_oob/write_oob functions compatability
3139
3140 Also sync with kernel OneNAND codes
3141
3142 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3143 Signed-off-by: Scott Wood <scottwood@freescale.com>
3144
3145commit 8d765456c1d33f2010d2717ee58de7647fdc6346
3146Author: Scott Wood <scottwood@freescale.com>
3147Date: Mon Aug 18 17:11:20 2008 -0500
3148
3149 NAND: Remove delay from nand_boot_fsl_elbc.c.
3150
3151 It was for debugging purposes, and shouldn't have been left in.
3152
3153 Signed-off-by: Scott Wood <scottwood@freescale.com>
3154
3155commit f556483734126793522fb7a8cf36af90da78f084
3156Author: Stefan Roese <sr@denx.de>
3157Date: Thu Aug 21 11:05:03 2008 +0200
3158
3159 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
3160
3161 This patch fixes some minor issues introduced with the patch:
3162 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
3163
3164 - Rework memory-queue and PLB arbiter optimization code, that the
3165 local variable is not needed anymore. This removes one #ifdef.
3166 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
3167 of XXX+ 0x01). This was not introduced by Prodyut, just a
3168 copy-paste problem.
3169
3170 Signed-off-by: Stefan Roese <sr@denx.de>
3171
3172commit 079589bcfb24ba11068460276a3cc9549ab5346f
3173Author: Prodyut Hazarika <phazarika@amcc.com>
3174Date: Wed Aug 20 09:38:51 2008 -0700
3175
3176 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
3177 PPC405EX and PPC460EX/GT/SX
3178
3179 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
3180 processors
3181 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
3182 across processors (405 and 440/460)
3183 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
3184 processors
3185 - Add register bit definitions for Memory Queue Configuration registers
3186
3187 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
3188 Signed-off-by: Stefan Roese <sr@denx.de>
3189
3190commit ba37aa03287c5483c61c0a3e320c8888bee0143a
3191Author: Kumar Gala <galak@kernel.crashing.org>
3192Date: Tue Aug 19 15:41:18 2008 -0500
3193
3194 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
3195
3196 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
3197 instead of bd->bi_enetaddr, bi_enet1addr, etc.
3198
3199 This makes the code a bit more flexible to the number of ethernet
3200 interfaces.
3201
3202 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3203
3204commit 4cacf7c64609839f809e2f9c45873f1d65861703
3205Author: Stefan Roese <sr@denx.de>
3206Date: Tue Aug 19 14:57:55 2008 +0200
3207
3208 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
3209
3210 This patch changes the debug_printf() marco for U-Boot in hush.c and
3211 moves the definition of DEBUG_SHELL to a place that is actually compiled
3212 under U-Boot.
3213
3214 Signed-off-by: Stefan Roese <sr@denx.de>
3215
3216commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
3217Author: Heiko Schocher <hs@denx.de>
3218Date: Tue Aug 19 09:57:41 2008 +0200
3219
3220 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
3221
3222 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
3223 missed a few boards:
3224 include/configs/M5253DEMO.h
3225 include/configs/ml507.h
3226 include/configs/redwood.h
3227
3228 This patch fixes this.
3229
3230 Signed-off-by: Heiko Schocher <hs@denx.de>
3231
3232commit 0768b7a872964085eece8d5e9fec9175e9deb161
3233Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3234Date: Mon Aug 18 13:41:27 2008 +0200
3235
3236 Consolidate strmhz() implementation
3237
3238 ARM, i386, m68k and ppc all have identical implementations of strmhz().
3239 Other architectures don't provide this function at all.
3240
3241 This patch moves strmhz() into lib_generic, reducing code duplication
3242 and providing a more unified API across architectures.
3243
3244 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3245
3246commit a928d0df211f1d829308d335d19be3ca42558dfc
3247Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3248Date: Mon Aug 18 12:02:51 2008 +0200
3249
3250 fix mvbc_p board build warnings
3251
3252 fix build warnings @ mvBC-P board by using correct types, i.e. change
3253 out_be32 to out_be16 and out_8 accordingly.
3254
3255 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3256
3257commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
3258Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3259Date: Sat Aug 16 18:54:27 2008 +0200
3260
3261 Makefile: fix posix support on find
3262
3263 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3264
3265commit bef92e215d945cc574399c1a1b00a3a76d35aa03
3266Author: Axel Beierlein <belatronix@web.de>
3267Date: Sat Aug 16 00:30:48 2008 +0200
3268
3269 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
3270
3271 Tested with TQM5200S on STK52XX.200 Board
3272
3273 Signed-off-by: Axel Beierlein <belatronix@web.de>
3274
3275commit 0800707b6d5041a840a65d556032c15c584b55f8
3276Author: Peter Tyser <ptyser@xes-inc.com>
3277Date: Fri Aug 15 14:36:32 2008 -0500
3278
3279 mod_i2c_mem() bugfix
3280
3281 The last used chip, address, and address length were not being
3282 stored for the imm and imn commands.
3283
3284 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3285
3286commit 4afbef967275b2f636abae86f91b81becee7ad03
3287Author: Steven A. Falco <sfalco@harris.com>
3288Date: Fri Aug 15 15:37:31 2008 -0400
3289
3290 Fix typo in spelling of ATAPI.
3291
3292 Correct a small spelling mistake.
3293
3294 Signed-off-by: Steven A. Falco <sfalco@harris.com>
3295
3296commit 36c2d3062ecc6ab85f8e237180eb134464c48418
3297Author: Steven A. Falco <sfalco@harris.com>
3298Date: Fri Aug 15 15:34:10 2008 -0400
3299
3300 Add a hook to allow board-specific PIO mode setting.
3301
3302 This patch adds a hook whereby a board-specific routine can be called to
3303 configure hardware for a PIO mode. The prototype for the board-specific
3304 routine is:
3305
3306 int inline ide_set_piomode(int pio_mode)
3307
3308 ide_set_piomode should be prepared to configure hardware for a pio_mode
3309 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
3310
3311 Signed-off-by: Steven A. Falco <sfalco@harris.com>
3312
3313commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
3314Author: Steven A. Falco <sfalco@harris.com>
3315Date: Fri Aug 15 15:29:12 2008 -0400
3316
3317 Replace enums in ata.h with an include of libata.h
3318
3319 This patch removes some enums from ata.h and replaces them with an
3320 include of libata.h. This way, we eliminate duplicated code, and
3321 prevent errors whereby the different versions could be out of sync.
3322
3323 Signed-off-by: Steven A. Falco <sfalco@harris.com>
3324
3325commit 0de0afbca865ecf482b4d2b635236746def8518f
3326Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3327Date: Fri Aug 15 18:32:41 2008 +0200
3328
3329 coldfire: fix CFI drivers activation with new macro
3330
3331 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
3332
3333 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3334
3335commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
3336Author: Kumar Gala <galak@kernel.crashing.org>
3337Date: Fri Aug 15 08:24:35 2008 -0500
3338
3339 fdt: fdt addr w/o any args reports back the current working address
3340
3341 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3342
3343commit f953d99fd528a496b400a706b511eaf8e3ea66af
3344Author: Kumar Gala <galak@kernel.crashing.org>
3345Date: Fri Aug 15 08:24:34 2008 -0500
3346
3347 fdt: added the ability to set initrd start/end via chosen command
3348
3349 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3350
3351commit ffa4bafacaef67058463b3d7d0099ced57569dd2
3352Author: Kumar Gala <galak@kernel.crashing.org>
3353Date: Fri Aug 15 08:24:33 2008 -0500
3354
3355 Add command to enable/disable interrupts
3356
3357 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3358
3359commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
3360Author: Nick Spence <nick.spence@freescale.com>
3361Date: Tue Aug 19 22:21:16 2008 -0700
3362
3363 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
3364
3365 This patch fixes a missing vendor code in the flash_real_protect() function.
3366
3367 Signed-off-by: Nick Spence <nick.spence@freescale.com>
3368 Signed-off-by: Stefan Roese <sr@denx.de>
3369
3370commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
3371Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3372Date: Tue Aug 19 16:53:39 2008 +0000
3373
3374 CFI: Fix AMD Legacy sector protect
3375
3376 New implement sector lock and unlock or softlock commands
3377 do not exist in AMD legacy flash. Thus, causing issue
3378 when erasing AMD legacy flash (such as lv040)
3379
3380 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3381 Signed-off-by: Stefan Roese <sr@denx.de>
3382
3383commit 492671404140f09d5b21b3d2ce4e362c0692c069
3384Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3385Date: Wed Aug 20 09:40:16 2008 +0200
3386
3387 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
3388
3389 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
3390
3391 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3392
3393commit 33eac2b3d946fc998a09245dfe54d017079b9056
3394Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3395Date: Wed Aug 20 09:28:36 2008 +0200
3396
3397 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
3398
3399 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3400
3401commit 25da0b84195fdda89a943b2d25757db5afeef5b8
3402Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3403Date: Wed Aug 20 09:27:37 2008 +0200
3404
3405 favr-32-ezkit: Fix printf format warnings
3406
3407 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3408
3409commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
3410Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3411Date: Fri Aug 15 12:04:25 2008 +0200
3412
3413 MAINTAINERS: Sort avr32 section alphabetically
3414
3415 The rest of the MAINTAINERS file appears to be sorted
3416 almost-alphabetically, but entries for the newly added AVR32 boards were
3417 added somewhat randomly. This patch sorts the list alphabetically again.
3418
3419 Also update my e-mail address. The old one still works, but it may not
3420 work forever.
3421
3422 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3423
3424commit 13b50fe3bc065c48911fa373231421280855a9d6
3425Author: Mark Jackson <mpfj@mimc.co.uk>
3426Date: Wed Jul 30 13:07:27 2008 +0100
3427
3428 avr32: Add MIMC200 board
3429
3430 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
3431 8MByte FLASH and 128KByte FRAM.
3432
3433 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
3434 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3435
3436commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
3437Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
3438Date: Wed Jul 9 21:07:34 2008 +0900
3439
3440 rtl8169: add support for RTL8110SCL
3441
3442 This patch fixes a problem that RTL8110SCL started transfer
3443 with an incorrect memory address.
3444
3445 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
3446 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3447
3448commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
3449Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3450Date: Wed Jun 25 15:48:52 2008 -0500
3451
3452 Fix dm9000 receive status and len little endian issue
3453
3454 The received status and len was in little endian
3455 format and caused the ethernet unable to proceed
3456 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
3457
3458 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3459 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3460
3461commit fcd69a1a57fb2af4d26201422095a4be9f36963e
3462Author: Kumar Gala <galak@kernel.crashing.org>
3463Date: Fri Aug 15 08:24:32 2008 -0500
3464
3465 Clean up usage of icache_disable/dcache_disable
3466
3467 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
3468 also flushing the icache. All callers of invalidate_l1_instruction_cache()
3469 call icache_disable() right after. Make it so icache_disable() calls
3470 invalidate_l1_instruction_cache() for us.
3471
3472 Also, dcache_disable() already calls dcache_flush() so there is no point
3473 in the explicit calls of dcache_flush().
3474
3475 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3476
3477commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
3478Author: Kumar Gala <galak@kernel.crashing.org>
3479Date: Fri Aug 15 08:24:31 2008 -0500
3480
3481 Update linux bootm to support ePAPR client interface
3482
3483 The ePAPR spec has some subtle differences from the current device
3484 tree based boot interface to the powerpc linux kernel. The powerpc
3485 linux kernel currently ignores the differences that ePAPR specifies.
3486
3487 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3488
3489commit b734e5556a239b3be5f9693b2f4b4b739683ec16
3490Author: Wolfgang Denk <wd@denx.de>
3491Date: Mon Aug 18 23:50:20 2008 +0200
3492
3493 Minor code cleanup: keep lists sorted.
3494
3495 Signed-off-by: Wolfgang Denk <wd@denx.de>
3496
3497commit d0039d4ed275e6ca09fb417895024ad02be118c4
3498Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3499Date: Wed Jul 23 19:10:14 2008 +0200
3500
3501 Add support for ADT7460 I2C monitor chip
3502
3503 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3504
3505commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
3506Author: Michal Simek <monstr@monstr.eu>
3507Date: Mon Jul 14 19:45:45 2008 +0200
3508
3509 video: Clean drivers/video/Makefile
3510
3511 Signed-off-by: Michal Simek <monstr@monstr.eu>
3512
3513commit 871c18dd301752270e1f74328c846c3104be1e2e
3514Author: Michal Simek <monstr@monstr.eu>
3515Date: Mon Jul 14 19:45:37 2008 +0200
3516
3517 rtc: Clean drivers/rtc/Makefile
3518
3519 Signed-off-by: Michal Simek <monstr@monstr.eu>
3520
3521commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
3522Author: Michal Simek <monstr@monstr.eu>
3523Date: Mon Jul 14 19:45:35 2008 +0200
3524
3525 i2c: Clean drivers/i2c/ Makefile
3526
3527 Signed-off-by: Michal Simek <monstr@monstr.eu>
3528
3529commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
3530Author: Harald Welte <laforge@openmoko.org>
3531Date: Wed Jul 9 22:30:30 2008 +0800
3532
3533 Add 'license' command to U-Boot command line
3534
3535 The 'license' command includes the U-Boot license (GPLv2) into the
3536 actual bootloader binary. The license text can be shown interactively
3537 at the U-Boot commandline.
3538
3539 For products where the commandline can actually be accessed by the
3540 end user, this helps to prevent inadvertent GPL violations, since the
3541 GPLv2 license text can no longer be 'forgotten' to be included into
3542 the product.
3543
3544 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
3545
3546 Signed-off-by: Harald Welte <laforge@openmoko.org>
3547
3548commit fe2ce5500ebf43d79d227190bd2370232d5b113d
3549Author: Harald Welte <laforge@gnumonks.org>
3550Date: Sun Jul 6 15:56:38 2008 +0800
3551
3552 add 'unzip' command to u-boot commandline
3553
3554 [PATCH] add new 'unzip' command to u-boot commandline
3555
3556 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
3557 memory to memory, and option CONFIG_CMD_UNZIP to enable it
3558
3559 Signed-off-by: Werner Almesberger <werner@openmoko.org>
3560 Signed-off-by: Harald Welte <laforge@openmoko.org>
3561
3562commit 07efc9e321619c3dec213310c32e011aa6f02783
3563Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3564Date: Wed Aug 6 19:37:17 2008 -0500
3565
3566 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
3567
3568 The CFG_ENV_SIZE is not suitable used for SPI flash erase
3569 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
3570 Add condition check if CFG_ENV_SIZE is larger than
3571 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
3572 erasing.
3573
3574 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3575
3576commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
3577Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3578Date: Mon Aug 11 15:54:25 2008 +0000
3579
3580 ColdFire: Multiple fixes for M5282EVB
3581
3582 Incorrect CFG_HZ value, change 1000000 to 1000.
3583 Rename #waring to #warning. RAMBAR1 uses twice
3584 in start.S, rename the later to FLASHBAR. Insert
3585 nop for DRAM setup. And, env_offset in linker file.
3586
3587 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3588
3589commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
3590Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3591Date: Mon Aug 11 15:26:43 2008 +0000
3592
3593 ColdFire: Move m5282evb from board to board/freescale
3594
3595 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3596
3597commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
3598Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3599Date: Mon Aug 11 15:25:07 2008 +0000
3600
3601 ColdFire: Move m5272c3 from board to board/freescale
3602
3603 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3604
3605commit 659e9bad629a480f606b286d5703aef7159edf98
3606Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3607Date: Mon Aug 11 15:23:16 2008 +0000
3608
3609 ColdFire: Move m5271evb from board to board/freescale
3610
3611 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3612
3613commit 05316f8ece8206339a208ec052f039cd0f7ca922
3614Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3615Date: Mon Aug 11 13:41:49 2008 +0000
3616
3617 ColdFire: Add M54451EVB platform support for MCF5445x
3618
3619 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3620
3621commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
3622Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3623Date: Wed Aug 6 19:14:08 2008 -0500
3624
3625 ColdFire: Add Serial Flash support for M54455EVB
3626
3627 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3628
3629commit 9f751551456828b2d0ff417f10959fb0c7110bd0
3630Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3631Date: Wed Jul 23 20:38:53 2008 -0500
3632
3633 ColdFire: Implement SBF feature for M5445EVB
3634
3635 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3636
3637commit a7323bba229203aae2604afde131ab47bad4eadc
3638Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3639Date: Wed Jul 23 17:53:36 2008 -0500
3640
3641 ColdFire: Add SSPI feature for MCF5445x
3642
3643 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3644
3645commit b2d022d1ac3f59bffa9cec249341e77aea168abc
3646Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3647Date: Wed Jul 23 17:37:10 2008 -0500
3648
3649 ColdFire: Use CFI Flash driver for M54455EVB
3650
3651 Remove non-common flash driver in
3652 board/freescale/m54455evb/flash.c. The non-cfi flash will
3653 use CONFIG_FLASH_CFI_LEGACY to configure the flash
3654 attribute.
3655
3656 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3657
3658commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
3659Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3660Date: Wed Jul 23 17:11:47 2008 -0500
3661
3662 ColdFire: Add M5253DEMO platform support for MCF5253
3663
3664 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3665
3666commit 80ba61fd82569af40e04d4a089257b81881884f2
3667Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3668Date: Wed Aug 6 14:17:09 2008 -0500
3669
3670 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
3671
3672 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3673
3674commit d361307e73ce1f6fc68760123f37d4876f851f3e
3675Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3676Date: Wed Aug 6 14:11:36 2008 -0500
3677
3678 ColdFire: Fix M5253EVB dram bring up issue
3679
3680 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3681
3682commit 4b0708093e15b412296328bf81325cf9b69fe512
3683Author: Wolfgang Denk <wd@denx.de>
3684Date: Thu Aug 14 14:41:06 2008 +0200
3685
3686 Coding Style cleanup, update CHANGELOG
3687
3688 Signed-off-by: Wolfgang Denk <wd@denx.de>
3689
4b070809
WD
3690commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
3691Author: Scott Wood <scottwood@freescale.com>
3692Date: Wed Aug 13 18:24:05 2008 -0500
3693
3694 socrates: Update NAND driver to new API.
3695
3696 Also, fix some minor formatting issues, and simplify the handling of
3697 "state" for writes.
3698
3699 Signed-off-by: Scott Wood <scottwood@freescale.com>
3700
3701commit ba22d10f39eaeedd035e8265616e31ff88e314d5
3702Author: Scott Wood <scottwood@freescale.com>
3703Date: Wed Aug 13 18:03:40 2008 -0500
3704
3705 quad100hd: Update NAND driver to new API.
3706
3707 Signed-off-by: Scott Wood <scottwood@freescale.com>
3708
3709commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
3710Author: Scott Wood <scottwood@freescale.com>
3711Date: Wed Aug 13 17:53:48 2008 -0500
3712
3713 m5373evb: Update NAND driver to new API.
3714
3715 Signed-off-by: Scott Wood <scottwood@freescale.com>
3716
3717commit 1a23a197c8722b805f40895544bbdb1a648c1c82
3718Author: Scott Wood <scottwood@freescale.com>
3719Date: Wed Aug 13 17:04:30 2008 -0500
3720
3721 s3c24x0: Update NAND driver to new API.
3722
3723 Signed-off-by: Scott Wood <scottwood@freescale.com>
3724
3725commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
3726Author: Scott Wood <scottwood@freescale.com>
3727Date: Wed Aug 13 15:56:00 2008 -0500
3728
3729 at91: Update board NAND drivers to current API.
3730
3731 Signed-off-by: Scott Wood <scottwood@freescale.com>
3732
3733commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
3734Author: Kyungmin Park <kmpark@infradead.org>
3735Date: Wed Aug 13 09:11:02 2008 +0900
3736
3737 Fix OneNAND build break
3738
3739 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
3740 - fix bufferram management at erase operation
3741 This patch includes the NAND/OneNAND state filed too.
3742
3743 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3744 Signed-off-by: Scott Wood <scottwood@freescale.com>
3745
3746commit 9483df6408c25f16060432de3868901e352e23bc
3747Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3748Date: Wed Aug 13 01:40:43 2008 +0200
3749
3750 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
3751
3752 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3753
3754commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
3755Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3756Date: Wed Aug 13 01:40:43 2008 +0200
3757
3758 drivers/mtd/nand: Move conditional compilation to Makefile
3759
3760 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
3761
3762 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3763
3764commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
3765Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3766Date: Wed Aug 13 01:40:42 2008 +0200
3767
3768 drivers/mtd/onenand: Move conditional compilation to Makefile
3769
3770 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3771
3772commit 00b1883a4cac59d97cd297b1a3a398db85982865
3773Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3774Date: Wed Aug 13 01:40:42 2008 +0200
3775
3776 drivers/mtd: Move conditional compilation to Makefile
3777
3778 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
3779
3780 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3781
3782commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
3783Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3784Date: Wed Aug 13 01:40:41 2008 +0200
3785
3786 drivers/qe: Move conditional compilation to Makefile
3787
3788 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3789
3790commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
3791Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3792Date: Wed Aug 13 01:40:40 2008 +0200
3793
3794 drivers/pci: Move conditional compilation to Makefile
3795
3796 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3797
3798commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
3799Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3800Date: Wed Aug 13 01:40:40 2008 +0200
3801
3802 drivers/misc: Move conditional compilation to Makefile
3803
3804 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3805
3806commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
3807Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3808Date: Wed Aug 13 01:40:40 2008 +0200
3809
3810 drivers/input: Move conditional compilation to Makefile
3811
3812 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3813
3814commit 88f57e093114a44aa9a858d52b099bcc52034a8c
3815Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3816Date: Wed Aug 13 01:40:39 2008 +0200
3817
3818 drivers/dma: Move conditional compilation to Makefile
3819
3820 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3821
3822commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
3823Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3824Date: Wed Aug 13 01:40:39 2008 +0200
3825
3826 drivers/block: Move conditional compilation to Makefile
3827
3828 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3829
3830commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
3831Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3832Date: Wed Aug 13 01:40:39 2008 +0200
3833
3834 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
3835
3836 move also conditional compilation to Makefile
3837
3838 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3839
3840commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
3841Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3842Date: Wed Aug 13 01:40:38 2008 +0200
3843
3844 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
3845
3846 move also conditional compilation to Makefile
3847
3848 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3849
3850commit d6e9ee92e890f67594ab150689510df361133ead
3851Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3852Date: Wed Aug 13 01:40:38 2008 +0200
3853
3854 common: Move conditional compilation to Makefile
3855
3856 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3857
3858commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
3859Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3860Date: Wed Aug 13 01:40:09 2008 +0200
3861
3862 mx31: move freescale's mx31 boards to vendor board dir
3863
3864 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3865
3866commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
3867Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3868Date: Sat Jul 5 23:11:11 2008 +0200
3869
3870 at91: move arch-at91sam9 to arch-at91
3871
3872 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3873
3874commit 195ccfc5991d48764b2519941e3507f693851d5d
3875Author: Fathi BOUDRA <fabo@debian.org>
3876Date: Wed Aug 6 10:06:20 2008 +0200
3877
3878 OneNAND: Fill in MTD function pointers for OneNAND.
3879
3880 onenand_print_device_info():
3881 - Now returns a string to be placed in mtd->name,
3882 rather than calling printf.
3883 - Remove verbose parameter as it becomes useless.
3884
3885 Signed-off-by: Fathi Boudra <fabo@debian.org>
3886 Signed-off-by: Scott Wood <scottwood@freescale.com>
3887
3888commit aa646643b6bc250cb3a4966bf728876e0c10d329
3889Author: Guennadi Liakhovetski <lg@denx.de>
3890Date: Wed Aug 6 21:42:07 2008 +0200
3891
3892 nand_spl: Support page-aligned read in nand_load, use chipselect
3893
3894 Supporting page-aligned reads doesn't incure any sinificant overhead, just
3895 a small change in the algorithm. Also replace in_8 with readb, since there
3896 is no in_8 on ARM.
3897
3898 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3899 Signed-off-by: Scott Wood <scottwood@freescale.com>
3900
3901commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
3902Author: Scott Wood <scottwood@freescale.com>
3903Date: Tue Aug 5 11:15:59 2008 -0500
3904
3905 NAND boot: Update large page support for current API.
3906
3907 Also, remove the ctrl variable in favor of passing the constants
3908 directly, and remove redundant (u8) casts.
3909
3910 Signed-off-by: Scott Wood <scottwood@freescale.com>
3911
3912commit e4c09508545d1c45617ba45391c03c03cbc360b9
3913Author: Scott Wood <scottwood@freescale.com>
3914Date: Mon Jun 30 14:13:28 2008 -0500
3915
3916 NAND boot: MPC8313ERDB support
3917
3918 Note that with older board revisions, NAND boot may only work after a
3919 power-on reset, and not after a warm reset. I don't have a newer board
3920 to test on; if you have a board with a 33MHz crystal, please let me know
3921 if it works after a warm reset.
3922
3923 Signed-off-by: Scott Wood <scottwood@freescale.com>
3924
3925commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
3926Author: Scott Wood <scottwood@freescale.com>
3927Date: Thu Jun 26 14:06:52 2008 -0500
3928
3929 mpc8313erdb: Enable NAND in config.
3930
3931 Signed-off-by: Scott Wood <scottwood@freescale.com>
3932
3933commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
3934Author: Guennadi Liakhovetski <lg@denx.de>
3935Date: Thu Jul 31 12:38:26 2008 +0200
3936
3937 NAND: Do not write or read a whole block if it is larger than the environment
3938
3939 Environment can be smaller than NAND block size, do not need to read a whole
3940 block and minimum for writing is one page. Also remove an unused variable.
3941
3942 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3943 Signed-off-by: Scott Wood <scottwood@freescale.com>
3944
3945commit eafcabd15f00c142156235c519fcc55b10993241
3946Author: Marcel Ziswiler <marcel@ziswiler.com>
3947Date: Sun Jun 22 16:30:06 2008 +0200
3948
3949 NAND: chip->state does not always get set.
3950
3951 Fixes an issue with chip->state not always being set causing troubles.
3952
3953 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
3954 Signed-off-by: Scott Wood <scottwood@freescale.com>
3955
3956commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
3957Author: Ilya Yanok <yanok@emcraft.com>
3958Date: Mon Jun 30 15:34:40 2008 +0200
3959
3960 NAND: Scan bad blocks lazily.
3961
3962 Rather than scanning on boot, scan upon the first attempt to check the
3963 badness of a block. This speeds up boot when not using NAND, and reduces
3964 the likelihood of needing to reflash via JTAG if NAND becomes
3965 nonfunctional.
3966
3967 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
3968 Signed-off-by: Scott Wood <scottwood@freescale.com>
3969
3970commit dfbf617ff055e4216f78d358b0867c548916d14b
3971Author: Scott Wood <scottwood@freescale.com>
3972Date: Thu Jun 12 13:20:16 2008 -0500
3973
3974 NAND read/write fix
3975
3976 Implement block-skipping read/write, based on a patch from
3977 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
3978
3979 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
3980 Signed-off-by: Scott Wood <scottwood@freescale.com>
3981
3982commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
3983Author: Scott Wood <scottwood@freescale.com>
3984Date: Thu Jun 12 13:13:23 2008 -0500
3985
3986 NAND: Always skip blocks on read/write/boot.
3987
3988 Use of the non-skipping versions was almost always (if not always)
3989 an error, and no valid use case has been identified.
3990
3991 Signed-off-by: Scott Wood <scottwood@freescale.com>
3992
3993commit e1c3dbada349992875934575c97b328ab2cb33ca
3994Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3995Date: Thu Jun 12 11:10:21 2008 -0500
3996
3997 nand: fsl_upm: convert to updated MTD NAND infrastructure
3998
3999 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4000 Signed-off-by: Scott Wood <scottwood@freescale.com>
4001
4002commit 300253306acc72b1b2e9faf0987f86551151d7cf
4003Author: Scott Wood <scottwood@freescale.com>
4004Date: Thu May 22 15:02:46 2008 -0500
4005
4006 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
4007
4008 The hardware has separate registers for block and page-within-block,
4009 but the division between the two has no apparent relation to the
4010 actual erase block size of the NAND chip.
4011
4012 Signed-off-by: Scott Wood <scottwood@freescale.com>
4013
4014commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
4015Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4016Date: Fri Mar 28 22:10:54 2008 +0300
4017
4018 fsl_elbc_nand: workaround for hangs during nand write
4019
4020 Using current driver elbc sometimes hangs during nand write. Reading back
4021 last byte helps though (thanks to Scott Wood for the idea).
4022
4023 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4024 Signed-off-by: Scott Wood <scottwood@freescale.com>
4025
4026commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
4027Author: Scott Wood <scottwood@freescale.com>
4028Date: Fri Mar 21 16:12:51 2008 -0500
4029
4030 Freescale eLBC FCM NAND driver
4031
4032 This is a driver for the Flash Control Machine of the enhanched Local Bus
4033 Controller found on some Freescale chips (such as the mpc8313 and the
4034 mpc8379).
4035
4036 Signed-off-by: Scott Wood <scottwood@freescale.com>
4037
4038commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
4039Author: Scott Wood <scottwood@freescale.com>
4040Date: Tue Mar 18 15:29:14 2008 -0500
4041
4042 Don't panic if a controller driver does ecc its own way.
4043
4044 Some hardware, such as the enhanced local bus controller used on some
4045 mpc83xx chips, does ecc transparently when reading and writing data, rather
4046 than providing a generic calculate/correct mechanism that can be exported to
4047 the nand subsystem.
4048
4049 The subsystem should not BUG() when calculate, correct, or hwctl are
4050 missing, if the methods that call them have been overridden.
4051
4052 Signed-off-by: Scott Wood <scottwood@freescale.com>
4053
4054commit e52b34d40a8a646e3d11638ea8797e96398dba13
4055Author: Stefan Roese <sr@denx.de>
4056Date: Thu Jan 10 18:47:33 2008 +0100
4057
4058 NAND: Make NAND driver less verbose per default
4059
4060 This patch turns off printing of bad blocks per default upon bootup.
4061 This can always be shown via the "nand bad" command later.
4062
4063 Signed-off-by: Stefan Roese <sr@denx.de>
4064
4065commit fe56a2772e5c59577df906163d0d4b29b056140e
4066Author: Sergey Kubushyn <ksi@koi8.net>
4067Date: Wed Jan 9 15:36:20 2008 +0100
4068
4069 NAND: Davinci driver updates
4070
4071 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
4072 don't have hardware handy so I can not test it at the moment but changes are
4073 rather trivial so it should work. It would be nice if somebody with a
4074 hardware checked it anyways.
4075
4076 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
4077
4078commit deac913effd8d80535c9ff4687b6fcdff540c554
4079Author: Stefan Roese <sr@denx.de>
4080Date: Sat Jan 5 16:50:32 2008 +0100
4081
4082 NAND: Fix compilation warning and small coding style issue
4083
4084 Signed-off-by: Stefan Roese <sr@denx.de>
4085
4086commit c568f77acdf896fc3dd6413ce53205b17ba809a3
4087Author: Stefan Roese <sr@denx.de>
4088Date: Sat Jan 5 16:49:37 2008 +0100
4089
4090 NAND: Update nand_spl driver to match updated nand subsystem
4091
4092 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
4093 the new infrastructure from the updated NAND subsystem. This NAND
4094 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
4095 subsystem.
4096
4097 Signed-off-by: Stefan Roese <sr@denx.de>
4098
4099commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
4100Author: Stefan Roese <sr@denx.de>
4101Date: Sat Jan 5 16:47:58 2008 +0100
4102
4103 NAND: Update 4xx NDFC driver to match updated nand subsystem
4104
4105 This patch changes the 4xx NAND driver ndfc.c to match the new
4106 infrastructure from the updated NAND subsystem. This NAND
4107 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
4108 subsystem.
4109
4110 Tested successfully on AMCC Sequoia and Bamboo.
4111
4112 Signed-off-by: Stefan Roese <sr@denx.de>
4113
4114commit 12072264528eba33737bc9674e19f0e925ffda23
4115Author: Stefan Roese <sr@denx.de>
4116Date: Sat Jan 5 16:43:25 2008 +0100
4117
4118 NAND: Change nand_wait_ready() to not call nand_wait()
4119
4120 This patch changes nand_wait_ready() to not just call nand_wait(),
4121 since this will send a new command to the NAND chip. We just want to
4122 wait for the chip to become ready here.
4123
4124 Signed-off-by: Stefan Roese <sr@denx.de>
4125
4126commit 9ad754fef5053144daed3b007adaf1c9bec654c9
4127Author: William Juul <william.juul@datarespons.no>
4128Date: Fri Dec 14 16:33:45 2007 +0100
4129
4130 make nand dump and nand dump.oob work
4131
4132 Signed-off-by: William Juul <william.juul@tandberg.com>
4133 Signed-off-by: Scott Wood <scottwood@freescale.com>
4134
4135commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
4136Author: William Juul <william.juul@datarespons.no>
4137Date: Mon Nov 19 14:46:00 2007 +0100
4138
4139 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
4140
4141 Signed-off-by: William Juul <william.juul@tandberg.com>
4142
4143commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
4144Author: William Juul <william.juul@tandberg.com>
4145Date: Tue Jun 10 16:18:13 2008 -0500
4146
4147 Clean out unneeded files
4148
4149 Signed-off-by: William Juul <william.juul@tandberg.com>
4150
4151commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
4152Author: William Juul <william.juul@datarespons.no>
4153Date: Fri Nov 16 08:44:27 2007 +0100
4154
4155 Create symlinks from yaffs2/direct to yaffs2
4156
4157 Signed-off-by: William Juul <william.juul@tandberg.com>
4158
4159commit 90ef117b68387d66763291af0117677644166611
4160Author: William Juul <william.juul@datarespons.no>
4161Date: Thu Nov 15 12:23:57 2007 +0100
4162
4163 Incorporate yaffs2 into U-boot
4164
4165 To use YAFFS2 define CONFIG_YAFFS2
4166
4167 Signed-off-by: William Juul <william.juul@tandberg.com>
4168 Signed-off-by: Scott Wood <scottwood@freescale.com>
4169
4170commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
4171Author: William Juul <william.juul@datarespons.no>
4172Date: Thu Nov 15 11:13:05 2007 +0100
4173
4174 YAFFS2 import
4175
4176 Direct import of yaffs as a tarball as of 20071113 from their public
4177 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
4178
4179 The code can also be imported on the command line with:
4180 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
4181 (Hit return when asked for a password)
4182 cvs checkout yaffs2
4183
4184 Signed-off-by: William Juul <william.juul@tandberg.com>
4185 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
4186
4187commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
4188Author: William Juul <william.juul@datarespons.no>
4189Date: Wed Nov 14 14:28:11 2007 +0100
4190
4191 Whitespace cleanup and marking broken code.
4192
4193 Changes requested by maintainer Stefan Roese after
4194 posting patch to U-boot mailing list.
4195
4196 Signed-off-by: William Juul <william.juul@tandberg.com>
4197 Signed-off-by: Scott Wood <scottwood@freescale.com>
4198
4199commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
4200Author: William Juul <william.juul@datarespons.no>
4201Date: Fri Nov 9 13:32:30 2007 +0100
4202
4203 Fixing coding style issues
4204
4205 - Fixing leading white spaces
4206 - Fixing indentation where 4 spaces are used instead of tab
4207 - Removing C++ comments (//), wherever I introduced them
4208
4209 Signed-off-by: William Juul <william.juul@tandberg.com>
4210 Signed-off-by: Scott Wood <scottwood@freescale.com>
4211
4212commit 4cbb651b29cb64d378a06729970e1e153bb605b1
4213Author: William Juul <william.juul@datarespons.no>
4214Date: Thu Nov 8 10:39:53 2007 +0100
4215
4216 Remove white space at end.
4217
4218 Signed-off-by: William Juul <william.juul@tandberg.com>
4219 Signed-off-by: Scott Wood <scottwood@freescale.com>
4220
4221commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
4222Author: William Juul <william.juul@datarespons.no>
4223Date: Wed Oct 31 13:53:06 2007 +0100
4224
4225 Update MTD to that of Linux 2.6.22.1
4226
4227 A lot changed in the Linux MTD code, since it was last ported from
4228 Linux to U-Boot. This patch takes U-Boot NAND support to the level
4229 of Linux 2.6.22.1 and will enable support for very large NAND devices
4230 (4KB pages) and ease the compatibility between U-Boot and Linux
4231 filesystems.
4232
4233 This patch is tested on two custom boards with PPC and ARM
4234 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
4235 cross compilers.
4236
4237 MAKEALL ppc/arm has some issues:
4238 * DOC/OneNand/nand_spl is not building (I have not tried porting
4239 these parts, and since I do not have any HW and I am not familiar
4240 with this code/HW I think its best left to someone else.)
4241
4242 Except for the issues mentioned above, I have ported all drivers
4243 necessary to run MAKEALL ppc/arm without errors and warnings. Many
4244 drivers were trivial to port, but some were not so trivial. The
4245 following drivers must be examined carefully and maybe rewritten to
4246 some degree:
4247 cpu/ppc4xx/ndfc.c
4248 cpu/arm926ejs/davinci/nand.c
4249 board/delta/nand.c
4250 board/zylonite/nand.c
4251
4252 Signed-off-by: William Juul <william.juul@tandberg.com>
4253 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
4254 Signed-off-by: Scott Wood <scottwood@freescale.com>
4255
4256commit cd82919e6c8a73b363a26f34b734923844e52d1c
4257Author: Wolfgang Denk <wd@denx.de>
4258Date: Tue Aug 12 16:08:38 2008 +0200
4259
4260 Coding style cleanup, update CHANGELOG, prepare release
4261
4262 Signed-off-by: Wolfgang Denk <wd@denx.de>
4263
cd82919e
WD
4264commit 17e900b8c0f38d922da47073246219dce2a847f2
4265Author: Wolfgang Denk <wd@denx.de>
4266Date: Tue Aug 12 14:54:04 2008 +0200
4267
4268 MVBC_P: fix compile problem
4269
4270 Signed-off-by: Wolfgang Denk <wd@denx.de>
4271
4272commit 52b047ae48219b59bebe37ba743ab103fd4f8316
4273Author: Wolfgang Denk <wd@denx.de>
4274Date: Tue Aug 12 12:10:11 2008 +0200
4275
4276 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
4277
4278 Signed-off-by: Wolfgang Denk <wd@denx.de>
4279
4280commit c9c101c660b3d1995045c61c7c6041f52b6cf335
4281Author: Wolfgang Denk <wd@denx.de>
4282Date: Tue Aug 12 00:36:53 2008 +0200
4283
4284 ads5121: fix compiler warnings (unused variables)
4285
4286 Signed-off-by: Wolfgang Denk <wd@denx.de>
4287
4288commit 902ca09246039964d59bbcb519b1e1b5aed01308
4289Author: Kumar Gala <galak@kernel.crashing.org>
4290Date: Mon Aug 11 11:29:28 2008 -0500
4291
4292 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
4293
4294 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
4295
4296 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4297 Acked-by: Jon Loeliger <jdl@freescale.com>
4298
4299commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
4300Author: Kumar Gala <galak@kernel.crashing.org>
4301Date: Mon Aug 11 09:20:53 2008 -0500
4302
4303 Fix fallout from autostart revert
4304
4305 The autostart revert caused a bit of duplicated code as well as
4306 code that was using images->autostart that needs to get removed so
4307 we can build again.
4308
4309 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4310
4311commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
4312Author: Kumar Gala <galak@kernel.crashing.org>
4313Date: Mon Aug 11 09:16:25 2008 -0500
4314
4315 Fix compile error related to r8a66597-hcd & usb
4316
4317 When building the 8544DS board we get this error:
4318
4319 In file included from r8a66597-hcd.c:22:
4320 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
4321 make[1]: *** [r8a66597-hcd.o] Error 1
4322
4323 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
4324 is set.
4325
4326 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4327
4328commit 2d0daa03612338a813e3c9d22680e54eabfea378
4329Author: Becky Bruce <becky.bruce@freescale.com>
4330Date: Mon Aug 4 14:02:26 2008 -0500
4331
4332 POWERPC 86xx: Move BAT setup code to C
4333
4334 This is needed because we will be possibly be locating
4335 devices at physical addresses above 32bits, and the asm
4336 preprocessing does not appear to deal with ULL constants
4337 properly. We now call write_bat in lib_ppc/bat_rw.c.
4338
4339 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4340 Acked-by: Jon Loeliger <jdl@freescale.com>
4341
4342commit 9de67149db576c91b9c2a0a182652331e7e44211
4343Author: Becky Bruce <becky.bruce@freescale.com>
4344Date: Mon Aug 4 14:01:53 2008 -0500
4345
4346 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
4347
4348 Perform sync/isync as required by the architecture.
4349
4350 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4351 Acked-by: Jon Loeliger <jdl@freescale.com>
4352
4353commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
4354Author: Becky Bruce <becky.bruce@freescale.com>
4355Date: Mon Aug 4 14:01:16 2008 -0500
4356
4357 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
4358
4359 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4360 Acked-by: Jon Loeliger <jdl@freescale.com>
4361
4362commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
4363Author: Magnus Lilja <lilja.magnus@gmail.com>
4364Date: Sun Aug 3 21:44:10 2008 +0200
4365
4366 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
4367
4368 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
4369 contacts instead of only the first 256 ones as is the case prior to
4370 this patch.
4371
4372 Add missing MUX_* macros and update board files to use the new macros.
4373
4374 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
4375
4376commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
4377Author: Magnus Lilja <lilja.magnus@gmail.com>
4378Date: Sun Aug 3 21:43:37 2008 +0200
4379
4380 i.MX31: Fix IOMUX related typos
4381
4382 Correct the names of some IOMUX macros.
4383
4384 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
4385
4386commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
4387Author: Steve Sakoman <steve@sakoman.com>
4388Date: Mon Aug 11 20:26:16 2008 +0200
4389
4390 OneNAND: Remove unused parameters to onenand_verify_page
4391
4392 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.
4393
4394 Signed-off-by: Steve Sakoman <steve@sakoman.com>
4395 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
4396
4397commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
4398Author: Anatolij Gustschin <agust@denx.de>
4399Date: Fri Aug 8 18:00:40 2008 +0200
4400
4401 video: fix bug in cfb_console code
4402
4403 FILL_15BIT_555RGB macro extension for pixel swapping
4404 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
4405 introduced a bug in cfb_console:
4406
4407 Bitmaps with odd-numbered width won't be rendered
4408 correctly and even U-Boot crashes are observed on
4409 some platforms while repeated rendering of such
4410 bitmaps with "bmp display". Also if a bitmap is
4411 rendered to an odd-numbered x starting position,
4412 the same problem occurs. This patch is an attempt
4413 to fix it.
4414
4415 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4416
4417commit d9015f6a50d7258125349ef5c2af836458a0029a
4418Author: Anatolij Gustschin <agust@denx.de>
4419Date: Fri Aug 8 18:00:39 2008 +0200
4420
4421 video: fix bug in logo_plot
4422
4423 If logo_plot() should ever be called with x starting
4424 position other than zero and for pixel depths greater
4425 than 8bpp, logo colors distortion will be observed.
4426 This patch fixes the issue.
4427
4428 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4429
4430commit 406819ae94f79f5b59e01d163380ca7d83709251
4431Author: Wolfgang Denk <wd@denx.de>
4432Date: Mon Aug 11 00:17:52 2008 +0200
4433
4434 MAINTAINERS: sort entries
4435
4436 Signed-off-by: Wolfgang Denk <wd@denx.de>
4437
4438commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
4439Author: Roy Zang <tie-fei.zang@freescale.com>
4440Date: Thu Aug 7 18:19:28 2008 +0800
4441
4442 Add mpc7448hpc2 maintainer information
4443
4444 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
4445
4446commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
4447Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
4448Date: Thu Aug 7 13:13:27 2008 +0530
4449
4450 common/cmd_load.c - Minor code & Coding Style cleanup
4451
4452 - os_data_header Variable is a carry over feature
4453 & unused. So removed all instance of this variable
4454 - Minor Code Style Update
4455
4456 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
4457 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4458
4459commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
4460Author: Magnus Lilja <lilja.magnus@gmail.com>
4461Date: Wed Aug 6 19:32:33 2008 +0200
4462
4463 Update the U-Boot wiki URL.
4464
4465 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
4466
4467commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
4468Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
4469Date: Sun Aug 10 17:56:36 2008 +0200
4470
4471 OneNAND: Remove base address offset usage
4472
4473 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
4474 using OneNAND and some using NAND, we found some differences in OneNAND and
4475 NAND command address handling.
4476
4477 As this might confuse users (it already confused us), we like to align OneNAND
4478 and NAND address handling.
4479
4480 The issue is that cmd_onenand.c subtracts the onenand base address from the
4481 addresses you type into the u-boot command line so, unlike nand, you can't
4482 use addresses relative to the start of the onenand part e.g. this won't work:
4483
4484 onenand read 82000000 280000 400000
4485
4486 you have to use:
4487
4488 onenand read 82000000 20280000 400000
4489
4490 Looking at recent git, the only board currently using OneNAND is Apollon, and
4491 for this the OneNAND base address is 0 (apollon.h)
4492
4493 #define CFG_ONENAND_BASE 0x00000000
4494
4495 so patch below won't break any existing boards and will align OneNAND and NAND
4496 handling on boards where OneNAND base address is != 0.
4497
4498 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
4499 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
4500 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
4501
4502commit c11528083ef6e55e76df742228c26e39d151813d
4503Author: Kumar Gala <galak@kernel.crashing.org>
4504Date: Thu Aug 7 09:28:20 2008 -0500
4505
4506 mpc85xx: workaround old binutils bug
4507
4508 The recent change to move the .bss outside of the image gives older
4509 binutils (ld from eldk4.1/binutils-2.16) some headache:
4510
4511 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
4512 ppc_85xx-ld: final link failed: Bad value
4513
4514 We workaround it by being explicit about the program headers and not
4515 assigning the .bss to a program header.
4516
4517 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4518
4519commit 0bf202ec586d4466c900e987720fa635c594d689
4520Author: Wolfgang Denk <wd@denx.de>
4521Date: Sun Aug 10 01:26:26 2008 +0200
4522
4523 Revert "[new uImage] Add autostart flag to bootm_headers structure"
4524
4525 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
4526
4527 The commit was based on a misunderstanding of the (documented)
4528 meaning of the 'autostart' environment variable. It might cause
4529 boards to hang if 'autostart' was used, with the potential to brick
4530 them. Go back to the documented behaviour.
4531
4532 Conflicts:
4533
4534 common/cmd_bootm.c
4535 common/image.c
4536 include/image.h
4537
4538 Signed-off-by: Wolfgang Denk <wd@denx.de>
4539
4540commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
4541Author: Wolfgang Denk <wd@denx.de>
4542Date: Sat Aug 9 23:17:32 2008 +0200
4543
4544 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
4545
4546 - enable CFI driver where this was forgotten
4547 - enable mtdparts support
4548 - adjust default environment
4549 etc.
4550
4551 Signed-off-by: Wolfgang Denk <wd@denx.de>
4552
4553commit 41266c9b5a5f873df3ec891bb0907616958b5602
4554Author: Peter Tyser <ptyser@xes-inc.com>
4555Date: Tue Aug 5 10:51:57 2008 -0500
4556
4557 FIT: Fix handling of images without ramdisks
4558
4559 boot_get_ramdisk() should not treat the case when a FIT image does
4560 not contain a ramdisk as an error.
4561
4562 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4563 Acked-by: Michal Simek <monstr@monstr.eu>
4564
4565commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
4566Author: Sergey Lapin <slapin@ossfans.org>
4567Date: Sat Aug 9 01:39:09 2008 +0400
4568
4569 DataFlash: AT45DB021 fix and AT45DB081 support
4570
4571 Fix for page size of AT45DB021. Also adding bigger AT45DB081
4572 which comes with some newer boards.
4573
4574 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
4575
4576commit ba9324451b662dd393afa53e5cc36fc5d3d10966
4577Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4578Date: Fri Aug 8 16:30:23 2008 +0900
4579
4580 sh: Update sh7763rdp config
4581
4582 Add sh_eth support to sh7763rdp.
4583
4584 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4585
4586commit 21f971ec265f6042ec21636d55d06a6bc0751077
4587Author: Wolfgang Denk <wd@denx.de>
4588Date: Mon Jul 7 01:22:29 2008 +0200
4589
4590 TQM823L: re-enable logo support; update LCD_INFO text
4591
4592 Signed-off-by: Wolfgang Denk <wd@denx.de>
4593
4594commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
4595Author: Wolfgang Denk <wd@denx.de>
4596Date: Fri Aug 8 16:41:56 2008 +0200
4597
4598 TQM8xxL: fix support for second flash bank
4599
4600 When switching the TQM8xxL modules to use the CFI flash driver,
4601 support for the second flash bank was broken because the CFI driver
4602 did not support dynamically sized banks. This gets fixed now.
4603
4604 Signed-off-by: Wolfgang Denk <wd@denx.de>
4605
4606commit 2a112b234d879f6390503a5f4e38246acce9d0b0
4607Author: Wolfgang Denk <wd@denx.de>
4608Date: Fri Aug 8 16:39:54 2008 +0200
4609
4610 CFI: allow for dynamically determined flash sizes and addresses
4611
4612 The CFI driver allowed only for static initializers in the
4613 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
4614 several flash banks contiguously if the bank sizes were not known in
4615 advance, which kind of violates U-Boot's design philosophy.
4616
4617 (will be used for example by the TQM8xxL boards)
4618
4619 Signed-off-by: Wolfgang Denk <wd@denx.de>
4620
4621commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
4622Author: Ben Warren <biggerbadderben@gmail.com>
4623Date: Thu Aug 7 23:26:35 2008 -0700
4624
4625 QE UEC: Fix compiler warnings
4626
4627 Moved static functions earlier in file so forward declarations are not needed.
4628
4629 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4630
4631commit d5d28fe4aad5f4535400647a5617c11039506467
4632Author: David Saada <David.Saada@ecitele.com>
4633Date: Mon Mar 31 02:37:38 2008 -0700
4634
4635 QE UEC: Add MII Commands
4636
4637 Add MII commands to the UEC driver. Note that once a UEC device is selected,
4638 any device on its MDIO bus can be addressed.
4639
4640 Signed-off-by: David Saada <david.saada@ecitele.com>
4641 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4642
4643commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
4644Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4645Date: Wed Jul 9 21:07:38 2008 +0900
4646
4647 usb: add support for R8A66597 usb controller
4648
4649 add support for Renesas R8A66597 usb controller.
4650 This patch supports USB Host mode.
4651
4652 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4653 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4654
4655commit 1d10dcd041aaeae9fd7c821005692898a0303382
4656Author: Hunter, Jon <jon-hunter@ti.com>
4657Date: Sat Jul 26 18:59:16 2008 -0500
4658
4659 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
4660
4661 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
4662
4663 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
4664 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4665
4666commit eab1007334b93a6209f1ec33615e26ef5311ede7
4667Author: Steven A. Falco <sfalco@harris.com>
4668Date: Wed Aug 6 15:42:52 2008 -0400
4669
4670 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
4671
4672 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
4673 configuration to match the schematic, and also sets the SDR0_PFC1 register to
4674 select the corresponding mode for the UARTs.
4675
4676 Signed-off-by: Steven A. Falco <sfalco@harris.com>
4677 Signed-off-by: Stefan Roese <sr@denx.de>
4678
a49d10cf
WD
4679commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
4680Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
4681Date: Wed Aug 6 14:42:13 2008 +0200
4682
4683 avr32: add support for EarthLCD Favr-32 board
4684
4685 This patch adds support for the Favr-32 board made by EarthLCD.
4686
4687 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
4688 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
4689 Ethernet, audio out, USB device, SD-card slot, USART and various other
4690 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
4691
4692 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
4693 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4694
4695commit bc9019e19758a19a388fb20ef18dc771cd39fdda
4696Author: Rafael Campos <rafael.campos@hanscan.com>
4697Date: Thu Jul 31 10:22:20 2008 +0200
4698
4699 cfi-flash: Added support to flash_real_protect for Atmel flash devices
4700
4701 Some of the flash memories produced by ATMEL start in read-only mode.
4702 We need to unprotect it. This patch allows the AT49BV6416 to work with
4703 cfi_flash memories. Tested in the at91rm9200ek board.
4704
4705 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
4706 Signed-off-by: Stefan Roese <sr@denx.de>
4707
4708commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
4709Author: Guennadi Liakhovetski <lg@denx.de>
4710Date: Tue Aug 5 15:36:39 2008 +0200
4711
4712 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
4713
4714 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4715 Signed-off-by: Stefan Roese <sr@denx.de>
4716
4b070809
WD
4717commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
4718Author: Stefan Roese <sr@denx.de>
4719Date: Wed Aug 6 14:06:03 2008 +0200
4720
4721 Fix merge problems
4722
4723 Signed-off-by: Stefan Roese <sr@denx.de>
4724
4725commit f2302d4430e7f3f48308d6a585320fe96af8afbd
4726Author: Stefan Roese <sr@denx.de>
4727Date: Wed Aug 6 14:05:38 2008 +0200
4728
4729 Fix merge problems
4730
4731 Signed-off-by: Stefan Roese <sr@denx.de>
4732
cd82919e
WD
4733commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
4734Author: Kenneth Johansson <kenneth@southpole.se>
4735Date: Tue Jul 15 12:13:38 2008 +0200
4736
4737 mpc5121: Move iopin features from board specific to common files.
4738
4739 And in the process eliminate some duplicate register defines.
4740
4741 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
4742
4743commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
4744Author: John Rigby <jrigby@freescale.com>
4745Date: Tue Aug 5 17:38:57 2008 -0600
4746
4747 mpc5121: squash some fdt fixup errors
4748
4749 On ADS5121 when booting linux the following errors are seen:
4750 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
4751 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
4752 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
4753
4754 This is caused by ft_cpu_setup trying to deal with
4755 both old and new soc node naming. This patch
4756 fixes this by being smarter about what to
4757 fixup.
4758
4759 Also do soc node fixups by compatible instead of by path.
4760 A new board config called OF_SOC_COMPAT defined
4761 to be "fsl,mpc5121-immr" replaces the old
4762 OF_SOC node path that was defined to be "soc@80000000".
4763
4764 Old device trees still work, but the compatiblity
4765 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
4766 which is on by default in include/configs/ads5121.h.
4767
4768 Signed-off-by: John Rigby <jrigby@freescale.com>
4769
4770commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
4771Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4772Date: Sat Aug 2 23:48:30 2008 +0200
4773
4774 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
4775
4776 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4777
4778commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
4779Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4780Date: Sat Aug 2 23:48:32 2008 +0200
4781
4782 nios2/sysid: fix printf warning
4783
4784 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4785
4786commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
4787Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4788Date: Sat Aug 2 23:48:33 2008 +0200
4789
4790 Fix remaining build issues with MPC8xx FADS boards.
4791
4792 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4793
4794commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
4795Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4796Date: Sat Aug 2 23:48:31 2008 +0200
4797
4798 nios2: fix phys_addr_t and phys_size_t support
4799
4800 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4801
4802commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
4803Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4804Date: Sat Aug 2 23:48:34 2008 +0200
4805
4806 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
4807
4808 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4809
4810commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
4811Author: Mark Jackson <mpfj@mimc.co.uk>
4812Date: Fri Aug 1 09:48:29 2008 +0100
4813
4814 Fix bitmap display for atmel lcd controller
4815
4816 The current lcd_display_bitmap() function does not work properly
4817 for the Atmel LCD controller.
4818
4819 2 fixes need to be done:-
4820
4821 (a) when setting the colour map, use the lcd_setcolreg() function
4822 as provided by the Atmel driver
4823 (b) the data is never actually written to the lcd framebuffer !!
4824
4825 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
4826
4827commit 2a433c66b1e2770349fe4911be23c375f053ebd8
4828Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4829Date: Fri Aug 1 08:40:34 2008 +0200
4830
4831 qemu_mips: update README to follow qemu update about default machine
4832
4833 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4834
4835commit ac169d645f5f0e0b9a232563099209e92a355d8e
4836Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4837Date: Thu Jul 31 19:53:21 2008 -0500
4838
4839 ColdFire: Fix compilation issue caused by a missing function
4840
4841 Implement usec2ticks() which is used by fsl_i2c.c in
4842 lib_m68k/time.c
4843
4844 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4845
4846commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
4847Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4848Date: Thu Jul 31 19:53:06 2008 -0500
4849
4850 Fix compilation error for TASREG
4851
4852 TASREG is ColdFire platform, the include ppc4xx.h in
4853 board/esd/common/flash.c causes conflict.
4854
4855 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4856
4857commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
4858Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4859Date: Thu Jul 31 19:52:36 2008 -0500
4860
4861 Fix compilation error for MCF5275
4862
4863 Rename OBJ to COBJ in board/platform/Makefile
4864
4865 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4866
4867commit 5c40548f01218360a1f1395198c50ff45f3035b5
4868Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4869Date: Thu Jul 31 19:52:28 2008 -0500
4870
4871 Fix compile error caused by incorrect function return type
4872
4873 Rename int mii_init(void) to void mii_init(void) for idmr
4874 ColdFire platform
4875
4876 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4877
4878commit a58c78067c928976c082c758d3987e89ead5b191
4879Author: Wolfgang Denk <wd@denx.de>
4880Date: Fri Aug 1 12:06:22 2008 +0200
4881
4882 Fix build issues with MPC8xx FADS boards.
4883
4884 Signed-off-by: Wolfgang Denk <wd@denx.de>
4885
4886commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
4887Author: Wolfgang Denk <wd@denx.de>
4888Date: Thu Jul 31 17:54:03 2008 +0200
4889
4890 Prepare v1.3.4-rc2: update CHANGELOG
4891
4892 Signed-off-by: Wolfgang Denk <wd@denx.de>
4893
4b50cd12
WD
4894commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
4895Author: Mark Jackson <mpfj@mimc.co.uk>
4896Date: Thu Jul 31 16:09:00 2008 +0100
4897
4898 Add gzipped logo support
4899
4900 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
4901
4902 If this option is set, additionally to standard BMP
4903 images, gzipped BMP images can be displayed via the
4904 splashscreen support or the bmp command.
4905
4906 However, the splashscreen function *only* supports standard BMP images.
4907
4908 This patch adds the documented gzip support.
4909
4910 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
4911
4912commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
4913Author: Mark Jackson <mpfj@mimc.co.uk>
4914Date: Thu Jul 31 15:56:48 2008 +0100
4915
4916 Fix Atmel LCD controller endianess for AVR32 processors
4917
4918 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
4919 AVR32 (big endian) platforms.
4920
4921 As such, the controller can handle both big and little endian memory.
4922
4923 This patch fixes the driver for the AVR32 platform.
4924
4925 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
4926
4927commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
4928Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4929Date: Thu Jul 31 15:56:01 2008 +0200
4930
4931 apollon: fix build out of tree
4932
4933 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4934
4935commit 2e752be39d3e398d4ab89ffa6634c397df298297
4936Author: Guennadi Liakhovetski <lg@denx.de>
4937Date: Thu Jul 31 12:35:04 2008 +0200
4938
4939 Uncompressed images loaded to their start address shall set load_end too
4940
4941 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4942 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
4943
4944commit c37207d7f51e19c17f859966f314e27cc1231801
4945Author: Wolfgang Denk <wd@denx.de>
4946Date: Wed Jul 16 16:38:59 2008 +0200
4947
4948 Fix printf() format problems with configurable prompts
4949
4950 U-Boot allows for configurable prompt strings using the
4951 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
4952 the assumption was that any such user defined problts would contain
4953 exactly one "%d" format specifier. But some boards did not.
4954
4955 To allow for flexible boot prompts without adding too complex code we
4956 now allow to specify the whole list of printf() arguments in the user
4957 definition. This is powerful, but requires a responsible user who
4958 really understands what he is doing, as he needs to know for exanple
4959 which variables are available in the respective context.
4960
4961 Signed-off-by: Wolfgang Denk <wd@denx.de>
4962
4963commit 54754120637b6a7f4ff774fb199fc550bcfea1da
4964Author: Wolfgang Denk <wd@denx.de>
4965Date: Thu Jul 31 17:02:14 2008 +0200
4966
4967 TQM85xx: fix typo introduce by commit ffbb5cb9
4968
4969 Signed-off-by: Wolfgang Denk <wd@denx.de>
4970
4971commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
4972Author: Wolfgang Denk <wd@denx.de>
4973Date: Thu Jul 31 15:27:01 2008 +0200
4974
4975 mvbc_p board: fix most build warnings.
4976
4977 Signed-off-by: Wolfgang Denk <wd@denx.de>
4978
4979commit c4ec6db074051d2f6fc76a66411c60621b22bc02
4980Author: Wolfgang Denk <wd@denx.de>
4981Date: Thu Jul 31 13:57:20 2008 +0200
4982
4983 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
4984
4985 Avoid "integer constant is too large for 'long' type" warnings.
4986 And simplify the code.
4987
4988 Signed-off-by: Wolfgang Denk <wd@denx.de>
4989
4990commit 9196b44334c330cc13de2464c59181e4db71f549
4991Author: Matvejchikov Ilya <matvejchikov@gmail.com>
4992Date: Wed Jul 30 23:21:19 2008 +0400
4993
4994 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
4995
4996 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
4997
4998commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
4999Author: Matvejchikov Ilya <matvejchikov@gmail.com>
5000Date: Wed Jul 30 23:20:32 2008 +0400
5001
5002 PPC: Add pci_clk in the global_data for CPM2 processors
5003
5004 This patch adds pci_clk field to the global_data structure for the
5005 processors which have CPM2 module in case the CONFIG_PCI is defined.
5006
5007 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
5008
5009commit f0ff885ca64655bee6540eb8a25eed90b1152686
5010Author: Kumar Gala <galak@kernel.crashing.org>
5011Date: Wed Jul 30 14:13:30 2008 -0500
5012
5013 mpc85xx: Update linker scripts for Freescale boards
5014
5015 * Move to using absolute addressing always. Makes the scripts a bit more
5016 portable and common
5017 * Moved .bss after the end of the image. These allows us to have more
5018 room in the resulting binary image for code and data.
5019 * Removed .text object files that aren't really needed
5020 * Make sure _end is 4-byte aligned as the .bss init code expects this.
5021 (Its possible that the end of .bss isn't 4-byte aligned)
5022
5023 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5024
5025commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
5026Author: Kumar Gala <galak@kernel.crashing.org>
5027Date: Wed Jul 30 08:01:15 2008 -0500
5028
5029 Fix compile warnings in dlmalloc
5030
5031 The origional code was using on odd reference to get to the first
5032 real element in av_[]. The first two elements of the array are
5033 not used for actual bins, but for house keeping. If we are more
5034 explicit about how use the first few elements we can get rid of the
5035 warnings:
5036
5037 dlmalloc.c: In function 'malloc_extend_top':
5038 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
5039 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
5040 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
5041 ...
5042
5043 The logic of how this code came to be is:
5044 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
5045
5046 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
5047 bin_at(0) = &(av_[0])
5048
5049 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
5050
5051 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5052
5053commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
5054Author: Stefan Roese <sr@denx.de>
5055Date: Wed Jul 30 10:21:01 2008 +0200
5056
5057 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
5058
5059 Signed-off-by: Stefan Roese <sr@denx.de>
5060
5061commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
5062Author: Stefan Roese <sr@denx.de>
5063Date: Wed Jul 30 09:59:51 2008 +0200
5064
5065 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
5066
5067 A recent patch used '#if (CONFIG_CMD_USB)' instead of
5068 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
5069 common/bootm.c compile again.
5070
5071 Signed-off-by: Stefan Roese <sr@denx.de>
5072 Acked-by: Markus Klotzbuecher <mk@denx.de>
5073
5074commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
5075Author: Kyungmin Park <kmpark@infradead.org>
5076Date: Tue Jul 22 08:01:43 2008 +0900
5077
5078 Remove unused I2C at apollon board
5079
5080 There are no I2C devices on this board.
5081
5082 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5083
5084commit 3c95960e526b3b026da20201db64526f46faf14b
5085Author: Wolfgang Denk <wd@denx.de>
5086Date: Thu Jul 31 10:12:09 2008 +0200
5087
5088 at91rm9200dk, csb637: fix NAND related build problems
5089
5090 Tried fixing NAND support for the at91rm9200dk board; untested.
5091 Disabled NAND support in the csb637 board config file.
5092
5093 Signed-off-by: Wolfgang Denk <wd@denx.de>
5094
4b070809
WD
5095commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
5096Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5097Date: Wed Jul 30 12:39:28 2008 +0200
5098
5099 ppc4xx: ML507: Environment in flash and MTD Support
5100
5101 - Relocate the location of U-Boot in the flash
5102 - Save the environment in one sector of the flash memory
5103 - MTD Support
5104
5105 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5106 Signed-off-by: Stefan Roese <sr@denx.de>
5107
5108commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
5109Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5110Date: Tue Jul 29 17:16:10 2008 +0200
5111
5112 ppc4xx: ML507: Use of get_ram_size in board ml507
5113
5114 - Change suggested by WD
5115
5116 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5117 Signed-off-by: Stefan Roese <sr@denx.de>
5118
5119commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
5120Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5121Date: Mon Jul 21 20:30:07 2008 +0200
5122
5123 ppc4xx: ML507: U-Boot in flash and System ACE
5124
5125 This patch allows booting from FLASH the ML507 board by Xilinx.
5126 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
5127
5128 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5129 Signed-off-by: Stefan Roese <sr@denx.de>
5130
a49d10cf
WD
5131commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
5132Author: Julien May <mailinglist@miromico.ch>
5133Date: Mon Jun 23 13:57:52 2008 +0200
5134
5135 Add support for the hammerhead (AVR32) board
5136
5137 The Hammerhead platform is built around a AVR32 32-bit microcontroller
5138 from Atmel. It offers versatile peripherals, such as ethernet, usb
5139 device, usb host etc.
5140
5141 The board also incooperates a power supply and is a Power over Ethernet
5142 (PoE) Powered Device (PD).
5143
5144 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
5145 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
5146 DDR2 SDRAM interfaces, which will cover even the most exceptional need
5147 of memory bandwidth. Together with the onboard video decoder the board
5148 is ready for video processing.
5149
5150 For more information see: http:///www.miromico.com/hammerhead
5151
5152 Signed-off-by: Julien May <mailinglist@miromico.ch>
5153 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
5154 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5155
4b50cd12
WD
5156commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
5157Author: Kumar Gala <galak@kernel.crashing.org>
5158Date: Tue Jul 29 12:23:49 2008 -0500
5159
5160 fsl_i2c: Use timebase timer functions instead of get_timer()
5161
5162 The current implementation of get_timer() is only really useful after we
5163 have relocated u-boot to memory. The i2c code is used before that as part
5164 of the SPD DDR setup.
5165
5166 We actually have a bug when using the get_timer() code before relocation
5167 because the .bss hasn't been setup and thus we could be reading/writing
5168 a random location (probably in flash).
5169
5170 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5171
5172commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
5173Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
5174Date: Tue Jul 29 14:49:31 2008 +0200
5175
5176 Adder8xx: Fix CFG_MONITOR_LEN
5177
5178 Due to increased space usage, U-Boot can no longer be stored in three sectors.
5179 The current U-Boot use just over three flash sectors (197k), and U-Boot will
5180 become corrupt after saving environment variables. This patch adds another 64k
5181 to CFG_MONITOR_LEN.
5182
5183 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
5184
5185commit a4c59ad4a21140550ada6f97690d2527c4146ce5
5186Author: Kyungmin Park <kmpark@infradead.org>
5187Date: Tue Jul 29 08:47:57 2008 +0900
5188
5189 Add OneNAND IPL related files to gitignore
5190
5191 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5192
5193commit 8d87589e8e874df7120a3d9667f051bc33bac250
5194Author: Rafal Jaworowski <raj@semihalf.com>
5195Date: Mon Jul 28 20:38:25 2008 +0200
5196
5197 API: Teach the storage layer about SATA and MMC options.
5198
5199 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5200 Acked-by: Rafal Jaworowski <raj@semihalf.com>
5201
5202commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
5203Author: Rafal Jaworowski <raj@semihalf.com>
5204Date: Mon Jul 28 20:37:48 2008 +0200
5205
5206 API: Dump contents of sector 0 in the demo application.
5207
5208 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5209 Acked-by: Rafal Jaworowski <raj@semihalf.com>
5210
5211commit 13ca6305f2eba49c175f6370c35286141059c789
5212Author: Rafal Jaworowski <raj@semihalf.com>
5213Date: Mon Jul 28 20:37:10 2008 +0200
5214
5215 API: Correct storage enumeration routine, other minor fixes in API storage area.
5216
5217 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5218 Acked-by: Rafal Jaworowski <raj@semihalf.com>
5219
5220commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
5221Author: Rafal Jaworowski <raj@semihalf.com>
5222Date: Mon Jul 28 20:36:19 2008 +0200
5223
5224 API: Fix compilation warnings in api_examples/demo.c.
5225
5226 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5227
5228commit c14eefcc48212af2f3314809605698dd8393a90a
5229Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5230Date: Sun Jul 27 17:09:43 2008 +0200
5231
5232 Fix more printf() format warnings
5233
5234 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5235
5236commit 936897d4d1365452bbbdf8430db5e7769ef08d38
5237Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5238Date: Fri Jul 25 15:18:16 2008 +0200
5239
5240 Fix remaining CFG_CMD_ define, ifdef and comments
5241
5242 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5243
5244commit 5d1d00fb36005482e1803a00ddc46efa11d719af
5245Author: Stefano Babic <sbabic@denx.de>
5246Date: Fri Jul 25 08:57:40 2008 +0200
5247
5248 Add include for config.h in command.h.
5249
5250 Because the cmd_tbl_s structure depends on the configuration file, it
5251 must be assured that config.h is included before the structure is
5252 evaluated by the compiler. If this is not certain, it could happen
5253 that the compiler generates structures of different size, depending
5254 on the fact if the source file includes <config.h> before or after
5255 <command.h>.
5256
5257 The effect is that u-boot crashes when tries to relocate the command
5258 table (for ppc) or try to access to the command table for other
5259 architectures.
5260
5261 The problem can happen on board-depending commands. All general
5262 commands under /common are unaffected, because they include already
5263 config.h before command.h.
5264
5265 Signed-off-by: Stefano Babic <sbabic@denx.de>
5266
5267commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
5268Author: Scott Wood <scottwood@freescale.com>
5269Date: Wed Jul 23 13:16:06 2008 -0500
5270
5271 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
5272
5273 This fixes building out-of-tree.
5274
5275 Signed-off-by: Scott Wood <scottwood@freescale.com>
5276
5277commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
5278Author: Heiko Schocher <hs@denx.de>
5279Date: Wed Jul 23 07:30:46 2008 +0200
5280
5281 Fix warnings if compiling with IDE support.
5282
5283 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
5284 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
5285
5286 Signed-off-by: Heiko Schocher <hs@denx.de>
5287
5288commit 7610db17fd4d59c51d825488526d85ede2f06767
5289Author: Adrian Filipi <adrian.filipi@eurotech.com>
5290Date: Tue Jul 22 14:28:11 2008 -0400
5291
5292 Removed support for the adsvix board.
5293
5294 Support for the adsvix was originally provided by Applied Data
5295 Systems (ADS), inc., now EuroTech, Inc.
5296 The board never shipped aside from some sample boards.
5297
5298 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
5299
5300commit f96b44cef897bd372beb86dde1b33637c119d84d
5301Author: Remy Bohmer <linux@bohmer.net>
5302Date: Tue Jul 22 16:22:11 2008 +0200
5303
5304 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
5305
5306 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
5307 never set, because relocation to RAM is actually never done by U-boot
5308 itself. However, several pieces of code check if this flag is set at
5309 some time.
5310
5311 So, to make sure this flag is set on boards skipping relocation, this
5312 is added to the initialisation of U-boot at a moment where it is safe
5313 to do so.
5314
5315 Signed-off-by: Remy Bohmer <linux@bohmer.net>
5316
5317commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
5318Author: Timur Tabi <timur@freescale.com>
5319Date: Mon Jul 21 14:26:23 2008 -0500
5320
5321 fsl-i2c: fix writes to data segment before relocation
5322
5323 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
5324 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
5325 I2C bus speed and save the value in i2c_bus_speed[], which is a global
5326 variable. It is an error to write to the data segment before relocation,
5327 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
5328
5329 Signed-off-by: Timur Tabi <timur@freescale.com>
5330
5331commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
5332Author: Wolfgang Ocker <weo@reccoware.de>
5333Date: Mon Jul 28 16:56:51 2008 +0200
5334
5335 mips: Fix baudrate divisor computation on alchemy cpus
5336
5337 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
5338 on alchemy cpus.
5339
5340 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
5341 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5342
a49d10cf
WD
5343commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
5344Author: Ben Warren <biggerbadderben@gmail.com>
5345Date: Sat Jul 5 00:08:48 2008 -0700
5346
5347 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
5348
5349 Renamed initialization functions for atngw100 and atstk1000.
5350 Removed initializations for these boards from net/eth.c
5351
5352 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5353 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5354
4b50cd12
WD
5355commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
5356Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5357Date: Wed Jul 23 10:55:46 2008 +0200
5358
5359 spi flash: Fix printf() format warnings
5360
5361 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5362
5363commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
5364Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5365Date: Wed Jul 23 10:55:31 2008 +0200
5366
5367 atmel_mci: Fix printf() format warnings
5368
5369 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5370
5371commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
5372Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5373Date: Wed Jul 23 10:55:15 2008 +0200
5374
5375 avr32: Fix printf() format warnings
5376
5377 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5378
5379commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
5380Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5381Date: Wed Jul 23 10:52:19 2008 +0200
5382
5383 avr32: asm/io.h needs asm/types.h
5384
5385 map_physmem() takes a phys_addr_t as parameter. This type is defined in
5386 asm/types.h, so we need to include that file.
5387
5388 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5389
5390commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
5391Author: Michal Simek <monstr@monstr.eu>
5392Date: Thu Jul 17 12:25:46 2008 +0200
5393
5394 microblaze: Fix printf() format issues
5395
5396 Signed-off-by: Michal Simek <monstr@monstr.eu>
5397
5398commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
5399Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
5400Date: Thu Jul 17 07:27:51 2008 +0530
5401
5402 Remove unused code from lib_arm/bootm.c
5403
5404 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
5405
5406commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
5407Author: Detlev Zundel <dzu@denx.de>
5408Date: Wed Jul 16 18:56:45 2008 +0200
5409
5410 tqm85xx: Demystify 'DK: !!!' comment
5411
5412 Signed-off-by: Detlev Zundel <dzu@denx.de>
5413
5414commit b2f44ba570f3a01113bbb745daf46f3858d22f53
5415Author: Detlev Zundel <dzu@denx.de>
5416Date: Wed Jul 16 18:56:44 2008 +0200
5417
5418 83xx/85xx/86xx: Add LTEDR local bus definitions
5419
5420 Signed-off-by: Detlev Zundel <dzu@denx.de>
5421
5422commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
5423Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5424Date: Wed Jul 16 16:22:32 2008 +0200
5425
5426 serial_xuartlite.c: fix compiler warnings
5427
5428 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5429 Acked-by: Grant Likely <grant.likely@secretlab.ca>
5430
5431commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
5432Author: Stefan Roese <sr@denx.de>
5433Date: Fri Jul 18 11:03:35 2008 +0200
5434
5435 POST: Add disable interrupts in some of the missing CPU POST tests
5436
5437 Some CPU POST tests did not disable the interrupts while running. This
5438 seems to be necessary to protect this self modifying code.
5439
5440 Signed-off-by: Stefan Roese <sr@denx.de>
5441
5442commit 97a3bf268d096e0e97e54048448c35114edcf557
5443Author: Stefan Roese <sr@denx.de>
5444Date: Fri Jul 18 10:43:24 2008 +0200
5445
5446 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
5447
5448 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
5449 CFG_64BIT_LBA.
5450
5451 Signed-off-by: Stefan Roese <sr@denx.de>
5452
5453commit 0043ac55024963295fc79b39af85b6dc3b261e17
5454Author: Niklaus Giger <niklaus.giger@netstal.com>
5455Date: Fri Jul 18 11:22:23 2008 +0200
5456
5457 POST PPC4xx/spr IVPR only if PPC440
5458
5459 The SPR IVPR register is only present (as far as I know) for
5460 processors with a PPC440 core.
5461
5462 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5463 Acked-by: Stefan Roese <sr@denx.de>
5464
5465commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
5466Author: Stefan Roese <sr@denx.de>
5467Date: Fri Jul 18 10:42:29 2008 +0200
5468
5469 ppc4xx: Enable 64bit printf format on 440/460 platforms
5470
5471 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
5472 440/460 platforms. This may be needed since those platforms support
5473 36bit physical address space.
5474
5475 Signed-off-by: Stefan Roese <sr@denx.de>
5476
5477commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
5478Author: Stefan Roese <sr@denx.de>
5479Date: Fri Jul 18 15:57:23 2008 +0200
5480
5481 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
5482
5483 This patch fixes a problem with incorrect MODTx (On Die Termination)
5484 setup for a configuration with multiple DIMM's and multiple ranks.
5485 Without this change Katmai was unable to boot Linux with DDR2 frequency
5486 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
5487 with DDR2 frequency = 640MHz and mem=4GB.
5488
5489 Signed-off-by: Stefan Roese <sr@denx.de>
5490
4b070809
WD
5491commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
5492Author: Stefan Roese <sr@denx.de>
5493Date: Fri Jul 18 12:24:41 2008 +0200
5494
5495 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
5496
5497 Signed-off-by: Stefan Roese <sr@denx.de>
5498
5499commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
5500Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5501Date: Thu Jul 17 12:47:09 2008 +0200
5502
5503 ppc4xx: ML507 Board Support
5504
5505 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
5506 among others:
5507 -Virtex 5 FX FPGA (With a ppc440x5 in it)
5508 -256MB of SDRAM2
5509 -32MB of Flash
5510 -I2C Eeprom
5511 -System ACE chip
5512 -Serial ATA connectors
5513 -RS232 Level Conversors
5514 -Ethernet Transceiver
5515
5516 This patch gives support to a standard design produced by EDK for this
5517 board: ppc440, uartlite, xilinx_int and flash
5518
5519 - Includes Changes propossed by Stefan Roese and Michal Simek
5520
5521 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5522 Acked-by: Stefan Roese <sr@denx.de>
5523
5524commit d865fd09809a3a18669f35f970781820af40e4de
5525Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5526Date: Thu Jul 17 11:44:12 2008 +0200
5527
5528 ppc4xx: CPU PPC440x5 on Virtex5 FX
5529
5530 -This patchs gives support for the embbedded ppc440
5531 on the Virtex5 FPGAs
5532 -interrupts.c divided in uic.c and interrupts.c
5533 -xilinx_irq.c for xilinx interrupt controller
5534 -Include modifications propossed by Stefan Roese
5535
5536 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5537 Acked-by: Stefan Roese <sr@denx.de>
5538
4b50cd12
WD
5539commit 340ccb260f21516be360745d5c5e3bd0657698df
5540Author: Sebastian Siewior <bigeasy@linutronix.de>
5541Date: Wed Jul 16 20:04:49 2008 +0200
5542
5543 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
5544
5545 This got broken by commits 93c56f212c
5546 [cfi_flash: support of long cmd in U-boot.]
5547
5548 That command needs to be in little endian format on BE machines
5549 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
5550 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
5551 the cmdbuf in case portwidth = chipwidth = 8bit.
5552
5553 Cc: Alexey Korolev <akorolev@infradead.org>
5554 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
5555 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
5556
4b070809
WD
5557commit 11188d55bc16dd907451c00282e00a038f73dd62
5558Author: Stefan Roese <sr@denx.de>
5559Date: Thu Jul 17 10:40:51 2008 +0200
5560
5561 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
5562
5563 Signed-off-by: Stefan Roese <sr@denx.de>
5564
285db747
WD
5565commit 021f6df6e96af5b387810cf96d24848da1faa55c
5566Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5567Date: Thu Jul 10 17:20:51 2008 +0400
5568
5569 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
5570
5571 The thinko was quite silly indeed, I messed with !ptr. Normally this
5572 would trigger some fault, but in U-Boot NULL pointer is equal to phys
5573 0, so the code was working still, just didn't actually test mpc8315erdb
5574 environment variable value. Heh.
5575
5576 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5577 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5578
5579commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
5580Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5581Date: Tue Jul 8 21:00:04 2008 +0400
5582
5583 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
5584
5585 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
5586 support, or without TSEC1 but with USB ULPI PHY support in addition.
5587 With this patch user can specify desired USB PHY.
5588
5589 Also, it seems that we can't distinguish the two boards in software, so
5590 user have to set `mpc8315erdb' environment variable to either 'tsec1'
5591 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
5592 Linux will not probe for TSEC1.
5593
5594 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5595 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5596
5597commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
5598Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5599Date: Tue Jul 8 20:59:43 2008 +0400
5600
5601 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
5602
5603 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
5604 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
5605 (connected to the four-ports hub, usb host only).
5606
5607 This patch implements support for passing Dual-Role USB controller's
5608 device tree property phy_type through the usb_phy_type environment
5609 variable.
5610
5611 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5612 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
5613 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5614
4b50cd12
WD
5615commit 699f05125509249072a0b865c8d35520d97cd501
5616Author: Wolfgang Denk <wd@denx.de>
5617Date: Tue Jul 15 22:22:44 2008 +0200
5618
5619 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
5620
5621 Signed-off-by: Wolfgang Denk <wd@denx.de>
5622
699f0512
WD
5623commit bcab74baa6b1b1c969038ab6f64a186239180405
5624Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5625Date: Tue Jul 15 11:23:02 2008 -0400
5626
5627 Round the serial port clock divisor value returned by calc_divisor()
5628
5629 Round the serial port clock divisor value returned by
5630 calc_divisor()
5631
5632 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5633 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
5634
5635commit 0328ef0edfe950f0b7b8b368dae482531506b74a
5636Author: Robin Getz <rgetz@blackfin.uclinux.org>
5637Date: Tue Jul 15 21:44:46 2008 +0200
5638
5639 Fix DHCP protocol so U-Boot does not respond too early
5640 on the network with it's offered IP number; it should not reply until
5641 after it has received a DHCP ACK message. Also ensures that U-Boot
5642 does it's DHCPREQUEST as broadcast (per RFC 2131).
5643
5644 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
5645 Acked-by: Ben Warren <biggerbadderben@gmail.com>
5646 Signed-off-by: Wolfgang Denk <wd@denx.de>
5647
5648commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
5649Author: Sebastian Siewior <bigeasy@linutronix.de>
5650Date: Tue Jul 15 13:35:23 2008 +0200
5651
5652 cfi_flash: make the command u32 only
5653
5654 This got changed by commit 93c56f212c
5655 [cfi_flash: support of long cmd in U-boot.]
5656
5657 Long is the wrong type because it will behave differently on 64bit
5658 machines in a way that is probably not expected. u32 should be
5659 enough.
5660
5661 Cc: Alexey Korolev <akorolev@infradead.org>
5662 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
5663 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
5664
5665commit 31cfe57491b183acae575d486729e158f016c27b
5666Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5667Date: Mon Jul 14 23:48:41 2008 +0200
5668
5669 tools/gitignore: update to all generated files
5670
5671 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5672
5673commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
5674Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
5675Date: Wed Jul 9 18:30:44 2008 +0200
5676
5677 mpc5xxx: Add MVBC_P board support
5678
5679 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
5680 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
5681
5682 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
5683 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5684
5685commit e2d31fb3450653115452144363d5bde4e5e3e693
5686Author: Timur Tabi <timur@freescale.com>
5687Date: Thu Jun 19 17:56:11 2008 -0500
5688
5689 Update Freescale sys_eeprom.c to handle CCID formats
5690
5691 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
5692 NXID format replaces the older CCID format, but it's important to support both
5693 since most boards out there still use the CCID format. This change is in
5694 preparation for using one file to handle both formats. This will also unify
5695 EEPROM support for all Freescale 85xx and 86xx boards.
5696
5697 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
5698 instead of ID_EEPROM_ADDR.
5699
5700 Signed-off-by: Timur Tabi <timur@freescale.com>
5701
5702commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
5703Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5704Date: Fri Jul 11 17:22:43 2008 +0900
5705
5706 pci: sh: Add pci_skip_dev and pci_print_dev function
5707
5708 Add function of new PCI, pci_skip_dev and pci_print_dev.
5709
5710 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5711 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5712
5713commit 1107014e835ec9d46c0333f4211d104f77442db0
5714Author: Andy Fleming <afleming@freescale.com>
5715Date: Mon Jul 14 20:29:07 2008 -0500
5716
5717 Clean up INIT_RAM options
5718
5719 The L2_INIT_RAM option was unused, and recent changes to the TLB code
5720 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
5721 the amount of mapped space attached to nothing, we change things so the TLBs
5722 get cleared.
5723
5724 Signed-off-by: Andy Fleming <afleming@freescale.com>
5725
5726commit 4524561820a9327e89107854b3a7187800ccf719
5727Author: Andy Fleming <afleming@freescale.com>
5728Date: Mon Jul 14 20:26:57 2008 -0500
5729
5730 Remove fake flash bank from 8544 DS
5731
5732 The fake flash bank was generating errors for anyone who didn't have a
5733 PromJET hooked up to the board. As that constitutes the vast majority of
5734 users, we remove it.
5735
5736 Signed-off-by: Andy Fleming <afleming@freescale.com>
5737
5738commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
5739Author: Kumar Gala <galak@kernel.crashing.org>
5740Date: Mon Jul 14 14:07:03 2008 -0500
5741
5742 MPC8544DS: Add ATI Video card support
5743
5744 Add support for using a PCIe ATI Video card on PCIe2.
5745
5746 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5747
5748commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
5749Author: Kumar Gala <galak@kernel.crashing.org>
5750Date: Mon Jul 14 14:07:02 2008 -0500
5751
5752 85xx: Add some L1/L2 SPR register definitions
5753
5754 Add new L1/L2 SPRs related to e500mc cache config and control.
5755
5756 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5757
5758commit e5852787f0c3c442a276262f13d91ca450605ac0
5759Author: Kumar Gala <galak@kernel.crashing.org>
5760Date: Mon Jul 14 14:07:01 2008 -0500
5761
5762 MPC8544DS: Report board id, board version and fpga version.
5763
5764 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5765
5766commit 73f15a060f67a2462551c334215bd20fac6b81d1
5767Author: Kumar Gala <galak@kernel.crashing.org>
5768Date: Mon Jul 14 14:07:00 2008 -0500
5769
5770 85xx: Cleanup L2 cache size detection
5771
5772 The L2 size detection code was a bit confusing and we kept having to add
5773 code to it to handle new processors. Change the sense of detection so we
5774 look for the older processors that aren't changing.
5775
5776 Also added support for 1M cache size on 8572.
5777
5778 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5779
5780commit c3ca7e5e00a24451f20df3bded9a61ba541921df
5781Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5782Date: Fri Jul 11 15:33:08 2008 -0400
5783
5784 sbc8560: enable CONFIG_OF_LIBFDT by default
5785
5786 Make the default build for the sbc8560 board be powerpc
5787 capable with libfdt support.
5788
5789 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5790
5791commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
5792Author: Andy Fleming <afleming@freescale.com>
5793Date: Mon Jul 14 20:04:40 2008 -0500
5794
5795 Fix indentation for default boot environment variables
5796
5797 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
5798 similar #defines in sbc8560.h.
5799
5800 Signed-off-by: Andy Fleming <afleming@freescale.com>
5801
5802commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
5803Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5804Date: Fri Jul 11 15:33:07 2008 -0400
5805
5806 sbc8560: add default fdt values
5807
5808 Add in the default fdt settings and the typical EXTRA_ENV
5809 settings as borrowed from the mpc8560ads. Fix a couple
5810 of stale references to the mpc8560ads dating back to the
5811 original clone/fork.
5812
5813 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5814 Signed-off-by: Andy Fleming <afleming@freescale.com>
5815
5816commit d04e76edf92f7f89696989e8702b97e020455af3
5817Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5818Date: Fri Jul 11 15:33:06 2008 -0400
5819
5820 sbc8560: add in ft_board_setup()
5821
5822 Add in for the sbc8560, the ft_board_setup() routine, based on what is
5823 in use for the Freescale MPC8560ADS board.
5824
5825 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5826
5827commit c158bcaca3b31cbe38c4143812e6170e38a57393
5828Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5829Date: Fri Jul 11 15:33:05 2008 -0400
5830
5831 sbc8560: define eth0 and eth1 instead of eth1 and eth2
5832
5833 The existing config doesn't define CONFIG_HAS_ETH0, and so the
5834 fdt support doesn't update the zeros in the dtb local-mac with
5835 real data from the u-boot env. Since the existing config is
5836 tailored to just two interfaces, get rid of the ETH2 definitions
5837 at the same time.
5838
5839 Also don't include any end user specific data into the environment
5840 by default -- things like MAC address, network parameters etc. need
5841 to come from the end user.
5842
5843 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5844 Signed-off-by: Andy Fleming <afleming@freescale.com>
5845
5846commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
5847Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5848Date: Fri Jul 11 15:33:04 2008 -0400
5849
5850 sbc8560: properly set cs0_bnds for 512MB
5851
5852 The sbc8560 board ships with 512MB of memory installed,
5853 but the current cs0_bnds is hard coded for 256MB. Set the
5854 value based on CFG_SDRAM_SIZE.
5855
5856 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5857
5858commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
5859Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5860Date: Fri Jul 11 15:33:03 2008 -0400
5861
5862 sbc8560: proper definitions for TSEC.
5863
5864 The definitions for the TSEC have become out of date. There is no
5865 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
5866 Update to match those of other boards, like the MPC8560ADS.
5867
5868 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5869 Acked-by: Ben Warren <biggerbadderben@gmail.com>
5870
5871commit 71074abbe0c76429577aff58aeff0a24ad210b23
5872Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5873Date: Wed Jul 9 13:23:05 2008 -0400
5874
5875 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
5876
5877 Some boards that have external 16550 UARTs don't have a direct
5878 tie between bi_busfreq and the clock used for the UARTs. Boards
5879 that do have such a tie should set CFG_NS16550_CLK to be
5880 get_bus_freq(0) -- which most of them do already.
5881
5882 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5883 Acked-by: Kim Phillips <kim.phillips@freescale.com>
5884
5885commit 24ef76f320fbadf074105229826514db140f939f
5886Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
5887Date: Wed Jul 2 07:03:53 2008 -0700
5888
5889 Change the temp map to ROM to align addresses to page size.
5890
5891 With a page size of BOOKE_PAGESZ_16M, both the real and effective
5892 addresses must be multiples of 16MB. The hardware silently truncates
5893 them so the code happens to work. This patch clarifies the situation
5894 by establishing addresses that the hardware doesn't need to truncate.
5895
5896 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
5897 Signed-off-by: Andy Fleming <afleming@freescale.com>
5898
5899commit 06b4186c10204b6683edb047ac5f506fb0ce0937
5900Author: Kim Phillips <kim.phillips@freescale.com>
5901Date: Tue Jun 17 17:45:22 2008 -0500
5902
5903 mpc85xx: use IS_E_PROCESSOR macro
5904
5905 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5906
5907commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
5908Author: Kim Phillips <kim.phillips@freescale.com>
5909Date: Mon Jun 16 15:55:53 2008 -0500
5910
5911 fdt: add crypto node handling for MPC8{3, 5}xxE processors
5912
5913 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
5914 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
5915 if on an 'EA' processor, e.g. MPC8349EA.
5916
5917 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5918
5919commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
5920Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5921Date: Fri Jul 11 15:10:11 2008 -0400
5922
5923 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
5924
5925 ARM DaVinci: Remove extern phy_t declaration by moving
5926 code to proper place.
5927
5928 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5929
5930commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
5931Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5932Date: Fri Jul 11 15:10:10 2008 -0400
5933
5934 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
5935
5936 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
5937 and prototype of i2c_init().
5938
5939 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5940
5941commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
5942Author: Kumar Gala <galak@kernel.crashing.org>
5943Date: Mon Jul 14 14:03:02 2008 -0500
5944
5945 Fix some more printf() format problems.
5946
5947 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5948
5949commit 45b16d22c64674ccd8c4637456a987463609141c
5950Author: Wolfgang Denk <wd@denx.de>
5951Date: Mon Jul 14 22:38:42 2008 +0200
5952
5953 Fix coding style; make code better parsable by external tools
5954
5955 Signed-off-by: Wolfgang Denk <wd@denx.de>
5956
5957commit b880cbf207b1c109d3a661417a8feddcbd729a9d
5958Author: Wolfgang Denk <wd@denx.de>
5959Date: Mon Jul 14 21:19:08 2008 +0200
5960
5961 cpu/i386/serial.c: Fix syntax errors
5962
5963 Signed-off-by: Wolfgang Denk <wd@denx.de>
5964
5965commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
5966Author: Wolfgang Denk <wd@denx.de>
5967Date: Mon Jul 14 20:41:35 2008 +0200
5968
5969 elppc board: Coding style cleanup.
5970
5971 Signed-off-by: Wolfgang Denk <wd@denx.de>
5972
5973commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
5974Author: Wolfgang Denk <wd@denx.de>
5975Date: Mon Jul 14 20:40:22 2008 +0200
5976
5977 elppc board: fix syntax error.
5978
5979 Signed-off-by: Wolfgang Denk <wd@denx.de>
5980
5981commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
5982Author: Wolfgang Denk <wd@denx.de>
5983Date: Mon Jul 14 20:38:26 2008 +0200
5984
5985 EB+MCF-EV123 board: fix coding style (alingment)
5986
5987 Signed-off-by: Wolfgang Denk <wd@denx.de>
5988
5989commit 6841785a0bb0f38175456a923edd634fb7dd6947
5990Author: Wolfgang Denk <wd@denx.de>
5991Date: Mon Jul 14 20:36:44 2008 +0200
5992
5993 EB+MCF-EV123 board: fix syntx error
5994
5995 Signed-off-by: Wolfgang Denk <wd@denx.de>
5996
5997commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
5998Author: Andy Fleming <afleming@freescale.com>
5999Date: Mon Jul 7 18:02:08 2008 -0500
6000
6001 Remove LBC_CACHE_BASE from 8544 DS
6002
6003 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
6004 space for some anyway, we were allowing speculative loads into unmapped space,
6005 which would cause an exception (annoying, even if ultimately harmless).
6006 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
6007 problem.
6008
6009 Signed-off-by: Andy Fleming <afleming@freescale.com>
6010
6011commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
6012Author: Wolfgang Denk <wd@denx.de>
6013Date: Mon Jul 14 15:19:07 2008 +0200
6014
6015 Code cleanup: fix old style assignment ambiguities like "=-" etc.
6016
6017 Signed-off-by: Wolfgang Denk <wd@denx.de>
6018
6019commit d7854223c5c85b5849fbf422cc8ac0efef461c37
6020Author: Wolfgang Denk <wd@denx.de>
6021Date: Mon Jul 14 15:10:53 2008 +0200
6022
6023 AmigaOneG3SE: remove dead and incomplete files
6024
6025 Signed-off-by: Wolfgang Denk <wd@denx.de>
6026
6027commit b64f190b7a34224df09b559ca111eb1b733f00ad
6028Author: Wolfgang Denk <wd@denx.de>
6029Date: Mon Jul 14 15:06:35 2008 +0200
6030
6031 Fix printf() format issues with sizeof_t types by using %zu
6032
6033 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6034 Signed-off-by: Wolfgang Denk <wd@denx.de>
6035
6036commit f354b73e16a86f9e9085471a830605f74f84ea5d
6037Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6038Date: Mon Jul 14 14:11:45 2008 +0200
6039
6040 vsprintf: add z and t options
6041
6042 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6043
6044commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
6045Author: Wolfgang Denk <wd@denx.de>
6046Date: Sun Jul 13 23:07:35 2008 +0200
6047
6048 Fix some more printf() format issues.
6049
6050 Signed-off-by: Wolfgang Denk <wd@denx.de>
6051
6052commit d5996dd555edf52721b7691a4c59de016251ed39
6053Author: Wolfgang Denk <wd@denx.de>
6054Date: Sun Jul 13 19:51:00 2008 +0200
6055
6056 Fix some more printf() format problems.
6057
6058 Signed-off-by: Wolfgang Denk <wd@denx.de>
6059
6060commit 0f9d5f6d6e814907794995c6a22af752040c35d9
6061Author: Wolfgang Denk <wd@denx.de>
6062Date: Sun Jul 13 19:48:26 2008 +0200
6063
6064 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
6065
6066 Signed-off-by: Wolfgang Denk <wd@denx.de>
6067
6068commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
6069Author: Anatolij Gustschin <agust@denx.de>
6070Date: Sat Jul 12 17:31:36 2008 +0200
6071
6072 Fix bug in Lime video driver
6073
6074 We need to wait while drawing engine clears frame
6075 buffer before any further software accesses to frame
6076 buffer will be initiated. Otherwise software drawn
6077 parts could be partially destroyed by the drawing
6078 engine or even GDC chip freeze could occur (as
6079 observed on socrates board).
6080
6081 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6082
6083commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
6084Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6085Date: Sat Jul 12 14:36:34 2008 +0200
6086
6087 Fix some more printf() format issues.
6088
6089 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6090
6091commit 18c8a28aad49803780bd8d52432ded528e37e701
6092Author: Michal Simek <monstr@monstr.eu>
6093Date: Fri Jul 11 15:11:57 2008 +0200
6094
6095 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
6096
6097 Signed-off-by: Michal Simek <monstr@monstr.eu>
6098 Acked-by: Stefan Roese <sr@denx.de>
6099
6100commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
6101Author: Michal Simek <monstr@monstr.eu>
6102Date: Fri Jul 11 11:50:53 2008 +0200
6103
6104 hwmon: Cleaning hwmon devices
6105
6106 Clean Makefile
6107 Move device specific values to driver for better reading
6108
6109 Signed-off-by: Michal Simek <monstr@monstr.eu>
6110 Acked-by: Stefan Roese <sr@denx.de>
6111
6112commit c78fce699c7ff467ecd841da6a79f065180bf578
6113Author: Michal Simek <monstr@monstr.eu>
6114Date: Fri Jul 11 10:43:13 2008 +0200
6115
6116 FIS: repare incorrect return value with ramdisk handling
6117
6118 Microblaze and PowerPC use boot_get_ramdisk for loading
6119 ramdisk to memory with checking return value.
6120 Return 0 means success. Return 1 means failed.
6121 Here is correspond part of code from bootm.c which check
6122 return code.
6123
6124 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
6125 &rd_data_start, &rd_data_end);
6126 if (ret)
6127 goto error;
6128
6129 Signed-off-by: Michal Simek <monstr@monstr.eu>
6130
6131commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
6132Author: Michal Simek <monstr@monstr.eu>
6133Date: Fri Jul 11 10:10:32 2008 +0200
6134
6135 microblaze: Remove useless ancient headers
6136
6137 Signed-off-by: Michal Simek <monstr@monstr.eu>
6138
6139commit 53ea981c3124b13c137c2d10e975b7c6672266e0
6140Author: Michal Simek <monstr@monstr.eu>
6141Date: Fri Jul 11 10:10:31 2008 +0200
6142
6143 microblaze: Clean uartlite driver
6144
6145 Redesign uartlite driver to in_be32 and out_be32 macros
6146 Fix missing header in io.h
6147
6148 Signed-off-by: Michal Simek <monstr@monstr.eu>
6149 Acked-by: Grant Likely <grant.likely@secretlab.ca>
6150
6151commit dbf3dfb386a2d5d2381814e39985ab2e21894550
6152Author: Marcel Ziswiler <marcel@ziswiler.com>
6153Date: Fri Jul 11 02:39:14 2008 +0200
6154
6155 Enable passing of ATAGs required by latest Linux kernel.
6156
6157commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
6158Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6159Date: Fri Jul 11 10:24:15 2008 -0400
6160
6161 Fix integer overflow warning in calc_divisor()
6162
6163 which happened when rounding the serial port clock divisor
6164
6165 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6166
6167commit 6b760189d77f001684e3160b355c185ca3804961
6168Author: Marcel Ziswiler <marcel@ziswiler.com>
6169Date: Fri Jul 11 01:09:59 2008 +0200
6170
6171 Fix build time warnings in function mmc_decode_csd()
6172
6173 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6174
6175commit c15947d6ce0d59925c97fdfac692476af6e262d0
6176Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6177Date: Thu Jul 10 10:46:33 2008 -0400
6178
6179 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
6180
6181 caused by missing dcache status/enable/disable functions.
6182
6183 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6184
6185commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
6186Author: Stefan Roese <sr@denx.de>
6187Date: Thu Jul 10 13:53:31 2008 +0200
6188
6189 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
6190
6191 This patch removes some ft_board_setup() functions from some 4xx boards.
6192 This can be done since we now have a default weak implementation for this
6193 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
6194 implementation like canyonlands need their own version.
6195
6196 Signed-off-by: Stefan Roese <sr@denx.de>
6197
6198commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
6199Author: Wolfgang Denk <wd@denx.de>
6200Date: Sun Jul 13 14:58:16 2008 +0200
6201
6202 Add last known maintainer for orphaned boards; reformat.
6203
6204 Signed-off-by: Wolfgang Denk <wd@denx.de>
6205
6206commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
6207Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6208Date: Thu Jul 10 13:16:04 2008 +0200
6209
6210 Remove kharris@nexus-tech.net from MAINTAINERS
6211
6212 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
6213 anymore. You can't be a maintainer without a valid e-mail address, so
6214 move all boards that used to be maintained by Kyle Harris to the
6215 "orphaned" list.
6216
6217 Currently, only PowerPC has a list of orphaned boards, so this patch
6218 creates one for ARM as well.
6219
6220 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6221
6222commit 17bd17071463b0cde391ac4a0863d600474b4ea1
6223Author: Anatolij Gustschin <agust@denx.de>
6224Date: Thu Jul 10 01:15:10 2008 +0200
6225
6226 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
6227
6228 On the at91sam9260ep development board there is an EEPROM
6229 connected to the TWI interface (PA23, PA24 Peripheral A
6230 multiplexing), so we cannot use these pins as ETX2, ETX3.
6231 This patch configures PA10, PA11 pins for ETX2, ETX3
6232 instead of PA23, PA24 pins.
6233
6234 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6235 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
6236
6237commit f889265753ddf4465d9d580827bb9289bfac55d6
6238Author: Kenneth Johansson <kenneth@southpole.se>
6239Date: Sat Jul 12 13:18:34 2008 -0600
6240
6241 fix DIU for small screens
6242
6243 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
6244 so it was not possible to set a slow pixel clock and thus prevented
6245 display on small screens.
6246
6247 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
6248 Acked-by: John Rigby <jrigby@freescale.com>
6249
6250commit b60b8573875e650e4c69be667bfc88d3ed474a7c
6251Author: John Rigby <jrigby@freescale.com>
6252Date: Fri Jul 11 14:44:09 2008 -0600
6253
6254 ADS5121 cleanup compile warnings
6255
6256 board/ads5121/iopin.c
6257 Replace bit fields in struct iopin_t with a single
6258 field and intialize it via plain old macros.
6259 This fixes the type pun warnings and makes the code
6260 more readable.
6261
6262 board/ads5121/ads5121.c
6263 Add include iopin.h to ads5121.c for the iopin_initialize
6264 prototype.
6265
6266 Add an extern void ads5121_diu_init(void)
6267
6268 Signed-off-by: John Rigby <jrigby@freescale.com>
6269
6270commit bde63587622c4b830a27d1ddf7265843de9e994f
6271Author: Wolfgang Denk <wd@denx.de>
6272Date: Fri Jul 11 22:56:11 2008 +0200
6273
6274 Fix some more printf() format issues.
6275
6276 Signed-off-by: Wolfgang Denk <wd@denx.de>
6277
6278commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
6279Author: Wolfgang Denk <wd@denx.de>
6280Date: Fri Jul 11 22:55:31 2008 +0200
6281
6282 Fixed some out-of-tree build issues
6283
6284 Signed-off-by: Wolfgang Denk <wd@denx.de>
6285
6286commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
6287Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6288Date: Wed Jul 9 16:20:23 2008 -0500
6289
6290 ColdFire: Fix FB CS not setup properly for Mcf5282
6291
6292 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
6293 CFG_CSn_RO is defined as 0, the chipselect will not
6294 be assigned.
6295
6296 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6297
6298commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
6299Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6300Date: Wed Jul 9 15:47:27 2008 -0500
6301
6302 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
6303
6304 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
6305 clock module in cpu/<cf arch>/cpu_init.c
6306
6307 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6308
6309commit f94945b517f10e01927101679c62361e03d4e837
6310Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6311Date: Wed Jul 9 15:25:01 2008 -0500
6312
6313 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
6314
6315 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6316
6317commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
6318Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6319Date: Wed Jul 9 15:21:44 2008 -0500
6320
6321 Fix compile error caused by missing timer function
6322
6323 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
6324
6325 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6326
6327commit c37ea031175b807c54e6bad9b270e9bede6c0078
6328Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6329Date: Wed Jul 9 15:14:25 2008 -0500
6330
6331 Fix compile error caused by incorrect function return type
6332
6333 Rename int mii_init(void) to void mii_init(void)
6334
6335 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6336
6337commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
6338Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6339Date: Wed Jun 18 19:27:23 2008 -0500
6340
6341 ColdFire: Fix power up issue for MCF5235
6342
6343 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6344
6345commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
6346Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6347Date: Wed Jun 18 19:19:07 2008 -0500
6348
6349 ColdFire: Fix compiling error for MCF5275
6350
6351 The compiling error was caused by missing a closed parentheses
6352 in speed.c
6353
6354 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6355
6356commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
6357Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6358Date: Wed Jun 18 19:14:01 2008 -0500
6359
6360 ColdFire: Fix timer issue for MCF5272
6361
6362 The timer was assigned to wrong timer memory mapped which
6363 caused udelay() and timer() not working properly.
6364
6365 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6366
6367commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
6368Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6369Date: Wed Jun 18 19:12:13 2008 -0500
6370
6371 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
6372
6373 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
6374
6375commit 8371dc2066136be21e10b7b9293e469297d77298
6376Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6377Date: Wed Jun 18 19:05:23 2008 -0500
6378
6379 ColdFire: Add -got=single param for new linux v4e toolchains
6380
6381 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
6382
6383commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
6384Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6385Date: Wed Jun 18 13:21:19 2008 -0500
6386
6387 ColdFire: Fix code flash configuration for M547x/M548x boards
6388
6389 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
6390
6391commit 6e37091afc07fdcc15590093fd066b0cb7399f85
6392Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6393Date: Tue Jun 24 12:12:16 2008 -0500
6394
6395 ColdFire: Fix warning messages by passing correct data type in board.c
6396
6397 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6398
6399commit 81cc32322acb1b3225ee45606ced48e2a14824dc
6400Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6401Date: Thu May 29 12:21:54 2008 -0500
6402
6403 ColdFire: Fix UART baudrate formula
6404
6405 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
6406 can generate the wrong divisor due to integer division truncation.
6407 Round the calculated divisor value by adding 1/2 the baudrate
6408 before dividing by the baudrate.
6409
6410 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6411 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
6412
6413commit b578fb471444cbd7db1285701ba51343baaf73fb
6414Author: Stefan Roese <sr@denx.de>
6415Date: Thu Jul 10 11:38:26 2008 +0200
6416
6417 ppc4xx: Fix include sequence in 4xx_pcie.c
6418
6419 This patch now moves common.h to the top of the inlcude list. This
6420 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
6421 the phys_size_t/phys_addr_t are defined to the correct size in this
6422 driver.
6423
6424 Signed-off-by: Stefan Roese <sr@denx.de>
6425
4b070809
WD
6426commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
6427Author: Stefan Roese <sr@denx.de>
6428Date: Fri Jul 11 13:10:56 2008 +0200
6429
6430 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
6431
6432 Signed-off-by: Stefan Roese <sr@denx.de>
6433
6434commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
6435Author: Stefan Roese <sr@denx.de>
6436Date: Fri Jul 11 11:40:13 2008 +0200
6437
6438 ppc4xx: Fix small korat merge problem
6439
6440 Signed-off-by: Stefan Roese <sr@denx.de>
6441
6442commit 1d0554736a0a1dd59718acda660871ce56b69e18
6443Author: Stefan Roese <sr@denx.de>
6444Date: Fri Jul 11 11:34:52 2008 +0200
6445
6446 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
6447
6448 Signed-off-by: Stefan Roese <sr@denx.de>
6449
6450commit 3a82113ed5934d498f25080441a8261fc9454b15
6451Author: Stefan Roese <sr@denx.de>
6452Date: Thu Jul 10 16:37:09 2008 +0200
6453
6454 ppc4xx: Add 460SX UIC defines
6455
6456 Only the really needed ones are added (cascading and EMAC/MAL).
6457
6458 Signed-off-by: Stefan Roese <sr@denx.de>
6459
6460commit 26173fc6f60521c2a8072f652f863617fc11ba9a
6461Author: Stefan Roese <sr@denx.de>
6462Date: Mon Jun 30 14:11:07 2008 +0200
6463
6464 ppc4xx: Continue cleanup of ppc440.h
6465
6466 This patch continues the ppc440.h cleanup by removing some of the unused
6467 defines.
6468
6469 Signed-off-by: Stefan Roese <sr@denx.de>
6470
6471commit d9056b7913ed6a228d2f33671d916efedee541dd
6472Author: Stefan Roese <sr@denx.de>
6473Date: Mon Jun 30 14:05:05 2008 +0200
6474
6475 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
6476
6477 This patch cleans up the 440SPe PCIe register usage. Now only defines
6478 from the include/asm-ppc/4xx_pcie.h are used.
6479
6480 Signed-off-by: Stefan Roese <sr@denx.de>
6481
6482commit 5de851403b01489b493fa83137ad990b8ce60d1c
6483Author: Stefan Roese <sr@denx.de>
6484Date: Thu Jun 26 17:36:39 2008 +0200
6485
6486 ppc4xx: Rework 440GX UIC handling
6487
6488 This patch reworks the 440GX interrupt handling so that the common 4xx
6489 code can be used. The 440GX is an exception to all other 4xx variants
6490 by having the cascading interrupt vectors not on UIC0 but on a special
6491 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
6492 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
6493 handling is simpler without any 440GX special cases.
6494
6495 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
6496
6497 Signed-off-by: Stefan Roese <sr@denx.de>
6498
6499commit d1631fe1a05b063ccaf62ea892a8887b829847d1
6500Author: Stefan Roese <sr@denx.de>
6501Date: Thu Jun 26 13:40:57 2008 +0200
6502
6503 ppc4xx: Consolidate PPC4xx UIC defines
6504
6505 This 2nd patch now removes all UIC mask bit definition. They should be
6506 generated from the vectors by using the UIC_MASK() macro from now on.
6507 This way only the vectors need to get defined for new PPC's.
6508
6509 Also only the really used interrupt vectors are now defined. This makes
6510 definitions for new PPC versions easier and less error prone.
6511
6512 Another part of this patch is that the 4xx emac driver got a little
6513 cleanup, since now the usage of the interrupts is clearer.
6514
6515 Signed-off-by: Stefan Roese <sr@denx.de>
6516
6517commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
6518Author: Stefan Roese <sr@denx.de>
6519Date: Wed Jun 25 10:59:22 2008 +0200
6520
6521 ppc4xx: Consolidate PPC4xx UIC defines
6522
6523 This patch is the first step to consolidate the UIC related defines in the
6524 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
6525 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
6526 steps.
6527
6528 Signed-off-by: Stefan Roese <sr@denx.de>
6529
6530commit 7ee2619c20ccecd57966d74d844e6329e141261c
6531Author: Stefan Roese <sr@denx.de>
6532Date: Tue Jun 24 17:18:50 2008 +0200
6533
6534 ppc4xx: Consolidate PPC4xx EBC defines
6535
6536 This patch removes all EBC related defines from the PPC4xx headers
6537 ppc405.h and ppc440.h and introduces a new header
6538
6539 include/asm-ppc/ppc4xx-ebc.h
6540
6541 with all those defines.
6542
6543 Signed-off-by: Stefan Roese <sr@denx.de>
6544
6545commit e321801bed5a6d896d298c00fd20046f039d5d66
6546Author: Stefan Roese <sr@denx.de>
6547Date: Thu Jul 10 13:52:44 2008 +0200
6548
6549 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
6550
6551 This patch removes some ft_board_setup() functions from some 4xx boards.
6552 This can be done since we now have a default weak implementation for this
6553 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
6554 implementation like canyonlands need their own version.
6555
6556 Signed-off-by: Stefan Roese <sr@denx.de>
6557
6558commit 08250eb2edbd96514d049602d9e134110ac3185f
6559Author: Stefan Roese <sr@denx.de>
6560Date: Thu Jul 10 15:32:32 2008 +0200
6561
6562 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
6563
6564 Signed-off-by: Stefan Roese <sr@denx.de>
6565
6566commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
6567Author: Grant Erickson <gerickson@nuovations.com>
6568Date: Tue Jul 8 08:35:00 2008 -0700
6569
6570 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
6571
6572 This patch adds support for placing the RGMII bridge on the
6573 PPC405EX(r) into MII/GMII mode and allows a board-specific
6574 configuration to specify the bridge mode at compile-time.
6575
6576 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6577 Signed-off-by: Stefan Roese <sr@denx.de>
6578
6579commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
6580Author: Grant Erickson <gerickson@nuovations.com>
6581Date: Wed Jul 9 16:46:35 2008 -0700
6582
6583 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
6584
6585 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
6586 controller registers (MODT and INITPLR) used by the
6587 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
6588 peer values used for the INITPLR MR and EMR registers,
6589 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
6590
6591 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
6592 Kilauea are replaced by equivalent mnemonics to make it easier to
6593 compare and contrast other 405EX(r)-based boards (e.g. during board
6594 bring-up).
6595
6596 Finally, unified the SDRAM controller register dump routine such that
6597 it can be used across all processor variants that utilize the IBM DDR2
6598 SDRAM controller core. It produces output of the form:
6599
6600 PPC4xx IBM DDR2 Register Dump:
6601 ...
6602 SDRAM_MB0CF[40] = 0x00006701
6603 ...
6604
6605 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
6606 since it is not uncommon that the DCR values in header files get mixed
6607 up and it helps to validate, at a glance, they match what is printed
6608 in the user manual.
6609
6610 Tested on:
6611 AMCC Kilauea/Haleakala:
6612 - NFS Linux Boot: PASSED
6613 - NAND Linux Boot: PASSED
6614
6615 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6616 Signed-off-by: Stefan Roese <sr@denx.de>
6617
6618commit ad7382d828982e9c1bafc4313ef1b666f6145f58
6619Author: Grant Erickson <gerickson@nuovations.com>
6620Date: Wed Jul 9 16:31:59 2008 -0700
6621
6622 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
6623
6624 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
6625 revision ID DCR based on 405EX, and add field mnemonics for bus error
6626 status and ECC error status registers.
6627
6628 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6629 Signed-off-by: Stefan Roese <sr@denx.de>
6630
6631commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
6632Author: Grant Erickson <gerickson@nuovations.com>
6633Date: Wed Jul 9 16:31:36 2008 -0700
6634
6635 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
6636
6637 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
6638
6639 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6640 Signed-off-by: Stefan Roese <sr@denx.de>
6641
6642commit 5b457d00730d4aa0c6450d21a9104723e606fb98
6643Author: Grant Erickson <gerickson@nuovations.com>
6644Date: Wed Jul 9 11:55:46 2008 -0700
6645
6646 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
6647
6648 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
6649 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
6650 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
6651
6652 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
6653 which causes SDRAM initialization to periodically fail since it can
6654 prematurely indicate SDRAM ready status.
6655
6656 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6657 Signed-off-by: Stefan Roese <sr@denx.de>
6658
6659commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
6660Author: Feng Kan <fkan@amcc.com>
6661Date: Tue Jul 8 22:48:42 2008 -0700
6662
6663 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
6664
6665 Add AMCC Redwood reference board that uses the latest
6666 PPC 464 CPU processor combined with a rich mix of peripheral
6667 controllers. The board will support PCIe, mutiple Gig ethernet
6668 ports, advanced hardware RAID assistance and IEEE 1588.
6669
6670 Signed-off-by: Feng Kan <fkan@amcc.com>
6671 Signed-off-by: Stefan Roese <sr@denx.de>
6672
6673commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
6674Author: Feng Kan <fkan@amcc.com>
6675Date: Tue Jul 8 22:48:07 2008 -0700
6676
6677 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
6678
6679 Signed-off-by: Feng Kan <fkan@amcc.com>
6680 Signed-off-by: Stefan Roese <sr@denx.de>
6681
6682commit 7d30793685efcada183891c78fc892e6c9ba50c7
6683Author: Feng Kan <fkan@amcc.com>
6684Date: Tue Jul 8 22:47:31 2008 -0700
6685
6686 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
6687
6688 Signed-off-by: Feng Kan <fkan@amcc.com>
6689 Signed-off-by: Stefan Roese <sr@denx.de>
6690
699f0512
WD
6691commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
6692Author: Wolfgang Denk <wd@denx.de>
6693Date: Fri Jul 11 01:16:00 2008 +0200
6694
6695 Fix some more print() format errors.
6696
6697 Signed-off-by: Wolfgang Denk <wd@denx.de>
6698
6699commit fdd70d1921b87287d9a99d1be99bc35226c2b412
6700Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6701Date: Thu Jul 10 20:57:54 2008 +0200
6702
6703 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
6704
6705 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6706
6707commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
6708Author: Sergey Lapin <slapin@ossfans.org>
6709Date: Thu Jun 5 11:06:29 2008 +0400
6710
6711 DataFlash AT45DB021 support
6712
6713 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
6714 bootstrap, u-boot and its environment, using NAND or other external
6715 storage for kernel and rootfs. This patch adds support for
6716 small 1024x263 chip.
6717
6718 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
6719
6720commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
6721Author: Kim Phillips <kim.phillips@freescale.com>
6722Date: Thu Jul 10 14:00:15 2008 -0500
6723
6724 silence misc printf formatting compiler warnings
6725
6726 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6727
6728commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
6729Author: Markus Klotzbücher <mk@denx.de>
6730Date: Thu Jul 10 14:47:09 2008 +0200
6731
6732 USB: shutdown USB before booting
6733
6734 This patch fixes a potentially serious issue related to USB which was
6735 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
6736 ARM920T. Martin wrote:
6737
6738 Turn off USB to prevent the host controller from writing to the
6739 SDRAM while Linux is booting. This could happen, because the HCCA
6740 (Host Controller Communication Area) lies within the SDRAM and the
6741 host controller writes continously to this area (as busmaster!), for
6742 example to increase the HccaFrameNumber variable, which happens
6743 every 1 ms.
6744
6745 This is a slightly modified version of the patch in order to shutdown
6746 USB when booting on all architectures.
6747
6748 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6749
6750commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
6751Author: Martha Marx <mmarx@silicontkx.com>
6752Date: Thu May 29 14:23:25 2008 -0400
6753
6754 Configuration changes for ADS5121 Rev 3
6755
6756 ADS5121 Rev 3 board is now the default config
6757
6758 config targets are now
6759
6760 ads5121_config
6761 Rev 3 board with
6762 PCI
6763 M41T62 on board RTC
6764 512MB DRAM
6765
6766 ads5121_rev2_config
6767 Rev 2 board with
6768 No PCI
6769 256MB DRAM
6770
6771 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
6772 Acked-by: Grant Likely <grant.likely@secretlab.ca>
6773 Acked-by: John Rigby <jrigby@freescale.com>
6774
6775commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
6776Author: Martha Marx <mmarx@silicontkx.com>
6777Date: Thu May 29 15:37:21 2008 -0400
6778
6779 Consolidate ADS5121 IO Pin configuration
6780
6781 Consolidate ADS5121 IO Pin configuration to one file
6782 board/ads5121/iopin.c.
6783
6784 Remove pin config from cpu/mpc512x/fec.c
6785
6786 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
6787 Acked-by: Grant Likely <grant.likely@secretlab.ca>
6788 Acked-by: John Rigby <jrigby@freescale.com>
6789
6790commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
6791Author: Christian Eggers <christian@p2400.wgnetz.xx>
6792Date: Fri Jun 27 19:46:51 2008 +0200
6793
6794 Fix "usb part" command
6795
6796 Only print partition for selected device if user supplied the <dev>
6797 arg with the "usb part [dev]" command.
6798
6799 Signed-off-by: Christian Eggers <ceggers@gmx.de>
6800 Acked-by: Markus Klotzbuecher <mk@denx.de>
6801
6802commit cc83b27217f7380041fea386ddb6d6d9b261617d
6803Author: Harald Welte <laforge@gnumonks.org>
6804Date: Mon Jul 7 00:58:05 2008 +0800
6805
6806 fix USB devices with multiple configurations
6807
6808 This patch fixes bugs in usbdcore*.c related to the use of devices
6809 with multiple configurations.
6810
6811 The original code made mistakes about the meaning of configuration value and
6812 configuration index, and the resulting off-by-one errors resulted in:
6813
6814 * SET_CONFIGURATION always selected the first configuration, no matter what
6815 wValue is being passed.
6816 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
6817 configuration (index 0).
6818
6819 Signed-off-by: Harald Welte <laforge@openmoko.org>
6820 Acked-by: Markus Klotzbuecher <mk@denx.de>
6821
6822commit 06c53beae1a726e707971c555613f09b270a2461
6823Author: Wolfgang Denk <wd@denx.de>
6824Date: Thu Jul 10 13:16:09 2008 +0200
6825
6826 Fix some more print() format errors.
6827
6828 Signed-off-by: Wolfgang Denk <wd@denx.de>
6829
6830commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
6831Author: Christian Eggers <christian@p2400.wgnetz.xx>
6832Date: Fri Jun 27 19:46:51 2008 +0200
6833
6834 Fix "usb part" command
6835
6836 Only print partition for selected device if user supplied the <dev>
6837 arg with the "usb part [dev]" command.
6838
6839 Signed-off-by: Christian Eggers <ceggers@gmx.de>
6840 Acked-by: Markus Klotzbuecher <mk@denx.de>
6841
6842commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
6843Author: Harald Welte <laforge@gnumonks.org>
6844Date: Mon Jul 7 00:58:05 2008 +0800
6845
6846 fix USB devices with multiple configurations
6847
6848 This patch fixes bugs in usbdcore*.c related to the use of devices
6849 with multiple configurations.
6850
6851 The original code made mistakes about the meaning of configuration value and
6852 configuration index, and the resulting off-by-one errors resulted in:
6853
6854 * SET_CONFIGURATION always selected the first configuration, no matter what
6855 wValue is being passed.
6856 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
6857 configuration (index 0).
6858
6859 Signed-off-by: Harald Welte <laforge@openmoko.org>
6860 Acked-by: Markus Klotzbuecher <mk@denx.de>
6861
6862commit e870690bdca154943ecadd5212d2d59c1b9d391b
6863Author: Stefan Roese <sr@denx.de>
6864Date: Thu Jul 10 10:10:54 2008 +0200
6865
6866 MTD/NAND: Fix printf format warning in nand code
6867
6868 This patch fixes NAND related printf format warning. Those warnings are
6869 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
6870 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
6871 really helpful.
6872
6873 Signed-off-by: Stefan Roese <sr@denx.de>
6874
6875commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
6876Author: Stefan Roese <sr@denx.de>
6877Date: Thu Jul 10 10:00:45 2008 +0200
6878
6879 rtc: Fix printf format warning in m41t60.c
6880
6881 Signed-off-by: Stefan Roese <sr@denx.de>
6882
6883commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
6884Author: Stefan Roese <sr@denx.de>
6885Date: Tue Jul 8 12:01:47 2008 +0200
6886
6887 pci: Move PCI device configuration check into a separate weak function
6888
6889 This patch moves the check, if a device should be skipped in PCI PNP
6890 configuration into the function pci_skip_dev(). This function is defined
6891 as weak so that it can be overwritten by a platform specific one if
6892 needed. The check if the device should get printed in the PCI summary upon
6893 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
6894 pci_print_dev() which is also defined as weak too.
6895
6896 Signed-off-by: Stefan Roese <sr@denx.de>
6897
6898commit b002144e1dc21374b1ef5281fe6b5d014af96650
6899Author: Stefan Roese <sr@denx.de>
6900Date: Thu Jul 10 09:58:06 2008 +0200
6901
6902 ppc4xx: Fix printf format warnings now visible with the updated format check
6903
6904 This patch fixes ppc4xx related printf format warning. Those warnings are
6905 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
6906 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
6907 really helpful.
6908
6909 Signed-off-by: Stefan Roese <sr@denx.de>
6910
6911commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
6912Author: Stefan Roese <sr@denx.de>
6913Date: Wed Jul 9 17:33:57 2008 +0200
6914
6915 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
6916
6917 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
6918 To support such configurations, we "only" map the first 2GB via the TLB's. We
6919 need some free virtual address space for the remaining peripherals like, SoC
6920 devices, FLASH etc.
6921
6922 Note that ECC is currently not supported on configurations with more than 2GB
6923 SDRAM. This is because we only map the first 2GB on such systems, and therefore
6924 the ECC parity byte of the remaining area can't be written.
6925
6926 Signed-off-by: Stefan Roese <sr@denx.de>
6927
6928commit cf1c2ed91df26903b956948f37f82de9e1158a89
6929Author: Larry Johnson <lrj@acm.org>
6930Date: Sat Jun 14 17:02:49 2008 -0400
6931
6932 ppc4xx: Remove implementation of testdram() from Korat board support
6933
6934 Signed-off-by: Larry Johnson <lrj@acm.org>
6935 Signed-off-by: Stefan Roese <sr@denx.de>
6936
6937commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
6938Author: Larry Johnson <lrj@acm.org>
6939Date: Sat Jun 14 16:53:02 2008 -0400
6940
6941 ppc4xx: Update and add FDT to Korat board support
6942
6943 Signed-off-by: Larry Johnson <lrj@acm.org>
6944 Signed-off-by: Stefan Roese <sr@denx.de>
6945
6946commit 4188f0491886b3b486164e819c0a83fdb97efd7d
6947Author: Wolfgang Denk <wd@denx.de>
6948Date: Thu Jul 10 01:13:30 2008 +0200
6949
6950 Minor coding style cleanup; update CHANGELOG
6951
6952 Signed-off-by: Wolfgang Denk <wd@denx.de>
6953
4188f049
WD
6954commit 8915f1189c1d29d8be7f4de325702d90a8988219
6955Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6956Date: Wed Jul 9 17:50:45 2008 -0400
6957
6958 e1000: add support for 82545GM 64bit PCI-X copper variant
6959
6960 This PCI-X e1000 variant works by just adding in the correct
6961 PCI IDs in the appropriate places.
6962
6963 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6964
6965commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
6966Author: Daniel Hellstrom <daniel@gaisler.com>
6967Date: Wed Jul 9 12:34:11 2008 +0000
6968
6969 SPARC: Build error fix
6970
6971 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
6972
6973 This patch makes SPARC targets build again. It is caused by
6974 phys_addr_t and phys_size_t being defined in the wrong header
6975 file. include/lmb.h need those typedefs to build.
6976
6977 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6978
6979commit 11ccc33fa21acce108f6b4a6936e3271af904c64
6980Author: Marcel Ziswiler <marcel@ziswiler.com>
6981Date: Wed Jul 9 08:17:15 2008 +0200
6982
6983 Many spelling fixes in README.
6984
6985 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6986
6987commit dbab0691d2533560f7e91b92ae844046a9ad1df3
6988Author: Marcel Ziswiler <marcel@ziswiler.com>
6989Date: Wed Jul 9 08:17:06 2008 +0200
6990
6991 Minor spelling fix in comment.
6992
6993 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6994
6995commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
6996Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6997Date: Tue Jul 8 14:54:58 2008 -0400
6998
6999 Round the serial port clock divisor value returned by calc_divisor()
7000
7001 Round the serial port clock divisor value returned by
7002 calc_divisor().
7003
7004 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7005 Signed-off-by: John Roberts <john.roberts@pwav.com>
7006
7007commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
7008Author: Scott Wood <scottwood@freescale.com>
7009Date: Wed Jul 9 17:47:52 2008 -0500
7010
7011 NAND: ifdef-protect most of nand.h when using legacy NAND.
7012
7013 Some macros such as NAND_CTL_SETALE conflict between current and legacy
7014 NAND, being defined by the subsystem in the former case and the board
7015 config file in the latter.
7016
7017 Signed-off-by: Scott Wood <scottwood@freescale.com>
7018
7019commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
7020Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7021Date: Tue Jul 8 11:02:05 2008 -0400
7022
7023 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
7024
7025 ARM: Fix for incorrect version of patch applied when
7026 adding support for the Lyrtech SFF-SDR board.
7027
7028 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7029 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
7030
7031commit 47042b363ee5022b8180c65d3f4558e7972c79cd
7032Author: Kyungmin Park <kmpark@infradead.org>
7033Date: Tue Jul 8 09:08:40 2008 +0900
7034
7035 Remove useless print message at apollon
7036
7037 Remove useless print message at apollon
7038
7039 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7040
7041commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
7042Author: Andy Fleming <afleming@freescale.com>
7043Date: Mon Jul 7 14:24:39 2008 -0500
7044
7045 Fix LMB type issues
7046
7047 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
7048 of casting problems in the bootm code that called the LMB functions.
7049
7050 Signed-off-by: Andy Fleming <afleming@freescale.com>
7051
7052commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
7053Author: Kumar Gala <galak@kernel.crashing.org>
7054Date: Mon Jul 7 09:39:06 2008 -0500
7055
7056 Fix compiler warnings
7057
7058 gcc-4.3.x generates the following:
7059
7060 bootm.c: In function 'do_bootm_linux':
7061 bootm.c:208: warning: cast from pointer to integer of different size
7062 bootm.c:215: warning: cast from pointer to integer of different size
7063
7064 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7065
7066commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
7067Author: Harald Welte <laforge@gnumonks.org>
7068Date: Mon Jul 7 15:40:39 2008 +0800
7069
7070 Remove code duplication for setting the default environment
7071
7072 common/env_common.c (default_env): new function that resets the environment to
7073 the default value
7074 common/env_common.c (env_relocate): use default_env instead of own copy
7075 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
7076 include/environment.h: added default_env prototype
7077
7078 Signed-off-by: Werner Almesberger <werner@openmoko.org>
7079 Signed-off-by: Harald Welte <laforge@openmoko.org>
7080
7081commit 99c2b434d37863df5dda5207a53760c6506fc2be
7082Author: Marcel Ziswiler <marcel@ziswiler.com>
7083Date: Sun Jun 22 16:13:46 2008 +0200
7084
7085 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
7086
7087 The writeenv() and readenv() calls introduced by the recently added bad block
7088 management for environment variables were missing casts therefore producing
7089 compile time warnings.
7090 While at it fixing some typo in a comment and indentation.
7091
7092 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
7093 Signed-off-by: Scott Wood <scottwood@freescale.com>
7094
7095commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
7096Author: Scott Wood <scottwood@freescale.com>
7097Date: Fri Jun 20 12:38:57 2008 -0500
7098
7099 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
7100
7101 This is particularly problematic now that non-NAND-specific code is
7102 including <nand.h>, and thus all debugging code is being compiled
7103 regardless of whether it was requested, as reported by Scott McNutt
7104 <smcnutt@psyent.com>.
7105
7106 Signed-off-by: Scott Wood <scottwood@freescale.com>
7107
7108commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
7109Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7110Date: Thu Jun 12 19:27:58 2008 +0200
7111
7112 mmc: Move atmel_mci driver into drivers/mmc
7113
7114 This makes it easier to use the driver on other platforms.
7115
7116 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7117 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7118
7119commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
7120Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7121Date: Thu Jun 12 19:27:57 2008 +0200
7122
7123 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
7124
7125 After we move the atmel_mci driver into drivers/mmc, we can't select
7126 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
7127 this driver so that there's no ambiguity.
7128
7129 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7130 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7131
7132commit 5ce13051a48c62bda9723df3b4778c492fb47f36
7133Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7134Date: Thu Jun 12 19:27:56 2008 +0200
7135
7136 Create drivers/mmc subdirectory
7137
7138 In order to consolidate more of the various MMC drivers around the
7139 tree, we must first have a common place to put them.
7140
7141 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7142 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7143
7144commit b502611b51f02718c2d1117d4981dabceb5af6de
7145Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
7146Date: Sun Jul 6 12:30:09 2008 +0200
7147
7148 Change env_get_char from a global function ptr to a function
7149
7150 This avoids an early global data reference.
7151
7152 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
7153
7154commit 27269417ade432189b234d9fbac98b54e37b978c
7155Author: Matvejchikov Ilya <matvejchikov@gmail.com>
7156Date: Sun Jul 6 13:57:58 2008 +0400
7157
7158 Some copy-n-paste fixes in printf usage
7159
7160 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
7161
7162commit 0e6989b9faf1588e8723535539e88a0df3c71356
7163Author: Matvejchikov Ilya <matvejchikov@gmail.com>
7164Date: Sun Jul 6 13:57:00 2008 +0400
7165
7166 FDT memory and pci node fixes for MPC8260ADS
7167
7168 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
7169
7170commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
7171Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
7172Date: Mon Jul 7 06:41:14 2008 -0700
7173
7174 Fix printf errors.
7175
7176 The compiler will help find mismatches between printf formats and
7177 arguments if you let it. This patch adds the necessary attributes to
7178 declarations in include/common.h, then begins to correct the resulting
7179 compiler warnings. Some of these were bugs, e.g., "$d" instead of
7180 "%d" and incorrect arguments. Others were just annoying, like
7181 int-long mismatches on a system where both are 32 bits. It's worth
7182 fixing the annoying errors to catch the real ones.
7183
7184 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
7185
7186commit 417faf285b2527acb2de24c5cd3e2621d385408c
7187Author: Becky Bruce <becky.bruce@freescale.com>
7188Date: Wed Jul 9 11:09:41 2008 -0500
7189
7190 Allow print_size to print in GB
7191
7192 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7193
7194commit e7c374529c87525c9aa463e0557c287887ae4e9e
7195Author: Jason McMullan <mcmullan@netapp.com>
7196Date: Sun Jun 8 23:56:00 2008 -0400
7197
7198 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
7199
7200 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
7201 they are set in the U-Boot environment.
7202
7203 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
7204 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7205
7206commit 0192d7d56e9320819dea262f49789ae18fdd2c72
7207Author: Stefan Roese <sr@denx.de>
7208Date: Tue Jul 8 12:57:14 2008 +0200
7209
7210 jedec_flash: Fix AM29DL800BB device ID
7211
7212 As pointed out by Jerry Hicks, this patch corrects the device ID of
7213 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
7214 datasheet (rev C4 from Dezember 2006).
7215
7216 Signed-off-by: Stefan Roese <sr@denx.de>
7217
7218commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
7219Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7220Date: Mon Jul 7 11:22:37 2008 +0900
7221
7222 sh: Fix compile error sh7763rdp board
7223
7224 Disable SH ether driver.
7225
7226 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7227
7228commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
7229Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7230Date: Tue Jul 8 12:03:24 2008 +0900
7231
7232 sh: Fix SH-boards compile error
7233
7234 By Cleanup out-or-tree building for some boards (.depend)
7235 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
7236 because filse ware changed, some SH-boards have compile error.
7237 I revised this problem.
7238
7239 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7240
699f0512
WD
7241commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
7242Author: Jason Jin <Jason.jin@freescale.com>
7243Date: Tue May 13 11:50:36 2008 +0800
7244
7245 Feed the watchdog in u-boot for 8610 board.
7246
7247 The watchdog on 8610 board is enabled by setting sw[6]
7248 to on. Once enabled, the watchdog can not be disabled
7249 by software. So feed the dog in u-boot is necessary for
7250 normal operation.
7251
7252 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
7253
4188f049
WD
7254commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
7255Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7256Date: Wed Jun 18 12:10:33 2008 -0400
7257
7258 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
7259
7260 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
7261
7262 Remove duplicate code in a if/else block in
7263 cpu/arm926ejs/davinci/lxt972.c.
7264 Fixed style issues.
7265
7266 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7267 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7268
7269commit fec61431a003f5778bafa2624073a571af8bec9f
7270Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7271Date: Wed Jun 18 12:10:31 2008 -0400
7272
7273 Remove duplicate definitions in include/lxt971a.h.
7274
7275 Remove duplicate definitions in include/lxt971a.h.
7276
7277 Remove duplicate registers and bits definitions in
7278 include/lxt971a.h for standard MII registers, and
7279 use values in include/miiphy.h instead.
7280
7281 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7282 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7283
7284commit 9751ee0990f467941da0b095a4e995f863672d7a
7285Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7286Date: Wed Jun 11 21:05:00 2008 +0900
7287
7288 net: sh: Renesas SH7763 Ethernet device support
7289
7290 Renesas SH7763 has 2 channel Ethernet device.
7291 This is 10/100/1000 Base support.
7292 But this patch check 10/100 Base only.
7293
7294 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7295 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7296
7297commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
7298Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7299Date: Tue Jun 17 16:28:05 2008 +0900
7300
7301 sh: Update Renesas R2DPlus board
7302
7303 New NOR Flash board support and remove old type flash board config.
7304 And Remove network setting from config file.
7305
7306 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7307 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7308
7309commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
7310Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7311Date: Tue Jun 17 16:28:01 2008 +0900
7312
7313 sh: Update Renesas R7780MP board
7314
7315 New NOR Flash board support and remove network setting from config file.
7316
7317 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7318 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7319
7320commit c001cd604e9f133743effbddb1c215b48e761c5a
7321Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7322Date: Tue Jun 17 16:27:56 2008 +0900
7323
7324 sh: Update Renesas Migo-R board
7325
7326 Remove network setting from config file.
7327
7328 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7329 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7330
7331commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
7332Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7333Date: Tue Jun 17 16:27:52 2008 +0900
7334
7335 sh: Update Hitachi MS7722SE board
7336
7337 Remove network setting from config file.
7338
7339 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7340 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7341
7342commit 26209e48e8791670c93108029a5c31a30016c6df
7343Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7344Date: Tue Jun 17 16:27:48 2008 +0900
7345
7346 sh: Cleanup source code of SH7763RDP
7347
7348 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7349 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7350
7351commit 5cd5b2c96ef0025762931349d350287aec03ab47
7352Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7353Date: Tue Jun 17 16:27:44 2008 +0900
7354
7355 sh: Cleanup source code of R2DPlus
7356
7357 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7358 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7359
7360commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
7361Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7362Date: Tue Jun 17 16:27:41 2008 +0900
7363
7364 sh: Cleanup source code of R7780MP
7365
7366 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7367 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7368
7369commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
7370Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7371Date: Tue Jun 17 16:27:38 2008 +0900
7372
7373 sh: Cleanup source code of MS7722SE
7374
7375 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7376 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7377
7378commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
7379Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7380Date: Tue Jun 17 16:27:34 2008 +0900
7381
7382 sh: Cleanup source code of MS7720SE
7383
7384 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7385 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7386
7387commit 3ab4827cbe409488ebea1a2ee5094783f2672214
7388Author: Wolfgang Denk <wd@denx.de>
7389Date: Mon Jul 7 00:45:03 2008 +0200
7390
7391 SH: fix out of tree building
7392
7393 Signed-off-by: Wolfgang Denk <wd@denx.de>
7394
7395commit 9047bfa1e737d787be460387dd6f45737eeceb10
7396Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7397Date: Thu Jul 3 23:16:06 2008 +0900
7398
7399 net: smc911x: Fix typo
7400
7401 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7402
7403commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
7404Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
7405Date: Wed Jul 2 18:54:08 2008 +0200
7406
7407 update mvBL-M7 board config
7408
7409 update mvBL-M7 config file to use UBOOT_VERSION and define
7410 CONFIG_HIGH_BATS.
7411
7412 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
7413
7414commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
7415Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7416Date: Mon Jun 30 17:45:01 2008 +0900
7417
7418 net: fix compile problem in smc911x driver.
7419
7420 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7421 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7422
7423commit 9fea65a6c469b1b474b27446feb58738baba2d31
7424Author: Michal Simek <monstr@monstr.eu>
7425Date: Tue Jun 24 09:54:09 2008 +0200
7426
7427 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
7428
7429 This change helps with better handling with others
7430 Xilinx based platform.
7431
7432 Signed-off-by: Michal Simek <monstr@monstr.eu>
7433 Acked-by: Stefan Roese <sr@denx.de>
7434
7435commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
7436Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7437Date: Tue Jun 17 13:07:11 2008 +0900
7438
7439 net: ne2000: Move dev_addr variable from grobal to local.
7440
7441 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7442 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7443
7444commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
7445Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7446Date: Tue Jun 17 13:07:15 2008 +0900
7447
7448 net: ne2000: Fix compile error of NE2000
7449
7450 If enable DEBUG, can not compile ne2000 driver.
7451
7452 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7453 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7454
7455commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
7456Author: Ben Warren <biggerbadderben@gmail.com>
7457Date: Mon Jun 23 22:57:27 2008 -0700
7458
7459 Add mechanisms for CPU and board-specific Ethernet initialization
7460
7461 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
7462 initialization to CPU or board-specific code. Initial implementation is
7463 only on the Freescale TSEC controller, but others will be added soon.
7464
7465 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7466
7467commit 7754f2be5d1835d263aad21b5a629526f3e680b0
7468Author: Wolfgang Denk <wd@denx.de>
7469Date: Sun Jul 6 01:21:46 2008 +0200
7470
7471 include/sha256.h: fix file permissions.
7472
7473 Signed-off-by: Wolfgang Denk <wd@denx.de>
7474
7475commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
7476Author: Patrice Vilchez <patrice.vilchez@atmel.com>
7477Date: Tue May 27 11:15:29 2008 +0200
7478
7479 [AT91SAM9] Fix NAND FLASH timings
7480
7481 Fix NAND FLASH timings for at91sam9x evaluation kits.
7482
7483 New timings are based on application note
7484 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
7485 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
7486
7487 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
7488 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7489 Acked-by: Stelian Pop <stelian@popies.net>
7490
7491commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
7492Author: Stelian Pop <stelian@popies.net>
7493Date: Thu May 22 00:15:40 2008 +0200
7494
7495 Fix boot from NOR due to incorrect reset delay.
7496
7497 AT91 RSTC registers are battery-backuped, so their values
7498 are not reset across power cycles. One of those registers,
7499 the AT91_RSTC_MR register, is being modified by U-Boot, in
7500 the ethernet initialisation routine, to generate a 500ms
7501 user reset.
7502
7503 Unfortunately, this value is not being restored afterwards,
7504 causing subsequent resets to also last for 500ms.
7505
7506 This long reset sequence causes problems (at least) in the
7507 boot sequence from NOR: by the time the CPU tries to load
7508 a program from the NOR flash, the latter is still in reset
7509 and not yet available.
7510
7511 Additionaly, this patch fixes a bug in the original code which
7512 caused the reset delay to last for 2s instead of 500ms.
7513
7514 Signed-off-by: Stelian Pop <stelian@popies.net>
7515 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7516
7517commit f492dd636fbbae529e17533995bc6e5813c007f6
7518Author: Wolfgang Denk <wd@denx.de>
7519Date: Fri Jul 4 20:11:49 2008 +0200
7520
7521 Update CHANGELOG
7522
7523 Signed-off-by: Wolfgang Denk <wd@denx.de>
7524
f492dd63
WD
7525commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
7526Author: Wolfgang Denk <wd@denx.de>
7527Date: Fri Jul 4 20:07:35 2008 +0200
7528
7529 CCM/SCM boards: fix out of tree building
7530
7531 Signed-off-by: Wolfgang Denk <wd@denx.de>
7532
7533commit ab4c3a490df9a964711556d2a05b0c787db45fde
7534Author: Wolfgang Denk <wd@denx.de>
7535Date: Thu Jul 3 23:22:27 2008 +0200
7536
7537 SCM board: fix build errors.
7538
7539 Signed-off-by: Wolfgang Denk <wd@denx.de>
7540
7541commit a566466f17ba0e2d2b6c250e77da678fb932470d
7542Author: Wolfgang Denk <wd@denx.de>
7543Date: Thu Jul 3 23:06:36 2008 +0200
7544
7545 IAD210 board: fix ``"ALIGN" redefined'' warning.
7546
7547 Signed-off-by: Wolfgang Denk <wd@denx.de>
7548
7549commit ad756314797c16fa5dca23e115aab881011f164f
7550Author: Wolfgang Denk <wd@denx.de>
7551Date: Thu Jul 3 23:00:24 2008 +0200
7552
7553 CCM board: fix build errors.
7554
7555 Signed-off-by: Wolfgang Denk <wd@denx.de>
7556
4188f049
WD
7557commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
7558Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
7559Date: Wed Jul 2 18:54:08 2008 +0200
7560
7561 update mvBL-M7 board config
7562
7563 update mvBL-M7 config file to use UBOOT_VERSION.
7564
7565 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
7566 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7567
f492dd63
WD
7568commit ced209c50e80c25f13c083099b05044048d21f4f
7569Author: Wolfgang Denk <wd@denx.de>
7570Date: Thu Jul 3 22:39:21 2008 +0200
7571
7572 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
7573
7574 Signed-off-by: Wolfgang Denk <wd@denx.de>
7575
7576commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
7577Author: Wolfgang Denk <wd@denx.de>
7578Date: Thu Jul 3 22:34:08 2008 +0200
7579
7580 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
7581
7582 Signed-off-by: Wolfgang Denk <wd@denx.de>
7583
7584commit 730f298485984b011b6ee8f4acb511cb45a843dd
7585Author: Wolfgang Denk <wd@denx.de>
7586Date: Thu Jul 3 22:04:17 2008 +0200
7587
7588 lmb: fix "implicit declaration of function 'lmb_free'" warning
7589
7590 Signed-off-by: Wolfgang Denk <wd@denx.de>
7591
7592commit 322ef5e28d2dc62571afc699b00add22a8e006e4
7593Author: Wolfgang Denk <wd@denx.de>
7594Date: Wed Jul 2 23:53:23 2008 +0200
7595
7596 Cleanup: remove redundant deleting on *~ files
7597
7598 Signed-off-by: Wolfgang Denk <wd@denx.de>
7599
7600commit c8a3b109f07f02342d097b30908965f7261d9f15
7601Author: Wolfgang Denk <wd@denx.de>
7602Date: Wed Jul 2 23:49:18 2008 +0200
7603
7604 Cleanup out-or-tree building for some boards (.depend)
7605
7606 Signed-off-by: Wolfgang Denk <wd@denx.de>
7607
7608commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
7609Author: Wolfgang Denk <wd@denx.de>
7610Date: Wed Jul 2 23:38:50 2008 +0200
7611
7612 Cleanup: fix out-of-tree building for some boards
7613
7614 Signed-off-by: Wolfgang Denk <wd@denx.de>
7615
7616commit 461fa68d20861811487944d22291db5a13410e20
7617Author: Wolfgang Denk <wd@denx.de>
7618Date: Wed Jul 2 23:00:14 2008 +0200
7619
7620 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
7621
7622 Signed-off-by: Wolfgang Denk <wd@denx.de>
7623
7624commit 5981ebd32017e062b08aa6747cf591276f2db779
7625Author: Detlev Zundel <dzu@denx.de>
7626Date: Fri Jun 20 22:26:24 2008 +0200
7627
7628 fdt: Fix typo in variable name.
7629
7630 Signed-off-by: Detlev Zundel <dzu@denx.de>
7631
7632commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
7633Author: Gary Jennejohn <garyj@denx.de>
7634Date: Thu Jun 19 11:11:19 2008 +0200
7635
7636 Add logos for RRvision board
7637
7638 Signed-off-by: Gary Jennejohn <garyj@denx.de>
7639
7640commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
7641Author: Esben Haabendal <EsbenHaabendal@gmail.com>
7642Date: Wed Jun 18 11:03:57 2008 +0200
7643
7644 mpc8260: add fdt_fixup_ethernet support
7645
7646 Add support for updating mac-address and local-mac-address in fdt for
7647 all MPC8260 targets.
7648
7649 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
7650
7651commit f6a69559d64498a04e1e0b087a9b920e5775f866
7652Author: Steven A. Falco <sfalco@harris.com>
7653Date: Thu Jun 12 13:24:42 2008 -0400
7654
7655 cmd_nvedit.c: clean up syntax highlighting
7656
7657 My text-editor (vim) has a bit of trouble syntax-highlighting the
7658 cmd_nvedit.c file, because it apparently does not parse C
7659 ifdef/else/endif. The following patch does not change the behavior of
7660 the code at all, but does allow the editor to properly
7661 syntax-highlight the file.
7662
7663 Signed-off-by: Steve Falco <sfalco@harris.com>
7664
7665commit 75678c807a6272ecc5541eb32898c93887f08400
7666Author: Steven A. Falco <sfalco@harris.com>
7667Date: Thu Jun 12 13:22:12 2008 -0400
7668
7669 Make setenv() return status
7670
7671 Currently, the setenv function does not return an error code.
7672 This patch allows to test for errors.
7673
7674 Signed-off-by: Steve Falco <sfalco@harris.com>
7675
7676commit 4928e97c8531283ca9b368b7c29a8a12e726562a
7677Author: Kumar Gala <galak@kernel.crashing.org>
7678Date: Wed Jun 11 10:14:06 2008 -0500
7679
7680 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
7681
7682 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
7683 and fls is used to implement them.
7684
7685 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7686
7687commit 83002a77cbdf383015ca384eff5fa31722d8e571
7688Author: Magnus Lilja <lilja.magnus@gmail.com>
7689Date: Mon Jun 9 22:58:48 2008 +0200
7690
7691 i.MX31: Cleanup comments in lowlevel_init.S.
7692
7693 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7694
7695commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
7696Author: Ben Warren <biggerbadderben@gmail.com>
7697Date: Sun Jun 8 23:28:33 2008 -0700
7698
7699 Move conditional compilation of MPC8XXX SPI driver to Makefile
7700
7701 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7702
7703commit d92ea21bafb674ee2bf27447970b047845e7b0a2
7704Author: Juergen Kilb <J.Kilb@gmx.de>
7705Date: Sun Jun 8 17:59:53 2008 +0200
7706
7707 i.MX31: fixed CTRL-C detection
7708
7709 The Register URXD contains status information in bits [15..8].
7710 With status bit 15 set, CTRL-C was reported as 0x8003 instead
7711 of 0x03. Therefore CTRL-C was not detected.
7712 To solve this, bits [15..8] were masked out now.
7713
7714 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
7715 Acked-by: Felix Radensky <felix@embedded-sol.com>
7716
699f0512
WD
7717commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
7718Author: Stefan Roese <sr@denx.de>
7719Date: Tue Jul 1 17:03:19 2008 +0200
7720
7721 ppc4xx: Fix 460EX/GT PCIe port initialization
7722
7723 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
7724 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
7725 this out.
7726
7727 Signed-off-by: Stefan Roese <sr@denx.de>
7728
f492dd63
WD
7729commit b571afde0295b007a45055ee49f8822c753a5651
7730Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7731Date: Sat Jun 7 12:29:52 2008 +0200
7732
7733 add SHA256 support
7734
7735 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7736 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
7737
7738commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
7739Author: Marian Balakowicz <m8@semihalf.com>
7740Date: Fri Jun 6 23:07:40 2008 +0200
7741
7742 Delay FIT format check on sector based devices
7743
7744 Global FIT image operations like format check cannot be performed on
7745 a first sector data, defer them to the point when whole FIT image was
7746 uploaded to a system RAM.
7747
7748 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7749 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
7750 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
7751
7752commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
7753Author: Dave Liu <r63238@freescale.com>
7754Date: Tue Jun 3 17:38:19 2008 +0800
7755
7756 sata: wait for device updating signature to host
7757
7758 The driver need wait for the device updating signature to host.
7759 If we don't wait for it, the driver can not detect the device(disk)
7760 when the system powers up.
7761
7762 Signed-off-by: Dave Liu <daveliu@freescale.com>
7763
4188f049
WD
7764commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
7765Author: Stefan Roese <sr@denx.de>
7766Date: Sat Jun 28 14:56:17 2008 +0200
7767
7768 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
7769
7770 This patch implements a fix provided by AMCC so that the lockup upon
7771 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
7772 anymore:
7773
7774 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
7775 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
7776 USB 2.0 host and SATA.
7777
7778 This errata is not officially available yet. I'll update the comment
7779 to add the errata number later.
7780
7781 Signed-off-by: Stefan Roese <sr@denx.de>
7782
f492dd63
WD
7783commit 8b616edb118e37d05f6401389eaee1c636b22828
7784Author: Stuart Wood <stuart.wood@labxtechnologies.com>
7785Date: Mon Jun 2 16:42:19 2008 -0400
7786
7787 serial_pl010.c: add watchdog support
7788
7789 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
7790
7791commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
7792Author: Stuart Wood <stuart.wood@labxtechnologies.com>
7793Date: Mon Jun 2 16:40:08 2008 -0400
7794
7795 jffs2_1pass.c: add watchdog support
7796
7797 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
7798
7799commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
7800Author: Sascha Laue <sascha.laue@liebherr.com>
7801Date: Fri May 30 09:48:14 2008 +0200
7802
7803 Configure DSP POST; add watchdog reset to diag command
7804
7805 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
7806
7807commit f13526517859bf6b573e23ff47199e107d1009b5
7808Author: Tor Krill <tor@excito.com>
7809Date: Thu May 29 10:40:17 2008 +0200
7810
7811 Add sata sil3114 support
7812
7813 Signed-off-by: Tor Krill <tor@excito.com>
7814
7815commit e093a247628228100f405b6d7f6b1bfc16141938
7816Author: Wolfgang Denk <wd@denx.de>
7817Date: Sat Jun 28 23:34:37 2008 +0200
7818
7819 Coding Style Cleanup
7820
7821 Signed-off-by: Wolfgang Denk <wd@denx.de>
7822
7823commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
7824Author: Wolfgang Denk <wd@denx.de>
7825Date: Sat Jun 28 23:16:01 2008 +0200
7826
7827 Update CHANGELOG
7828
7829 Signed-off-by: Wolfgang Denk <wd@denx.de>
7830
01db232d
WD
7831commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
7832Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7833Date: Wed May 21 13:58:41 2008 -0400
7834
7835 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
7836
7837 This patch adds support for the Lyrtech SFF-SDR board,
7838 based on the TI DaVinci architecture (ARM926EJS).
7839
7840 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7841 Signed-off-by: Philip Balister <philip@balister.org>
7842 Signed-off-by: Wolfgang Denk <wd@denx.de>
7843
7844commit 341188b9ccaa8d4462d772cc067aca8d7618633a
7845Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7846Date: Thu May 22 11:09:59 2008 +0200
7847
7848 MMC: Consolidate MMC/SD command definitions
7849
7850 This moves the MMC and SD Card command definitions from
7851 include/asm/arch/mmc.h into include/mmc.h. These definitions are
7852 given by the MMC and SD Card standards, not by any particular
7853 architecture.
7854
7855 There's a lot more room for consolidation in the MMC drivers which
7856 I'm hoping to get done eventually, but this patch is a start.
7857
7858 Compile-tested for all avr32 boards as well as lpc2292sodimm and
7859 lubbock. This should cover all three mmc drivers in the tree.
7860
7861 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7862
7863commit fa60edfc4c952626e048c0e065f654b3c1822fa5
7864Author: Kyungmin Park <kmpark@infradead.org>
7865Date: Wed May 21 14:38:08 2008 +0900
7866
7867 Use better Ethernet timings for apollon board
7868
7869 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7870
7871commit 41c5eaa7253ed82bbae1eda5667755872c615164
7872Author: Andy Fleming <afleming@freescale.com>
7873Date: Mon Jun 16 13:58:56 2008 -0500
7874
7875 Resize device tree to allow space for board changes and the chosen node
7876
7877 Current code requires that a compiled device tree have space added to the end to
7878 leave room for extra nodes added by board code (and the chosen node). This
7879 requires that device tree creators anticipate how much space U-Boot will add to
7880 the tree, which is absurd. Ideally, the code would resize and/or relocate the
7881 tree when it needed more space, but this would require a systemic change to the
7882 fdt code, which is non-trivial. Instead, we resize the tree inside
7883 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
7884 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
7885
7886 Signed-off-by: Andy Fleming <afleming@freescale.com>
7887
7888commit 7570a9941fc565922078679a72d246fe208d696d
7889Author: Andy Fleming <afleming@freescale.com>
7890Date: Mon Jun 16 13:58:55 2008 -0500
7891
7892 Fix an underflow bug in __lmb_alloc_base
7893
7894 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
7895 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
7896 merely updates __lmb_alloc_base to resemble the current version in Linux.
7897
7898 Signed-off-by: Andy Fleming <afleming@freescale.com>
7899
7900commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
7901Author: Andy Fleming <afleming@freescale.com>
7902Date: Mon Jun 16 13:58:54 2008 -0500
7903
7904 Add lmb_free
7905
7906 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
7907 lmb_reserve to temporarily reserve some memory.
7908
7909 Signed-off-by: Andy Fleming <afleming@freescale.com>
7910
7911commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
7912Author: Andy Fleming <afleming@freescale.com>
7913Date: Mon Jun 16 13:58:53 2008 -0500
7914
7915 Add ALIGN() macro
7916
7917 ALIGN() returns the smallest aligned value greater than the passed
7918 in address or size. Taken from Linux.
7919
7920 Signed-off-by: Andy Fleming <afleming@freescale.com>
7921
4188f049
WD
7922commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
7923Author: Stefan Roese <sr@denx.de>
7924Date: Tue Jun 24 17:15:22 2008 +0200
7925
7926 ppc4xx: Fix compilation problems with phys_size_t
7927
7928 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
7929 board specific files where it has been missing.
7930
7931 Signed-off-by: Stefan Roese <sr@denx.de>
7932
01db232d
WD
7933commit 28eab0d77352b84885f938759bf2612b7bf0bc44
7934Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7935Date: Mon May 19 12:26:38 2008 +0200
7936
7937 Conditionally add -fno-stack-protector to CFLAGS
7938
7939 When compile-testing on powerpc, I get errors like this:
7940
7941 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
7942
7943 This seems to be because -fstack-protector is on by default, so
7944 let's explicitly disable it on all architectures that support the
7945 option.
7946
7947 The Ubuntu toolchain is affected by this problem, and according to
7948 Mike Frysinger, Gentoo has been running with SSP enabled for years.
7949 More and more distros are turning SSP on by default, so this problem
7950 is likely to get worse in the future.
7951
7952 Also, powerpc just happens to be one of the arches I do
7953 compile-testing on. There may be other arches affected by this too.
7954
7955 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7956
7957commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
7958Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7959Date: Sun May 18 19:09:52 2008 +0200
7960
7961 pcmcia/ti_pci1410a: Move compile condition to the Makefile
7962
7963 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7964
7965commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
7966Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7967Date: Sun May 18 19:09:51 2008 +0200
7968
7969 pxa_pcmcia: Move compile condition to the Makefile
7970
7971 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7972
7973commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
7974Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7975Date: Sun May 18 19:09:50 2008 +0200
7976
7977 marabun_pcmcia: Move compile condition to the Makefile
7978
7979 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7980
4188f049
WD
7981commit 6a19c46cae43c16c528eddefae3db97134f1915d
7982Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
7983Date: Mon Jun 23 13:25:34 2008 +0200
7984
7985 fix non-working mvBL-M7
7986
7987 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
7988
7989 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
7990 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7991
7992commit 846f1574ddddeda2bc227655e687308695f41cdc
7993Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
7994Date: Mon Jun 23 11:40:56 2008 +0200
7995
7996 fix system config overwrite @ MPC834x and MPC8313
7997
7998 During 83xx setup the "System I/O configuration register high" gets
7999 overwritten with user defined value if CFG_SICRH is defined.
8000
8001 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
8002 must keep their reset value regardless of configuration.
8003
8004 On my board (using RGMII) those bits are set after reset - yet it's
8005 unclear where they come from.
8006
8007 The patch keeps both bits on MPC834x and MPC8313.
8008
8009 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8010 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8011
8012commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
8013Author: Kim Phillips <kim.phillips@freescale.com>
8014Date: Tue Jun 17 17:45:27 2008 -0500
8015
8016 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
8017
8018 to avoid this:
8019
8020 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
8021 In file included from cpu.c:33:
8022 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
8023
8024 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8025
8026commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
8027Author: Stefan Roese <sr@denx.de>
8028Date: Mon Jun 23 11:15:09 2008 +0200
8029
8030 ppc4xx: Fix problem in gpio_config()
8031
8032 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
8033 left by one. So the additional shift is bogus.
8034
8035 Signed-off-by: Stefan Roese <sr@denx.de>
8036
8037commit 40777812316fc252c941665c0f60c148fd79d50f
8038Author: Detlev Zundel <dzu@denx.de>
8039Date: Fri Jun 20 22:24:05 2008 +0200
8040
8041 fdt: Fix typo in variable name.
8042
8043 Signed-off-by: Detlev Zundel <dzu@denx.de>
8044
8045commit 5f723a3b98c630bde33de74351f2121691fdef14
8046Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8047Date: Fri Jun 20 10:41:05 2008 +0200
8048
8049 avr32: Enable SPI flash support on ATNGW100
8050
8051 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
8052 the new SPI flash framework.
8053
8054 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8055
8056commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
8057Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8058Date: Fri Jun 20 12:44:28 2008 +0200
8059
8060 avr32: Fix SPI portmux initialization
8061
8062 Use the new GPIO manipulation functions to set up the chip select lines,
8063 and make sure both busses use GPIO for chip select control.
8064
8065 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8066
8067commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
8068Author: Peter Ma <pma@mediamatech.com>
8069Date: Sun Jun 1 22:59:24 2008 -0700
8070
8071 avr32: Add GPIO manipulation functions
8072
8073 Adds GPIO manipulation functions for AVR32 AP7 platform.
8074
8075 Signed-off-by: Peter Ma <pma@mediamatech.com>
8076 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
8077 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8078
01db232d
WD
8079commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
8080Author: Wolfgang Grandegger <wg@grandegger.com>
8081Date: Thu Jun 5 13:02:30 2008 +0200
8082
8083 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
8084
8085 This patch is based on the following patch sent a few minutes ago:
8086 "NAND FSL UPM: driver re-write using the hwcontrol callback"
8087 It is untested, of course. Anton, could you please give it a try.
8088
8089 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8090 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8091
8092commit 96026d42fa4e646d28318c0a1438aac4b2017909
8093Author: Anatolij Gustschin <agust@denx.de>
8094Date: Thu Jun 12 12:40:11 2008 +0200
8095
8096 Fix 4xx build issue
8097
8098 Building for 4xx doesn't work since commit 4dbdb768:
8099
8100 In file included from 4xx_pcie.c:28:
8101 include/asm/processor.h:971: error: expected ')' before 'ver'
8102 make[1]: *** [4xx_pcie.o] Error 1
8103
8104 This patch fixes the problem.
8105
8106 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8107 Acked-by: Stefan Roese <sr@denx.de>
8108 Acked-by: Kumar Gala <galak@kernel.crashing.org>
8109
699f0512
WD
8110commit a036b0443657fe0f4773786de9092251869f08ac
8111Author: Kumar Gala <galak@kernel.crashing.org>
8112Date: Thu Jun 19 01:45:50 2008 -0500
8113
8114 MPC8610HPCD: Report board id, board version and fpga version.
8115
8116 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8117
8118commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
8119Author: Kumar Gala <galak@kernel.crashing.org>
8120Date: Thu Jun 19 01:45:27 2008 -0500
8121
8122 MPC8641HPCN: Report board id, board version and fpga version.
8123
8124 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8125
01db232d
WD
8126commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
8127Author: Stefan Roese <sr@denx.de>
8128Date: Mon Jun 16 10:40:02 2008 +0200
8129
8130 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
8131
8132 This patch simplifies flash_toggle() (AMD commandset), which is used to
8133 detect if a FLASH device is still busy with erase/program operations. On
8134 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
8135 did not detect the busy state reliably, resulting in non erased sectors
8136 etc. This patch now simplifies this function by "just" comparing the
8137 complete data-word instead of ANDing it with the command-word (0x40)
8138 before the compatison. It is done the same way in the Linux implementation
8139 chip_ready() in cfi_cmdset_0002.c.
8140
8141 Signed-off-by: Stefan Roese <sr@denx.de>
8142
8143commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
8144Author: Philip Balister <philip@balister.org>
8145Date: Mon Jun 16 08:58:07 2008 -0400
8146
8147 NAND: Add missing declaration to non-redundant saveenv().
8148
8149 Signed-off-by: Scott Wood <scottwood@freescale.com>
8150
8151commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
8152Author: Wolfgang Grandegger <wg@grandegger.com>
8153Date: Mon Jun 2 15:09:55 2008 +0200
8154
8155 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
8156
8157 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8158 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8159 Signed-off-by: Scott Wood <scottwood@freescale.com>
8160
8161commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
8162Author: Stefan Roese <sr@denx.de>
8163Date: Tue Jun 10 15:34:11 2008 +0200
8164
8165 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
8166
8167 This patch disables the square wave output of the M41T62 RTC used on
8168 Canyonlands & Glacier. Here the explanation:
8169
8170 The serial real-time clock part used in the design is an
8171 STMicro M41T62. This part has a full-time 32KHz square wave
8172 output that is connected to the TmrClk input to the
8173 processor. The default state for this square wave output is
8174 enabled so the output runs continuously when the board is
8175 powered normally and also from the battery. The TmrClk input
8176 to the processor goes to ground when the power is removed
8177 from the board/processor, and therefore the running square
8178 wave output is driving ground which drains the battery quickly.
8179
8180 Signed-off-by: Stefan Roese <sr@denx.de>
8181
8182commit a94f22f08f280905926219e568568964cb9eeb9d
8183Author: Andy Fleming <afleming@freescale.com>
8184Date: Wed Jun 11 18:10:20 2008 -0500
8185
8186 Fix build issue with string.h and linux/string.h
8187
8188 This commit:
8189 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
8190 Author: Wolfgang Denk <wd@denx.de>
8191 Date: Fri Jun 6 14:28:14 2008 +0200
8192
8193 tools/mkimage: fix compiler warnings on some systems.
8194
8195 Broke building on some systems, because the host's string.h was interfering
8196 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
8197 we're building for the host, so now we only include when building inside
8198 u-boot.
8199
8200 Signed-off-by: Andy Fleming <afleming@freescale.com>
8201
8202commit 9973e3c614721bbf169882ffc3be266a6611cd60
8203Author: Becky Bruce <becky.bruce@freescale.com>
8204Date: Mon Jun 9 16:03:40 2008 -0500
8205
8206 Change initdram() return type to phys_size_t
8207
8208 This patch changes the return type of initdram() from long int to phys_size_t.
8209 This is required for a couple of reasons: long int limits the amount of dram
8210 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
8211 size of physical memory. phys_size_t is defined as an unsigned long on almost
8212 all current platforms.
8213
8214 This patch *only* changes the return type of the initdram function (in
8215 include/common.h, as well as in each board's implementation of initdram). It
8216 does not actually modify the code inside the function on any of the platforms;
8217 platforms which wish to support more than 2GB of DRAM will need to modify
8218 their initdram() function code.
8219
8220 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
8221 MPC8641HPCN.
8222
8223 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8224
8225commit 391fd93ab23e15ab3dd58a54f5b609024009c378
8226Author: Becky Bruce <becky.bruce@freescale.com>
8227Date: Mon Jun 9 20:37:18 2008 -0500
8228
8229 Change lmb to use phys_size_t/phys_addr_t
8230
8231 This updates the lmb code to use phys_size_t
8232 and phys_addr_t instead of unsigned long. Other code
8233 which interacts with this code, like getenv_bootm_size()
8234 is also updated.
8235
8236 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
8237
8238 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8239
8240commit 61b09fc2952dc636017df4e7970e3de132276ba1
8241Author: Becky Bruce <becky.bruce@freescale.com>
8242Date: Mon Jun 9 20:37:17 2008 -0500
8243
8244 Change print_size to take phys_size_t
8245
8246 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8247
8248commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
8249Author: Becky Bruce <becky.bruce@freescale.com>
8250Date: Mon Jun 9 20:37:16 2008 -0500
8251
8252 Change bd/gd memsize/ram_size to be phys_size_t.
8253
8254 Currently, both are defined as an unsigned long, but
8255 should be phys_size_t. This should result in no real change,
8256 since phys_size_t is currently an unsigned long for all the
8257 default configs. Also add print_lnum to cmd_bdinfo to deal
8258 with the potentially wider memsize.
8259
8260 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8261
8262commit ba04f7010958e88a8910f2a123fee53fdc72e013
8263Author: Kumar Gala <galak@kernel.crashing.org>
8264Date: Tue Jun 10 16:16:02 2008 -0500
8265
8266 FSL LAW: Add new interface to use the last free LAW
8267
8268 LAWs have the concept of priority so its useful to be able to allocate
8269 the lowest (highest number) priority. We will end up using this with the
8270 new DDR code.
8271
8272 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8273
8274commit 859a86a25c569d3665ff413d1d923394b8a961f3
8275Author: Kumar Gala <galak@kernel.crashing.org>
8276Date: Wed Jun 11 00:51:45 2008 -0500
8277
8278 85xx/86xx: Move to dynamic mgmt of LAWs
8279
8280 With the new LAW interface (set_next_law) we can move to letting the
8281 system allocate which LAWs are used for what purpose. This makes life
8282 a bit easier going forward with the new DDR code.
8283
8284 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8285 Signed-off-by: Andy Fleming <afleming@freescale.com>
8286 Acked-by: Jon Loeliger <jdl@freescale.com>
8287 Acked-by: Becky Bruce <becky.bruce@freescale.com>
8288
8289commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
8290Author: Kumar Gala <galak@kernel.crashing.org>
8291Date: Wed Jun 11 00:44:10 2008 -0500
8292
8293 FSL LAW: Keep track of LAW allocations
8294
8295 Make it so we keep track of which LAWs have allocated and provide
8296 a function (set_next_law) which can allocate a LAW for us if one is
8297 free.
8298
8299 In the future we will move to doing more "dynamic" LAW allocation
8300 since the majority of users dont really care about what LAW number
8301 they are at.
8302
8303 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
8304
8305 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8306 Signed-off-by: Andy Fleming <afleming@freescale.com>
8307
8308commit ddde74a159caa6e18b481fec01d40b885aebb566
8309Author: Kumar Gala <galak@kernel.crashing.org>
8310Date: Mon Jun 9 22:31:57 2008 -0500
8311
8312 85xx: remove dummy board_early_init_f
8313
8314 A number of board ports have empty version of board_early_init_f
8315 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
8316
8317 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8318
8319commit 81e56e9af0d43712db8efb843606a8d62eab454f
8320Author: Kumar Gala <galak@kernel.crashing.org>
8321Date: Mon Jun 9 18:55:38 2008 -0500
8322
8323 MPC8544DS: Update config.h
8324
8325 * Enable flash progress
8326 * remove CLEAR_LAW0 since we dont really use it
8327
8328 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8329
8330commit 978e81604c1b28526ed580df0fbe64eb8384e94f
8331Author: Kumar Gala <galak@kernel.crashing.org>
8332Date: Mon Jun 9 13:37:24 2008 -0500
8333
8334 85xx: Remove unused and unconfigured memory test code.
8335
8336 Remove unused and unconfigured DDR test code from FSL 85xx boards.
8337 Besides, other common code exists.
8338
8339 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8340
8341commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
8342Author: Sergei Poselenov <sposelenov@emcraft.com>
8343Date: Fri Jun 6 15:42:45 2008 +0200
8344
8345 Socrates: Added FPGA base address update in FDT.
8346
8347 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8348
8349commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
8350Author: Sergei Poselenov <sposelenov@emcraft.com>
8351Date: Fri Jun 6 15:42:44 2008 +0200
8352
8353 Socrates: NAND support added. Changed the U-Boot base address and
8354
8355 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8356
8357commit 248ae5cfc8bf69074d1da099dc495d8e06070547
8358Author: Sergei Poselenov <sposelenov@emcraft.com>
8359Date: Fri Jun 6 15:42:43 2008 +0200
8360
8361 NAND: Added support for 128-bit OOB, adapted
8362
8363 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8364
8365commit 31ca0208612f2eb57690110d7c2815953650e47b
8366Author: Sergei Poselenov <sposelenov@emcraft.com>
8367Date: Fri Jun 6 15:42:42 2008 +0200
8368
8369 Socrates: added missed file with UPMA configuration data.
8370
8371 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
8372
8373commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
8374Author: Sergei Poselenov <sposelenov@emcraft.com>
8375Date: Fri Jun 6 15:42:41 2008 +0200
8376
8377 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
8378
8379 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8380
8381commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
8382Author: Sergei Poselenov <sposelenov@emcraft.com>
8383Date: Fri Jun 6 15:42:40 2008 +0200
8384
8385 Added the upmconfig() function for 85xx.
8386
8387 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8388 Signed-off-by: Andy Fleming <afleming@freescale.com>
8389
8390commit d39e68514ff943930ee692cff3fde03532eb7fec
8391Author: Sergei Poselenov <sposelenov@emcraft.com>
8392Date: Fri Jun 6 15:42:39 2008 +0200
8393
8394 Socrates: config file cleanup.
8395
8396 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8397
8398commit e8cc3f04b124f757af4528206e60d8eb715ae083
8399Author: Wolfgang Grandegger <wg@grandegger.com>
8400Date: Thu Jun 5 13:12:10 2008 +0200
8401
8402 TQM85xx: Change memory map to support Flash memory > 128 MiB
8403
8404 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
8405 memory. The current memory map only supports up to 128 MiB Flash.
8406 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
8407 set, up to 1 GiB flash is supported. To achieve this, the memory
8408 map has to be adjusted in great parts (for example the CCSRBAR is
8409 moved from 0xE0000000 to 0xA0000000).
8410
8411 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
8412 memory map also has to be considered in the kernel (changed
8413 CCSRBAR address, changed PCI IO base address, ...). Please use
8414 an appropriate Flat Device Tree blob (tqm8548.dtb).
8415
8416 Signed-off-by: Martin Krause <martin.krause@tqs.de>
8417 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8418
8419commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
8420Author: Wolfgang Grandegger <wg@grandegger.com>
8421Date: Thu Jun 5 13:12:09 2008 +0200
8422
8423 TQM85xx: NAND support via local bus UPMB
8424
8425 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
8426 default and can be enabled for the TQM8548 modules. It is now based on
8427 the re-written FSL NAND UPM driver. A patch has been posted earlier today
8428 with the subject:
8429
8430 "NAND FSL UPM: driver re-write using the hwcontrol callback"
8431
8432 Note that the R/B pin is not supported by that module requiring to use
8433 the specified maximum delay time.
8434
8435 Note: With NAND support enabled the size of the U-Boot image exceeds
8436 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
8437 doubling the image size :-(.
8438
8439 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
8440 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8441
8442commit b9e8078bb3f3c48111a7081e27279938c3a445e1
8443Author: Wolfgang Grandegger <wg@grandegger.com>
8444Date: Thu Jun 5 13:12:08 2008 +0200
8445
8446 TQM8548: PCI express support
8447
8448 This patch adds support for PCI express cards. The board support
8449 now uses common FSL PCI init code, for both, PCI and PCIe on all
8450 TQM85xx modules.
8451
8452 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
8453 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8454
8455commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
8456Author: Wolfgang Grandegger <wg@grandegger.com>
8457Date: Thu Jun 5 13:12:07 2008 +0200
8458
8459 TQM8548: Basic support for the TQM8548 modules
8460
8461 This patch adds basic support for the TQM8548 module from TQ-Components
8462 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
8463 eTSEC 3 and 4
8464
8465 Furthermore Flash buffer write has been enabled to speed up output to
8466 the Flash by approx. a factor of 10.
8467
8468 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
8469 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8470
8471commit 25991353204c78b094c3c1fec90182dcd607ab8f
8472Author: Wolfgang Grandegger <wg@grandegger.com>
8473Date: Thu Jun 5 13:12:06 2008 +0200
8474
8475 TQM85xx: Support for Flat Device Tree
8476
8477 This patch adds support for Linux kernels using the Flat Device Tree.
8478 It also re-defines the default environment settings for booting Linux
8479 with the FDT blob.
8480
8481 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8482
8483commit d9ee843d54c54776e1fdb86336ce554906a87331
8484Author: Wolfgang Grandegger <wg@grandegger.com>
8485Date: Thu Jun 5 13:12:05 2008 +0200
8486
8487 TQM85xx: Support for Intel 82527 compatible CAN controller
8488
8489 This patch adds initialization of the UPMC RAM to support up to two
8490 Intel 82527 compatible CAN controller on the TQM85xx modules.
8491
8492 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
8493 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8494
8495commit 518d5cfe72916323c746af1647764459914f555f
8496Author: Wolfgang Grandegger <wg@grandegger.com>
8497Date: Thu Jun 5 13:12:04 2008 +0200
8498
8499 TQM85xx: Bugfix in the SDRAM initialisation
8500
8501 The CS0_BNDS register is now set according to the detected
8502 memory size.
8503
8504 Signed-off-by Martin Krause <martin.krause@tqs.de>
8505
8506commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
8507Author: Wolfgang Grandegger <wg@grandegger.com>
8508Date: Thu Jun 5 13:12:03 2008 +0200
8509
8510 TQM85xx: Fix chip select configuration for second FLASH bank
8511
8512 This patch fixes the re-calculation of the automatic chip select
8513 configuration for boards with two populated FLASH banks.
8514
8515 Signed-off-by: Martin Krause <martin.krause@tqs.de>
8516
8517commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
8518Author: Wolfgang Grandegger <wg@grandegger.com>
8519Date: Thu Jun 5 13:12:02 2008 +0200
8520
8521 TQM85xx: Support for Spansion 'N' type flashes added
8522
8523 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
8524 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
8525 needs to be changed -> new start address of the environment. The macro
8526 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
8527 defined for boards with 'N' type flashes.
8528
8529 Signed-off-by: Martin Krause <martin.krause@tqs.de>
8530 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8531
8532commit 5d5bd838f76eade22c0ea40a500389f924d0da36
8533Author: Wolfgang Grandegger <wg@grandegger.com>
8534Date: Thu Jun 5 13:12:01 2008 +0200
8535
8536 TQM85xx: Fix CPM port pin configuration
8537
8538 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
8539 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
8540 as serial interface anyway. Worse, on some board variants configuring the
8541 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
8542
8543 Signed-off-by: Martin Krause <martin.krause@tqs.de>
8544
8545commit b99ba1679e8cd51b023e67098c89e606e47137d2
8546Author: Wolfgang Grandegger <wg@grandegger.com>
8547Date: Thu Jun 5 13:12:00 2008 +0200
8548
8549 TQM85xx: Various coding style fixes
8550
8551 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8552
8553commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
8554Author: Gerald Van Baren <vanbaren@cideas.com>
8555Date: Tue Jun 10 22:15:58 2008 -0400
8556
8557 libfdt: Move the working_fdt pointer to cmd_fdt.c
8558
8559 The working_fdt pointer was declared in common/fdt_support.c but was
8560 not used there. Move it to common/cmd_fdt.c where it is used (it is
8561 also used in lib_ppc/bootm.c).
8562
8563 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8564
8565commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
8566Author: Kim Phillips <kim.phillips@freescale.com>
8567Date: Tue Jun 10 11:06:17 2008 -0500
8568
8569 fdt: unshadow global working fdt variable
8570
8571 differentiate with local variables of the same name by renaming the
8572 global 'fdt' variable 'working_fdt'.
8573
8574 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8575
8576commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
8577Author: Andy Fleming <afleming@freescale.com>
8578Date: Tue Jun 10 18:49:34 2008 -0500
8579
8580 socrates: Fix PCI clk fix patch
8581
8582 The submitted patch seems to have been more up-to-date, but an older patch was
8583 already in the repository. This patch encompasses the differences
8584
8585 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
8586
8587 Signed-off-by: Andy Fleming <afleming@freescale.com>
8588
8589commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
8590Author: Wolfgang Grandegger <wg@grandegger.com>
8591Date: Thu Jun 5 13:02:29 2008 +0200
8592
8593 NAND FSL UPM: driver re-write using the hwcontrol callback
8594
8595 This is a re-write of the NAND FSL UPM driver using the more universal
8596 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
8597 list of furher modifications:
8598
8599 - For the time being, the UPM setup writing the UPM array has been
8600 removed from the driver and must now be done by the board specific
8601 code.
8602
8603 - The bus width definition in "struct fsl_upm_nand" is now in bits to
8604 comply with the corresponding Linux driver and 8, 16 and 32 bit
8605 accesses are supported.
8606
8607 - chip->dev_read is only set if fun->dev_ready != NULL, which is
8608 required for boards not connecting the R/B pin.
8609
8610 - A few issue have been fixed with MxMR bit manipulation like in the
8611 corresponding Linux driver.
8612
8613 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
8614 as well, because the address is already determined by
8615 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
8616
8617 This patch has been tested on a TQM8548 modules with the NAND chip
8618 Micron MT29F8G08FABWP.
8619
8620 This patch is based on the following patches posted to this list a few
8621 minutes ago:
8622
8623 PPC: add accessor macros to clear and set bits in one shot
8624 83xx/85xx/86xx: add more MxMR local bus definitions
8625
8626 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8627 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8628
8629commit 6beecfbb542992eede5831240cd58678274683a9
8630Author: Wolfgang Grandegger <wg@grandegger.com>
8631Date: Thu Jun 5 13:11:59 2008 +0200
8632
8633 MPC85xx: Beautify boot output of L2 cache configuration
8634
8635 The boot output is now aligned poperly with other boot output
8636 lines, e.g.:
8637
8638 FLASH: 128 MB
8639 L2: 512 KB enabled
8640
8641 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8642
8643commit 398415114f0a705163a14543e9fef03f734b1ffa
8644Author: Wolfgang Grandegger <wg@grandegger.com>
8645Date: Wed Jun 4 12:45:22 2008 +0200
8646
8647 PPC: add accessor macros to clear and set bits in one shot
8648
8649 PPC: add accessor macros to clear and set bits in one shot
8650
8651 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
8652 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
8653 They are very handy to manipulate bits it I/O registers.
8654
8655 This patch is required for my forthcoming FSL NAND UPM driver re-write and
8656 the support for the TQM8548 module.
8657
8658 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8659
8660commit 4677988c7edc070c3786d3db7994abeca3ab82a0
8661Author: Wolfgang Grandegger <wg@grandegger.com>
8662Date: Wed Jun 4 13:52:17 2008 +0200
8663
8664 TQM: move TQM boards to board/tqc
8665
8666 Move all TQM board directories to the vendor specific directory "tqc"
8667 for modules from TQ-Components GmbH (http://www.tqc.de).
8668
8669 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8670
8671commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
8672Author: Wolfgang Grandegger <wg@grandegger.com>
8673Date: Mon Jun 2 12:09:30 2008 +0200
8674
8675 83xx/85xx/86xx: add more MxMR local bus definitions
8676
8677 83xx/85xx/86xx: add more MxMR local bus definitions
8678
8679 This patch adds more macro definitions for the UPM Machine Mode Registers
8680 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
8681 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
8682 required for my forthcoming FSL NAND UPM driver re-write and the support
8683 for the TQM8548 module.
8684
8685 This patch is based on the following two patches from Anton Vorontsov:
8686
8687 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
8688 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
8689
8690 I leave coding style violation fixes, code beautification and name
8691 corrections to somebody else ;-(.
8692
8693 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8694
8695commit c8c5fc266e4499e283c293ccb972863156aa4134
8696Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8697Date: Thu May 29 18:14:56 2008 +0400
8698
8699 83xx/85xx: further localbus cleanups
8700
8701 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
8702 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
8703
8704 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8705
8706commit 42dbd667c88d496882d53e22656e89b654205492
8707Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8708Date: Wed May 28 18:20:15 2008 +0400
8709
8710 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
8711
8712 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
8713 use it on MPC85xx and MPC86xx processors.
8714
8715 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8716
8717commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
8718Author: Kumar Gala <galak@kernel.crashing.org>
8719Date: Thu May 29 11:22:06 2008 -0500
8720
8721 85xx: Add setting of cache props in the device tree.
8722
8723 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8724
8725commit 4dbdb7681e243431530df0725627192a0c4aefda
8726Author: Kumar Gala <galak@kernel.crashing.org>
8727Date: Tue Jun 10 16:53:46 2008 -0500
8728
8729 85xx: expose cpu identification
8730
8731 The current cpu identification code is used just to return the name
8732 of the processor at boot. There are some other locations that the name
8733 is useful (device tree setup). Expose the functionality to other bits
8734 of code.
8735
8736 Also, drop the 'E' suffix and add it on by looking at the SVR version
8737 when we print this out. This is mainly to allow the most flexible use
8738 of the name. The device tree code tends to not care about the 'E' suffix.
8739
8740 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8741
8742commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
8743Author: Kim Phillips <kim.phillips@freescale.com>
8744Date: Tue Jun 10 13:25:24 2008 -0500
8745
8746 mpc83xx: MVBLM7: minor build fixups
8747
8748 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8749
8750commit a1293e549b56da135ef32ffca5b9d35a16aa6802
8751Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
8752Date: Tue Jun 10 09:14:05 2008 +0200
8753
8754 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
8755
8756 Add MPC8343 based board mvBlueLYNX-M7.
8757 It's a single board stereo camera system.
8758 Please read doc/README.mvblm7 for details.
8759
8760 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8761 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8762
8763commit c005b93925ba49f07da2aa748527996d927e172f
8764Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
8765Date: Tue Jun 10 09:13:16 2008 +0200
8766
8767 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
8768
8769 Add MPC8343 based board mvBlueLYNX-M7.
8770 It's a single board stereo camera system.
8771 Please read doc/README.mvblm7 for details.
8772
8773 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8774 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8775
8776commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
8777Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8778Date: Thu May 29 18:14:56 2008 +0400
8779
8780 83xx/85xx: further localbus cleanups
8781
8782 move the BRx_* and ORx_* left behind in mpc85xx.h
8783
8784 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
8785 the same, just few differences which needs some attention though).
8786
8787 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
8788 of these defines. So this cleanup I'll leave for the "better times".
8789
8790 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8791 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8792
8793commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
8794Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8795Date: Wed May 28 18:20:15 2008 +0400
8796
8797 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
8798
8799 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
8800 use it on MPC85xx and MPC86xx processors.
8801
8802 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8803 Acked-by: Andy Fleming <afleming@freescale.com>
8804 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8805
8806commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
8807Author: Tor Krill <tor@excito.com>
8808Date: Mon Jun 2 15:09:30 2008 +0200
8809
8810 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
8811
8812 Signed-off-by: Tor Krill <tor@excito.com>
8813 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8814
8815commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
8816Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8817Date: Mon Jun 9 23:37:44 2008 +0900
8818
8819 net: Conditional COBJS inclusion of network drivers
8820
8821 Replace COBJS-y with appropriate driver config names.
8822
8823 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8824 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8825
8826commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
8827Author: Gerald Van Baren <vanbaren@cideas.com>
8828Date: Mon Jun 9 21:02:17 2008 -0400
8829
8830 Use strncmp() for the fdt command
8831
8832 Cleaner than doing multiple conditionals on characters.
8833
8834 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8835
8836commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
8837Author: Gerald Van Baren <vanbaren@cideas.com>
8838Date: Sat Jun 7 12:25:05 2008 -0400
8839
8840 The fdt boardsetup command criteria was not unique
8841
8842 It was checking just for "b", which is not unique with respect to the
8843 "boot" command. Change to check for "boa"[rdsetup].
8844
8845 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8846
8847commit 2f08bfa9526bae4f461e043530cfb903fec0d273
8848Author: David Gibson <david@gibson.dropbear.id.au>
8849Date: Tue May 20 17:19:11 2008 +1000
8850
8851 libfdt: Several cleanups to parameter checking
8852
8853 This patch makes a couple of small cleanups to parameter checking of
8854 libfdt functions.
8855
8856 - In several functions which take a node offset, we use an
8857 idiom involving fdt_next_tag() first to check that we have indeed been
8858 given a node offset. This patch adds a helper function
8859 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
8860
8861 - In fdt_rw.c in several places we have the expanded version
8862 of the RW_CHECK_HEADER() macro for no particular reason. This patch
8863 replaces those instances with an invocation of the macro; that's what
8864 it's for.
8865
8866 - In fdt_sw.c we rename the check_header_sw() function to
8867 sw_check_header() to match the analgous function in fdt_rw.c, and we
8868 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
8869 functions in fdt_rw.c
8870
8871 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
8872
8873commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
8874Author: Gerald Van Baren <vanbaren@cideas.com>
8875Date: Tue Jun 3 20:34:45 2008 -0400
8876
8877 Remove the deprecated CONFIG_OF_FLAT_TREE
8878
8879 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
8880 cleaner, has better functionality, and is better supported.
8881
8882 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8883
8884commit 62bcdda293efa752f8281fbd9da03822b27ce82f
8885Author: Gerald Van Baren <vanbaren@cideas.com>
8886Date: Tue Jun 3 20:26:29 2008 -0400
8887
8888 Change the stxxst to CONFIG_OF_LIBFDT
8889
8890 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
8891 to CONFIG_OF_LIBFDT.
8892
8893 WARNING: It appears that this board lost its ability to boot via a
8894 flattened device tree prior to this changeset.
8895
8896 WARNING: This conversion was untested because I do not have a board to
8897 test it on.
8898
8899 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8900
8901commit 589c04271d129729a8b01391453851ab9cc4069c
8902Author: Gerald Van Baren <vanbaren@cideas.com>
8903Date: Tue Jun 3 20:24:58 2008 -0400
8904
8905 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
8906
8907 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
8908 to CONFIG_OF_LIBFDT.
8909
8910 WARNING: This conversion is untested because I do not have a board to
8911 test it on.
8912
8913 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
8914 /aliases/ethernet1 property for the ethernet to work.
8915
8916 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8917
8918commit ee1e35bede91debc8bff9b02f75574486033b652
8919Author: Kumar Gala <galak@kernel.crashing.org>
8920Date: Thu May 29 01:21:24 2008 -0500
8921
8922 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
8923
8924 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8925
8926commit 3b9519fc50802436e417c839e69df7b2016cade5
8927Author: Becky Bruce <becky.bruce@freescale.com>
8928Date: Wed May 14 13:10:04 2008 -0500
8929
8930 MPC85xx: Change traps.c to not reference non-addressable memory
8931
8932 Currently, END_OF_RAM is used by the trap code to determine if
8933 we should attempt to access the stack pointer or not. However,
8934 on systems with a lot of RAM, only a subset of the RAM is
8935 guaranteed to be mapped in and accessible. Change END_OF_RAM
8936 to use get_effective_memsize() instead of using the raw ram
8937 size out of the bd.
8938
8939 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8940
8941commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
8942Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8943Date: Mon Jun 9 13:39:57 2008 +0900
8944
8945 sh: Renesas Solutions SH7763RDP board support
8946
8947 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
8948 In this patch, support SCIF, NOR Flash, and Ethernet.
8949
8950 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8951 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8952
8953commit 60179098a95eaa972007d7ec58e4c1588029720f
8954Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8955Date: Fri Jun 6 16:24:13 2008 +0900
8956
8957 sh: Add support Renesas SH7763
8958
8959 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
8960 This patch supprts CPU register's header file.
8961
8962 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8963 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8964
8965commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
8966Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8967Date: Fri Jun 6 16:16:08 2008 +0900
8968
8969 sh: SH7763 SCIF support
8970
8971 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
8972 but only SCIF2 is different. This patch work all SCIF channel.
8973
8974 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8975 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8976
8977commit 79b51ff8205f0354d5300570614c1d2db499679c
8978Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8979Date: Sat Jun 7 20:51:59 2008 +0900
8980
8981 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
8982
8983 Also get rid of some #ifdefs in *.c files.
8984
8985 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8986
8987commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
8988Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8989Date: Sat Jun 7 20:51:56 2008 +0900
8990
8991 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
8992
8993 CONFIG_SOC_AU1X00
8994
8995 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
8996 need to have this config as a system type specifier.
8997
8998 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
8999 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
9000
9001 Machine type specifiers. Each port should have one of aboves.
9002
9003 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9004
9005commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
9006Author: Stuart Wood <stuart.wood@labxtechnologies.com>
9007Date: Fri May 30 16:05:28 2008 -0400
9008
9009 env_nand.c: Added bad block management for environment variables
9010
9011 Modified to check for bad blocks and to skipping over them when
9012 CFG_ENV_RANGE has been defined.
9013 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
9014 flash block size.
9015
9016 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
9017 Signed-off-by: Scott Wood <scottwood@freescale.com>
9018
9019commit 279726bd00558e80263d44581c44167625b7fb9a
9020Author: Becky Bruce <becky.bruce@freescale.com>
9021Date: Wed May 14 13:09:58 2008 -0500
9022
9023 MPC86xx: Change traps.c to not reference non-addressable memory
9024
9025 Currently, END_OF_RAM is used by the trap code to determine if
9026 we should attempt to access the stack pointer or not. However,
9027 on systems with a lot of RAM, only a subset of the RAM is
9028 guaranteed to be mapped in and accessible. Change END_OF_RAM
9029 to use get_effective_memsize() instead of using the raw ram
9030 size out of the bd to prevent us from trying to access
9031 non-mapped memory.
9032
9033 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9034
9035commit 338cc038461a6c7709c5b86fd9a240209338a1ae
9036Author: Wolfgang Denk <wd@denx.de>
9037Date: Fri Jun 6 14:28:14 2008 +0200
9038
9039 tools/mkimage: fix compiler warnings on some systems.
9040
9041 Signed-off-by: Wolfgang Denk <wd@denx.de>
9042
9043commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
9044Author: Stefan Roese <sr@denx.de>
9045Date: Fri Jun 6 16:10:41 2008 +0200
9046
9047 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
9048
9049 We use upper case letters for the AMCC processor defines (like
9050 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
9051 not CONFIG_440SPe. This patch fixes the last misspelled config options.
9052
9053 Signed-off-by: Stefan Roese <sr@denx.de>
9054
9055commit 72675dc6c06a48846d180106161d49dd714383cc
9056Author: Stefan Roese <sr@denx.de>
9057Date: Fri Jun 6 15:55:21 2008 +0200
9058
9059 ppc4xx: Unify AMCC's board config files (part 3/3)
9060
9061 This patch series unifies the AMCC eval board ports by introducing
9062 a common include header for all AMCC eval boards:
9063
9064 include/configs/amcc-common.h
9065
9066 This header now includes all common configuration options/defines which
9067 are removed from the board specific headers.
9068
9069 The reason for this is ease of maintenance and unified look and feel
9070 of all AMCC boards.
9071
9072 Signed-off-by: Stefan Roese <sr@denx.de>
9073
9074commit 490f204096d6e2c9940f67816f154a8125bab116
9075Author: Stefan Roese <sr@denx.de>
9076Date: Fri Jun 6 15:55:03 2008 +0200
9077
9078 ppc4xx: Unify AMCC's board config files (part 2/3)
9079
9080 This patch series unifies the AMCC eval board ports by introducing
9081 a common include header for all AMCC eval boards:
9082
9083 include/configs/amcc-common.h
9084
9085 This header now includes all common configuration options/defines which
9086 are removed from the board specific headers.
9087
9088 The reason for this is ease of maintenance and unified look and feel
9089 of all AMCC boards.
9090
9091 Signed-off-by: Stefan Roese <sr@denx.de>
9092
9093commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
9094Author: Stefan Roese <sr@denx.de>
9095Date: Fri Jun 6 15:54:31 2008 +0200
9096
9097 ppc4xx: Unify AMCC's board config files (part 1/3)
9098
9099 This patch series unifies the AMCC eval board ports by introducing
9100 a common include header for all AMCC eval boards:
9101
9102 include/configs/amcc-common.h
9103
9104 This header now includes all common configuration options/defines which
9105 are removed from the board specific headers.
9106
9107 The reason for this is ease of maintenance and unified look and feel
9108 of all AMCC boards.
9109
9110 Signed-off-by: Stefan Roese <sr@denx.de>
9111
9112commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
9113Author: Remy Bohmer <linux@bohmer.net>
9114Date: Thu Jun 5 13:03:36 2008 +0200
9115
9116 DM9000 fix status check fail 0x6d error for trizeps board
9117
9118 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
9119 the status byte need to be checked to identify a valid packet in the fifo
9120
9121 But, The several different Application Notes do not all speak the same
9122 language on these bits. They do not disagree, but only 1 Application Note
9123 noted explicitly that only these 2 bits need to be checked.
9124 Even the datasheets do not mention anything about these 2 bits.
9125
9126 Because the old code, and the kernel check the whole byte, I left this piece
9127 untouched.
9128
9129 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
9130 it should work.
9131
9132 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
9133 in the fifo) is much shorter now, compared to the older U-boot driver code,
9134 so that we can maybe run into a hardware condition now that was never seen
9135 before, or maybe was seen very unfrequently.
9136
9137 Additionaly added a cleanup of a stack variable.
9138
9139 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9140 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9141
9142commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
9143Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9144Date: Thu Jun 5 22:29:00 2008 +0900
9145
9146 [MIPS] Update <asm/addrspace.h> header
9147
9148 - Fix traditional KSEG names
9149 - Replace PHYSADDR with CPHYSADDR
9150
9151 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9152
9153commit f0d5a6f060d00358b85c62a921a423ea8df71184
9154Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9155Date: Thu Jun 5 22:29:00 2008 +0900
9156
9157 [MIPS] mips_config.mk: Misc fixes
9158
9159 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
9160 - Modify comments
9161
9162 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9163
9164commit 5f64d21c9a2998794f255b469165b91f092dfc2d
9165Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9166Date: Thu Jun 5 22:29:00 2008 +0900
9167
9168 [MIPS] Kill unused <version.h> inclusions
9169
9170 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9171
9172commit a55d48174cfd1a5bc184159513f48dcbbe409c83
9173Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9174Date: Thu Jun 5 22:29:00 2008 +0900
9175
9176 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
9177
9178 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
9179 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
9180 in the U-Boot system.
9181
9182 The other is we don't have a proper time management counter like timestamp
9183 other ARCHs have. We need the 32-bit millisecond clock counter.
9184
9185 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
9186 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
9187 of calculated CP0 counter cycles in a CFG_HZ.
9188
9189 STRATEGY:
9190
9191 * Fix improper CFG_HZ value to have 1000
9192
9193 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
9194
9195 * timer_init: initialize timestamp and set up the first timer expiration.
9196 Note that we don't need to initialize CP0 count/compare registers here
9197 as they have been already zeroed out on the system reset. Leave them as
9198 they are.
9199
9200 * get_timer: calculate how many timestamps have been passed, then return
9201 base-relative timestamp. Make sure we can easily count missed timestamps
9202 regardless of CP0 count/compare value.
9203
9204 * get_ticks: return the current timestamp, that is get_timer(0).
9205
9206 Most parts are from good old Linux v2.6.16 kernel.
9207
9208 v2:
9209 - Remove FIXME comments as they turned out to be trivial.
9210 - Use CP0 compare register as a global variable for expirelo.
9211 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
9212 instead.
9213
9214 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9215
9216commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
9217Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9218Date: Thu Jun 5 22:29:00 2008 +0900
9219
9220 [MIPS] lib_mips/time.c: Fix udelay
9221
9222 What we have to do is just to wait for given micro-seconds. No need to
9223 take into account current time, get_timer and CFG_HZ.
9224
9225 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9226
9227commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
9228Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9229Date: Thu Jun 5 22:28:59 2008 +0900
9230
9231 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
9232
9233 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
9234 This patch replaces mips_{compare,count}_set and mips_count_get with
9235 existing macros.
9236
9237 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9238
9239commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
9240Author: Remy Bohmer <linux@bohmer.net>
9241Date: Tue Jun 3 15:48:17 2008 +0200
9242
9243 Get rid of annoying/superfluous bad-checksum warning message
9244
9245 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
9246 It is annoying for ordinary users who start to doubt the network connection
9247 in general when they see messages like this.
9248
9249 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
9250 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
9251 now before checking the checksum.
9252
9253 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9254 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9255
9256commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
9257Author: Remy Bohmer <linux@bohmer.net>
9258Date: Wed Jun 4 10:47:25 2008 +0200
9259
9260 Fix order for reading rx-status registers in 32bit mode of DM9000
9261
9262 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
9263 a bug in reading the rx-status registers in 32bit mode only.
9264 This patch repairs this.
9265
9266 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9267 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9268
9269commit 98291e2e689096420465074cce926b226d2e71b4
9270Author: Remy Bohmer <linux@bohmer.net>
9271Date: Tue Jun 3 15:26:26 2008 +0200
9272
9273 DM9000: Some minor code cleanups
9274
9275 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
9276 need some other minor cleanup.
9277
9278 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9279 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9280
9281commit 850ba7555dbd4ca8d14fc475b864d534797adab3
9282Author: Remy Bohmer <linux@bohmer.net>
9283Date: Tue Jun 3 15:26:25 2008 +0200
9284
9285 DM9000: Make driver work properly for DM9000A
9286
9287 The DM9000A network controller does not work with the U-boot DM9000x driver.
9288 Analysis showed that many incoming packets are lost.
9289
9290 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
9291 check for a valid rx packet be done on the interrupt status register, not
9292 directly by performing the dummy read and the rx status check as is currently
9293 the case in the u-boot driver.
9294
9295 When the recommended poll is done as suggested the driver starts working
9296 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
9297 can be more than 1 package in the fifo at the same time.
9298
9299 The driver must perform the rx-status check in a loop and read and handle all
9300 packages until there is no more left _after_ the interrupt RX flag is set.
9301
9302 This change has been tested with DM9000A, DM9000E, DM9000EP.
9303
9304 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9305 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9306
9307commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
9308Author: Remy Bohmer <linux@bohmer.net>
9309Date: Tue Jun 3 15:26:24 2008 +0200
9310
9311 DM9000: Improve eth_reset() routine
9312
9313 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
9314 reset procedure must be done twice to properly reset the DM9000 by means of software.
9315 This errata is not needed anymore for the DM9000A, but it does not bother it.
9316
9317 This change has been tested with DM9000A, DM9000E, DM9000EP.
9318
9319 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9320 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9321
9322commit acba31847fad9ae40708cc2c9f3a634ec35f3416
9323Author: Remy Bohmer <linux@bohmer.net>
9324Date: Tue Jun 3 15:26:23 2008 +0200
9325
9326 DM9000: improve eth_send() routine
9327
9328 The eth_send routine of the U-boot DM9000x driver does not match the
9329 DM9000 or DM9000A application notes/programming guides.
9330
9331 This change improves the stability of the DM9000A network controller.
9332
9333 This change has been tested with DM9000A, DM9000E, DM9000EP.
9334
9335 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9336 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9337
9338commit 134e266253c02a7832560da59d394989c4f64453
9339Author: Remy Bohmer <linux@bohmer.net>
9340Date: Tue Jun 3 15:26:22 2008 +0200
9341
9342 DM9000: repair debug logging
9343
9344 It seems that the debugging code of the DM9000x driver in U-boot has not been
9345 compiled for a long time, because it cannot compile...
9346
9347 Also rearranged some loglines to get more useful info while debugging.
9348
9349 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9350 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9351
9352commit a101361bfe23c120321e45d114c0603b8e0763e9
9353Author: Remy Bohmer <linux@bohmer.net>
9354Date: Tue Jun 3 15:26:21 2008 +0200
9355
9356 DM9000: Add data bus-width auto detection.
9357
9358 The U-boot DM9000x driver contains a compile time bus-width definition for
9359 the databus connected to the network controller.
9360
9361 This compile check makes the code unclear, inflexible and is unneccessary.
9362 It can be asked to the network controller what its bus-width is by reading bits
9363 6 and 7 of the interrupt status register.
9364
9365 The linux kernel already uses a runtime mechanism to determine this bus-width,
9366 so the implementation below looks somewhat like that implementation.
9367
9368 This change has been tested with DM9000A, DM9000E, DM9000EP.
9369
9370 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9371 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9372
9373commit 63a0afa0c32e5f4ea98a9439542870072437404d
9374Author: Stefan Roese <sr@denx.de>
9375Date: Wed Jun 4 19:19:20 2008 +0200
9376
9377 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
9378
9379 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
9380 introduced by the commit:
9381
9382 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
9383
9384 With this patch SDRAM will get initialized again and booting from NAND
9385 is working again.
9386
9387 Signed-off-by: Stefan Roese <sr@denx.de>
9388 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
9389
9390commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
9391Author: Wolfgang Denk <wd@denx.de>
9392Date: Tue May 27 14:19:30 2008 +0200
9393
9394 Socrates: Fix PCI bus frequency report
9395
9396 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9397
9398commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
9399Author: Tor Krill <tor@excito.com>
9400Date: Thu May 29 11:10:30 2008 +0200
9401
9402 Fix incorrect switch for IF_TYPE in part.c
9403
9404 Use correct field in block_dev_desc_t when writing interface type in
9405 dev_print. Error introduced in 574b3195.
9406
9407 Also added fix from Martin Krause
9408
9409 Signed-off-by: Tor Krill <tor@excito.com>
9410
9411commit b64b8a0bd310935b70af69ac970952f2b364ae56
9412Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
9413Date: Tue May 27 10:25:39 2008 +0200
9414
9415 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
9416
9417 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9418
9419commit 35ef877f0a8f6232cdef748f442fed5accb2b641
9420Author: Peter Tyser <ptyser@xes-inc.com>
9421Date: Thu May 22 18:56:52 2008 -0500
9422
9423 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
9424
9425 Removed unneeded command line history initialization. Also, the original
9426 code would access the 'initted' variable before relocation to SDRAM
9427 which resulted in erratic behavior since the bss is not initialized when
9428 executing from flash.
9429
9430 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9431
9432commit 22f371b63038a4ecab04068877c1089e51a01ba1
9433Author: Grant Erickson <gerickson@nuovations.com>
9434Date: Wed May 21 13:28:30 2008 -0700
9435
9436 PPC4xx: Simplified post_word_{load, store}
9437
9438 This patch simplifies post_word_{load,store} by using the preprocessor
9439 to eliminate redundant, copy-and-pasted code.
9440
9441 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
9442
9443commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
9444Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
9445Date: Wed May 7 21:25:33 2008 +0400
9446
9447 cfi_flash: enable M18 flash chips family support.
9448
9449 Added new command set ID. Buffered write command processing is changed
9450 in order to support M18 flash chips family.
9451
9452 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
9453 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
9454
9455commit 93c56f212ccdadc182018f0769cb284426b88f1d
9456Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
9457Date: Wed May 7 21:24:44 2008 +0400
9458
9459 cfi_flash: support of long cmd in U-boot.
9460
9461 Some NOR flash chips needs support of commands with length grether than max
9462 value size of uchar. For example all M18 family chips use 0x1ff command in
9463 buffered write mode as value of program loops count.
9464
9465 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
9466 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
9467
9468commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
9469Author: Stefan Roese <sr@denx.de>
9470Date: Fri May 16 11:06:06 2008 +0200
9471
9472 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
9473
9474 On AD7414 the first value upon bootup is not read correctly.
9475 This is most likely because of the 800ms update time of the
9476 temp register in normal update mode. To get current values
9477 each time we issue the "dtt" command including upon powerup
9478 we switch into one-short mode.
9479
9480 This patch fixes the problem on AD7414 equipped boards (Sequoia,
9481 Canyonlands etc), that temp value printed in the bootup log was
9482 incorrect.
9483
9484 Signed-off-by: Stefan Roese <sr@denx.de>
9485
9486commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
9487Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9488Date: Fri May 30 16:55:06 2008 +0200
9489
9490 ppc4xx: Cleanup CPCI405 variant's config file
9491
9492 This patch removes some dead code from CPCI405 board's
9493 config files. JFFS2 support is also removed. It's not used and
9494 CPCI4052 does not build anymore without some size reduction.
9495
9496 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9497
9498commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
9499Author: Kenneth Johansson <kenneth@southpole.se>
9500Date: Thu May 29 16:32:33 2008 +0200
9501
9502 Remove shell variable UNDEF_SYM.
9503
9504 UNDEF_SYM is a shell variable in the main Makefile used to force the
9505 linker to add all u-boot commands to the final image. It has no use here.
9506
9507 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
9508
9509commit 8c66497e06bf803489c589df58ee591d71033274
9510Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9511Date: Fri May 16 11:10:35 2008 +0200
9512
9513 Add support for environment in SPI flash
9514
9515 This is pretty incomplete...it doesn't handle reading the environment
9516 before relocation, it doesn't support redundant environment, and it
9517 doesn't support embedded environment. But apart from that, it does
9518 seem to work.
9519
9520 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9521
9522commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
9523Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9524Date: Fri May 16 11:10:34 2008 +0200
9525
9526 SPI Flash: Add "sf" command
9527
9528 This adds a new command, "sf" which can be used to manipulate SPI
9529 flash. Currently, initialization, reading, writing and erasing is
9530 supported.
9531
9532 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9533
9534commit d25ce7d24cc0f93881559f4009175ea305af65e8
9535Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9536Date: Fri May 16 11:10:33 2008 +0200
9537
9538 SPI Flash subsystem
9539
9540 This adds a new SPI flash subsystem.
9541
9542 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
9543 but some preliminary support for other flash types is in place as
9544 well.
9545
9546 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9547
9548commit 60445cb5c3eb77ed1a07f2d908eef09174483698
9549Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
9550Date: Fri May 16 11:10:32 2008 +0200
9551
9552 atmel_spi: Driver for the Atmel SPI controller
9553
9554 This adds a driver for the SPI controller found on most AT91 and AVR32
9555 chips, implementing the new SPI API.
9556
9557 Changed in v4:
9558 - Update to new API
9559 - Handle zero-length transfers appropriately. The user may send a
9560 zero-length SPI transfer with SPI_XFER_END set in order to
9561 deactivate the chip select after a series of transfers with chip
9562 select active. This is useful e.g. when polling the status
9563 register of DataFlash.
9564
9565 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
9566
9567commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
9568Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
9569Date: Fri May 16 11:10:31 2008 +0200
9570
9571 SPI API improvements
9572
9573 This patch gets rid of the spi_chipsel table and adds a handful of new
9574 functions that makes the SPI layer cleaner and more flexible.
9575
9576 Instead of the spi_chipsel table, each board that wants to use SPI
9577 gets to implement three hooks:
9578 * spi_cs_activate(): Activates the chipselect for a given slave
9579 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
9580 * spi_cs_is_valid(): Determines if the given bus/chipselect
9581 combination can be activated.
9582
9583 Not all drivers may need those extra functions however. If that's the
9584 case, the board code may just leave them out (assuming they know what
9585 the driver needs) or rely on the linker to strip them out (assuming
9586 --gc-sections is being used.)
9587
9588 To set up communication parameters for a given slave, the driver needs
9589 to call spi_setup_slave(). This returns a pointer to an opaque
9590 spi_slave struct which must be passed as a parameter to subsequent SPI
9591 calls. This struct can be freed by calling spi_free_slave(), but most
9592 driver probably don't want to do this.
9593
9594 Before starting one or more SPI transfers, the driver must call
9595 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
9596 the hardware. When all transfers are done, the driver must call
9597 spi_release_bus() to make the bus available to others, and possibly
9598 shut down the SPI controller hardware.
9599
9600 spi_xfer() behaves mostly the same as before, but it now takes a
9601 spi_slave parameter instead of a spi_chipsel function pointer. It also
9602 got a new parameter, flags, which is used to specify chip select
9603 behaviour. This may be extended with other flags in the future.
9604
9605 This patch has been build-tested on all powerpc and arm boards
9606 involved. I have not tested NIOS since I don't have a toolchain for it
9607 installed, so I expect some breakage there even though I've tried
9608 fixing up everything I could find by visual inspection.
9609
9610 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
9611 DataFlash drivers posted as a follow-up. I'd like some help testing
9612 other boards that use the existing SPI API.
9613
9614 But most of all, I'd like some comments on the new API. Is this stuff
9615 usable for everyone? If not, why?
9616
9617 Changed in v4:
9618 - Build fixes for various boards, drivers and commands
9619 - Provide common struct spi_slave definition that can be extended by
9620 drivers
9621 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
9622 - Make default bus and mode build-time configurable
9623 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
9624
9625 Changed in v3:
9626 - Add opaque struct spi_slave for controller-specific data associated
9627 with a slave.
9628 - Add spi_claim_bus() and spi_release_bus()
9629 - Add spi_free_slave()
9630 - spi_setup() is now called spi_setup_slave() and returns a
9631 struct spi_slave
9632 - soft_spi now supports four SPI modes (CPOL|CPHA)
9633 - Add bus parameter to spi_setup_slave()
9634 - Convert the new i.MX32 SPI driver
9635 - Convert the new MC13783 RTC driver
9636
9637 Changed in v2:
9638 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
9639 new API.
9640
9641 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
9642 Tested-by: Guennadi Liakhovetski <lg@denx.de>
9643
9644commit 289011207d999b2e4085150d2aa30d547ad9b800
9645Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9646Date: Fri May 16 11:10:30 2008 +0200
9647
9648 Move definition of container_of() to common.h
9649
9650 AVR32 and AT91SAM9 both have their own identical definitions of
9651 container_of() taken from the Linux kernel. Move it to common.h so
9652 that all architectures can use it.
9653
9654 container_of() is already used by some drivers, and will be used
9655 extensively by the new and improved SPI API.
9656
9657 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9658
9659commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
9660Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9661Date: Fri May 16 11:08:11 2008 +0200
9662
9663 soft_i2c: Pull SDA high before reading
9664
9665 Spotted by Dean Capindale.
9666
9667 Systems that support open-drain GPIO properly are allowed provide an
9668 empty I2C_TRISTATE define. However, this means that we need to be
9669 careful not to drive SDA low when the slave is expected to respond.
9670
9671 This patch adds a missing I2C_SDA(1) to read_byte() required to
9672 tristate the SDA line on systems that support open-drain GPIO.
9673
9674 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9675
9676commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
9677Author: Stefan Roese <sr@denx.de>
9678Date: Mon May 19 11:34:53 2008 +0200
9679
9680 ppc4xx: Remove implementations of testdram()
9681
9682 This patch removes the used testdram() implementations of the board
9683 that are maintained by myself.
9684
9685 Signed-off-by: Stefan Roese <sr@denx.de>
9686
9687commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
9688Author: Stefan Roese <sr@denx.de>
9689Date: Mon Jun 2 17:37:28 2008 +0200
9690
9691 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
9692
9693 Historically the 405 U-Boot port had a dram_init() call in early init
9694 stage. This function was still called from start.S and most of the time
9695 coded in assembler. This is not needed anymore (since a long time) and
9696 boards should implement the common initdram() function in C instead.
9697
9698 This patch now removed the dram_init() call from start.S and removes the
9699 empty implementations that are scattered through most of the 405 board
9700 ports. Some older board ports really implement this dram_init() though.
9701 These are:
9702
9703 csb272
9704 csb472
9705 ERIC
9706 EXBITGEN
9707 W7OLMC
9708 W7OLMG
9709
9710 I changed those boards to call this assembler dram_init() function now
9711 from their board specific initdram() instead. This *should* work, but please
9712 test again on those platforms. And it is perhaps a good idea that those
9713 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
9714 some time. So further patches welcome here.
9715
9716 Signed-off-by: Stefan Roese <sr@denx.de>
9717
9718commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
9719Author: Stefan Roese <sr@denx.de>
9720Date: Mon Jun 2 17:22:11 2008 +0200
9721
9722 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
9723
9724 Signed-off-by: Stefan Roese <sr@denx.de>
9725
9726commit 39b32be18cd33b53a84065edcd4e465165cc5564
9727Author: Stefan Roese <sr@denx.de>
9728Date: Mon Jun 2 17:20:03 2008 +0200
9729
9730 ppc4xx: Fix common ECC generation code for 440GP style platforms
9731
9732 This patch makes the common 4xx ECC code really usable on 440GP style
9733 platforms.
9734
9735 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
9736 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
9737 we need to make some processor dependant defines used later on by the
9738 driver.
9739
9740 Signed-off-by: Stefan Roese <sr@denx.de>
9741
9742commit ec724f883ee3f3925e6c55027e8ffa70ada83303
9743Author: Stefan Roese <sr@denx.de>
9744Date: Mon Jun 2 17:13:55 2008 +0200
9745
9746 ppc4xx: Change Kilauea to use the common DDR2 init function
9747
9748 This patch changes the kilauea and kilauea_nand (for NAND booting)
9749 board port to not use a board specific DDR2 init routine anymore. Now
9750 the common code from cpu/ppc4xx is used.
9751
9752 Thanks to Grant Erickson for all his basic work on this 405EX early
9753 bootup.
9754
9755 Signed-off-by: Stefan Roese <sr@denx.de>
9756
9757commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
9758Author: Stefan Roese <sr@denx.de>
9759Date: Mon Jun 2 14:59:21 2008 +0200
9760
9761 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
9762
9763 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
9764 ppc4xx related SDRAM/DDR/DDR2 controller defines.
9765
9766 Signed-off-by: Stefan Roese <sr@denx.de>
9767
9768commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
9769Author: Stefan Roese <sr@denx.de>
9770Date: Mon Jun 2 14:57:41 2008 +0200
9771
9772 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
9773
9774 This patch removes all SDRAM related defines from the PPC4xx headers
9775 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
9776 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
9777
9778 It also introduces new defines for the equipped SDRAM controller based on
9779 which PPC variant is used. There new defines are:
9780
9781 used on 405GR/CR/EP and some Xilinx Virtex boards.
9782
9783 used on 440GP/GX/EP/GR.
9784
9785 used on 440EPx/GRx.
9786
9787 used on 405EX/r/440SP/SPe/460EX/GT.
9788
9789 Signed-off-by: Stefan Roese <sr@denx.de>
9790
9791commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
9792Author: Stefan Roese <sr@denx.de>
9793Date: Mon Jun 2 14:35:44 2008 +0200
9794
9795 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
9796
9797 This patch consolidates the 405 and 440 parts of the NAND booting code
9798 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
9799 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
9800 Only *after* running from this location, nand_boot() is called.
9801
9802 Please note that the initsdram() call is now moved from nand_boot.c
9803 to start.S. I experienced problems with some boards like Kilauea
9804 (405EX), which don't have internal SRAM (OCM) and relocation needs to
9805 be done to SDRAM before the NAND controller can get accessed. When
9806 initdram() is called later on in nand_boot(), this can lead to problems
9807 with variables in the bss sections like nand_ecc_pos[].
9808
9809 Signed-off-by: Stefan Roese <sr@denx.de>
9810 Acked-by: Scott Wood <scottwood@freescale.com>
9811
9812commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
9813Author: Grant Erickson <gerickson@nuovations.com>
9814Date: Thu May 22 14:44:24 2008 -0700
9815
9816 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
9817
9818 This patch (Part 2 of 2):
9819
9820 * Rolls up a suite of changes to enable correct primordial stack and
9821 global data handling when the data cache is used for such a purpose
9822 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
9823
9824 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
9825 eliminating redundant ECC initialization implementations and moving
9826 redundant SDRAM initialization out of board code into shared 4xx
9827 code.
9828
9829 * Enables MCSR visibility on the 405EX(r).
9830
9831 * Enables the use of the data cache for initial RAM on
9832 both AMCC's Kilauea and Makalu and removes a redundant
9833 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
9834
9835 - Removed, per Stefan Roese's request, defunct memory.c file for
9836 Makalu and rolled sdram_init from it into makalu.c.
9837
9838 With respect to the 4xx DDR initialization and ECC unification, there
9839 is certainly more work that can and should be done (file renaming,
9840 etc.). However, that can be handled at a later date on a second or
9841 third pass. As it stands, this patch moves things forward in an
9842 incremental yet positive way for those platforms that utilize this
9843 code and the features associated with it.
9844
9845 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
9846 Signed-off-by: Stefan Roese <sr@denx.de>
9847
9848commit c821b5f120bedf73867513466412587c6912a8f8
9849Author: Grant Erickson <gerickson@nuovations.com>
9850Date: Thu May 22 14:44:14 2008 -0700
9851
9852 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
9853
9854 This patch (Part 1 of 2):
9855
9856 * Rolls up a suite of changes to enable correct primordial stack and
9857 global data handling when the data cache is used for such a purpose
9858 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
9859
9860 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
9861 eliminating redundant ECC initialization implementations and moving
9862 redundant SDRAM initialization out of board code into shared 4xx
9863 code.
9864
9865 * Enables MCSR visibility on the 405EX(r).
9866
9867 * Enables the use of the data cache for initial RAM on
9868 both AMCC's Kilauea and Makalu and removes a redundant
9869 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
9870
9871 - Removed, per Stefan Roese's request, defunct memory.c file for
9872 Makalu and rolled sdram_init from it into makalu.c.
9873
9874 With respect to the 4xx DDR initialization and ECC unification, there
9875 is certainly more work that can and should be done (file renaming,
9876 etc.). However, that can be handled at a later date on a second or
9877 third pass. As it stands, this patch moves things forward in an
9878 incremental yet positive way for those platforms that utilize this
9879 code and the features associated with it.
9880
9881 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
9882 Signed-off-by: Stefan Roese <sr@denx.de>
9883
9884commit a439680019e06171d4a5694b7992accce87f590e
9885Author: Grant Erickson <gerickson@nuovations.com>
9886Date: Wed May 21 13:28:30 2008 -0700
9887
9888 PPC4xx: Simplified post_word_{load, store}
9889
9890 This patch simplifies post_word_{load,store} by using the preprocessor
9891 to eliminate redundant, copy-and-pasted code.
9892
9893 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
9894
9895commit f979690ee337450b2030aba128f95b7a8d9881c0
9896Author: Kumar Gala <galak@kernel.crashing.org>
9897Date: Thu May 15 15:13:08 2008 -0500
9898
9899 Fix warnings from gcc-4.3.0 build on a ppc host
9900
9901 * The cfi_flash.c memset fix actual allows the board to boot so there is
9902 a bit more going on here than just resolving warnings associated with
9903 uninitialized variables.
9904
9905 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
9906 inline function 'ext2_find_next_zero_bit' which is not static
9907
9908 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9909
9910commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
9911Author: Becky Bruce <becky.bruce@freescale.com>
9912Date: Wed May 14 13:09:51 2008 -0500
9913
9914 MPC512x: Change traps.c to not reference non-addressable memory
9915
9916 Currently, END_OF_RAM is used by the trap code to determine if
9917 we should attempt to access the stack pointer or not. However,
9918 on systems with a lot of RAM, only a subset of the RAM is
9919 guaranteed to be mapped in and accessible. Change END_OF_RAM
9920 to use get_effective_memsize() instead of using the raw ram
9921 size out of the bd.
9922
9923 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9924
9925commit 81673e9ae14b771cd13faf19947192599cae3959
9926Author: Kumar Gala <galak@kernel.crashing.org>
9927Date: Tue May 13 19:01:54 2008 -0500
9928
9929 Make sure common.h is the first include.
9930
9931 If common.h isn't first we can get CONFIG_ options defined in the
9932 board config file ignored. This can cause an issue if any of those
9933 config options impact the size of types of data structures
9934 (eg CONFIG_PHYS_64BIT).
9935
9936 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9937
9938commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
9939Author: Marian Balakowicz <m8@semihalf.com>
9940Date: Tue May 13 15:53:29 2008 +0200
9941
9942 Avoid initrd and logbuffer area overlaps
9943
9944 Add logbuffer to reserved LMB areas to prevent initrd allocation
9945 from overlaping with it.
9946
9947 Make sure to use correct logbuffer base address.
9948
9949 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9950
9951commit 6956d53d9934862507f83f0e3255dfd4662e7482
9952Author: Sascha Laue <sascha.laue@liebherr.com>
9953Date: Tue May 13 13:29:54 2008 +0200
9954
9955 lwmon5: add memory-pattern-test to FPGA POST.
9956
9957commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
9958Author: Becky Bruce <becky.bruce@freescale.com>
9959Date: Thu May 8 19:02:51 2008 -0500
9960
9961 PPC: 86xx Add bat registers to reginfo command
9962
9963 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9964
9965commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
9966Author: Becky Bruce <becky.bruce@freescale.com>
9967Date: Fri May 9 15:41:35 2008 -0500
9968
9969 PPC: Add print_bats() to lib_ppc/bat_rw.c
9970
9971 This function prints the values of all the BAT register
9972 pairs - I needed this for debug earlier this week; adding it to
9973 lib_ppc so others can use it (and add it to reginfo commands
9974 if so desired).
9975
9976 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9977
9978commit c148f24c15743a02e855636e6bed013bd121f7f2
9979Author: Becky Bruce <becky.bruce@freescale.com>
9980Date: Thu May 15 21:29:04 2008 -0500
9981
9982 PPC: Change lib_ppc/bat_rw.c to use high bats
9983
9984 Currently, this code only deals with BATs 0-3, which makes
9985 it useless on systems that support BATs 4-7. Add the
9986 support for these registers.
9987
9988 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
9989
9990commit 31d826722434931e1152a09d140187dcf72f8aac
9991Author: Becky Bruce <becky.bruce@freescale.com>
9992Date: Thu May 8 19:02:12 2008 -0500
9993
9994 PPC: Create and use CONFIG_HIGH_BATS
9995
9996 Change all code that conditionally operates on high bat
9997 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
9998 instead of the myriad ways this is done now. Define the option
9999 for every config for which high bats are supported (and
10000 enabled by early boot, on parts where they're not always
10001 enabled)
10002
10003 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
10004
10005commit aa3b8bf9c30065bb2ea852799d32db5020598495
10006Author: Wolfgang Grandegger <wg@grandegger.com>
10007Date: Wed May 28 19:55:19 2008 +0200
10008
10009 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
10010
10011 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10012 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10013
10014commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
10015Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10016Date: Wed May 28 13:06:25 2008 -0500
10017
10018 ColdFire: Add 10 base ethernet support for mcf5445x
10019
10020 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10021 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10022
10023commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
10024Author: Jason McMullan <mcmullan@netapp.com>
10025Date: Fri May 30 00:53:38 2008 +0900
10026
10027 mips: Add an 'include/asm/errno.h', like all other architectures
10028
10029 All other u-boot architectures have an include/asm/errno.h, so
10030 this change adds it to the mips include/asm-mips headers also.
10031
10032 Stolen from Linux 2.6.25.
10033
10034 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
10035
10036commit e2ad8426624bac457acc6925b6ff408e9bf20466
10037Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10038Date: Fri May 30 00:53:38 2008 +0900
10039
10040 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
10041
10042 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10043
10044commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
10045Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10046Date: Fri May 30 00:53:38 2008 +0900
10047
10048 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
10049
10050 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10051
10052commit bf462ae450a7f2eeeddc699ed345b391e3263540
10053Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10054Date: Fri May 30 00:53:37 2008 +0900
10055
10056 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
10057
10058 No functional changes.
10059
10060 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10061
10062commit 89a1550ec6b74452274a7a23127936e2c7eec711
10063Author: Jason McMullan <mcmullan@netapp.com>
10064Date: Fri May 30 00:53:37 2008 +0900
10065
10066 mips: If CONFIG_CMD_SPI is defined, call spi_init()
10067
10068 The mips architecture currently does not call 'spi_init()' in the generic
10069 board initialization routine is CONFIG_CMD_SPI is defined.
10070
10071 This patch rectifies that problem.
10072
10073 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
10074 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10075
10076commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
10077Author: Jason McMullan <mcmullan@netapp.com>
10078Date: Fri May 30 00:53:37 2008 +0900
10079
10080 [MIPS] lib_mips/board.c: Add nand_init
10081
10082 This patch adds the standard 'nand_init()' call to the mips generic
10083 'board_init_r()' call, bringing MIPS in line with the other architectures.
10084
10085 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
10086 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10087
10088commit d6ac2ed893c2168738aee01579d6283af8d37045
10089Author: Scott Wood <scottwood@freescale.com>
10090Date: Thu May 22 10:49:46 2008 -0500
10091
10092 Remove prototypes of nand_init() in favor of including nand.h.
10093
10094 Likewise with onenand_init().
10095
10096 Signed-off-by: Scott Wood <scottwood@freescale.com>
10097
10098commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
10099Author: Scott Wood <scottwood@freescale.com>
10100Date: Thu May 22 10:49:00 2008 -0500
10101
10102 Make onenand_uboot.h self-sufficient.
10103
10104 Don't assume types are provided by previously included headers.
10105
10106 Signed-off-by: Scott Wood <scottwood@freescale.com>
10107
10108commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
10109Author: Dirk Behme <dirk.behme@gmail.com>
10110Date: Wed Jan 16 14:26:59 2008 +0100
10111
10112 nand: Correct NAND erase percentage output
10113
10114 For NAND erase sizes smaller than one NAND erase block, erase
10115 percentage output becomes grater than 100% e.g.
10116
10117 -- cut --
10118 > nand info
10119 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
10120 > nand erase 0x100000 0x2000
10121 NAND erase: device 0 offset 0x100000, size 0x2000
10122 Erasing at 0x100000 -- 200% complete.
10123 OK
10124 >
10125 -- cut --
10126
10127 Correct this and give user a warning that more is erased than specified:
10128
10129 -- cut --
10130 > nand erase 0x100000 0x2000
10131 NAND erase: device 0 offset 0x100000, size 0x2000
10132 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
10133 Erasing 0x00004000 instead
10134 Erasing at 0x100000 -- 100% complete.
10135 OK
10136 >
10137 -- cut --
10138
10139 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
10140
10141commit 5922db6c0948506be91e0de44e7a6863a18a417f
10142Author: Stelian Pop <stelian@popies.net>
10143Date: Tue May 13 17:31:24 2008 +0200
10144
10145 Cleanup nand_info[] declaration.
10146
10147 The nand_info array is declared as extern in several .c files.
10148 Those days, nand.h contains a reference to the array, so there is
10149 no need to declare it elsewhere.
10150
10151 Signed-off-by: Stelian Pop <stelian@popies.net>
10152 Signed-off-by: Scott Wood <scottwood@freescale.com>
10153
10154commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
10155Author: Scott Wood <scottwood@freescale.com>
10156Date: Mon May 19 09:30:43 2008 -0500
10157
10158 NAND: Provide a sane default for NAND_MAX_CHIPS.
10159
10160 This allows the header to be included regardless of whether a board's
10161 config file provides NAND-related defininitions.
10162
10163 Signed-off-by: Scott Wood <scottwood@freescale.com>
10164
10165commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
10166Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10167Date: Mon May 26 12:19:10 2008 +0200
10168
10169 avr32: Fix theoretical race in udelay()
10170
10171 If the specified delay is very short, the cycle counter may go past the
10172 "end" time we are waiting for before we get around to reading it.
10173
10174 Fix it by checking the different between the cycle count "now" and the
10175 cycle count at the beginning. This will work as long as the delay
10176 measured in number of cycles is below 2^31.
10177
10178 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10179
10180commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
10181Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10182Date: Wed May 21 13:01:09 2008 +0200
10183
10184 avr32: Compile atmel_mci.o conditionally
10185
10186 Remove #ifdef CONFIG_MMC from the source file and use conditional
10187 compilation in the Makefile instead.
10188
10189 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10190
10191commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
10192Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10193Date: Thu May 22 12:28:25 2008 +0200
10194
10195 avr32: Fix wrong error flags in atmel_mci driver
10196
10197 Make sure we check for CRC errors when sending commands that use CRC
10198 checking.
10199
10200 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10201 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10202
10203commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
10204Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10205Date: Wed May 21 11:10:59 2008 +0200
10206
10207 avr32: Fix two warnings in atmel_mci.c
10208
10209 The warnings are harmless but annoying. Let's fix them.
10210
10211 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10212
10213commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
10214Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10215Date: Mon May 19 11:36:28 2008 +0200
10216
10217 avr32: Rework SDRAM initialization code
10218
10219 This cleans up the SDRAM initialization and related code a bit, and
10220 allows faster booting.
10221
10222 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
10223 * Remove memory test from sdram_init() and make caller responsible
10224 for verifying the SDRAM and determining its size.
10225 * Remove base_address member from struct sdram_config (was sdram_info)
10226 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
10227 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
10228
10229 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10230
10231commit 95107b7c028806919630bf02c653aa8f4f867c94
10232Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10233Date: Mon May 19 11:27:37 2008 +0200
10234
10235 avr32: Do stricter stack checking in the exception handler
10236
10237 Don't do a stack dump if the stack pointer is outside the memory area
10238 reserved for stack.
10239
10240 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10241
10242commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
10243Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10244Date: Fri May 2 15:32:57 2008 +0200
10245
10246 avr32: Use the same entry point for reset and exception handling
10247
10248 Since the reset vector is always aligned to a very large boundary, we
10249 can save a couple of KB worth of alignment padding by placing the
10250 exception vectors at the same address.
10251
10252 Deciding which one it is is easy: If we're handling an exception, the
10253 CPU is in Exception mode. If we're starting up after reset, the CPU is
10254 in Supervisor mode. So this adds a very minimal overhead to the reset
10255 path (only executed once) and the exception handling path (normally
10256 never executed at all.)
10257
10258 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10259
10260commit 0c16eed2189a190bd5655b33c029f809a9b31128
10261Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10262Date: Fri May 2 15:24:22 2008 +0200
10263
10264 avr32: Put memset in its own section
10265
10266 All C code is compiled with -ffunction-sections -fdata-sections.
10267 Assembly functions should get their own sections as well so that
10268 everything looks consistent.
10269
10270 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10271
10272commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
10273Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10274Date: Fri May 2 15:21:40 2008 +0200
10275
10276 avr32: Rename pm_init() as clk_init() and make SoC-specific
10277
10278 pm_init() was always more about clock initialization than anything
10279 else. Dealing with PLLs, clock gating and such is also inherently
10280 SoC-specific, so move it into a SoC-specific directory.
10281
10282 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10283
10284commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
10285Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10286Date: Wed Apr 30 16:15:57 2008 +0200
10287
10288 avr32: Use new-style Makefile for the at32ap platform
10289
10290 This makes it easier to avoid compiling certain files later.
10291
10292 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10293
10294commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
10295Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10296Date: Wed Apr 30 14:36:47 2008 +0200
10297
10298 avr32: Remove unused file cpu/at32ap/pm.c
10299
10300 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10301
10302commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
10303Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10304Date: Wed Apr 30 14:19:28 2008 +0200
10305
10306 avr32: Clean up the HMATRIX code
10307
10308 Rework the HMATRIX configuration interface so that it becomes easier
10309 to configure the HMATRIX for boards with special needs, and add new
10310 parts.
10311
10312 The HMATRIX header file has been split into a general,
10313 chip-independent part with register definitions, etc. and a
10314 chip-specific part with SFR bitfield definitions and master/slave
10315 identifiers.
10316
10317 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10318
10319commit 0a2e48792dd372c90b80059f3235e67a567e16fc
10320Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10321Date: Thu Nov 22 12:14:11 2007 +0100
10322
10323 avr32: Add support for the ATSTK1006 board
10324
10325 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
10326 board. It's currently in production and will be available soon.
10327
10328 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10329
10330commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
10331Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10332Date: Tue Apr 29 12:53:05 2008 +0200
10333
10334 avr32: Get rid of the .flashprog section
10335
10336 The .flashprog section was only needed back when we were running
10337 directly from flash, and it's even more useless on NGW100 since it
10338 uses the CFI flash driver which never used this workaround in the
10339 first place.
10340
10341 Remove it on STK1000 as well, and get rid of all the associated code and
10342 annotations.
10343
10344 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10345
10346commit cdd42c0c7a5205fc380912d83229069a71ea3abf
10347Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10348Date: Wed Apr 30 13:09:56 2008 +0200
10349
10350 avr32: Use correct condition around macb clock accessors
10351
10352 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
10353 the chip has a MACB controller, not when it has a USART.
10354
10355 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10356
10357commit f793a3581901ff39c2abb94012d9bbc8573ccf02
10358Author: David Brownell <david-b@pacbell.net>
10359Date: Wed Apr 16 22:57:58 2008 -0700
10360
10361 avr32: Disable the AP7000 internal watchdog on startup
10362
10363 This patch forces the watchdog off in all cases. That will at least
10364 get rid of the constant reboot cycle, though it won't let the watchdog
10365 actually run in the new kernels: its probe() comes up with a polite
10366 warning.
10367
10368 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10369
10370commit 55ac7a7490b55da56659f95d82a0c83b9756df27
10371Author: David Brownell <david-b@pacbell.net>
10372Date: Fri Feb 22 12:54:39 2008 -0800
10373
10374 avr32: stk1002 and ngw100 convergence
10375
10376 Make STK1002 and NGW100 boards act more alike:
10377 - STK boards can use as many arguments as NGW
10378 - STK boards don't need to manage FPGAs either
10379 - NGW commands should match STK ones
10380
10381 Also spell U-Boot right in prompts for STK1002 and NGW100.
10382
10383 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10384 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
10385 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10386
10387commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
10388Author: Sergei Poselenov <sposelenov@emcraft.com>
10389Date: Tue May 27 13:47:00 2008 +0200
10390
10391 Socrates: Fix PCI bus frequency report
10392
10393 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10394
10395commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
10396Author: Sergei Poselenov <sposelenov@emcraft.com>
10397Date: Tue May 27 11:49:13 2008 +0200
10398
10399 Socrates: Added USB support.
10400
10401 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10402
10403commit 5a904e5637cff1d708dc67098004f83ba9e84c54
10404Author: Sergei Poselenov <sposelenov@emcraft.com>
10405Date: Tue May 27 11:35:02 2008 +0200
10406
10407 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
10408
10409 In case of several PCI USB controllers on a board this variable
10410 specifys which controller to use.
10411 See doc/README.generic_usb_ohci for details.
10412
10413 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10414
10415commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
10416Author: Sergei Poselenov <sposelenov@emcraft.com>
10417Date: Tue May 27 10:36:07 2008 +0200
10418
10419 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
10420
10421 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10422
10423commit 83e9d7a2614d4006b92690afa3390c291734267e
10424Author: Sergei Poselenov <sposelenov@emcraft.com>
10425Date: Mon May 26 18:16:04 2008 +0200
10426
10427 Socrates: Config file cleanup.
10428
10429 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10430
10431commit 602cac1389b755b223272f2328a47e6f8c240848
10432Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10433Date: Sat May 24 12:47:46 2008 +0200
10434
10435 MAKEALL: add at91 list
10436
10437 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10438
10439commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
10440Author: Ron Madrid <ron_madrid@sbcglobal.net>
10441Date: Fri May 23 15:37:05 2008 -0700
10442
10443 Add Marvell 88E1118 support for TSEC
10444
10445 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
10446 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10447
10448commit 557b377d8bfc8b833b6e749457bcdfa298331a24
10449Author: Jens Gehrlein <sew_s@tqs.de>
10450Date: Mon May 5 14:06:11 2008 +0200
10451
10452 smc911x: add 16 bit support
10453
10454 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10455 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10456
cd82919e
WD
10457commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
10458Author: Christian Eggers <ceggers@gmx.de>
10459Date: Wed May 21 21:29:10 2008 +0200
10460
10461 Fix endianess conversion in usb_ohci.c
10462
10463 Sorry, I forgot this line:
10464
10465 Signed-off-by: Christian Eggers <ceggers@gmx.de>
10466
10467 I think this must be swapped (result may be equal).
10468
01db232d
WD
10469commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
10470Author: Christian Eggers <ceggers@gmx.de>
10471Date: Wed May 21 22:12:00 2008 +0200
10472
10473 USB: replace old swap_ with proper endianess conversion macros
10474
10475 Signed-off-by: Christian Eggers <ceggers@gmx.de>
10476 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10477
10478commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
10479Author: Christian Eggers <ceggers@gmx.de>
10480Date: Wed May 21 21:29:10 2008 +0200
10481
10482 Fix endianess conversion in usb_ohci.c
10483
10484 Signed-off-by: Christian Eggers <ceggers@gmx.de>
10485 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10486
10487commit 477434c63c2ea5baa5c6c4e43500786f436511ff
10488Author: Sergei Poselenov <sposelenov@emcraft.com>
10489Date: Thu May 22 01:15:53 2008 +0200
10490
10491 USB: add support for multiple PCI OHCI controllers
10492
10493 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
10494 In case of several PCI USB controllers on a board this variable
10495 specifys which controller to use.
10496
10497 Also add USB support for sokrates board.
10498
10499 See doc/README.generic_usb_ohci for details.
10500
10501 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10502 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10503
10504commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
10505Author: Wolfgang Denk <wd@denx.de>
10506Date: Wed May 21 16:56:08 2008 +0200
10507
10508 Fix some whitespace issues
10509
10510 introduced by 53677ef18 "Big white-space cleanup."
10511
10512 Signed-off-by: Wolfgang Denk <wd@denx.de>
10513
10514commit 4416603aeb06861b468b06a981e52c3ff805db7b
10515Author: York Sun <yorksun@freescale.com>
10516Date: Mon May 12 14:36:39 2008 -0500
10517
10518 Make ads5121 out-of-tree compiling safe
10519
10520 Reuse the existing DIU driver in board/freescale/common.
10521
10522 Signed-off-by: York Sun <yorksun@freescale.com>
10523
10524commit 0e1bad47cd345c76c91a64caf41011e431b62599
10525Author: York Sun <yorksun@freescale.com>
10526Date: Mon May 5 10:20:01 2008 -0500
10527
10528 Adding DIU support for Freescale 5121ADS
10529
10530 Add DIU and cfb console support to FSL 5121ADS board.
10531
10532 Use #define CONFIG_VIDEO in config file to enable fb console.
10533
10534 Signed-off-by: York Sun <yorksun@freescale.com>
10535
10536commit a48ff68d235e671176f6b496c44246dbe5e0a93f
10537Author: York Sun <yorksun@freescale.com>
10538Date: Mon May 5 10:20:00 2008 -0500
10539
10540 Replace DPRINTF with debug
10541
10542 Remove DPRINTF macro and replace it with generic debug macro.
10543
10544 Signed-off-by: York Sun <yorksun@freescale.com>
10545
10546commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
10547Author: York Sun <yorksun@freescale.com>
10548Date: Mon May 5 10:19:59 2008 -0500
10549
10550 Move pixel clock setting to board file
10551
10552 The clock divider has different format in 5121 and 8610. This patch moves it to
10553 board specific code.
10554
10555 Signed-off-by: York Sun <yorksun@freescale.com>
10556
10557commit 53677ef18e25c97ac613349087c5cb33ae5a2741
10558Author: Wolfgang Denk <wd@denx.de>
10559Date: Tue May 20 16:00:29 2008 +0200
10560
10561 Big white-space cleanup.
10562
10563 This commit gets rid of a huge amount of silly white-space issues.
10564 Especially, all sequences of SPACEs followed by TAB characters get
10565 removed (unless they appear in print statements).
10566
10567 Also remove all embedded "vim:" and "vi:" statements which hide
10568 indentation problems.
10569
10570 Signed-off-by: Wolfgang Denk <wd@denx.de>
10571
10572commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
10573Author: Sergei Poselenov <sposelenov@emcraft.com>
10574Date: Thu May 8 17:46:23 2008 +0200
10575
10576 socrates: fix second TSEC configuration (it is actually TSEC3)
10577
10578 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10579
10580commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
10581Author: Sergei Poselenov <sposelenov@emcraft.com>
10582Date: Thu May 8 14:17:08 2008 +0200
10583
10584 Fixed reset for socrates
10585
10586 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10587
10588commit e18575d5f589a62e19c70d471d4b4e27cad3af56
10589Author: Sergei Poselenov <sposelenov@emcraft.com>
10590Date: Wed May 7 15:10:49 2008 +0200
10591
10592 socrates: changes to support FDT
10593
10594 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10595 Signed-off-by: Wolfgang Denk <wd@denx.de>
10596
10597commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
10598Author: Sergei Poselenov <sposelenov@emcraft.com>
10599Date: Wed Apr 30 11:42:50 2008 +0200
10600
10601 Initial support for "Socrates" board
10602
10603 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10604
10605commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
10606Author: Yuri Tikhonov <yur@emcraft.com>
10607Date: Thu May 8 15:46:42 2008 +0200
10608
10609 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
10610
10611 This way we become able to utilize the full post_log_word for POST
10612 activities (overwise, POST ECC, which has 0x8000 ID, could be
10613 erroneously treated as started in post_output_backlog() even if there
10614 was actually no POST ECC run (because of OCM POST failure, for
10615 example).
10616
10617 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10618
10619commit 7845d49094c81321021b50a4dbb8864d2f3777e4
10620Author: Yuri Tikhonov <yur@emcraft.com>
10621Date: Thu May 8 15:46:02 2008 +0200
10622
10623 POST: mark OCM test as POST_STOP
10624
10625 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10626
10627commit 28a385065882d6cb6ac5f443311ff87887ed7c13
10628Author: Yuri Tikhonov <yur@emcraft.com>
10629Date: Thu May 8 15:45:26 2008 +0200
10630
10631 POST: add POST_STOP flag
10632
10633 Don't run futher tests in case of a test fails that is marked as
10634 POST_STOP.
10635
10636 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10637 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10638
10639commit a525145d8110d15b4389d23c3ea8a78f22509d3f
10640Author: Yuri Tikhonov <yur@emcraft.com>
10641Date: Thu May 8 15:44:16 2008 +0200
10642
10643 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
10644
10645 Switch the OCM testid with the codec one. The reason is that current
10646 implementation requires the POST_ROM testid to fit into lower 16
10647 bits, and the codec test will never run with POST_ROM hopefully.
10648
10649 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10650
10651commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
10652Author: Yuri Tikhonov <yur@emcraft.com>
10653Date: Thu May 8 15:43:28 2008 +0200
10654
10655 lwmon5: enable OCM post test on lwmon5 board
10656
10657 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10658
10659commit 6e8ec682268493b8d098f99e17b1ce71b4448977
10660Author: Yuri Tikhonov <yur@emcraft.com>
10661Date: Thu May 8 15:42:47 2008 +0200
10662
10663 POST: OCM test added.
10664
10665 Added OCM test to POST layer. This version runs before all other tests
10666 but doesn't yet interrupt post sequence on failure.
10667
10668 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10669 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10670
10671commit 6891260bdd935a382c95d9fa333922b0dfded68a
10672Author: Yuri Tikhonov <yur@emcraft.com>
10673Date: Thu May 8 15:40:39 2008 +0200
10674
10675 POST: typo fix
10676
10677 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10678
10679commit 727f63334676e760877d43bfb8f0e9331ac8b101
10680Author: Hebbar <gururajakr@sanyo.co.in>
10681Date: Tue May 20 02:16:36 2008 -0700
10682
10683 common/usb.c: fix incorrect escape sequence
10684
10685 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
10686
10687commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
10688Author: York Sun <yorksun@freescale.com>
10689Date: Thu May 15 15:26:27 2008 -0500
10690
10691 Fix 8313ERDB board configuration
10692
10693 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
10694 Correct TSEC1 vs TSEC2 assignment.
10695 Define ETHADDR and ETH1ADDR always.
10696
10697 Signed-off-by: York Sun <yorksun@freescale.com>
10698 Signed-off-by: Timur Tabi <timur@freescale.com>
10699
10700commit 2c289e320dcfb3760e99cf1d765cb067194a1202
10701Author: Jon Loeliger <jdl@freescale.com>
10702Date: Mon May 19 09:47:25 2008 -0500
10703
10704 mpc86xx: Removed unused and unconfigured memory test code.
10705
10706 Besides, other common code exists.
10707
10708 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10709
10710commit 180a90abdae72587c0f679edf8991455e559440d
10711Author: Wolfgang Denk <wd@denx.de>
10712Date: Mon May 19 12:47:11 2008 +0200
10713
10714 Release v1.3.3
10715
10716 Update CHANGELOG for release.
10717
10718 Signed-off-by: Wolfgang Denk <wd@denx.de>
10719
180a90ab
WD
10720commit 16bedc661de0dae767b1377d8413373a3fbcfa79
10721Author: Stefan Roese <sr@denx.de>
10722Date: Mon May 19 07:14:38 2008 +0200
10723
10724 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
10725
10726 When SATA is selected (via jumper J6) we need to disable the first PCIe
10727 node in the device tree, so that Linux doesn't initialize it. Otherwise
10728 the Linux SATA driver will fail to detect the devices.
10729
10730 The same goes the other way around too. So if PCIe is selected we need
10731 to disable the SATA node in the device tree.
10732
10733 This is because PCIe port 0 and SATA on 460EX share the same pins
10734 (multiplexed) and we have to configure in U-Boot which peripheral is
10735 enabled.
10736
10737 Signed-off-by: Stefan Roese <sr@denx.de>
10738
10739commit 3cc27b426aeefe2930f911692e9df3143fb2565f
10740Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10741Date: Sun May 18 19:09:58 2008 +0200
10742
10743 i386: Fix multiple definitions of __show_boot_progress
10744
10745 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10746
10747commit 311f3446930c1e64c12026c1cfd00500b05be52d
10748Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10749Date: Sun May 18 19:09:57 2008 +0200
10750
10751 sc530_spunk: add missing SOBJS entry
10752
10753 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10754
10755commit a559317143b4f95927b08cd388707e6f077e95fa
10756Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10757Date: Sun May 18 19:09:56 2008 +0200
10758
10759 sc520_spunk: Fix flash
10760
10761 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
10762 flash.c:398: error: label at end of compound statement
10763
10764 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10765
10766commit 91f221317af64191ee8caf303ea9305943158691
10767Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10768Date: Sun May 18 19:09:49 2008 +0200
10769
10770 drivers/pcmcia: add missing i82365
10771
10772 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10773
10774commit dd223944132f97ffa52977ea95e5a52428f5cc2f
10775Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10776Date: Sun May 18 19:09:47 2008 +0200
10777
10778 i386/bootm: remove unused var
10779
10780 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10781
10782commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
10783Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10784Date: Sun May 18 19:09:45 2008 +0200
10785
10786 example/gitignore: update with all generated examples
10787
10788 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10789
10790commit a38dc3ea8614f8b0c41e432b445a9959b9711295
10791Author: Wolfgang Denk <wd@denx.de>
10792Date: Thu May 15 00:42:45 2008 +0200
10793
10794 TQM8272: fix out-of-tree building
10795
10796 ...and add to MAKEALL script
10797
10798 Signed-off-by: Wolfgang Denk <wd@denx.de>
10799
10800commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
10801Author: Wolfgang Denk <wd@denx.de>
10802Date: Wed May 14 23:34:53 2008 +0200
10803
10804 environment: fix bug introduced by commit a8409f4f1ac8
10805
10806 env_get_char is not a function, but a pointer to one.
10807
10808 Signed-off-by: Wolfgang Denk <wd@denx.de>
10809
01db232d
WD
10810commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
10811Author: Gary Jennejohn <garyj@denx.de>
10812Date: Wed May 14 13:39:22 2008 +0200
10813
10814 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
10815
10816 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
10817 use a redundant environment.
10818
10819 Signed-off-by: Gary Jennejohn <garyj@denx.de>
10820
180a90ab
WD
10821commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
10822Author: Wolfgang Denk <wd@denx.de>
10823Date: Wed May 14 13:55:30 2008 +0200
10824
10825 Fix config files for out-of-tree building
10826
10827 Several board/<...>/config.mk files include dynamically built (by
10828 the Makefile) config files but used the wrong file name of
10829 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
10830 instead if the correct
10831 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
10832
10833 The bug is nasty because the build result is correct for the (normal)
10834 in-tree builds, and because 'sinclude' is used no errors get raised
10835 even for out-of-tree build tests. But out-of-tree builds use an
10836 incomplete and thus usually incorrect configuration...
10837
10838 Signed-off-by: Wolfgang Denk <wd@denx.de>
10839
10840commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
10841Author: Stefan Roese <sr@denx.de>
10842Date: Wed May 14 13:40:03 2008 +0200
10843
10844 ppc4xx: Fix bogus Canyonlands config.mk
10845
10846 This patch fixes the canyonlands config.mk file to enable correct
10847 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
10848
10849 Signed-off-by: Stefan Roese <sr@denx.de>
10850
10851commit fdd1247a66d788a3446244f6fde9955a93c26322
10852Author: Stefan Roese <sr@denx.de>
10853Date: Wed May 14 10:32:32 2008 +0200
10854
10855 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
10856
10857 Canyonlands has a file ddr2_fixed.c which needs special treatment when
10858 building in separate directory. It has to be linked to build directory
10859 otherwise it is not seen.
10860
10861 Signed-off-by: Stefan Roese <sr@denx.de>
10862
10863commit a8409f4f1ac84c36273c1a1e341189662521bcfb
10864Author: Wolfgang Denk <wd@denx.de>
10865Date: Wed May 14 12:22:49 2008 +0200
10866
10867 environment: cleanup prototype declarations of env functions.
10868
10869 Signed-off-by: Wolfgang Denk <wd@denx.de>
10870
10871commit cf39b07948015c480b72a6e732cf7d839aa93a9e
10872Author: Wolfgang Denk <wd@denx.de>
10873Date: Wed May 14 12:21:48 2008 +0200
10874
10875 linkstation_HGLAN: Fix out of tree building.
10876
10877 Signed-off-by: Wolfgang Denk <wd@denx.de>
10878
10879commit 085551c05ca09e6c491ea11a1c6727a36776a545
10880Author: Stefan Roese <sr@denx.de>
10881Date: Wed May 14 10:32:32 2008 +0200
10882
10883 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
10884
10885 Canyonlands has a file ddr2_fixed.c which needs special treatment when
10886 building in separate directory. It has to be linked to build directory
10887 otherwise it is not seen.
10888
10889 Signed-off-by: Stefan Roese <sr@denx.de>
10890
10891commit 1510b82d50615f344e89d42533e8224cce067dc0
10892Author: Wolfgang Denk <wd@denx.de>
10893Date: Tue May 13 23:15:52 2008 +0200
10894
10895 Makefile: fix "error: version_autogenerated.h: No such file or directory"
10896
10897 Signed-off-by: Wolfgang Denk <wd@denx.de>
10898
01db232d
WD
10899commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
10900Author: Stelian Pop <stelian@popies.net>
10901Date: Tue May 13 17:31:24 2008 +0200
10902
10903 Cleanup nand_info[] declaration.
10904
10905 The nand_info array is declared as extern in several .c files.
10906 Those days, nand.h contains a reference to the array, so there is
10907 no need to declare it elsewhere.
10908
10909 Signed-off-by: Stelian Pop <stelian@popies.net>
10910 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10911
180a90ab
WD
10912commit 70fab1908fc1734a403711eaabbef546bc4b77dc
10913Author: Stefan Roese <sr@denx.de>
10914Date: Tue May 13 20:22:01 2008 +0200
10915
10916 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
10917
10918 Signed-off-by: Stefan Roese <sr@denx.de>
10919
10920commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
10921Author: Wolfgang Denk <wd@denx.de>
10922Date: Mon May 12 01:11:21 2008 +0200
10923
10924 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
10925
10926 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
10927 which broke many PowerPC boards.
10928
10929commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
10930Author: Wolfgang Denk <wd@denx.de>
10931Date: Mon May 12 00:56:28 2008 +0200
10932
10933 Revert "Avoid initrd and logbuffer area overlaps"
10934
10935 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
10936 which breaks building on all PPC boards that don't use a log buffer.
10937
10938commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
10939Author: Nick Spence <nick.spence@freescale.com>
10940Date: Sat May 10 14:02:04 2008 -0700
10941
10942 Fix offset calculation for multi-type legacy images.
10943
10944 Calculation of tail was incorrect when size % 4 == 0.
10945
10946 New code removes the conditional and does the same thing but with arithmetic
10947
10948 Signed-off-by: Nick Spence <nick.spence@freescale.com>
10949
10950commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
10951Author: Wolfgang Denk <wd@denx.de>
10952Date: Mon May 12 00:40:58 2008 +0200
10953
10954 Revert "Change env_get_char from a global function ptr to a function."
10955
10956 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
10957 which is known to break booting from dataflash and NAND.
10958
10959commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
10960Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10961Date: Sun May 11 23:13:57 2008 +0200
10962
10963 API: remove duplicate syscall check
10964
10965 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10966
01db232d
WD
10967commit 67e3beb52c320b0a31cf030716c99392cde2d532
10968Author: Stelian Pop <stelian@popies.net>
10969Date: Fri May 9 21:46:51 2008 +0200
10970
10971 AT91: Cleanup unused config header file definitions.
10972
10973 CONFIG_ENV_OVERWRITE is commented out in the config header files,
10974 so let's cleanup the files by removing the whole definition.
10975
10976 Signed-off-by: Stelian Pop <stelian@popies.net>
10977 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10978
10979commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
10980Author: Stelian Pop <stelian@popies.net>
10981Date: Thu May 8 14:52:34 2008 +0200
10982
10983 Support AT91CAP9 revC CPUs
10984
10985 The AT91CAP9 revC CPU has a few differences over the previous,
10986 revB CPU which was distributed in small quantities only (revA was
10987 an internal Atmel product only).
10988
10989 The revC silicon needs a special initialisation sequence to
10990 switch from the internal (imprecise) RC oscillator to the
10991 external 32k clock.
10992
10993 Signed-off-by: Stelian Pop <stelian@popies.net>
10994 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10995
10996commit 098b7b4b441b12c2a64dd517930f43c793542759
10997Author: Stelian Pop <stelian@popies.net>
10998Date: Thu May 8 14:52:33 2008 +0200
10999
11000 Use custom logo for Atmel boards
11001
11002 This patch adds a custom vendor logo for the Atmel AT91 boards.
11003
11004 Signed-off-by: Stelian Pop <stelian@popies.net>
11005 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11006
11007commit 761c70b80cdd3bead40146b96a8e713d6ae01632
11008Author: Stelian Pop <stelian@popies.net>
11009Date: Thu May 8 14:52:32 2008 +0200
11010
11011 AT91SAM9RLEK: hook up the ATMEL LCD driver
11012
11013 This patch makes the necessary adaptations (PIO configurations and
11014 defines in config header file) to hook up the Atmel LCD driver to the
11015 AT91SAM9RLEK board.
11016
11017 Signed-off-by: Stelian Pop <stelian@popies.net>
11018 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11019
11020commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
11021Author: Stelian Pop <stelian@popies.net>
11022Date: Thu May 8 14:52:31 2008 +0200
11023
11024 AT91SAM9263EK: hook up the ATMEL LCD driver
11025
11026 This patch makes the necessary adaptations (PIO configurations and
11027 defines in config header file) to hook up the Atmel LCD driver to the
11028 AT91SAM9263EK board.
11029
11030 Signed-off-by: Stelian Pop <stelian@popies.net>
11031 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11032
11033commit 820f2a958325061a446115f3035e48e4726b3390
11034Author: Stelian Pop <stelian@popies.net>
11035Date: Thu May 8 14:52:30 2008 +0200
11036
11037 AT91SAM9261EK: hook up the ATMEL LCD driver
11038
11039 This patch makes the necessary adaptations (PIO configurations and
11040 defines in config header file) to hook up the Atmel LCD driver to the
11041 AT91SAM9261EK board.
11042
11043 Signed-off-by: Stelian Pop <stelian@popies.net>
11044 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11045
11046commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
11047Author: Stelian Pop <stelian@popies.net>
11048Date: Thu May 8 14:52:29 2008 +0200
11049
11050 AT91CAP9ADK: hook up the ATMEL LCD driver
11051
11052 This patch makes the necessary adaptations (PIO configurations and
11053 defines in config header file) to hook up the Atmel LCD driver to the
11054 AT91CAP9ADK board.
11055
11056 Signed-off-by: Stelian Pop <stelian@popies.net>
11057 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11058
11059commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
11060Author: Stelian Pop <stelian@popies.net>
11061Date: Fri May 9 21:57:18 2008 +0200
11062
11063 Add ATMEL LCD driver
11064
11065 This patch adds support for the ATMEL LCDC driver which is used on some
11066 AT91 and AVR platforms.
11067
11068 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
11069 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
11070
11071 Signed-off-by: Stelian Pop <stelian@popies.net>
11072 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11073
11074commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
11075Author: Stelian Pop <stelian@popies.net>
11076Date: Thu May 8 18:52:25 2008 +0200
11077
11078 AT91SAM9RLEK support
11079
11080 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
11081 board.
11082
11083 Signed-off-by: Stelian Pop <stelian@popies.net>
11084 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11085
11086commit 8e429b3eee23927c1222679f6b6f53667b21595c
11087Author: Stelian Pop <stelian@popies.net>
11088Date: Thu May 8 18:52:23 2008 +0200
11089
11090 AT91SAM9263EK support
11091
11092 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
11093 board.
11094
11095 Signed-off-by: Stelian Pop <stelian@popies.net>
11096 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11097
11098commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
11099Author: Stelian Pop <stelian@popies.net>
11100Date: Thu May 8 20:52:22 2008 +0200
11101
11102 AT91SAM9261EK support
11103
11104 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
11105 board.
11106
11107 Signed-off-by: Stelian Pop <stelian@popies.net>
11108 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11109
11110commit 86c8c8a414988c50104a3b02c29f50af2be738c0
11111Author: Stelian Pop <stelian@popies.net>
11112Date: Thu May 8 20:52:21 2008 +0200
11113
11114 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
11115
11116 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
11117 in order to cope with the changes in DataFlash partitionning scheme
11118 (cset c3a60cb3).
11119
11120 Signed-off-by: Stelian Pop <stelian@popies.net>
11121 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11122
11123commit 96996ac25d5222611a8888968db6e53a6d3726da
11124Author: Stelian Pop <stelian@popies.net>
11125Date: Thu May 8 20:52:20 2008 +0200
11126
11127 AT91SAM9260EK: Normalize BOOTARGS
11128
11129 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
11130 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
11131 variable.
11132
11133 Signed-off-by: Stelian Pop <stelian@popies.net>
11134 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11135
11136commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
11137Author: Stelian Pop <stelian@popies.net>
11138Date: Thu May 8 20:52:19 2008 +0200
11139
11140 AT91SAM9260EK: Normalize SPI timings
11141
11142 This patch changes the SPI timings to closely match the ones
11143 used by the Linux kernel and the Atmel's own bootstrap project.
11144
11145 Signed-off-by: Stelian Pop <stelian@popies.net>
11146 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11147
11148commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
11149Author: Stelian Pop <stelian@popies.net>
11150Date: Thu May 8 20:52:18 2008 +0200
11151
11152 AT91SAM9260EK: Handle 8 or 16 bit NAND
11153
11154 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
11155 makes the support configurable in the board config header file
11156 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
11157
11158 Signed-off-by: Stelian Pop <stelian@popies.net>
11159 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11160
11161commit ab52640fc01624e208424e527af0b7b3a5a65a12
11162Author: Stelian Pop <stelian@popies.net>
11163Date: Thu May 8 20:52:17 2008 +0200
11164
11165 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
11166
11167 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
11168 in order to cope with the changes in DataFlash partitionning scheme
11169 (cset c3a60cb3).
11170
11171 Signed-off-by: Stelian Pop <stelian@popies.net>
11172 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11173
11174commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
11175Author: Stelian Pop <stelian@popies.net>
11176Date: Thu May 8 20:52:16 2008 +0200
11177
11178 AT91CAP9ADK: Normalize BOOTARGS
11179
11180 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
11181 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
11182 variable.
11183
11184 Signed-off-by: Stelian Pop <stelian@popies.net>
11185 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11186
11187commit 93da48b910511911ce110656e17ed733c8ac4c45
11188Author: Stelian Pop <stelian@popies.net>
11189Date: Thu May 8 20:52:15 2008 +0200
11190
11191 AT91CAP9ADK: Normalize SPI timings
11192
11193 This patch changes the SPI timings to closely match the ones
11194 used by the Linux kernel and the Atmel's own bootstrap project.
11195
11196 Signed-off-by: Stelian Pop <stelian@popies.net>
11197 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11198
11199commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
11200Author: Stelian Pop <stelian@popies.net>
11201Date: Thu May 8 20:52:14 2008 +0200
11202
11203 AT91CAP9ADK: Handle 8 or 16 bit NAND
11204
11205 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
11206 makes the support configurable in the board config header file
11207 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
11208
11209 Signed-off-by: Stelian Pop <stelian@popies.net>
11210 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11211
11212commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
11213Author: Stelian Pop <stelian@popies.net>
11214Date: Thu May 8 20:52:13 2008 +0200
11215
11216 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
11217
11218 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
11219 below avoids the duplication of u-boot.lds by putting the file in the
11220 cpu directory instead of the board one.
11221
11222 Signed-off-by: Stelian Pop <stelian@popies.net>
11223 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11224
11225commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
11226Author: Stelian Pop <stelian@popies.net>
11227Date: Thu May 8 20:52:12 2008 +0200
11228
11229 Add proper copyright notices in Atmel boards Makefiles
11230
11231 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
11232 copyright notice. This patch adds the missing pieces.
11233
11234 Signed-off-by: Stelian Pop <stelian@popies.net>
11235 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11236
11237commit e817a042cef6164bf26fee86f90326f2ec9e6745
11238Author: Stelian Pop <stelian@popies.net>
11239Date: Thu May 8 20:52:11 2008 +0200
11240
11241 Add copyright information in Atmel boards partition.c
11242
11243 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
11244 the new created files. This patch fixes the problem.
11245
11246 Signed-off-by: Stelian Pop <stelian@popies.net>
11247 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11248
11249commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
11250Author: Stelian Pop <stelian@popies.net>
11251Date: Thu May 8 20:52:10 2008 +0200
11252
11253 Update origin and copyright information in arch-at91sam9 header files
11254
11255 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
11256 copied from the Linux kernel sources. This patch explicitly specifies
11257 this origin for all the copied headers, and for those missing copyright
11258 information, adds it.
11259
11260 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
11261 in the latest kernel sources by 'at91sam9_smc.h'.
11262
11263 The copyright information has been confirmed by the AT91 Linux kernel
11264 maintainer, Andrew Victor <avictor.za@gmail.com>.
11265
11266 Signed-off-by: Stelian Pop <stelian@popies.net>
11267 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11268
180a90ab
WD
11269commit 79dd1712689d6a5031d7cbff54957049680751c7
11270Author: Markus Klotzbücher <mk@denx.de>
11271Date: Thu May 8 16:00:55 2008 +0200
11272
11273 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
11274
11275 When using dhcp/bootp the "netmask" environment variable is not set
11276 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
11277 desireable, so the following patch adds this this option to the board
11278 config.
11279
11280 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11281 Signed-off-by: Stefan Roese <sr@denx.de>
11282
11283commit 869d14b4cc2e47de2ddcb117bad0407a44436684
11284Author: Stefan Roese <sr@denx.de>
11285Date: Sat May 10 10:30:36 2008 +0200
11286
11287 ppc4xx: Update Makalu defconfig to use device-tree booting as default
11288
11289 This patch reworks the default environment on Makalu. Now "net_nfs" for
11290 example uses the device-tree style booting formerly know as "net_nfs_fdt".
11291 Also the addresses in RAM were changed because of the new image booting
11292 support, which check for image overwriting. So the addresses needed to
11293 get adjusted.
11294
11295 Signed-off-by: Stefan Roese <sr@denx.de>
11296
11297commit f3612a7b199cab3942f60d9c1392eb39d58cc699
11298Author: Becky Bruce <bgill@freescale.com>
11299Date: Wed May 7 13:28:16 2008 -0500
11300
11301 PPC: fix map_physmem build warning
11302
11303 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
11304 enabled. This quiets the warning.
11305
11306 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
11307
11308commit 36f32675f40292002ee1fed252c180a43022d2d4
11309Author: Becky Bruce <bgill@freescale.com>
11310Date: Wed May 7 13:24:57 2008 -0500
11311
11312 Update pci code to use phys_addr_t
11313
11314 Physical addrs need to be represented by phys_addr_t, not
11315 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
11316 are going to fail mightily.
11317
11318 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
11319
11320commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
11321Author: Nick Spence <nick.spence@freescale.com>
11322Date: Thu May 8 22:32:22 2008 -0700
11323
11324 Support legacy multi-type images without FDT section.
11325
11326 This patch enables legacy multi-type images containing only a Linux kernel
11327 and root file system to be loaded, maintaining compatibility with previous
11328 versions of u-boot.
11329
11330 This is required when using old image files such as a Linux 2.4 kernel /
11331 filesystem.
11332
11333 Signed-off-by: Nick Spence <nick.spence@freescale.com>
11334 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
11335
11336commit 881031d9732783b7aeae2198fc7eb480ae8974a6
11337Author: Wolfgang Denk <wd@denx.de>
11338Date: Sat May 10 00:38:02 2008 +0200
11339
11340 Update CHANGELOG.
11341
11342 Signed-off-by: Wolfgang Denk <wd@denx.de>
11343
881031d9
WD
11344commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
11345Author: Wolfgang Denk <wd@denx.de>
11346Date: Sat May 10 00:36:09 2008 +0200
11347
11348 post/cpu/ppc4xx/Makefile: line length cleanup
11349
11350 Signed-off-by: Wolfgang Denk <wd@denx.de>
11351
11352commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
11353Author: Stelian Pop <stelian@popies.net>
11354Date: Thu May 8 22:52:09 2008 +0200
11355
11356 Fix @ -> <at> substitution
11357
11358 When applying the AT91CAP9 patches upstream, something transformed
11359 the '@' character into the ' <at> ' sequence.
11360
11361 The patch below restores the original form in all the places where
11362 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
11363 were copied from AT91CAP9, and a couple of other files where the
11364 ' <at> ' sequence was present).
11365
11366 Signed-off-by: Stelian Pop <stelian@popies.net>
11367
11368commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
11369Author: Stelian Pop <stelian@popies.net>
11370Date: Thu May 8 22:52:10 2008 +0200
11371
11372 Update origin and copyright information in arch-at91sam9 header files
11373
11374 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
11375 copied from the Linux kernel sources. This patch explicitly specifies
11376 this origin for all the copied headers, and for those missing copyright
11377 information, adds it.
11378
11379 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
11380 in the latest kernel sources by 'at91sam9_smc.h'.
11381
11382 The copyright information has been confirmed by the AT91 Linux kernel
11383 maintainer, Andrew Victor <avictor.za@gmail.com>.
11384
11385 Signed-off-by: Stelian Pop <stelian@popies.net>
11386
11387commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
11388Author: Stelian Pop <stelian@popies.net>
11389Date: Thu May 8 22:52:11 2008 +0200
11390
11391 Add copyright information in Atmel boards partition.c
11392
11393 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
11394 the new created files. This patch fixes the problem.
11395
11396 Signed-off-by: Stelian Pop <stelian@popies.net>
11397
11398commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
11399Author: Guennadi Liakhovetski <lg@denx.de>
11400Date: Thu May 8 10:09:27 2008 +0200
11401
11402 mx31ads: fix 32kHz clock handling
11403
11404 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
11405 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
11406 Also fix a typo when verifying a jumper configuration. While at it, make
11407 two needlessly global functions static.
11408
11409 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11410
11411commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
11412Author: Marian Balakowicz <m8@semihalf.com>
11413Date: Wed May 7 13:10:04 2008 +0200
11414
11415 Avoid initrd and logbuffer area overlaps
11416
11417 Add logbuffer to reserved LMB areas to prevent initrd allocation
11418 from overlaping with it.
11419
11420 Make sure to use correct logbuffer base address.
11421
11422 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11423
11424commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
11425Author: Marian Balakowicz <m8@semihalf.com>
11426Date: Wed May 7 13:08:54 2008 +0200
11427
11428 ppc: Cleanup get_effective_memsize() use
11429
11430 Removed duplicated effective memory size calculation code.
11431
11432 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11433
11434commit 273c37d843d5b581090378016cd12dd9c586907b
11435Author: Marian Balakowicz <m8@semihalf.com>
11436Date: Wed May 7 09:03:53 2008 +0200
11437
11438 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
11439
11440 Recent modifcations to LOGBUFFER handling code were incorrecly
11441 introduced to fit_check_kernel() routine during
11442 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
11443 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
11444
11445 This patch cleans up this merge issue.
11446
11447 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11448
11449commit bc11756daff89a3de09ca80adac962b88cf06e6e
11450Author: Grant Erickson <gerickson@nuovations.com>
11451Date: Tue May 6 20:16:15 2008 -0700
11452
11453 Propagate Error Status to the Shell on fw_printenv Errors
11454
11455 Changed implementation such that fw_printenv returns failure status
11456 when one or more specified variables do not exist or when incorrect
11457 command syntax is used.
11458
11459 This aids scripting fw_printenv such that the script can key of the
11460 return status rather than relying on standard error "scraping".
11461
11462 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
11463 Signed-off-by: Wolfgang Denk <wd@denx.de>
11464
11465commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
11466Author: Grant Erickson <gerickson@nuovations.com>
11467Date: Tue May 6 16:18:00 2008 -0700
11468
11469 Fix Compilation Errors with 'tools/env/fw_printenv'
11470
11471 In the current top-of-tree, 1.3.3.-rc2, the optional tool
11472 'tools/env/fw_printenv' fails to compile for two reasons:
11473
11474 1) The header watchdog.h cannot be found.
11475 2) The header zlib.h is picked up from the tool chain rather than the
11476 project causing a prototype conflict for crc32.
11477
11478 This patch addresses both of these issues.
11479
11480 Platforms Tested On:
11481 - AMCC "Kilauea"
11482
11483 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
11484
11485commit 597f6c26a18b389903a64692bacbf9a1ca69355b
11486Author: James Yang <James.Yang@freescale.com>
11487Date: Mon May 5 10:22:53 2008 -0500
11488
11489 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
11490
11491 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
11492 work before relocating to RAM because command history is written into
11493 a global array that is not writable before relocation. This patch
11494 defers to the no-editing and no-history code in readline_into_buffer()
11495 if it is called before relocation.
11496
11497 Signed-off-by: James Yang <James.Yang@freescale.com>
11498 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11499
11500commit 726c0f1e5f108dccea052965123b95837d2bd402
11501Author: Detlev Zundel <dzu@denx.de>
11502Date: Mon May 5 16:11:22 2008 +0200
11503
11504 cosmetic: Adjust coding style for switch statements to be consistent
11505
11506 Signed-off-by: Detlev Zundel <dzu@denx.de>
11507
11508commit 574b319512b13e10800f0045e39b993f4ca25e42
11509Author: Detlev Zundel <dzu@denx.de>
11510Date: Mon May 5 16:11:21 2008 +0200
11511
11512 Fix disk type output in disk/part.c
11513
11514 Signed-off-by: Detlev Zundel <dzu@denx.de>
11515
11516commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
11517Author: Vlad Lungu <vlad.lungu@windriver.com>
11518Date: Mon May 5 14:20:03 2008 +0300
11519
11520 Mail address change, documentation modified
11521
11522 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
11523
11524commit 4d49b28038e2819088e8356a77212fc95a89ce5a
11525Author: Michal Simek <monstr@monstr.eu>
11526Date: Sun May 4 15:42:41 2008 +0200
11527
11528 microblaze: Repare intc handling
11529
11530 Signed-off-by: Michal Simek <monstr@monstr.eu>
11531
11532commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
11533Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11534Date: Sun May 4 15:17:52 2008 +0200
11535
11536 include/gitignore: update to all architectures
11537
11538 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11539
11540commit 1df368aed3b8bc240fe1595d290b0e91b22961da
11541Author: Marcel Ziswiler <marcel@ziswiler.com>
11542Date: Mon May 5 02:12:06 2008 +0200
11543
11544 ide: Remove spurious second include of io.h
11545
11546 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
11547
11548 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11549
11550commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
11551Author: Adrian Filipi <adrian.filipi@eurotech.com>
11552Date: Tue May 6 16:46:37 2008 -0400
11553
11554 Fix some typos
11555
11556 This patch fixes three typos.
11557 The first is a repetition of CONFIG_CMD_BSP.
11558 The second makes the #endif comment match its #if.
11559 The third is a spelling error.
11560
11561 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
11562
11563commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
11564Author: Grant Erickson <gerickson@nuovations.com>
11565Date: Sun May 4 16:45:01 2008 -0700
11566
11567 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
11568
11569 Add support for the recognition of 'powerpc' as an alias for the PowerPC
11570 architecture type since Linux is already trending in that direction,
11571 preferring 'powerpc' to 'ppc'.
11572
11573 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
11574
11575commit f5a24259190c388c2527bdc49fee34577d862cc7
11576Author: Wheatley Travis <Travis.Wheatley@freescale.com>
11577Date: Fri May 2 13:35:15 2008 -0700
11578
11579 7450 and 86xx L2 cache invalidate bug corrections
11580
11581 The 7610 and related parts have an L2IP bit in the L2CR that is
11582 monitored to signal when the L2 cache invalidate is complete whereas the
11583 7450 and related parts utilize L2I for this purpose. However, the
11584 current code does not account for this difference. Additionally the 86xx
11585 L2 cache invalidate code used an "andi" instruction where an "andis"
11586 instruction should have been used.
11587
11588 This patch addresses both of these bugs.
11589
11590 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
11591 Acked-By: Jon Loeliger <jdl@freescale.com>
11592
11593commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
11594Author: Wolfgang Denk <wd@denx.de>
11595Date: Fri May 9 10:16:13 2008 +0200
11596
11597 Avoid infinite loop "Generating include/autoconf.mk"
11598
11599 Fix a bogus circular dependency that caused an infinite loop of
11600 "Generating include/autoconf.mk" again and again.
11601
11602 Signed-off-by: Wolfgang Denk <wd@denx.de>
11603
01db232d
WD
11604commit 567fb852178dbf59529d7301620a3f3732a4b02d
11605Author: Stelian Pop <stelian@popies.net>
11606Date: Thu May 8 22:52:09 2008 +0200
11607
11608 Fix @ -> <at> substitution
11609
11610 When applying the AT91CAP9 patches upstream, something transformed
11611 the '@' character into the ' <at> ' sequence.
11612
11613 The patch below restores the original form in all the places where
11614 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
11615 were copied from AT91CAP9, and a couple of other files where the
11616 ' <at> ' sequence was present).
11617
11618 Signed-off-by: Stelian Pop <stelian@popies.net>
11619 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11620
11621commit 73ccb3410a0785593cda7aee455dfc51f790e281
11622Author: Gary Jennejohn <gary.jennejohn@freenet.de>
11623Date: Mon Apr 28 14:04:32 2008 +0200
11624
11625 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
11626
11627 Signed-off-by: Gary Jennejohn <garyj@denx.de>
11628 Signed-off-by: Stefan Roese <sr@denx.de>
11629
881031d9
WD
11630commit ef2642625cbfb1c3695e3478d08ae515052a4950
11631Author: Stefan Roese <sr@denx.de>
11632Date: Thu May 8 11:10:46 2008 +0200
11633
11634 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
11635
11636 Signed-off-by: Stefan Roese <sr@denx.de>
11637
11638commit a00eccfebc954ad9485161efeca7d9aaf626d530
11639Author: Stefan Roese <sr@denx.de>
11640Date: Thu May 8 11:05:15 2008 +0200
11641
11642 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
11643
11644 This patch adds fdt (flattened device tree) support to all remaining AMCC
11645 eval boards. Most newer boards already support device tree. With this patch,
11646 all AMCC boards now enable device tree passing from U-Boot to Linux
11647 arch/powerpc kernels.
11648
11649 Signed-off-by: Stefan Roese <sr@denx.de>
11650
11651commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
11652Author: Stefan Roese <sr@denx.de>
11653Date: Thu May 8 11:01:09 2008 +0200
11654
11655 ppc4xx: Add weak default ft_board_setup() routine
11656
11657 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
11658 This routine is defined as weak and can be overwritten by a board specific
11659 one if needed.
11660
11661 Signed-off-by: Stefan Roese <sr@denx.de>
11662
11663commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
11664Author: Stefan Roese <sr@denx.de>
11665Date: Thu May 8 10:48:58 2008 +0200
11666
11667 ppc4xx: acadia: Add fdt support and fix section overlap problem
11668
11669 This patch adds fdt (flattened device tree) support to the AMCC
11670 Acadia eval board. This increases the image size and it doesn't
11671 fit anymore into 256kByte. Since we didn't want to remove features
11672 from the configuration, we decided to increase the U-Boot image size
11673 (add one flash sector).
11674
11675 Also changed the default environment definition to make it
11676 independent of such changes.
11677
11678 Signed-off-by: Stefan Roese <sr@denx.de>
11679
11680commit 4adb3023de75bc150f088c8935db340930ad38c8
11681Author: Ira Snyder <iws@ovro.caltech.edu>
11682Date: Tue Apr 29 11:18:54 2008 -0700
11683
11684 ppc4xx: Add device tree support to AMCC Yosemite
11685
11686 Add support for booting with a device tree blob. This is needed to boot
11687 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
11688 via the ethaddr variable.
11689
11690 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
11691 Signed-off-by: Stefan Roese <sr@denx.de>
11692
11693commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
11694Author: Dave Mitchell <dmitchell@amcc.com>
11695Date: Wed May 7 09:00:23 2008 -0700
11696
11697 ppc4xx: Fix typos in 460GT/EX FBDV array
11698
11699 Corrected two typos in the 460GT/EX FBDV array.
11700
11701 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
11702 Signed-off-by: Stefan Roese <sr@denx.de>
11703
11704commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
11705Author: Andy Fleming <afleming@freescale.com>
11706Date: Wed May 7 16:54:31 2008 -0500
11707
11708 85xx: Limit CPU2 workaround to parts that have the errata
11709
11710 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
11711 Signed-off-by: Andy Fleming <afleming@freescale.com>
11712
11713commit a5fe514e8ace564300d2c1d73846ddff49654243
11714Author: Lee Nipper <lee.nipper@freescale.com>
11715Date: Fri Apr 25 15:44:45 2008 -0500
11716
11717 mpc83xx: system performance settings for MPC8349EMDS.
11718
11719 These same settings are used on MPC8349ITX, and
11720 improve performance on MPC8349EMDS.
11721
11722 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
11723 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11724
11725commit 49387dba910e485640b575e920ee463b7e611dc3
11726Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11727Date: Tue May 6 13:22:52 2008 +0900
11728
11729 [MIPS] cpu/mips/cache.S: Fix build warning
11730
11731 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
11732 warns illegal global symbol references by bal (and jal also) instruction.
11733 This does not happen with the latest binutils v2.18.
11734
11735 Here's an example on gth2_config:
11736
11737 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
11738 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
11739 c -EB -c -o cache.o cache.S
11740 cache.S: Assembler messages:
11741 cache.S:243: Warning: Pretending global symbol used as branch target is local.
11742 cache.S:250: Warning: Pretending global symbol used as branch target is local.
11743
11744 In principle, gas might be sensitive to global symbol references in PIC
11745 code because they should be processed through GOT (global offset table).
11746 But if `bal' instruction is used, it results in PC-based offset jump.
11747 This is the cause of this warning.
11748
11749 In practice, we know it doesn't matter whether PC-based reference or GOT-
11750 based. As for this case, both will work before/after relocation. But let's
11751 fix the code.
11752
11753 This patch explicitly sets up a target address, then jump there.
11754 Here's an example of disassembled code with/without this patch.
11755
11756 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
11757 9000066c: ac80fffc sw zero,-4(a0)
11758 90000670: 01402821 move a1,t2
11759 -90000674: 0411ffba bal 90000560 <mips_init_icache>
11760 -90000678: 01803021 move a2,t4
11761 -9000067c: 01602821 move a1,t3
11762 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
11763 -90000684: 01a03021 move a2,t5
11764 -90000688: 03000008 jr t8
11765 -9000068c: 00000000 nop
11766 +90000674: 01803021 move a2,t4
11767 +90000678: 8f8f83ec lw t7,-31764(gp)
11768 +9000067c: 01e0f809 jalr t7
11769 +90000680: 00000000 nop
11770 +90000684: 01602821 move a1,t3
11771 +90000688: 01a03021 move a2,t5
11772 +9000068c: 8f8f81e0 lw t7,-32288(gp)
11773 +90000690: 01e0f809 jalr t7
11774 +90000694: 00000000 nop
11775 +90000698: 03000008 jr t8
11776 +9000069c: 00000000 nop
11777
11778 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11779
11780commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
11781Author: Vlad Lungu <vlad.lungu@windriver.com>
11782Date: Mon May 5 14:04:00 2008 +0300
11783
11784 Allow building mips versions with ELDK 3.1.1
11785
11786 .gpword works only with local symbols on certain binutils versions
11787
11788 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
11789
11790commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
11791Author: Wolfgang Denk <wd@denx.de>
11792Date: Mon May 5 12:52:36 2008 +0200
11793
11794 MAKEALL: add inka4x0 board
11795
11796 Signed-off-by: Wolfgang Denk <wd@denx.de>
11797
11798commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
11799Author: Wolfgang Denk <wd@denx.de>
11800Date: Sun May 4 21:34:23 2008 +0200
11801
11802 kb9202 board: fix build problem.
11803
11804 Signed-off-by: Wolfgang Denk <wd@denx.de>
11805
11806commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
11807Author: Wolfgang Denk <wd@denx.de>
11808Date: Sun May 4 12:10:33 2008 +0200
11809
11810 Prepare for v1.3.3-rc3
11811
11812 Update ChNAGELOG, minor white space cleanup.
11813
11814 Signed-off-by: Wolfgang Denk <wd@denx.de>
11815
6adf61dc
WD
11816commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
11817Author: Wolfgang Denk <wd@denx.de>
11818Date: Sun May 4 00:35:15 2008 +0200
11819
11820 drivers/net/tsec.c: Fix typo.
11821
11822 Signed-off-by: Wolfgang Denk <wd@denx.de>
11823
11824commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
11825Author: Mike Frysinger <vapier@gentoo.org>
11826Date: Fri May 2 21:45:12 2008 -0400
11827
11828 version_autogenerated.h: use printf rather than echo -n
11829
11830 Some systems are dumb and do not implement the -n flag to echo (like OS X).
11831 Convert the Makefile to use printf as this should work everywhere.
11832
11833 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11834 Signed-off-by: Wolfgang Denk <wd@denx.de>
11835
11836commit 4acc2a108ad0a669165924704a6cb083f9138242
11837Author: Mike Frysinger <vapier@gentoo.org>
11838Date: Fri May 2 18:17:50 2008 -0400
11839
11840 fix building when saveenv is disabled in some setups
11841
11842 If you enable environment in the flash, but disable the embedded
11843 option, and you disable the saveenv command, then the #if nested
11844 logic will trigger a compile failure:
11845 env_flash.c: In function 'env_relocate_spec':
11846 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
11847 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
11848
11849 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11850
11851commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
11852Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
11853Date: Fri May 2 16:10:04 2008 -0400
11854
11855 SBC8548: fix address mask to allow 64M flash
11856
11857 Fix incorrect mask to enable all 64MB of onboard flash.
11858 Previously U-Boot incorrectly mapped only 8MB of flash, this
11859 patch correctly maps all the available flash.
11860
11861 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
11862
11863commit 3648085c464c8c22ef76fab006ca4344d3796124
11864Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11865Date: Fri May 2 19:48:56 2008 +0200
11866
11867 qemu_mips: add README
11868
11869 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11870
11871commit 6fdd002689190a0022c7b3dbab37fcba724580ce
11872Author: Marcel Ziswiler <marcel@ziswiler.com>
11873Date: Fri May 2 02:35:59 2008 +0200
11874
11875 Fix misspelled comment
11876
11877 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11878
11879commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
11880Author: Mike Frysinger <vapier@gentoo.org>
11881Date: Thu May 1 04:13:05 2008 -0400
11882
11883 mkimage: make mmap() checks consistent
11884
11885 The mmap() related code is full of inconsistent casts/constants when
11886 it comes to error checking, and may break when building on some
11887 systems (like ones that do not implicitly define the caddr_t type).
11888 Let's just avoid the whole mess by writing the code nice and clean in
11889 the first place.
11890
11891 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11892
11893commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
11894Author: Marcel Ziswiler <marcel@ziswiler.com>
11895Date: Thu May 1 09:05:34 2008 +0200
11896
11897 Fix defined but not used build warning
11898
11899 - warning: 'srom' defined but not used
11900
11901 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11902
11903commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
11904Author: Marcel Ziswiler <marcel@ziswiler.com>
11905Date: Thu May 1 09:05:26 2008 +0200
11906
11907 Fix implicit declaration build warnings
11908
11909 - warning: implicit declaration of function ‘serial_initialize’
11910
11911 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11912
11913commit 9acde129cc3f9c1b3bc11a821480dd446774d618
11914Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
11915Date: Tue Apr 29 19:18:32 2008 +0200
11916
11917 TSEC: add config options for VSC8601 RGMII PHY
11918
11919 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
11920 and Tx clock lines. They are configured using 2 bits in extended
11921 register 0x17.
11922 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
11923 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
11924
11925 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
11926 Acked-by: Andy Fleming <afleming@freescale.com>
11927 Acked-by: Ben Warren <biggerbadderben@gmail.com>
11928 --
11929
11930 drivers/net/tsec.c | 6 ++++++
11931 drivers/net/tsec.h | 3 +++
11932 2 files changed, 9 insertions(+), 0 deletions(-)
11933
11934commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
11935Author: Wolfgang Denk <wd@denx.de>
11936Date: Sat May 3 23:07:15 2008 +0200
11937
11938 Revert "ColdFire: Get information from the correct GCC"
11939
11940 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
11941 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
11942
11943commit c4e5f52a58d278eebb87f476e353972c5dacea40
11944Author: Wolfgang Denk <wd@denx.de>
11945Date: Sat May 3 22:25:00 2008 +0200
11946
11947 config.mk: use correct (cross) compiler
11948
11949 Some config.mk files reference $(CC) to test for specific tool chain
11950 features, so make sure $(CC) gets set before including any such
11951 config files.
11952
11953 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
11954 the correct GCC").
11955
11956 Signed-off-by: Wolfgang Denk <wd@denx.de>
11957
11958commit 27c38689d0cfde0e444239345f97b5eecc9f4067
11959Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11960Date: Thu May 1 02:13:44 2008 +0200
11961
11962 pxa: fix previous definition on cpu init
11963
11964 start.S:183:1: warning: "ICMR" redefined
11965 In file included from start.S:33:
11966 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
11967 start.S:187:1: warning: "RCSR" redefined
11968 ...
11969
11970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11971
11972commit 6d12e697de794d700767f22f950e3026ccf4daf6
11973Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11974Date: Thu May 1 02:13:43 2008 +0200
11975
11976 pxa: fix pcmcia operation on 'i' may be undefined
11977
11978 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11979 Signed-off-by: Wolfgang Denk <wd@denx.de>
11980
11981commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
11982Author: Kumar Gala <galak@kernel.crashing.org>
11983Date: Wed Apr 30 16:24:35 2008 -0500
11984
11985 MPC8610HPCD: Drop -O2 from the build flags
11986
11987 Make the flags use -Os like all other boards
11988
11989 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11990
11991commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
11992Author: Stefan Roese <sr@denx.de>
11993Date: Wed Apr 30 15:50:39 2008 +0200
11994
11995 RTC: Fix month offset by one problem in M41T62 RTC driver
11996
11997 This patch fixes a problem with the month being read and written
11998 incorrectly (offset by one). This only gets visible by also using
11999 the Linux driver (rtc-m41t80).
12000
12001 Tested on AMCC Canyonlands.
12002
12003 Signed-off-by: Stefan Roese <sr@denx.de>
12004
12005commit 141ba1cad8e6598a2466e7e2976c6a12285df619
12006Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12007Date: Sat May 3 13:51:44 2008 +0900
12008
12009 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
12010
12011 Current trick to pick up GNU assembler minor version uses a dot(.) as a
12012 delimiter, and take the second field to obtain minor version number. But
12013 as can be expected, this doesn't work with a version string which has
12014 dots more than needs.
12015
12016 Here's an example:
12017
12018 $ mips-linux-gnu-as --version | grep 'GNU assembler'
12019 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
12020 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
12021 2-129) 2
12022 $
12023
12024 This patch restricts the version format to 2.XX.XX... This will work
12025 in most cases.
12026
12027 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
12028 2.18.50.20080215
12029 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
12030 18
12031 $
12032
12033 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12034
12035commit ea638951acead7f1086c908c0b9f086beab82a22
12036Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12037Date: Sat May 3 13:51:28 2008 +0900
12038
12039 [MIPS] cpu/mips/cache.S: Add dcache_enable
12040
12041 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
12042 "allow ports to override bootelf behavior") requires ports to have this
12043 function.
12044
12045 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12046 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12047
12048commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
12049Author: Wolfgang Denk <wd@denx.de>
12050Date: Thu May 1 21:30:16 2008 +0200
12051
12052 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
12053
12054 Onenand needs a version of memcpy() which performs 16 bit accesses
12055 only; make sure the name does not conflict with the standard
12056 function.
12057
12058 Signed-off-by: Wolfgang Denk <wd@denx.de>
12059
12060commit 12bc4e94251c369c529ffa505cf58b148c372f7f
12061Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12062Date: Wed Apr 30 22:38:17 2008 +0200
12063
12064 cmd_nand: fix warning: str2long ncompatible pointer type
12065
12066 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12067
12068commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
12069Author: Timur Tabi <timur@freescale.com>
12070Date: Fri Apr 4 11:16:11 2008 -0500
12071
12072 Fix calculation of I2C clock for some 86xx chips
12073
12074 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
12075 There is no pattern that can be used to determine which chips use which
12076 frequency, so the only way to determine is to look up the actual SOC
12077 designation and use the right value for that SOC.
12078
12079 Signed-off-by: Timur Tabi <timur@freescale.com>
12080
12081commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
12082Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12083Date: Wed Apr 30 12:11:19 2008 -0500
12084
12085 ColdFire: Fix ethernet hang issue for mcf547x_8x
12086
12087 The ethernet hang is caused by receiving buffer in DRAM is not
12088 yet ready due to access cycles require longer time in DRAM.
12089 Relocate DMA buffer descriptors from DRAM to internal SRAM.
12090
12091 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12092
12093commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
12094Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12095Date: Wed Apr 30 12:10:47 2008 -0500
12096
12097 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
12098
12099 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
12100 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12101
12102commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
12103Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12104Date: Wed Apr 30 12:10:23 2008 -0500
12105
12106 ColdFire: Get information from the correct GCC
12107
12108 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
12109 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12110
12111commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
12112Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
12113Date: Wed Apr 30 18:02:59 2008 +0200
12114
12115 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
12116
12117 Fix warnings
12118
12119 nv_nand.c: In function 'saveenv':
12120 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
12121 env_nand.c: In function 'env_relocate_spec':
12122 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
12123
12124 if compiled for davinci_schmoogie_config.
12125
12126 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
12127 Ack by: Sergey Kubushyn <ksi@koi8.net>
12128
12129commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
12130Author: Anatolij Gustschin <agust@denx.de>
12131Date: Wed Apr 30 13:34:40 2008 +0200
12132
12133 Fix warnings while compiling net/net.c for MPC8610HPCD board
12134
12135 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
12136 causing overriding default -Os option. New gcc (ver. 4.2.2)
12137 produces warnings while compiling net/net.c file with -O2
12138 option. The patch is an attempt to fix this.
12139
12140 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12141
12142commit 58b575e575c25fdf8c88141e145db201f3092149
12143Author: Sascha Laue <Sascha.Laue@gmx.biz>
12144Date: Wed Apr 30 15:23:38 2008 +0200
12145
12146 lwmon5: fix offset error in sysmon0 POST
12147
12148 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
12149 Signed-off-by: Wolfgang Denk <wd@denx.de>
12150
12151commit e7419b243a373de4ee042f7d4f45f66de787240d
12152Author: Sascha Laue <Sascha.Laue@gmx.biz>
12153Date: Wed Apr 30 15:16:35 2008 +0200
12154
12155 lwmon5: fix manual merge error in POST
12156
12157 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
12158
12159commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
12160Author: Wolfgang Denk <wd@denx.de>
12161Date: Wed Apr 30 17:46:26 2008 +0200
12162
12163 cmd_nand.c: fix another 'incompatible pointer type' warning.
12164
12165 Signed-off-by: Wolfgang Denk <wd@denx.de>
12166
12167commit de109d909707e2dfe806be5efc3cdb103b47c8ad
12168Author: Wolfgang Denk <wd@denx.de>
12169Date: Wed Apr 30 17:25:07 2008 +0200
12170
12171 Makefile: fix parallel builds
12172
12173 This problem shows up with parallel builds only; it results in
12174 somewhat cryptic error messages like
12175
12176 $ JOBS=-j6 MAKEALL netstar
12177 Configuring for netstar board...
12178 arm-linux-ld: cannot find -lgeneric
12179 make[1]: *** [eeprom.srec] Error 1
12180
12181 A few boards (like netstar and voiceblue) need some libraries for
12182 building; however, the board Makefile does not contain any such
12183 dependencies which may cause problems with parallel builds. Adding
12184 such dependencies is difficult as we would also have to provide build
12185 rules, which already exist in the respective library Makefiles.
12186
12187 To solve this, we make sure that all libraries get built before the
12188 board code.
12189
12190 Signed-off-by: Wolfgang Denk <wd@denx.de>
12191
12192commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
12193Author: Stefan Roese <sr@denx.de>
12194Date: Wed Apr 30 14:51:36 2008 +0200
12195
12196 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
12197
12198 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
12199 used for NAND booting to match the values needed for the new 512MB
12200 DIMM modules shipped with the productions boards:
12201
12202 Crucial: CT6464AC667.8FB
12203
12204 Signed-off-by: Stefan Roese <sr@denx.de>
12205
12206commit ea9202a659dc75996facf1475f1866a19a9d3129
12207Author: Stefan Roese <sr@denx.de>
12208Date: Wed Apr 30 10:49:43 2008 +0200
12209
12210 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
12211
12212 This patch fixes a problem with DIMMs that have 8 banks. Now the
12213 MCIF0_MBxCF register will be setup correctly for this setup too.
12214
12215 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
12216
12217 Signed-off-by: Stefan Roese <sr@denx.de>
12218
12219commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
12220Author: Wolfgang Denk <wd@denx.de>
12221Date: Tue Apr 29 23:41:06 2008 +0200
12222
12223 Prepare v1.3.3-rc2, again.
12224
12225 Signed-off-by: Wolfgang Denk <wd@denx.de>
12226
76617299
WD
12227commit b7fcc4c13993782342cf5cd20d237a6281648a0b
12228Author: Wolfgang Denk <wd@denx.de>
12229Date: Tue Apr 29 23:35:24 2008 +0200
12230
12231 Prepare v1.3.3-rc2
12232
12233 Signed-off-by: Wolfgang Denk <wd@denx.de>
12234
b7fcc4c1
WD
12235commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
12236Author: Wolfgang Denk <wd@denx.de>
12237Date: Tue Apr 29 23:32:20 2008 +0200
12238
12239 common/env_nand.c: fix one more incompatible pointer type issue
12240
12241 Signed-off-by: Wolfgang Denk <wd@denx.de>
12242
12243commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
12244Author: Wolfgang Denk <wd@denx.de>
12245Date: Tue Apr 29 21:33:08 2008 +0200
12246
12247 post/board/lwmon5/sysmon.c: fix manual merge error.
12248
12249 Signed-off-by: Wolfgang Denk <wd@denx.de>
12250
12251commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
12252Author: Kumar Gala <galak@kernel.crashing.org>
12253Date: Tue Apr 29 12:54:59 2008 -0500
12254
12255 85xx: Add -mno-spe to e500/85xx builds
12256
12257 Newer gcc's might be configured to enable autovectorization by default.
12258 If we happen to build with one of those compilers we will get SPE
12259 instructions in random code.
12260
12261 -mno-spe disables the compiler for automatically generating SPE
12262 instructions without our knowledge.
12263
12264 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12265
12266commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
12267Author: Kumar Gala <galak@kernel.crashing.org>
12268Date: Tue Apr 29 10:18:34 2008 -0500
12269
12270 Update .gitignore for zlib.h
12271
12272 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12273
12274commit 45239cf4152109caa925145ccd433529902df887
12275Author: Kumar Gala <galak@kernel.crashing.org>
12276Date: Tue Apr 29 10:27:08 2008 -0500
12277
12278 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
12279
12280 All the 85xx and 86xx UM describe the register as timing_cfg_3
12281 not as ext_refrec.
12282
12283 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12284
12285commit ef7d30b14394e4c4a153118f5845760cadada02a
12286Author: Kumar Gala <galak@kernel.crashing.org>
12287Date: Tue Apr 29 10:28:34 2008 -0500
12288
12289 85xx/86xx: Rename DDR init address and init extended address register
12290
12291 Rename init_addr and init_ext_addr to match the docs between
12292 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
12293
12294 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12295
12296commit cf6cc014270549684873a5972d2595052c468cb6
12297Author: Kumar Gala <galak@kernel.crashing.org>
12298Date: Mon Apr 28 02:24:04 2008 -0500
12299
12300 85xx: Additional fixes and cleanup of MP code
12301
12302 * adjust __spin_table alignment to match ePAPR v0.94 spec
12303 * loop over all cpus when determing who is up. This fixes an issue if
12304 the "boot cpu" isn't core0. The "boot cpu" will already be in the
12305 cpu_up_mask so there is no harm
12306 * Added some protection in the code to ensure proper behavior. These
12307 changes are explicitly needed but don't hurt:
12308 - Added eieio to ensure the "hot word" of the table is written after
12309 all other table updates have occurred.
12310 - Added isync to ensure we don't prefetch loading of table entries
12311 until we a released
12312
12313 These issues we raised by Dave Liu.
12314
12315 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12316
12317commit b2d527a8b9fb50afccbaf79b5540952585cdc760
12318Author: Yuri Tikhonov <yur@emcraft.com>
12319Date: Tue Apr 29 15:06:41 2008 +0200
12320
12321 lwmon5: minor clean-up to include/configs/lwmon5.h
12322
12323 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
12324 the CFG_DSPIC_TEST_ADDR definition more readable.
12325
12326 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12327
12328commit f4c4d21a885ccc222fd0acdf653b683249e85117
12329Author: Stefan Roese <sr@denx.de>
12330Date: Tue Apr 29 16:08:05 2008 +0200
12331
12332 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
12333
12334 Signed-off-by: Stefan Roese <sr@denx.de>
12335
12336commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
12337Author: Yuri Tikhonov <yur@emcraft.com>
12338Date: Tue Apr 29 13:32:45 2008 +0200
12339
12340 ppc flush_cache: add watch-dog triggering into the loops.
12341
12342 Some boards (e.g. lwmon5) need rather a frequent watch-dog
12343 kicking. Since the time it takes for the flush_cache() function
12344 to complete its job depends on the size of data being flushed, one
12345 may encounter watch-dog resets on such boards when, for example,
12346 download big files over ethernet.
12347
12348 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12349
12350commit cab99d6f3281ab6784feccf98b9b425daa58418a
12351Author: Stefan Roese <sr@denx.de>
12352Date: Tue Apr 29 14:44:54 2008 +0200
12353
12354 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
12355
12356 Signed-off-by: Stefan Roese <sr@denx.de>
12357
12358commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
12359Author: Stefan Roese <sr@denx.de>
12360Date: Tue Apr 29 14:12:07 2008 +0200
12361
12362 ppc4xx: Fix Katmai CFG_MONITOR_LEN
12363
12364 Signed-off-by: Stefan Roese <sr@denx.de>
12365
12366commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
12367Author: Stefan Roese <sr@denx.de>
12368Date: Tue Apr 29 13:57:07 2008 +0200
12369
12370 ppc4xx: Complete remove bogus dflush()
12371
12372 Since the current dflush() implementation is know to have some problems
12373 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
12374 it by using clean_dcache_range().
12375
12376 Tested on Katmai with ECC DIMM.
12377
12378 Signed-off-by: Stefan Roese <sr@denx.de>
12379
12380commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
12381Author: Stefan Roese <sr@denx.de>
12382Date: Tue Apr 29 13:36:51 2008 +0200
12383
12384 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
12385
12386 As it seems the "old" ECC initialization routine by using dflush() didn't
12387 write all lines in the dcache back to memory on lwmon5. This could lead
12388 to ECC error upon Linux booting. This patch changes the program_ecc()
12389 routine to now use clean_dcache_range() instead of dflush().
12390 clean_dcache_range() uses dcbst which is exactly what we want in this
12391 case.
12392
12393 Since dflush() is known is cause problems, this routine will be
12394 removed completely and replaced by clean_dcache_range() with an
12395 additional patch.
12396
12397 Signed-off-by: Stefan Roese <sr@denx.de>
12398
12399commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
12400Author: Yuri Tikhonov <yur@emcraft.com>
12401Date: Mon Apr 28 18:19:34 2008 +0200
12402
12403 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
12404
12405 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12406
12407commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
12408Author: Markus Brunner <super.firetwister@googlemail.com>
12409Date: Mon Apr 28 08:47:47 2008 +0200
12410
12411 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
12412
12413 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
12414 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
12415 doesn't exist.
12416
12417 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
12418
76617299
WD
12419commit 2ef7503a593c77a80c2a054011970227c4b62774
12420Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12421Date: Thu Apr 24 07:57:17 2008 +0200
12422
12423 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
12424
12425 Move non-inlied functions into specific drivers file
12426 Set get_prom as weak
12427
12428 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12429 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
12430 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12431
12432commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
12433Author: Guennadi Liakhovetski <lg@denx.de>
12434Date: Thu Apr 3 17:04:19 2008 +0200
12435
12436 net: make ARP timeout configurable
12437
12438 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
12439 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
12440 to the boards get lost, which typically are ARP replies. By configuring
12441 the timeout to a lower value we significantly improve the first network
12442 transfer time on this board. The timeout is specified in milliseconds,
12443 later internally it is converted to deciseconds, because it has to be
12444 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
12445 different boards.
12446
12447 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12448 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12449
12450commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
12451Author: Guennadi Liakhovetski <lg@denx.de>
12452Date: Thu Apr 3 13:36:18 2008 +0200
12453
12454 minor cs8900 driver clean up
12455
12456 Remove a redundant register definition, clean up some coding style
12457 violations.
12458
12459 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12460 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12461
b7fcc4c1
WD
12462commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
12463Author: Wolfgang Denk <wd@denx.de>
12464Date: Mon Apr 28 22:01:04 2008 +0200
12465
12466 jffs2_1pass.c: fix incompatible pointer type warning
12467
12468 Signed-off-by: Wolfgang Denk <wd@denx.de>
12469
12470commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
12471Author: Sascha Laue <Sascha.Laue@gmx.biz>
12472Date: Tue Apr 1 10:10:18 2008 +0200
12473
12474 lwmon5: update dsPIC POST spezification
12475
12476 The specification for the lwmon5 board dsPIC POST got changed.
12477 Also add defines for the temperatures and voltages.
12478
12479 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
12480
12481commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
12482Author: Sascha Laue <Sascha.Laue@gmx.biz>
12483Date: Tue Apr 1 15:13:03 2008 +0200
12484
12485 Fix watchdog POST for lwmon5
12486
12487 If the hardware watchdog detects a voltage error, the watchdog sets
12488 GPIO62 to low. The watchdog POST has to detect this low level.
12489
12490 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
12491 Signed-off-by: Wolfgang Denk <wd@denx.de>
12492
12493commit dd5748bcd669f46aeb6686c1b341323843738ccc
12494Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12495Date: Mon Apr 28 14:37:14 2008 +0200
12496
12497 rtl8169: fix compiler warnings
12498
12499 Fix multiple compiler warnings related to argument type mismatch.
12500
12501 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12502
12503commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
12504Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12505Date: Mon Apr 28 14:36:06 2008 +0200
12506
12507 IDE: fix compiler warnings
12508
12509 The IDE driver can use 32-bit addresses in LBA mode, in which case it
12510 spits multiple warnings during compilation. Fix them.
12511
12512 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12513
12514commit db9084de28c46ac81c8f681722cb0d7411be4d7f
12515Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12516Date: Mon Apr 28 14:35:57 2008 +0200
12517
12518 LinkStation: fix compiler warning, add a maintainer
12519
12520 out_8 wants a pointer to an unsigned as the first argument. Add a
12521 maintainer for Linkstation boards.
12522
12523 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12524
12525commit c71abba3cb67b063f789f17abf6c7447727c0cd5
12526Author: Wolfgang Denk <wd@denx.de>
12527Date: Mon Apr 28 14:55:12 2008 +0200
12528
12529 cmd_nand.c: fix "differ in signedness" problem
12530
12531 Signed-off-by: Wolfgang Denk <wd@denx.de>
12532
12533commit f2c288a35341ad02ac03b1563d786763c9c8f159
12534Author: Wolfgang Denk <wd@denx.de>
12535Date: Mon Apr 28 12:48:47 2008 +0200
12536
12537 pcnet.c: fix a merge issue
12538
12539 Signed-off-by: Wolfgang Denk <wd@denx.de>
12540
12541commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
12542Author: Wolfgang Denk <wd@denx.de>
12543Date: Mon Apr 28 12:08:18 2008 +0200
12544
12545 NAND: fix some strict-aliasing compiler warnings
12546
12547 Signed-off-by: Wolfgang Denk <wd@denx.de>
12548
12549commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
12550Author: Stefan Roese <sr@denx.de>
12551Date: Mon Apr 28 11:37:14 2008 +0200
12552
12553 ppc4xx: Fix compile warning of hcu4 board
12554
12555 Signed-off-by: Stefan Roese <sr@denx.de>
12556
12557commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
12558Author: Wolfgang Denk <wd@denx.de>
12559Date: Mon Apr 28 11:31:23 2008 +0200
12560
12561 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
12562
12563 Signed-off-by: Wolfgang Denk <wd@denx.de>
12564
12565commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
12566Author: Guennadi Liakhovetski <lg@denx.de>
12567Date: Mon Apr 28 00:25:32 2008 +0200
12568
12569 mx31ads: fix loadaddr environment variable define
12570
12571 Arithmetic expressions do not get evaluated under stringification. Remove
12572 default network configuration, add DHCP command support. Thanks to Felix
12573 Radensky for reporting.
12574
12575 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12576
12577commit 144eec777ac07bcb12bd38245a5a289f694a7f98
12578Author: Wolfgang Denk <wd@denx.de>
12579Date: Mon Apr 28 10:55:24 2008 +0200
12580
12581 katmai: fix section overlap problem
12582
12583 Since we didn't want to remove features from the configuration, we
12584 decided to increase the U-Boot image size (add one flash sector).
12585
12586 Also changed the default environment definition to make it
12587 independent of such changes.
12588
12589 Signed-off-by: Wolfgang Denk <wd@denx.de>
12590 Acked-by: Stefan Roese <sr@denx.de>
12591
12592commit 941d696d25624e3cc65ebf924199541acf52d74e
12593Author: Wolfgang Denk <wd@denx.de>
12594Date: Mon Apr 28 10:55:24 2008 +0200
12595
12596 katmai: fix section overlap problem
12597
12598 Since we didn't want to remove features from the configuration, we
12599 decided to increase the U-Boot image size (add one flash sector).
12600
12601 Also changed the default environment definition to make it
12602 independent of such changes.
12603
12604 Signed-off-by: Wolfgang Denk <wd@denx.de>
12605 Acked-by: Stefan Roese <sr@denx.de>
12606
12607commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
12608Author: Kumar Gala <galak@kernel.crashing.org>
12609Date: Sat Apr 26 11:44:44 2008 -0500
12610
12611 post: Fix building with O=
12612
12613 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12614
12615commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
12616Author: Wolfgang Denk <wd@denx.de>
12617Date: Sat Apr 26 01:55:00 2008 +0200
12618
12619 Prepare v1.3.3-rc1
12620
12621 Signed-off-by: Wolfgang Denk <wd@denx.de>
12622
fd7531c1
WD
12623commit 19cf2ec90d8ce52da60c1693693c4048cb810967
12624Author: Wolfgang Denk <wd@denx.de>
12625Date: Sat Apr 26 01:25:39 2008 +0200
12626
12627 post/Makefile: make sure to use the correct flags
12628
12629 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
12630 messages to be printed.
12631
12632 Signed-off-by: Wolfgang Denk <wd@denx.de>
12633
12634commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
12635Author: Wolfgang Denk <wd@denx.de>
12636Date: Sat Apr 26 00:34:42 2008 +0200
12637
12638 Coding Style cleanup, update CHANGELOG
12639
12640 Signed-off-by: Wolfgang Denk <wd@denx.de>
12641
7ed40117
WD
12642commit f9204e15173834ff8d123e36279ce49c3c6c74fc
12643Author: Magnus Lilja <lilja.magnus@gmail.com>
12644Date: Sun Apr 20 10:38:12 2008 +0200
12645
12646 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
12647
12648 This patch enables SPI and MC13783/RTC support for the Litekit board.
12649
12650 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
12651
12652commit f97abbfb47d9e407354e157cae3f6369e460cd37
12653Author: Ed Swarthout <Ed.Swarthout@freescale.com>
12654Date: Fri Apr 25 01:08:32 2008 -0500
12655
12656 MPC8544DS: decode pcie3 end-point configuration correctly.
12657
12658 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
12659 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12660
12661commit 292188e15523c165c4269403fdcd33c26d89176e
12662Author: Roy Zang <tie-fei.zang@freescale.com>
12663Date: Fri Apr 25 00:55:09 2008 -0500
12664
12665 MPC8544DS: Removes the unknown flash message information
12666
12667 This patch removes the unknown flash message information:
12668 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
12669 This unknown flash message is caused by PromJet.
12670 Some of the board user is unhappy with this information.
12671
12672 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
12673 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12674
12675commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
12676Author: Kim Phillips <kim.phillips@freescale.com>
12677Date: Thu Apr 24 14:07:38 2008 -0500
12678
12679 mpc83xx: bump loadaddr over fdtaddr to 0x500000
12680
12681 this seems as a good compromise between human memory, typing,
12682 and last but not least, to accommodate for current and future kernel bloat.
12683
12684 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12685 Acked-by: Dave Liu <daveliu@freescale.com>
12686
12687commit be5a7190265a34d968578ff266549c60f6f57654
12688Author: Dave Liu <r63238@freescale.com>
12689Date: Tue Apr 15 13:12:23 2008 +0800
12690
12691 mpc83xx: clean up the readme for 83xx boards
12692
12693 1. correct the typo
12694 2. correct the memory map for 837xerdb board
12695
12696 Signed-off-by: Dave Liu <daveliu@freescale.com>
12697
12698commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
12699Author: Dave Liu <r63238@freescale.com>
12700Date: Tue Apr 15 13:11:11 2008 +0800
12701
12702 mpc83xx: remove the unused CPM's stuff
12703
12704 The MPC83xx family never have CPM block, so remove it from 83xx.
12705
12706 Signed-off-by: Dave Liu <daveliu@freescale.com>
12707
12708commit c63ad6325a8ac0097a54b418a3288926b0484b18
12709Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12710Date: Fri Apr 18 16:29:40 2008 +0200
12711
12712 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
12713
12714 This patch adds a configurable flash auto protection list that can be used
12715 to make U-Boot protect flash regions in flash_init().
12716
12717 The idea has been discussed on the u-boot mailing list starting
12718 on Nov 18th, 2007.
12719
12720 Even this patch brings a new feature it is used as a bugfix for 4xx
12721 platforms where flash_init() does not completely protect the
12722 monitor's flash range in all situations.
12723
12724 U-Boot protects the flash range from CFG_MONITOR_BASE to
12725 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
12726 include the reset vector at 0xfffffffc.
12727
12728 Example:
12729 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
12730
12731 This config option will auto protect the last 512k of flash that
12732 contains the bootloader on board like APC405 and PMC405.
12733
12734 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12735
12736commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
12737Author: Stefan Roese <sr@denx.de>
12738Date: Fri Apr 25 13:59:03 2008 +0200
12739
12740 ppc4xx: Remove double defines in lwmon5.h
12741
12742 introduced with latest lwmon5/POST merge
12743
12744 Signed-off-by: Stefan Roese <sr@denx.de>
12745
12746commit 7590378fb9c686709492ceb142825cd058255956
12747Author: Bartlomiej Sieka <tur@semihalf.com>
12748Date: Fri Apr 25 13:54:02 2008 +0200
12749
12750 Use watchdog-aware functions when calculating hashes of images - take two
12751
12752 Some files didn't get updated properly with the "Use watchdog-aware
12753 functions when calculating hashes of images" commit, this commit
12754 fixes this.
12755
12756 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12757 Signed-off-by: Wolfgang Denk <wd@denx.de>
12758
12759commit 8e048c438e20ec89b49da5f085f8f756eba6e587
12760Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12761Date: Fri Apr 25 12:01:39 2008 +0200
12762
12763 ppc4xx: Add bootcount limit handling for APC405 boards
12764
12765 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12766
12767commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
12768Author: Bartlomiej Sieka <tur@semihalf.com>
12769Date: Fri Apr 25 12:10:09 2008 +0200
12770
12771 Use watchdog-aware functions when calculating hashes of images
12772
12773 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12774
12775commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
12776Author: Wolfgang Denk <wd@denx.de>
12777Date: Fri Apr 25 12:44:08 2008 +0200
12778
12779 USB: fix more GCC 4.2.x aliasing warnings
12780
12781 Signed-off-by: Wolfgang Denk <wd@denx.de>
12782 Acked-by: Markus Klotzbuecher <mk@denx.de>
12783
12784commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
12785Author: Wolfgang Denk <wd@denx.de>
12786Date: Fri Apr 25 12:41:53 2008 +0200
12787
12788 lib_generic/crc32.c: add missing #include <watchdog.h>
12789
12790 Signed-off-by: Wolfgang Denk <wd@denx.de>
12791
12792commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
12793Author: Wolfgang Denk <wd@denx.de>
12794Date: Fri Apr 25 11:52:21 2008 +0200
12795
12796 lib_generic/crc32.c: fix compile problem
12797
12798 Signed-off-by: Wolfgang Denk <wd@denx.de>
12799
12800commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
12801Author: Stefan Roese <sr@denx.de>
12802Date: Tue Apr 22 12:20:32 2008 +0200
12803
12804 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
12805
12806 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
12807 environment variable will now get passed to the Linux kernel by setting
12808 the device_type property of the PCIe device tree node. For normal root-
12809 complex configuration it will keep its defaults value of "pci" and for
12810 endpoint configuration it will get changed to "pci-endpoint".
12811
12812 Signed-off-by: Stefan Roese <sr@denx.de>
12813
12814commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
12815Author: Yuri Tikhonov <yur@emcraft.com>
12816Date: Thu Apr 24 10:30:53 2008 +0200
12817
12818 lwmon5: watchdog POST fix
12819
12820 Use the GPT0_MASKx registers as the temporary storage for watch-dog
12821 timer POST test instead of GPT0_COMPx. The latter
12822 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
12823
12824 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12825 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12826
12827commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
12828Author: Kim Phillips <kim.phillips@freescale.com>
12829Date: Mon Apr 21 18:10:14 2008 -0500
12830
12831 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
12832
12833 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
12834 proven problematic getting right from the start at least on 83xx and
12835 4xx.
12836
12837 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12838
12839commit a99715b8ebfc500f3f40e01b36b64d473938443d
12840Author: Detlev Zundel <dzu@denx.de>
12841Date: Fri Apr 18 14:50:01 2008 +0200
12842
12843 Realining some header definitions.
12844
12845 Signed-off-by: Detlev Zundel <dzu@denx.de>
12846
12847commit 4acbc6c7f993cae409c424615415a3e76820f13d
12848Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12849Date: Thu Apr 24 07:57:16 2008 +0200
12850
12851 NE2000: coding style cleanup
12852
12853 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12854
12855commit b4aff1ffaf7120032c653357c007faa14f74d29d
12856Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12857Date: Wed Apr 23 00:11:47 2008 +0900
12858
12859 qemu-mips.h: Add CFI support
12860
12861 CONFIG_ENV_OVERWRITE is also added.
12862
12863 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
12864
12865 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12866 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12867
12868commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
12869Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12870Date: Tue Apr 22 22:47:27 2008 +0900
12871
12872 doc/README.mips: Add MIPS notes
12873
12874 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12875
12876commit 215b01bba8bc662d35f72b084700b192d367dfb4
12877Author: Bartlomiej Sieka <tur@semihalf.com>
12878Date: Tue Apr 22 12:27:56 2008 +0200
12879
12880 Add support for calculating hashes with watchdog triggering
12881
12882 Implement watchodg-aware variants of hash calculation functions:
12883 - crc32_wd()
12884 - md5_wd()
12885 - sha1_csum_wd()
12886 The above functions calculate the hash of the input buffer in chunks,
12887 triggering the watchdog after processing each chunk. The chunk size
12888 is given as a function call parameter.
12889
12890 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12891
12892commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
12893Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
12894Date: Wed Apr 23 11:02:12 2008 +0900
12895
12896 qemu-mips: Cleanup whitespace, indentation, etc.
12897
12898 No functional change.
12899
12900 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
12901 Then I re-created from scratch, and changed more lines than the original.
12902
12903 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12904 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12905
12906commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
12907Author: Vlad Lungu <vlad@comsys.ro>
12908Date: Wed Oct 10 23:02:09 2007 +0300
12909
12910 Fixed pcnet io_base
12911
12912 Bus and phys address are not always the same
12913
12914 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
12915
12916commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
12917Author: Wolfgang Denk <wd@denx.de>
12918Date: Thu Apr 24 23:44:26 2008 +0200
12919
12920 drivers/net/pcnet.c: Coding Style cleanup.
12921
12922 Signed-off-by: Wolfgang Denk <wd@denx.de>
12923
12924commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
12925Author: Vlad Lungu <vlad@comsys.ro>
12926Date: Wed Oct 10 23:04:23 2007 +0300
12927
12928 Added Am79C970A chip id to pcnet
12929
12930 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
12931
12932commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
12933Author: Magnus Lilja <lilja.magnus@gmail.com>
12934Date: Sun Apr 20 10:35:03 2008 +0200
12935
12936 i.MX31: Fix architecture numbers for ADS and Litekit boards
12937
12938 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
12939
12940 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
12941
12942commit e7ae84d6c7288790e88639f57cb60daf89c11369
12943Author: Magnus Lilja <lilja.magnus@gmail.com>
12944Date: Sun Apr 20 10:36:36 2008 +0200
12945
12946 i.MX31: Use symbolic names for Litekit membases.
12947
12948 Use symbolic names instead of hard coded addresses for Litekit membases.
12949
12950 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
12951
12952commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
12953Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12954Date: Sat Apr 19 17:59:20 2008 +0200
12955
12956 Fix show_boot_progress prototype
12957
12958 in commit fad634071 "make show_boot_progress () weak."
12959 show_boot_progress is supposed to be declared as weak but declared as
12960 inline instead.
12961
12962 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12963
12964commit edbed247a14d70b94958010f736621212285de91
12965Author: Bartlomiej Sieka <tur@semihalf.com>
12966Date: Fri Apr 18 12:39:23 2008 +0200
12967
12968 Memory footprint optimizations
12969
12970 As suggested by Wolfgang Denk:
12971 - image printing functions:
12972 - remove wrappers
12973 - remove indentation prefix from functions' signatures
12974 - merge getenv_verify and getenv_autostart into one parametrized function
12975
12976 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12977
12978commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
12979Author: Guennadi Liakhovetski <lg@denx.de>
12980Date: Tue Apr 15 13:33:11 2008 +0200
12981
12982 MX31ADS environment variable update, spi and rtc support
12983
12984 Update MX31ADS default environment to better match the flash layout and
12985 the memory map, support SPI and RTC.
12986
12987 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12988
12989commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
12990Author: Kumar Gala <galak@kernel.crashing.org>
12991Date: Mon Apr 21 09:28:36 2008 -0500
12992
12993 85xx: Round up frequency calculations to get reasonable output
12994
12995 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
12996
12997 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
12998
12999 Signed-off-by: Dejan Minic <minic@freescale.com>
13000 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
13001 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13002 Acked-by: Andy Fleming <afleming@freescale.com>
13003
13004commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
13005Author: Kumar Gala <galak@kernel.crashing.org>
13006Date: Wed Apr 23 16:58:04 2008 -0500
13007
13008 fsl_pci: Only modify registers if we have them
13009
13010 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
13011
13012 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13013
13014commit 83fe32334337def160b302aa9d152d808bfcc68e
13015Author: Markus Klotzbücher <mk@denx.de>
13016Date: Wed Apr 23 10:57:33 2008 +0200
13017
13018 USB: remove a cpu bug workaround for an unsupported architecture.
13019
13020 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
13021
13022commit f957576cb53e6cfab412709cfc8db1afd39d21c3
13023Author: Markus Klotzbücher <mk@denx.de>
13024Date: Wed Apr 23 10:53:23 2008 +0200
13025
13026 USB: fix those pesky aliasing warnings issued by gcc-4.2
13027
13028 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
13029 Signed-off-by: Detlev Zundel <dzu@denx.de>
13030
13031commit 89cdab788f3716b335fefb60b836ebcf975aceab
13032Author: Mike Frysinger <vapier@gentoo.org>
13033Date: Mon Mar 31 11:02:01 2008 -0400
13034
13035 crc32: use uint32_t rather than unsigned long
13036
13037 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
13038 this is done with the build toolchain instead of the target tool
13039 chain, so if the build is a 64bit system but the target is 32bits,
13040 the size will obviously be wrong. This converts all unsigned long
13041 stuff related to crc32 to uint32_t types. Compile tested only: output
13042 of ./tools/envcrc when run on a 32bit build system matches that of a
13043 64bit build system.
13044
13045 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13046 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13047
13048commit 80c40b765b3642ddb9f3392b7898715aab44a29c
13049Author: Dirk Behme <dirk.behme@googlemail.com>
13050Date: Wed Mar 26 09:53:29 2008 +0100
13051
13052 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
13053
13054 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
13055
13056 Changes:
13057
13058 - Remove *_masked() functions as noted by Wolfgang
13059
13060 - Adapt register naming to recent TI spec (sprue26, March 2007)
13061
13062 - Fix reset_timer() handling
13063
13064 - 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.
13065
13066 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
13067
13068 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
13069
13070 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
13071
13072 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
13073
13074 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
13075 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
13076
13077commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
13078Author: Sergei Poselenov <sposelenov@emcraft.com>
13079Date: Wed Apr 9 16:09:41 2008 +0200
13080
13081 Added watchdog triggering calls in the "mtest" test function.
13082
13083 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
13084
13085commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
13086Author: Yuri Tikhonov <yur@emcraft.com>
13087Date: Sun Apr 6 19:19:14 2008 +0200
13088
13089 lwmon5 watchdog: limit trigger rate
13090
13091 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
13092 the CONFIG_WD_MAX_RATE value.
13093
13094 Note that an earlier version of this patch which used microseconds
13095 instead of ticks dis not work. The problem was that we used
13096 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
13097 get_tbclk(), which in turn calls get_sys_info(). It turns out that
13098 this function does a lot of prolonged operations (like divisions)
13099 which take too much time so we do not trigger the watchdog in time,
13100 and it resets the system.
13101
13102 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13103
13104commit 2d2b994a30bb100774dc747ae9865b7f95285a88
13105Author: Yuri Tikhonov <yur@emcraft.com>
13106Date: Mon Mar 31 10:51:37 2008 +0200
13107
13108 POST: move CONFIG_POST to Makefiles
13109
13110 Introduce the new logical option CONFIG_HAS_POST which is set when the
13111 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
13112 to determine should the POST libs be compiled for the selected target
13113 platform, or not.
13114
13115 To avoid breaking u-boot linking process, the empty post/libpost.a file is
13116 created for platforms which do not have POSTs.
13117
13118 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13119 Signed-off-by: Wolfgang Denk <wd@denx.de>
13120
13121commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
13122Author: Yuri Tikhonov <yur@emcraft.com>
13123Date: Mon Mar 31 10:49:34 2008 +0200
13124
13125 POST: preparations for moving CONFIG_POST to Makefiles
13126
13127 Remove CONFIG_POST ifdefs from the post/ source files.
13128
13129 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13130 Signed-off-by: Wolfgang Denk <wd@denx.de>
13131
13132commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
13133Author: Stefan Roese <sr@denx.de>
13134Date: Tue Apr 22 14:14:20 2008 +0200
13135
13136 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
13137
13138 This patch fixes the Canyonlands and Glacier default environment to better
13139 fit to the arch/powerpc device-tree kernels. The variables dealing with
13140 arch/ppc booting are removed, since these boards are supported only in
13141 arch/powerpc. Glacier uses the same config file as Canyonlands.
13142
13143 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
13144
13145 Signed-off-by: Stefan Roese <sr@denx.de>
13146
13147commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
13148Author: Stefan Roese <sr@denx.de>
13149Date: Tue Apr 22 14:06:42 2008 +0200
13150
13151 ppc4xx: Small coding style cleanup for the latest esd patches
13152
13153 Signed-off-by: Stefan Roese <sr@denx.de>
13154
13155commit 79941d63bc03aed8c48d7602f18217cc200ee931
13156Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13157Date: Mon Apr 21 18:01:07 2008 +0200
13158
13159 ppc4xx: Update CPU strapping for PMC440 boards
13160
13161 This patch removes the temporary 'test' strapping option
13162 of the sbe command. The '667' strapping option now uses
13163 a PLB/PCI divider of 3.
13164
13165 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13166
13167commit f00cf3193a6635355b121e90debb2f54e777e7da
13168Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13169Date: Mon Apr 21 14:42:21 2008 +0200
13170
13171 ppc4xx: Remove unused APC405 strataflash driver
13172
13173 The APC405 board support has been migrated to use the common
13174 CFI flash driver.
13175
13176 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13177
13178commit 1c686676a86473bbd92151f0544e109413f6ed06
13179Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13180Date: Mon Apr 21 14:42:17 2008 +0200
13181
13182 ppc4xx: Update APC405 configuration
13183
13184 - enable esd's auto_update mechanism
13185 - support alternative flash layout on rev. 1.8 boards
13186 - update default environment
13187 - use common CFI flash driver
13188 - coding style cleanup
13189
13190 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13191
13192commit 0b9872515a521bf7866dc24b85ddce708e60d702
13193Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13194Date: Mon Apr 21 14:42:11 2008 +0200
13195
13196 ppc4xx: Update APC405 board support
13197
13198 - enable esd's auto_update mechanism
13199 - fix LCD support on latest hardware revision (uses other LCD controller)
13200 - support alternative flash layout on rev. 1.8 boards
13201 - coding style cleanup
13202
13203 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13204
13205commit 83975d02e225e231960784972e7820a8b303756b
13206Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13207Date: Mon Apr 21 14:42:06 2008 +0200
13208
13209 ppc4xx: update esd's common auto_update code for 405 boards
13210
13211 - Coding style cleanup (long lines)
13212 - improve handling of protected flash regions
13213 - remove dead code
13214
13215 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13216
13217commit b9233fe5d59cb25d975071616bd1035d6f4c2285
13218Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13219Date: Mon Apr 21 14:41:59 2008 +0200
13220
13221 ppc4xx: Update esd's common LCD code for 405 boards
13222
13223 - Coding style cleanup (long lines)
13224 - Add s1d13505 support
13225 - Make some functions return a result code instead of void
13226
13227 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13228
13229commit dea68189424c3f1242427a8146a3861bf093173c
13230Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13231Date: Mon Apr 21 11:36:55 2008 +0200
13232
13233 ppc4xx: Update FPGA image for APC405 boards
13234
13235 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13236
13237commit 2a05b152924acfcec3b037693329e517e6d3578f
13238Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13239Date: Mon Apr 21 11:36:08 2008 +0200
13240
13241 ppc4xx: Update bootlogo for APC405 boards
13242
13243 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13244
13245commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
13246Author: Stefan Roese <sr@denx.de>
13247Date: Fri Apr 18 16:41:31 2008 +0200
13248
13249 ppc4xx: Add dcache_enable() for 440
13250
13251 dcache_enable() was missing for 440 and the patch
13252 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
13253 "] behavior uses this function.
13254
13255 Note: Currently the cache handling functions like
13256 d/icache_disable/enable() are NOP's on 440. This may be changed in the
13257 future.
13258
13259 Signed-off-by: Stefan Roese <sr@denx.de>
13260
13261commit a49e0d177a0749614b316ec847fb623f09c82c07
13262Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13263Date: Mon Apr 21 11:19:04 2008 +0200
13264
13265 video: Add missing free for logo memory
13266
13267 This patch adds two missing free()s.
13268
13269 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13270
13271commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
13272Author: Troy Kisky <troy.kisky@boundarydevices.com>
13273Date: Mon Sep 24 16:41:43 2007 -0700
13274
13275 PATCH - Fix oob data copied into supplied buffer
13276
13277 This patch correctly sets the oobavail variable
13278 and fixes a bug where the oob data was not valid when
13279 there where multiple groups in oobfree.
13280
13281 First segment fixes a typo
13282 Second segment fixes a bug where oob data may be copied incorrectly.
13283 Third segment adds an error message when exiting due to write protect.
13284 Forth segment fixes a bug where oobavail may be set incorrectly.
13285
13286 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
13287
13288commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
13289Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13290Date: Fri Apr 18 17:24:32 2008 +0200
13291
13292 ppc4xx: Fix sys_get_info() for 405GP(r)
13293
13294 This patch assigns the correct EBC clock for 405GP(r) CPUs
13295 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
13296 uses an uninitialized EBC clock in its startup message.
13297
13298 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13299
13300commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
13301Author: Wolfgang Denk <wd@denx.de>
13302Date: Sun Apr 20 15:39:38 2008 -0700
13303
13304 Makefile: remove nand_spl/System.map when cleaning up.
13305
13306commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
13307Author: Wolfgang Denk <wd@denx.de>
13308Date: Sun Apr 20 15:35:52 2008 -0700
13309
13310 MAKEALL: sort entries / lists.
13311
13312 Signed-off-by: Wolfgang Denk <wd@denx.de>
13313
13314commit 0878af169b181868a105b5c33f3a6423e2c9fd60
13315Author: Kumar Gala <galak@kernel.crashing.org>
13316Date: Fri Apr 18 11:29:01 2008 -0500
13317
13318 85xx: Fix size of cpu-release-addr property
13319
13320 The cpu-release-addr is defined as always being a 64-bit quanity regardless
13321 if we are running on a 32-bit or 64-bit machine.
13322
13323commit 88353a985109562a639b2f8a0c90d77011bfe374
13324Author: Timur Tabi <timur@freescale.com>
13325Date: Fri Apr 4 11:15:58 2008 -0500
13326
13327 Fix calculation of I2C clock for some 85xx chips
13328
13329 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
13330 some use CCB/3. There is no pattern that can be used to determine which
13331 chips use which frequency, so the only way to determine is to look up the
13332 actual SOC designation and use the right value for that SOC.
13333
13334 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
13335
13336 Signed-off-by: Timur Tabi <timur@freescale.com>
13337
13338commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
13339Author: Wolfgang Denk <wd@denx.de>
13340Date: Fri Apr 18 11:44:27 2008 -0700
13341
13342 Fix build breakage casued by commit c0559be371b2
13343
13344 Change env_get_char from a global function ptr to a function.
13345
13346 Signed-off-by: Wolfgang Denk <wd@denx.de>
13347
13348commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
13349Author: Wolfgang Denk <wd@denx.de>
13350Date: Fri Apr 18 10:53:41 2008 -0700
13351
13352 Coding Style cleanup, update CHANGELOG.
13353
13354 Signed-off-by: Wolfgang Denk <wd@denx.de>
13355
268a804d
WD
13356commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
13357Author: Mike Frysinger <vapier@gentoo.org>
13358Date: Tue Apr 8 14:00:57 2008 -0400
13359
13360 Add support for u-boot in svn and localversion-* files
13361
13362 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13363
13364commit d23ff6827decf121461fbc5622612fd7effe207e
13365Author: Guennadi Liakhovetski <lg@denx.de>
13366Date: Thu Apr 3 17:04:22 2008 +0200
13367
13368 MX31ADS network and flash updates
13369
13370 This patch allows U-Boot to use buffered writes to the Spansion NOR
13371 flash installed on this board, and eliminates long delays in network
13372 transfers after the board startup.
13373
13374 Also modify flash layout to embed main and redundant environment
13375 blocks in the U-Boot image.
13376
13377 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13378
13379commit b5dc9b304d289831f291843ff88a45cbdf1a6290
13380Author: Guennadi Liakhovetski <lg@denx.de>
13381Date: Mon Apr 14 10:53:12 2008 +0200
13382
13383 Support for the MX31ADS evaluation board from Freescale
13384
13385 This patch adds support for the MX31ADS evaluation board from Freescale,
13386 initialization code is copied from RedBoot sources, also provided by
13387 Freescale.
13388
13389 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13390
7ed40117
WD
13391commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
13392Author: Stefan Roese <sr@denx.de>
13393Date: Tue Apr 8 10:33:29 2008 +0200
13394
13395 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
13396
13397 Signed-off-by: Stefan Roese <sr@denx.de>
13398
13399commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
13400Author: Stefan Roese <sr@denx.de>
13401Date: Tue Apr 8 10:33:28 2008 +0200
13402
13403 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
13404
13405 Signed-off-by: Stefan Roese <sr@denx.de>
13406
13407commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
13408Author: Stefan Roese <sr@denx.de>
13409Date: Tue Apr 8 10:33:27 2008 +0200
13410
13411 ppc4xx: Add Glacier NAND booting target
13412
13413 Signed-off-by: Stefan Roese <sr@denx.de>
13414
13415commit 46f373838e384a4c23d13581b1dfa5acb66b5810
13416Author: Stefan Roese <sr@denx.de>
13417Date: Tue Apr 8 10:31:00 2008 +0200
13418
13419 nand_spl: Update nand_spl to support 2k page size NAND devices
13420
13421 This patch adds support for booting from 2k page sized NAND device
13422 (e.g. Micron 29F2G08AAC).
13423
13424 Tested on AMCC Canyonlands.
13425
13426 Signed-off-by: Stefan Roese <sr@denx.de>
13427
268a804d
WD
13428commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
13429Author: Anatolij Gustschin <agust@denx.de>
13430Date: Thu Apr 17 18:18:00 2008 +0200
13431
13432 Fix crash on sequoia in ppc_4xx_eth_init
13433
13434 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
13435 with cache enabled (TLB Parity exeption). This patch
13436 fixes the problem.
13437
13438 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13439
13440commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
13441Author: Anatolij Gustschin <agust@denx.de>
13442Date: Thu Apr 17 18:15:27 2008 +0200
13443
13444 ppc4xx: Fix crash on sequoia with cache enabled
13445
13446 Currently U-Boot crashes on sequoia board in CPU POST if
13447 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
13448 won't be disabled by change_tlb before CPU POST because
13449 there is an insufficient adress range check since
13450 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
13451 this problem.
13452
13453 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13454
13455commit 43c509254fab375c49936498da944658117ed07c
13456Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13457Date: Thu Apr 17 23:35:13 2008 +0900
13458
13459 Use jr as register jump instruction
13460
13461 Current assembler codes are inconsistent in the way of register jump
13462 instruction usage; some use jr, some use j. Of course GNU as allows both
13463 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
13464 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
13465 at all.
13466
13467 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13468
13469commit 7ce63709828d37b08866e537339a169bd0db2bd3
13470Author: Guennadi Liakhovetski <lg@denx.de>
13471Date: Tue Apr 15 14:15:30 2008 +0200
13472
13473 RTC driver for MC13783
13474
13475 MC13783 is a multifunction IS with an SPI interface to the host. This
13476 driver handles the RTC controller in this chip.
13477
13478 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13479
13480commit 38254f45b0b412332726c90d3184ad47479fcffb
13481Author: Guennadi Liakhovetski <lg@denx.de>
13482Date: Tue Apr 15 14:14:25 2008 +0200
13483
13484 New i.MX31 SPI driver
13485
13486 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
13487 only implemented and tested on i.MX31, can with a modified register layout
13488 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
13489 controllers too.
13490
13491 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13492
13493commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
13494Author: Magnus Lilja <lilja.magnus@gmail.com>
13495Date: Tue Apr 15 19:09:10 2008 +0200
13496
13497 Fix name of i.MX31 boards in config file header
13498
13499 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
13500
13501 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13502
13503commit a49864593e083a5d0779fb9ca98e5a0f2053183d
13504Author: Mike Frysinger <vapier@gentoo.org>
13505Date: Sun Apr 13 19:42:19 2008 -0400
13506
13507 allow ports to override go behavior
13508
13509 Split the arch-specific logic out of the common go code and into a dedicated
13510 weak function called do_go_exec() that lives in cpu directories. This will
13511 need review from i386/nios people to make sure I didn't break them.
13512
13513commit 017e9b7925f74878d0e9475388cca9bda5ef9482
13514Author: Mike Frysinger <vapier@gentoo.org>
13515Date: Sun Apr 13 19:42:18 2008 -0400
13516
13517 allow ports to override bootelf behavior
13518
13519 Change the bootelf setup function into a dedicated weak function called
13520 do_bootelf_exec. This way ports can control the behavior however they
13521 like before/after calling the ELF entry point.
13522
13523commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
13524Author: Ulf Samuelsson <ulf@atmel.com>
13525Date: Sat Apr 12 20:56:03 2008 +0200
13526
13527 Reorder ARM boards in Makefile
13528
13529 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
13530 are no longer under ARM92xT header.
13531
13532 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
13533 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13534
13535commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
13536Author: Ulf Samuelsson <ulf@atmel.com>
13537Date: Sat Apr 12 20:29:44 2008 +0200
13538
13539 Clean up dataflash partitioning
13540
13541 This patch removes the board dependent parts from
13542 "drivers/mtd/dataflash.c".
13543 Each board relying on this, will have the appropriate
13544 code in a new file, "partition.c" in the board directory.
13545 board Makefiles updated to use the file.
13546
13547 The dataflash partitions are aligned on sector/page boundaries.
13548
13549 The CONFIG_NEW_DF_PARTITION was used to create named partitions
13550 This is now the default operation, and the CONFIG variable is removed.
13551
13552 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
13553
13554commit 51ecde946fec511a16346e498204ca10ad71080d
13555Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13556Date: Sat Apr 12 14:08:45 2008 +0200
13557
13558 gitignore: udpate stgit generated and .patch file
13559
13560 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13561
13562commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
13563Author: Wolfgang Denk <wd@denx.de>
13564Date: Fri Apr 18 00:15:36 2008 -0700
13565
13566 Get rid of redundant copy of renamed header file.
13567
13568 Signed-off-by: Wolfgang Denk <wd@denx.de>
13569
13570commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
13571Author: Vlad Lungu <vlad@comsys.ro>
13572Date: Fri Apr 11 21:20:14 2008 +0300
13573
13574 Fix dependency generation for older gcc versions
13575
13576 With gcc 3.3.3 at least, compilation fails with
13577
13578 Generating include/autoconf.mk
13579 gcc: compilation of header file requested
13580 make: *** [include/autoconf.mk] Error 1
13581
13582 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
13583
13584 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
13585
13586commit cb1c4896905ab22fcd982e6a8a539f0031942e71
13587Author: Marian Balakowicz <m8@semihalf.com>
13588Date: Fri Apr 11 11:07:49 2008 +0200
13589
13590 Restore the ability to continue booting after legacy image overwrite
13591
13592 Before new uImage code was merged, bootm code allowed for the kernel image to
13593 get overwritten during decompresion. new uImage introduced a check for image
13594 overwrites and refused to boot the image that got overwritten. This patch
13595 restores the old behavior. It also adds a warning when the image overwriten is
13596 a multi-image file, because in such case accessing componentes other than the
13597 first one will fail.
13598
13599 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13600
13601commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
13602Author: Marian Balakowicz <m8@semihalf.com>
13603Date: Fri Apr 11 11:07:43 2008 +0200
13604
13605 ppc: Fix ftd_blob variable init when processing raw blob
13606
13607 Set fdt_blob variable before its value is printed out.
13608
13609 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13610
13611commit 3d36be030043cd841a2551d00a395135e363a64b
13612Author: Jason Wessel <jason.wessel@windriver.com>
13613Date: Thu Apr 10 14:30:16 2008 -0500
13614
13615 Remove all the search paths from the .lds files.
13616
13617 The cross compiler is responsible for providing the correct libraries
13618 and the logic to find the linking libraries.
13619
13620 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
13621
13622commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
13623Author: Bartlomiej Sieka <tur@semihalf.com>
13624Date: Mon Apr 14 15:44:16 2008 +0200
13625
13626 Boot-related documentation update
13627
13628 - document 'bootm_low' and 'bootm_size' environment variables
13629 - update inaccurate CFG_BOOTMAPSZ entry
13630
13631 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13632
13633commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
13634Author: Guennadi Liakhovetski <lg@denx.de>
13635Date: Wed Apr 9 17:34:08 2008 +0200
13636
13637 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
13638
13639 Restore logic reverted by commit
13640
13641 commit 80767a6cead9990d9e77e62be947843c2c72f469
13642 Author: Peter Pearse <peter.pearse@arm.com>
13643 Date: Wed Sep 5 16:04:41 2007 +0100
13644
13645 Changed API name to coloured_led.h
13646 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
13647 Tidied other cpu/arm920t/start.S code
13648
13649 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13650
13651commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
13652Author: Mike Frysinger <vapier@gentoo.org>
13653Date: Tue Apr 8 10:24:24 2008 -0400
13654
13655 Remove conflicting NAND ID
13656
13657 There are two NAND entries with ID 0xDC and this obviously causes problems.
13658 In the kernel, they punted the first entry, so we should do the same.
13659
13660 See this upstream e-mail for more info:
13661 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
13662
13663 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
13664 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13665
13666commit 188e94c370621708d13547d58dbc6ed3c5602aa8
13667Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
13668Date: Tue Apr 8 16:20:35 2008 +0900
13669
13670 cpu/mips/cpu.c: Fix flush_cache bug
13671
13672 Cache operations have to take line address (addr), not start_addr.
13673 I noticed this bug when debugging ping failure.
13674
13675 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
13676
13677commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
13678Author: Martin Krause <martin.krause@tqs.de>
13679Date: Thu Apr 3 14:29:01 2008 +0200
13680
13681 TQM5200: fix default IDE reset level
13682
13683 Before the first call of ide_reset(), the level of the IDE reset
13684 signal on the TQM5200 is low (reset asserted). This patch sets the
13685 default value to high (reset not asserted).
13686
13687 Currently this patch fixes no real problem, but it is cleaner to
13688 assert the reset signal only on demand, and not permanently.
13689
13690 Signed-off-by: Martin Krause <martin.krause@tqs.de>
13691
13692commit c61e033d6e8abb7b4060ee36060961e1399f6079
13693Author: Detlev Zundel <dzu@denx.de>
13694Date: Thu Apr 3 14:18:48 2008 +0200
13695
13696 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
13697
13698 Signed-off-by: Detlev Zundel <dzu@denx.de>
13699
13700commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
13701Author: Detlev Zundel <dzu@denx.de>
13702Date: Thu Apr 3 14:18:47 2008 +0200
13703
13704 mgcoge, mgsuv: rename 'addcon' to 'addcons'
13705
13706 The latter name with 13 users is already established, so we will use
13707 that.
13708
13709 Signed-off-by: Detlev Zundel <dzu@denx.de>
13710
13711commit e175eacc87c3a9e4dad0799fee0e95732520afc7
13712Author: Martin Krause <martin.krause@tqs.de>
13713Date: Thu Apr 3 13:37:56 2008 +0200
13714
13715 IDE: fix bug in reset sequence
13716
13717 According to the ata (ata5) specification the RESET- signal
13718 shall be asserted for at least 25 us. Without this patch,
13719 the RESET- signal is asserted on some boards for only < 1 us
13720 (e. g. on the TQM5200). This patch adds a general delay of
13721 25 us to the RESET- signal.
13722
13723 Without this patch a Platinum 4 GiB CF card is not recognised
13724 properly on boards with a TQM5200 (STK52xx, TB5200).
13725
13726 Signed-off-by: Martin Krause <martin.krause@tqs.de>
13727
13728commit 813bea96a960916c72b4a3a7df840151529c26ce
13729Author: Sascha Laue <Sascha.Laue@gmx.biz>
13730Date: Thu Apr 3 14:43:11 2008 +0200
13731
13732 lwmon5: disable CONFIG_ZERO_BOOTDELAY
13733
13734 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
13735
13736commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
13737Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13738Date: Wed Apr 2 08:03:58 2008 +0200
13739
13740 ds174x: Fix warning on return in rtc_get and rtc_set functions
13741
13742 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13743
13744commit a253b38bf50c85227c33ca0febc870ee49d1588e
13745Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13746Date: Wed Apr 2 08:03:57 2008 +0200
13747
13748 cmd_log.c: Fix assignment differ in signedness
13749
13750 In function 'logbuff_init_ptrs':
13751 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
13752
13753 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13754
13755commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
13756Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
13757Date: Wed Apr 2 11:04:43 2008 +0530
13758
13759 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
13760
13761 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
13762
13763commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
13764Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13765Date: Tue Apr 1 14:07:10 2008 +0200
13766
13767 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
13768
13769 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13770
13771commit c08fb3ea36d19b1640b7906264581e9105534399
13772Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13773Date: Tue Apr 15 10:24:14 2008 +0200
13774
13775 Additional PCI IDs for IDE and network controllers
13776
13777 These PCI IDs are required by the Linkstation platforms.
13778
13779 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13780
13781commit c0559be371b2a64b1a817088c3308688e2182f93
13782Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
13783Date: Mon Apr 14 23:01:50 2008 +0200
13784
13785 Change env_get_char from a global function ptr to a function.
13786
13787 This avoids an early global data reference.
13788
13789 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
13790
13791commit 3e0f331c05d72f140715c1e9fca991927e44d422
13792Author: Guennadi Liakhovetski <lg@denx.de>
13793Date: Tue Apr 29 12:35:08 2008 +0000
13794
13795 Clean up smsc911x driver
13796
13797 Replace direct register address derefencing with accessor functions.
13798 Restrict explicitly 32-bit bus-width, extend affected configurations
13799 respectively.
13800
13801 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13802 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13803
13804commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
13805Author: Sascha Hauer <s.hauer@pengutronix.de>
13806Date: Tue Apr 15 00:08:20 2008 -0400
13807
13808 This patch adds a driver for the following smsc network controllers:
13809 LAN9115
13810 LAN9116
13811 LAN9117
13812 LAN9215
13813 LAN9216
13814 LAN9217
13815
13816 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
13817 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
13818 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13819
13820commit 3dfd4aab929cccddb63d9ea509967861e1333b52
13821Author: Sascha Laue <Sascha.Laue@gmx.biz>
13822Date: Tue Apr 1 15:13:03 2008 +0200
13823
13824 Fix watchdog POST for lwmon5
13825
13826 If the hardware watchdog detects a voltage error, the watchdog sets
13827 GPIO62 to low. The watchdog POST has to detect this low level.
13828
13829 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
13830
13831commit 24b448448a917e52806f82660a5c9d47608894fb
13832Author: Dave Liu <r63238@freescale.com>
13833Date: Tue Apr 1 15:22:11 2008 +0800
13834
13835 ata: update the libata.h from ata.h of linux kernel
13836
13837 Current libata.h of u-boot is out of sync from linux kernel,
13838 this patch make it be consistent with linux kernel.
13839
13840 Signed-off-by: Dave Liu <daveliu@freescale.com>
13841 Signed-off-by: Tor Krill <tor@excito.com>
13842
13843commit f8f9dc98883f66f59eb0601da65808e6b139c87c
13844Author: Kumar Gala <galak@kernel.crashing.org>
13845Date: Mon Mar 31 11:59:27 2008 -0500
13846
13847 Allow use of ARCH=powerpc when building
13848
13849 The linux kernel is now mostly ARCH=powerpc, so to make life easier
13850 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
13851
13852 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13853
13854commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
13855Author: Kyungmin Park <kmpark@infradead.org>
13856Date: Mon Mar 31 10:40:54 2008 +0900
13857
13858 Add apollon board MAINTAINERS entry
13859
13860 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13861
13862commit 77e475cc0ed1832160017d364be32a0be9ff02a9
13863Author: Kyungmin Park <kmpark@infradead.org>
13864Date: Mon Mar 31 10:40:36 2008 +0900
13865
13866 Fix OneNAND read
13867
13868 It should access with 16-bit instead of 8-bit
13869
13870 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
13871
13872 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13873
13874commit a9da2b41079d230db3a5641625311983f85ce1fb
13875Author: Kyungmin Park <kmpark@infradead.org>
13876Date: Mon Mar 31 10:40:19 2008 +0900
13877
13878 Fix OneNAND erase command
13879
13880 It mis-calculates the block address.
13881 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
13882
13883 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13884
13885commit 61525f2ffa156665a66908fda47dbf29d65ea579
13886Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13887Date: Mon Mar 31 01:32:15 2008 +0200
13888
13889 Support for LinkStation / KuroBox HD and HG PPC models
13890
13891 This patch is based on the port by Mihai Georgian (see linkstation.c for
13892 Copyright information) and implements support for LinkStation / KuroBox HD
13893 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
13894 the moment, pending network driver fixing.
13895
13896 Notice to users: this is pretty much a barebone port. Support for network
13897 on HG models is already in the U-Boot mainline, but you might also want
13898 patches to switch fan / phy modes depending on the negotiated ethernet
13899 parameters. This patch also doesn't support console switching, booting EM
13900 mode, Buffalo specific ext2 magic number. So, if you want to use any of
13901 those, you need additional patches. Otherwise this patche provides a fully
13902 functional u-boot with a network console on your system.
13903
13904 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13905
13906commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
13907Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13908Date: Sun Mar 30 01:22:13 2008 -0500
13909
13910 Add CONFIG_MII_INIT support to related boards
13911
13912 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
13913 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
13914 that use mii_init() in cmd_init.c.
13915
13916 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13917 Acked-by: Ben Warren <biggerbadderben@gmail.com>
13918
13919commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
13920Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13921Date: Sun Mar 30 01:19:06 2008 -0500
13922
13923 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
13924
13925 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
13926 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
13927
13928 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13929
13930commit e99ccb488181d012248c6be30b2093e950319fc5
13931Author: Kumar Gala <galak@kernel.crashing.org>
13932Date: Thu Mar 27 11:46:38 2008 -0500
13933
13934 Introduce phys_size_t and move phys_addr_t into asm/types.h
13935
13936 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
13937 that have larger physical addresses like 44x, 85xx, and 86xx.
13938
13939 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13940
13941commit 20a14a42a25f72e379f38460b8a8484667536795
13942Author: Andy Fleming <afleming@freescale.com>
13943Date: Wed Apr 2 16:19:07 2008 -0500
13944
13945 Rename include/md5.h to include/u-boot/md5.h
13946
13947 Some systems have md5.h installed in /usr/include/. This isn't the
13948 desired file (we want the one in include/md5.h). This will avoid the
13949 conflict. This fixes the host tools building problem by creating a new
13950 directory for U-Boot specific header files.
13951
13952 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
13953 Denk]
13954
13955 Signed-off-by: Wolfgang Denk <wd@denx.de>
13956 Signed-off-by: Andy Fleming <afleming@freescale.com>
13957 Acked-by: Timur Tabi <timur@freescale.com>
13958
13959commit f297b7a1ec87433f66320d89d993e1bc738c66b8
13960Author: Dave Liu <r63238@freescale.com>
13961Date: Thu Mar 27 18:51:17 2008 +0800
13962
13963 drivers: code clean up
13964
13965 Signed-off-by: Dave Liu <daveliu@freescale.com>
13966
13967commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
13968Author: Dave Liu <r63238@freescale.com>
13969Date: Thu Mar 27 18:50:41 2008 +0800
13970
13971 drivers: clean up the ata_piix.h
13972
13973 Signed-off-by: Dave Liu <daveliu@freescale.com>
13974
13975commit e8f7ba404f1409606962815ecc955a06984b08b3
13976Author: Dave Liu <r63238@freescale.com>
13977Date: Thu Mar 27 18:49:56 2008 +0800
13978
13979 doc: english polishing for README.sata
13980
13981 according to gvb's suggestion, polishing for the doc.
13982
13983 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
13984 Signed-off-by: Dave Liu <daveliu@freescale.com>
13985
13986commit 3e3f766a5274d204780460e1879723b565296d34
13987Author: Kumar Gala <galak@kernel.crashing.org>
13988Date: Wed Mar 26 18:53:28 2008 -0500
13989
13990 Fix warnings introduced by I2C bus speed setting patch
13991
13992 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13993
13994commit 3c735e7437150e8615f26930c7819db85634276d
13995Author: eran liberty <eran.liberty@gmail.com>
13996Date: Thu Mar 27 00:50:49 2008 +0100
13997
13998 Altera Stratix II support
13999
14000 Adds Support for Altera's Stratix II.
14001
14002 Within your board specific init file you will have to call
14003
14004 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
14005 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
14006
14007 Altera_desc* contines (for example):
14008 {
14009 Altera_StratixII, /* part type */
14010 passive_serial, /* interface type */
14011 1, /* bytes of data part can accept */
14012 (void *)(&funcs), /* interface function table */
14013 0L, /* base interface address */
14014 0 /* implementation specific cookie */
14015 }
14016
14017 funcs is the interface. It is of type altera_board_specific_func.
14018 It looks like this:
14019 altera_board_specific_func func = {
14020 pre_fn,
14021 config_fn,
14022 status_fn,
14023 done_fn,
14024 clk_fn,
14025 data_fn,
14026 abort_fn,
14027 post_fn,
14028 };
14029
14030 you will have to implement these functions, which is usually bit
14031 banging some gpio.
14032
14033 Signed-off-by: Eran Liberty <liberty@extricom.com>
14034
14035commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
14036Author: Wolfgang Denk <wd@denx.de>
14037Date: Sun Apr 13 14:32:54 2008 -0700
14038
14039 Update CHANGELOG
14040
14041 Signed-off-by: Wolfgang Denk <wd@denx.de>
14042
5ece9ec9
WD
14043commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
14044Author: Sascha Hauer <s.hauer@pengutronix.de>
14045Date: Wed Mar 26 20:41:17 2008 +0100
14046
14047 Phytec Phycore-i.MX31 support
14048
14049 This patch adds support for the Phytec Phycore-i.MX31 board
14050
14051 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14052 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14053
14054commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
14055Author: Sascha Hauer <s.hauer@pengutronix.de>
14056Date: Wed Mar 26 20:41:09 2008 +0100
14057
14058 mx31 litekit support
14059
14060 This patch adds support for the mx31 litekit board
14061
14062 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14063 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14064
14065commit cdace0661208754a53019ea0dc7b803a040e0939
14066Author: Sascha Hauer <s.hauer@pengutronix.de>
14067Date: Wed Mar 26 20:40:49 2008 +0100
14068
14069 add an i2c driver for mx31
14070
14071 This patch adds an i2c driver for Freescale i.MX processors
14072
14073 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14074 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14075
14076commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
14077Author: Sascha Hauer <s.hauer@pengutronix.de>
14078Date: Wed Mar 26 20:40:42 2008 +0100
14079
14080 core support for Freescale mx31
14081
14082 This patch adds the core support for Freescale mx31
14083
14084 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14085 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14086
14087commit 7ec68862a27c8f6f6d566228de8f6724d964a939
14088Author: Wolfgang Denk <wd@denx.de>
14089Date: Sun Apr 13 14:19:23 2008 -0700
14090
14091 Fix compile error
14092
14093 ...as suggested by Peter Pearse
14094
14095 Signed-off-by: Wolfgang Denk <wd@denx.de>
14096
14097commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
14098Author: Sascha Hauer <s.hauer@pengutronix.de>
14099Date: Wed Mar 26 20:40:36 2008 +0100
14100
14101 Separate omap24xx specific code from arm1136
14102
14103 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
14104 to cpu/arm1136/omap24xx.
14105
14106 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14107 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14108
14109commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
14110Author: Mike Frysinger <vapier@gentoo.org>
14111Date: Tue Jan 29 18:21:05 2008 -0500
14112
14113 disable caches before booting an app for Blackfin apps
14114
14115 It isn't generally save to execute applications outside of U-Boot with caches
14116 enabled due to the way the Blackfin processor handles caches (requires
14117 software assistance). This patch disables caches before booting an ELF or
14118 just booting raw code. The previous discussion on the patch was that we
14119 wanted to use weaks instead, but that proved to not be feasible when multiple
14120 symbols are involved, which puts us back at the ifdef solution. I've
14121 minimized the ugliness by moving the setup step outside of the main function.
14122
14123 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14124
14125commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
14126Author: Wolfgang Denk <wd@denx.de>
14127Date: Sun Apr 13 10:03:54 2008 -0700
14128
14129 ppc: Get rid of unused machine type definitions
14130
14131 Signed-off-by: Wolfgang Denk <wd@denx.de>
14132
14133commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
14134Author: Wolfgang Denk <wd@denx.de>
14135Date: Sun Apr 13 09:59:26 2008 -0700
14136
14137 Coding Style cleanup; update CHANGELOG
14138
14139 Signed-off-by: Wolfgang Denk <wd@denx.de>
14140
1aeed8d7
WD
14141commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
14142Author: Larry Johnson <lrj@acm.org>
14143Date: Thu Feb 21 13:58:11 2008 -0500
14144
14145 LM73 bug fix for negative temperatures and cleanup
14146
14147 When the LM73 temperature sensor measures a temperature below 0 C, the
14148 current driver does not perform sign extension, so the result returned is
14149 512 C too high. This patch fixes the problem, and does general cleanup
14150 of the code.
14151
14152 Signed-off-by: Larry Johnson <lrj@acm.org>
14153
14154commit 96ef831f713289afba19da0c8f905e99da2b23e0
14155Author: Guennadi Liakhovetski <lg@denx.de>
14156Date: Thu Apr 3 13:36:02 2008 +0200
14157
14158 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
14159
14160 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
14161 series require different addresses for buffered write commands. Define a
14162 configuration option to support buffered writes on those chips. A more
14163 elegant solution would be to automatically detect those chips by parsing
14164 their CFI records, but that would require introduction of a fixup table
14165 into the cfi_flash driver.
14166
14167 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14168
14169commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
14170Author: Lee Nipper <lee.nipper@freescale.com>
14171Date: Thu Apr 10 09:35:06 2008 -0500
14172
14173 mpc83xx: Update DIMM data bus width test to support 40-bit width
14174
14175 32-bit wide ECC memory modules report 40-bit width.
14176 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
14177
14178 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
14179 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14180
14181commit 5fb5a689d822ca61e814bd523fc930af335242fa
14182Author: Dave Liu <r63238@freescale.com>
14183Date: Mon Mar 31 17:05:12 2008 +0800
14184
14185 mpc83xx: Fix the bug of serdes initialization
14186
14187 Currently the serdes will not be initializated due to the
14188 partid's error.
14189
14190 Signed-off-by: Dave Liu <daveliu@freescale.com>
14191 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14192
14193commit 2000784818f043db7ca60e2846a72d097766b894
14194Author: Dave Liu <r63238@freescale.com>
14195Date: Thu Apr 3 16:28:29 2008 +0800
14196
14197 mpc83xx: Fix the SATA clock setting of 837x targets
14198
14199 Currently the SATA controller clock is configured as CSB clock,
14200 usually the CSB clock is 400/333/266MHz.
14201
14202 However, The SATA IP block is only guaranteed to operate up to
14203 200 MHz as stated in the HW spec.
14204
14205 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
14206
14207 This patch makes the SATA clock as half of CSB clock.
14208
14209 Signed-off-by: Dave Liu <daveliu@freescale.com>
14210 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14211
14212commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
14213Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14214Date: Wed Apr 2 13:41:21 2008 +0200
14215
14216 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
14217
14218 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14219 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14220
14221commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
14222Author: Kumar Gala <galak@kernel.crashing.org>
14223Date: Wed Apr 9 04:20:57 2008 -0500
14224
14225 85xx: Fix detection of MP cpu spin up
14226
14227 We were looking at the wrong memory offset to determine of a secondary
14228 cpu had been spun up or not. Also added a warning message if the
14229 all the secondary cpus we expect don't spin up.
14230
14231 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14232
14233commit f3e04bdc3f360c66801a9048956e61e41a16edba
14234Author: Kumar Gala <galak@kernel.crashing.org>
14235Date: Tue Apr 8 10:45:50 2008 -0500
14236
14237 85xx: Use SVR_SOC_VER instead of SVR_VER
14238
14239 The recent change introduced by 'Update SVR numbers to expand support'
14240 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
14241 to compare against a particular processor id.
14242
14243 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14244
14245commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
14246Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
14247Date: Fri Apr 11 10:00:35 2008 -0400
14248
14249 ppc4xx: Fix power mgt definitions for PPC440
14250
14251 Corrected DCR addresses of PPC440EP power management registers.
14252
14253 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
14254
14255commit 950a392464e616b4590bc4501be46e2d7d162dea
14256Author: Wolfgang Denk <wd@denx.de>
14257Date: Fri Apr 11 15:11:26 2008 +0200
14258
14259 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
14260
14261 Reverting became necessary after it turned out that the patches in
14262 the u-boot-arm repo were modified, and in some cases corrupted.
14263
14264 This reverts the following commits:
14265
14266 066bebd6353e33af3adefc3404560871699e9961
14267 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
14268 c88ae20580b2b01487b4cdcc8b2a113f551aee36
14269 a147e56f03871bba4f05058d5e04ce7deb010b04
14270 d6674e0e2a6a1f033945f78838566210d3f28c95
14271 8c8463cce44d849e37744749b32d38e1dfb12e50
14272 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
14273 8bf69d81782619187933a605f1a95ee1d069478d
14274 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
14275 a574a73852a527779234e73e17e7597fd8128882
14276 1377b5583a48021d983e1fd565f7d40c89e84d63
14277 1704dc20917b4f71e373e2c888497ee666d40380
14278
14279 Signed-off-by: Wolfgang Denk <wd@denx.de>
14280
14281commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
14282Author: Stefan Roese <sr@denx.de>
14283Date: Fri Apr 11 07:02:29 2008 +0200
14284
14285 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
14286
14287 This patch reworks the default environment on Kilauea/Haleakala. Now
14288 "net_nfs" for exmaple uses the device-tree style booting formerly know
14289 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
14290 new image booting support, which check for image overwriting. So the
14291 addresses needed togeet adjusted.
14292
14293 Signed-off-by: Stefan Roese <sr@denx.de>
14294
14295commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
14296Author: Stefan Roese <sr@denx.de>
14297Date: Wed Apr 9 11:58:02 2008 +0200
14298
14299 ppc4xx: Fix Canyonlands default environment to work with new image support
14300
14301 Since the new image support checks for image overwriting, the default
14302 environment needs to get adjusted to use correct addresses.
14303
14304 Signed-off-by: Stefan Roese <sr@denx.de>
14305
14306commit dfc6c7b647dba7ab86749616f0e9e5740deed422
14307Author: Stefan Roese <sr@denx.de>
14308Date: Wed Apr 9 11:54:11 2008 +0200
14309
14310 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
14311
14312 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
14313 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
14314 on 4xx systems _start currently cannot be used for this calculation.
14315 So revert back to the original version for now.
14316
14317 Signed-off-by: Stefan Roese <sr@denx.de>
14318
14319commit f91374f65eae8b42cac329e06ba1c54728278efb
14320Author: Michal Simek <monstr@monstr.eu>
14321Date: Fri Mar 28 12:49:52 2008 +0100
14322
14323 microblaze: Sort microblaze boards in MAKEALL script
14324
14325commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
14326Author: Michal Simek <monstr@monstr.eu>
14327Date: Fri Mar 28 11:58:45 2008 +0100
14328
14329 microblaze: clean microblaze_config.mk
14330
14331 FLAGS are generated by U-BOOT generator.
14332 Board specific FLAGS are in board directory
14333
14334 Signed-off-by: Michal Simek <monstr@monstr.eu>
14335
14336commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
14337Author: Michal Simek <monstr@monstr.eu>
14338Date: Fri Mar 28 12:47:19 2008 +0100
14339
14340 microblaze: xupv2p fix config file for supporting FDT
14341
14342commit 188dc16b189143573b1ed90e584bf866d75cdd12
14343Author: Michal Simek <monstr@monstr.eu>
14344Date: Fri Mar 28 11:53:02 2008 +0100
14345
14346 microblaze: ml401 fix config file for supporting FDT
14347
14348 Signed-off-by: Michal Simek <monstr@monstr.eu>
14349
14350commit 4c6a6f02e239236261333759997eeaf86b30b54c
14351Author: Michal Simek <monstr@monstr.eu>
14352Date: Fri Mar 28 11:22:48 2008 +0100
14353
14354 microblaze: ml401 - add ifdef for GPIO
14355
14356 Signed-off-by: Michal Simek <monstr@monstr.eu>
14357
14358commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
14359Author: Michal Simek <monstr@monstr.eu>
14360Date: Fri Mar 28 12:13:03 2008 +0100
14361
14362 microblaze: clean uart16550 and uartlite handling
14363
14364 Signed-off-by: Michal Simek <monstr@monstr.eu>
14365
14366commit 0b20f250877441460fb79d72192954abe8498834
14367Author: Michal Simek <monstr@monstr.eu>
14368Date: Fri Mar 28 11:08:31 2008 +0100
14369
14370 microblaze: Add Emaclite driver to Makefile
14371
14372 Signed-off-by: Michal Simek <monstr@monstr.eu>
14373
14374commit 868cde5310f88234b774878e4f06e79df10a88b3
14375Author: Michal Simek <monstr@monstr.eu>
14376Date: Fri Mar 28 11:08:01 2008 +0100
14377
14378 microblaze: Add Emac driver to Makefile
14379
14380 Signed-off-by: Michal Simek <monstr@monstr.eu>
14381
14382commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
14383Author: Michal Simek <monstr@monstr.eu>
14384Date: Fri Mar 28 12:42:29 2008 +0100
14385
14386 microblaze: add Emac ethernet driver
14387
14388commit 89c53891b18cbafd29ab8931b40e27ad231b6085
14389Author: Michal Simek <monstr@monstr.eu>
14390Date: Fri Mar 28 12:41:56 2008 +0100
14391
14392 microblaze: add Emaclite ethernet driver
14393
14394commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
14395Author: Michal Simek <monstr@monstr.eu>
14396Date: Fri Mar 28 11:04:01 2008 +0100
14397
14398 microblaze: ML401 and XUPV2P remove emac and emaclite reference
14399
14400 Signed-off-by: Michal Simek <monstr@monstr.eu>
14401
14402commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
14403Author: Michal Simek <monstr@monstr.eu>
14404Date: Fri Mar 28 10:59:32 2008 +0100
14405
14406 microblaze: remove old setting for emac driver
14407
14408 Signed-off-by: Michal Simek <monstr@monstr.eu>
14409
14410commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
14411Author: Michal Simek <monstr@monstr.eu>
14412Date: Fri Mar 28 10:58:15 2008 +0100
14413
14414 microblaze: Clean Makefile from ancient emac driver
14415
14416 Signed-off-by: Michal Simek <monstr@monstr.eu>
14417
14418commit ab68f921d9c741830f721c3d879c13a0c5597183
14419Author: Daniel Hellstrom <daniel@gaisler.com>
14420Date: Fri Mar 28 10:20:43 2008 +0100
14421
14422 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
14423
14424 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14425
14426commit 6ed8a43a19bb0275501bc286007daafa923552cf
14427Author: Daniel Hellstrom <daniel@gaisler.com>
14428Date: Wed Mar 26 23:38:48 2008 +0100
14429
14430 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.
14431
14432 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14433
14434commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
14435Author: Daniel Hellstrom <daniel@gaisler.com>
14436Date: Wed Mar 26 23:34:47 2008 +0100
14437
14438 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
14439
14440 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14441
14442commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
14443Author: Daniel Hellstrom <daniel@gaisler.com>
14444Date: Fri Mar 28 10:06:52 2008 +0100
14445
14446 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
14447
14448 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14449
14450commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
14451Author: Daniel Hellstrom <daniel@gaisler.com>
14452Date: Wed Mar 26 23:26:48 2008 +0100
14453
14454 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
14455
14456 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14457
14458commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
14459Author: Daniel Hellstrom <daniel@gaisler.com>
14460Date: Fri Mar 28 10:00:33 2008 +0100
14461
14462 SPARC: Added support for SPARC LEON2 SOC Processor.
14463
14464 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14465
14466commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
14467Author: Daniel Hellstrom <daniel@gaisler.com>
14468Date: Wed Mar 26 23:00:38 2008 +0100
14469
14470 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.
14471
14472 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14473
14474commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
14475Author: Daniel Hellstrom <daniel@gaisler.com>
14476Date: Wed Mar 26 22:51:29 2008 +0100
14477
14478 SPARC: Added support for SPARC LEON3 SOC processor.
14479
14480 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14481
14482commit bf3d8b31169546fcddb4737391e1893fb12d033a
14483Author: Daniel Hellstrom <daniel@gaisler.com>
14484Date: Fri Mar 28 08:29:26 2008 +0100
14485
14486 SPARC: added SPARC support for new uimage in common code.
14487
14488 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14489
14490commit 00ab32c85405a4fe65fd4128243086210fc90a21
14491Author: Daniel Hellstrom <daniel@gaisler.com>
14492Date: Wed Mar 26 22:36:03 2008 +0100
14493
14494 SPARC: added SPARC board information to the command bdinfo.
14495
14496 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14497
14498commit c2f02da21a3f37f0878554eebc785e04fdc4e128
14499Author: Daniel Hellstrom <daniel@gaisler.com>
14500Date: Fri Mar 28 09:47:00 2008 +0100
14501
14502 SPARC: Added generic support for SPARC architecture.
14503
14504 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14505
14506commit e54ec0f016803e4d9524ff71f7971bda0c51b287
14507Author: Stefan Roese <sr@denx.de>
14508Date: Thu Apr 3 14:50:34 2008 +0200
14509
14510 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
14511
14512 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
14513 has 2 RGMII instances and we need to configure the 2nd RGMII instance
14514 for the EMAC2+3 channels.
14515
14516 Signed-off-by: Stefan Roese <sr@denx.de>
14517
14518commit c2a545ce33b26d80337f80b533828839249fb1c9
14519Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14520Date: Wed Apr 2 08:03:56 2008 +0200
14521
14522 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
14523
14524 fdt.c: In function 'ft_cpu_setup':
14525 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
14526 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
14527 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
14528 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
14529
14530 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14531
14532commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
14533Author: Andy Fleming <afleming@freescale.com>
14534Date: Mon Mar 31 20:45:56 2008 -0500
14535
14536 Fix fdt set command to conform to dts spec
14537
14538 The fdt set command was treating properties specified as <00> and <0011>
14539 as byte streams, rather than as an array of cells. As we already have
14540 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
14541 we should use the <> syntax to describe arrays of cells, which are always
14542 32-bits per element. If we imagine this likely (IMHO) scenario:
14543
14544 > fdt set /ethernet-phy@1 reg <1>
14545
14546 With the old code, this would create a bad fdt, since the reg cell would be
14547 made to be one byte in length. But the cell must be 4 bytes, so this would
14548 break mysteriously.
14549
14550 Also, the dts spec calls for constants inside the angle brackets (<>)
14551 to conform to C constant standards as they pertain to base.
14552 Take this scenario:
14553
14554 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
14555
14556 The old fdt command would complain that it couldn't parse that. Or, if you
14557 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
14558 do this:
14559
14560 > fdt set /mydev clock <1f78a40>
14561
14562 Whereas the new code will accept decimal numbers.
14563
14564 While I was in there, I extended the fdt command parser to handle property
14565 strings which are split across multiple arguments:
14566
14567 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
14568 > fdt p /ethernet@f00
14569 ethernet@f00 {
14570 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
14571 };
14572
14573 Lastly, the fdt print code was rearranged slightly to print arrays of cells
14574 if the length of the property is a multiple of 4 bytes, and to not print
14575 leading zeros.
14576
14577 Signed-off-by: Andy Fleming <afleming@freescale.com>
14578
14579commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
14580Author: Stefan Roese <sr@denx.de>
14581Date: Wed Apr 2 08:39:33 2008 +0200
14582
14583 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
14584
14585 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
14586 interface. This usage can be configured with the jumper J6. This patch
14587 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
14588 is installed.
14589
14590 Signed-off-by: Stefan Roese <sr@denx.de>
14591
14592commit 6fe2946f198481254a6ee9600d7456b8316a4083
14593Author: Kim Phillips <kim.phillips@freescale.com>
14594Date: Fri Mar 28 17:37:49 2008 -0500
14595
14596 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
14597
14598 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
14599 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
14600 started.
14601
14602 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14603
14604commit b5873f1732b92a25690e1513b90dfb0d644f6697
14605Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14606Date: Tue Apr 1 07:30:51 2008 +0200
14607
14608 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
14609
14610 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14611
14612commit 2d934ea51f276522b532f870a820e844ff480b5b
14613Author: Tor Krill <tor@excito.com>
14614Date: Fri Mar 28 15:29:45 2008 +0100
14615
14616 Add Vitesse 8601 support to TSEC driver
14617
14618 Add phy_info for Vitesse VSC8601.
14619 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
14620
14621 Signed-off-by: Tor Krill <tor@excito.com>
14622 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
14623 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14624
14625commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
14626Author: Daniel Hellstrom <daniel@gaisler.com>
14627Date: Mon Mar 31 14:25:00 2008 +0000
14628
14629 SPARC: added SMC91111 driver in and out macros for LEON processors.
14630
14631 This patch makes SPARC/LEON processors able to read and write
14632 to the SMC91111 chip using the chip external I/O bus of the memory
14633 controller. This patchs defines the standard in and out macros
14634 expected by the SMC9111 driver.
14635
14636 To access that I/O bus one must set up the memory controller
14637 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
14638 up this correctly when the other MCTRL parameters are set up. It
14639 can be set up from the board configuration header file.
14640
14641 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14642 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14643
14644commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
14645Author: Stelian Pop <stelian@popies.net>
14646Date: Wed Mar 26 18:52:34 2008 +0100
14647
14648 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
14649
14650 Signed-off-by: Stelian Pop <stelian@popies.net>
14651
14652commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
14653Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14654Date: Mon Mar 31 21:31:04 2008 +0200
14655
14656 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
14657
14658 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14659
14660commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
14661Author: Stelian Pop <stelian@popies.net>
14662Date: Wed Mar 26 18:52:33 2008 +0100
14663
14664 Add support for AT91SAM9260EK
14665
14666 Support for booting from internal DataFlash, external DataFlash card
14667 or NAND flash is available.
14668
14669 Signed-off-by: Stelian Pop <stelian@popies.net>
14670
14671commit 1762f13b4aab88b685b1722f17dada247945624b
14672Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14673Date: Mon Mar 31 21:20:49 2008 +0200
14674
14675 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
14676
14677 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14678
14679commit 761712188b353494defb2b644491ff73d0daaa6f
14680Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14681Date: Mon Mar 31 21:12:17 2008 +0200
14682
14683 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
14684
14685 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14686
14687commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
14688Author: Stelian Pop <stelian@popies.net>
14689Date: Wed Mar 26 20:52:32 2008 +0100
14690
14691 Port AT91CAP9 to the new headers
14692
14693 Adapt the existing AT91CAP9 code to the new headers and APIs.
14694
14695 Signed-off-by: Stelian Pop <stelian@popies.net>
14696
14697commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
14698Author: Stelian Pop <stelian@popies.net>
14699Date: Wed Mar 26 19:52:31 2008 +0100
14700
14701 Finish header files reworking
14702
14703 Replace AT91CAP9.h file with several splitted header files coming
14704 from the Linux kernel.
14705
14706 This is part 2 of the replacement: more header imports and edits.
14707
14708 Signed-off-by: Stelian Pop <stelian@popies.net>
14709
14710commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
14711Author: Stelian Pop <stelian@popies.net>
14712Date: Wed Mar 26 19:52:30 2008 +0100
14713
14714 Import several header files from Linux
14715
14716 Replace AT91CAP9.h file with several splitted header files coming
14717 from the Linux kernel.
14718
14719 This is part 1 of the replacement: pristine header files import.
14720
14721 Signed-off-by: Stelian Pop <stelian@popies.net>
14722
14723commit a8a78f2d99dc1bd30dc3595da118539b506c6118
14724Author: Stelian Pop <stelian@popies.net>
14725Date: Wed Mar 26 20:52:28 2008 +0100
14726
14727 Move at91cap9 specific files to at91sam9 directory
14728
14729 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
14730 common infrastructure can be used. Let this infrastructure be
14731 named after the AT91SAM9 family, and move the existing AT91CAP9
14732 files to the new place.
14733
14734 Signed-off-by: Stelian Pop <stelian@popies.net>
14735
14736commit 61106a565870ff503f92b251b94bd7afef889a04
14737Author: Stelian Pop <stelian@popies.net>
14738Date: Wed Mar 26 21:52:27 2008 +0100
14739
14740 Use timer_init() instead of board supplied interrupt_init()
14741
14742 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
14743 the board, so use timer_init() instead of interrupt_init().
14744
14745 Signed-off-by: Stelian Pop <stelian@popies.net>
14746
14747commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
14748Author: Stelian Pop <stelian@popies.net>
14749Date: Wed Mar 26 21:52:36 2008 +0100
14750
14751 Cleanup DataFlash partition handling
14752
14753 DataFlash partition information has become a mess. This patch
14754 defines a single partition scheme for Atmel DataFlashes. This partition
14755 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
14756
14757 Signed-off-by: Stelian Pop <stelian@popies.net>
14758
14759commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
14760Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14761Date: Fri Mar 28 08:47:45 2008 -0500
14762
14763 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
14764
14765 When the version_string function in start.S is not 4-byte align,
14766 it will cause the compiler generates "unaligned opcodes detected
14767 in executable segment". This issue affects all ColdFire CPUs.
14768 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
14769 it is not aligned.
14770
14771 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14772 Acked-by: John Rigby <jrigby@freescale.com>
14773
14774commit bae61eefe15b4d454060a7140e49ae58322be803
14775Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14776Date: Tue Mar 25 15:41:15 2008 -0500
14777
14778 ColdFire: Add dspi and serial flash support for MCF5445x
14779
14780 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14781 Acked-by: John Rigby <jrigby@freescale.com>
14782
14783commit 48ead7a7a922fceaf494e352abfab8216a41b417
14784Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14785Date: Tue Mar 18 17:37:01 2008 -0500
14786
14787 ColdFire: Remove R5200 board
14788
14789 This board never went into production
14790
14791 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
14792 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14793 Acked-by: John Rigby <jrigby@freescale.com>
14794
14795commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
14796Author: Matthew Fettke <[matthew.fettke@gmail.com]>
14797Date: Thu Jan 24 14:02:32 2008 -0600
14798
14799 ColdFire: Added M5275EVB support.
14800
14801 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
14802 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14803 Acked-by: John Rigby <jrigby@freescale.com>
14804
14805commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
14806Author: Matthew Fettke <[matthew.fettke@gmail.com]>
14807Date: Mon Feb 4 15:38:20 2008 -0600
14808
14809 ColdFire: Added MCF5275 cpu support.
14810
14811 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
14812 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14813 Acked-by: John Rigby <jrigby@freescale.com>
14814
14815commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
14816Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14817Date: Mon Mar 17 12:14:11 2008 -0500
14818
14819 ColdFire: Define bootdelay in configuration file for M52277EVB
14820
14821 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
14822 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14823 Acked-by: John Rigby <jrigby@freescale.com>
14824
14825commit 77878f16cedee17161ff2336990970fffc6cea35
14826Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14827Date: Mon Mar 17 12:09:07 2008 -0500
14828
14829 ColdFire: Fix second memory Chipselect for M5475EVB
14830
14831 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14832 Acked-by: John Rigby <jrigby@freescale.com>
14833
14834commit 43d60642395a550956cb21d287c8cfa563913d28
14835Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14836Date: Thu Mar 13 14:26:32 2008 -0500
14837
14838 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
14839
14840 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14841 Acked-by: John Rigby <jrigby@freescale.com>
14842
14843commit eb14ebe813a0cb5d47905228da446a5ad692473b
14844Author: Larry Johnson <lrj@acm.org>
14845Date: Sun Mar 30 20:33:04 2008 -0500
14846
14847 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
14848
14849 Signed-off-by: Larry Johnson <lrj@acm.org>
14850
14851commit 02e3892021112f21067d9ed1d04ae4182725ba52
14852Author: Stefan Roese <sr@denx.de>
14853Date: Mon Mar 31 12:20:48 2008 +0200
14854
14855 ppc4xx: Small whitespace fix of esd patches
14856
14857 Signed-off-by: Stefan Roese <sr@denx.de>
14858
14859commit 034394abb524785047c815f00dde8cdbdc1593c5
14860Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14861Date: Sun Mar 30 18:52:44 2008 +0200
14862
14863 ppc4xx: Cleanup PMC440 board support
14864
14865 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14866
14867commit a6cc6c37188d85c25d167a4515da86f48d9a583e
14868Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14869Date: Sun Mar 30 18:52:06 2008 +0200
14870
14871 ppc4xx: Add ptm configuration variables for PMC440
14872
14873 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
14874 environment variables.
14875
14876 Cleanup pci_target_init.
14877
14878 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14879
14880commit 7c91f51a2fe296909147f1646a1412729dd10b1d
14881Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14882Date: Sun Mar 30 18:01:15 2008 +0200
14883
14884 ppc4xx: Minor updates for DU440 boards
14885
14886 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14887
14888commit d5bffeb868d6b4d462f558dac43011027b6644b7
14889Author: Mike Frysinger <vapier@gentoo.org>
14890Date: Tue Feb 19 00:54:20 2008 -0500
14891
14892 Blackfin: cleanup and overhaul common board init functions
14893
14894 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14895
14896commit b86b3416f874358acaf07519e7620cdb2145f75b
14897Author: Mike Frysinger <vapier@gentoo.org>
14898Date: Tue Feb 19 00:50:58 2008 -0500
14899
14900 Blackfin: cleanup lib_blackfin/cache.c
14901
14902 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14903
14904commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
14905Author: Mike Frysinger <vapier@gentoo.org>
14906Date: Sun Mar 30 15:46:13 2008 -0400
14907
14908 Blackfin: unify cpu and boot modes
14909
14910 All of the duplicated code for Blackfin processors and boot modes have been
14911 unified. After all, the core is the same for all processors, just the
14912 peripheral set differs (which gets handled in the drivers).
14913
14914 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14915
14916commit 880cc4381ea8360248cddcdf87a64566745a5724
14917Author: Stelian Pop <stelian@popies.net>
14918Date: Wed Mar 26 22:52:35 2008 +0100
14919
14920 Fix CFG_NO_FLASH compilation.
14921
14922 Many Atmel boards have no "real" (NOR) flash on board, and rely only
14923 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
14924 be present in a board configuration file, while still enabling flash
14925 commands like 'flinfo', 'protect', etc.
14926
14927 Signed-off-by: Stelian Pop <stelian@popies.net>
14928
14929commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
14930Author: Mike Frysinger <vapier@gentoo.org>
14931Date: Tue Feb 19 00:58:13 2008 -0500
14932
14933 Blackfin: BF537-stamp: cleanup spi flash driver
14934
14935 This punts the old spi flash driver for a new/generalized one until the
14936 common one can be integrated.
14937
14938 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14939
14940commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
14941Author: Ben Warren <biggerbadderben@gmail.com>
14942Date: Sun Mar 30 11:34:34 2008 -0400
14943
14944 Fix macro typo in common/cmd_mii.c
14945
14946 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
14947 actually applied the wrong patch.
14948
14949 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14950
14951commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
14952Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14953Date: Sun Mar 30 16:39:53 2008 +0200
14954
14955 use correct at91rm9200 register name in m501sk board
14956
14957 This fixes a naming bug for at91rm9200 lowlevel init code:
14958 NOR boot flash is on chipselect 0, not chipselect 2. This
14959 makes code use the register name from chip datasheets.
14960
14961 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14962
14963commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
14964Author: David Brownell <david-b@pacbell.net>
14965Date: Fri Jan 18 12:55:00 2008 -0800
14966
14967 use correct at91rm9200 register name
14968
14969 This fixes a naming bug for at91rm9200 lowlevel init code:
14970 NOR boot flash is on chipselect 0, not chipselect 2. This
14971 makes code use the register name from chip datasheets.
14972
14973 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
14974
14975commit a3543d6dc52b0ba9c64016687cf32d600b31a476
14976Author: David Brownell <david-b@pacbell.net>
14977Date: Fri Jan 18 12:45:45 2008 -0800
14978
14979 add missing ARM boards to MAKEALL
14980
14981 Add some missing ARM boards to MAKEALL. These build correctly,
14982 unlike several of the boards already listed.
14983
14984 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
14985
14986commit 066bebd6353e33af3adefc3404560871699e9961
14987Author: Peter Pearse <peter.pearse@arm.com>
14988Date: Sun Mar 30 11:34:09 2008 +0100
14989
14990 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
14991 to prevent compilation error.
14992
14993 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
14994
14995commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
14996Author: Guennadi Liakhovetski <[lg@denx.de]>
14997Date: Sun Mar 30 11:32:30 2008 +0100
14998
14999 Support for the MX31ADS evaluation board from Freescale
15000
15001 This patch adds support for the MX31ADS evaluation board from Freescale,
15002 initialization code is copied from RedBoot sources, also provided by Freescale.
15003
15004 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15005
15006commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
15007Author: Sascha Hauer <s.hauer@pengutronix.de>
15008Date: Sun Mar 30 11:32:27 2008 +0100
15009
15010 Phytec Phycore-i.MX31 support
15011
15012 This patch adds support for the Phytec Phycore-i.MX31 board
15013
15014 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15015 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15016
15017commit a147e56f03871bba4f05058d5e04ce7deb010b04
15018Author: Sascha Hauer <s.hauer@pengutronix.de>
15019Date: Sun Mar 30 11:32:24 2008 +0100
15020
15021 mx31 litekit support
15022
15023 This patch adds support for the mx31 litekit board
15024
15025 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15026 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15027
15028commit d6674e0e2a6a1f033945f78838566210d3f28c95
15029Author: Sascha Hauer <s.hauer@pengutronix.de>
15030Date: Sun Mar 30 11:32:21 2008 +0100
15031
15032 add SMSC LAN9x1x Network driver
15033
15034 This patch adds a driver for the following smsc network controllers:
15035 LAN9115
15036 LAN9116
15037 LAN9117
15038 LAN9215
15039 LAN9216
15040 LAN9217
15041
15042 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15043 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15044
15045commit 8c8463cce44d849e37744749b32d38e1dfb12e50
15046Author: Sascha Hauer <s.hauer@pengutronix.de>
15047Date: Sun Mar 30 11:32:16 2008 +0100
15048
15049 add an i2c driver for mx31
15050
15051 This patch adds an i2c driver for Freescale i.MX processors
15052
15053 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15054 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15055
15056commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
15057Author: Sascha Hauer <s.hauer@pengutronix.de>
15058Date: Sun Mar 30 11:30:43 2008 +0100
15059
15060 core support for Freescale mx31
15061
15062 This patch adds the core support for Freescale mx31
15063
15064 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15065 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15066
15067commit 8bf69d81782619187933a605f1a95ee1d069478d
15068Author: Sascha Hauer <s.hauer@pengutronix.de>
15069Date: Sun Mar 30 11:28:46 2008 +0100
15070
15071 Separate omap24xx specific code from arm1136
15072
15073 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
15074
15075 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15076 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15077
15078commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
15079Author: Peter Pearse <peter.pearse@arm.com>
15080Date: Sun Mar 30 11:23:05 2008 +0100
15081
15082 Add pmdra into MAKEALL
15083
15084 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
15085
15086commit a574a73852a527779234e73e17e7597fd8128882
15087Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
15088Date: Sun Mar 30 11:21:58 2008 +0100
15089
15090 Adds support for the Prodrive PMDRA board, based on a DM6441
15091
15092 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
15093
15094commit 1377b5583a48021d983e1fd565f7d40c89e84d63
15095Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
15096Date: Sun Mar 30 11:11:34 2008 +0100
15097
15098 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
15099
15100 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
15101
15102commit 1704dc20917b4f71e373e2c888497ee666d40380
15103Author: Dirk Behme <dirk.behme@gmail.com>
15104Date: Sun Mar 30 11:09:01 2008 +0100
15105
15106 - Remove *_masked() functions as noted by Wolfgang
15107 - Adapt register naming to recent TI spec (sprue26, March 2007)
15108 - Fix reset_timer() handling
15109 - As reported by Pieter [1] the overflow fix introduced a
15110 delay of factor 16 (e.g 2 seconds became 32). While the
15111 overflow fix is basically okay, it missed to divide udelay by
15112 16, too. Fix this.
15113 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
15114 - Remove software division of timer count value (DIV(x)
15115 macro) and do it in hardware (TIM_CLK_DIV).
15116 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
15117 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
15118 the hints & testing!
15119
15120 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
15121
15122 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
15123
15124commit ac3315c26e143c31680750c9c13f027efbcc887e
15125Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15126Date: Thu Mar 6 16:45:44 2008 +0100
15127
15128 new PHY @ e1000 - 2nd try
15129
15130 Add 82541ER device with latest integrated IGP2 PHY.
15131 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
15132
15133 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15134 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15135
15136commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
15137Author: Daniel Hellstrom <daniel@gaisler.com>
15138Date: Fri Mar 28 20:22:53 2008 +0100
15139
15140 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
15141
15142 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
15143 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
15144 available at www.gaisler.com.
15145
15146 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
15147 offloading etc.) can be determined by a bit in the control register.
15148 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
15149
15150 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15151 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15152
15153commit 233a8bcd94997f3f345833a3b82e836222f2a206
15154Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
15155Date: Mon Mar 17 17:08:22 2008 -0500
15156
15157 Add CONFIG_MII_INIT in cmd_mii.c
15158
15159 Provide common configuration in do_mii() to execute mii_init()
15160 for all cpu architectures
15161
15162 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15163 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15164
15165commit f605479de2deb11e834f31dfdb0af107c86aced6
15166Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
15167Date: Mon Mar 17 17:08:16 2008 -0500
15168
15169 ColdFire: Fix FEC transmit issue for MCF5275
15170
15171 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15172 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15173
15174commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
15175Author: Aras Vaichas <arasv@magtech.com.au>
15176Date: Wed Mar 26 09:43:57 2008 +1100
15177
15178 DHCP request fix for Windows Server 2003
15179
15180 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
15181 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
15182 interoperability problems with Windows Server 200x DHCP server when U-Boot
15183 client responds too fast for server to handle.
15184
15185 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
15186 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15187
15188commit 97bf85d784fbed485e652eb907589ad0d5cb7262
15189Author: Daniel Hellstrom <daniel@gaisler.com>
15190Date: Fri Mar 28 20:40:19 2008 +0100
15191
15192 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
15193
15194 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
15195 SPARC CPUs implement flash_read64 which calls __raw_readq.
15196
15197 For current SPARC architectures (LEON2 and LEON3) each read from the
15198 FLASH must lead to a cache miss. This is because FLASH can not be set
15199 non-cacheable since program code resides there, and alternatively disabling
15200 cache is poor from performance view, or doing a cache flush between each
15201 read is even poorer.
15202
15203 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
15204 load alternative space, the alternative space number (ASI) is processor
15205 implementation spcific and can be found by including <asm/processor.h>.
15206
15207 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15208
15209commit 70431e8a7393b6b793f77957f95b999fc9a269b8
15210Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
15211Date: Fri Mar 28 15:41:25 2008 +0100
15212
15213 Make MPC83xx one step closer to full relocation.
15214
15215 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
15216 and use GOT relative reference.
15217
15218 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
15219 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15220
15221commit 5b2793a3f3de34d439232b05acc8af67a028fd35
15222Author: Michael Barkowski <michael.barkowski@freescale.com>
15223Date: Thu Mar 27 14:34:43 2008 -0400
15224
15225 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
15226
15227 This patch fixes eeprom page size so that you can now write more than
15228 64 bytes at a time.
15229
15230 It also makes the board take MAC addresses, if found, from EEPROM.
15231
15232 User should place up to 4 addresses at offset 0x7f00, for
15233 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
15234 four six-byte values should have it's CRC at the end. crc32 and
15235 eeprom commands can be used to accomplish this.
15236
15237 If CRC fails, MAC addresses come from the environment. If CRC
15238 succeeds, the environment is overwritten at startup.
15239
15240 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
15241 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15242
15243commit 8f325cff31f6e745e6540014b131b9a97f61944c
15244Author: Michael Barkowski <michael.barkowski@freescale.com>
15245Date: Fri Mar 28 15:15:38 2008 -0400
15246
15247 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
15248
15249 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
15250 controller on the PCI bus in Linux on the MPC8323ERDB.
15251
15252 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
15253 config file.
15254
15255 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
15256 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15257
15258commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
15259Author: Kim Phillips <kim.phillips@freescale.com>
15260Date: Fri Mar 28 10:19:07 2008 -0500
15261
15262 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
15263
15264 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
15265 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
15266 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
15267 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
15268 convenience macros.
15269
15270 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15271
15272commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
15273Author: Kim Phillips <kim.phillips@freescale.com>
15274Date: Fri Mar 28 10:18:53 2008 -0500
15275
15276 mpc83xx: display ddr frequency in board_add_ram_info banner
15277
15278 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15279
15280commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
15281Author: Kim Phillips <kim.phillips@freescale.com>
15282Date: Fri Mar 28 10:18:40 2008 -0500
15283
15284 mpc83xx: unreinvent mem_clk
15285
15286 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
15287 mem_*_clk for consistency's sake.
15288
15289 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15290
15291commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
15292Author: Kim Phillips <kim.phillips@freescale.com>
15293Date: Fri Mar 28 14:31:23 2008 -0500
15294
15295 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
15296
15297 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15298
15299commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
15300Author: Dave Liu <r63238@freescale.com>
15301Date: Wed Mar 26 22:57:19 2008 +0800
15302
15303 mpc83xx: enable the SATA interface on mpc837xemds board
15304
15305 Enable the first two SATA interfaces on MPC837xEMDS board,
15306 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
15307
15308 Signed-off-by: Dave Liu <daveliu@freescale.com>
15309 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15310
15311commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
15312Author: Dave Liu <r63238@freescale.com>
15313Date: Wed Mar 26 22:56:36 2008 +0800
15314
15315 mpc83xx: initialize serdes for MPC837xEMDS boards
15316
15317 This patch is stolen from Anton Vorontsov's patch
15318 for mpc837xerdb boards.
15319
15320 The reference clk and xcorevdd voltage of serdes1/2
15321 is same between mpc837xemds and mpc837xerdb.
15322
15323 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
15324 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
15325 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
15326
15327 Signed-off-by: Dave Liu <daveliu@freescale.com>
15328 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15329
15330commit cc8e839abc80887ae832767b5930d40edd6d7eb7
15331Author: Stefan Roese <sr@denx.de>
15332Date: Fri Mar 28 14:09:04 2008 +0100
15333
15334 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
15335
15336 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
15337 interface. This usage can be configured with the jumper J6. This patch
15338 displays the current configuration upon bootup and changes the PCIe
15339 init loop, to only initialize the availabel PCIe slots.
15340
15341 Signed-off-by: Stefan Roese <sr@denx.de>
15342
15343commit 90447ecbbac8572457b6d8903073ac3f120995ba
15344Author: Tor Krill <tor@excito.com>
15345Date: Fri Mar 28 11:29:10 2008 +0100
15346
15347 MTD/CFI: Add support for 16bit legacy AMD flash
15348
15349 Add entry for 512Kx16 AMD flash to jedec_table.
15350 Read out 16bit device id if chipwidth is 16bit.
15351 Fixed coding style after Stefans feedback
15352
15353 Signed-off-by: Tor Krill <tor@excito.com>
15354
15355commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
15356Author: Stefan Roese <sr@denx.de>
15357Date: Fri Mar 28 11:02:53 2008 +0100
15358
15359 ppc: Small change to CFG_MEM_TOP_HIDE description
15360
15361 Signed-off-by: Stefan Roese <sr@denx.de>
15362
15363commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
15364Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15365Date: Thu Mar 27 15:44:12 2008 +0900
15366
15367 sh: Add support stat structure and stat.h
15368
15369 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15370
15371commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
15372Author: Mark Jonas <toertel@gmail.com>
15373Date: Sat Mar 22 19:27:52 2008 +0100
15374
15375 sh: Removed warning when compiling drivers/serial/serial_sh.c.
15376
15377 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
15378 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15379
15380commit f309fa38929ffba71230c02330ffa42f4bba6333
15381Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15382Date: Wed Mar 12 18:02:57 2008 +0900
15383
15384 sh: Remove disable_ctrlc function from R7780MP
15385
15386 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15387
15388commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
15389Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15390Date: Wed Mar 12 17:55:15 2008 +0900
15391
15392 sh: Add maintainer of R7780MP to MAINTAINER file
15393
15394 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
15395
15396 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15397
15398commit f5e2466f7baa887a7df0c536333eea8231333497
15399Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15400Date: Tue Mar 25 17:11:24 2008 +0900
15401
15402 sh: Add support Renesas Solutions R2D plus board
15403
15404 R2D plus is SH reference board used with SH7751R.
15405 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
15406 one PCI bus, VGA, and two Ethernet controller.
15407
15408 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15409
15410commit e92c95180bb5bc5fd4051598a9d60beaba48988d
15411Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15412Date: Wed Mar 12 12:15:29 2008 +0900
15413
15414 sh: Add support SH4 cache control
15415
15416 Add support SH4 cache control and flash_cache function
15417
15418 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15419
15420commit 28e5efde4d925fcb34901d0030d0648de2da7e89
15421Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15422Date: Mon Mar 24 01:53:01 2008 +0900
15423
15424 sh: Add support PCI host driver for SH7751/SH7751R
15425
15426 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15427
15428commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
15429Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15430Date: Mon Mar 24 02:11:26 2008 +0900
15431
15432 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
15433
15434 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15435
15436commit 566933278101c144d75361ea682678a326c1290d
15437Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15438Date: Wed Mar 12 12:10:28 2008 +0900
15439
15440 sh: Add support SuperH SH7751/SH7751R
15441
15442 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15443
15444commit 3313e0e26224fc9a0c445124f3455058c696df84
15445Author: Mark Jonas <toertel@gmail.com>
15446Date: Mon Mar 10 11:37:10 2008 +0100
15447
15448 sh: Added support for SH7720 based board MPR2.
15449
15450 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
15451 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15452
15453commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
15454Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15455Date: Thu Mar 6 14:05:53 2008 +0900
15456
15457 sh: Fix receive FIFO level register of SH4A
15458
15459 Receive FIFO level register is different in SH4A.
15460 Because register is different, cannot occasionally receive data.
15461
15462 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15463
15464commit c133c1fb0b590662206b0eba70f4478ee0300a9a
15465Author: Yusuke Goda <goda.yusuke@renesas.com>
15466Date: Tue Mar 11 12:55:12 2008 +0900
15467
15468 sh: Add support Renesas Solutions R7780MP
15469
15470 Renesas Solutions R7780MP is a reference board on SH7780.
15471 This board has serial, 10/100 base Ethernet deivice, CF slot
15472 and VGA devices. This board can set extension board.
15473 Extension board has 10/100/1000 base Ethernet device, PCI slot,
15474 S-ATA, iDVR slot.
15475
15476 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
15477 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15478
15479commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
15480Author: Yusuke Goda <goda.yusuke@renesas.com>
15481Date: Wed Mar 5 14:30:02 2008 +0900
15482
15483 sh: Add support PCI of SuperH and SH7780
15484
15485 This patch add support PCI of SuperH base code and SH7780 specific code.
15486
15487 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
15488 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15489
15490commit b55523efff2ae11f0b9ae3cc405893c32eb78156
15491Author: Yusuke Goda <goda.yusuke@renesas.com>
15492Date: Wed Mar 5 14:23:26 2008 +0900
15493
15494 sh: Add support SH7780
15495
15496 SH7780 is CPU of Renesas Technology.
15497 This CPU has
15498 - CPU clock 400MHz
15499 - PCI support
15500 - DDR-SDRAM controller
15501 - etc ...
15502
15503 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
15504 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15505
15506commit c2042f5952a686c414031309b8f244513bf578f0
15507Author: goda.yusuke <goda.yusuke@renesas.com>
15508Date: Fri Jan 25 20:46:36 2008 +0900
15509
15510 sh: Add support Renesas Solutions Migo-R board
15511
15512 Migo-R is a board based on SH7722 and has may devices.
15513 In this patch, supported SCIF, NOR flash and Ethernet.
15514
15515 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
15516 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15517
15518commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
15519Author: Bartlomiej Sieka <tur@semihalf.com>
15520Date: Thu Mar 27 15:06:40 2008 +0100
15521
15522 Fix host tool build breakage, take two
15523
15524 Revert commit 87c8431f and fix build breakage so that the build continues
15525 to work on FC systems.
15526
15527 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
15528
15529commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
15530Author: Stefan Roese <sr@denx.de>
15531Date: Wed Mar 19 09:36:47 2008 +0100
15532
15533 ppc4xx: Enable ECC on LWMON5
15534
15535 Since all ECC related problems seem to be resolved on LWMON5, this patch
15536 now enables ECC support.
15537
15538 We have to write the ECC bytes by zeroing and flushing in smaller
15539 steps, since the whole 256MByte takes too long for the external
15540 watchdog.
15541
15542 Signed-off-by: Stefan Roese <sr@denx.de>
15543
15544commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
15545Author: Larry Johnson <lrj@acm.org>
15546Date: Mon Mar 17 11:10:35 2008 -0500
15547
15548 ppc4xx: Updates to Korat-specific code
15549
15550 This patch contains updates for changes for the Korat PPC440EPx board.
15551 These changes include:
15552
15553 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
15554 described in the new "doc/README.korat" file;
15555
15556 (2) a new memory map for the registers in the board's CPLD;
15557
15558 (3) a revised format for manufacturer's data in serial EEPROM; and
15559
15560 (4) changes to track updates to U-Boot for the Sequoia board.
15561
15562 Signed-off-by: Larry Johnson <lrj@acm.org>
15563
15564commit f766cdf89b3a2a7634b8c5869f606150e332036c
15565Author: Markus Brunner <super.firetwister@gmail.com>
15566Date: Thu Mar 27 10:46:25 2008 +0100
15567
15568 ppc4xx: PPC405EP Set EMAC noise filter bits
15569
15570 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
15571 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
15572 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
15573
15574 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
15575 Signed-off-by: Stefan Roese <sr@denx.de>
15576
15577commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
15578Author: Mike Nuss <mike@terascala.com>
15579Date: Wed Feb 20 11:54:20 2008 -0500
15580
15581 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
15582
15583 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
15584 after startup to change the speed of the clocks. This patch adds the
15585 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
15586 initialization code will reconfigure the PLL to run the system with a CPU
15587 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
15588 external EEPROM.
15589
15590 Signed-off-by: Mike Nuss <mike@terascala.com>
15591 Acked-by: Stefan Roese <sr@denx.de>
15592
15593commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
15594Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15595Date: Thu Mar 27 09:12:40 2008 +0100
15596
15597 new-image: Fix host tool build breakage
15598
15599 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15600
15601commit 6fb4b640562a10daff0dbe537638d511b5b48650
15602Author: Stefan Roese <sr@denx.de>
15603Date: Thu Mar 27 10:24:03 2008 +0100
15604
15605 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
15606
15607 Signed-off-by: Stefan Roese <sr@denx.de>
15608
15609commit 9462732a3ec551c11862450902cd8ee1bedea6d9
15610Author: Stefan Roese <sr@denx.de>
15611Date: Wed Mar 19 10:23:43 2008 +0100
15612
15613 ppc4xx: Add fdt support to Prodrive alpr
15614
15615 Since this board will probably be ported to arch/powerpc in the
15616 near future, we add device tree support now. This way we are
15617 "ready" for arch/powerpc from now on.
15618
15619 Signed-off-by: Stefan Roese <sr@denx.de>
15620
15621commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
15622Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
15623Date: Mon Mar 17 09:27:56 2008 +0100
15624
15625 ppc4xx: Enable cache support on the ALPR board
15626
15627 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
15628
15629commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
15630Author: Stefan Roese <sr@denx.de>
15631Date: Wed Mar 26 10:14:11 2008 +0100
15632
15633 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
15634
15635 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
15636 memory area will get subtracted from the top (end) of ram and won't get
15637 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
15638 should gets passed the now "corrected" memory size and won't touch it
15639 either. This should work for arch/ppc and arch/powerpc. Only Linux board
15640 ports in arch/powerpc with bootwrapper support, which recalculate the
15641 memory size from the SDRAM controller setup, will have to get fixed
15642 in Linux additionally.
15643
15644 This patch enables this config option on some PPC440EPx boards as a workaround
15645 for the CHIP 11 errata. Here the description from the AMCC documentation:
15646
15647 CHIP_11: End of memory range area restricted access.
15648 Category: 3
15649
15650 Overview:
15651 The 440EPx DDR controller does not acknowledge any
15652 transaction which is determined to be crossing over the
15653 end-of-memory-range boundary, even if the starting address is
15654 within valid memory space. Any such transaction from any PLB4
15655 master will result in a PLB time-out on PLB4 bus.
15656
15657 Impact:
15658 In case of such misaligned bursts, PLB4 masters will not
15659 retrieve any data at all, just the available data up to the
15660 end of memory, especially the 440 CPU. For example, if a CPU
15661 instruction required an operand located in memory within the
15662 last 7 words of memory, the DCU master would burst read 8
15663 words to update the data cache and cross over the
15664 end-of-memory-range boundary. Such a DCU read would not be
15665 answered by the DDR controller, resulting in a PLB4 time-out
15666 and ultimately in a Machine Check interrupt. The data would
15667 be inaccessible to the CPU.
15668
15669 Workaround:
15670 Forbid any application to access the last 256 bytes of DDR
15671 memory. For example, make your operating system believe that
15672 the last 256 bytes of DDR memory are absent. AMCC has a patch
15673 that does this, available for Linux.
15674
15675 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
15676 lwmon5, korat, sequoia
15677
15678 The other remaining 440EPx board were intentionally not included
15679 since it is not clear to me, if they use the end of ram for some
15680 other purpose. This is unclear, since these boards have CONFIG_PRAM
15681 defined and even comments like this:
15682
15683 PMC440.h:
15684 /* esd expects pram at end of physical memory.
15685 * So no logbuffer at the moment.
15686 */
15687
15688 It is strongly recommended to not use the last 256 bytes on those
15689 boards too. Patches from the board maintainers are welcome.
15690
15691 Signed-off-by: Stefan Roese <sr@denx.de>
15692
15693commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
15694Author: Stefan Roese <sr@denx.de>
15695Date: Thu Mar 27 10:09:05 2008 +0100
15696
15697 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
15698
15699 Signed-off-by: Stefan Roese <sr@denx.de>
15700
15701commit d56a3ce179688cde61073a3690e21703d68fafd7
15702Author: Stefan Roese <sr@denx.de>
15703Date: Tue Mar 25 17:51:13 2008 +0100
15704
15705 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
15706
15707 The routine ft_board_setup() configures the EBC NOR mappings for the
15708 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
15709 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
15710 problem, we need to pass the corrected address here too.
15711
15712 Signed-off-by: Stefan Roese <sr@denx.de>
15713
15714commit 9ad31989de12ce5c67b07c4867ead47465655c4b
15715Author: Stefan Roese <sr@denx.de>
15716Date: Wed Mar 19 16:35:12 2008 +0100
15717
15718 ppc4xx: Fix compilation warning in 4xx_enet.c
15719
15720 Signed-off-by: Stefan Roese <sr@denx.de>
15721
15722commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
15723Author: Stefan Roese <sr@denx.de>
15724Date: Wed Mar 19 16:20:49 2008 +0100
15725
15726 ppc4xx: Add AMCC Glacier 406GT eval board support
15727
15728 This patch adds support for the AMCC Glacier 460GT eval board.
15729 The main difference to the Canyonlands board are listed here:
15730
15731 - 4 ethernet ports instead of 2
15732 - no SATA port
15733 - no USB port
15734
15735 Currently EMAC2+3 are not working. This will be fixed in a later
15736 release.
15737
15738 Signed-off-by: Stefan Roese <sr@denx.de>
15739
15740commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
15741Author: Stefan Roese <sr@denx.de>
15742Date: Thu Mar 27 08:47:26 2008 +0100
15743
15744 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
15745
15746 Signed-off-by: Stefan Roese <sr@denx.de>
15747
15748commit b9670dd85be6e0496ef2e231043c23cad9b1d903
15749Author: Anatolij Gustschin <agust@denx.de>
15750Date: Wed Mar 26 21:05:43 2008 +0100
15751
15752 Fix out of tree building issue
15753
15754 Currently U-Boot building in some external directory
15755 doesn't work. This patch tries to fix the problem.
15756
15757 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15758
15759commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
15760Author: Anatolij Gustschin <agust@denx.de>
15761Date: Wed Mar 26 18:13:33 2008 +0100
15762
15763 README: update documentation (availability, links, etc.)
15764
15765 Fix typo in README
15766
15767 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15768
15769commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
15770Author: Anatolij Gustschin <agust@denx.de>
15771Date: Wed Mar 26 17:47:44 2008 +0100
15772
15773 Fix compilation error in cmd_usb.c
15774
15775 This patch fixes compilation error
15776 cmd_usb.c: In function 'do_usb':
15777 cmd_usb.c:552: error: void value not ignored as it ought to be
15778
15779 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15780
15781commit d8c82db482d6b535d12b419d6440b88bf7091c9b
15782Author: Timur Tabi <timur@freescale.com>
15783Date: Fri Mar 14 17:45:29 2008 -0500
15784
15785 Add support for setting the I2C bus speed in fsl_i2c.c
15786
15787 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
15788 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
15789 but fsl_i2c.c ignores it and uses conservative value when programming the
15790 I2C bus speed.
15791
15792 Signed-off-by: Timur Tabi <timur@freescale.com>
15793 Acked-by: Andy Fleming <afleming@freescale.com>
15794
15795commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
15796Author: Wolfgang Denk <wd@denx.de>
15797Date: Thu Mar 27 00:03:57 2008 +0100
15798
15799 Coding style cleanup, update CHANGELOG
15800
15801 Signed-off-by: Wolfgang Denk <wd@denx.de>
15802
d049cc7f
WD
15803commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
15804Author: Dave Liu <r63238@freescale.com>
15805Date: Wed Mar 26 22:55:32 2008 +0800
15806
15807 drivers: add the support for Freescale SATA controller
15808
15809 Add the Freescale on-chip SATA controller driver to u-boot,
15810 The SATA controller is used on the 837x and 8315 targets,
15811 The driver can be used to load kernel, fs and dtb.
15812
15813 The features list:
15814 - 1.5/3 Gbps link speed
15815 - LBA48, LBA28 support
15816 - DMA and FPDMA support
15817 - Two ports support
15818
15819 Signed-off-by: Dave Liu <daveliu@freescale.com>
15820
15821commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
15822Author: Dave Liu <r63238@freescale.com>
15823Date: Wed Mar 26 22:54:44 2008 +0800
15824
15825 ata: add the readme for SATA command line
15826
15827 Signed-off-by: Dave Liu <daveliu@freescale.com>
15828
15829commit cd54081cd479e542fc399b8a40651ff11a1ad849
15830Author: Dave Liu <r63238@freescale.com>
15831Date: Wed Mar 26 22:53:24 2008 +0800
15832
15833 ata: enable the sata initialize on boot up
15834
15835 Signed-off-by: Dave Liu <daveliu@freescale.com>
15836
15837commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
15838Author: Dave Liu <r63238@freescale.com>
15839Date: Wed Mar 26 22:52:36 2008 +0800
15840
15841 ata: add the fis struct for SATA
15842
15843 Signed-off-by: Dave Liu <daveliu@freescale.com>
15844
15845commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
15846Author: Dave Liu <r63238@freescale.com>
15847Date: Wed Mar 26 22:51:44 2008 +0800
15848
15849 ata: add the libata support
15850
15851 add simple libata support in u-boot
15852
15853 Signed-off-by: Dave Liu <daveliu@freescale.com>
15854
15855commit 8e9bb43429e50df55fa41932cbe65841ff579220
15856Author: Dave Liu <r63238@freescale.com>
15857Date: Wed Mar 26 22:50:45 2008 +0800
15858
15859 ata: make the ata_piix driver using new SATA framework
15860
15861 original ata_piix driver is using IDE framework, not real
15862 SATA framework. For now, the ata_piix driver is only used
15863 by x86 sc520_cdp board. This patch makes the ata_piix driver
15864 use the new SATA framework, so
15865
15866 - remove the duplicated command stuff
15867 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
15868 - add the CONFIG_CMD_SATA define to sc520_cdp.h
15869
15870 Signed-off-by: Dave Liu <daveliu@freescale.com>
15871
15872commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
15873Author: Dave Liu <r63238@freescale.com>
15874Date: Wed Mar 26 22:49:44 2008 +0800
15875
15876 ata: add the support for SATA framework
15877
15878 - add the SATA framework
15879 - add the SATA command line
15880
15881 Signed-off-by: Dave Liu <daveliu@freescale.com>
15882
15883commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
15884Author: Dave Liu <r63238@freescale.com>
15885Date: Wed Mar 26 22:48:18 2008 +0800
15886
15887 ata: merge the header of ata_piix driver
15888
15889 move the sata.h from include/ to drivers/block/ata_piix.h
15890
15891 Signed-off-by: Dave Liu <daveliu@freescale.com>
15892
15893commit 9eef62804d9695425b24c87b46a61a7fa74afee0
15894Author: Dave Liu <r63238@freescale.com>
15895Date: Wed Mar 26 22:47:06 2008 +0800
15896
15897 ata: merge the ata_piix driver
15898
15899 move the cmd_sata.c from common/ to drivers/ata_piix.c,
15900 the cmd_sata.c have some part of ata_piix controller drivers.
15901 consolidate the driver to have better framework.
15902
15903 Signed-off-by: Dave Liu <daveliu@freescale.com>
15904
1aeed8d7
WD
15905commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
15906Author: Markus Klotzbuecher <mk@denx.de>
15907Date: Wed Mar 26 18:26:43 2008 +0100
15908
15909 USB, Storage: fix a bug introduced in commit
15910 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
15911 to only print only information on one storage device, but not for
15912 multiple.
15913
15914 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
15915
15916commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
15917Author: Anatolij Gustschin <agust@denx.de>
15918Date: Wed Mar 26 17:47:44 2008 +0100
15919
15920 Fix compilation error in cmd_usb.c
15921
15922 This patch fixes compilation error
15923 cmd_usb.c: In function 'do_usb':
15924 cmd_usb.c:552: error: void value not ignored as it ought to be
15925
15926 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15927 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
15928
15929commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
15930Author: Kumar Gala <galak@kernel.crashing.org>
15931Date: Wed Mar 26 08:53:53 2008 -0500
15932
15933 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
15934
15935 Provide a board_lmb_reserve helper function to ensure we reserve
15936 the page of memory we are using for the boot page translation code.
15937
15938 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15939
15940commit 79679d80021ab095e639e250ca472fe526da02e2
15941Author: Kumar Gala <galak@kernel.crashing.org>
15942Date: Wed Mar 26 08:34:25 2008 -0500
15943
15944 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
15945
15946 The following changes are needed to be inline with ePAPR v0.81:
15947
15948 * r4, r5 and now always set to 0 on boot release
15949 * r7 is used to pass the size of the initial map area (IMA)
15950 * EPAPR_MAGIC value changed for book-e processors
15951 * changes in the spin table layout
15952 * spin table supports a 64-bit physical release address
15953
15954 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15955
15956commit 25eedb2c1958a13110c7de1fc809b624053cc69c
15957Author: Jon Loeliger <jdl@freescale.com>
15958Date: Wed Mar 19 15:02:07 2008 -0500
15959
15960 FSL: Clean up board/freescale/common/Makefile
15961
15962 Each file that can be built here now follows some
15963 CONFIG_ option so that they are appropriately built
15964 or not, as needed. And CONFIG_ defines were added
15965 to various board config files to make sure that happens.
15966
15967 The other board/freescale/*/Makefiles no longer need
15968 to reach up and over into ../common to build their
15969 individually needed files any more.
15970
15971 Boards that are CDS specific were renamed with cds_ prefix.
15972
15973 Signed-off-by: Jon Loeliger <jdl@freescale.com>
15974
15975commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
15976Author: Kumar Gala <galak@kernel.crashing.org>
15977Date: Wed Feb 27 22:00:27 2008 -0600
15978
15979 85xx: Fix merge duplication
15980
15981 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
15982
15983 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15984
15985commit 5893b3d0a4084f87a06a5d3dc03db91206818941
15986Author: James Yang <James.Yang@freescale.com>
15987Date: Tue Feb 12 16:35:07 2008 -0600
15988
15989 85xx: Expand CCSR space with more DDR controller registers.
15990
15991 Signed-off-by: James Yang <James.Yang@freescale.com>
15992 Signed-off-by: Jon Loeliger <jdl@freescale.com>
15993 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15994
15995commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
15996Author: James Yang <James.Yang@freescale.com>
15997Date: Fri Feb 8 18:05:08 2008 -0600
15998
15999 85xx: Speed up get_ddr_freq() and get_bus_freq()
16000
16001 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
16002 called. However, get_sys_info() recalculates extraneous information when
16003 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
16004 values from global_data instead.
16005
16006 Signed-off-by: James Yang <James.Yang@freescale.com>
16007 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16008
16009commit e9ea679918fbc9a53fa2f2a904aac874ea736036
16010Author: James Yang <James.Yang@freescale.com>
16011Date: Fri Feb 8 16:46:27 2008 -0600
16012
16013 85xx: Show DDR memory data rate in addition to the memory clock frequency.
16014
16015 Show the DDR memory data rate in addition to the memory clock
16016 frequency. For DDR/DDR2 memories the memory data rate is 2x the
16017 memory clock.
16018
16019 Signed-off-by: James Yang <James.Yang@freescale.com>
16020 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16021
16022commit 591933ca6eabc440e6ed6967233aaf56fce464a3
16023Author: James Yang <James.Yang@freescale.com>
16024Date: Fri Feb 8 16:44:53 2008 -0600
16025
16026 85xx: get_tbclk() speed up and rounding fix
16027
16028 Speed up get_tbclk() by referencing pre-computed bus clock
16029 frequency value from global data instead of sys_info_t. Fix
16030 rounding of result to nearest; previously it was rounding
16031 upwards.
16032
16033 Signed-off-by: James Yang <James.Yang@freescale.com>
16034 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16035
16036commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
16037Author: Andy Fleming <afleming@freescale.com>
16038Date: Wed Feb 6 01:19:40 2008 -0600
16039
16040 Update SVR numbers to expand support
16041
16042 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
16043 is used to distinguish certain variants within an SOC family. To
16044 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
16045 constants to reflect the larger value. We also add SVR numbers for all
16046 of the current variants. Finally, to make things neater, rather than
16047 use an enormous switch statement to print out the CPU type, we create
16048 and array of SVR/name pairs (using a macro), and print out the CPU name
16049 that matches the SVR SOC version.
16050
16051 Signed-off-by: Andy Fleming <afleming@freescale.com>
16052
16053commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
16054Author: Andy Fleming <afleming@freescale.com>
16055Date: Wed Feb 6 01:12:57 2008 -0600
16056
16057 Add the Freescale PCI device IDs
16058
16059 Signed-off-by: Andy Fleming <afleming@freescale.com>
16060
16061commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
16062Author: Kumar Gala <galak@kernel.crashing.org>
16063Date: Thu Feb 14 11:04:23 2008 -0600
16064
16065 85xx: Added support for multicore boot mechanism
16066
16067 Added the cpu command that provides a generic mechanism to get status,
16068 reset, and release secondary cores in multicore processors.
16069
16070 Added support for using the ePAPR defined spin-table mechanism on 85xx.
16071
16072 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16073 Signed-off-by: Andy Fleming <afleming@freescale.com>
16074
16075commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
16076Author: Kumar Gala <galak@kernel.crashing.org>
16077Date: Thu Jan 17 16:48:33 2008 -0600
16078
16079 85xx: Added support for multicore boot mechanism
16080
16081 Added the cpu command that provides a generic mechanism to get status,
16082 reset, and release secondary cores in multicore processors.
16083
16084 Added support for using the ePAPR defined spin-table mechanism on 85xx.
16085
16086 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16087
16088commit f69766e4b5d47ecd3aa58677a8da875694f364f2
16089Author: Kumar Gala <galak@kernel.crashing.org>
16090Date: Wed Jan 30 14:55:14 2008 -0600
16091
16092 85xx: Add the concept of CFG_CCSRBAR_PHYS
16093
16094 When we go to 36-bit physical addresses we need to keep the concept of
16095 the physical CCSRBAR address seperate from the virtual one.
16096
16097 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
16098
16099 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16100
d049cc7f
WD
16101commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
16102Author: Wolfgang Denk <wd@denx.de>
16103Date: Wed Mar 26 15:38:47 2008 +0100
16104
16105 Coding style cleanup.
16106
16107 Signed-off-by: Wolfgang Denk <wd@denx.de>
16108
16109commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
16110Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16111Date: Wed Mar 26 13:02:13 2008 +0100
16112
16113 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
16114
16115 The default settings for RTC DS1337 keeps the OSC
16116 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
16117 turn it off.
16118
16119 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16120
16121commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
16122Author: Wolfgang Denk <wd@denx.de>
16123Date: Wed Mar 26 11:48:46 2008 +0100
16124
16125 Cleanup coding style, update CHANGELOG
16126
16127 Signed-off-by: Wolfgang Denk <wd@denx.de>
16128
438a4c11
WD
16129commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
16130Author: Wolfgang Denk <wd@denx.de>
16131Date: Wed Mar 26 10:40:12 2008 +0100
16132
16133 README: update documentation (availability, links, etc.)
16134
16135 Signed-off-by: Wolfgang Denk <wd@denx.de>
16136
16137commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
16138Author: Aras Vaichas <arasv@magtech.com.au>
16139Date: Tue Mar 25 12:09:07 2008 +1100
16140
16141 USB Storage, add meaningful return value
16142
16143 This patch changes the "usb storage" command to return success if it
16144 finds a USB storage device, otherwise it returns error.
16145
16146 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16147
16148commit 18e69a35efbb078403db0c0063986470dad7d082
16149Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16150Date: Fri Mar 14 23:20:18 2008 +0300
16151
16152 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
16153
16154 Linux understands "host" (default), "peripheral" and "otg" (broken).
16155 Though, U-Boot doesn't restrict dr_mode variable to these values (think
16156 of renames in future).
16157
16158 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16159 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16160
16161commit c7604783b236e368f225efb7b3efb418fe20b404
16162Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16163Date: Fri Mar 14 23:20:30 2008 +0300
16164
16165 tsec: fix link detection for the RTL8211B PHY
16166
16167 RTL8211B sets link state register after autonegotiation complete,
16168 so with bootdelay=0 RTL8211B will report lack of the link.
16169
16170 To fix this, we should wait for aneg to complete, even if the
16171 link is currently down.
16172
16173 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16174 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16175
16176commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
16177Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16178Date: Mon Mar 24 20:47:09 2008 +0300
16179
16180 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
16181
16182 device_type = "soc" is being deprecated, newer device trees will use
16183 "fsl,soc" and/or "fsl,immr" for the soc nodes.
16184
16185 This patch also adds clock-frequency property for soc nodes (the same
16186 value as bus-frequency).
16187
16188 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16189
16190commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
16191Author: Joe D'Abbraccio <ljd015@freescale.com>
16192Date: Mon Mar 24 13:00:59 2008 -0400
16193
16194 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
16195
16196 With the original value of 1/2 clock cycle delay, the system ran relatively
16197 stable except when we run benchmarks that are intensive users of memory.
16198 When I run samba connected disk with a HDBENCH test, the system locks-up
16199 or reboots sporadically.
16200
16201 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
16202
16203commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
16204Author: Scott Wood <scottwood@freescale.com>
16205Date: Mon Mar 24 12:44:13 2008 -0500
16206
16207 mpc83xx: Set PCI I/O bus-address base to zero.
16208
16209 The device trees for these boards describe PCI I/O as starting from
16210 address zero from the device's perspective.
16211
16212 Placing I/O elsewhere may cause problems with certain PCI boards, and may
16213 cause problems with Linux.
16214
16215 Signed-off-by: Scott Wood <scottwood@freescale.com>
16216
16217commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
16218Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16219Date: Mon Mar 24 20:47:05 2008 +0300
16220
16221 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
16222
16223 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
16224 This patch fixes "system time drifting" problem.
16225
16226 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16227
16228commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
16229Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16230Date: Mon Mar 24 20:47:02 2008 +0300
16231
16232 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
16233
16234 This is needed to update /choosen/linux,stdout-path properly.
16235
16236 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16237
16238commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
16239Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16240Date: Mon Mar 24 20:47:00 2008 +0300
16241
16242 mpc83xx: MPC8360E-RDK: add dhcp command
16243
16244 Plus modify environment to use it and remove bootfile env variable,
16245 it is internal and CONFIG_BOOTFILE is used for these purposes.
16246
16247 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16248
16249commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
16250Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16251Date: Mon Mar 24 20:46:57 2008 +0300
16252
16253 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
16254
16255 Current DDR setup easily causes memory corruption, this patch fixes it.
16256
16257 Also fix TIMING_CFG0_MRS_CYC definition.
16258
16259 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16260
16261commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
16262Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16263Date: Mon Mar 24 20:46:53 2008 +0300
16264
16265 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
16266
16267 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
16268 controller and FHCI (QE USB).
16269
16270 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16271
16272commit 7ad959490962e6842648d87d4bd795ea6cdcce67
16273Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16274Date: Mon Mar 24 20:46:51 2008 +0300
16275
16276 mpc83xx: MPC8360E-RDK: add support for NAND
16277
16278 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16279
16280commit 9a3e832aeb491861d029991241572ebdf4b5b61b
16281Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16282Date: Mon Mar 24 20:46:46 2008 +0300
16283
16284 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
16285
16286 This is needed for BCM PHYs to work on this board.
16287
16288 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16289
16290commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
16291Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16292Date: Mon Mar 24 20:46:34 2008 +0300
16293
16294 uec: add support for Broadcom BCM5481 Gigabit PHY
16295
16296 This patch adds basic support for Broadcom BCM5481 PHY.
16297
16298 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
16299 Peter Barada <peterb@logicpd.com>.
16300
16301 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16302
16303commit 6a600c3a1876bc203445df4f0fd6b12648259666
16304Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16305Date: Mon Mar 24 20:46:28 2008 +0300
16306
16307 uec: add support for RGMII_RXID interface mode
16308
16309 PHY drivers will use it to setup software delay between RXD and RXC
16310 signals.
16311
16312 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16313
16314commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
16315Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16316Date: Mon Mar 24 20:46:24 2008 +0300
16317
16318 uec: add support for gbit mii status readings
16319
16320 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16321
16322commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
16323Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16324Date: Mon Mar 24 17:40:47 2008 +0300
16325
16326 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
16327
16328 This is primarily for the early console support.
16329
16330 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16331
16332commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
16333Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16334Date: Mon Mar 24 17:40:43 2008 +0300
16335
16336 83xx: initialize serdes for MPC837XRDB boards
16337
16338 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
16339 On the MPC8378ERDB: 2 PCI-E
16340 On the MPC8379ERDB: 4 SATA
16341
16342 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16343
16344commit 453316a2a19642d8afcbca7452e40a6b44a197b1
16345Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16346Date: Mon Mar 24 17:40:32 2008 +0300
16347
16348 83xx: serdes setup routines
16349
16350 This patch adds few routines to configure serdes on 837x targets.
16351
16352 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16353
16354commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
16355Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16356Date: Mon Mar 24 17:40:27 2008 +0300
16357
16358 83xx: split COBJS onto separate lines
16359
16360 ..plus get rid of some #ifdefs in the .c files.
16361
16362 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16363
16364commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
16365Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16366Date: Mon Mar 24 17:40:23 2008 +0300
16367
16368 83xx: nand support for MPC837XRDB boards
16369
16370 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16371
16372commit 82e45a204190593e8613145a928f998fb8c909c4
16373Author: Jerry Van Baren <gvb.uboot@gmail.com>
16374Date: Tue Mar 18 21:44:41 2008 -0400
16375
16376 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
16377
16378 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16379 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16380
16381commit 0fa7a1b4719e325fce332689fb8754ec166191ff
16382Author: Michael Barkowski <michael.barkowski@freescale.com>
16383Date: Thu Mar 20 13:15:39 2008 -0400
16384
16385 mpc8323erdb: remove RTC and add EEPROM
16386
16387 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
16388
16389 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
16390 Acked-by: Kim Phillips <kim.phillips@freescale.com>
16391
16392commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
16393Author: Michael Barkowski <michael.barkowski@freescale.com>
16394Date: Thu Mar 20 13:15:34 2008 -0400
16395
16396 mpc8323erdb: Improve the system performance
16397
16398 The following changes are based on kernel UCC ethernet performance:
16399
16400 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
16401 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
16402 switch to enable this setting.
16403
16404 The following changes are based on the App Note AN3369 and
16405 verified to improve memory latency using LMbench:
16406
16407 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
16408 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
16409 previously.
16410 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
16411 Twr=15ns, and this was already the setting in DDR_MODE)
16412 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
16413 Trp=15ns)
16414 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
16415 Tras=40ns)
16416 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
16417 Trcd=15ns)
16418 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
16419 Trfc=75ns)
16420 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
16421 on Tfaw=50ns)
16422 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
16423 on CL=3 and WL=2).
16424
16425 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
16426 Acked-by: Kim Phillips <kim.phillips@freescale.com>
16427
16428commit fc549c871f43933396a5b3e21d897023d4b31b8d
16429Author: Michael Barkowski <michael.barkowski@freescale.com>
16430Date: Thu Mar 20 13:15:28 2008 -0400
16431
16432 mpc8323erdb: use readable DDR config macros
16433
16434 Use available shift/mask macros to define DDR configuration.
16435
16436 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
16437 Acked-by: Kim Phillips <kim.phillips@freescale.com>
16438
16439commit 89c7784ed90ba50301eec521144f95111e472906
16440Author: Timur Tabi <timur@freescale.com>
16441Date: Fri Feb 8 13:15:55 2008 -0600
16442
16443 83xx: Add Vitesse VSC7385 firmware uploading
16444
16445 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
16446 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
16447 Cleaned up the board header files to make selecting the VSC7385 easier to
16448 control.
16449
16450 Signed-off-by: Timur Tabi <timur@freescale.com>
16451 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16452
16453commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
16454Author: Timur Tabi <timur@freescale.com>
16455Date: Fri Feb 8 13:15:54 2008 -0600
16456
16457 NET: Add Vitesse VSC7385 firmware uploading
16458
16459 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
16460 and other boards. A small firwmare must be uploaded to its on-board memory
16461 before it can be enabled. This patch adds the code which uploads firmware
16462 (but not the firmware itself).
16463
16464 Previously, this feature was provided by a U-Boot application that was
16465 made available only on Freescale BSPs. The VSC7385 firmware must still
16466 be obtained separately, but at least there is no longer a need for a separate
16467 application.
16468
16469 Signed-off-by: Timur Tabi <timur@freescale.com>
16470 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16471
16472commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
16473Author: Wolfgang Denk <wd@denx.de>
16474Date: Wed Mar 26 00:52:10 2008 +0100
16475
16476 Coding Style cleanyp; update CHANGELOG
16477
16478 Signed-off-by: Wolfgang Denk <wd@denx.de>
16479
aa6f6d17
WD
16480commit 43ddd9c820fec44816188f53346b464e20b3142d
16481Author: Jerry Van Baren <gvb.uboot@gmail.com>
16482Date: Sat Mar 22 14:23:49 2008 -0400
16483
16484 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
16485
16486 These defines embedded the u-boot env variables and/or the bd_t structure
16487 in the fdt blob. The conclusion of discussion on the u-boot email list
16488 was that embedding these in the fdt blob is not useful: there are better
16489 ways of passing the data (in fact, the fdt blob itself replaces the
16490 bd_t struct).
16491
16492 The only board that enables these is the stxxtc and they don't appear
16493 to be used by linux.
16494
16495 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16496 Acked-by: Kim Phillips <kim.phillips@freescale.com>
16497
16498commit 22ed2285743359fd1fe73e411dff914b2256e68f
16499Author: Stefan Roese <sr@denx.de>
16500Date: Mon Mar 17 10:49:25 2008 +0100
16501
16502 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
16503
16504 Signed-off-by: Stefan Roese <sr@denx.de>
16505
16506commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
16507Author: Kyungmin Park <kmpark@infradead.org>
16508Date: Mon Mar 17 08:54:06 2008 +0900
16509
16510 Add Flex-OneNAND booting support
16511
16512 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
16513 using a NOR Flash interface. This on-chip integration enables system designers
16514 to reduce external system logic and use high-density NAND Flash
16515 in applications that would otherwise have to use more NOR components.
16516
16517 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
16518 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
16519 that require low reliability and high density, SLC area of Flex-OneNAND
16520 to store data that need high reliability and high performance. Flex-OneNAND
16521 can let users take advantage of storing these two different types of data
16522 into one chip, which is making Flex-OneNAND more cost- and space-effective.
16523
16524 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16525
16526commit c512389cc4a10253249271ff6c887c6dab1f0db2
16527Author: André Schwarz <andre.schwarz@matrix-vision.de>
16528Date: Thu Mar 13 13:50:52 2008 +0100
16529
16530 MPC5200: support setup without FEC
16531
16532 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
16533 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
16534
16535 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16536 Acked-by: Grant Likely <grant.likely@secretlab.ca>
16537
16538commit aa3511e422946041ef626f80a05ae5e8bfc700e6
16539Author: Jon Loeliger <jdl@freescale.com>
16540Date: Wed Mar 5 18:05:46 2008 -0600
16541
16542 FSL: Move board/mpc8266ads under board/freescale
16543
16544 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16545
16546commit 7f1d846e5c5754449c286587d099d85246062772
16547Author: Jon Loeliger <jdl@freescale.com>
16548Date: Wed Mar 5 18:05:47 2008 -0600
16549
16550 FSL: Move board/mpc7448hpc2 under board/freescale
16551
16552 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16553
16554commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
16555Author: Jon Loeliger <jdl@freescale.com>
16556Date: Wed Mar 5 18:05:45 2008 -0600
16557
16558 FSL: Move board/mpc8260ads under board/freescale
16559
16560 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16561
16562commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
16563Author: goda.yusuke <goda.yusuke@renesas.com>
16564Date: Wed Mar 5 17:08:33 2008 +0900
16565
16566 net: Add support AX88796L ethernet device
16567
16568 AX88796L is device of NE2000 compatible.
16569 This patch support AX88796L ethernet device.
16570
16571 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
16572 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16573
16574commit e0a6140dd381e1eed1ada2291166ef2616d8822b
16575Author: Wolfgang Denk <wd@denx.de>
16576Date: Tue Mar 25 22:50:41 2008 +0100
16577
16578 ne2000 driver: change #ifdef to Makefile conditional compilation
16579
16580 Signed-off-by: Wolfgang Denk <wd@denx.de>
16581
16582commit e710185aae90c64d39c2d453e40e58ceefe4f250
16583Author: goda.yusuke <goda.yusuke@renesas.com>
16584Date: Wed Mar 5 17:08:20 2008 +0900
16585
16586 net: Divided code of NE2000 ethernet driver
16587
16588 There are more devices of the NE2000 base.
16589 A present code is difficult for us to support more devices.
16590 To support more NE2000 clone devices, separated the function.
16591
16592 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
16593 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16594
16595commit 395bce4f59a507a60a475f7ee46bed47de9482df
16596Author: Mike Frysinger <vapier@gentoo.org>
16597Date: Sun Feb 24 23:58:13 2008 -0500
16598
16599 net/Blackfin: move on-chip MAC driver into drivers/net/
16600
16601 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
16602 directory, but it is not board specific, so relocate it to the drivers dir
16603 so that other Blackfin ports can utilize it.
16604
16605 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16606
16607commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
16608Author: Mike Frysinger <vapier@gentoo.org>
16609Date: Sun Feb 24 23:52:35 2008 -0500
16610
16611 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
16612
16613 Since the "ssync" instruction may have hardware anomalies associated with
16614 it, have the smc91111 driver use the SSYNC macro rather than invoking it
16615 directly. We workaround all the anomalies via this macro.
16616
16617 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16618
16619commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
16620Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
16621Date: Sun Feb 17 22:57:47 2008 +0000
16622
16623 8xx: Update OF support on 8xx
16624
16625 This patch does some shifting around of OF support on 8xx.
16626
16627 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
16628
16629commit 9c666a7db0b2285a270c68810889ce7d5dba304b
16630Author: Kumar Gala <galak@kernel.crashing.org>
16631Date: Fri Feb 15 15:16:18 2008 -0600
16632
16633 ppc: Allow boards to specify how much memory they can map
16634
16635 For historical reasons we limited the stack to 256M because some boards
16636 could only map that much via BATS. However newer boards are capable of
16637 mapping more memory (for example 85xx is capble of doing up to 2G).
16638
16639 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16640
16641commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
16642Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
16643Date: Fri Feb 15 01:05:58 2008 +0000
16644
16645 8xx : Add OF support to Adder875 board port - resubmit
16646
16647 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
16648
16649commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
16650Author: Kumar Gala <galak@kernel.crashing.org>
16651Date: Thu Feb 14 20:44:42 2008 -0600
16652
16653 Add setexpr command
16654
16655 Add a simple expr style command that will set an env variable as the result
16656 of the command. This allows us to do simple math in shell. The following
16657 operations are supported: &, |, ^, +, -, *, /.
16658
16659 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16660
16661commit 3f105faa64b9826e088711fdfcaa70cb1230397a
16662Author: Jon Loeliger <jdl@freescale.com>
16663Date: Wed Mar 5 17:27:48 2008 -0600
16664
16665 FSL: Move board/mpc7448hpc2 under board/freescale
16666
16667 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16668
16669commit 449c703374a8868453425e15da7e2f76221b72e4
16670Author: Jon Loeliger <jdl@freescale.com>
16671Date: Wed Mar 5 17:21:43 2008 -0600
16672
16673 FSL: Move board/mpc8266ads under board/freescale
16674
16675 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16676
16677commit 5863577989ad689427bb750107e9a75f1c1645d2
16678Author: Jon Loeliger <jdl@freescale.com>
16679Date: Wed Mar 5 16:41:41 2008 -0600
16680
16681 FSL: Move board/mpc8260ads under board/freescale
16682
16683 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16684
16685commit 8a773983957ee6c4aa344469b742f29c7d26afbd
16686Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16687Date: Tue Mar 25 21:30:08 2008 +0900
16688
16689 [MIPS] Move gth2_config from ARM section to MIPS
16690
16691 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16692
16693commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
16694Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16695Date: Tue Mar 25 21:30:07 2008 +0900
16696
16697 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
16698
16699 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16700
16701commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
16702Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16703Date: Tue Mar 25 21:30:07 2008 +0900
16704
16705 [MIPS] Fix dcache_status()
16706
16707 You can't judge UNCACHED by Config.K0 LSB.
16708
16709 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16710
16711commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
16712Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16713Date: Tue Mar 25 21:30:07 2008 +0900
16714
16715 [MIPS] Introduce _machine_restart
16716
16717 Handles machine specific functions by using weak functions.
16718
16719 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16720
16721commit decaba6f5cf386d569ac3997bebb871b966c6b18
16722Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16723Date: Tue Mar 25 21:30:07 2008 +0900
16724
16725 [MIPS] Cleanup CP0 Status initialization
16726
16727 Add setup_c0_status from Linux. For the moment we disable interrupts, set
16728 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
16729 reset-time configuration and will work well across most processors.
16730
16731 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16732
16733commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
16734Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16735Date: Tue Mar 25 21:30:07 2008 +0900
16736
16737 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
16738
16739 Without this change, we'll be suffering from deffered WATCH exception
16740 once Status.EXL is cleared. Make sure Cause.WP is cleared.
16741
16742 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16743
16744commit 26138623230ca2bad3c78e05a65527ea70c8b688
16745Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16746Date: Tue Mar 25 21:30:07 2008 +0900
16747
16748 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
16749
16750 Move things to appropriate place.
16751
16752 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16753
16754commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
16755Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16756Date: Tue Mar 25 21:30:06 2008 +0900
16757
16758 [MIPS] Implement flush_cache()
16759
16760 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
16761 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
16762 function is used not only in U-Boot specfic programs but also at loading
16763 target binaries.
16764
16765 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16766
16767commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
16768Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16769Date: Tue Mar 25 21:30:06 2008 +0900
16770
16771 [MIPS] Fix I-/D-cache initialization loops
16772
16773 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
16774 again per a loop for I-cache initialization. But according to 'See MIPS
16775 Run', we're encouraged to use three separate loops rather than combining
16776 them *for both I- and D-cache*. This patch tries to fix this.
16777
16778 In accordance with fixing above, mips_init_[id]cache are separated from
16779 mips_cache_reset(), and rewrite cache loops are completely rewritten with
16780 useful macros.
16781
16782 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16783
16784commit 1898840797c7f50799377bd5b285a8a93a82c419
16785Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16786Date: Tue Mar 25 21:30:06 2008 +0900
16787
16788 [MIPS] Replace memory clearance code with f_fill64
16789
16790 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
16791
16792 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16793
16794commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
16795Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16796Date: Tue Mar 25 21:30:06 2008 +0900
16797
16798 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
16799
16800 This patch replaces the current function definitions with NESTED, LEAF
16801 and END macro. They specify some more additional information about the
16802 function; an alignment of symbol, type of symbol, stack frame usage, etc.
16803 These information explicitly tells the assembler and the debugger about
16804 the types of code we want to generate.
16805
16806 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16807
16808commit 282223a607c611425fa33f5428f8eae6636972bb
16809Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16810Date: Tue Mar 25 11:43:17 2008 +0900
16811
16812 [MIPS] asm headers' updates
16813
16814 Make some asm headers adjusted to the latest Linux kernel.
16815
16816 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16817
16818commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
16819Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16820Date: Tue Mar 25 11:39:29 2008 +0900
16821
16822 [MIPS] Request for the 'mips_cache_lock()' removal
16823
16824 The initial intension of having mips_cache_lock() was to use the cache
16825 as memory for temporary stack use so that a C environment can be set up
16826 as early as possible.
16827
16828 But now mips_cache_lock() follow lowlevel_init(). We've already have the
16829 real memory initilaized at this point, therefore we could/should use it.
16830 No reason to lock at all.
16831
16832 Other problems:
16833
16834 Cache locking is not consistent across MIPS implementaions. Some imple-
16835 mentations don't support locking at all. The style of locking varies -
16836 some support per line locking, others per way, etc. Some parts use bits
16837 in status registers instead of cache ops. Current mips_cache_lock() is
16838 not necessarily general-purpose.
16839
16840 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
16841 they are never get unlocked, so the code relies on whatever gets loaded
16842 after U-Boot to re-initialize the cache and clear the locks. We're sup-
16843 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
16844 but leave the situation as it is for a long time.
16845
16846 For these reasons, I proposed the removal of mips_cache_lock() from the
16847 global start-up code.
16848
16849 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
16850 *things have changed*. If he wants the same behavior as before, he needs
16851 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
16852
16853 If we don't have any regression report through several releases, then
16854 we'll remove codes entirely.
16855
16856 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16857 Acked-by: Andrew Dyer <amdyer@gmail.com>
16858
16859commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
16860Author: Yuri Tikhonov <yur@emcraft.com>
16861Date: Mon Mar 24 11:30:54 2008 +0100
16862
16863 lwmon5 SYSMON POST: fix backlight control
16864
16865 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
16866 run on the board, then the SYSMON POST controls the display backlight
16867 (doesn't switch backlight ON if POST FAILED, and does switch the
16868 backlight ON if PASSED).
16869
16870 If not, then the video driver controls the display backlight (just
16871 switch ON the backlight upon initialization).
16872
16873 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16874
16875commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
16876Author: Yuri Tikhonov <yur@emcraft.com>
16877Date: Mon Mar 24 11:29:14 2008 +0100
16878
16879 lwmon5 SYSMON POST: fix handling of negative temperatures
16880
16881 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
16882
16883 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16884
16885commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
16886Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16887Date: Fri Mar 7 16:04:25 2008 +0900
16888
16889 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
16890
16891 In current source code, when the device number of PCI is 0, process PCI
16892 bridge without fail. However, when the device number is 0, it is not PCI
16893 always bridge. There are times when device of PCI allocates.
16894
16895 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
16896 use this patch.
16897
16898 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16899 Acked-by: Stefan Roese <sr@denx.de>
16900
16901commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
16902Author: Yuri Tikhonov <yur@emcraft.com>
16903Date: Fri Mar 21 09:18:40 2008 +0100
16904
16905 LWMON5: fix dsPIC POST
16906
16907 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
16908
16909 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
16910
438a4c11
WD
16911commit 388b82fddc7c05596f3f615f190da0448227dc82
16912Author: Bartlomiej Sieka <tur@semihalf.com>
16913Date: Thu Mar 20 23:23:13 2008 +0100
16914
16915 [new uImage] Enable new uImage support for the pcs440ep board.
16916
16917 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16918
16919commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
16920Author: Bartlomiej Sieka <tur@semihalf.com>
16921Date: Thu Mar 20 23:23:13 2008 +0100
16922
16923 [new uImage] Do not compile new uImage format support by default
16924
16925 Disable default building of new uImage format support in preparation
16926 for merge with the master. Support for new format can be enabled on
16927 a per-board basis, by defining the following in the board's config file:
16928
16929 #define CONFIG_FIT 1
16930 #define CONFIG_OF_LIBFDT 1
16931
16932 This can be optionally defined to give more verbose output:
16933
16934 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
16935
16936 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16937
16938commit dafaede8a46c7159310239e036c93e31c6374487
16939Author: Bartlomiej Sieka <tur@semihalf.com>
16940Date: Thu Mar 20 23:20:31 2008 +0100
16941
16942 [new uImage] Disable debuging output in preparation for merge with master
16943
16944 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16945
16946commit fbe7a155027beacebaee9b32e1ada781fe924bca
16947Author: Bartlomiej Sieka <tur@semihalf.com>
16948Date: Thu Mar 20 19:38:45 2008 +0100
16949
16950 [new uImage] Compilation and new uImage handling fixes for imxtract
16951
16952 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
16953 include/config_cmd_default.h. Fix few warnings and handling of new format
16954 images.
16955
16956 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16957
16958commit 36cc8cbb3379d5166f882641123521735c469f92
16959Author: Bartlomiej Sieka <tur@semihalf.com>
16960Date: Thu Mar 20 23:10:19 2008 +0100
16961
16962 [new uImage] Fix autoscr command used with new uImage format
16963
16964 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16965
16966commit 43142e817f0597be412e7cbe19413f5532eafa5d
16967Author: Bartlomiej Sieka <tur@semihalf.com>
16968Date: Thu Mar 20 23:10:19 2008 +0100
16969
16970 [new uImage] Fix *.its files location in documentation
16971
16972 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16973
aa6f6d17
WD
16974commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
16975Author: Wolfgang Denk <wd@denx.de>
16976Date: Thu Mar 20 22:01:38 2008 +0100
16977
16978 lwmon5 POST: remove unreachable code
16979
16980 plus some coding style cleanup
16981
16982 Signed-off-by: Wolfgang Denk <wd@denx.de>
16983
16984commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
16985Author: Yuri Tikhonov <yur@emcraft.com>
16986Date: Thu Mar 20 17:56:04 2008 +0300
16987
16988 LWMON5: POST RTC fix
16989
16990 Modify the RTC API to provide one a status for the time reported by
16991 the rtc_get() function:
16992 0 - a reliable time is guaranteed,
16993 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
16994 and so on).
16995
16996 The RTC chip drivers are responsible for providing this info if the
16997 corresponding chip supports such functionality. If not - always
16998 report that the time is reliable.
16999
17000 The POST RTC test was modified to detect the RTC faults utilizing
17001 this new rtc_get() feature.
17002
17003 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17004
17005commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
17006Author: Martin Krause <martin.krause@tqs.de>
17007Date: Wed Mar 19 14:25:14 2008 +0100
17008
17009 TQM5200B: update MTD partition layout
17010
17011 - insert partition for dtb blob to TQM5200B MTD layout
17012 - set env variables dependent on the configured board
17013 (TQM5200 or TQM5200B)
17014
17015 Signed-off-by: Martin Krause <martin.krause@tqs.de>
17016
17017commit f0105727d132f56a21fa3ed8b162309cca6cac44
17018Author: Stefan Roese <sr@denx.de>
17019Date: Wed Mar 19 07:09:26 2008 +0100
17020
17021 CFI: Small cleanup for FLASH_SHOW_PROGRESS
17022
17023 With this patch we don't need that many #ifdef's in the code. It moves
17024 the subtraction into the macro and defines a NOP-macro when
17025 CONFIG_FLASH_SHOW_PROGRESS is not defined.
17026
17027 Signed-off-by: Stefan Roese <sr@denx.de>
17028 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
17029
17030commit 9a042e9ca512beaaa2cb450274313fc477141241
17031Author: Jerry Van Baren <gvb.uboot@gmail.com>
17032Date: Sat Mar 8 13:48:01 2008 -0500
17033
17034 Flash programming progress countdown.
17035
17036 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
17037
438a4c11
WD
17038commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
17039Author: Bartlomiej Sieka <tur@semihalf.com>
17040Date: Wed Mar 19 10:00:06 2008 +0100
17041
17042 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
17043
17044 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17045
aa6f6d17
WD
17046commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
17047Author: David Gibson <david@gibson.dropbear.id.au>
17048Date: Mon Feb 18 18:09:04 2008 +1100
17049
17050 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
17051
17052 Since fdt_node_offset_by_compatible() was converted to the new
17053 fdt_next_node() iterator, a chunk of initialization code became
17054 redundant, but was not removed by oversight. This patch cleans it up.
17055
17056 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17057
17058commit d0ccb9b140b472039732de102fc14597eedb14df
17059Author: David Gibson <david@gibson.dropbear.id.au>
17060Date: Mon Feb 18 18:06:31 2008 +1100
17061
17062 libfdt: Trivial cleanup for CHECK_HEADER)
17063
17064 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
17065 However, there are a handful of functions (fdt_move, rw_check_header,
17066 fdt_open_into) from other files which could also use it (currently
17067 they open-code something more-or-less identical). Therefore, this
17068 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
17069 places.
17070
17071 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17072
17073commit fe30a354cdbb808b5f15366a935b151a4ccee74f
17074Author: Kumar Gala <galak@kernel.crashing.org>
17075Date: Wed Feb 20 14:32:36 2008 -0600
17076
17077 Fix fdt boardsetup command parsing
17078
17079 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
17080
17081 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17082
17083commit 804887e6001e2f00bea11431bf34d6d472512cda
17084Author: Kumar Gala <galak@kernel.crashing.org>
17085Date: Fri Feb 15 03:34:36 2008 -0600
17086
17087 Add sub-commands to fdt
17088
17089 fdt header - Display header info
17090 fdt bootcpu <id> - Set boot cpuid
17091 fdt memory <addr> <size> - Add/Update memory node
17092 fdt rsvmem print - Show current mem reserves
17093 fdt rsvmem add <addr> <size> - Add a mem reserve
17094 fdt rsvmem delete <index> - Delete a mem reserves
17095
17096 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17097
17098commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
17099Author: David Gibson <david@gibson.dropbear.id.au>
17100Date: Thu Feb 14 16:50:34 2008 +1100
17101
17102 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
17103
17104 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
17105 node which has NOP tags interspersed with its properties. In this
17106 case fdt_add_subnode_namelen() will put the new subnode before the
17107 first NOP tag, even if there are properties after it, which will
17108 result in an invalid blob.
17109
17110 This patch fixes the bug, and adds a testcase for it.
17111
17112 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17113
17114commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
17115Author: David Gibson <david@gibson.dropbear.id.au>
17116Date: Tue Feb 12 11:58:31 2008 +1100
17117
17118 libfdt: Add and use a node iteration helper function.
17119
17120 This patch adds an fdt_next_node() function which can be used to
17121 iterate through nodes of the tree while keeping track of depth. This
17122 function is used to simplify the iteration code in a lot of other
17123 functions, and is also exported for use by library users.
17124
17125 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17126
17127commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
17128Author: David Gibson <david@gibson.dropbear.id.au>
17129Date: Fri Jan 11 14:55:05 2008 +1100
17130
17131 libfdt: Add fdt_set_name() function
17132
17133 This patch adds an fdt_set_name() function to libfdt, mirroring
17134 fdt_get_name(). This is a r/w function which alters the name of a
17135 given device tree node.
17136
17137 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17138
17139commit 23e20aa6488e6c0622496549861bfdc74108debe
17140Author: Yuri Tikhonov <yur@pollux.denx.de>
17141Date: Tue Mar 18 13:33:30 2008 +0100
17142
17143 lwmon5: Fix register test logic to match the specific GDC h/w.
17144
17145 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17146 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17147
17148commit 46bc0a938779aa1d664b847d36b08aa00f22e539
17149Author: Yuri Tikhonov <yur@pollux.denx.de>
17150Date: Tue Mar 18 13:27:57 2008 +0100
17151
17152 Fix backlight in the lwmon5 POST.
17153
17154 Backlight was switched on even when temperature was too low.
17155
17156 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17157 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17158
17159commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
17160Author: Yuri Tikhonov <yur@pollux.denx.de>
17161Date: Wed Feb 6 18:48:36 2008 +0100
17162
17163 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).
17164
17165 To enable this, alternative, configuration the U-Boot board configuration
17166 file for lwmon5 includes the definitions of alternative addresses for header
17167 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
17168
17169 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
17170 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
17171 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
17172
17173 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17174
17175commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
17176Author: Yuri Tikhonov <yur@pollux.denx.de>
17177Date: Mon Feb 4 17:11:53 2008 +0100
17178
17179 Add support for the lwmon5 board reset via GPIO58.
17180
17181 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17182 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17183
17184commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
17185Author: Yuri Tikhonov <yur@pollux.denx.de>
17186Date: Mon Feb 4 17:09:55 2008 +0100
17187
17188 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
17189
17190 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17191 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17192
17193commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
17194Author: Yuri Tikhonov <yur@pollux.denx.de>
17195Date: Mon Feb 4 14:11:03 2008 +0100
17196
17197 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.
17198
17199 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17200 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17201
17202commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
17203Author: Yuri Tikhonov <yur@pollux.denx.de>
17204Date: Mon Feb 4 14:10:42 2008 +0100
17205
17206 The patch adds new POST tests for the Lwmon5 board. These are:
17207
17208 * External Watchdog test;
17209 * dsPIC tests;
17210 * FPGA test;
17211 * GDC test;
17212 * Sysmon tests.
17213
17214 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17215 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17216
17217commit c2ed33efbfff5767bca236828e021c55fd547b6c
17218Author: Yuri Tikhonov <yur@pollux.denx.de>
17219Date: Mon Feb 4 14:10:01 2008 +0100
17220
17221 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
17222
17223 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17224
7ed40117
WD
17225commit 3a5d1e7f1309998791702b2a559e3126781746b9
17226Author: Yuri Tikhonov <yur@pollux.denx.de>
17227Date: Tue Mar 18 13:33:30 2008 +0100
17228
17229 lwmon5: Fix register test logic to match the specific GDC h/w.
17230
17231 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17232 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17233
17234commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
17235Author: Yuri Tikhonov <yur@pollux.denx.de>
17236Date: Tue Mar 18 13:27:57 2008 +0100
17237
17238 Fix backlight in the lwmon5 POST.
17239
17240 Backlight was switcehd on even when temperature was too low.
17241
17242 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17243 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17244
17245commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
17246Author: Yuri Tikhonov <yur@pollux.denx.de>
17247Date: Wed Feb 6 18:48:36 2008 +0100
17248
17249 The patch introduces the alternative configuration of the log buffer for
17250 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
17251 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
17252 PPC440EPX_GPT0_COMP5).
17253
17254 To enable this, alternative, configuration the U-Boot board configuration
17255 file for lwmon5 includes the definitions of alternative addresses for header
17256 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
17257
17258 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
17259 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
17260 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
17261
17262 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17263
17264commit ff818b21b069f4bc9cb73373cc5a16014be101b7
17265Author: Yuri Tikhonov <yur@pollux.denx.de>
17266Date: Mon Feb 4 17:11:53 2008 +0100
17267
17268 Add support for the lwmon5 board reset via GPIO58.
17269
17270 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17271 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17272
17273commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
17274Author: Yuri Tikhonov <yur@pollux.denx.de>
17275Date: Mon Feb 4 17:09:55 2008 +0100
17276
17277 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
17278 Disable external watch-dog for now.
17279
17280 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17281 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17282
17283commit e262efe35742c1ad4b0966ff501efc26f34a0aec
17284Author: Yuri Tikhonov <yur@pollux.denx.de>
17285Date: Mon Feb 4 14:11:03 2008 +0100
17286
17287 The patch introduces the CRITICAL feature of POST tests. If the test
17288 marked as POST_CRITICAL fails then the alternative, post_critical,
17289 boot-command is used. If this command is not defined then U-Boot
17290 enters into interactive mode.
17291
17292 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17293 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17294
17295commit 65b20dcefc89618193fa51947968dada91e4c778
17296Author: Yuri Tikhonov <yur@pollux.denx.de>
17297Date: Mon Feb 4 14:10:42 2008 +0100
17298
17299 The patch adds new POST tests for the Lwmon5 board.
17300 These are:
17301
17302 * External Watchdog test;
17303 * dsPIC tests;
17304 * FPGA test;
17305 * GDC test;
17306 * Sysmon tests.
17307
17308 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17309 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17310
17311commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
17312Author: Yuri Tikhonov <yur@pollux.denx.de>
17313Date: Mon Feb 4 14:10:01 2008 +0100
17314
17315 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
17316
17317 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17318
aa6f6d17
WD
17319commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
17320Author: Wolfgang Denk <wd@denx.de>
17321Date: Tue Mar 18 17:35:51 2008 +0100
17322
17323 HMI1001: fix compile problem.
17324
17325 Signed-off-by: Wolfgang Denk <wd@denx.de>
17326
17327commit 1f2a9970109cebf7446e0503b10b71f8673045ee
17328Author: Mike Frysinger <vapier@gentoo.org>
17329Date: Mon Feb 18 05:32:30 2008 -0500
17330
17331 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
17332
17333 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
17334 for the board specific driver at all. Just use the common CFI driver.
17335
17336 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17337
17338commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
17339Author: Mike Frysinger <vapier@gentoo.org>
17340Date: Tue Feb 19 00:36:14 2008 -0500
17341
17342 Blackfin: add proper ELF markings to some assembly functions
17343
17344 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17345
17346commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
17347Author: Mike Frysinger <vapier@gentoo.org>
17348Date: Tue Feb 19 00:35:17 2008 -0500
17349
17350 Blackfin: new cplbinfo command for viewing cplb tables
17351
17352 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17353
17354commit aadb72503cd1602349a5fe53356d5f55ecc1b900
17355Author: Mike Frysinger <vapier@gentoo.org>
17356Date: Mon Feb 18 05:37:51 2008 -0500
17357
17358 Blackfin: update MAINTAINERS list
17359
17360 Add maintainer information for the Blackfin boards.
17361
17362 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17363
17364commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
17365Author: Mike Frysinger <vapier@gentoo.org>
17366Date: Mon Feb 18 05:26:48 2008 -0500
17367
17368 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
17369
17370 Stop tying things to the processor that should be tied to other defines and
17371 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
17372 system to select the -mcpu option.
17373
17374 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17375
17376commit 86a20fb920bd198105acf7b1191117f566d637ed
17377Author: Mike Frysinger <vapier@gentoo.org>
17378Date: Sat Feb 16 07:40:36 2008 -0500
17379
17380 Blackfin: move bootldr command to common code
17381
17382 This moves the Blackfin-common bootldr command out of the BF537-STAMP
17383 specific board directory and into the common directory so that all Blackfin
17384 boards may utilize it.
17385
17386 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17387
17388commit decbe029b2a9d3333d02c433389b1c821eea96d7
17389Author: Heiko Schocher <hs@denx.de>
17390Date: Fri Mar 14 11:05:20 2008 +0100
17391
17392 mgcoge: update configuration
17393
17394 Fix configuration for mgcoge board
17395
17396 Signed-off-by: Heiko Schocher <hs@denx.de>
17397
17398commit c136724cda0219c49f1d4b346f00da29b14fdf14
17399Author: Wolfgang Denk <wd@denx.de>
17400Date: Sun Mar 16 01:22:59 2008 +0100
17401
17402 drivers/rtc/Makefile: keep list sorted
17403
17404 Signed-off-by: Wolfgang Denk <wd@denx.de>
17405
17406commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
17407Author: Tor Krill <tor@excito.com>
17408Date: Sat Mar 15 15:40:26 2008 +0100
17409
17410 Add support for Intersil isl1208 RTC
17411
17412 Signed-off-by: Tor Krill <tor@excito.com>
17413
17414commit 0210cff3d079d97b2156b13685ee8de368e68a1a
17415Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17416Date: Sat Mar 15 17:36:41 2008 +0100
17417
17418 cramfs: Fix ifdef
17419
17420 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17421
17422commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
17423Author: Wolfgang Denk <wd@denx.de>
17424Date: Sun Mar 16 01:12:58 2008 +0100
17425
17426 Conding style cleanup
17427
17428 Signed-off-by: Wolfgang Denk <wd@denx.de>
17429
0b8f2a27
WD
17430commit 41712b4e8c95dff23354bcd620e1f9477160c190
17431Author: Stefan Roese <sr@denx.de>
17432Date: Wed Mar 5 12:31:53 2008 +0100
17433
17434 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
17435
17436 This patch adds USB OHCI support to the Canyonlands board port. It also
17437 enables EXT2 support.
17438
17439 Signed-off-by: Stefan Roese <sr@denx.de>
17440
17441commit 2596f5b9d353ff3e4387a3325d05740f16958038
17442Author: Stefan Roese <sr@denx.de>
17443Date: Wed Mar 5 12:29:32 2008 +0100
17444
17445 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
17446
17447 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
17448 way a board just needs to define this new option to enable the "force
17449 NoPowerSwitching mode" instead of adding new CPU/architecture defines
17450 to the USB source itself.
17451
17452 This new option will be used first with the new AMCC 460EX Canyonlands
17453 board port, which will be posted in a few days.
17454
17455 This patch also fixes a small compilation problem when DEBUG is enabled.
17456
17457 Signed-off-by: Stefan Roese <sr@denx.de>
17458
17459commit 71665ebf88408ff2acb762af47989fd4365b321a
17460Author: Stefan Roese <sr@denx.de>
17461Date: Mon Mar 3 17:27:02 2008 +0100
17462
17463 ppc4xx: Add Canyonlands NAND booting support
17464
17465 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
17466 NAND devices. The only bootstrap option for NAND booting is option F for
17467 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
17468 EEPROM needs to be programmed accordingly.
17469
17470 This patch adds basic NAND booting support for the AMCC Canyonlands aval
17471 board and also adds support to the "bootstrap" command, to enable NAND
17472 booting I2C setting.
17473
17474 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
17475
17476 Signed-off-by: Stefan Roese <sr@denx.de>
17477
17478commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
17479Author: Stefan Roese <sr@denx.de>
17480Date: Tue Mar 11 16:53:00 2008 +0100
17481
17482 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
17483
17484 This patch adds support for the AMCC Canyonlands 460EX evaluation
17485 board.
17486
17487 Signed-off-by: Stefan Roese <sr@denx.de>
17488
17489commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
17490Author: Stefan Roese <sr@denx.de>
17491Date: Tue Mar 11 16:52:24 2008 +0100
17492
17493 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
17494
17495 This patch adds support for the AMCC Canyonlands 460EX evaluation
17496 board.
17497
17498 Signed-off-by: Stefan Roese <sr@denx.de>
17499
17500commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
17501Author: Stefan Roese <sr@denx.de>
17502Date: Tue Mar 11 16:51:17 2008 +0100
17503
17504 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
17505
17506 This patch adds support for the AMCC Canyonlands 460EX evaluation
17507 board.
17508
17509 Signed-off-by: Stefan Roese <sr@denx.de>
17510
17511commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
17512Author: Stefan Roese <sr@denx.de>
17513Date: Tue Mar 11 15:11:43 2008 +0100
17514
17515 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
17516
17517 This patch adds basic support for the AMCC 460EX/460GT PPC's.
17518
17519 Signed-off-by: Stefan Roese <sr@denx.de>
17520
17521commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
17522Author: Stefan Roese <sr@denx.de>
17523Date: Tue Mar 11 15:11:18 2008 +0100
17524
17525 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
17526
17527 This patch adds basic support for the AMCC 460EX/460GT PPC's.
17528
17529 Signed-off-by: Stefan Roese <sr@denx.de>
17530
17531commit 999ecd5aca381984d8ebbeb207ece82a1c275577
17532Author: Stefan Roese <sr@denx.de>
17533Date: Tue Mar 11 15:07:10 2008 +0100
17534
17535 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
17536
17537 This patch adds basic support for the AMCC 460EX/460GT PPC's.
17538
17539 Signed-off-by: Stefan Roese <sr@denx.de>
17540
17541commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
17542Author: Stefan Roese <sr@denx.de>
17543Date: Tue Mar 11 15:05:50 2008 +0100
17544
17545 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
17546
17547 This patch adds basic support for the AMCC 460EX/460GT PPC's.
17548
17549 Signed-off-by: Stefan Roese <sr@denx.de>
17550
17551commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
17552Author: Stefan Roese <sr@denx.de>
17553Date: Tue Mar 11 15:05:26 2008 +0100
17554
17555 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
17556
17557 This patch adds basic support for the AMCC 460EX/460GT PPC's.
17558
17559 Signed-off-by: Stefan Roese <sr@denx.de>
17560
17561commit 56e410178375d9f20be25fb24e180974f0ae120b
17562Author: Stefan Roese <sr@denx.de>
17563Date: Tue Feb 19 22:07:57 2008 +0100
17564
17565 ppc4xx: interrupt.c reworked
17566
17567 This patch is a rework of the 4xx interrupt handling done while
17568 adding the 460EX/GT support. Interrupts are needed on 4xx for the
17569 EMAC driver.
17570
17571 Signed-off-by: Stefan Roese <sr@denx.de>
17572
17573commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
17574Author: Stefan Roese <sr@denx.de>
17575Date: Tue Feb 19 22:01:57 2008 +0100
17576
17577 ppc4xx: program_tlb now uses 64bit physical addess
17578
17579 This patch changes the physical addess parameter from 32bit to 64bit.
17580 This is needed for 36bit 4xx platforms to access areas located
17581 beyond the 4GB border, like SoC peripherals (EBC etc.).
17582
17583 Signed-off-by: Stefan Roese <sr@denx.de>
17584
17585commit c3307fa186af85771924c434997089b8104c0a46
17586Author: Stefan Roese <sr@denx.de>
17587Date: Tue Feb 19 21:58:25 2008 +0100
17588
17589 ppc4xx: miiphy.c reworked
17590
17591 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
17592 badly neede some cleanup.
17593
17594 Signed-off-by: Stefan Roese <sr@denx.de>
17595
17596commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
17597Author: Stefan Roese <sr@denx.de>
17598Date: Tue Feb 19 16:21:49 2008 +0100
17599
17600 rtc: Add M41T62 support
17601
17602 This patch add support for the STM M41T62 RTC. It is used and tested
17603 on the AMCC Canyonlands 406EX platform.
17604
17605 Signed-off-by: Stefan Roese <sr@denx.de>
17606
17607commit 217d383e201adc7f2271145ae345ea5eae2b7170
17608Author: Niklaus Giger <niklaus.giger@netstal.com>
17609Date: Mon Feb 25 18:46:43 2008 +0100
17610
17611 ppc4xx: Add 405GPr based MCU25 board specific files
17612
17613 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17614
17615commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
17616Author: Niklaus Giger <niklaus.giger@netstal.com>
17617Date: Mon Feb 25 18:46:42 2008 +0100
17618
17619 ppc4xx: Add 405GPr based MCU25 board config file
17620
17621 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17622
17623commit b05f35436b733a240559e77e46bed8439665ecc5
17624Author: Niklaus Giger <niklaus.giger@netstal.com>
17625Date: Mon Feb 25 18:46:41 2008 +0100
17626
17627 ppc4xx: Add 405GPr based MCU25 board. Global files
17628
17629 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17630
17631commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
17632Author: Niklaus Giger <niklaus.giger@netstal.com>
17633Date: Mon Feb 25 18:37:02 2008 +0100
17634
17635 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
17636
17637 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17638
17639commit a079494853cc2bfeddb26673219db0b4b2b31566
17640Author: Niklaus Giger <niklaus.giger@netstal.com>
17641Date: Mon Feb 25 18:37:01 2008 +0100
17642
17643 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
17644
17645 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
17646 the FLASH_CFI_LEGACY et al. config options.
17647
17648 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17649
17650commit e4170e5a50c8110f792bc37472833ae669d69951
17651Author: Stefan Roese <sr@denx.de>
17652Date: Tue Mar 11 13:52:25 2008 +0100
17653
17654 ppc4xx: Fix comment in 405EX DDR2 init code
17655
17656 Signed-off-by: Stefan Roese <sr@denx.de>
17657
438a4c11
WD
17658commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
17659Author: Bartlomiej Sieka <tur@semihalf.com>
17660Date: Fri Mar 14 16:22:34 2008 +0100
17661
17662 Add MD5 support to the new uImage format
17663
17664 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17665
17666commit 0ede0c383530a418cf98be9122371a86573cd0db
17667Author: Bartlomiej Sieka <tur@semihalf.com>
17668Date: Fri Mar 14 16:22:34 2008 +0100
17669
17670 Add the MD5 algorithm
17671
17672 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
17673 calculated using the md5() function -- see include/md5.h for details.
17674
17675 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17676
0b8f2a27
WD
17677commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
17678Author: Wolfgang Denk <wd@denx.de>
17679Date: Fri Mar 14 16:04:54 2008 +0100
17680
17681 tools/setlocalversion: use a git-describe-ish format
17682
17683 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
17684 where 'nnnnn' is the number of commits since the last tag (i.e.,
17685 1.3.2-rc3). This makes it much easier to recognize "newer" versions
17686 and to see how much has been changed since the referenced tag.
17687
17688 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
17689
17690 Signed-off-by: Wolfgang Denk <wd@denx.de>
17691
17692commit c6dc21c84de0f159a1752c5ebd33cff843f63609
17693Author: Wolfgang Denk <wd@denx.de>
17694Date: Thu Mar 13 14:32:03 2008 +0100
17695
17696 HMI1001: add support for MPC5200 Rev. B processors.
17697
17698 Signed-off-by: Wolfgang Denk <wd@denx.de>
17699
17700commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
17701Author: Wolfgang Denk <wd@denx.de>
17702Date: Thu Mar 13 14:29:49 2008 +0100
17703
17704 TQM5200: remove dead code
17705
17706 This board never used a MGT5100 processor.
17707
17708 Signed-off-by: Wolfgang Denk <wd@denx.de>
17709
438a4c11
WD
17710commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
17711Author: Marian Balakowicz <m8@semihalf.com>
17712Date: Wed Mar 12 12:14:15 2008 +0100
17713
17714 [new uImage] Fix build issue on ARM
17715
17716 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
17717
17718 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17719
17720commit 3310c549a73a949430bfda90876df7552a1dab0c
17721Author: Marian Balakowicz <m8@semihalf.com>
17722Date: Wed Mar 12 12:13:13 2008 +0100
17723
17724 [new uImage] Add new uImage format documentation and examples
17725
17726 Create doc/uImage.FIT documentation directory with the following files:
17727 - command_syntax_extensions.txt : extended command syntax description
17728 - howto.txt : short usage howto
17729 - source_file_format.txt : internal new uImage format description
17730
17731 Add example image source files:
17732 - kernel.its
17733 - kernel_fdt.its
17734 - multi.its
17735
17736 Update README appropriately.
17737
17738 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17739 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17740
17741commit 1ec73761d2e247078f4520a265d463e8b73391a2
17742Author: Marian Balakowicz <m8@semihalf.com>
17743Date: Wed Mar 12 10:35:52 2008 +0100
17744
17745 [new uImage] Fix definition of common bootm_headers_t fields
17746
17747 verify, autostart and lmb fields are used regardless of CONFIG_FIT
17748 setting, move their definitions to common section.
17749
17750 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17751
17752commit 1d1cb4270edc6a99276834064069717f9782c491
17753Author: Marian Balakowicz <m8@semihalf.com>
17754Date: Wed Mar 12 10:35:51 2008 +0100
17755
17756 [new uImage] Fix build problems on trab board
17757
17758 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17759
17760commit f773bea8e11f4a11c388dcee956b2444203e6b65
17761Author: Marian Balakowicz <m8@semihalf.com>
17762Date: Wed Mar 12 10:35:46 2008 +0100
17763
17764 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
17765
17766 Save FIT configuration provied in the first bootm argument and use it
17767 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
17768 arguments are not specified.
17769
17770 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17771
17772commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
17773Author: Marian Balakowicz <m8@semihalf.com>
17774Date: Wed Mar 12 10:33:01 2008 +0100
17775
17776 [new uImage] More verbose kernel image uncompress error message
17777
17778 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17779
17780commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
17781Author: Marian Balakowicz <m8@semihalf.com>
17782Date: Wed Mar 12 10:33:01 2008 +0100
17783
17784 [new uImage] Use show_boot_progress() for new uImage format
17785
17786 This patch allocates a set of show_boot_progress() IDs for new uImage format
17787 and adds show_boot_progress() calls in new uImage format handling code.
17788
17789 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17790
17791commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
17792Author: Marian Balakowicz <m8@semihalf.com>
17793Date: Wed Mar 12 10:33:01 2008 +0100
17794
17795 [new uImage] Add new uImage fromat support to fpga command
17796
17797 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17798
17799commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
17800Author: Marian Balakowicz <m8@semihalf.com>
17801Date: Wed Mar 12 10:33:01 2008 +0100
17802
17803 [new uImage] Add new uImage format handling to other bootm related commands
17804
17805 Updated commands:
17806
17807 docboot - cmd_doc.c
17808 fdcboot - cmd_fdc.c
17809 diskboot - cmd_ide.c
17810 nboot - cmd_nand.c
17811 scsiboot - cmd_scsi.c
17812 usbboot - cmd_usb.c
17813
17814 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17815
17816commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
17817Author: Marian Balakowicz <m8@semihalf.com>
17818Date: Wed Mar 12 10:33:00 2008 +0100
17819
17820 [new uImage] Add new uImage format support to imgextract command
17821
17822 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17823
17824commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
17825Author: Marian Balakowicz <m8@semihalf.com>
17826Date: Wed Mar 12 10:33:00 2008 +0100
17827
17828 [new uImage] Add new uImage format support to autoscript routine
17829
17830 autoscript() routine is updated to accept second argument, which
17831 is only used for FIT images and provides a FIT subimage unit name.
17832
17833 autoscript() routine callers must now pass two arguments. For
17834 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
17835 variable 'autoscript_uname' is introduced and used as a FIT
17836 subimage unit name source.
17837
17838 autoscript command accepts extended syntax of the addr argument:
17839 addr:<subimg_uname>
17840
17841 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17842
17843commit cd7c596e9f561dbbc17b717277438aee78cde14f
17844Author: Marian Balakowicz <m8@semihalf.com>
17845Date: Wed Mar 12 10:33:00 2008 +0100
17846
17847 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
17848
17849 This patch updates architecture specific implementations of
17850 do_bootm_linux() adding new uImage format handling for
17851 operations like get kernel entry point address, get kernel
17852 image data start address.
17853
17854 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17855
17856commit 3dfe110149311425919e6d6a14b561b4207498f1
17857Author: Marian Balakowicz <m8@semihalf.com>
17858Date: Wed Mar 12 10:32:59 2008 +0100
17859
17860 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
17861
17862 This patch adds new node offset fields to struct bootm_headers
17863 and updates bootm_headers processing code to make use of them.
17864 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
17865
17866 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17867
17868commit bc8ed486b125452ba3bd8344f052f437329150c5
17869Author: Marian Balakowicz <m8@semihalf.com>
17870Date: Wed Mar 12 10:32:53 2008 +0100
17871
17872 [new uImage] ppc: Add new uImage format support to FDT handling routines
17873
17874 Support for new (FIT) format uImages is added to powerpc specific
17875 boot_get_fdt() routine which now recognizes, sanity checks FIT image
17876 and is able to access data sections of the requested component image.
17877
17878 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17879
17880commit a44a269a905f924b420020506a4d7d7eedcc0eaf
17881Author: Marian Balakowicz <m8@semihalf.com>
17882Date: Wed Mar 12 10:14:57 2008 +0100
17883
17884 [new uImage] Re-enable interrupts for non automatic booting
17885
17886 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
17887 environment variable is not set to 'yes'.
17888
17889 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17890
17891commit d985c8498c4e47095820da97aa722381d39172c5
17892Author: Marian Balakowicz <m8@semihalf.com>
17893Date: Wed Mar 12 10:14:38 2008 +0100
17894
17895 [new uImage] Remove unnecessary arguments passed to ramdisk routines
17896
17897 boot_get_ramdisk() and image_get_ramdisk() do not need all
17898 cmdtp, flag, argc and argv arguments. Simplify routines definition.
17899
17900 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17901
17902commit c87796483bc7c2900470dc747c367f602577608d
17903Author: Marian Balakowicz <m8@semihalf.com>
17904Date: Wed Mar 12 10:12:37 2008 +0100
17905
17906 [new uImage] Add new uImage format support for ramdisk handling
17907
17908 This patch updates boot_get_ramdisk() routine adding format
17909 verification and handling for new (FIT) uImages.
17910
17911 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17912
17913commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
17914Author: Marian Balakowicz <m8@semihalf.com>
17915Date: Wed Mar 12 10:01:05 2008 +0100
17916
17917 [new uImage] Add new uImage format support for kernel booting
17918
17919 New format uImages are recognized by the bootm command,
17920 validity of specified kernel component image is checked and
17921 its data section located and used for further processing
17922 (uncompress, load, etc.)
17923
17924 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17925
17926commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
17927Author: Marian Balakowicz <m8@semihalf.com>
17928Date: Tue Mar 11 12:35:20 2008 +0100
17929
17930 [new uImage] Add new uImage format support for imls and iminfo commands
17931
17932 imls and iminfo can now recognize nad print out contents of the new (FIT)
17933 format uImages.
17934
17935 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17936
17937commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
17938Author: Bartlomiej Sieka <tur@semihalf.com>
17939Date: Tue Mar 11 12:34:47 2008 +0100
17940
17941 [new uImage] Add support for new uImage format to mkimage tool
17942
17943 Support for the new uImage format (FIT) is added to mkimage tool.
17944 Commandline syntax is appropriately extended:
17945
17946 mkimage [-D dtc_options] -f fit-image.its fit-image
17947
17948 mkimage (together with dtc) takes fit-image.its and referenced therein
17949 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
17950 final image that can be transferred to the target (e.g., via tftp) and then
17951 booted using the bootm command in U-Boot.
17952
17953 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17954
17955commit eb6175edd6c120d8b89678243e5a2be362ee8e40
17956Author: Marian Balakowicz <m8@semihalf.com>
17957Date: Mon Mar 10 17:53:49 2008 +0100
17958
17959 [new uImage] Make node unit names const in struct bootm_headers
17960
17961 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17962
17963commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
17964Author: Marian Balakowicz <m8@semihalf.com>
17965Date: Fri Feb 29 21:24:06 2008 +0100
17966
17967 [new uImage] New uImage low-level API
17968
17969 Add FDT-based functions for handling new format component images,
17970 configurations, node operations, property get/set, etc.
17971
17972 fit_ - routines handling global new format uImage operations
17973 like get/set top level property, process all nodes, etc.
17974 fit_image_ - routines handling component images subnodes
17975 fit_conf_ - routines handling configurations node
17976
17977 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17978 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17979
0b8f2a27
WD
17980commit 30f1806f60978d707b0cff2d7bf89d141fc24290
17981Author: Wolfgang Denk <wd@denx.de>
17982Date: Sun Mar 9 16:20:02 2008 +0100
17983
17984 Release v1.3.2
17985
17986 Update CHANGELOG for release.
17987
17988 Signed-off-by: Wolfgang Denk <wd@denx.de>
17989
30f1806f
WD
17990commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
17991Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17992Date: Sun Mar 9 14:52:11 2008 +0100
17993
17994 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
17995
17996 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17997 Signed-off-by: Wolfgang Denk <wd@denx.de>
17998
17999commit db695b78515ddb88a2d4f3357c120345efbf59ec
18000Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18001Date: Sun Mar 9 10:44:01 2008 +0100
18002
18003 scb9328: Fix flash warning: type qualifiers ignored on function return type
18004
18005 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18006
18007commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
18008Author: Wolfgang Denk <wd@denx.de>
18009Date: Sun Mar 9 10:50:41 2008 +0100
18010
18011 esd/common/fpga.c: fix indentation.
18012
18013 Signed-off-by: Wolfgang Denk <wd@denx.de>
18014
18015commit cc3843e36453e2b8db65d7e56de938ba045016a0
18016Author: Wolfgang Denk <wd@denx.de>
18017Date: Sun Mar 9 10:33:31 2008 +0100
18018
18019 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
18020
18021 and get rid of a couple of unneeded casts.
18022
18023 Signed-off-by: Wolfgang Denk <wd@denx.de>
18024
18025commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
18026Author: Wolfgang Denk <wd@denx.de>
18027Date: Sun Mar 9 10:09:53 2008 +0100
18028
18029 esd/common/fpga.c: fix 'assignment of read-only location' error
18030
18031 Signed-off-by: Wolfgang Denk <wd@denx.de>
18032
18033commit c6fe4dabac066e8758345d249032768496983a3e
18034Author: Wolfgang Denk <wd@denx.de>
18035Date: Sun Mar 9 02:13:19 2008 +0100
18036
18037 Makefile: make build silently again.
18038
18039 Signed-off-by: Wolfgang Denk <wd@denx.de>
18040
18041commit 76babc86576f092573599334c85ec543fdbc6015
18042Author: Wolfgang Denk <wd@denx.de>
18043Date: Sun Mar 9 02:07:49 2008 +0100
18044
18045 m501sk: Fix out of tree building
18046
18047 Signed-off-by: Wolfgang Denk <wd@denx.de>
18048
18049commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
18050Author: Wolfgang Denk <wd@denx.de>
18051Date: Sun Mar 9 00:06:09 2008 +0100
18052
18053 ADS5121: fix out of tree build
18054
18055 and simplify Makefile a bit.
18056
18057 Signed-off-by: Wolfgang Denk <wd@denx.de>
18058
18059commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
18060Author: Wolfgang Denk <wd@denx.de>
18061Date: Sat Mar 8 22:35:31 2008 +0100
18062
18063 Release v1.3.2
18064
18065 Signed-off-by: Wolfgang Denk <wd@denx.de>
18066
18067commit 78a90f827df74520e939c794fc7413dace21c4db
18068Author: Wolfgang Denk <wd@denx.de>
18069Date: Sat Mar 8 22:35:04 2008 +0100
18070
18071 Update CHANGELOG
18072
18073 Signed-off-by: Wolfgang Denk <wd@denx.de>
18074
78a90f82
WD
18075commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
18076Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18077Date: Sat Mar 8 21:30:04 2008 +0100
18078
18079 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
18080
18081 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18082
18083commit d75469d48c05795144f4b8ba76addbb4920a7bba
18084Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18085Date: Sat Mar 8 09:25:49 2008 +0900
18086
18087 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
18088
18089 When rtl_recv() of rtl8169 is called, OWNbit of status register
18090 is not enable occasionally.
18091 rtl_recv() doesn't work normally when the driver doesn't do
18092 appropriate processing.
18093 This patch fix this problem.
18094
18095 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18096
18097commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
18098Author: Heiko Schocher <hs@denx.de>
18099Date: Fri Mar 7 08:15:28 2008 +0100
18100
18101 mgsuvd: update board configuration
18102
18103 initialize the UPIOx controller.
18104
18105 Signed-off-by: Heiko Schocher <hs@denx.de>
18106
18107commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
18108Author: Heiko Schocher <hs@denx.de>
18109Date: Fri Mar 7 08:13:41 2008 +0100
18110
18111 mgcoge: update board configuration
18112
18113 add support for the config Flash.
18114 initialize the UPIOx controller.
18115
18116 Signed-off-by: Heiko Schocher <hs@denx.de>
18117
18118commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
18119Author: Kim Phillips <kim.phillips@freescale.com>
18120Date: Fri Mar 7 12:27:31 2008 -0600
18121
18122 mpc83xx: make dtb basename file references equal those of linux
18123
18124 the dts file basenames were updated in linux - this helps avoid
18125 inadvertently loading any old dtbs laying around.
18126
18127 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18128
18129commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
18130Author: Kim Phillips <kim.phillips@freescale.com>
18131Date: Wed Feb 27 16:08:22 2008 -0600
18132
18133 net: uec_phy: actually increment the timeout counter
18134
18135 allow u-boot to recover (and, e.g., switch to another interface) in the
18136 case where a PHY does not report autonegotiation is complete within its
18137 two second timeout value.
18138
18139 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18140
18141commit 772003e43957ee0c895abed7cd82cbe72820cbb8
18142Author: Markus Brunner <super.firetwister@googlemail.com>
18143Date: Wed Mar 5 21:38:12 2008 +0100
18144
18145 fix taihu soft spi_read
18146
18147 The taihu board used gpio_read_out_bit which reads the output register and not
18148 the pin state.
18149
18150 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
18151
18152commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
18153Author: Stefan Roese <sr@denx.de>
18154Date: Fri Mar 7 08:01:43 2008 +0100
18155
18156 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
18157
18158 Signed-off-by: Stefan Roese <sr@denx.de>
18159
18160commit bd4458cb47abecabd406b1210457be96c69fc49d
18161Author: Dave Liu <r63238@freescale.com>
18162Date: Tue Mar 4 16:59:22 2008 +0800
18163
18164 837xEMDS: Improve the system performance
18165
18166 1. Make the CSB bus pipeline depth as 4, and enable
18167 the repeat mode;
18168 2. Raise the eTSEC emergency priority;
18169 3. Use the highest IP blocks clock.
18170
18171 Signed-off-by: Dave Liu <daveliu@freescale.com>
18172
18173commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
18174Author: Detlev Zundel <dzu@denx.de>
18175Date: Thu Mar 6 16:45:53 2008 +0100
18176
18177 Replace "run load; run update" with conditionalized "run load update".
18178
18179 The latter version stops when "run load" fails for whatever reasons
18180 rendering the combination *a lot* more secure.
18181
18182 Signed-off-by: Detlev Zundel <dzu@denx.de>
18183
18184commit 6bc113886d7d316df1a4e459bec8baf027518551
18185Author: Stefan Roese <sr@denx.de>
18186Date: Tue Mar 4 17:40:41 2008 +0100
18187
18188 net: Print error message upon net usage when no ethernet-interface is found
18189
18190 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
18191 defined. Then no ethernet interface is available but a simple "tftp"
18192 command will return without any error message which is quite confusing.
18193
18194 Signed-off-by: Stefan Roese <sr@denx.de>
18195
18196commit a30a549a3553032d809e0356306b62de0b125901
18197Author: Jon Loeliger <jdl@freescale.com>
18198Date: Tue Mar 4 10:03:03 2008 -0600
18199
18200 Remove erroneous or extra spd.h #includers.
18201
18202 Many of the spd.h #includers don't need it,
18203 and wanted to have spd_sdram() declared instead.
18204 Since they didn't get that, some also had open
18205 coded extern declarations of it instead or as well.
18206 Fix it all up by using spd_sdram.h where needed.
18207
18208 Signed-off-by: Jon Loeliger <jdl@freescale.com>
18209
18210commit a4475386cef14af3fd88f0518b688e755669486d
18211Author: Wolfgang Denk <wd@denx.de>
18212Date: Tue Mar 4 17:41:28 2008 +0100
18213
18214 PCS440EP: fix build problems (redundant #define)
18215
18216 Signed-off-by: Wolfgang Denk <wd@denx.de>
18217
18218commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
18219Author: Stefan Roese <sr@denx.de>
18220Date: Tue Mar 4 17:39:25 2008 +0100
18221
18222 net: Print error message upon net usage when no ethernet-interface is found
18223
18224 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
18225 defined. Then no ethernet interface is available but a simple "tftp"
18226 command will return without any error message which is quite confusing.
18227
18228 Signed-off-by: Stefan Roese <sr@denx.de>
18229
18230commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
18231Author: Wolfgang Denk <wd@denx.de>
18232Date: Tue Mar 4 17:38:50 2008 +0100
18233
18234 W7OLMC/W7OLMG: fix build problems (redundant #define)
18235
18236 Signed-off-by: Wolfgang Denk <wd@denx.de>
18237
18238commit f9301e1cda296245ba052d7b08321199c3d0af9d
18239Author: Wolfgang Denk <wd@denx.de>
18240Date: Tue Mar 4 14:58:31 2008 +0100
18241
18242 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
18243
18244 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
18245 problem for out-of-tree builds which caused "make clean" to fail.
18246
18247 Signed-off-by: Wolfgang Denk <wd@denx.de>
18248
18249commit dfece9500556bed5d8244b1c15d973cec7c25bfe
18250Author: Wolfgang Denk <wd@denx.de>
18251Date: Tue Mar 4 11:58:26 2008 +0100
18252
18253 examples/Makefile: build "hello_world" on 8xx, too.
18254
18255 Signed-off-by: Wolfgang Denk <wd@denx.de>
18256
18257commit 74eb0222594fd23aafdf168e60e872814eea8b62
18258Author: Mike Nuss <mike@terascala.com>
18259Date: Mon Mar 3 15:27:05 2008 -0500
18260
18261 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
18262
18263 Every now and then a Sequoia board (or equivalent hardware) had
18264 problems connecting to a Gigabit capable network interface.
18265
18266 There were differences in the PHY setup between Linux and U-Boot.
18267
18268 This patch fixes the problem. Apparently "remote fault" is being set,
18269 which signals to some devices (on the other end of the cable) that a
18270 fault has occurred, while other devices ignore it. I believe the RF bit
18271 was causing the issue, but I removed T4 also, to match up with Linux.
18272
18273 Signed-off-by: Mike Nuss <mike@terascala.com>
18274
18275commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
18276Author: Timur Tabi <timur@freescale.com>
18277Date: Mon Mar 3 09:58:52 2008 -0600
18278
18279 fix QE firmware uploading limit
18280
18281 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
18282 systems with more than one RISC core.
18283
18284 Signed-off-by: Timur Tabi <timur@freescale.com>
18285
18286commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
18287Author: Bernhard Nemec <bnemec@ganssloser.com>
18288Date: Mon Mar 3 11:57:23 2008 +0000
18289
18290 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
18291
18292 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
18293 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
18294
01db232d 18295 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
18296
18297commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
18298Author: Kim B. Heino <Kim.Heino@bluegiga.com>
18299Date: Mon Mar 3 10:39:13 2008 +0200
18300
18301 fix copy from ram to dataflash
18302
18303 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
18304 routines instead of dataflash. This is because it checks "if source
18305 address is not dataflash" instead of target address.
18306
18307 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
18308
18309commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
18310Author: Wolfgang Denk <wd@denx.de>
18311Date: Mon Mar 3 12:16:44 2008 +0100
18312
18313 Fix quoting problem (preboot setting) in many board config files.
18314
18315 Signed-off-by: Wolfgang Denk <wd@denx.de>
18316
18317commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
18318Author: Wolfgang Denk <wd@denx.de>
18319Date: Mon Mar 3 12:36:49 2008 +0100
18320
18321 ADS5121: Fix default environment.
18322
18323 Signed-off-by: Wolfgang Denk <wd@denx.de>
18324
18325commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
18326Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18327Date: Sun Mar 2 16:12:31 2008 +0100
18328
18329 Makefile: Fix missing unconfig and mkconfig use
18330
18331 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18332
18333commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
18334Author: michael <trimarchi@gandalf.sssup.it>
18335Date: Sun Mar 2 23:33:46 2008 +0100
18336
18337 Fix checking fat32 cluster size.
18338
18339 This fixes the cluster size tests in the FAT32 file system.
18340 The current implementation of VFAT support doesn't work if the
18341 referred cluster has an offset > 16bit representation, causing
18342 "fatload" and "fatls" commands etc. to fail.
18343
18344 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
18345
18346commit 661bad63a076a96c39c64f136915f146725af92b
18347Author: Wolfgang Denk <wd@denx.de>
18348Date: Sun Mar 2 22:57:23 2008 +0100
18349
18350 Prepare v1.3.2-rc2 release candidate
18351
18352 Signed-off-by: Wolfgang Denk <wd@denx.de>
18353
661bad63
WD
18354commit 76957cb3d621bf664311908e5962e151c633c285
18355Author: Stefan Roese <sr@denx.de>
18356Date: Sat Mar 1 12:11:40 2008 +0100
18357
18358 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
18359
18360 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
18361 currently 4k/2k is configured. This patch fixes this issue.
18362
18363 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
18364
18365 Signed-off-by: Stefan Roese <sr@denx.de>
18366
18367commit 118978c8eb43803e2794233922df4249fa278b83
18368Author: Woodruff, Richard <r-woodruff2@ti.com>
18369Date: Fri Feb 29 17:34:35 2008 -0600
18370
18371 Fix alignment error on ARM for modules
18372
18373 Fix alignment fault on ARM when running modules. With out an explicit
18374 linker file gcc4.2.1 will half word align __bss_start's value. The word
18375 dereference will crash hello_world.
18376
18377 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
18378
18379commit ce1120dd703e6f12c59e4eba9962356a0300b832
18380Author: Dave Liu <r63238@freescale.com>
18381Date: Fri Feb 29 17:45:31 2008 +0800
18382
18383 fs: Fix ext2 read issue
18384
18385 The ext2 aligned process will corrupt the key
18386 data struct, the patch fix this.
18387
18388 Signed-off-by: Dave Liu <daveliu@freescale.com>
18389
18390commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
18391Author: Wolfgang Denk <wd@denx.de>
18392Date: Sun Mar 2 22:45:33 2008 +0100
18393
18394 Makefile: cleanup "clean" target
18395
18396 Make sure CDPATH settings cannot interfere.
18397 Update CHANGELOG.
18398
18399 Signed-off-by: Wolfgang Denk <wd@denx.de>
18400
5013c09f
WD
18401commit ffda586fc1373243c9794babde69500f6293a8d8
18402Author: Li Yang <leoli@freescale.com>
18403Date: Fri Feb 29 11:46:05 2008 +0800
18404
18405 add cscope build target
18406
18407 Add cscope build target to generate cscope database for code browsing.
18408
18409 Signed-off-by: Li Yang <leoli@freescale.com>
18410
18411commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
18412Author: Kim Phillips <kim.phillips@freescale.com>
18413Date: Wed Feb 27 15:06:39 2008 -0600
18414
18415 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
18416
18417 erratum 5.6 states the autoneg completion bit is functional only if the
18418 autoneg bit is asserted.
18419
18420 This fixes any secondarily-issued networking commands on non-gigabit
18421 links on the mpc8360 mds board.
18422
18423 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18424
18425commit 5f91db7f582ca17b1f19f10189c025696f333d2e
18426Author: John Rigby <jrigby@freescale.com>
18427Date: Tue Feb 26 09:38:14 2008 -0700
18428
18429 MPC5121e ADS PCI support take 3
18430
18431 Adds PCI support for MPC5121
18432
18433 Tested with drivers/net/rtl8139.c
18434
18435 Support is conditional since PCI on old silicon does not work.
18436
18437 ads5121_PCI_config turns on PCI
18438
18439 In this version, condition compilation of PCI code has been moved
18440 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
18441 suggested by Jean-Christophe PLAGNIOL-VILLARD
18442
18443 Signed-off-by: John Rigby <jrigby@freescale.com>
18444
18445commit 44b4dbed4133f657705b7c5193209da9978243a7
18446Author: Anatolij Gustschin <agust@denx.de>
18447Date: Mon Feb 25 23:53:07 2008 +0100
18448
18449 Fix warnings while compilation of post/drivers/memory.c
18450
18451 Fix warnings while compilation with new gcc in eldk-4.2
18452
18453 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18454
18455commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
18456Author: Anatolij Gustschin <agust@denx.de>
18457Date: Mon Feb 25 20:54:04 2008 +0100
18458
18459 ppc4xx: Fix problem in 4xx_enet.c driver
18460
18461 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
18462 enabled. To reproduce the problem ensure that 'ethrotate'
18463 environment variable isn't set to "no" and then run
18464 "tftp 200000 not_existent_file".
18465 This patch tries to fix the issue.
18466
18467 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18468
18469commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
18470Author: Anatolij Gustschin <agust@denx.de>
18471Date: Mon Feb 25 20:04:20 2008 +0100
18472
18473 POST: Disable cache while SPR POST
18474
18475 Currently (since commit b2e2142c) u-boot crashes on
18476 sequoia board while SPR test if CONFIG_4xx_DCACHE is
18477 enabled. This patch disables the cache while SPR test.
18478
18479 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18480
18481commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
18482Author: Martin Krause <martin.krause@tqs.de>
18483Date: Mon Feb 25 17:52:40 2008 +0100
18484
18485 TQM5200: use automatic fdt memory fixup (part 2)
18486
18487 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
18488 TB5200 and TB5200_B to fixup the /memory node with the memory values
18489 detected by U-Boot.
18490
18491 Signed-off-by: Martin Krause <martin.krause@tqs.de>
18492
18493commit 44ceec253ea941b301abf4b079d52324def69d92
18494Author: Martin Krause <martin.krause@tqs.de>
18495Date: Mon Feb 25 15:17:05 2008 +0100
18496
18497 TQM5200: use automatic fdt memory fixup
18498
18499 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
18500 TB5200 and TB5200_B to fixup the /memory node with the memory values
18501 detected by U-Boot.
18502
18503 Signed-off-by: Martin Krause <martin.krause@tqs.de>
18504
18505commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
18506Author: Martin Krause <martin.krause@tqs.de>
18507Date: Mon Feb 25 13:27:52 2008 +0100
18508
18509 TQM5200: fix bug in SDRAM initialization code
18510
18511 This patch fixes a bug in the SDRAM initialization code for the
18512 TQM5200. The hi_addr bit is now set correctly. Without this patch
18513 the hi_addr bit is always set to 1, if the second SDRAM bank is
18514 not populated.
18515
18516 For other MPC5200 boards a correspondig patch has already been applied
18517 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
18518
18519 Signed-off-by: Martin Krause <martin.krause@tqs.de>
18520 --
18521 Forget the first patch please. I confused flash with SDRAM in
18522 the comment ...
18523
18524commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
18525Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18526Date: Mon Feb 25 00:03:12 2008 +0100
18527
18528 mx1fs2/flash: Fix multiple compiler warnings
18529
18530 "pointer targets in assignment differ in signedness"
18531
18532 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18533
18534commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
18535Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18536Date: Mon Feb 25 00:03:11 2008 +0100
18537
18538 arm-imx: Fix register definitions
18539
18540 Sync register definitions with linux
18541
18542 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18543
18544commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
18545Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18546Date: Mon Feb 25 00:03:10 2008 +0100
18547
18548 actua1/actua2/actua3: Fix multiple unused variable warnings
18549
18550 - actua1:
18551 actux1.c: In function 'checkboard':
18552 actux1.c:92: warning: unused variable 'revision'
18553
18554 - actua2:
18555 actux2.c: In function 'checkboard':
18556 actux2.c:100: warning: unused variable 's'
18557 actux2.c:99: warning: unused variable 'revision'
18558 actux2.c: In function 'reset_phy':
18559 actux2.c:130: warning: unused variable 'i'
18560
18561 - actua3:
18562 actux3.c: In function 'checkboard':
18563 actux3.c:114: warning: unused variable 'revision'
18564
18565 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18566
18567commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
18568Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18569Date: Sun Feb 24 11:44:29 2008 +0900
18570
18571 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
18572
18573 The previous patch was lacking of i386, microblaze, nios and nios2. This
18574 patch tries to fix them.
18575
18576 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18577
438a4c11
WD
18578commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
18579Author: Marian Balakowicz <m8@semihalf.com>
18580Date: Fri Feb 29 22:22:46 2008 +0100
18581
18582 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
18583
18584 Do not use global fdt blob pointer, calculate blob size from routine
18585 argument blob pointer.
18586
18587 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18588
18589commit d1cc52879c8966507dad9fb575481e6d3985e64e
18590Author: David Gibson <david@gibson.dropbear.id.au>
18591Date: Tue Feb 12 00:58:31 2008 +1100
18592
18593 libfdt: Add and use a node iteration helper function.
18594
18595 This patch adds an fdt_next_node() function which can be used to
18596 iterate through nodes of the tree while keeping track of depth. This
18597 function is used to simplify the iteration code in a lot of other
18598 functions, and is also exported for use by library users.
18599
18600 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
18601
18602commit 8cf30809a82902a471866d2f07725ce3b8a22291
18603Author: Bartlomiej Sieka <tur@semihalf.com>
18604Date: Fri Feb 29 16:00:24 2008 +0100
18605
18606 [new uImage] Add libfdt support to mkimage
18607
18608 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18609
18610commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
18611Author: Bartlomiej Sieka <tur@semihalf.com>
18612Date: Fri Feb 29 16:00:23 2008 +0100
18613
18614 [new uImage] Add sha1.o object to mkimage binary build
18615
18616 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18617
18618commit df6f1b895c997978f03afe04502ee76b7ba34ab9
18619Author: Marian Balakowicz <m8@semihalf.com>
18620Date: Fri Feb 29 16:00:06 2008 +0100
18621
18622 [new uImage] Fix component handling for legacy multi component images
18623
18624 Use uint32_t when accessing size table in image_multi_count() and
18625 image_multi_getimg() for multi component images.
18626
18627 Add missing uimage_to_cpu() endianness conversion.
18628
18629 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18630
18631commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
18632Author: Marian Balakowicz <m8@semihalf.com>
18633Date: Fri Feb 29 15:59:59 2008 +0100
18634
18635 [new uImage] Share common uImage code between mkimage and U-boot
18636
18637 This patch adds the following common routines:
18638
18639 1) Dedicated mkimage print_header() is replaced with common
18640 image_print_contents()
18641 image_print_contents_noindent()
18642
18643 2) Common os/arch/type/comp fields name <--> id translation routines
18644 genimg_get_os_name()
18645 genimg_get_arch_name()
18646 genimg_get_type_name()
18647 genimg_get_comp_name()
18648 genimg_get_os_id()
18649 genimg_get_arch_id()
18650 genimg_get_type_id()
18651 genimg_get_comp_id()
18652
18653 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18654
18655commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
18656Author: Marian Balakowicz <m8@semihalf.com>
18657Date: Fri Feb 29 14:58:34 2008 +0100
18658
18659 [new uImage] Update naming convention for bootm/uImage related code
18660
18661 This patch introduces the following prefix convention for the
18662 image format handling and bootm related code:
18663
18664 genimg_ - dual format shared code
18665 image_ - legacy uImage format specific code
18666 fit_ - new uImage format specific code
18667 boot_ - booting process related code
18668
18669 Related routines are renamed and a few pieces of code are moved around and
18670 re-grouped.
18671
18672 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18673
18674commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
18675Author: Kumar Gala <galak@kernel.crashing.org>
18676Date: Wed Feb 27 21:51:51 2008 -0600
18677
18678 [new uImage] Respect autostart setting in linux bootm
18679
18680 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18681 Acked-by: Marian Balakowicz <m8@semihalf.com>
18682
18683commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
18684Author: Kumar Gala <galak@kernel.crashing.org>
18685Date: Wed Feb 27 21:51:50 2008 -0600
18686
18687 [new uImage] Provide ability to restrict region used for boot images
18688
18689 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
18690 to restrict what memory range is used for bootm.
18691
18692 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18693 Acked-by: Marian Balakowicz <m8@semihalf.com>
18694
18695commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
18696Author: Kumar Gala <galak@kernel.crashing.org>
18697Date: Wed Feb 27 21:51:49 2008 -0600
18698
18699 [new uImage] Use lmb for bootm allocations
18700
18701 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
18702 functions over to using lmb for allocation of the ramdisk, command line
18703 and kernel bd info.
18704
18705 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
18706 tree.
18707
18708 Provided a weak function that board code can call to do additional
18709 lmb reserves if needed.
18710
18711 Also introduce the concept of bootmap_base to specify the offset in
18712 physical memory that the bootmap is located at. This is used for
18713 allocations of the cmdline, kernel bd, and device tree as they should
18714 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
18715
18716 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18717
18718commit f5614e7926863bf0225ec860d9b319741a9c4004
18719Author: Kumar Gala <galak@kernel.crashing.org>
18720Date: Wed Feb 27 21:51:48 2008 -0600
18721
18722 [new uImage] Add autostart flag to bootm_headers structure
18723
18724 The autostart env variable was dropped as part of the initial new uImage
18725 cleanup. Add it back here so the arch specific code can decide if it
18726 wants to really boot or not.
18727
18728 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18729 Acked-by: Marian Balakowicz <m8@semihalf.com>
18730
18731commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
18732Author: Kumar Gala <galak@kernel.crashing.org>
18733Date: Wed Feb 27 21:51:47 2008 -0600
18734
18735 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
18736
18737 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
18738 the memory spaces used by various boot images and structures. This code
18739 will allow us to simplify the code in bootm and its support functions.
18740
18741 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18742
18743commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
18744Author: Kumar Gala <galak@kernel.crashing.org>
18745Date: Tue Feb 19 22:03:47 2008 -0600
18746
18747 [new uImage] ppc: Allow boards to specify effective amount of memory
18748
18749 For historical reasons we limited the stack to 256M because some boards
18750 could only map that much via BATS. However newer boards are capable of
18751 mapping more memory (for example 85xx is capable of doing up to 2G).
18752
18753 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18754 Acked-by: Marian Balakowicz <m8@semihalf.com>
18755
18756commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
18757Author: Kumar Gala <galak@kernel.crashing.org>
18758Date: Wed Feb 27 21:51:46 2008 -0600
18759
18760 [new uImage] rework error handling so common functions don't reset
18761
18762 Changed image_get_ramdisk() to just return NULL on error and have
18763 get_ramdisk() propogate that error to the caller. It's left to the
18764 caller to call do_reset() if it wants to.
18765
18766 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
18767 to a common location. In the future we will change get_fdt() and
18768 fdt_relocate() to return success/failure and not call do_reset() at all.
18769
18770 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18771 Acked-by: Marian Balakowicz <m8@semihalf.com>
18772
18773commit d2bc095a639672def11d5d043b5688d0dbd692ec
18774Author: Kumar Gala <galak@kernel.crashing.org>
18775Date: Wed Feb 27 21:51:45 2008 -0600
18776
18777 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
18778
18779 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
18780 however it does mean we have to go in and fixup the initrd info since
18781 we don't know where it will be.
18782
18783 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18784
18785commit 27953493ef025fb698d68c5dee39b36f01f4d530
18786Author: Kumar Gala <galak@kernel.crashing.org>
18787Date: Wed Feb 27 21:51:44 2008 -0600
18788
18789 [new uImage] ppc: Determine if we are booting an OF style
18790
18791 If we are bootin OF style than we can skip setting up some things
18792 that are used for the old boot method.
18793
18794 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18795 Acked-by: Marian Balakowicz <m8@semihalf.com>
18796
18797commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
18798Author: Kumar Gala <galak@kernel.crashing.org>
18799Date: Wed Feb 27 21:51:43 2008 -0600
18800
18801 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
18802
18803 We don't actually need the kdb param as we are just using it to get
18804 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
18805 boot via OF we might not actually fill out a kdb.
18806
18807 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18808 Acked-by: Marian Balakowicz <m8@semihalf.com>
18809
18810commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
18811Author: Kumar Gala <galak@kernel.crashing.org>
18812Date: Wed Feb 27 16:30:47 2008 -0600
18813
18814 85xx: Don't icbi when unlocking the cache
18815
18816 There is no reason to icbi when invalidating the temporary stack in
18817 the d-cache. Its impossible on e500 to have the i-cache contain
18818 any addresses in the temp stack and it can be problematic in generating
18819 transactions on the bus to non-valid addresses.
18820
18821 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18822
18823commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
18824Author: Andy Fleming <afleming@freescale.com>
18825Date: Wed Feb 27 15:50:50 2008 -0600
18826
18827 Fix source for ECM error IVPR
18828
18829 The source vector for the ECM was being set to 2,
18830 but that's what the source vector for DDR was being
18831 set to. Change it to 1.
18832
18833 Signed-off-by: Andy Fleming <afleming@freescale.com>
18834
18835commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
18836Author: Andy Fleming <afleming@freescale.com>
18837Date: Wed Feb 27 14:29:58 2008 -0600
18838
18839 Invalidate INIT_RAM TLB mappings
18840
18841 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
18842 mappings to be unguarded. This collided with an existing "bug"
18843 where the mappings for the INIT_RAM were being kept around.
18844 This meant that speculative loads to those addresses were
18845 succeeding in the TLB, and going out to the bus, where they
18846 were causing an exception (there's nothing at that address). The
18847 Flash code was coincidentally causing such a speculative load.
18848 Rather than go back to mapping the INIT RAM as guarded, we fix
18849 it so that the entries for the INIT_RAM are invalidated. Thus
18850 the speculative loads will fail in the TLB, and have no effect.
18851
18852 Signed-off-by: Andy Fleming <afleming@freescale.com>
18853
18854commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
18855Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18856Date: Sun Feb 17 22:56:17 2008 +0100
18857
18858 sbc8548: Fix Revision reading and unused variable 'path'
18859
18860 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18861
18862commit 495d162374c472f46454453553382ad0735dc725
18863Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18864Date: Sun Feb 17 22:56:16 2008 +0100
18865
18866 sbc8548: Fix cfi flash bank declaration
18867
18868 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18869
438a4c11
WD
18870commit 4efbe9dbb129f857f27856936112c8c02f016be6
18871Author: Marian Balakowicz <m8@semihalf.com>
18872Date: Wed Feb 27 11:02:26 2008 +0100
18873
18874 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
18875
18876 Dual format image code must properly handle all three FDT passing methods:
18877 - raw FDT blob passed
18878 - FDT blob embedded in the legacy uImage
18879 - FDT blob embedded in the new uImage
18880
18881 This patch enables proper raw FDT handling when no FIT imaeg support
18882 is compiled in. This is a bit tricky as we must dected FIT format even
18883 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
18884 blobs use tha same low level format (libfdt).
18885
18886 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18887
18888commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
18889Author: Marian Balakowicz <m8@semihalf.com>
18890Date: Wed Feb 27 11:02:26 2008 +0100
18891
18892 [new uImage] POWERPC: Add image_get_fdt() routine
18893
18894 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
18895 (3) or embedded in the new uImage. For the (2) case embedding image must be
18896 verified before we get FDT from it. This patch factors out legacy image
18897 specific verification routine to the separate helper routine.
18898
18899 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18900 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18901
18902commit 1efd43601f90de21ec6c0ebb9880823e822927b1
18903Author: Marian Balakowicz <m8@semihalf.com>
18904Date: Wed Feb 27 11:02:07 2008 +0100
18905
18906 [new uImage] Add image_get_kernel() routine
18907
18908 Legacy image specific verification is factored out to a separate helper
18909 routine to keep get_kernel() generic and simple.
18910
18911 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18912 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18913
18914commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
18915Author: Marian Balakowicz <m8@semihalf.com>
18916Date: Wed Feb 27 11:01:04 2008 +0100
18917
18918 [new uImage] Move image verify flag to bootm_headers structure
18919
18920 Do not pass image verification flag directly to related routines.
18921 Simplify argument passing and move it to the bootm_header structure which
18922 contains curently processed image specific data and is already being passed
18923 on the argument list.
18924
18925 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18926 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18927
18928commit 823afe7cefe00dafefc6696c1cc7aa828c394234
18929Author: Marian Balakowicz <m8@semihalf.com>
18930Date: Wed Feb 27 11:00:47 2008 +0100
18931
18932 [Makefile] Sort COBJS in lib_<arch> Makefiles
18933
18934 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18935
18936commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
18937Author: Marian Balakowicz <m8@semihalf.com>
18938Date: Wed Feb 27 11:00:47 2008 +0100
18939
18940 [new uImage] Optimize gen_get_image() flow control
18941
18942 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
18943 to do, update its control flow to better reflect that simple case.
18944
18945 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18946 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18947
18948commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
18949Author: Marian Balakowicz <m8@semihalf.com>
18950Date: Mon Feb 4 08:28:17 2008 +0100
18951
18952 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
18953
18954 PPC specific FDT blob handling code is divided into two separate routines:
18955
18956 get_fdt() - find and verify a FDT blob (either raw or image embedded)
18957 fdt_relocate() - move FDT blob to within BOOTMAP if needed
18958
18959 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18960 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18961
5013c09f
WD
18962commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
18963Author: Jon Loeliger <jdl@freescale.com>
18964Date: Mon Feb 25 13:13:37 2008 -0600
18965
18966 86xx: Fix renamed GUR symbols in sbc8641d board.
18967
18968 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
18969 (86xx: Fix GUR PCI config registers properly), we should have
18970 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
18971 symbols in the sbc8641d board as well. Fix this oversight.
18972
18973 Signed-off-by: Jon Loeliger <jdl@freescale.com>
18974
18975commit 64cd594e623c39f73964d18787763e4533f791f7
18976Author: Stefan Roese <sr@denx.de>
18977Date: Mon Feb 25 16:50:48 2008 +0100
18978
18979 ppc4xx: Fix acadia_nand build problem
18980
18981 Don't include testdram() on NAND-booting target acadia_nand. This saves
18982 a few bytes and makes the target build clean again.
18983
18984 Signed-off-by: Stefan Roese <sr@denx.de>
18985
18986commit 14e099e698d41e8179d05c2b2dbcf704a236f748
18987Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18988Date: Sun Feb 24 23:03:12 2008 +0000
18989
18990 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
18991
18992 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18993
18994commit 724902c8464e610642b3a170278b99710325888e
18995Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18996Date: Sun Feb 24 23:03:11 2008 +0000
18997
18998 arm-imx: Fix registers definition
18999
19000 Sync registers definition with linux
19001
19002 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19003
19004commit 4cd288b589ea1178947c6e364453c32b3dede6b7
19005Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19006Date: Sun Feb 24 23:03:10 2008 +0000
19007
19008 actua1/actua2/actua3: Fix multipleunused variable
19009
19010 - actua1:
19011 actux1.c: In function 'checkboard':
19012 actux1.c:92: warning: unused variable 'revision'
19013
19014 - actua2:
19015 actux2.c: In function 'checkboard':
19016 actux2.c:100: warning: unused variable 's'
19017 actux2.c:99: warning: unused variable 'revision'
19018 actux2.c: In function 'reset_phy':
19019 actux2.c:130: warning: unused variable 'i'
19020
19021 - actua3:
19022 actux3.c: In function 'checkboard':
19023 actux3.c:114: warning: unused variable 'revision'
19024
19025 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19026
438a4c11
WD
19027commit d5934ad7756f038a393a9cfab76a4fe306d9d930
19028Author: Marian Balakowicz <m8@semihalf.com>
19029Date: Mon Feb 4 08:28:09 2008 +0100
19030
19031 [new uImage] Add dual format uImage support framework
19032
19033 This patch adds framework for dual format images. Format detection is added
19034 and the bootm controll flow is updated to include cases for new FIT format
19035 uImages.
19036
19037 When the legacy (image_header based) format is detected appropriate
19038 legacy specific handling is invoked. For the new (FIT based) format uImages
19039 dual boot framework has a minial support, that will only print out a
19040 corresponding debug messages. Implementation of the FIT specific handling will
19041 be added in following patches.
19042
19043 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19044
5013c09f
WD
19045commit b29661fc1151077776454288051bc9a488351ce8
19046Author: Wolfgang Denk <wd@denx.de>
19047Date: Sun Feb 24 15:21:36 2008 +0100
19048
19049 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
19050
19051 Signed-off-by: Wolfgang Denk <wd@denx.de>
19052
b29661fc
WD
19053commit 00b48a48424894daa589d166d73277830b1c6ac4
19054Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19055Date: Sat Feb 23 12:15:56 2008 +0100
19056
19057 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
19058
19059 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19060
19061commit b075d74efb70ff68c49a2532f26b56d6703b69c1
19062Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19063Date: Sat Feb 23 17:24:16 2008 +0900
19064
19065 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
19066
19067 ----------------------------------------------------------------
19068 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
19069
19070 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
19071 32bit targets.
19072
19073 GCC can be made to warn about usage of long long types with ISO C90
19074 (-ansi), but only with -pedantic. You can write this in a way that even
19075 then it doesn't cause warnings, namely by:
19076
19077 #ifdef __GNUC__
19078 __extension__ typedef __signed__ long long __s64;
19079 __extension__ typedef unsigned long long __u64;
19080 #endif
19081
19082 The __extension__ keyword in front of this switches off any pedantic
19083 warnings for this expression.
19084
19085 Signed-off-by: Olaf Hering <olh@suse.de>
19086 Cc: <linux-arch@vger.kernel.org>
19087 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19088 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19089 ----------------------------------------------------------------
19090
19091 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19092
19093commit 208acd112e6517b21fc30c420396902b103563ac
19094Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19095Date: Sat Feb 23 17:07:57 2008 +0900
19096
19097 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
19098
19099 This will reduce the build time.
19100
19101 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19102
19103commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
19104Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19105Date: Sat Feb 23 17:05:00 2008 +0900
19106
19107 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
19108
19109 This will reduce the build time.
19110
19111 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19112
19113commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
19114Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19115Date: Sat Feb 23 16:58:41 2008 +0900
19116
19117 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
19118
19119 This reduces the build time by ~10%. Here's the gth2_config example.
19120
19121 BEFORE AFTER
19122 real 0m31.441s 0m27.833s
19123 user 0m24.766s 0m23.045s
19124 sys 0m10.425s 0m7.468s
19125
19126 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19127
19128commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
19129Author: Marcel Moolenaar <marcelm@juniper.net>
19130Date: Fri Feb 22 10:48:07 2008 -0800
19131
19132 make define2mk.sed work on FreeBSD
19133
19134 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
19135 the define2mk.sed script was identified as the source of the link
19136 failure on FreeBSD. The problem is that sed(1) does not always support
19137 the '+' operator. It isn't on FreeBSD. The attach patch implements the
19138 equivalent, using the '*' operator instead and should work everywhere.
19139
19140 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
19141
19142commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
19143Author: Detlev Zundel <dzu@denx.de>
19144Date: Fri Feb 22 17:21:32 2008 +0100
19145
19146 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
19147
19148 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
19149 final traces of long-deprecated "ramdisk" kernel parm") makes these
19150 changes neccessary.
19151
19152 Signed-off-by: Detlev Zundel <dzu@denx.de>
19153
19154commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
19155Author: Larry Johnson <lrj@acm.org>
19156Date: Thu Feb 21 13:58:16 2008 -0500
19157
19158 LM75 bug fix for negative temperatures
19159
19160 When the LM75 temperature sensor measures a temperature below 0 C, the
19161 current driver does not perform sign extension, so the result returned is
19162 256 C too high. This patch fixes the problem.
19163
19164 Signed-off-by: Larry Johnson <lrj@acm.org>
19165
19166commit 5a910c224b13e413bda41922379add6d75c32da3
19167Author: Heiko Schocher <hs@denx.de>
19168Date: Thu Feb 21 18:33:45 2008 +0100
19169
19170 IDS8247: update MAINTAINER entry.
19171
19172 Signed-off-by: Heiko Schocher <hs@denx.de>
19173
19174commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
19175Author: Heiko Schocher <hs@denx.de>
19176Date: Thu Feb 21 18:31:15 2008 +0100
19177
19178 Fix device tree for mgsuvd board.
19179
19180 Rename the "scc" node in "ethernet" for the mgsuvd board.
19181
19182 Signed-off-by: Heiko Schocher <hs@denx.de>
19183
19184commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
19185Author: Yuri Tikhonov <yur@emcraft.com>
19186Date: Thu Feb 21 14:23:42 2008 +0100
19187
19188 lwmon5: enable hardware watchdog
19189
19190 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
19191 causing it to reboot the board if U-Boot does a long busy-wait with
19192 udelay(). Thus, for these boards we have to restart WD more
19193 frequently.
19194
19195 This patch splits the busy-wait udelay() into smaller, predefined,
19196 intervals, so that the watchdog timer may be resetted with the
19197 configurable (CONFIG_WD_PERIOD) interval.
19198
19199 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19200
19201commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
19202Author: Anatolij Gustschin <agust@denx.de>
19203Date: Thu Feb 21 12:52:29 2008 +0100
19204
19205 ppc4xx: Support for ATI Radeon 9200 card on sequoia
19206
19207 Adds configuration option for ATI Radeon 9200 card
19208 support to sequoia config file. If CONFIG_VIDEO
19209 is enabled, TEXT_BASE should be changed to 0xFFF80000.
19210
19211 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19212
19213commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
19214Author: Kumar Gala <galak@kernel.crashing.org>
19215Date: Mon Feb 18 08:18:07 2008 -0600
19216
19217 Remove duplicate defines for ARRAY_SIZE
19218
19219 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
19220 the define in common.h.
19221
19222 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19223
19224commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
19225Author: Kumar Gala <galak@kernel.crashing.org>
19226Date: Mon Feb 18 08:09:37 2008 -0600
19227
19228 ppc: Allow boards to specify effective amount of memory
19229
19230 For historical reasons we limited the stack to 256M because some boards
19231 could only map that much via BATS. However newer boards are capable of
19232 mapping more memory (for example 85xx is capable of doing up to 2G).
19233
19234 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19235
19236commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
19237Author: Mike Frysinger <vapier@gentoo.org>
19238Date: Mon Feb 18 05:24:13 2008 -0500
19239
19240 include autoconf.mk before any other .mk files
19241
19242 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
19243 those .mk files can have make if statements based on the current config.
19244
19245 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19246
19247commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
19248Author: Mike Frysinger <vapier@gentoo.org>
19249Date: Mon Feb 18 05:10:07 2008 -0500
19250
19251 error check autoconf.mk generation
19252
19253 If any of the steps for generating autoconf.mk fail currently, they go
19254 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
19255 This is simpler and more robust than placing '|| exit $$?' after every line.
19256
19257 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19258
19259commit 019895a8dee71a9f00da05c03e379f45d581b0fe
19260Author: Stefano Babic <sbabic@denx.de>
19261Date: Mon Feb 18 08:03:51 2008 +0100
19262
19263 Fix bug in dependency checking
19264
19265 By adding VERSION_FILE to the PHONY targets the script
19266 /tools/setlocalversion is always called and version_autogenerated.h
19267 is replaced only if the script find a modified source file.
19268
19269 Signed-off-by: Stefano Babic <sbabic@denx.de>
19270
19271commit 98ba144ccc912eee90dd42699f023c497ce774c6
19272Author: Kyungmin Park <kmpark@infradead.org>
19273Date: Mon Feb 18 14:35:43 2008 +0900
19274
19275 Fix GPMC CS2 memory setup at apollon
19276
19277 It disables the current map first
19278
19279 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19280
19281commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
19282Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19283Date: Sun Feb 17 23:52:46 2008 +0100
19284
19285 uli526x: Fix multiple differ in signedness and parentheses around comparison
19286
19287 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19288
19289commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
19290Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19291Date: Sun Feb 17 16:58:04 2008 +0100
19292
19293 MIPS: Fix CFG_NO_FLASH support
19294
19295 - Fix flash_init call when CFG_NO_FLASH is used
19296 - Remove no more needed flash.c for qemu-mips
19297
19298 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19299
19300commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
19301Author: Mike Frysinger <vapier@gentoo.org>
19302Date: Sat Feb 16 02:40:18 2008 -0500
19303
19304 easylogo: clean up some more and add -r (rgb) support
19305
19306 Michael Hennerich added support for outputting an image in RGB format rather
19307 than forcing YUYV all the time. This makes obvious sense if the display you
19308 have takes RGB input rather than YUYV.
19309
19310 Rather than hack in support for options, I've converted it to use getopt and
19311 cleaned up the argument parsing in the process.
19312
19313 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
19314 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19315
19316commit f65c98129ccada3f7caf97d80395a95b84e911de
19317Author: Mike Frysinger <vapier@gentoo.org>
19318Date: Sat Feb 16 02:12:37 2008 -0500
19319
19320 Makefile: add target for $(LDSCRIPT)
19321
19322 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
19323 then change into the board directory and try and create it. This allows you
19324 to generate the linker script on the fly based upon board defines (like the
19325 Blackfin boards do).
19326
19327 There should be no regressions due to this change as the normal case is to
19328 already have a u-boot.lds file. If that's the case, then there's nothing to
19329 generate, and so make will always exit. The fix here is that if the linker
19330 script does not exist, the implicit rules take over and attempt to guess how
19331 to generate the file.
19332
19333 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19334
438a4c11
WD
19335commit 5583cbf736474ef754e128a54fb78632f57b48fd
19336Author: Marian Balakowicz <m8@semihalf.com>
19337Date: Thu Feb 21 17:27:49 2008 +0100
19338
19339 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
19340
19341 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19342
19343commit 2242f5369822bc7780db95c47985bb408ea9157b
19344Author: Marian Balakowicz <m8@semihalf.com>
19345Date: Thu Feb 21 17:27:41 2008 +0100
19346
19347 [new uImage] Rename and move print_image_hdr() routine
19348
19349 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19350
19351commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
19352Author: Marian Balakowicz <m8@semihalf.com>
19353Date: Thu Feb 21 17:20:20 2008 +0100
19354
19355 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
19356
19357 Introducing routines for parsing new uImage format bootm arguments:
19358 [<addr>]#<conf> - configuration specification
19359 [<addr>]:<subimg> - subimage specification
19360
19361 New format images can contain multiple subimages of the same type. For example
19362 a single new format image file can contain three kernels, two ramdisks and a
19363 couple of FDT blobs. Subimage and configuration specifications are extensions
19364 to bootm (and other image-related commands) arguments' syntax that allow to
19365 specify which particular subimage should be operated on.
19366
19367 Subimage specification is used to denote a particular subimage. Configurations
19368 are a bit more complex -- they are used to define a particualr booting setup,
19369 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
19370 etc.
19371
19372 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19373
19374commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
19375Author: Marian Balakowicz <m8@semihalf.com>
19376Date: Thu Feb 21 17:20:19 2008 +0100
19377
19378 [new uImage] Add gen_get_image() routine
19379
19380 This routine assures that image (whether legacy or FIT) is not
19381 in a special dataflash storage.
19382
19383 If image address is a dataflash address image is moved to system RAM.
19384
19385 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19386
19387commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
19388Author: Marian Balakowicz <m8@semihalf.com>
19389Date: Thu Feb 21 17:20:18 2008 +0100
19390
19391 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
19392
19393 New uImage format (Flattened Image Tree) requires libfdt
19394 functionality, print out error message if CONFIG_OF_LIBFDT
19395 is not defined.
19396
19397 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
19398 This commit turns it on by default.
19399
19400 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19401
b29661fc
WD
19402commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
19403Author: Michael Schwingen <michael@schwingen.org>
19404Date: Mon Feb 18 23:16:35 2008 +0100
19405
19406 CFI: Do not use uninitialized cmd_reset
19407
19408 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
19409 commands instead
19410
19411 From a short test, it looks like AMD-style flash roms treat *any* unknown
19412 command write as a reset, at least when in CFI Query mode, so issuing the
19413 Intel reset command to AMD-style flashs seems safe (from the small sample I
19414 have), plus the 3-cycle magic sequence should kick the state machine into
19415 the right state even without a reset command. Since the AMD-style flashs
19416 require the unlock sequence for real operation, I chose to try the AMD reset
19417 command first, so that Intel flashs do no see an invalid command prior to
19418 the CFI query.
19419
19420 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
19421 plus Intel StrataFlash.
19422
19423 Signed-off-by: Michael Schwingen <michael@schwingen.org>
19424 Signed-off-by: Stefan Roese <sr@denx.de>
19425
19426commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
19427Author: Rafal Jaworowski <raj@semihalf.com>
19428Date: Thu Feb 21 11:56:44 2008 +0100
19429
19430 API: Add (c) and licensing notice to the public API header.
19431
19432 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
19433
19434commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
19435Author: Yuri Tikhonov <yur@emcraft.com>
19436Date: Thu Feb 21 11:06:07 2008 +0100
19437
19438 Fix CPU POST test failure
19439
19440 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
19441 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
19442 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
19443 This patch just saves the CR value before running the test code, so allowing
19444 it to do anything it wants with CR.
19445
19446 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
19447 Acked-by: Yuri Tikhonov <yur@emcraft.com>
19448 --
19449
19450commit d5908b093955415f3d340706378b991f911af671
19451Author: Jon Loeliger <jdl@freescale.com>
19452Date: Wed Feb 20 15:26:51 2008 -0600
19453
19454 8610HPCD: Document the flashbank selection switches.
19455
19456 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19457
19458commit a551cee99ad1d1da20fd23ad265de47448852f56
19459Author: Jon Loeliger <jdl@freescale.com>
19460Date: Wed Feb 20 14:22:26 2008 -0600
19461
19462 86xx: Fix GUR PCI config registers properly.
19463
19464 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
19465 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
19466 botched it due to not realizing that 8610 and 8641 had different
19467 Global Utility Register defintions, one of which was like 85xx,
19468 and the other wasn't. Correct this problem by introducing two
19469 symbols, one for each 86xx SoC, but neither of which is named
19470 anything like 85xx.
19471
19472 My bad. Lovely Wednesday with git bisect. You know.
19473
19474 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19475
19476commit cb06eb961bdffc8728b38c242473d802e83ab2b4
19477Author: Jon Loeliger <jdl@freescale.com>
19478Date: Wed Feb 20 12:24:11 2008 -0600
19479
19480 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
19481
19482 Without an actual supported video card hooked up, enabling
19483 the CONFIG_VIDEO by default just makes it look broken by
19484 routing all console output to the video card. Don't.
19485
19486 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19487
19488commit 4d264eff4312f230776b913edade7ceb75f1b1e0
19489Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19490Date: Wed Jan 30 15:08:15 2008 -0600
19491
19492 ColdFire: Fix missing code flash size for M5485EVB
19493
19494 Signed-off-by: James Mahan <kmahan@freescale.com>
19495 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19496
19497commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
19498Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
19499Date: Wed Jan 30 15:04:42 2008 -0600
19500
19501 ColdFire: Fix 5282 and 5271 interrupt mask bit
19502
19503 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19504
19505commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
19506Author: Jon Loeliger <jdl@freescale.com>
19507Date: Tue Feb 19 12:31:08 2008 -0600
19508
19509 8610HPCD: Fix typos in two PCI setup registers.
19510
19511 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
19512 were erroneously present as 85xx names and values, leftover from
19513 the clone wars. Fix this by removing the 85xx cruft from the
19514 86xx codebase.
19515
19516 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19517
19518commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
19519Author: Jon Loeliger <jdl@freescale.com>
19520Date: Mon Feb 18 14:01:56 2008 -0600
19521
19522 86xx: Convert sbc8641d to use libfdt.
19523
19524 This is the proper fix for a missing closing brace in the function
01db232d 19525 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
19526 The ft_cpu_setup() function in mpc8641hpcn.c should have been
19527 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
19528 but was missed. Only, the sbc8641d was nominally still using it.
19529 It all got ripped out, and the funcality that was in ft_board_setup()
19530 was refactored to remove the CPU portions into the new file
19531 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
19532
19533 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
19534
19535 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19536
19537commit 04efddc87c50c84f85dad5c331c634a6ce830a83
19538Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19539Date: Sun Feb 17 23:35:31 2008 +0100
19540
19541 mpc86xx: Fix unused variable 'config' and 'immap'
19542
19543 and remove useless CONFIG_DDR_INTERLEAVE
19544
19545 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19546
19547commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
19548Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19549Date: Sun Feb 17 23:03:36 2008 +0100
19550
19551 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
19552
19553 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19554
19555commit b6f29c84c208a091f95a10cbc9852d729659ba20
19556Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19557Date: Sun Feb 17 14:15:31 2008 +0100
19558
19559 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
19560
19561 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19562
19563commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
19564Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19565Date: Sun Feb 17 14:15:32 2008 +0100
19566
19567 pxa: fix assignment from incompatible pointer type
19568
19569 fix mmc_bread function prototype
19570
19571 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19572
19573commit 64d792063fff90b8118179b092feee09fe5cae13
19574Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19575Date: Sun Feb 17 14:15:30 2008 +0100
19576
19577 at91cap9adk: fix implicit declaration of function 'eth_init'
19578
19579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19580
19581commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
19582Author: Wolfgang Denk <wd@denx.de>
19583Date: Sun Feb 17 15:43:44 2008 +0100
19584
19585 Remove files added by mistake, update CHANGELOG.
19586
19587 Signed-off-by: Wolfgang Denk <wd@denx.de>
19588
375c4353
WD
19589commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
19590Author: Mike Nuss <mike@terascala.com>
19591Date: Wed Feb 6 11:10:11 2008 -0500
19592
19593 PPC440EPx: Optionally enable second I2C bus
19594
19595 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
19596 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
19597 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
19598
19599 Signed-off-by: Mike Nuss <mike@terascala.com>
19600 Cc: Stefan Roese <sr@denx.de>
19601
19602commit ef5b4f221c22d05770878513951745f236b5b43f
19603Author: Niklaus Giger <niklaus.giger@netstal.com>
19604Date: Tue Feb 5 10:26:44 2008 +0100
19605
19606 ppc4xx: HCU4/5. Cleanup configs
19607
19608 - hcu4.h: Removed define of CONFIG_PPC405GPr
19609 - Corrected phy addresses
19610 - Fix boot variables
19611 - Respect line length of 80 chars
19612
19613 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19614
19615commit 74973126d1be63ac75bdc192f46234dca3a7c421
19616Author: Niklaus Giger <niklaus.giger@netstal.com>
19617Date: Tue Feb 5 11:31:28 2008 +0100
19618
19619 ppc4xx: HCU4/5. Cleanups
19620
19621 - Fix some coding style violations.
19622 - Use in/out_u16/32 where appropriate.
19623 - Use register names from ppc405.h.
19624 - Fix trace useage for Lauterbach.
19625 - Remove obsolete generation HCU2.
19626 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
19627
19628 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19629
19630commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
19631Author: Niklaus Giger <niklaus.giger@netstal.com>
19632Date: Tue Feb 5 10:26:41 2008 +0100
19633
19634 ppc4xx: PPC405GPr fix missing register definitions
19635
19636 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19637
19638commit 214398d9cb22268d9d4f7563359edca0f78297a2
19639Author: Larry Johnson <lrj@acm.org>
19640Date: Fri Jan 18 21:49:05 2008 -0500
19641
19642 ppc4xx: Beautify configuration files for Sequoia and Korat boards
19643
19644 Signed-off-by: Larry Johnson <lrj@acm.org>
19645
19646commit 30c6a241e88499f536e86d325759e29ba00ff67f
19647Author: Anatolij Gustschin <agust@denx.de>
19648Date: Fri Feb 15 20:09:01 2008 +0100
19649
19650 Wipe out assembler warnings while compiling x86 biosemu
19651
19652 This patch tries to get rid of some assembler warnings about
19653 changed .got2 section type while compiling x86 bios emulator
19654 code.
19655
19656 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19657
19658commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
19659Author: Wolfgang Denk <wd@denx.de>
19660Date: Fri Feb 15 00:57:09 2008 +0100
19661
19662 Prepare v1.3.2-rc1 release candidate
19663
67a4389e
WD
19664commit f33e9653c9c09868995d788511d573771c209fe5
19665Author: Anatolij Gustschin <agust@denx.de>
19666Date: Fri Feb 15 00:13:20 2008 +0100
19667
19668 Fix compile warning on lib_ppc/board.c
19669
19670 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19671
19672commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
19673Author: Anatolij Gustschin <agust@denx.de>
19674Date: Thu Feb 14 18:22:04 2008 +0100
19675
19676 Add Radeon Mobility 9200 pci device id to the radeon driver
19677
19678 This patch extends PCI device id table of the
19679 radeon driver so that the driver will also support
19680 Radeon Mobility 9200 (M9+) based boards.
19681
19682 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19683
19684commit 1b8607e1f7143548c6062c28371449ec69588c00
19685Author: Anatolij Gustschin <agust@denx.de>
19686Date: Thu Feb 14 18:19:50 2008 +0100
19687
19688 Extend ATI Radeon driver to support more video modes
19689
19690 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
19691 800x600, 640x480 at 24, 16 and 8 bpp.
19692
19693 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19694
19695commit 4124382de029d361162a4b8cecc773eb8f26e2a8
19696Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19697Date: Sun Feb 10 17:05:20 2008 +0100
19698
19699 xsengine: fix typo and few coding style
19700
19701 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19702
19703commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
19704Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
19705Date: Fri Feb 8 21:25:58 2008 +0100
19706
19707 Fix wrong memory limit calculation in memory-test
19708
19709 If the length of the memory address range passed to the "mtest" command is
19710 not of the form 2^x - 1, not all address lines are tested. This bug is
19711 inherited from the original software at
19712 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
19713 this.
19714
19715 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
19716
19717commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
19718Author: Wolfgang Denk <wd@denx.de>
19719Date: Fri Feb 15 00:11:39 2008 +0100
19720
19721 Coding STyle cleanup.
19722
19723 Signed-off-by: Wolfgang Denk <wd@denx.de>
19724
19725commit f6921e3dc331293c873ec4d109fd5517a42a90b3
19726Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19727Date: Tue Feb 5 13:30:43 2008 +0900
19728
19729 sh: Fix register address of SH7722
19730
19731 The address of SH7722 is wrong by old document.
19732 This patch fixes this problem.
19733
19734 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19735
19736commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
19737Author: Mike Frysinger <vapier@gentoo.org>
19738Date: Mon Feb 4 17:44:23 2008 -0500
19739
19740 only update version header as needed
19741
19742 Constantly rebuilding the version header will force useless relinking, so we
19743 simply need to compare the new header with the existing one before updating
19744 it.
19745
19746 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19747
19748commit 208447f8e953f347425eb92c8e28d59e6d911363
19749Author: Mike Frysinger <vapier@gentoo.org>
19750Date: Mon Jan 28 05:56:19 2008 -0500
19751
19752 Do not specify a CROSS_COMPILE default when executing size
19753
19754 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19755
19756commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
19757Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
19758Date: Wed Feb 13 11:19:19 2008 +0100
19759
19760 Fix return value of mtest when CFG_ALT_MEMTEST set
19761
19762 Fix a missing return statement from a non-void function.
19763
19764 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
19765
19766commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
19767Author: Timur Tabi <timur@freescale.com>
19768Date: Wed Jan 9 14:35:26 2008 -0600
19769
19770 85xx, 86xx: Determine I2C clock frequencies and store in global_data
19771
19772 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
19773
19774 Update the get_clocks() function in 85xx and 86xx to determine the I2C
19775 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
19776
19777 Signed-off-by: Timur Tabi <timur@freescale.com>
19778
19779commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
19780Author: Wolfgang Denk <wd@denx.de>
19781Date: Thu Feb 14 23:18:01 2008 +0100
19782
19783 TQM834x: clean up configuration
19784
19785 Get board name consistent with Linux and elsewhere;
19786 get rid of local network definitions etc.
19787
19788 Signed-off-by: Wolfgang Denk <wd@denx.de>
19789
19790commit 38cc09c55b1d7f233789052c6fc462e5377669a9
19791Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19792Date: Thu Feb 14 08:02:12 2008 +0100
19793
19794 TFTP: fix search of ':' in BootFile
19795
19796 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19797
19798commit 0bc9efada170096c6b273f19165e32936d330d80
19799Author: Wolfgang Denk <wd@denx.de>
19800Date: Thu Feb 14 22:46:55 2008 +0100
19801
19802 Coding style cleanup; update CHANGELOG.
19803
19804 Signed-off-by: Wolfgang Denk <wd@denx.de>
19805
0bc9efad
WD
19806commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
19807Author: Wolfgang Denk <wd@denx.de>
19808Date: Thu Feb 14 22:43:22 2008 +0100
19809
19810 PPC: Use r2 instead of r29 as global data pointer
19811
19812 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
19813 will refuse to use load/store multiple insns; instead, it issues a
19814 list of simple load/store instructions upon function entry and exit,
19815 resulting in bigger code size, which in turn makes the build for a
19816 few boards fail.
19817
19818 Use r2 instead.
19819
19820 Signed-off-by: Wolfgang Denk <wd@denx.de>
19821
19822commit 3c234efa693bc59906c2be55c7918ecbb55392ea
19823Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
19824Date: Wed Jan 30 09:08:49 2008 +0100
19825
19826 ARM: make the machid configurable via the environment
19827
19828 If the variable "machid" exists, let do_bootm_linux use that instead
19829 of bd->bi_arch_number.
19830
19831