]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Fix 8313ERDB board configuration
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
180a90ab
WD
1commit 16bedc661de0dae767b1377d8413373a3fbcfa79
2Author: Stefan Roese <sr@denx.de>
3Date: Mon May 19 07:14:38 2008 +0200
4
5 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
6
7 When SATA is selected (via jumper J6) we need to disable the first PCIe
8 node in the device tree, so that Linux doesn't initialize it. Otherwise
9 the Linux SATA driver will fail to detect the devices.
10
11 The same goes the other way around too. So if PCIe is selected we need
12 to disable the SATA node in the device tree.
13
14 This is because PCIe port 0 and SATA on 460EX share the same pins
15 (multiplexed) and we have to configure in U-Boot which peripheral is
16 enabled.
17
18 Signed-off-by: Stefan Roese <sr@denx.de>
19
20commit 3cc27b426aeefe2930f911692e9df3143fb2565f
21Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22Date: Sun May 18 19:09:58 2008 +0200
23
24 i386: Fix multiple definitions of __show_boot_progress
25
26 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27
28commit 311f3446930c1e64c12026c1cfd00500b05be52d
29Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30Date: Sun May 18 19:09:57 2008 +0200
31
32 sc530_spunk: add missing SOBJS entry
33
34 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35
36commit a559317143b4f95927b08cd388707e6f077e95fa
37Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38Date: Sun May 18 19:09:56 2008 +0200
39
40 sc520_spunk: Fix flash
41
42 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
43 flash.c:398: error: label at end of compound statement
44
45 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46
47commit 91f221317af64191ee8caf303ea9305943158691
48Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49Date: Sun May 18 19:09:49 2008 +0200
50
51 drivers/pcmcia: add missing i82365
52
53 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54
55commit dd223944132f97ffa52977ea95e5a52428f5cc2f
56Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57Date: Sun May 18 19:09:47 2008 +0200
58
59 i386/bootm: remove unused var
60
61 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62
63commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
64Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65Date: Sun May 18 19:09:45 2008 +0200
66
67 example/gitignore: update with all generated examples
68
69 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70
71commit a38dc3ea8614f8b0c41e432b445a9959b9711295
72Author: Wolfgang Denk <wd@denx.de>
73Date: Thu May 15 00:42:45 2008 +0200
74
75 TQM8272: fix out-of-tree building
76
77 ...and add to MAKEALL script
78
79 Signed-off-by: Wolfgang Denk <wd@denx.de>
80
81commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
82Author: Wolfgang Denk <wd@denx.de>
83Date: Wed May 14 23:34:53 2008 +0200
84
85 environment: fix bug introduced by commit a8409f4f1ac8
86
87 env_get_char is not a function, but a pointer to one.
88
89 Signed-off-by: Wolfgang Denk <wd@denx.de>
90
91commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
92Author: Wolfgang Denk <wd@denx.de>
93Date: Wed May 14 13:55:30 2008 +0200
94
95 Fix config files for out-of-tree building
96
97 Several board/<...>/config.mk files include dynamically built (by
98 the Makefile) config files but used the wrong file name of
99 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
100 instead if the correct
101 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
102
103 The bug is nasty because the build result is correct for the (normal)
104 in-tree builds, and because 'sinclude' is used no errors get raised
105 even for out-of-tree build tests. But out-of-tree builds use an
106 incomplete and thus usually incorrect configuration...
107
108 Signed-off-by: Wolfgang Denk <wd@denx.de>
109
110commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
111Author: Stefan Roese <sr@denx.de>
112Date: Wed May 14 13:40:03 2008 +0200
113
114 ppc4xx: Fix bogus Canyonlands config.mk
115
116 This patch fixes the canyonlands config.mk file to enable correct
117 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
118
119 Signed-off-by: Stefan Roese <sr@denx.de>
120
121commit fdd1247a66d788a3446244f6fde9955a93c26322
122Author: Stefan Roese <sr@denx.de>
123Date: Wed May 14 10:32:32 2008 +0200
124
125 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
126
127 Canyonlands has a file ddr2_fixed.c which needs special treatment when
128 building in separate directory. It has to be linked to build directory
129 otherwise it is not seen.
130
131 Signed-off-by: Stefan Roese <sr@denx.de>
132
133commit a8409f4f1ac84c36273c1a1e341189662521bcfb
134Author: Wolfgang Denk <wd@denx.de>
135Date: Wed May 14 12:22:49 2008 +0200
136
137 environment: cleanup prototype declarations of env functions.
138
139 Signed-off-by: Wolfgang Denk <wd@denx.de>
140
141commit cf39b07948015c480b72a6e732cf7d839aa93a9e
142Author: Wolfgang Denk <wd@denx.de>
143Date: Wed May 14 12:21:48 2008 +0200
144
145 linkstation_HGLAN: Fix out of tree building.
146
147 Signed-off-by: Wolfgang Denk <wd@denx.de>
148
149commit 085551c05ca09e6c491ea11a1c6727a36776a545
150Author: Stefan Roese <sr@denx.de>
151Date: Wed May 14 10:32:32 2008 +0200
152
153 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
154
155 Canyonlands has a file ddr2_fixed.c which needs special treatment when
156 building in separate directory. It has to be linked to build directory
157 otherwise it is not seen.
158
159 Signed-off-by: Stefan Roese <sr@denx.de>
160
161commit 1510b82d50615f344e89d42533e8224cce067dc0
162Author: Wolfgang Denk <wd@denx.de>
163Date: Tue May 13 23:15:52 2008 +0200
164
165 Makefile: fix "error: version_autogenerated.h: No such file or directory"
166
167 Signed-off-by: Wolfgang Denk <wd@denx.de>
168
169commit 70fab1908fc1734a403711eaabbef546bc4b77dc
170Author: Stefan Roese <sr@denx.de>
171Date: Tue May 13 20:22:01 2008 +0200
172
173 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
174
175 Signed-off-by: Stefan Roese <sr@denx.de>
176
177commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
178Author: Wolfgang Denk <wd@denx.de>
179Date: Mon May 12 01:11:21 2008 +0200
180
181 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
182
183 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
184 which broke many PowerPC boards.
185
186commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
187Author: Wolfgang Denk <wd@denx.de>
188Date: Mon May 12 00:56:28 2008 +0200
189
190 Revert "Avoid initrd and logbuffer area overlaps"
191
192 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
193 which breaks building on all PPC boards that don't use a log buffer.
194
195commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
196Author: Nick Spence <nick.spence@freescale.com>
197Date: Sat May 10 14:02:04 2008 -0700
198
199 Fix offset calculation for multi-type legacy images.
200
201 Calculation of tail was incorrect when size % 4 == 0.
202
203 New code removes the conditional and does the same thing but with arithmetic
204
205 Signed-off-by: Nick Spence <nick.spence@freescale.com>
206
207commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
208Author: Wolfgang Denk <wd@denx.de>
209Date: Mon May 12 00:40:58 2008 +0200
210
211 Revert "Change env_get_char from a global function ptr to a function."
212
213 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
214 which is known to break booting from dataflash and NAND.
215
216commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
217Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
218Date: Sun May 11 23:13:57 2008 +0200
219
220 API: remove duplicate syscall check
221
222 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
223
224commit 79dd1712689d6a5031d7cbff54957049680751c7
225Author: Markus Klotzbücher <mk@denx.de>
226Date: Thu May 8 16:00:55 2008 +0200
227
228 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
229
230 When using dhcp/bootp the "netmask" environment variable is not set
231 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
232 desireable, so the following patch adds this this option to the board
233 config.
234
235 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
236 Signed-off-by: Stefan Roese <sr@denx.de>
237
238commit 869d14b4cc2e47de2ddcb117bad0407a44436684
239Author: Stefan Roese <sr@denx.de>
240Date: Sat May 10 10:30:36 2008 +0200
241
242 ppc4xx: Update Makalu defconfig to use device-tree booting as default
243
244 This patch reworks the default environment on Makalu. Now "net_nfs" for
245 example uses the device-tree style booting formerly know as "net_nfs_fdt".
246 Also the addresses in RAM were changed because of the new image booting
247 support, which check for image overwriting. So the addresses needed to
248 get adjusted.
249
250 Signed-off-by: Stefan Roese <sr@denx.de>
251
252commit f3612a7b199cab3942f60d9c1392eb39d58cc699
253Author: Becky Bruce <bgill@freescale.com>
254Date: Wed May 7 13:28:16 2008 -0500
255
256 PPC: fix map_physmem build warning
257
258 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
259 enabled. This quiets the warning.
260
261 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
262
263commit 36f32675f40292002ee1fed252c180a43022d2d4
264Author: Becky Bruce <bgill@freescale.com>
265Date: Wed May 7 13:24:57 2008 -0500
266
267 Update pci code to use phys_addr_t
268
269 Physical addrs need to be represented by phys_addr_t, not
270 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
271 are going to fail mightily.
272
273 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
274
275commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
276Author: Nick Spence <nick.spence@freescale.com>
277Date: Thu May 8 22:32:22 2008 -0700
278
279 Support legacy multi-type images without FDT section.
280
281 This patch enables legacy multi-type images containing only a Linux kernel
282 and root file system to be loaded, maintaining compatibility with previous
283 versions of u-boot.
284
285 This is required when using old image files such as a Linux 2.4 kernel /
286 filesystem.
287
288 Signed-off-by: Nick Spence <nick.spence@freescale.com>
289 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
290
291commit 881031d9732783b7aeae2198fc7eb480ae8974a6
292Author: Wolfgang Denk <wd@denx.de>
293Date: Sat May 10 00:38:02 2008 +0200
294
295 Update CHANGELOG.
296
297 Signed-off-by: Wolfgang Denk <wd@denx.de>
298
881031d9
WD
299commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
300Author: Wolfgang Denk <wd@denx.de>
301Date: Sat May 10 00:36:09 2008 +0200
302
303 post/cpu/ppc4xx/Makefile: line length cleanup
304
305 Signed-off-by: Wolfgang Denk <wd@denx.de>
306
307commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
308Author: Stelian Pop <stelian@popies.net>
309Date: Thu May 8 22:52:09 2008 +0200
310
311 Fix @ -> <at> substitution
312
313 When applying the AT91CAP9 patches upstream, something transformed
314 the '@' character into the ' <at> ' sequence.
315
316 The patch below restores the original form in all the places where
317 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
318 were copied from AT91CAP9, and a couple of other files where the
319 ' <at> ' sequence was present).
320
321 Signed-off-by: Stelian Pop <stelian@popies.net>
322
323commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
324Author: Stelian Pop <stelian@popies.net>
325Date: Thu May 8 22:52:10 2008 +0200
326
327 Update origin and copyright information in arch-at91sam9 header files
328
329 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
330 copied from the Linux kernel sources. This patch explicitly specifies
331 this origin for all the copied headers, and for those missing copyright
332 information, adds it.
333
334 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
335 in the latest kernel sources by 'at91sam9_smc.h'.
336
337 The copyright information has been confirmed by the AT91 Linux kernel
338 maintainer, Andrew Victor <avictor.za@gmail.com>.
339
340 Signed-off-by: Stelian Pop <stelian@popies.net>
341
342commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
343Author: Stelian Pop <stelian@popies.net>
344Date: Thu May 8 22:52:11 2008 +0200
345
346 Add copyright information in Atmel boards partition.c
347
348 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
349 the new created files. This patch fixes the problem.
350
351 Signed-off-by: Stelian Pop <stelian@popies.net>
352
353commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
354Author: Guennadi Liakhovetski <lg@denx.de>
355Date: Thu May 8 10:09:27 2008 +0200
356
357 mx31ads: fix 32kHz clock handling
358
359 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
360 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
361 Also fix a typo when verifying a jumper configuration. While at it, make
362 two needlessly global functions static.
363
364 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
365
366commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
367Author: Marian Balakowicz <m8@semihalf.com>
368Date: Wed May 7 13:10:04 2008 +0200
369
370 Avoid initrd and logbuffer area overlaps
371
372 Add logbuffer to reserved LMB areas to prevent initrd allocation
373 from overlaping with it.
374
375 Make sure to use correct logbuffer base address.
376
377 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
378
379commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
380Author: Marian Balakowicz <m8@semihalf.com>
381Date: Wed May 7 13:08:54 2008 +0200
382
383 ppc: Cleanup get_effective_memsize() use
384
385 Removed duplicated effective memory size calculation code.
386
387 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
388
389commit 273c37d843d5b581090378016cd12dd9c586907b
390Author: Marian Balakowicz <m8@semihalf.com>
391Date: Wed May 7 09:03:53 2008 +0200
392
393 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
394
395 Recent modifcations to LOGBUFFER handling code were incorrecly
396 introduced to fit_check_kernel() routine during
397 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
398 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
399
400 This patch cleans up this merge issue.
401
402 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
403
404commit bc11756daff89a3de09ca80adac962b88cf06e6e
405Author: Grant Erickson <gerickson@nuovations.com>
406Date: Tue May 6 20:16:15 2008 -0700
407
408 Propagate Error Status to the Shell on fw_printenv Errors
409
410 Changed implementation such that fw_printenv returns failure status
411 when one or more specified variables do not exist or when incorrect
412 command syntax is used.
413
414 This aids scripting fw_printenv such that the script can key of the
415 return status rather than relying on standard error "scraping".
416
417 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
418 Signed-off-by: Wolfgang Denk <wd@denx.de>
419
420commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
421Author: Grant Erickson <gerickson@nuovations.com>
422Date: Tue May 6 16:18:00 2008 -0700
423
424 Fix Compilation Errors with 'tools/env/fw_printenv'
425
426 In the current top-of-tree, 1.3.3.-rc2, the optional tool
427 'tools/env/fw_printenv' fails to compile for two reasons:
428
429 1) The header watchdog.h cannot be found.
430 2) The header zlib.h is picked up from the tool chain rather than the
431 project causing a prototype conflict for crc32.
432
433 This patch addresses both of these issues.
434
435 Platforms Tested On:
436 - AMCC "Kilauea"
437
438 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
439
440commit 597f6c26a18b389903a64692bacbf9a1ca69355b
441Author: James Yang <James.Yang@freescale.com>
442Date: Mon May 5 10:22:53 2008 -0500
443
444 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
445
446 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
447 work before relocating to RAM because command history is written into
448 a global array that is not writable before relocation. This patch
449 defers to the no-editing and no-history code in readline_into_buffer()
450 if it is called before relocation.
451
452 Signed-off-by: James Yang <James.Yang@freescale.com>
453 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
454
455commit 726c0f1e5f108dccea052965123b95837d2bd402
456Author: Detlev Zundel <dzu@denx.de>
457Date: Mon May 5 16:11:22 2008 +0200
458
459 cosmetic: Adjust coding style for switch statements to be consistent
460
461 Signed-off-by: Detlev Zundel <dzu@denx.de>
462
463commit 574b319512b13e10800f0045e39b993f4ca25e42
464Author: Detlev Zundel <dzu@denx.de>
465Date: Mon May 5 16:11:21 2008 +0200
466
467 Fix disk type output in disk/part.c
468
469 Signed-off-by: Detlev Zundel <dzu@denx.de>
470
471commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
472Author: Vlad Lungu <vlad.lungu@windriver.com>
473Date: Mon May 5 14:20:03 2008 +0300
474
475 Mail address change, documentation modified
476
477 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
478
479commit 4d49b28038e2819088e8356a77212fc95a89ce5a
480Author: Michal Simek <monstr@monstr.eu>
481Date: Sun May 4 15:42:41 2008 +0200
482
483 microblaze: Repare intc handling
484
485 Signed-off-by: Michal Simek <monstr@monstr.eu>
486
487commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
488Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
489Date: Sun May 4 15:17:52 2008 +0200
490
491 include/gitignore: update to all architectures
492
493 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
494
495commit 1df368aed3b8bc240fe1595d290b0e91b22961da
496Author: Marcel Ziswiler <marcel@ziswiler.com>
497Date: Mon May 5 02:12:06 2008 +0200
498
499 ide: Remove spurious second include of io.h
500
501 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
502
503 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
504
505commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
506Author: Adrian Filipi <adrian.filipi@eurotech.com>
507Date: Tue May 6 16:46:37 2008 -0400
508
509 Fix some typos
510
511 This patch fixes three typos.
512 The first is a repetition of CONFIG_CMD_BSP.
513 The second makes the #endif comment match its #if.
514 The third is a spelling error.
515
516 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
517
518commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
519Author: Grant Erickson <gerickson@nuovations.com>
520Date: Sun May 4 16:45:01 2008 -0700
521
522 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
523
524 Add support for the recognition of 'powerpc' as an alias for the PowerPC
525 architecture type since Linux is already trending in that direction,
526 preferring 'powerpc' to 'ppc'.
527
528 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
529
530commit f5a24259190c388c2527bdc49fee34577d862cc7
531Author: Wheatley Travis <Travis.Wheatley@freescale.com>
532Date: Fri May 2 13:35:15 2008 -0700
533
534 7450 and 86xx L2 cache invalidate bug corrections
535
536 The 7610 and related parts have an L2IP bit in the L2CR that is
537 monitored to signal when the L2 cache invalidate is complete whereas the
538 7450 and related parts utilize L2I for this purpose. However, the
539 current code does not account for this difference. Additionally the 86xx
540 L2 cache invalidate code used an "andi" instruction where an "andis"
541 instruction should have been used.
542
543 This patch addresses both of these bugs.
544
545 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
546 Acked-By: Jon Loeliger <jdl@freescale.com>
547
548commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
549Author: Wolfgang Denk <wd@denx.de>
550Date: Fri May 9 10:16:13 2008 +0200
551
552 Avoid infinite loop "Generating include/autoconf.mk"
553
554 Fix a bogus circular dependency that caused an infinite loop of
555 "Generating include/autoconf.mk" again and again.
556
557 Signed-off-by: Wolfgang Denk <wd@denx.de>
558
559commit ef2642625cbfb1c3695e3478d08ae515052a4950
560Author: Stefan Roese <sr@denx.de>
561Date: Thu May 8 11:10:46 2008 +0200
562
563 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
564
565 Signed-off-by: Stefan Roese <sr@denx.de>
566
567commit a00eccfebc954ad9485161efeca7d9aaf626d530
568Author: Stefan Roese <sr@denx.de>
569Date: Thu May 8 11:05:15 2008 +0200
570
571 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
572
573 This patch adds fdt (flattened device tree) support to all remaining AMCC
574 eval boards. Most newer boards already support device tree. With this patch,
575 all AMCC boards now enable device tree passing from U-Boot to Linux
576 arch/powerpc kernels.
577
578 Signed-off-by: Stefan Roese <sr@denx.de>
579
580commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
581Author: Stefan Roese <sr@denx.de>
582Date: Thu May 8 11:01:09 2008 +0200
583
584 ppc4xx: Add weak default ft_board_setup() routine
585
586 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
587 This routine is defined as weak and can be overwritten by a board specific
588 one if needed.
589
590 Signed-off-by: Stefan Roese <sr@denx.de>
591
592commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
593Author: Stefan Roese <sr@denx.de>
594Date: Thu May 8 10:48:58 2008 +0200
595
596 ppc4xx: acadia: Add fdt support and fix section overlap problem
597
598 This patch adds fdt (flattened device tree) support to the AMCC
599 Acadia eval board. This increases the image size and it doesn't
600 fit anymore into 256kByte. Since we didn't want to remove features
601 from the configuration, we decided to increase the U-Boot image size
602 (add one flash sector).
603
604 Also changed the default environment definition to make it
605 independent of such changes.
606
607 Signed-off-by: Stefan Roese <sr@denx.de>
608
609commit 4adb3023de75bc150f088c8935db340930ad38c8
610Author: Ira Snyder <iws@ovro.caltech.edu>
611Date: Tue Apr 29 11:18:54 2008 -0700
612
613 ppc4xx: Add device tree support to AMCC Yosemite
614
615 Add support for booting with a device tree blob. This is needed to boot
616 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
617 via the ethaddr variable.
618
619 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
620 Signed-off-by: Stefan Roese <sr@denx.de>
621
622commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
623Author: Dave Mitchell <dmitchell@amcc.com>
624Date: Wed May 7 09:00:23 2008 -0700
625
626 ppc4xx: Fix typos in 460GT/EX FBDV array
627
628 Corrected two typos in the 460GT/EX FBDV array.
629
630 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
631 Signed-off-by: Stefan Roese <sr@denx.de>
632
633commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
634Author: Andy Fleming <afleming@freescale.com>
635Date: Wed May 7 16:54:31 2008 -0500
636
637 85xx: Limit CPU2 workaround to parts that have the errata
638
639 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
640 Signed-off-by: Andy Fleming <afleming@freescale.com>
641
642commit a5fe514e8ace564300d2c1d73846ddff49654243
643Author: Lee Nipper <lee.nipper@freescale.com>
644Date: Fri Apr 25 15:44:45 2008 -0500
645
646 mpc83xx: system performance settings for MPC8349EMDS.
647
648 These same settings are used on MPC8349ITX, and
649 improve performance on MPC8349EMDS.
650
651 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
652 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
653
654commit 49387dba910e485640b575e920ee463b7e611dc3
655Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
656Date: Tue May 6 13:22:52 2008 +0900
657
658 [MIPS] cpu/mips/cache.S: Fix build warning
659
660 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
661 warns illegal global symbol references by bal (and jal also) instruction.
662 This does not happen with the latest binutils v2.18.
663
664 Here's an example on gth2_config:
665
666 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
667 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
668 c -EB -c -o cache.o cache.S
669 cache.S: Assembler messages:
670 cache.S:243: Warning: Pretending global symbol used as branch target is local.
671 cache.S:250: Warning: Pretending global symbol used as branch target is local.
672
673 In principle, gas might be sensitive to global symbol references in PIC
674 code because they should be processed through GOT (global offset table).
675 But if `bal' instruction is used, it results in PC-based offset jump.
676 This is the cause of this warning.
677
678 In practice, we know it doesn't matter whether PC-based reference or GOT-
679 based. As for this case, both will work before/after relocation. But let's
680 fix the code.
681
682 This patch explicitly sets up a target address, then jump there.
683 Here's an example of disassembled code with/without this patch.
684
685 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
686 9000066c: ac80fffc sw zero,-4(a0)
687 90000670: 01402821 move a1,t2
688 -90000674: 0411ffba bal 90000560 <mips_init_icache>
689 -90000678: 01803021 move a2,t4
690 -9000067c: 01602821 move a1,t3
691 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
692 -90000684: 01a03021 move a2,t5
693 -90000688: 03000008 jr t8
694 -9000068c: 00000000 nop
695 +90000674: 01803021 move a2,t4
696 +90000678: 8f8f83ec lw t7,-31764(gp)
697 +9000067c: 01e0f809 jalr t7
698 +90000680: 00000000 nop
699 +90000684: 01602821 move a1,t3
700 +90000688: 01a03021 move a2,t5
701 +9000068c: 8f8f81e0 lw t7,-32288(gp)
702 +90000690: 01e0f809 jalr t7
703 +90000694: 00000000 nop
704 +90000698: 03000008 jr t8
705 +9000069c: 00000000 nop
706
707 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
708
709commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
710Author: Vlad Lungu <vlad.lungu@windriver.com>
711Date: Mon May 5 14:04:00 2008 +0300
712
713 Allow building mips versions with ELDK 3.1.1
714
715 .gpword works only with local symbols on certain binutils versions
716
717 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
718
719commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
720Author: Wolfgang Denk <wd@denx.de>
721Date: Mon May 5 12:52:36 2008 +0200
722
723 MAKEALL: add inka4x0 board
724
725 Signed-off-by: Wolfgang Denk <wd@denx.de>
726
727commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
728Author: Wolfgang Denk <wd@denx.de>
729Date: Sun May 4 21:34:23 2008 +0200
730
731 kb9202 board: fix build problem.
732
733 Signed-off-by: Wolfgang Denk <wd@denx.de>
734
735commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
736Author: Wolfgang Denk <wd@denx.de>
737Date: Sun May 4 12:10:33 2008 +0200
738
739 Prepare for v1.3.3-rc3
740
741 Update ChNAGELOG, minor white space cleanup.
742
743 Signed-off-by: Wolfgang Denk <wd@denx.de>
744
6adf61dc
WD
745commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
746Author: Wolfgang Denk <wd@denx.de>
747Date: Sun May 4 00:35:15 2008 +0200
748
749 drivers/net/tsec.c: Fix typo.
750
751 Signed-off-by: Wolfgang Denk <wd@denx.de>
752
753commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
754Author: Mike Frysinger <vapier@gentoo.org>
755Date: Fri May 2 21:45:12 2008 -0400
756
757 version_autogenerated.h: use printf rather than echo -n
758
759 Some systems are dumb and do not implement the -n flag to echo (like OS X).
760 Convert the Makefile to use printf as this should work everywhere.
761
762 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
763 Signed-off-by: Wolfgang Denk <wd@denx.de>
764
765commit 4acc2a108ad0a669165924704a6cb083f9138242
766Author: Mike Frysinger <vapier@gentoo.org>
767Date: Fri May 2 18:17:50 2008 -0400
768
769 fix building when saveenv is disabled in some setups
770
771 If you enable environment in the flash, but disable the embedded
772 option, and you disable the saveenv command, then the #if nested
773 logic will trigger a compile failure:
774 env_flash.c: In function 'env_relocate_spec':
775 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
776 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
777
778 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
779
780commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
781Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
782Date: Fri May 2 16:10:04 2008 -0400
783
784 SBC8548: fix address mask to allow 64M flash
785
786 Fix incorrect mask to enable all 64MB of onboard flash.
787 Previously U-Boot incorrectly mapped only 8MB of flash, this
788 patch correctly maps all the available flash.
789
790 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
791
792commit 3648085c464c8c22ef76fab006ca4344d3796124
793Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
794Date: Fri May 2 19:48:56 2008 +0200
795
796 qemu_mips: add README
797
798 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
799
800commit 6fdd002689190a0022c7b3dbab37fcba724580ce
801Author: Marcel Ziswiler <marcel@ziswiler.com>
802Date: Fri May 2 02:35:59 2008 +0200
803
804 Fix misspelled comment
805
806 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
807
808commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
809Author: Mike Frysinger <vapier@gentoo.org>
810Date: Thu May 1 04:13:05 2008 -0400
811
812 mkimage: make mmap() checks consistent
813
814 The mmap() related code is full of inconsistent casts/constants when
815 it comes to error checking, and may break when building on some
816 systems (like ones that do not implicitly define the caddr_t type).
817 Let's just avoid the whole mess by writing the code nice and clean in
818 the first place.
819
820 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
821
822commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
823Author: Marcel Ziswiler <marcel@ziswiler.com>
824Date: Thu May 1 09:05:34 2008 +0200
825
826 Fix defined but not used build warning
827
828 - warning: 'srom' defined but not used
829
830 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
831
832commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
833Author: Marcel Ziswiler <marcel@ziswiler.com>
834Date: Thu May 1 09:05:26 2008 +0200
835
836 Fix implicit declaration build warnings
837
838 - warning: implicit declaration of function ‘serial_initialize’
839
840 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
841
842commit 9acde129cc3f9c1b3bc11a821480dd446774d618
843Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
844Date: Tue Apr 29 19:18:32 2008 +0200
845
846 TSEC: add config options for VSC8601 RGMII PHY
847
848 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
849 and Tx clock lines. They are configured using 2 bits in extended
850 register 0x17.
851 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
852 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
853
854 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
855 Acked-by: Andy Fleming <afleming@freescale.com>
856 Acked-by: Ben Warren <biggerbadderben@gmail.com>
857 --
858
859 drivers/net/tsec.c | 6 ++++++
860 drivers/net/tsec.h | 3 +++
861 2 files changed, 9 insertions(+), 0 deletions(-)
862
863commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
864Author: Wolfgang Denk <wd@denx.de>
865Date: Sat May 3 23:07:15 2008 +0200
866
867 Revert "ColdFire: Get information from the correct GCC"
868
869 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
870 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
871
872commit c4e5f52a58d278eebb87f476e353972c5dacea40
873Author: Wolfgang Denk <wd@denx.de>
874Date: Sat May 3 22:25:00 2008 +0200
875
876 config.mk: use correct (cross) compiler
877
878 Some config.mk files reference $(CC) to test for specific tool chain
879 features, so make sure $(CC) gets set before including any such
880 config files.
881
882 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
883 the correct GCC").
884
885 Signed-off-by: Wolfgang Denk <wd@denx.de>
886
887commit 27c38689d0cfde0e444239345f97b5eecc9f4067
888Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
889Date: Thu May 1 02:13:44 2008 +0200
890
891 pxa: fix previous definition on cpu init
892
893 start.S:183:1: warning: "ICMR" redefined
894 In file included from start.S:33:
895 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
896 start.S:187:1: warning: "RCSR" redefined
897 ...
898
899 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
900
901commit 6d12e697de794d700767f22f950e3026ccf4daf6
902Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
903Date: Thu May 1 02:13:43 2008 +0200
904
905 pxa: fix pcmcia operation on 'i' may be undefined
906
907 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
908 Signed-off-by: Wolfgang Denk <wd@denx.de>
909
910commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
911Author: Kumar Gala <galak@kernel.crashing.org>
912Date: Wed Apr 30 16:24:35 2008 -0500
913
914 MPC8610HPCD: Drop -O2 from the build flags
915
916 Make the flags use -Os like all other boards
917
918 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
919
920commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
921Author: Stefan Roese <sr@denx.de>
922Date: Wed Apr 30 15:50:39 2008 +0200
923
924 RTC: Fix month offset by one problem in M41T62 RTC driver
925
926 This patch fixes a problem with the month being read and written
927 incorrectly (offset by one). This only gets visible by also using
928 the Linux driver (rtc-m41t80).
929
930 Tested on AMCC Canyonlands.
931
932 Signed-off-by: Stefan Roese <sr@denx.de>
933
934commit 141ba1cad8e6598a2466e7e2976c6a12285df619
935Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
936Date: Sat May 3 13:51:44 2008 +0900
937
938 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
939
940 Current trick to pick up GNU assembler minor version uses a dot(.) as a
941 delimiter, and take the second field to obtain minor version number. But
942 as can be expected, this doesn't work with a version string which has
943 dots more than needs.
944
945 Here's an example:
946
947 $ mips-linux-gnu-as --version | grep 'GNU assembler'
948 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
949 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
950 2-129) 2
951 $
952
953 This patch restricts the version format to 2.XX.XX... This will work
954 in most cases.
955
956 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
957 2.18.50.20080215
958 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
959 18
960 $
961
962 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
963
964commit ea638951acead7f1086c908c0b9f086beab82a22
965Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
966Date: Sat May 3 13:51:28 2008 +0900
967
968 [MIPS] cpu/mips/cache.S: Add dcache_enable
969
970 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
971 "allow ports to override bootelf behavior") requires ports to have this
972 function.
973
974 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
975 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
976
977commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
978Author: Wolfgang Denk <wd@denx.de>
979Date: Thu May 1 21:30:16 2008 +0200
980
981 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
982
983 Onenand needs a version of memcpy() which performs 16 bit accesses
984 only; make sure the name does not conflict with the standard
985 function.
986
987 Signed-off-by: Wolfgang Denk <wd@denx.de>
988
989commit 12bc4e94251c369c529ffa505cf58b148c372f7f
990Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
991Date: Wed Apr 30 22:38:17 2008 +0200
992
993 cmd_nand: fix warning: str2long ncompatible pointer type
994
995 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
996
997commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
998Author: Timur Tabi <timur@freescale.com>
999Date: Fri Apr 4 11:16:11 2008 -0500
1000
1001 Fix calculation of I2C clock for some 86xx chips
1002
1003 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
1004 There is no pattern that can be used to determine which chips use which
1005 frequency, so the only way to determine is to look up the actual SOC
1006 designation and use the right value for that SOC.
1007
1008 Signed-off-by: Timur Tabi <timur@freescale.com>
1009
1010commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
1011Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1012Date: Wed Apr 30 12:11:19 2008 -0500
1013
1014 ColdFire: Fix ethernet hang issue for mcf547x_8x
1015
1016 The ethernet hang is caused by receiving buffer in DRAM is not
1017 yet ready due to access cycles require longer time in DRAM.
1018 Relocate DMA buffer descriptors from DRAM to internal SRAM.
1019
1020 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1021
1022commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
1023Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1024Date: Wed Apr 30 12:10:47 2008 -0500
1025
1026 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
1027
1028 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
1029 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1030
1031commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
1032Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1033Date: Wed Apr 30 12:10:23 2008 -0500
1034
1035 ColdFire: Get information from the correct GCC
1036
1037 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1038 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1039
1040commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
1041Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
1042Date: Wed Apr 30 18:02:59 2008 +0200
1043
1044 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
1045
1046 Fix warnings
1047
1048 nv_nand.c: In function 'saveenv':
1049 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
1050 env_nand.c: In function 'env_relocate_spec':
1051 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
1052
1053 if compiled for davinci_schmoogie_config.
1054
1055 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
1056 Ack by: Sergey Kubushyn <ksi@koi8.net>
1057
1058commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
1059Author: Anatolij Gustschin <agust@denx.de>
1060Date: Wed Apr 30 13:34:40 2008 +0200
1061
1062 Fix warnings while compiling net/net.c for MPC8610HPCD board
1063
1064 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
1065 causing overriding default -Os option. New gcc (ver. 4.2.2)
1066 produces warnings while compiling net/net.c file with -O2
1067 option. The patch is an attempt to fix this.
1068
1069 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1070
1071commit 58b575e575c25fdf8c88141e145db201f3092149
1072Author: Sascha Laue <Sascha.Laue@gmx.biz>
1073Date: Wed Apr 30 15:23:38 2008 +0200
1074
1075 lwmon5: fix offset error in sysmon0 POST
1076
1077 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
1078 Signed-off-by: Wolfgang Denk <wd@denx.de>
1079
1080commit e7419b243a373de4ee042f7d4f45f66de787240d
1081Author: Sascha Laue <Sascha.Laue@gmx.biz>
1082Date: Wed Apr 30 15:16:35 2008 +0200
1083
1084 lwmon5: fix manual merge error in POST
1085
1086 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
1087
1088commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
1089Author: Wolfgang Denk <wd@denx.de>
1090Date: Wed Apr 30 17:46:26 2008 +0200
1091
1092 cmd_nand.c: fix another 'incompatible pointer type' warning.
1093
1094 Signed-off-by: Wolfgang Denk <wd@denx.de>
1095
1096commit de109d909707e2dfe806be5efc3cdb103b47c8ad
1097Author: Wolfgang Denk <wd@denx.de>
1098Date: Wed Apr 30 17:25:07 2008 +0200
1099
1100 Makefile: fix parallel builds
1101
1102 This problem shows up with parallel builds only; it results in
1103 somewhat cryptic error messages like
1104
1105 $ JOBS=-j6 MAKEALL netstar
1106 Configuring for netstar board...
1107 arm-linux-ld: cannot find -lgeneric
1108 make[1]: *** [eeprom.srec] Error 1
1109
1110 A few boards (like netstar and voiceblue) need some libraries for
1111 building; however, the board Makefile does not contain any such
1112 dependencies which may cause problems with parallel builds. Adding
1113 such dependencies is difficult as we would also have to provide build
1114 rules, which already exist in the respective library Makefiles.
1115
1116 To solve this, we make sure that all libraries get built before the
1117 board code.
1118
1119 Signed-off-by: Wolfgang Denk <wd@denx.de>
1120
1121commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
1122Author: Stefan Roese <sr@denx.de>
1123Date: Wed Apr 30 14:51:36 2008 +0200
1124
1125 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
1126
1127 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
1128 used for NAND booting to match the values needed for the new 512MB
1129 DIMM modules shipped with the productions boards:
1130
1131 Crucial: CT6464AC667.8FB
1132
1133 Signed-off-by: Stefan Roese <sr@denx.de>
1134
1135commit ea9202a659dc75996facf1475f1866a19a9d3129
1136Author: Stefan Roese <sr@denx.de>
1137Date: Wed Apr 30 10:49:43 2008 +0200
1138
1139 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
1140
1141 This patch fixes a problem with DIMMs that have 8 banks. Now the
1142 MCIF0_MBxCF register will be setup correctly for this setup too.
1143
1144 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
1145
1146 Signed-off-by: Stefan Roese <sr@denx.de>
1147
1148commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
1149Author: Wolfgang Denk <wd@denx.de>
1150Date: Tue Apr 29 23:41:06 2008 +0200
1151
1152 Prepare v1.3.3-rc2, again.
1153
1154 Signed-off-by: Wolfgang Denk <wd@denx.de>
1155
76617299
WD
1156commit b7fcc4c13993782342cf5cd20d237a6281648a0b
1157Author: Wolfgang Denk <wd@denx.de>
1158Date: Tue Apr 29 23:35:24 2008 +0200
1159
1160 Prepare v1.3.3-rc2
1161
1162 Signed-off-by: Wolfgang Denk <wd@denx.de>
1163
b7fcc4c1
WD
1164commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
1165Author: Wolfgang Denk <wd@denx.de>
1166Date: Tue Apr 29 23:32:20 2008 +0200
1167
1168 common/env_nand.c: fix one more incompatible pointer type issue
1169
1170 Signed-off-by: Wolfgang Denk <wd@denx.de>
1171
1172commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
1173Author: Wolfgang Denk <wd@denx.de>
1174Date: Tue Apr 29 21:33:08 2008 +0200
1175
1176 post/board/lwmon5/sysmon.c: fix manual merge error.
1177
1178 Signed-off-by: Wolfgang Denk <wd@denx.de>
1179
1180commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
1181Author: Kumar Gala <galak@kernel.crashing.org>
1182Date: Tue Apr 29 12:54:59 2008 -0500
1183
1184 85xx: Add -mno-spe to e500/85xx builds
1185
1186 Newer gcc's might be configured to enable autovectorization by default.
1187 If we happen to build with one of those compilers we will get SPE
1188 instructions in random code.
1189
1190 -mno-spe disables the compiler for automatically generating SPE
1191 instructions without our knowledge.
1192
1193 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1194
1195commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
1196Author: Kumar Gala <galak@kernel.crashing.org>
1197Date: Tue Apr 29 10:18:34 2008 -0500
1198
1199 Update .gitignore for zlib.h
1200
1201 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1202
1203commit 45239cf4152109caa925145ccd433529902df887
1204Author: Kumar Gala <galak@kernel.crashing.org>
1205Date: Tue Apr 29 10:27:08 2008 -0500
1206
1207 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
1208
1209 All the 85xx and 86xx UM describe the register as timing_cfg_3
1210 not as ext_refrec.
1211
1212 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1213
1214commit ef7d30b14394e4c4a153118f5845760cadada02a
1215Author: Kumar Gala <galak@kernel.crashing.org>
1216Date: Tue Apr 29 10:28:34 2008 -0500
1217
1218 85xx/86xx: Rename DDR init address and init extended address register
1219
1220 Rename init_addr and init_ext_addr to match the docs between
1221 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
1222
1223 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1224
1225commit cf6cc014270549684873a5972d2595052c468cb6
1226Author: Kumar Gala <galak@kernel.crashing.org>
1227Date: Mon Apr 28 02:24:04 2008 -0500
1228
1229 85xx: Additional fixes and cleanup of MP code
1230
1231 * adjust __spin_table alignment to match ePAPR v0.94 spec
1232 * loop over all cpus when determing who is up. This fixes an issue if
1233 the "boot cpu" isn't core0. The "boot cpu" will already be in the
1234 cpu_up_mask so there is no harm
1235 * Added some protection in the code to ensure proper behavior. These
1236 changes are explicitly needed but don't hurt:
1237 - Added eieio to ensure the "hot word" of the table is written after
1238 all other table updates have occurred.
1239 - Added isync to ensure we don't prefetch loading of table entries
1240 until we a released
1241
1242 These issues we raised by Dave Liu.
1243
1244 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1245
1246commit b2d527a8b9fb50afccbaf79b5540952585cdc760
1247Author: Yuri Tikhonov <yur@emcraft.com>
1248Date: Tue Apr 29 15:06:41 2008 +0200
1249
1250 lwmon5: minor clean-up to include/configs/lwmon5.h
1251
1252 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
1253 the CFG_DSPIC_TEST_ADDR definition more readable.
1254
1255 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1256
1257commit f4c4d21a885ccc222fd0acdf653b683249e85117
1258Author: Stefan Roese <sr@denx.de>
1259Date: Tue Apr 29 16:08:05 2008 +0200
1260
1261 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
1262
1263 Signed-off-by: Stefan Roese <sr@denx.de>
1264
1265commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
1266Author: Yuri Tikhonov <yur@emcraft.com>
1267Date: Tue Apr 29 13:32:45 2008 +0200
1268
1269 ppc flush_cache: add watch-dog triggering into the loops.
1270
1271 Some boards (e.g. lwmon5) need rather a frequent watch-dog
1272 kicking. Since the time it takes for the flush_cache() function
1273 to complete its job depends on the size of data being flushed, one
1274 may encounter watch-dog resets on such boards when, for example,
1275 download big files over ethernet.
1276
1277 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1278
1279commit cab99d6f3281ab6784feccf98b9b425daa58418a
1280Author: Stefan Roese <sr@denx.de>
1281Date: Tue Apr 29 14:44:54 2008 +0200
1282
1283 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
1284
1285 Signed-off-by: Stefan Roese <sr@denx.de>
1286
1287commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
1288Author: Stefan Roese <sr@denx.de>
1289Date: Tue Apr 29 14:12:07 2008 +0200
1290
1291 ppc4xx: Fix Katmai CFG_MONITOR_LEN
1292
1293 Signed-off-by: Stefan Roese <sr@denx.de>
1294
1295commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
1296Author: Stefan Roese <sr@denx.de>
1297Date: Tue Apr 29 13:57:07 2008 +0200
1298
1299 ppc4xx: Complete remove bogus dflush()
1300
1301 Since the current dflush() implementation is know to have some problems
1302 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
1303 it by using clean_dcache_range().
1304
1305 Tested on Katmai with ECC DIMM.
1306
1307 Signed-off-by: Stefan Roese <sr@denx.de>
1308
1309commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
1310Author: Stefan Roese <sr@denx.de>
1311Date: Tue Apr 29 13:36:51 2008 +0200
1312
1313 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
1314
1315 As it seems the "old" ECC initialization routine by using dflush() didn't
1316 write all lines in the dcache back to memory on lwmon5. This could lead
1317 to ECC error upon Linux booting. This patch changes the program_ecc()
1318 routine to now use clean_dcache_range() instead of dflush().
1319 clean_dcache_range() uses dcbst which is exactly what we want in this
1320 case.
1321
1322 Since dflush() is known is cause problems, this routine will be
1323 removed completely and replaced by clean_dcache_range() with an
1324 additional patch.
1325
1326 Signed-off-by: Stefan Roese <sr@denx.de>
1327
1328commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
1329Author: Yuri Tikhonov <yur@emcraft.com>
1330Date: Mon Apr 28 18:19:34 2008 +0200
1331
1332 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
1333
1334 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1335
1336commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
1337Author: Markus Brunner <super.firetwister@googlemail.com>
1338Date: Mon Apr 28 08:47:47 2008 +0200
1339
1340 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
1341
1342 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
1343 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
1344 doesn't exist.
1345
1346 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
1347
76617299
WD
1348commit 2ef7503a593c77a80c2a054011970227c4b62774
1349Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1350Date: Thu Apr 24 07:57:17 2008 +0200
1351
1352 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
1353
1354 Move non-inlied functions into specific drivers file
1355 Set get_prom as weak
1356
1357 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1358 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
1359 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1360
1361commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
1362Author: Guennadi Liakhovetski <lg@denx.de>
1363Date: Thu Apr 3 17:04:19 2008 +0200
1364
1365 net: make ARP timeout configurable
1366
1367 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
1368 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
1369 to the boards get lost, which typically are ARP replies. By configuring
1370 the timeout to a lower value we significantly improve the first network
1371 transfer time on this board. The timeout is specified in milliseconds,
1372 later internally it is converted to deciseconds, because it has to be
1373 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
1374 different boards.
1375
1376 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1377 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1378
1379commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
1380Author: Guennadi Liakhovetski <lg@denx.de>
1381Date: Thu Apr 3 13:36:18 2008 +0200
1382
1383 minor cs8900 driver clean up
1384
1385 Remove a redundant register definition, clean up some coding style
1386 violations.
1387
1388 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1389 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1390
b7fcc4c1
WD
1391commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
1392Author: Wolfgang Denk <wd@denx.de>
1393Date: Mon Apr 28 22:01:04 2008 +0200
1394
1395 jffs2_1pass.c: fix incompatible pointer type warning
1396
1397 Signed-off-by: Wolfgang Denk <wd@denx.de>
1398
1399commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
1400Author: Sascha Laue <Sascha.Laue@gmx.biz>
1401Date: Tue Apr 1 10:10:18 2008 +0200
1402
1403 lwmon5: update dsPIC POST spezification
1404
1405 The specification for the lwmon5 board dsPIC POST got changed.
1406 Also add defines for the temperatures and voltages.
1407
1408 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
1409
1410commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
1411Author: Sascha Laue <Sascha.Laue@gmx.biz>
1412Date: Tue Apr 1 15:13:03 2008 +0200
1413
1414 Fix watchdog POST for lwmon5
1415
1416 If the hardware watchdog detects a voltage error, the watchdog sets
1417 GPIO62 to low. The watchdog POST has to detect this low level.
1418
1419 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
1420 Signed-off-by: Wolfgang Denk <wd@denx.de>
1421
1422commit dd5748bcd669f46aeb6686c1b341323843738ccc
1423Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1424Date: Mon Apr 28 14:37:14 2008 +0200
1425
1426 rtl8169: fix compiler warnings
1427
1428 Fix multiple compiler warnings related to argument type mismatch.
1429
1430 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1431
1432commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
1433Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1434Date: Mon Apr 28 14:36:06 2008 +0200
1435
1436 IDE: fix compiler warnings
1437
1438 The IDE driver can use 32-bit addresses in LBA mode, in which case it
1439 spits multiple warnings during compilation. Fix them.
1440
1441 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1442
1443commit db9084de28c46ac81c8f681722cb0d7411be4d7f
1444Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1445Date: Mon Apr 28 14:35:57 2008 +0200
1446
1447 LinkStation: fix compiler warning, add a maintainer
1448
1449 out_8 wants a pointer to an unsigned as the first argument. Add a
1450 maintainer for Linkstation boards.
1451
1452 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1453
1454commit c71abba3cb67b063f789f17abf6c7447727c0cd5
1455Author: Wolfgang Denk <wd@denx.de>
1456Date: Mon Apr 28 14:55:12 2008 +0200
1457
1458 cmd_nand.c: fix "differ in signedness" problem
1459
1460 Signed-off-by: Wolfgang Denk <wd@denx.de>
1461
1462commit f2c288a35341ad02ac03b1563d786763c9c8f159
1463Author: Wolfgang Denk <wd@denx.de>
1464Date: Mon Apr 28 12:48:47 2008 +0200
1465
1466 pcnet.c: fix a merge issue
1467
1468 Signed-off-by: Wolfgang Denk <wd@denx.de>
1469
1470commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
1471Author: Wolfgang Denk <wd@denx.de>
1472Date: Mon Apr 28 12:08:18 2008 +0200
1473
1474 NAND: fix some strict-aliasing compiler warnings
1475
1476 Signed-off-by: Wolfgang Denk <wd@denx.de>
1477
1478commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
1479Author: Stefan Roese <sr@denx.de>
1480Date: Mon Apr 28 11:37:14 2008 +0200
1481
1482 ppc4xx: Fix compile warning of hcu4 board
1483
1484 Signed-off-by: Stefan Roese <sr@denx.de>
1485
1486commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
1487Author: Wolfgang Denk <wd@denx.de>
1488Date: Mon Apr 28 11:31:23 2008 +0200
1489
1490 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
1491
1492 Signed-off-by: Wolfgang Denk <wd@denx.de>
1493
1494commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
1495Author: Guennadi Liakhovetski <lg@denx.de>
1496Date: Mon Apr 28 00:25:32 2008 +0200
1497
1498 mx31ads: fix loadaddr environment variable define
1499
1500 Arithmetic expressions do not get evaluated under stringification. Remove
1501 default network configuration, add DHCP command support. Thanks to Felix
1502 Radensky for reporting.
1503
1504 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1505
1506commit 144eec777ac07bcb12bd38245a5a289f694a7f98
1507Author: Wolfgang Denk <wd@denx.de>
1508Date: Mon Apr 28 10:55:24 2008 +0200
1509
1510 katmai: fix section overlap problem
1511
1512 Since we didn't want to remove features from the configuration, we
1513 decided to increase the U-Boot image size (add one flash sector).
1514
1515 Also changed the default environment definition to make it
1516 independent of such changes.
1517
1518 Signed-off-by: Wolfgang Denk <wd@denx.de>
1519 Acked-by: Stefan Roese <sr@denx.de>
1520
1521commit 941d696d25624e3cc65ebf924199541acf52d74e
1522Author: Wolfgang Denk <wd@denx.de>
1523Date: Mon Apr 28 10:55:24 2008 +0200
1524
1525 katmai: fix section overlap problem
1526
1527 Since we didn't want to remove features from the configuration, we
1528 decided to increase the U-Boot image size (add one flash sector).
1529
1530 Also changed the default environment definition to make it
1531 independent of such changes.
1532
1533 Signed-off-by: Wolfgang Denk <wd@denx.de>
1534 Acked-by: Stefan Roese <sr@denx.de>
1535
1536commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
1537Author: Kumar Gala <galak@kernel.crashing.org>
1538Date: Sat Apr 26 11:44:44 2008 -0500
1539
1540 post: Fix building with O=
1541
1542 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1543
1544commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
1545Author: Wolfgang Denk <wd@denx.de>
1546Date: Sat Apr 26 01:55:00 2008 +0200
1547
1548 Prepare v1.3.3-rc1
1549
1550 Signed-off-by: Wolfgang Denk <wd@denx.de>
1551
fd7531c1
WD
1552commit 19cf2ec90d8ce52da60c1693693c4048cb810967
1553Author: Wolfgang Denk <wd@denx.de>
1554Date: Sat Apr 26 01:25:39 2008 +0200
1555
1556 post/Makefile: make sure to use the correct flags
1557
1558 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
1559 messages to be printed.
1560
1561 Signed-off-by: Wolfgang Denk <wd@denx.de>
1562
1563commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
1564Author: Wolfgang Denk <wd@denx.de>
1565Date: Sat Apr 26 00:34:42 2008 +0200
1566
1567 Coding Style cleanup, update CHANGELOG
1568
1569 Signed-off-by: Wolfgang Denk <wd@denx.de>
1570
7ed40117
WD
1571commit f9204e15173834ff8d123e36279ce49c3c6c74fc
1572Author: Magnus Lilja <lilja.magnus@gmail.com>
1573Date: Sun Apr 20 10:38:12 2008 +0200
1574
1575 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
1576
1577 This patch enables SPI and MC13783/RTC support for the Litekit board.
1578
1579 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1580
1581commit f97abbfb47d9e407354e157cae3f6369e460cd37
1582Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1583Date: Fri Apr 25 01:08:32 2008 -0500
1584
1585 MPC8544DS: decode pcie3 end-point configuration correctly.
1586
1587 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1588 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1589
1590commit 292188e15523c165c4269403fdcd33c26d89176e
1591Author: Roy Zang <tie-fei.zang@freescale.com>
1592Date: Fri Apr 25 00:55:09 2008 -0500
1593
1594 MPC8544DS: Removes the unknown flash message information
1595
1596 This patch removes the unknown flash message information:
1597 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
1598 This unknown flash message is caused by PromJet.
1599 Some of the board user is unhappy with this information.
1600
1601 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
1602 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1603
1604commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
1605Author: Kim Phillips <kim.phillips@freescale.com>
1606Date: Thu Apr 24 14:07:38 2008 -0500
1607
1608 mpc83xx: bump loadaddr over fdtaddr to 0x500000
1609
1610 this seems as a good compromise between human memory, typing,
1611 and last but not least, to accommodate for current and future kernel bloat.
1612
1613 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1614 Acked-by: Dave Liu <daveliu@freescale.com>
1615
1616commit be5a7190265a34d968578ff266549c60f6f57654
1617Author: Dave Liu <r63238@freescale.com>
1618Date: Tue Apr 15 13:12:23 2008 +0800
1619
1620 mpc83xx: clean up the readme for 83xx boards
1621
1622 1. correct the typo
1623 2. correct the memory map for 837xerdb board
1624
1625 Signed-off-by: Dave Liu <daveliu@freescale.com>
1626
1627commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
1628Author: Dave Liu <r63238@freescale.com>
1629Date: Tue Apr 15 13:11:11 2008 +0800
1630
1631 mpc83xx: remove the unused CPM's stuff
1632
1633 The MPC83xx family never have CPM block, so remove it from 83xx.
1634
1635 Signed-off-by: Dave Liu <daveliu@freescale.com>
1636
1637commit c63ad6325a8ac0097a54b418a3288926b0484b18
1638Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1639Date: Fri Apr 18 16:29:40 2008 +0200
1640
1641 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
1642
1643 This patch adds a configurable flash auto protection list that can be used
1644 to make U-Boot protect flash regions in flash_init().
1645
1646 The idea has been discussed on the u-boot mailing list starting
1647 on Nov 18th, 2007.
1648
1649 Even this patch brings a new feature it is used as a bugfix for 4xx
1650 platforms where flash_init() does not completely protect the
1651 monitor's flash range in all situations.
1652
1653 U-Boot protects the flash range from CFG_MONITOR_BASE to
1654 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
1655 include the reset vector at 0xfffffffc.
1656
1657 Example:
1658 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
1659
1660 This config option will auto protect the last 512k of flash that
1661 contains the bootloader on board like APC405 and PMC405.
1662
1663 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1664
1665commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
1666Author: Stefan Roese <sr@denx.de>
1667Date: Fri Apr 25 13:59:03 2008 +0200
1668
1669 ppc4xx: Remove double defines in lwmon5.h
1670
1671 introduced with latest lwmon5/POST merge
1672
1673 Signed-off-by: Stefan Roese <sr@denx.de>
1674
1675commit 7590378fb9c686709492ceb142825cd058255956
1676Author: Bartlomiej Sieka <tur@semihalf.com>
1677Date: Fri Apr 25 13:54:02 2008 +0200
1678
1679 Use watchdog-aware functions when calculating hashes of images - take two
1680
1681 Some files didn't get updated properly with the "Use watchdog-aware
1682 functions when calculating hashes of images" commit, this commit
1683 fixes this.
1684
1685 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1686 Signed-off-by: Wolfgang Denk <wd@denx.de>
1687
1688commit 8e048c438e20ec89b49da5f085f8f756eba6e587
1689Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1690Date: Fri Apr 25 12:01:39 2008 +0200
1691
1692 ppc4xx: Add bootcount limit handling for APC405 boards
1693
1694 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1695
1696commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
1697Author: Bartlomiej Sieka <tur@semihalf.com>
1698Date: Fri Apr 25 12:10:09 2008 +0200
1699
1700 Use watchdog-aware functions when calculating hashes of images
1701
1702 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1703
1704commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
1705Author: Wolfgang Denk <wd@denx.de>
1706Date: Fri Apr 25 12:44:08 2008 +0200
1707
1708 USB: fix more GCC 4.2.x aliasing warnings
1709
1710 Signed-off-by: Wolfgang Denk <wd@denx.de>
1711 Acked-by: Markus Klotzbuecher <mk@denx.de>
1712
1713commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
1714Author: Wolfgang Denk <wd@denx.de>
1715Date: Fri Apr 25 12:41:53 2008 +0200
1716
1717 lib_generic/crc32.c: add missing #include <watchdog.h>
1718
1719 Signed-off-by: Wolfgang Denk <wd@denx.de>
1720
1721commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
1722Author: Wolfgang Denk <wd@denx.de>
1723Date: Fri Apr 25 11:52:21 2008 +0200
1724
1725 lib_generic/crc32.c: fix compile problem
1726
1727 Signed-off-by: Wolfgang Denk <wd@denx.de>
1728
1729commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
1730Author: Stefan Roese <sr@denx.de>
1731Date: Tue Apr 22 12:20:32 2008 +0200
1732
1733 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
1734
1735 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
1736 environment variable will now get passed to the Linux kernel by setting
1737 the device_type property of the PCIe device tree node. For normal root-
1738 complex configuration it will keep its defaults value of "pci" and for
1739 endpoint configuration it will get changed to "pci-endpoint".
1740
1741 Signed-off-by: Stefan Roese <sr@denx.de>
1742
1743commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
1744Author: Yuri Tikhonov <yur@emcraft.com>
1745Date: Thu Apr 24 10:30:53 2008 +0200
1746
1747 lwmon5: watchdog POST fix
1748
1749 Use the GPT0_MASKx registers as the temporary storage for watch-dog
1750 timer POST test instead of GPT0_COMPx. The latter
1751 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
1752
1753 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1754 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1755
1756commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
1757Author: Kim Phillips <kim.phillips@freescale.com>
1758Date: Mon Apr 21 18:10:14 2008 -0500
1759
1760 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
1761
1762 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
1763 proven problematic getting right from the start at least on 83xx and
1764 4xx.
1765
1766 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1767
1768commit a99715b8ebfc500f3f40e01b36b64d473938443d
1769Author: Detlev Zundel <dzu@denx.de>
1770Date: Fri Apr 18 14:50:01 2008 +0200
1771
1772 Realining some header definitions.
1773
1774 Signed-off-by: Detlev Zundel <dzu@denx.de>
1775
1776commit 4acbc6c7f993cae409c424615415a3e76820f13d
1777Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1778Date: Thu Apr 24 07:57:16 2008 +0200
1779
1780 NE2000: coding style cleanup
1781
1782 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1783
1784commit b4aff1ffaf7120032c653357c007faa14f74d29d
1785Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1786Date: Wed Apr 23 00:11:47 2008 +0900
1787
1788 qemu-mips.h: Add CFI support
1789
1790 CONFIG_ENV_OVERWRITE is also added.
1791
1792 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
1793
1794 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1795 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1796
1797commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
1798Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1799Date: Tue Apr 22 22:47:27 2008 +0900
1800
1801 doc/README.mips: Add MIPS notes
1802
1803 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1804
1805commit 215b01bba8bc662d35f72b084700b192d367dfb4
1806Author: Bartlomiej Sieka <tur@semihalf.com>
1807Date: Tue Apr 22 12:27:56 2008 +0200
1808
1809 Add support for calculating hashes with watchdog triggering
1810
1811 Implement watchodg-aware variants of hash calculation functions:
1812 - crc32_wd()
1813 - md5_wd()
1814 - sha1_csum_wd()
1815 The above functions calculate the hash of the input buffer in chunks,
1816 triggering the watchdog after processing each chunk. The chunk size
1817 is given as a function call parameter.
1818
1819 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1820
1821commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
1822Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1823Date: Wed Apr 23 11:02:12 2008 +0900
1824
1825 qemu-mips: Cleanup whitespace, indentation, etc.
1826
1827 No functional change.
1828
1829 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
1830 Then I re-created from scratch, and changed more lines than the original.
1831
1832 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1833 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1834
1835commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
1836Author: Vlad Lungu <vlad@comsys.ro>
1837Date: Wed Oct 10 23:02:09 2007 +0300
1838
1839 Fixed pcnet io_base
1840
1841 Bus and phys address are not always the same
1842
1843 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
1844
1845commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
1846Author: Wolfgang Denk <wd@denx.de>
1847Date: Thu Apr 24 23:44:26 2008 +0200
1848
1849 drivers/net/pcnet.c: Coding Style cleanup.
1850
1851 Signed-off-by: Wolfgang Denk <wd@denx.de>
1852
1853commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
1854Author: Vlad Lungu <vlad@comsys.ro>
1855Date: Wed Oct 10 23:04:23 2007 +0300
1856
1857 Added Am79C970A chip id to pcnet
1858
1859 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
1860
1861commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
1862Author: Magnus Lilja <lilja.magnus@gmail.com>
1863Date: Sun Apr 20 10:35:03 2008 +0200
1864
1865 i.MX31: Fix architecture numbers for ADS and Litekit boards
1866
1867 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
1868
1869 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1870
1871commit e7ae84d6c7288790e88639f57cb60daf89c11369
1872Author: Magnus Lilja <lilja.magnus@gmail.com>
1873Date: Sun Apr 20 10:36:36 2008 +0200
1874
1875 i.MX31: Use symbolic names for Litekit membases.
1876
1877 Use symbolic names instead of hard coded addresses for Litekit membases.
1878
1879 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1880
1881commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
1882Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1883Date: Sat Apr 19 17:59:20 2008 +0200
1884
1885 Fix show_boot_progress prototype
1886
1887 in commit fad634071 "make show_boot_progress () weak."
1888 show_boot_progress is supposed to be declared as weak but declared as
1889 inline instead.
1890
1891 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1892
1893commit edbed247a14d70b94958010f736621212285de91
1894Author: Bartlomiej Sieka <tur@semihalf.com>
1895Date: Fri Apr 18 12:39:23 2008 +0200
1896
1897 Memory footprint optimizations
1898
1899 As suggested by Wolfgang Denk:
1900 - image printing functions:
1901 - remove wrappers
1902 - remove indentation prefix from functions' signatures
1903 - merge getenv_verify and getenv_autostart into one parametrized function
1904
1905 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1906
1907commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
1908Author: Guennadi Liakhovetski <lg@denx.de>
1909Date: Tue Apr 15 13:33:11 2008 +0200
1910
1911 MX31ADS environment variable update, spi and rtc support
1912
1913 Update MX31ADS default environment to better match the flash layout and
1914 the memory map, support SPI and RTC.
1915
1916 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1917
1918commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
1919Author: Kumar Gala <galak@kernel.crashing.org>
1920Date: Mon Apr 21 09:28:36 2008 -0500
1921
1922 85xx: Round up frequency calculations to get reasonable output
1923
1924 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
1925
1926 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
1927
1928 Signed-off-by: Dejan Minic <minic@freescale.com>
1929 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
1930 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1931 Acked-by: Andy Fleming <afleming@freescale.com>
1932
1933commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
1934Author: Kumar Gala <galak@kernel.crashing.org>
1935Date: Wed Apr 23 16:58:04 2008 -0500
1936
1937 fsl_pci: Only modify registers if we have them
1938
1939 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
1940
1941 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1942
1943commit 83fe32334337def160b302aa9d152d808bfcc68e
1944Author: Markus Klotzbücher <mk@denx.de>
1945Date: Wed Apr 23 10:57:33 2008 +0200
1946
1947 USB: remove a cpu bug workaround for an unsupported architecture.
1948
1949 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1950
1951commit f957576cb53e6cfab412709cfc8db1afd39d21c3
1952Author: Markus Klotzbücher <mk@denx.de>
1953Date: Wed Apr 23 10:53:23 2008 +0200
1954
1955 USB: fix those pesky aliasing warnings issued by gcc-4.2
1956
1957 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1958 Signed-off-by: Detlev Zundel <dzu@denx.de>
1959
1960commit 89cdab788f3716b335fefb60b836ebcf975aceab
1961Author: Mike Frysinger <vapier@gentoo.org>
1962Date: Mon Mar 31 11:02:01 2008 -0400
1963
1964 crc32: use uint32_t rather than unsigned long
1965
1966 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
1967 this is done with the build toolchain instead of the target tool
1968 chain, so if the build is a 64bit system but the target is 32bits,
1969 the size will obviously be wrong. This converts all unsigned long
1970 stuff related to crc32 to uint32_t types. Compile tested only: output
1971 of ./tools/envcrc when run on a 32bit build system matches that of a
1972 64bit build system.
1973
1974 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1975 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1976
1977commit 80c40b765b3642ddb9f3392b7898715aab44a29c
1978Author: Dirk Behme <dirk.behme@googlemail.com>
1979Date: Wed Mar 26 09:53:29 2008 +0100
1980
1981 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
1982
1983 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
1984
1985 Changes:
1986
1987 - Remove *_masked() functions as noted by Wolfgang
1988
1989 - Adapt register naming to recent TI spec (sprue26, March 2007)
1990
1991 - Fix reset_timer() handling
1992
1993 - 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.
1994
1995 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
1996
1997 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
1998
1999 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
2000
2001 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
2002
2003 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
2004 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
2005
2006commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
2007Author: Sergei Poselenov <sposelenov@emcraft.com>
2008Date: Wed Apr 9 16:09:41 2008 +0200
2009
2010 Added watchdog triggering calls in the "mtest" test function.
2011
2012 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2013
2014commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
2015Author: Yuri Tikhonov <yur@emcraft.com>
2016Date: Sun Apr 6 19:19:14 2008 +0200
2017
2018 lwmon5 watchdog: limit trigger rate
2019
2020 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
2021 the CONFIG_WD_MAX_RATE value.
2022
2023 Note that an earlier version of this patch which used microseconds
2024 instead of ticks dis not work. The problem was that we used
2025 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
2026 get_tbclk(), which in turn calls get_sys_info(). It turns out that
2027 this function does a lot of prolonged operations (like divisions)
2028 which take too much time so we do not trigger the watchdog in time,
2029 and it resets the system.
2030
2031 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2032
2033commit 2d2b994a30bb100774dc747ae9865b7f95285a88
2034Author: Yuri Tikhonov <yur@emcraft.com>
2035Date: Mon Mar 31 10:51:37 2008 +0200
2036
2037 POST: move CONFIG_POST to Makefiles
2038
2039 Introduce the new logical option CONFIG_HAS_POST which is set when the
2040 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
2041 to determine should the POST libs be compiled for the selected target
2042 platform, or not.
2043
2044 To avoid breaking u-boot linking process, the empty post/libpost.a file is
2045 created for platforms which do not have POSTs.
2046
2047 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2048 Signed-off-by: Wolfgang Denk <wd@denx.de>
2049
2050commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
2051Author: Yuri Tikhonov <yur@emcraft.com>
2052Date: Mon Mar 31 10:49:34 2008 +0200
2053
2054 POST: preparations for moving CONFIG_POST to Makefiles
2055
2056 Remove CONFIG_POST ifdefs from the post/ source files.
2057
2058 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2059 Signed-off-by: Wolfgang Denk <wd@denx.de>
2060
2061commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
2062Author: Stefan Roese <sr@denx.de>
2063Date: Tue Apr 22 14:14:20 2008 +0200
2064
2065 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
2066
2067 This patch fixes the Canyonlands and Glacier default environment to better
2068 fit to the arch/powerpc device-tree kernels. The variables dealing with
2069 arch/ppc booting are removed, since these boards are supported only in
2070 arch/powerpc. Glacier uses the same config file as Canyonlands.
2071
2072 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
2073
2074 Signed-off-by: Stefan Roese <sr@denx.de>
2075
2076commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
2077Author: Stefan Roese <sr@denx.de>
2078Date: Tue Apr 22 14:06:42 2008 +0200
2079
2080 ppc4xx: Small coding style cleanup for the latest esd patches
2081
2082 Signed-off-by: Stefan Roese <sr@denx.de>
2083
2084commit 79941d63bc03aed8c48d7602f18217cc200ee931
2085Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2086Date: Mon Apr 21 18:01:07 2008 +0200
2087
2088 ppc4xx: Update CPU strapping for PMC440 boards
2089
2090 This patch removes the temporary 'test' strapping option
2091 of the sbe command. The '667' strapping option now uses
2092 a PLB/PCI divider of 3.
2093
2094 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2095
2096commit f00cf3193a6635355b121e90debb2f54e777e7da
2097Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2098Date: Mon Apr 21 14:42:21 2008 +0200
2099
2100 ppc4xx: Remove unused APC405 strataflash driver
2101
2102 The APC405 board support has been migrated to use the common
2103 CFI flash driver.
2104
2105 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2106
2107commit 1c686676a86473bbd92151f0544e109413f6ed06
2108Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2109Date: Mon Apr 21 14:42:17 2008 +0200
2110
2111 ppc4xx: Update APC405 configuration
2112
2113 - enable esd's auto_update mechanism
2114 - support alternative flash layout on rev. 1.8 boards
2115 - update default environment
2116 - use common CFI flash driver
2117 - coding style cleanup
2118
2119 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2120
2121commit 0b9872515a521bf7866dc24b85ddce708e60d702
2122Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2123Date: Mon Apr 21 14:42:11 2008 +0200
2124
2125 ppc4xx: Update APC405 board support
2126
2127 - enable esd's auto_update mechanism
2128 - fix LCD support on latest hardware revision (uses other LCD controller)
2129 - support alternative flash layout on rev. 1.8 boards
2130 - coding style cleanup
2131
2132 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2133
2134commit 83975d02e225e231960784972e7820a8b303756b
2135Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2136Date: Mon Apr 21 14:42:06 2008 +0200
2137
2138 ppc4xx: update esd's common auto_update code for 405 boards
2139
2140 - Coding style cleanup (long lines)
2141 - improve handling of protected flash regions
2142 - remove dead code
2143
2144 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2145
2146commit b9233fe5d59cb25d975071616bd1035d6f4c2285
2147Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2148Date: Mon Apr 21 14:41:59 2008 +0200
2149
2150 ppc4xx: Update esd's common LCD code for 405 boards
2151
2152 - Coding style cleanup (long lines)
2153 - Add s1d13505 support
2154 - Make some functions return a result code instead of void
2155
2156 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2157
2158commit dea68189424c3f1242427a8146a3861bf093173c
2159Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2160Date: Mon Apr 21 11:36:55 2008 +0200
2161
2162 ppc4xx: Update FPGA image for APC405 boards
2163
2164 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2165
2166commit 2a05b152924acfcec3b037693329e517e6d3578f
2167Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2168Date: Mon Apr 21 11:36:08 2008 +0200
2169
2170 ppc4xx: Update bootlogo for APC405 boards
2171
2172 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2173
2174commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
2175Author: Stefan Roese <sr@denx.de>
2176Date: Fri Apr 18 16:41:31 2008 +0200
2177
2178 ppc4xx: Add dcache_enable() for 440
2179
2180 dcache_enable() was missing for 440 and the patch
2181 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
2182 "] behavior uses this function.
2183
2184 Note: Currently the cache handling functions like
2185 d/icache_disable/enable() are NOP's on 440. This may be changed in the
2186 future.
2187
2188 Signed-off-by: Stefan Roese <sr@denx.de>
2189
2190commit a49e0d177a0749614b316ec847fb623f09c82c07
2191Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2192Date: Mon Apr 21 11:19:04 2008 +0200
2193
2194 video: Add missing free for logo memory
2195
2196 This patch adds two missing free()s.
2197
2198 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2199
2200commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
2201Author: Troy Kisky <troy.kisky@boundarydevices.com>
2202Date: Mon Sep 24 16:41:43 2007 -0700
2203
2204 PATCH - Fix oob data copied into supplied buffer
2205
2206 This patch correctly sets the oobavail variable
2207 and fixes a bug where the oob data was not valid when
2208 there where multiple groups in oobfree.
2209
2210 First segment fixes a typo
2211 Second segment fixes a bug where oob data may be copied incorrectly.
2212 Third segment adds an error message when exiting due to write protect.
2213 Forth segment fixes a bug where oobavail may be set incorrectly.
2214
2215 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
2216
2217commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
2218Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2219Date: Fri Apr 18 17:24:32 2008 +0200
2220
2221 ppc4xx: Fix sys_get_info() for 405GP(r)
2222
2223 This patch assigns the correct EBC clock for 405GP(r) CPUs
2224 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
2225 uses an uninitialized EBC clock in its startup message.
2226
2227 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2228
2229commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
2230Author: Wolfgang Denk <wd@denx.de>
2231Date: Sun Apr 20 15:39:38 2008 -0700
2232
2233 Makefile: remove nand_spl/System.map when cleaning up.
2234
2235commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
2236Author: Wolfgang Denk <wd@denx.de>
2237Date: Sun Apr 20 15:35:52 2008 -0700
2238
2239 MAKEALL: sort entries / lists.
2240
2241 Signed-off-by: Wolfgang Denk <wd@denx.de>
2242
2243commit 0878af169b181868a105b5c33f3a6423e2c9fd60
2244Author: Kumar Gala <galak@kernel.crashing.org>
2245Date: Fri Apr 18 11:29:01 2008 -0500
2246
2247 85xx: Fix size of cpu-release-addr property
2248
2249 The cpu-release-addr is defined as always being a 64-bit quanity regardless
2250 if we are running on a 32-bit or 64-bit machine.
2251
2252commit 88353a985109562a639b2f8a0c90d77011bfe374
2253Author: Timur Tabi <timur@freescale.com>
2254Date: Fri Apr 4 11:15:58 2008 -0500
2255
2256 Fix calculation of I2C clock for some 85xx chips
2257
2258 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
2259 some use CCB/3. There is no pattern that can be used to determine which
2260 chips use which frequency, so the only way to determine is to look up the
2261 actual SOC designation and use the right value for that SOC.
2262
2263 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
2264
2265 Signed-off-by: Timur Tabi <timur@freescale.com>
2266
2267commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
2268Author: Wolfgang Denk <wd@denx.de>
2269Date: Fri Apr 18 11:44:27 2008 -0700
2270
2271 Fix build breakage casued by commit c0559be371b2
2272
2273 Change env_get_char from a global function ptr to a function.
2274
2275 Signed-off-by: Wolfgang Denk <wd@denx.de>
2276
2277commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
2278Author: Wolfgang Denk <wd@denx.de>
2279Date: Fri Apr 18 10:53:41 2008 -0700
2280
2281 Coding Style cleanup, update CHANGELOG.
2282
2283 Signed-off-by: Wolfgang Denk <wd@denx.de>
2284
268a804d
WD
2285commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
2286Author: Mike Frysinger <vapier@gentoo.org>
2287Date: Tue Apr 8 14:00:57 2008 -0400
2288
2289 Add support for u-boot in svn and localversion-* files
2290
2291 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2292
2293commit d23ff6827decf121461fbc5622612fd7effe207e
2294Author: Guennadi Liakhovetski <lg@denx.de>
2295Date: Thu Apr 3 17:04:22 2008 +0200
2296
2297 MX31ADS network and flash updates
2298
2299 This patch allows U-Boot to use buffered writes to the Spansion NOR
2300 flash installed on this board, and eliminates long delays in network
2301 transfers after the board startup.
2302
2303 Also modify flash layout to embed main and redundant environment
2304 blocks in the U-Boot image.
2305
2306 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2307
2308commit b5dc9b304d289831f291843ff88a45cbdf1a6290
2309Author: Guennadi Liakhovetski <lg@denx.de>
2310Date: Mon Apr 14 10:53:12 2008 +0200
2311
2312 Support for the MX31ADS evaluation board from Freescale
2313
2314 This patch adds support for the MX31ADS evaluation board from Freescale,
2315 initialization code is copied from RedBoot sources, also provided by
2316 Freescale.
2317
2318 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2319
7ed40117
WD
2320commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
2321Author: Stefan Roese <sr@denx.de>
2322Date: Tue Apr 8 10:33:29 2008 +0200
2323
2324 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
2325
2326 Signed-off-by: Stefan Roese <sr@denx.de>
2327
2328commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
2329Author: Stefan Roese <sr@denx.de>
2330Date: Tue Apr 8 10:33:28 2008 +0200
2331
2332 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
2333
2334 Signed-off-by: Stefan Roese <sr@denx.de>
2335
2336commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
2337Author: Stefan Roese <sr@denx.de>
2338Date: Tue Apr 8 10:33:27 2008 +0200
2339
2340 ppc4xx: Add Glacier NAND booting target
2341
2342 Signed-off-by: Stefan Roese <sr@denx.de>
2343
2344commit 46f373838e384a4c23d13581b1dfa5acb66b5810
2345Author: Stefan Roese <sr@denx.de>
2346Date: Tue Apr 8 10:31:00 2008 +0200
2347
2348 nand_spl: Update nand_spl to support 2k page size NAND devices
2349
2350 This patch adds support for booting from 2k page sized NAND device
2351 (e.g. Micron 29F2G08AAC).
2352
2353 Tested on AMCC Canyonlands.
2354
2355 Signed-off-by: Stefan Roese <sr@denx.de>
2356
268a804d
WD
2357commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
2358Author: Anatolij Gustschin <agust@denx.de>
2359Date: Thu Apr 17 18:18:00 2008 +0200
2360
2361 Fix crash on sequoia in ppc_4xx_eth_init
2362
2363 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
2364 with cache enabled (TLB Parity exeption). This patch
2365 fixes the problem.
2366
2367 Signed-off-by: Anatolij Gustschin <agust@denx.de>
2368
2369commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
2370Author: Anatolij Gustschin <agust@denx.de>
2371Date: Thu Apr 17 18:15:27 2008 +0200
2372
2373 ppc4xx: Fix crash on sequoia with cache enabled
2374
2375 Currently U-Boot crashes on sequoia board in CPU POST if
2376 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
2377 won't be disabled by change_tlb before CPU POST because
2378 there is an insufficient adress range check since
2379 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
2380 this problem.
2381
2382 Signed-off-by: Anatolij Gustschin <agust@denx.de>
2383
2384commit 43c509254fab375c49936498da944658117ed07c
2385Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2386Date: Thu Apr 17 23:35:13 2008 +0900
2387
2388 Use jr as register jump instruction
2389
2390 Current assembler codes are inconsistent in the way of register jump
2391 instruction usage; some use jr, some use j. Of course GNU as allows both
2392 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
2393 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
2394 at all.
2395
2396 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2397
2398commit 7ce63709828d37b08866e537339a169bd0db2bd3
2399Author: Guennadi Liakhovetski <lg@denx.de>
2400Date: Tue Apr 15 14:15:30 2008 +0200
2401
2402 RTC driver for MC13783
2403
2404 MC13783 is a multifunction IS with an SPI interface to the host. This
2405 driver handles the RTC controller in this chip.
2406
2407 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2408
2409commit 38254f45b0b412332726c90d3184ad47479fcffb
2410Author: Guennadi Liakhovetski <lg@denx.de>
2411Date: Tue Apr 15 14:14:25 2008 +0200
2412
2413 New i.MX31 SPI driver
2414
2415 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
2416 only implemented and tested on i.MX31, can with a modified register layout
2417 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
2418 controllers too.
2419
2420 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2421
2422commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
2423Author: Magnus Lilja <lilja.magnus@gmail.com>
2424Date: Tue Apr 15 19:09:10 2008 +0200
2425
2426 Fix name of i.MX31 boards in config file header
2427
2428 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
2429
2430 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2431
2432commit a49864593e083a5d0779fb9ca98e5a0f2053183d
2433Author: Mike Frysinger <vapier@gentoo.org>
2434Date: Sun Apr 13 19:42:19 2008 -0400
2435
2436 allow ports to override go behavior
2437
2438 Split the arch-specific logic out of the common go code and into a dedicated
2439 weak function called do_go_exec() that lives in cpu directories. This will
2440 need review from i386/nios people to make sure I didn't break them.
2441
2442commit 017e9b7925f74878d0e9475388cca9bda5ef9482
2443Author: Mike Frysinger <vapier@gentoo.org>
2444Date: Sun Apr 13 19:42:18 2008 -0400
2445
2446 allow ports to override bootelf behavior
2447
2448 Change the bootelf setup function into a dedicated weak function called
2449 do_bootelf_exec. This way ports can control the behavior however they
2450 like before/after calling the ELF entry point.
2451
2452commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
2453Author: Ulf Samuelsson <ulf@atmel.com>
2454Date: Sat Apr 12 20:56:03 2008 +0200
2455
2456 Reorder ARM boards in Makefile
2457
2458 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
2459 are no longer under ARM92xT header.
2460
2461 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
2462 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2463
2464commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
2465Author: Ulf Samuelsson <ulf@atmel.com>
2466Date: Sat Apr 12 20:29:44 2008 +0200
2467
2468 Clean up dataflash partitioning
2469
2470 This patch removes the board dependent parts from
2471 "drivers/mtd/dataflash.c".
2472 Each board relying on this, will have the appropriate
2473 code in a new file, "partition.c" in the board directory.
2474 board Makefiles updated to use the file.
2475
2476 The dataflash partitions are aligned on sector/page boundaries.
2477
2478 The CONFIG_NEW_DF_PARTITION was used to create named partitions
2479 This is now the default operation, and the CONFIG variable is removed.
2480
2481 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
2482
2483commit 51ecde946fec511a16346e498204ca10ad71080d
2484Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2485Date: Sat Apr 12 14:08:45 2008 +0200
2486
2487 gitignore: udpate stgit generated and .patch file
2488
2489 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2490
2491commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
2492Author: Wolfgang Denk <wd@denx.de>
2493Date: Fri Apr 18 00:15:36 2008 -0700
2494
2495 Get rid of redundant copy of renamed header file.
2496
2497 Signed-off-by: Wolfgang Denk <wd@denx.de>
2498
2499commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
2500Author: Vlad Lungu <vlad@comsys.ro>
2501Date: Fri Apr 11 21:20:14 2008 +0300
2502
2503 Fix dependency generation for older gcc versions
2504
2505 With gcc 3.3.3 at least, compilation fails with
2506
2507 Generating include/autoconf.mk
2508 gcc: compilation of header file requested
2509 make: *** [include/autoconf.mk] Error 1
2510
2511 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
2512
2513 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
2514
2515commit cb1c4896905ab22fcd982e6a8a539f0031942e71
2516Author: Marian Balakowicz <m8@semihalf.com>
2517Date: Fri Apr 11 11:07:49 2008 +0200
2518
2519 Restore the ability to continue booting after legacy image overwrite
2520
2521 Before new uImage code was merged, bootm code allowed for the kernel image to
2522 get overwritten during decompresion. new uImage introduced a check for image
2523 overwrites and refused to boot the image that got overwritten. This patch
2524 restores the old behavior. It also adds a warning when the image overwriten is
2525 a multi-image file, because in such case accessing componentes other than the
2526 first one will fail.
2527
2528 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2529
2530commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
2531Author: Marian Balakowicz <m8@semihalf.com>
2532Date: Fri Apr 11 11:07:43 2008 +0200
2533
2534 ppc: Fix ftd_blob variable init when processing raw blob
2535
2536 Set fdt_blob variable before its value is printed out.
2537
2538 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2539
2540commit 3d36be030043cd841a2551d00a395135e363a64b
2541Author: Jason Wessel <jason.wessel@windriver.com>
2542Date: Thu Apr 10 14:30:16 2008 -0500
2543
2544 Remove all the search paths from the .lds files.
2545
2546 The cross compiler is responsible for providing the correct libraries
2547 and the logic to find the linking libraries.
2548
2549 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2550
2551commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
2552Author: Bartlomiej Sieka <tur@semihalf.com>
2553Date: Mon Apr 14 15:44:16 2008 +0200
2554
2555 Boot-related documentation update
2556
2557 - document 'bootm_low' and 'bootm_size' environment variables
2558 - update inaccurate CFG_BOOTMAPSZ entry
2559
2560 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2561
2562commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
2563Author: Guennadi Liakhovetski <lg@denx.de>
2564Date: Wed Apr 9 17:34:08 2008 +0200
2565
2566 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
2567
2568 Restore logic reverted by commit
2569
2570 commit 80767a6cead9990d9e77e62be947843c2c72f469
2571 Author: Peter Pearse <peter.pearse@arm.com>
2572 Date: Wed Sep 5 16:04:41 2007 +0100
2573
2574 Changed API name to coloured_led.h
2575 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
2576 Tidied other cpu/arm920t/start.S code
2577
2578 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2579
2580commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
2581Author: Mike Frysinger <vapier@gentoo.org>
2582Date: Tue Apr 8 10:24:24 2008 -0400
2583
2584 Remove conflicting NAND ID
2585
2586 There are two NAND entries with ID 0xDC and this obviously causes problems.
2587 In the kernel, they punted the first entry, so we should do the same.
2588
2589 See this upstream e-mail for more info:
2590 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
2591
2592 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2593 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2594
2595commit 188e94c370621708d13547d58dbc6ed3c5602aa8
2596Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
2597Date: Tue Apr 8 16:20:35 2008 +0900
2598
2599 cpu/mips/cpu.c: Fix flush_cache bug
2600
2601 Cache operations have to take line address (addr), not start_addr.
2602 I noticed this bug when debugging ping failure.
2603
2604 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
2605
2606commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
2607Author: Martin Krause <martin.krause@tqs.de>
2608Date: Thu Apr 3 14:29:01 2008 +0200
2609
2610 TQM5200: fix default IDE reset level
2611
2612 Before the first call of ide_reset(), the level of the IDE reset
2613 signal on the TQM5200 is low (reset asserted). This patch sets the
2614 default value to high (reset not asserted).
2615
2616 Currently this patch fixes no real problem, but it is cleaner to
2617 assert the reset signal only on demand, and not permanently.
2618
2619 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2620
2621commit c61e033d6e8abb7b4060ee36060961e1399f6079
2622Author: Detlev Zundel <dzu@denx.de>
2623Date: Thu Apr 3 14:18:48 2008 +0200
2624
2625 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
2626
2627 Signed-off-by: Detlev Zundel <dzu@denx.de>
2628
2629commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
2630Author: Detlev Zundel <dzu@denx.de>
2631Date: Thu Apr 3 14:18:47 2008 +0200
2632
2633 mgcoge, mgsuv: rename 'addcon' to 'addcons'
2634
2635 The latter name with 13 users is already established, so we will use
2636 that.
2637
2638 Signed-off-by: Detlev Zundel <dzu@denx.de>
2639
2640commit e175eacc87c3a9e4dad0799fee0e95732520afc7
2641Author: Martin Krause <martin.krause@tqs.de>
2642Date: Thu Apr 3 13:37:56 2008 +0200
2643
2644 IDE: fix bug in reset sequence
2645
2646 According to the ata (ata5) specification the RESET- signal
2647 shall be asserted for at least 25 us. Without this patch,
2648 the RESET- signal is asserted on some boards for only < 1 us
2649 (e. g. on the TQM5200). This patch adds a general delay of
2650 25 us to the RESET- signal.
2651
2652 Without this patch a Platinum 4 GiB CF card is not recognised
2653 properly on boards with a TQM5200 (STK52xx, TB5200).
2654
2655 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2656
2657commit 813bea96a960916c72b4a3a7df840151529c26ce
2658Author: Sascha Laue <Sascha.Laue@gmx.biz>
2659Date: Thu Apr 3 14:43:11 2008 +0200
2660
2661 lwmon5: disable CONFIG_ZERO_BOOTDELAY
2662
2663 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
2664
2665commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
2666Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2667Date: Wed Apr 2 08:03:58 2008 +0200
2668
2669 ds174x: Fix warning on return in rtc_get and rtc_set functions
2670
2671 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2672
2673commit a253b38bf50c85227c33ca0febc870ee49d1588e
2674Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2675Date: Wed Apr 2 08:03:57 2008 +0200
2676
2677 cmd_log.c: Fix assignment differ in signedness
2678
2679 In function 'logbuff_init_ptrs':
2680 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
2681
2682 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2683
2684commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
2685Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
2686Date: Wed Apr 2 11:04:43 2008 +0530
2687
2688 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
2689
2690 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
2691
2692commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
2693Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2694Date: Tue Apr 1 14:07:10 2008 +0200
2695
2696 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
2697
2698 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2699
2700commit c08fb3ea36d19b1640b7906264581e9105534399
2701Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2702Date: Tue Apr 15 10:24:14 2008 +0200
2703
2704 Additional PCI IDs for IDE and network controllers
2705
2706 These PCI IDs are required by the Linkstation platforms.
2707
2708 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2709
2710commit c0559be371b2a64b1a817088c3308688e2182f93
2711Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
2712Date: Mon Apr 14 23:01:50 2008 +0200
2713
2714 Change env_get_char from a global function ptr to a function.
2715
2716 This avoids an early global data reference.
2717
2718 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2719
2720commit 3e0f331c05d72f140715c1e9fca991927e44d422
2721Author: Guennadi Liakhovetski <lg@denx.de>
2722Date: Tue Apr 29 12:35:08 2008 +0000
2723
2724 Clean up smsc911x driver
2725
2726 Replace direct register address derefencing with accessor functions.
2727 Restrict explicitly 32-bit bus-width, extend affected configurations
2728 respectively.
2729
2730 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2731 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2732
2733commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
2734Author: Sascha Hauer <s.hauer@pengutronix.de>
2735Date: Tue Apr 15 00:08:20 2008 -0400
2736
2737 This patch adds a driver for the following smsc network controllers:
2738 LAN9115
2739 LAN9116
2740 LAN9117
2741 LAN9215
2742 LAN9216
2743 LAN9217
2744
2745 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2746 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
2747 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2748
2749commit 3dfd4aab929cccddb63d9ea509967861e1333b52
2750Author: Sascha Laue <Sascha.Laue@gmx.biz>
2751Date: Tue Apr 1 15:13:03 2008 +0200
2752
2753 Fix watchdog POST for lwmon5
2754
2755 If the hardware watchdog detects a voltage error, the watchdog sets
2756 GPIO62 to low. The watchdog POST has to detect this low level.
2757
2758 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
2759
2760commit 24b448448a917e52806f82660a5c9d47608894fb
2761Author: Dave Liu <r63238@freescale.com>
2762Date: Tue Apr 1 15:22:11 2008 +0800
2763
2764 ata: update the libata.h from ata.h of linux kernel
2765
2766 Current libata.h of u-boot is out of sync from linux kernel,
2767 this patch make it be consistent with linux kernel.
2768
2769 Signed-off-by: Dave Liu <daveliu@freescale.com>
2770 Signed-off-by: Tor Krill <tor@excito.com>
2771
2772commit f8f9dc98883f66f59eb0601da65808e6b139c87c
2773Author: Kumar Gala <galak@kernel.crashing.org>
2774Date: Mon Mar 31 11:59:27 2008 -0500
2775
2776 Allow use of ARCH=powerpc when building
2777
2778 The linux kernel is now mostly ARCH=powerpc, so to make life easier
2779 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
2780
2781 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2782
2783commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
2784Author: Kyungmin Park <kmpark@infradead.org>
2785Date: Mon Mar 31 10:40:54 2008 +0900
2786
2787 Add apollon board MAINTAINERS entry
2788
2789 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2790
2791commit 77e475cc0ed1832160017d364be32a0be9ff02a9
2792Author: Kyungmin Park <kmpark@infradead.org>
2793Date: Mon Mar 31 10:40:36 2008 +0900
2794
2795 Fix OneNAND read
2796
2797 It should access with 16-bit instead of 8-bit
2798
2799 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
2800
2801 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2802
2803commit a9da2b41079d230db3a5641625311983f85ce1fb
2804Author: Kyungmin Park <kmpark@infradead.org>
2805Date: Mon Mar 31 10:40:19 2008 +0900
2806
2807 Fix OneNAND erase command
2808
2809 It mis-calculates the block address.
2810 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
2811
2812 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2813
2814commit 61525f2ffa156665a66908fda47dbf29d65ea579
2815Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2816Date: Mon Mar 31 01:32:15 2008 +0200
2817
2818 Support for LinkStation / KuroBox HD and HG PPC models
2819
2820 This patch is based on the port by Mihai Georgian (see linkstation.c for
2821 Copyright information) and implements support for LinkStation / KuroBox HD
2822 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
2823 the moment, pending network driver fixing.
2824
2825 Notice to users: this is pretty much a barebone port. Support for network
2826 on HG models is already in the U-Boot mainline, but you might also want
2827 patches to switch fan / phy modes depending on the negotiated ethernet
2828 parameters. This patch also doesn't support console switching, booting EM
2829 mode, Buffalo specific ext2 magic number. So, if you want to use any of
2830 those, you need additional patches. Otherwise this patche provides a fully
2831 functional u-boot with a network console on your system.
2832
2833 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2834
2835commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
2836Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2837Date: Sun Mar 30 01:22:13 2008 -0500
2838
2839 Add CONFIG_MII_INIT support to related boards
2840
2841 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
2842 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
2843 that use mii_init() in cmd_init.c.
2844
2845 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2846 Acked-by: Ben Warren <biggerbadderben@gmail.com>
2847
2848commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
2849Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2850Date: Sun Mar 30 01:19:06 2008 -0500
2851
2852 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
2853
2854 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
2855 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
2856
2857 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2858
2859commit e99ccb488181d012248c6be30b2093e950319fc5
2860Author: Kumar Gala <galak@kernel.crashing.org>
2861Date: Thu Mar 27 11:46:38 2008 -0500
2862
2863 Introduce phys_size_t and move phys_addr_t into asm/types.h
2864
2865 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
2866 that have larger physical addresses like 44x, 85xx, and 86xx.
2867
2868 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2869
2870commit 20a14a42a25f72e379f38460b8a8484667536795
2871Author: Andy Fleming <afleming@freescale.com>
2872Date: Wed Apr 2 16:19:07 2008 -0500
2873
2874 Rename include/md5.h to include/u-boot/md5.h
2875
2876 Some systems have md5.h installed in /usr/include/. This isn't the
2877 desired file (we want the one in include/md5.h). This will avoid the
2878 conflict. This fixes the host tools building problem by creating a new
2879 directory for U-Boot specific header files.
2880
2881 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
2882 Denk]
2883
2884 Signed-off-by: Wolfgang Denk <wd@denx.de>
2885 Signed-off-by: Andy Fleming <afleming@freescale.com>
2886 Acked-by: Timur Tabi <timur@freescale.com>
2887
2888commit f297b7a1ec87433f66320d89d993e1bc738c66b8
2889Author: Dave Liu <r63238@freescale.com>
2890Date: Thu Mar 27 18:51:17 2008 +0800
2891
2892 drivers: code clean up
2893
2894 Signed-off-by: Dave Liu <daveliu@freescale.com>
2895
2896commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
2897Author: Dave Liu <r63238@freescale.com>
2898Date: Thu Mar 27 18:50:41 2008 +0800
2899
2900 drivers: clean up the ata_piix.h
2901
2902 Signed-off-by: Dave Liu <daveliu@freescale.com>
2903
2904commit e8f7ba404f1409606962815ecc955a06984b08b3
2905Author: Dave Liu <r63238@freescale.com>
2906Date: Thu Mar 27 18:49:56 2008 +0800
2907
2908 doc: english polishing for README.sata
2909
2910 according to gvb's suggestion, polishing for the doc.
2911
2912 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
2913 Signed-off-by: Dave Liu <daveliu@freescale.com>
2914
2915commit 3e3f766a5274d204780460e1879723b565296d34
2916Author: Kumar Gala <galak@kernel.crashing.org>
2917Date: Wed Mar 26 18:53:28 2008 -0500
2918
2919 Fix warnings introduced by I2C bus speed setting patch
2920
2921 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2922
2923commit 3c735e7437150e8615f26930c7819db85634276d
2924Author: eran liberty <eran.liberty@gmail.com>
2925Date: Thu Mar 27 00:50:49 2008 +0100
2926
2927 Altera Stratix II support
2928
2929 Adds Support for Altera's Stratix II.
2930
2931 Within your board specific init file you will have to call
2932
2933 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
2934 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
2935
2936 Altera_desc* contines (for example):
2937 {
2938 Altera_StratixII, /* part type */
2939 passive_serial, /* interface type */
2940 1, /* bytes of data part can accept */
2941 (void *)(&funcs), /* interface function table */
2942 0L, /* base interface address */
2943 0 /* implementation specific cookie */
2944 }
2945
2946 funcs is the interface. It is of type altera_board_specific_func.
2947 It looks like this:
2948 altera_board_specific_func func = {
2949 pre_fn,
2950 config_fn,
2951 status_fn,
2952 done_fn,
2953 clk_fn,
2954 data_fn,
2955 abort_fn,
2956 post_fn,
2957 };
2958
2959 you will have to implement these functions, which is usually bit
2960 banging some gpio.
2961
2962 Signed-off-by: Eran Liberty <liberty@extricom.com>
2963
2964commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
2965Author: Wolfgang Denk <wd@denx.de>
2966Date: Sun Apr 13 14:32:54 2008 -0700
2967
2968 Update CHANGELOG
2969
2970 Signed-off-by: Wolfgang Denk <wd@denx.de>
2971
5ece9ec9
WD
2972commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
2973Author: Sascha Hauer <s.hauer@pengutronix.de>
2974Date: Wed Mar 26 20:41:17 2008 +0100
2975
2976 Phytec Phycore-i.MX31 support
2977
2978 This patch adds support for the Phytec Phycore-i.MX31 board
2979
2980 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2981 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2982
2983commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
2984Author: Sascha Hauer <s.hauer@pengutronix.de>
2985Date: Wed Mar 26 20:41:09 2008 +0100
2986
2987 mx31 litekit support
2988
2989 This patch adds support for the mx31 litekit board
2990
2991 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2992 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2993
2994commit cdace0661208754a53019ea0dc7b803a040e0939
2995Author: Sascha Hauer <s.hauer@pengutronix.de>
2996Date: Wed Mar 26 20:40:49 2008 +0100
2997
2998 add an i2c driver for mx31
2999
3000 This patch adds an i2c driver for Freescale i.MX processors
3001
3002 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3003 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3004
3005commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
3006Author: Sascha Hauer <s.hauer@pengutronix.de>
3007Date: Wed Mar 26 20:40:42 2008 +0100
3008
3009 core support for Freescale mx31
3010
3011 This patch adds the core support for Freescale mx31
3012
3013 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3014 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3015
3016commit 7ec68862a27c8f6f6d566228de8f6724d964a939
3017Author: Wolfgang Denk <wd@denx.de>
3018Date: Sun Apr 13 14:19:23 2008 -0700
3019
3020 Fix compile error
3021
3022 ...as suggested by Peter Pearse
3023
3024 Signed-off-by: Wolfgang Denk <wd@denx.de>
3025
3026commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
3027Author: Sascha Hauer <s.hauer@pengutronix.de>
3028Date: Wed Mar 26 20:40:36 2008 +0100
3029
3030 Separate omap24xx specific code from arm1136
3031
3032 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
3033 to cpu/arm1136/omap24xx.
3034
3035 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3036 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3037
3038commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
3039Author: Mike Frysinger <vapier@gentoo.org>
3040Date: Tue Jan 29 18:21:05 2008 -0500
3041
3042 disable caches before booting an app for Blackfin apps
3043
3044 It isn't generally save to execute applications outside of U-Boot with caches
3045 enabled due to the way the Blackfin processor handles caches (requires
3046 software assistance). This patch disables caches before booting an ELF or
3047 just booting raw code. The previous discussion on the patch was that we
3048 wanted to use weaks instead, but that proved to not be feasible when multiple
3049 symbols are involved, which puts us back at the ifdef solution. I've
3050 minimized the ugliness by moving the setup step outside of the main function.
3051
3052 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3053
3054commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
3055Author: Wolfgang Denk <wd@denx.de>
3056Date: Sun Apr 13 10:03:54 2008 -0700
3057
3058 ppc: Get rid of unused machine type definitions
3059
3060 Signed-off-by: Wolfgang Denk <wd@denx.de>
3061
3062commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
3063Author: Wolfgang Denk <wd@denx.de>
3064Date: Sun Apr 13 09:59:26 2008 -0700
3065
3066 Coding Style cleanup; update CHANGELOG
3067
3068 Signed-off-by: Wolfgang Denk <wd@denx.de>
3069
1aeed8d7
WD
3070commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
3071Author: Larry Johnson <lrj@acm.org>
3072Date: Thu Feb 21 13:58:11 2008 -0500
3073
3074 LM73 bug fix for negative temperatures and cleanup
3075
3076 When the LM73 temperature sensor measures a temperature below 0 C, the
3077 current driver does not perform sign extension, so the result returned is
3078 512 C too high. This patch fixes the problem, and does general cleanup
3079 of the code.
3080
3081 Signed-off-by: Larry Johnson <lrj@acm.org>
3082
3083commit 96ef831f713289afba19da0c8f905e99da2b23e0
3084Author: Guennadi Liakhovetski <lg@denx.de>
3085Date: Thu Apr 3 13:36:02 2008 +0200
3086
3087 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
3088
3089 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
3090 series require different addresses for buffered write commands. Define a
3091 configuration option to support buffered writes on those chips. A more
3092 elegant solution would be to automatically detect those chips by parsing
3093 their CFI records, but that would require introduction of a fixup table
3094 into the cfi_flash driver.
3095
3096 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3097
3098commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
3099Author: Lee Nipper <lee.nipper@freescale.com>
3100Date: Thu Apr 10 09:35:06 2008 -0500
3101
3102 mpc83xx: Update DIMM data bus width test to support 40-bit width
3103
3104 32-bit wide ECC memory modules report 40-bit width.
3105 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
3106
3107 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
3108 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3109
3110commit 5fb5a689d822ca61e814bd523fc930af335242fa
3111Author: Dave Liu <r63238@freescale.com>
3112Date: Mon Mar 31 17:05:12 2008 +0800
3113
3114 mpc83xx: Fix the bug of serdes initialization
3115
3116 Currently the serdes will not be initializated due to the
3117 partid's error.
3118
3119 Signed-off-by: Dave Liu <daveliu@freescale.com>
3120 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3121
3122commit 2000784818f043db7ca60e2846a72d097766b894
3123Author: Dave Liu <r63238@freescale.com>
3124Date: Thu Apr 3 16:28:29 2008 +0800
3125
3126 mpc83xx: Fix the SATA clock setting of 837x targets
3127
3128 Currently the SATA controller clock is configured as CSB clock,
3129 usually the CSB clock is 400/333/266MHz.
3130
3131 However, The SATA IP block is only guaranteed to operate up to
3132 200 MHz as stated in the HW spec.
3133
3134 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
3135
3136 This patch makes the SATA clock as half of CSB clock.
3137
3138 Signed-off-by: Dave Liu <daveliu@freescale.com>
3139 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3140
3141commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
3142Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3143Date: Wed Apr 2 13:41:21 2008 +0200
3144
3145 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
3146
3147 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3148 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3149
3150commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
3151Author: Kumar Gala <galak@kernel.crashing.org>
3152Date: Wed Apr 9 04:20:57 2008 -0500
3153
3154 85xx: Fix detection of MP cpu spin up
3155
3156 We were looking at the wrong memory offset to determine of a secondary
3157 cpu had been spun up or not. Also added a warning message if the
3158 all the secondary cpus we expect don't spin up.
3159
3160 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3161
3162commit f3e04bdc3f360c66801a9048956e61e41a16edba
3163Author: Kumar Gala <galak@kernel.crashing.org>
3164Date: Tue Apr 8 10:45:50 2008 -0500
3165
3166 85xx: Use SVR_SOC_VER instead of SVR_VER
3167
3168 The recent change introduced by 'Update SVR numbers to expand support'
3169 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
3170 to compare against a particular processor id.
3171
3172 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3173
3174commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
3175Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
3176Date: Fri Apr 11 10:00:35 2008 -0400
3177
3178 ppc4xx: Fix power mgt definitions for PPC440
3179
3180 Corrected DCR addresses of PPC440EP power management registers.
3181
3182 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
3183
3184commit 950a392464e616b4590bc4501be46e2d7d162dea
3185Author: Wolfgang Denk <wd@denx.de>
3186Date: Fri Apr 11 15:11:26 2008 +0200
3187
3188 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
3189
3190 Reverting became necessary after it turned out that the patches in
3191 the u-boot-arm repo were modified, and in some cases corrupted.
3192
3193 This reverts the following commits:
3194
3195 066bebd6353e33af3adefc3404560871699e9961
3196 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
3197 c88ae20580b2b01487b4cdcc8b2a113f551aee36
3198 a147e56f03871bba4f05058d5e04ce7deb010b04
3199 d6674e0e2a6a1f033945f78838566210d3f28c95
3200 8c8463cce44d849e37744749b32d38e1dfb12e50
3201 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
3202 8bf69d81782619187933a605f1a95ee1d069478d
3203 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
3204 a574a73852a527779234e73e17e7597fd8128882
3205 1377b5583a48021d983e1fd565f7d40c89e84d63
3206 1704dc20917b4f71e373e2c888497ee666d40380
3207
3208 Signed-off-by: Wolfgang Denk <wd@denx.de>
3209
3210commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
3211Author: Stefan Roese <sr@denx.de>
3212Date: Fri Apr 11 07:02:29 2008 +0200
3213
3214 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
3215
3216 This patch reworks the default environment on Kilauea/Haleakala. Now
3217 "net_nfs" for exmaple uses the device-tree style booting formerly know
3218 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
3219 new image booting support, which check for image overwriting. So the
3220 addresses needed togeet adjusted.
3221
3222 Signed-off-by: Stefan Roese <sr@denx.de>
3223
3224commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
3225Author: Stefan Roese <sr@denx.de>
3226Date: Wed Apr 9 11:58:02 2008 +0200
3227
3228 ppc4xx: Fix Canyonlands default environment to work with new image support
3229
3230 Since the new image support checks for image overwriting, the default
3231 environment needs to get adjusted to use correct addresses.
3232
3233 Signed-off-by: Stefan Roese <sr@denx.de>
3234
3235commit dfc6c7b647dba7ab86749616f0e9e5740deed422
3236Author: Stefan Roese <sr@denx.de>
3237Date: Wed Apr 9 11:54:11 2008 +0200
3238
3239 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
3240
3241 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
3242 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
3243 on 4xx systems _start currently cannot be used for this calculation.
3244 So revert back to the original version for now.
3245
3246 Signed-off-by: Stefan Roese <sr@denx.de>
3247
3248commit f91374f65eae8b42cac329e06ba1c54728278efb
3249Author: Michal Simek <monstr@monstr.eu>
3250Date: Fri Mar 28 12:49:52 2008 +0100
3251
3252 microblaze: Sort microblaze boards in MAKEALL script
3253
3254commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
3255Author: Michal Simek <monstr@monstr.eu>
3256Date: Fri Mar 28 11:58:45 2008 +0100
3257
3258 microblaze: clean microblaze_config.mk
3259
3260 FLAGS are generated by U-BOOT generator.
3261 Board specific FLAGS are in board directory
3262
3263 Signed-off-by: Michal Simek <monstr@monstr.eu>
3264
3265commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
3266Author: Michal Simek <monstr@monstr.eu>
3267Date: Fri Mar 28 12:47:19 2008 +0100
3268
3269 microblaze: xupv2p fix config file for supporting FDT
3270
3271commit 188dc16b189143573b1ed90e584bf866d75cdd12
3272Author: Michal Simek <monstr@monstr.eu>
3273Date: Fri Mar 28 11:53:02 2008 +0100
3274
3275 microblaze: ml401 fix config file for supporting FDT
3276
3277 Signed-off-by: Michal Simek <monstr@monstr.eu>
3278
3279commit 4c6a6f02e239236261333759997eeaf86b30b54c
3280Author: Michal Simek <monstr@monstr.eu>
3281Date: Fri Mar 28 11:22:48 2008 +0100
3282
3283 microblaze: ml401 - add ifdef for GPIO
3284
3285 Signed-off-by: Michal Simek <monstr@monstr.eu>
3286
3287commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
3288Author: Michal Simek <monstr@monstr.eu>
3289Date: Fri Mar 28 12:13:03 2008 +0100
3290
3291 microblaze: clean uart16550 and uartlite handling
3292
3293 Signed-off-by: Michal Simek <monstr@monstr.eu>
3294
3295commit 0b20f250877441460fb79d72192954abe8498834
3296Author: Michal Simek <monstr@monstr.eu>
3297Date: Fri Mar 28 11:08:31 2008 +0100
3298
3299 microblaze: Add Emaclite driver to Makefile
3300
3301 Signed-off-by: Michal Simek <monstr@monstr.eu>
3302
3303commit 868cde5310f88234b774878e4f06e79df10a88b3
3304Author: Michal Simek <monstr@monstr.eu>
3305Date: Fri Mar 28 11:08:01 2008 +0100
3306
3307 microblaze: Add Emac driver to Makefile
3308
3309 Signed-off-by: Michal Simek <monstr@monstr.eu>
3310
3311commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
3312Author: Michal Simek <monstr@monstr.eu>
3313Date: Fri Mar 28 12:42:29 2008 +0100
3314
3315 microblaze: add Emac ethernet driver
3316
3317commit 89c53891b18cbafd29ab8931b40e27ad231b6085
3318Author: Michal Simek <monstr@monstr.eu>
3319Date: Fri Mar 28 12:41:56 2008 +0100
3320
3321 microblaze: add Emaclite ethernet driver
3322
3323commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
3324Author: Michal Simek <monstr@monstr.eu>
3325Date: Fri Mar 28 11:04:01 2008 +0100
3326
3327 microblaze: ML401 and XUPV2P remove emac and emaclite reference
3328
3329 Signed-off-by: Michal Simek <monstr@monstr.eu>
3330
3331commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
3332Author: Michal Simek <monstr@monstr.eu>
3333Date: Fri Mar 28 10:59:32 2008 +0100
3334
3335 microblaze: remove old setting for emac driver
3336
3337 Signed-off-by: Michal Simek <monstr@monstr.eu>
3338
3339commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
3340Author: Michal Simek <monstr@monstr.eu>
3341Date: Fri Mar 28 10:58:15 2008 +0100
3342
3343 microblaze: Clean Makefile from ancient emac driver
3344
3345 Signed-off-by: Michal Simek <monstr@monstr.eu>
3346
3347commit ab68f921d9c741830f721c3d879c13a0c5597183
3348Author: Daniel Hellstrom <daniel@gaisler.com>
3349Date: Fri Mar 28 10:20:43 2008 +0100
3350
3351 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
3352
3353 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3354
3355commit 6ed8a43a19bb0275501bc286007daafa923552cf
3356Author: Daniel Hellstrom <daniel@gaisler.com>
3357Date: Wed Mar 26 23:38:48 2008 +0100
3358
3359 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.
3360
3361 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3362
3363commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
3364Author: Daniel Hellstrom <daniel@gaisler.com>
3365Date: Wed Mar 26 23:34:47 2008 +0100
3366
3367 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
3368
3369 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3370
3371commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
3372Author: Daniel Hellstrom <daniel@gaisler.com>
3373Date: Fri Mar 28 10:06:52 2008 +0100
3374
3375 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
3376
3377 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3378
3379commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
3380Author: Daniel Hellstrom <daniel@gaisler.com>
3381Date: Wed Mar 26 23:26:48 2008 +0100
3382
3383 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
3384
3385 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3386
3387commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
3388Author: Daniel Hellstrom <daniel@gaisler.com>
3389Date: Fri Mar 28 10:00:33 2008 +0100
3390
3391 SPARC: Added support for SPARC LEON2 SOC Processor.
3392
3393 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3394
3395commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
3396Author: Daniel Hellstrom <daniel@gaisler.com>
3397Date: Wed Mar 26 23:00:38 2008 +0100
3398
3399 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.
3400
3401 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3402
3403commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
3404Author: Daniel Hellstrom <daniel@gaisler.com>
3405Date: Wed Mar 26 22:51:29 2008 +0100
3406
3407 SPARC: Added support for SPARC LEON3 SOC processor.
3408
3409 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3410
3411commit bf3d8b31169546fcddb4737391e1893fb12d033a
3412Author: Daniel Hellstrom <daniel@gaisler.com>
3413Date: Fri Mar 28 08:29:26 2008 +0100
3414
3415 SPARC: added SPARC support for new uimage in common code.
3416
3417 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3418
3419commit 00ab32c85405a4fe65fd4128243086210fc90a21
3420Author: Daniel Hellstrom <daniel@gaisler.com>
3421Date: Wed Mar 26 22:36:03 2008 +0100
3422
3423 SPARC: added SPARC board information to the command bdinfo.
3424
3425 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3426
3427commit c2f02da21a3f37f0878554eebc785e04fdc4e128
3428Author: Daniel Hellstrom <daniel@gaisler.com>
3429Date: Fri Mar 28 09:47:00 2008 +0100
3430
3431 SPARC: Added generic support for SPARC architecture.
3432
3433 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3434
3435commit e54ec0f016803e4d9524ff71f7971bda0c51b287
3436Author: Stefan Roese <sr@denx.de>
3437Date: Thu Apr 3 14:50:34 2008 +0200
3438
3439 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
3440
3441 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
3442 has 2 RGMII instances and we need to configure the 2nd RGMII instance
3443 for the EMAC2+3 channels.
3444
3445 Signed-off-by: Stefan Roese <sr@denx.de>
3446
3447commit c2a545ce33b26d80337f80b533828839249fb1c9
3448Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3449Date: Wed Apr 2 08:03:56 2008 +0200
3450
3451 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
3452
3453 fdt.c: In function 'ft_cpu_setup':
3454 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
3455 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
3456 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
3457 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
3458
3459 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3460
3461commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
3462Author: Andy Fleming <afleming@freescale.com>
3463Date: Mon Mar 31 20:45:56 2008 -0500
3464
3465 Fix fdt set command to conform to dts spec
3466
3467 The fdt set command was treating properties specified as <00> and <0011>
3468 as byte streams, rather than as an array of cells. As we already have
3469 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
3470 we should use the <> syntax to describe arrays of cells, which are always
3471 32-bits per element. If we imagine this likely (IMHO) scenario:
3472
3473 > fdt set /ethernet-phy@1 reg <1>
3474
3475 With the old code, this would create a bad fdt, since the reg cell would be
3476 made to be one byte in length. But the cell must be 4 bytes, so this would
3477 break mysteriously.
3478
3479 Also, the dts spec calls for constants inside the angle brackets (<>)
3480 to conform to C constant standards as they pertain to base.
3481 Take this scenario:
3482
3483 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
3484
3485 The old fdt command would complain that it couldn't parse that. Or, if you
3486 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
3487 do this:
3488
3489 > fdt set /mydev clock <1f78a40>
3490
3491 Whereas the new code will accept decimal numbers.
3492
3493 While I was in there, I extended the fdt command parser to handle property
3494 strings which are split across multiple arguments:
3495
3496 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
3497 > fdt p /ethernet@f00
3498 ethernet@f00 {
3499 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
3500 };
3501
3502 Lastly, the fdt print code was rearranged slightly to print arrays of cells
3503 if the length of the property is a multiple of 4 bytes, and to not print
3504 leading zeros.
3505
3506 Signed-off-by: Andy Fleming <afleming@freescale.com>
3507
3508commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
3509Author: Stefan Roese <sr@denx.de>
3510Date: Wed Apr 2 08:39:33 2008 +0200
3511
3512 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
3513
3514 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
3515 interface. This usage can be configured with the jumper J6. This patch
3516 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
3517 is installed.
3518
3519 Signed-off-by: Stefan Roese <sr@denx.de>
3520
3521commit 6fe2946f198481254a6ee9600d7456b8316a4083
3522Author: Kim Phillips <kim.phillips@freescale.com>
3523Date: Fri Mar 28 17:37:49 2008 -0500
3524
3525 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
3526
3527 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
3528 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
3529 started.
3530
3531 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3532
3533commit b5873f1732b92a25690e1513b90dfb0d644f6697
3534Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3535Date: Tue Apr 1 07:30:51 2008 +0200
3536
3537 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
3538
3539 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3540
3541commit 2d934ea51f276522b532f870a820e844ff480b5b
3542Author: Tor Krill <tor@excito.com>
3543Date: Fri Mar 28 15:29:45 2008 +0100
3544
3545 Add Vitesse 8601 support to TSEC driver
3546
3547 Add phy_info for Vitesse VSC8601.
3548 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
3549
3550 Signed-off-by: Tor Krill <tor@excito.com>
3551 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
3552 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3553
3554commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
3555Author: Daniel Hellstrom <daniel@gaisler.com>
3556Date: Mon Mar 31 14:25:00 2008 +0000
3557
3558 SPARC: added SMC91111 driver in and out macros for LEON processors.
3559
3560 This patch makes SPARC/LEON processors able to read and write
3561 to the SMC91111 chip using the chip external I/O bus of the memory
3562 controller. This patchs defines the standard in and out macros
3563 expected by the SMC9111 driver.
3564
3565 To access that I/O bus one must set up the memory controller
3566 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
3567 up this correctly when the other MCTRL parameters are set up. It
3568 can be set up from the board configuration header file.
3569
3570 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3571 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3572
3573commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
3574Author: Stelian Pop <stelian@popies.net>
3575Date: Wed Mar 26 18:52:34 2008 +0100
3576
3577 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
3578
3579 Signed-off-by: Stelian Pop <stelian@popies.net>
3580
3581commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
3582Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3583Date: Mon Mar 31 21:31:04 2008 +0200
3584
3585 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
3586
3587 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3588
3589commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
3590Author: Stelian Pop <stelian@popies.net>
3591Date: Wed Mar 26 18:52:33 2008 +0100
3592
3593 Add support for AT91SAM9260EK
3594
3595 Support for booting from internal DataFlash, external DataFlash card
3596 or NAND flash is available.
3597
3598 Signed-off-by: Stelian Pop <stelian@popies.net>
3599
3600commit 1762f13b4aab88b685b1722f17dada247945624b
3601Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3602Date: Mon Mar 31 21:20:49 2008 +0200
3603
3604 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
3605
3606 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3607
3608commit 761712188b353494defb2b644491ff73d0daaa6f
3609Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3610Date: Mon Mar 31 21:12:17 2008 +0200
3611
3612 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
3613
3614 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3615
3616commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
3617Author: Stelian Pop <stelian@popies.net>
3618Date: Wed Mar 26 20:52:32 2008 +0100
3619
3620 Port AT91CAP9 to the new headers
3621
3622 Adapt the existing AT91CAP9 code to the new headers and APIs.
3623
3624 Signed-off-by: Stelian Pop <stelian@popies.net>
3625
3626commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
3627Author: Stelian Pop <stelian@popies.net>
3628Date: Wed Mar 26 19:52:31 2008 +0100
3629
3630 Finish header files reworking
3631
3632 Replace AT91CAP9.h file with several splitted header files coming
3633 from the Linux kernel.
3634
3635 This is part 2 of the replacement: more header imports and edits.
3636
3637 Signed-off-by: Stelian Pop <stelian@popies.net>
3638
3639commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
3640Author: Stelian Pop <stelian@popies.net>
3641Date: Wed Mar 26 19:52:30 2008 +0100
3642
3643 Import several header files from Linux
3644
3645 Replace AT91CAP9.h file with several splitted header files coming
3646 from the Linux kernel.
3647
3648 This is part 1 of the replacement: pristine header files import.
3649
3650 Signed-off-by: Stelian Pop <stelian@popies.net>
3651
3652commit a8a78f2d99dc1bd30dc3595da118539b506c6118
3653Author: Stelian Pop <stelian@popies.net>
3654Date: Wed Mar 26 20:52:28 2008 +0100
3655
3656 Move at91cap9 specific files to at91sam9 directory
3657
3658 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
3659 common infrastructure can be used. Let this infrastructure be
3660 named after the AT91SAM9 family, and move the existing AT91CAP9
3661 files to the new place.
3662
3663 Signed-off-by: Stelian Pop <stelian@popies.net>
3664
3665commit 61106a565870ff503f92b251b94bd7afef889a04
3666Author: Stelian Pop <stelian@popies.net>
3667Date: Wed Mar 26 21:52:27 2008 +0100
3668
3669 Use timer_init() instead of board supplied interrupt_init()
3670
3671 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
3672 the board, so use timer_init() instead of interrupt_init().
3673
3674 Signed-off-by: Stelian Pop <stelian@popies.net>
3675
3676commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
3677Author: Stelian Pop <stelian@popies.net>
3678Date: Wed Mar 26 21:52:36 2008 +0100
3679
3680 Cleanup DataFlash partition handling
3681
3682 DataFlash partition information has become a mess. This patch
3683 defines a single partition scheme for Atmel DataFlashes. This partition
3684 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
3685
3686 Signed-off-by: Stelian Pop <stelian@popies.net>
3687
3688commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
3689Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3690Date: Fri Mar 28 08:47:45 2008 -0500
3691
3692 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
3693
3694 When the version_string function in start.S is not 4-byte align,
3695 it will cause the compiler generates "unaligned opcodes detected
3696 in executable segment". This issue affects all ColdFire CPUs.
3697 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
3698 it is not aligned.
3699
3700 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3701 Acked-by: John Rigby <jrigby@freescale.com>
3702
3703commit bae61eefe15b4d454060a7140e49ae58322be803
3704Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3705Date: Tue Mar 25 15:41:15 2008 -0500
3706
3707 ColdFire: Add dspi and serial flash support for MCF5445x
3708
3709 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3710 Acked-by: John Rigby <jrigby@freescale.com>
3711
3712commit 48ead7a7a922fceaf494e352abfab8216a41b417
3713Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3714Date: Tue Mar 18 17:37:01 2008 -0500
3715
3716 ColdFire: Remove R5200 board
3717
3718 This board never went into production
3719
3720 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
3721 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3722 Acked-by: John Rigby <jrigby@freescale.com>
3723
3724commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
3725Author: Matthew Fettke <[matthew.fettke@gmail.com]>
3726Date: Thu Jan 24 14:02:32 2008 -0600
3727
3728 ColdFire: Added M5275EVB support.
3729
3730 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
3731 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3732 Acked-by: John Rigby <jrigby@freescale.com>
3733
3734commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
3735Author: Matthew Fettke <[matthew.fettke@gmail.com]>
3736Date: Mon Feb 4 15:38:20 2008 -0600
3737
3738 ColdFire: Added MCF5275 cpu support.
3739
3740 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
3741 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3742 Acked-by: John Rigby <jrigby@freescale.com>
3743
3744commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
3745Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3746Date: Mon Mar 17 12:14:11 2008 -0500
3747
3748 ColdFire: Define bootdelay in configuration file for M52277EVB
3749
3750 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
3751 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3752 Acked-by: John Rigby <jrigby@freescale.com>
3753
3754commit 77878f16cedee17161ff2336990970fffc6cea35
3755Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3756Date: Mon Mar 17 12:09:07 2008 -0500
3757
3758 ColdFire: Fix second memory Chipselect for M5475EVB
3759
3760 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3761 Acked-by: John Rigby <jrigby@freescale.com>
3762
3763commit 43d60642395a550956cb21d287c8cfa563913d28
3764Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3765Date: Thu Mar 13 14:26:32 2008 -0500
3766
3767 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
3768
3769 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3770 Acked-by: John Rigby <jrigby@freescale.com>
3771
3772commit eb14ebe813a0cb5d47905228da446a5ad692473b
3773Author: Larry Johnson <lrj@acm.org>
3774Date: Sun Mar 30 20:33:04 2008 -0500
3775
3776 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
3777
3778 Signed-off-by: Larry Johnson <lrj@acm.org>
3779
3780commit 02e3892021112f21067d9ed1d04ae4182725ba52
3781Author: Stefan Roese <sr@denx.de>
3782Date: Mon Mar 31 12:20:48 2008 +0200
3783
3784 ppc4xx: Small whitespace fix of esd patches
3785
3786 Signed-off-by: Stefan Roese <sr@denx.de>
3787
3788commit 034394abb524785047c815f00dde8cdbdc1593c5
3789Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3790Date: Sun Mar 30 18:52:44 2008 +0200
3791
3792 ppc4xx: Cleanup PMC440 board support
3793
3794 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3795
3796commit a6cc6c37188d85c25d167a4515da86f48d9a583e
3797Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3798Date: Sun Mar 30 18:52:06 2008 +0200
3799
3800 ppc4xx: Add ptm configuration variables for PMC440
3801
3802 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
3803 environment variables.
3804
3805 Cleanup pci_target_init.
3806
3807 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3808
3809commit 7c91f51a2fe296909147f1646a1412729dd10b1d
3810Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3811Date: Sun Mar 30 18:01:15 2008 +0200
3812
3813 ppc4xx: Minor updates for DU440 boards
3814
3815 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3816
3817commit d5bffeb868d6b4d462f558dac43011027b6644b7
3818Author: Mike Frysinger <vapier@gentoo.org>
3819Date: Tue Feb 19 00:54:20 2008 -0500
3820
3821 Blackfin: cleanup and overhaul common board init functions
3822
3823 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3824
3825commit b86b3416f874358acaf07519e7620cdb2145f75b
3826Author: Mike Frysinger <vapier@gentoo.org>
3827Date: Tue Feb 19 00:50:58 2008 -0500
3828
3829 Blackfin: cleanup lib_blackfin/cache.c
3830
3831 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3832
3833commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
3834Author: Mike Frysinger <vapier@gentoo.org>
3835Date: Sun Mar 30 15:46:13 2008 -0400
3836
3837 Blackfin: unify cpu and boot modes
3838
3839 All of the duplicated code for Blackfin processors and boot modes have been
3840 unified. After all, the core is the same for all processors, just the
3841 peripheral set differs (which gets handled in the drivers).
3842
3843 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3844
3845commit 880cc4381ea8360248cddcdf87a64566745a5724
3846Author: Stelian Pop <stelian@popies.net>
3847Date: Wed Mar 26 22:52:35 2008 +0100
3848
3849 Fix CFG_NO_FLASH compilation.
3850
3851 Many Atmel boards have no "real" (NOR) flash on board, and rely only
3852 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
3853 be present in a board configuration file, while still enabling flash
3854 commands like 'flinfo', 'protect', etc.
3855
3856 Signed-off-by: Stelian Pop <stelian@popies.net>
3857
3858commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
3859Author: Mike Frysinger <vapier@gentoo.org>
3860Date: Tue Feb 19 00:58:13 2008 -0500
3861
3862 Blackfin: BF537-stamp: cleanup spi flash driver
3863
3864 This punts the old spi flash driver for a new/generalized one until the
3865 common one can be integrated.
3866
3867 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3868
3869commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
3870Author: Ben Warren <biggerbadderben@gmail.com>
3871Date: Sun Mar 30 11:34:34 2008 -0400
3872
3873 Fix macro typo in common/cmd_mii.c
3874
3875 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
3876 actually applied the wrong patch.
3877
3878 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3879
3880commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
3881Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3882Date: Sun Mar 30 16:39:53 2008 +0200
3883
3884 use correct at91rm9200 register name in m501sk board
3885
3886 This fixes a naming bug for at91rm9200 lowlevel init code:
3887 NOR boot flash is on chipselect 0, not chipselect 2. This
3888 makes code use the register name from chip datasheets.
3889
3890 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3891
3892commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
3893Author: David Brownell <david-b@pacbell.net>
3894Date: Fri Jan 18 12:55:00 2008 -0800
3895
3896 use correct at91rm9200 register name
3897
3898 This fixes a naming bug for at91rm9200 lowlevel init code:
3899 NOR boot flash is on chipselect 0, not chipselect 2. This
3900 makes code use the register name from chip datasheets.
3901
3902 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3903
3904commit a3543d6dc52b0ba9c64016687cf32d600b31a476
3905Author: David Brownell <david-b@pacbell.net>
3906Date: Fri Jan 18 12:45:45 2008 -0800
3907
3908 add missing ARM boards to MAKEALL
3909
3910 Add some missing ARM boards to MAKEALL. These build correctly,
3911 unlike several of the boards already listed.
3912
3913 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3914
3915commit 066bebd6353e33af3adefc3404560871699e9961
3916Author: Peter Pearse <peter.pearse@arm.com>
3917Date: Sun Mar 30 11:34:09 2008 +0100
3918
3919 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
3920 to prevent compilation error.
3921
3922 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
3923
3924commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
3925Author: Guennadi Liakhovetski <[lg@denx.de]>
3926Date: Sun Mar 30 11:32:30 2008 +0100
3927
3928 Support for the MX31ADS evaluation board from Freescale
3929
3930 This patch adds support for the MX31ADS evaluation board from Freescale,
3931 initialization code is copied from RedBoot sources, also provided by Freescale.
3932
3933 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3934
3935commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
3936Author: Sascha Hauer <s.hauer@pengutronix.de>
3937Date: Sun Mar 30 11:32:27 2008 +0100
3938
3939 Phytec Phycore-i.MX31 support
3940
3941 This patch adds support for the Phytec Phycore-i.MX31 board
3942
3943 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3944 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3945
3946commit a147e56f03871bba4f05058d5e04ce7deb010b04
3947Author: Sascha Hauer <s.hauer@pengutronix.de>
3948Date: Sun Mar 30 11:32:24 2008 +0100
3949
3950 mx31 litekit support
3951
3952 This patch adds support for the mx31 litekit board
3953
3954 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3955 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3956
3957commit d6674e0e2a6a1f033945f78838566210d3f28c95
3958Author: Sascha Hauer <s.hauer@pengutronix.de>
3959Date: Sun Mar 30 11:32:21 2008 +0100
3960
3961 add SMSC LAN9x1x Network driver
3962
3963 This patch adds a driver for the following smsc network controllers:
3964 LAN9115
3965 LAN9116
3966 LAN9117
3967 LAN9215
3968 LAN9216
3969 LAN9217
3970
3971 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3972 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3973
3974commit 8c8463cce44d849e37744749b32d38e1dfb12e50
3975Author: Sascha Hauer <s.hauer@pengutronix.de>
3976Date: Sun Mar 30 11:32:16 2008 +0100
3977
3978 add an i2c driver for mx31
3979
3980 This patch adds an i2c driver for Freescale i.MX processors
3981
3982 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3983 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3984
3985commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
3986Author: Sascha Hauer <s.hauer@pengutronix.de>
3987Date: Sun Mar 30 11:30:43 2008 +0100
3988
3989 core support for Freescale mx31
3990
3991 This patch adds the core support for Freescale mx31
3992
3993 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3994 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3995
3996commit 8bf69d81782619187933a605f1a95ee1d069478d
3997Author: Sascha Hauer <s.hauer@pengutronix.de>
3998Date: Sun Mar 30 11:28:46 2008 +0100
3999
4000 Separate omap24xx specific code from arm1136
4001
4002 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
4003
4004 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
4005 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4006
4007commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
4008Author: Peter Pearse <peter.pearse@arm.com>
4009Date: Sun Mar 30 11:23:05 2008 +0100
4010
4011 Add pmdra into MAKEALL
4012
4013 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
4014
4015commit a574a73852a527779234e73e17e7597fd8128882
4016Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
4017Date: Sun Mar 30 11:21:58 2008 +0100
4018
4019 Adds support for the Prodrive PMDRA board, based on a DM6441
4020
4021 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
4022
4023commit 1377b5583a48021d983e1fd565f7d40c89e84d63
4024Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
4025Date: Sun Mar 30 11:11:34 2008 +0100
4026
4027 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
4028
4029 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
4030
4031commit 1704dc20917b4f71e373e2c888497ee666d40380
4032Author: Dirk Behme <dirk.behme@gmail.com>
4033Date: Sun Mar 30 11:09:01 2008 +0100
4034
4035 - Remove *_masked() functions as noted by Wolfgang
4036 - Adapt register naming to recent TI spec (sprue26, March 2007)
4037 - Fix reset_timer() handling
4038 - As reported by Pieter [1] the overflow fix introduced a
4039 delay of factor 16 (e.g 2 seconds became 32). While the
4040 overflow fix is basically okay, it missed to divide udelay by
4041 16, too. Fix this.
4042 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
4043 - Remove software division of timer count value (DIV(x)
4044 macro) and do it in hardware (TIM_CLK_DIV).
4045 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
4046 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
4047 the hints & testing!
4048
4049 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
4050
4051 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
4052
4053commit ac3315c26e143c31680750c9c13f027efbcc887e
4054Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
4055Date: Thu Mar 6 16:45:44 2008 +0100
4056
4057 new PHY @ e1000 - 2nd try
4058
4059 Add 82541ER device with latest integrated IGP2 PHY.
4060 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
4061
4062 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4063 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4064
4065commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
4066Author: Daniel Hellstrom <daniel@gaisler.com>
4067Date: Fri Mar 28 20:22:53 2008 +0100
4068
4069 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
4070
4071 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
4072 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
4073 available at www.gaisler.com.
4074
4075 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
4076 offloading etc.) can be determined by a bit in the control register.
4077 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
4078
4079 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
4080 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4081
4082commit 233a8bcd94997f3f345833a3b82e836222f2a206
4083Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
4084Date: Mon Mar 17 17:08:22 2008 -0500
4085
4086 Add CONFIG_MII_INIT in cmd_mii.c
4087
4088 Provide common configuration in do_mii() to execute mii_init()
4089 for all cpu architectures
4090
4091 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4092 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4093
4094commit f605479de2deb11e834f31dfdb0af107c86aced6
4095Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
4096Date: Mon Mar 17 17:08:16 2008 -0500
4097
4098 ColdFire: Fix FEC transmit issue for MCF5275
4099
4100 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4101 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4102
4103commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
4104Author: Aras Vaichas <arasv@magtech.com.au>
4105Date: Wed Mar 26 09:43:57 2008 +1100
4106
4107 DHCP request fix for Windows Server 2003
4108
4109 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
4110 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
4111 interoperability problems with Windows Server 200x DHCP server when U-Boot
4112 client responds too fast for server to handle.
4113
4114 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
4115 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4116
4117commit 97bf85d784fbed485e652eb907589ad0d5cb7262
4118Author: Daniel Hellstrom <daniel@gaisler.com>
4119Date: Fri Mar 28 20:40:19 2008 +0100
4120
4121 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
4122
4123 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
4124 SPARC CPUs implement flash_read64 which calls __raw_readq.
4125
4126 For current SPARC architectures (LEON2 and LEON3) each read from the
4127 FLASH must lead to a cache miss. This is because FLASH can not be set
4128 non-cacheable since program code resides there, and alternatively disabling
4129 cache is poor from performance view, or doing a cache flush between each
4130 read is even poorer.
4131
4132 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
4133 load alternative space, the alternative space number (ASI) is processor
4134 implementation spcific and can be found by including <asm/processor.h>.
4135
4136 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
4137
4138commit 70431e8a7393b6b793f77957f95b999fc9a269b8
4139Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4140Date: Fri Mar 28 15:41:25 2008 +0100
4141
4142 Make MPC83xx one step closer to full relocation.
4143
4144 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
4145 and use GOT relative reference.
4146
4147 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4148 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4149
4150commit 5b2793a3f3de34d439232b05acc8af67a028fd35
4151Author: Michael Barkowski <michael.barkowski@freescale.com>
4152Date: Thu Mar 27 14:34:43 2008 -0400
4153
4154 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
4155
4156 This patch fixes eeprom page size so that you can now write more than
4157 64 bytes at a time.
4158
4159 It also makes the board take MAC addresses, if found, from EEPROM.
4160
4161 User should place up to 4 addresses at offset 0x7f00, for
4162 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
4163 four six-byte values should have it's CRC at the end. crc32 and
4164 eeprom commands can be used to accomplish this.
4165
4166 If CRC fails, MAC addresses come from the environment. If CRC
4167 succeeds, the environment is overwritten at startup.
4168
4169 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
4170 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4171
4172commit 8f325cff31f6e745e6540014b131b9a97f61944c
4173Author: Michael Barkowski <michael.barkowski@freescale.com>
4174Date: Fri Mar 28 15:15:38 2008 -0400
4175
4176 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
4177
4178 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
4179 controller on the PCI bus in Linux on the MPC8323ERDB.
4180
4181 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
4182 config file.
4183
4184 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
4185 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4186
4187commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
4188Author: Kim Phillips <kim.phillips@freescale.com>
4189Date: Fri Mar 28 10:19:07 2008 -0500
4190
4191 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
4192
4193 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
4194 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
4195 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
4196 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
4197 convenience macros.
4198
4199 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4200
4201commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
4202Author: Kim Phillips <kim.phillips@freescale.com>
4203Date: Fri Mar 28 10:18:53 2008 -0500
4204
4205 mpc83xx: display ddr frequency in board_add_ram_info banner
4206
4207 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4208
4209commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
4210Author: Kim Phillips <kim.phillips@freescale.com>
4211Date: Fri Mar 28 10:18:40 2008 -0500
4212
4213 mpc83xx: unreinvent mem_clk
4214
4215 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
4216 mem_*_clk for consistency's sake.
4217
4218 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4219
4220commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
4221Author: Kim Phillips <kim.phillips@freescale.com>
4222Date: Fri Mar 28 14:31:23 2008 -0500
4223
4224 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
4225
4226 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4227
4228commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
4229Author: Dave Liu <r63238@freescale.com>
4230Date: Wed Mar 26 22:57:19 2008 +0800
4231
4232 mpc83xx: enable the SATA interface on mpc837xemds board
4233
4234 Enable the first two SATA interfaces on MPC837xEMDS board,
4235 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
4236
4237 Signed-off-by: Dave Liu <daveliu@freescale.com>
4238 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4239
4240commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
4241Author: Dave Liu <r63238@freescale.com>
4242Date: Wed Mar 26 22:56:36 2008 +0800
4243
4244 mpc83xx: initialize serdes for MPC837xEMDS boards
4245
4246 This patch is stolen from Anton Vorontsov's patch
4247 for mpc837xerdb boards.
4248
4249 The reference clk and xcorevdd voltage of serdes1/2
4250 is same between mpc837xemds and mpc837xerdb.
4251
4252 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
4253 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
4254 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
4255
4256 Signed-off-by: Dave Liu <daveliu@freescale.com>
4257 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4258
4259commit cc8e839abc80887ae832767b5930d40edd6d7eb7
4260Author: Stefan Roese <sr@denx.de>
4261Date: Fri Mar 28 14:09:04 2008 +0100
4262
4263 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
4264
4265 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
4266 interface. This usage can be configured with the jumper J6. This patch
4267 displays the current configuration upon bootup and changes the PCIe
4268 init loop, to only initialize the availabel PCIe slots.
4269
4270 Signed-off-by: Stefan Roese <sr@denx.de>
4271
4272commit 90447ecbbac8572457b6d8903073ac3f120995ba
4273Author: Tor Krill <tor@excito.com>
4274Date: Fri Mar 28 11:29:10 2008 +0100
4275
4276 MTD/CFI: Add support for 16bit legacy AMD flash
4277
4278 Add entry for 512Kx16 AMD flash to jedec_table.
4279 Read out 16bit device id if chipwidth is 16bit.
4280 Fixed coding style after Stefans feedback
4281
4282 Signed-off-by: Tor Krill <tor@excito.com>
4283
4284commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
4285Author: Stefan Roese <sr@denx.de>
4286Date: Fri Mar 28 11:02:53 2008 +0100
4287
4288 ppc: Small change to CFG_MEM_TOP_HIDE description
4289
4290 Signed-off-by: Stefan Roese <sr@denx.de>
4291
4292commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
4293Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4294Date: Thu Mar 27 15:44:12 2008 +0900
4295
4296 sh: Add support stat structure and stat.h
4297
4298 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4299
4300commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
4301Author: Mark Jonas <toertel@gmail.com>
4302Date: Sat Mar 22 19:27:52 2008 +0100
4303
4304 sh: Removed warning when compiling drivers/serial/serial_sh.c.
4305
4306 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
4307 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4308
4309commit f309fa38929ffba71230c02330ffa42f4bba6333
4310Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4311Date: Wed Mar 12 18:02:57 2008 +0900
4312
4313 sh: Remove disable_ctrlc function from R7780MP
4314
4315 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4316
4317commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
4318Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4319Date: Wed Mar 12 17:55:15 2008 +0900
4320
4321 sh: Add maintainer of R7780MP to MAINTAINER file
4322
4323 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
4324
4325 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4326
4327commit f5e2466f7baa887a7df0c536333eea8231333497
4328Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4329Date: Tue Mar 25 17:11:24 2008 +0900
4330
4331 sh: Add support Renesas Solutions R2D plus board
4332
4333 R2D plus is SH reference board used with SH7751R.
4334 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
4335 one PCI bus, VGA, and two Ethernet controller.
4336
4337 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4338
4339commit e92c95180bb5bc5fd4051598a9d60beaba48988d
4340Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4341Date: Wed Mar 12 12:15:29 2008 +0900
4342
4343 sh: Add support SH4 cache control
4344
4345 Add support SH4 cache control and flash_cache function
4346
4347 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4348
4349commit 28e5efde4d925fcb34901d0030d0648de2da7e89
4350Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4351Date: Mon Mar 24 01:53:01 2008 +0900
4352
4353 sh: Add support PCI host driver for SH7751/SH7751R
4354
4355 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4356
4357commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
4358Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4359Date: Mon Mar 24 02:11:26 2008 +0900
4360
4361 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
4362
4363 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4364
4365commit 566933278101c144d75361ea682678a326c1290d
4366Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4367Date: Wed Mar 12 12:10:28 2008 +0900
4368
4369 sh: Add support SuperH SH7751/SH7751R
4370
4371 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4372
4373commit 3313e0e26224fc9a0c445124f3455058c696df84
4374Author: Mark Jonas <toertel@gmail.com>
4375Date: Mon Mar 10 11:37:10 2008 +0100
4376
4377 sh: Added support for SH7720 based board MPR2.
4378
4379 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
4380 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4381
4382commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
4383Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4384Date: Thu Mar 6 14:05:53 2008 +0900
4385
4386 sh: Fix receive FIFO level register of SH4A
4387
4388 Receive FIFO level register is different in SH4A.
4389 Because register is different, cannot occasionally receive data.
4390
4391 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4392
4393commit c133c1fb0b590662206b0eba70f4478ee0300a9a
4394Author: Yusuke Goda <goda.yusuke@renesas.com>
4395Date: Tue Mar 11 12:55:12 2008 +0900
4396
4397 sh: Add support Renesas Solutions R7780MP
4398
4399 Renesas Solutions R7780MP is a reference board on SH7780.
4400 This board has serial, 10/100 base Ethernet deivice, CF slot
4401 and VGA devices. This board can set extension board.
4402 Extension board has 10/100/1000 base Ethernet device, PCI slot,
4403 S-ATA, iDVR slot.
4404
4405 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
4406 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4407
4408commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
4409Author: Yusuke Goda <goda.yusuke@renesas.com>
4410Date: Wed Mar 5 14:30:02 2008 +0900
4411
4412 sh: Add support PCI of SuperH and SH7780
4413
4414 This patch add support PCI of SuperH base code and SH7780 specific code.
4415
4416 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
4417 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4418
4419commit b55523efff2ae11f0b9ae3cc405893c32eb78156
4420Author: Yusuke Goda <goda.yusuke@renesas.com>
4421Date: Wed Mar 5 14:23:26 2008 +0900
4422
4423 sh: Add support SH7780
4424
4425 SH7780 is CPU of Renesas Technology.
4426 This CPU has
4427 - CPU clock 400MHz
4428 - PCI support
4429 - DDR-SDRAM controller
4430 - etc ...
4431
4432 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
4433 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4434
4435commit c2042f5952a686c414031309b8f244513bf578f0
4436Author: goda.yusuke <goda.yusuke@renesas.com>
4437Date: Fri Jan 25 20:46:36 2008 +0900
4438
4439 sh: Add support Renesas Solutions Migo-R board
4440
4441 Migo-R is a board based on SH7722 and has may devices.
4442 In this patch, supported SCIF, NOR flash and Ethernet.
4443
4444 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
4445 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4446
4447commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
4448Author: Bartlomiej Sieka <tur@semihalf.com>
4449Date: Thu Mar 27 15:06:40 2008 +0100
4450
4451 Fix host tool build breakage, take two
4452
4453 Revert commit 87c8431f and fix build breakage so that the build continues
4454 to work on FC systems.
4455
4456 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4457
4458commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
4459Author: Stefan Roese <sr@denx.de>
4460Date: Wed Mar 19 09:36:47 2008 +0100
4461
4462 ppc4xx: Enable ECC on LWMON5
4463
4464 Since all ECC related problems seem to be resolved on LWMON5, this patch
4465 now enables ECC support.
4466
4467 We have to write the ECC bytes by zeroing and flushing in smaller
4468 steps, since the whole 256MByte takes too long for the external
4469 watchdog.
4470
4471 Signed-off-by: Stefan Roese <sr@denx.de>
4472
4473commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
4474Author: Larry Johnson <lrj@acm.org>
4475Date: Mon Mar 17 11:10:35 2008 -0500
4476
4477 ppc4xx: Updates to Korat-specific code
4478
4479 This patch contains updates for changes for the Korat PPC440EPx board.
4480 These changes include:
4481
4482 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
4483 described in the new "doc/README.korat" file;
4484
4485 (2) a new memory map for the registers in the board's CPLD;
4486
4487 (3) a revised format for manufacturer's data in serial EEPROM; and
4488
4489 (4) changes to track updates to U-Boot for the Sequoia board.
4490
4491 Signed-off-by: Larry Johnson <lrj@acm.org>
4492
4493commit f766cdf89b3a2a7634b8c5869f606150e332036c
4494Author: Markus Brunner <super.firetwister@gmail.com>
4495Date: Thu Mar 27 10:46:25 2008 +0100
4496
4497 ppc4xx: PPC405EP Set EMAC noise filter bits
4498
4499 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
4500 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
4501 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
4502
4503 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
4504 Signed-off-by: Stefan Roese <sr@denx.de>
4505
4506commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
4507Author: Mike Nuss <mike@terascala.com>
4508Date: Wed Feb 20 11:54:20 2008 -0500
4509
4510 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
4511
4512 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
4513 after startup to change the speed of the clocks. This patch adds the
4514 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
4515 initialization code will reconfigure the PLL to run the system with a CPU
4516 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
4517 external EEPROM.
4518
4519 Signed-off-by: Mike Nuss <mike@terascala.com>
4520 Acked-by: Stefan Roese <sr@denx.de>
4521
4522commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
4523Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4524Date: Thu Mar 27 09:12:40 2008 +0100
4525
4526 new-image: Fix host tool build breakage
4527
4528 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4529
4530commit 6fb4b640562a10daff0dbe537638d511b5b48650
4531Author: Stefan Roese <sr@denx.de>
4532Date: Thu Mar 27 10:24:03 2008 +0100
4533
4534 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
4535
4536 Signed-off-by: Stefan Roese <sr@denx.de>
4537
4538commit 9462732a3ec551c11862450902cd8ee1bedea6d9
4539Author: Stefan Roese <sr@denx.de>
4540Date: Wed Mar 19 10:23:43 2008 +0100
4541
4542 ppc4xx: Add fdt support to Prodrive alpr
4543
4544 Since this board will probably be ported to arch/powerpc in the
4545 near future, we add device tree support now. This way we are
4546 "ready" for arch/powerpc from now on.
4547
4548 Signed-off-by: Stefan Roese <sr@denx.de>
4549
4550commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
4551Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
4552Date: Mon Mar 17 09:27:56 2008 +0100
4553
4554 ppc4xx: Enable cache support on the ALPR board
4555
4556 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
4557
4558commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
4559Author: Stefan Roese <sr@denx.de>
4560Date: Wed Mar 26 10:14:11 2008 +0100
4561
4562 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
4563
4564 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
4565 memory area will get subtracted from the top (end) of ram and won't get
4566 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
4567 should gets passed the now "corrected" memory size and won't touch it
4568 either. This should work for arch/ppc and arch/powerpc. Only Linux board
4569 ports in arch/powerpc with bootwrapper support, which recalculate the
4570 memory size from the SDRAM controller setup, will have to get fixed
4571 in Linux additionally.
4572
4573 This patch enables this config option on some PPC440EPx boards as a workaround
4574 for the CHIP 11 errata. Here the description from the AMCC documentation:
4575
4576 CHIP_11: End of memory range area restricted access.
4577 Category: 3
4578
4579 Overview:
4580 The 440EPx DDR controller does not acknowledge any
4581 transaction which is determined to be crossing over the
4582 end-of-memory-range boundary, even if the starting address is
4583 within valid memory space. Any such transaction from any PLB4
4584 master will result in a PLB time-out on PLB4 bus.
4585
4586 Impact:
4587 In case of such misaligned bursts, PLB4 masters will not
4588 retrieve any data at all, just the available data up to the
4589 end of memory, especially the 440 CPU. For example, if a CPU
4590 instruction required an operand located in memory within the
4591 last 7 words of memory, the DCU master would burst read 8
4592 words to update the data cache and cross over the
4593 end-of-memory-range boundary. Such a DCU read would not be
4594 answered by the DDR controller, resulting in a PLB4 time-out
4595 and ultimately in a Machine Check interrupt. The data would
4596 be inaccessible to the CPU.
4597
4598 Workaround:
4599 Forbid any application to access the last 256 bytes of DDR
4600 memory. For example, make your operating system believe that
4601 the last 256 bytes of DDR memory are absent. AMCC has a patch
4602 that does this, available for Linux.
4603
4604 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
4605 lwmon5, korat, sequoia
4606
4607 The other remaining 440EPx board were intentionally not included
4608 since it is not clear to me, if they use the end of ram for some
4609 other purpose. This is unclear, since these boards have CONFIG_PRAM
4610 defined and even comments like this:
4611
4612 PMC440.h:
4613 /* esd expects pram at end of physical memory.
4614 * So no logbuffer at the moment.
4615 */
4616
4617 It is strongly recommended to not use the last 256 bytes on those
4618 boards too. Patches from the board maintainers are welcome.
4619
4620 Signed-off-by: Stefan Roese <sr@denx.de>
4621
4622commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
4623Author: Stefan Roese <sr@denx.de>
4624Date: Thu Mar 27 10:09:05 2008 +0100
4625
4626 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
4627
4628 Signed-off-by: Stefan Roese <sr@denx.de>
4629
4630commit d56a3ce179688cde61073a3690e21703d68fafd7
4631Author: Stefan Roese <sr@denx.de>
4632Date: Tue Mar 25 17:51:13 2008 +0100
4633
4634 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
4635
4636 The routine ft_board_setup() configures the EBC NOR mappings for the
4637 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
4638 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
4639 problem, we need to pass the corrected address here too.
4640
4641 Signed-off-by: Stefan Roese <sr@denx.de>
4642
4643commit 9ad31989de12ce5c67b07c4867ead47465655c4b
4644Author: Stefan Roese <sr@denx.de>
4645Date: Wed Mar 19 16:35:12 2008 +0100
4646
4647 ppc4xx: Fix compilation warning in 4xx_enet.c
4648
4649 Signed-off-by: Stefan Roese <sr@denx.de>
4650
4651commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
4652Author: Stefan Roese <sr@denx.de>
4653Date: Wed Mar 19 16:20:49 2008 +0100
4654
4655 ppc4xx: Add AMCC Glacier 406GT eval board support
4656
4657 This patch adds support for the AMCC Glacier 460GT eval board.
4658 The main difference to the Canyonlands board are listed here:
4659
4660 - 4 ethernet ports instead of 2
4661 - no SATA port
4662 - no USB port
4663
4664 Currently EMAC2+3 are not working. This will be fixed in a later
4665 release.
4666
4667 Signed-off-by: Stefan Roese <sr@denx.de>
4668
4669commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
4670Author: Stefan Roese <sr@denx.de>
4671Date: Thu Mar 27 08:47:26 2008 +0100
4672
4673 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
4674
4675 Signed-off-by: Stefan Roese <sr@denx.de>
4676
4677commit b9670dd85be6e0496ef2e231043c23cad9b1d903
4678Author: Anatolij Gustschin <agust@denx.de>
4679Date: Wed Mar 26 21:05:43 2008 +0100
4680
4681 Fix out of tree building issue
4682
4683 Currently U-Boot building in some external directory
4684 doesn't work. This patch tries to fix the problem.
4685
4686 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4687
4688commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
4689Author: Anatolij Gustschin <agust@denx.de>
4690Date: Wed Mar 26 18:13:33 2008 +0100
4691
4692 README: update documentation (availability, links, etc.)
4693
4694 Fix typo in README
4695
4696 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4697
4698commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
4699Author: Anatolij Gustschin <agust@denx.de>
4700Date: Wed Mar 26 17:47:44 2008 +0100
4701
4702 Fix compilation error in cmd_usb.c
4703
4704 This patch fixes compilation error
4705 cmd_usb.c: In function 'do_usb':
4706 cmd_usb.c:552: error: void value not ignored as it ought to be
4707
4708 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4709
4710commit d8c82db482d6b535d12b419d6440b88bf7091c9b
4711Author: Timur Tabi <timur@freescale.com>
4712Date: Fri Mar 14 17:45:29 2008 -0500
4713
4714 Add support for setting the I2C bus speed in fsl_i2c.c
4715
4716 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
4717 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
4718 but fsl_i2c.c ignores it and uses conservative value when programming the
4719 I2C bus speed.
4720
4721 Signed-off-by: Timur Tabi <timur@freescale.com>
4722 Acked-by: Andy Fleming <afleming@freescale.com>
4723
4724commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
4725Author: Wolfgang Denk <wd@denx.de>
4726Date: Thu Mar 27 00:03:57 2008 +0100
4727
4728 Coding style cleanup, update CHANGELOG
4729
4730 Signed-off-by: Wolfgang Denk <wd@denx.de>
4731
d049cc7f
WD
4732commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
4733Author: Dave Liu <r63238@freescale.com>
4734Date: Wed Mar 26 22:55:32 2008 +0800
4735
4736 drivers: add the support for Freescale SATA controller
4737
4738 Add the Freescale on-chip SATA controller driver to u-boot,
4739 The SATA controller is used on the 837x and 8315 targets,
4740 The driver can be used to load kernel, fs and dtb.
4741
4742 The features list:
4743 - 1.5/3 Gbps link speed
4744 - LBA48, LBA28 support
4745 - DMA and FPDMA support
4746 - Two ports support
4747
4748 Signed-off-by: Dave Liu <daveliu@freescale.com>
4749
4750commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
4751Author: Dave Liu <r63238@freescale.com>
4752Date: Wed Mar 26 22:54:44 2008 +0800
4753
4754 ata: add the readme for SATA command line
4755
4756 Signed-off-by: Dave Liu <daveliu@freescale.com>
4757
4758commit cd54081cd479e542fc399b8a40651ff11a1ad849
4759Author: Dave Liu <r63238@freescale.com>
4760Date: Wed Mar 26 22:53:24 2008 +0800
4761
4762 ata: enable the sata initialize on boot up
4763
4764 Signed-off-by: Dave Liu <daveliu@freescale.com>
4765
4766commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
4767Author: Dave Liu <r63238@freescale.com>
4768Date: Wed Mar 26 22:52:36 2008 +0800
4769
4770 ata: add the fis struct for SATA
4771
4772 Signed-off-by: Dave Liu <daveliu@freescale.com>
4773
4774commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
4775Author: Dave Liu <r63238@freescale.com>
4776Date: Wed Mar 26 22:51:44 2008 +0800
4777
4778 ata: add the libata support
4779
4780 add simple libata support in u-boot
4781
4782 Signed-off-by: Dave Liu <daveliu@freescale.com>
4783
4784commit 8e9bb43429e50df55fa41932cbe65841ff579220
4785Author: Dave Liu <r63238@freescale.com>
4786Date: Wed Mar 26 22:50:45 2008 +0800
4787
4788 ata: make the ata_piix driver using new SATA framework
4789
4790 original ata_piix driver is using IDE framework, not real
4791 SATA framework. For now, the ata_piix driver is only used
4792 by x86 sc520_cdp board. This patch makes the ata_piix driver
4793 use the new SATA framework, so
4794
4795 - remove the duplicated command stuff
4796 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
4797 - add the CONFIG_CMD_SATA define to sc520_cdp.h
4798
4799 Signed-off-by: Dave Liu <daveliu@freescale.com>
4800
4801commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
4802Author: Dave Liu <r63238@freescale.com>
4803Date: Wed Mar 26 22:49:44 2008 +0800
4804
4805 ata: add the support for SATA framework
4806
4807 - add the SATA framework
4808 - add the SATA command line
4809
4810 Signed-off-by: Dave Liu <daveliu@freescale.com>
4811
4812commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
4813Author: Dave Liu <r63238@freescale.com>
4814Date: Wed Mar 26 22:48:18 2008 +0800
4815
4816 ata: merge the header of ata_piix driver
4817
4818 move the sata.h from include/ to drivers/block/ata_piix.h
4819
4820 Signed-off-by: Dave Liu <daveliu@freescale.com>
4821
4822commit 9eef62804d9695425b24c87b46a61a7fa74afee0
4823Author: Dave Liu <r63238@freescale.com>
4824Date: Wed Mar 26 22:47:06 2008 +0800
4825
4826 ata: merge the ata_piix driver
4827
4828 move the cmd_sata.c from common/ to drivers/ata_piix.c,
4829 the cmd_sata.c have some part of ata_piix controller drivers.
4830 consolidate the driver to have better framework.
4831
4832 Signed-off-by: Dave Liu <daveliu@freescale.com>
4833
1aeed8d7
WD
4834commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
4835Author: Markus Klotzbuecher <mk@denx.de>
4836Date: Wed Mar 26 18:26:43 2008 +0100
4837
4838 USB, Storage: fix a bug introduced in commit
4839 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
4840 to only print only information on one storage device, but not for
4841 multiple.
4842
4843 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4844
4845commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
4846Author: Anatolij Gustschin <agust@denx.de>
4847Date: Wed Mar 26 17:47:44 2008 +0100
4848
4849 Fix compilation error in cmd_usb.c
4850
4851 This patch fixes compilation error
4852 cmd_usb.c: In function 'do_usb':
4853 cmd_usb.c:552: error: void value not ignored as it ought to be
4854
4855 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4856 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4857
4858commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
4859Author: Kumar Gala <galak@kernel.crashing.org>
4860Date: Wed Mar 26 08:53:53 2008 -0500
4861
4862 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
4863
4864 Provide a board_lmb_reserve helper function to ensure we reserve
4865 the page of memory we are using for the boot page translation code.
4866
4867 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4868
4869commit 79679d80021ab095e639e250ca472fe526da02e2
4870Author: Kumar Gala <galak@kernel.crashing.org>
4871Date: Wed Mar 26 08:34:25 2008 -0500
4872
4873 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
4874
4875 The following changes are needed to be inline with ePAPR v0.81:
4876
4877 * r4, r5 and now always set to 0 on boot release
4878 * r7 is used to pass the size of the initial map area (IMA)
4879 * EPAPR_MAGIC value changed for book-e processors
4880 * changes in the spin table layout
4881 * spin table supports a 64-bit physical release address
4882
4883 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4884
4885commit 25eedb2c1958a13110c7de1fc809b624053cc69c
4886Author: Jon Loeliger <jdl@freescale.com>
4887Date: Wed Mar 19 15:02:07 2008 -0500
4888
4889 FSL: Clean up board/freescale/common/Makefile
4890
4891 Each file that can be built here now follows some
4892 CONFIG_ option so that they are appropriately built
4893 or not, as needed. And CONFIG_ defines were added
4894 to various board config files to make sure that happens.
4895
4896 The other board/freescale/*/Makefiles no longer need
4897 to reach up and over into ../common to build their
4898 individually needed files any more.
4899
4900 Boards that are CDS specific were renamed with cds_ prefix.
4901
4902 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4903
4904commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
4905Author: Kumar Gala <galak@kernel.crashing.org>
4906Date: Wed Feb 27 22:00:27 2008 -0600
4907
4908 85xx: Fix merge duplication
4909
4910 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
4911
4912 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4913
4914commit 5893b3d0a4084f87a06a5d3dc03db91206818941
4915Author: James Yang <James.Yang@freescale.com>
4916Date: Tue Feb 12 16:35:07 2008 -0600
4917
4918 85xx: Expand CCSR space with more DDR controller registers.
4919
4920 Signed-off-by: James Yang <James.Yang@freescale.com>
4921 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4922 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4923
4924commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
4925Author: James Yang <James.Yang@freescale.com>
4926Date: Fri Feb 8 18:05:08 2008 -0600
4927
4928 85xx: Speed up get_ddr_freq() and get_bus_freq()
4929
4930 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
4931 called. However, get_sys_info() recalculates extraneous information when
4932 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
4933 values from global_data instead.
4934
4935 Signed-off-by: James Yang <James.Yang@freescale.com>
4936 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4937
4938commit e9ea679918fbc9a53fa2f2a904aac874ea736036
4939Author: James Yang <James.Yang@freescale.com>
4940Date: Fri Feb 8 16:46:27 2008 -0600
4941
4942 85xx: Show DDR memory data rate in addition to the memory clock frequency.
4943
4944 Show the DDR memory data rate in addition to the memory clock
4945 frequency. For DDR/DDR2 memories the memory data rate is 2x the
4946 memory clock.
4947
4948 Signed-off-by: James Yang <James.Yang@freescale.com>
4949 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4950
4951commit 591933ca6eabc440e6ed6967233aaf56fce464a3
4952Author: James Yang <James.Yang@freescale.com>
4953Date: Fri Feb 8 16:44:53 2008 -0600
4954
4955 85xx: get_tbclk() speed up and rounding fix
4956
4957 Speed up get_tbclk() by referencing pre-computed bus clock
4958 frequency value from global data instead of sys_info_t. Fix
4959 rounding of result to nearest; previously it was rounding
4960 upwards.
4961
4962 Signed-off-by: James Yang <James.Yang@freescale.com>
4963 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4964
4965commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
4966Author: Andy Fleming <afleming@freescale.com>
4967Date: Wed Feb 6 01:19:40 2008 -0600
4968
4969 Update SVR numbers to expand support
4970
4971 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
4972 is used to distinguish certain variants within an SOC family. To
4973 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
4974 constants to reflect the larger value. We also add SVR numbers for all
4975 of the current variants. Finally, to make things neater, rather than
4976 use an enormous switch statement to print out the CPU type, we create
4977 and array of SVR/name pairs (using a macro), and print out the CPU name
4978 that matches the SVR SOC version.
4979
4980 Signed-off-by: Andy Fleming <afleming@freescale.com>
4981
4982commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
4983Author: Andy Fleming <afleming@freescale.com>
4984Date: Wed Feb 6 01:12:57 2008 -0600
4985
4986 Add the Freescale PCI device IDs
4987
4988 Signed-off-by: Andy Fleming <afleming@freescale.com>
4989
4990commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
4991Author: Kumar Gala <galak@kernel.crashing.org>
4992Date: Thu Feb 14 11:04:23 2008 -0600
4993
4994 85xx: Added support for multicore boot mechanism
4995
4996 Added the cpu command that provides a generic mechanism to get status,
4997 reset, and release secondary cores in multicore processors.
4998
4999 Added support for using the ePAPR defined spin-table mechanism on 85xx.
5000
5001 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5002 Signed-off-by: Andy Fleming <afleming@freescale.com>
5003
5004commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
5005Author: Kumar Gala <galak@kernel.crashing.org>
5006Date: Thu Jan 17 16:48:33 2008 -0600
5007
5008 85xx: Added support for multicore boot mechanism
5009
5010 Added the cpu command that provides a generic mechanism to get status,
5011 reset, and release secondary cores in multicore processors.
5012
5013 Added support for using the ePAPR defined spin-table mechanism on 85xx.
5014
5015 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5016
5017commit f69766e4b5d47ecd3aa58677a8da875694f364f2
5018Author: Kumar Gala <galak@kernel.crashing.org>
5019Date: Wed Jan 30 14:55:14 2008 -0600
5020
5021 85xx: Add the concept of CFG_CCSRBAR_PHYS
5022
5023 When we go to 36-bit physical addresses we need to keep the concept of
5024 the physical CCSRBAR address seperate from the virtual one.
5025
5026 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
5027
5028 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5029
d049cc7f
WD
5030commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
5031Author: Wolfgang Denk <wd@denx.de>
5032Date: Wed Mar 26 15:38:47 2008 +0100
5033
5034 Coding style cleanup.
5035
5036 Signed-off-by: Wolfgang Denk <wd@denx.de>
5037
5038commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
5039Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5040Date: Wed Mar 26 13:02:13 2008 +0100
5041
5042 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
5043
5044 The default settings for RTC DS1337 keeps the OSC
5045 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
5046 turn it off.
5047
5048 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5049
5050commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
5051Author: Wolfgang Denk <wd@denx.de>
5052Date: Wed Mar 26 11:48:46 2008 +0100
5053
5054 Cleanup coding style, update CHANGELOG
5055
5056 Signed-off-by: Wolfgang Denk <wd@denx.de>
5057
438a4c11
WD
5058commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
5059Author: Wolfgang Denk <wd@denx.de>
5060Date: Wed Mar 26 10:40:12 2008 +0100
5061
5062 README: update documentation (availability, links, etc.)
5063
5064 Signed-off-by: Wolfgang Denk <wd@denx.de>
5065
5066commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
5067Author: Aras Vaichas <arasv@magtech.com.au>
5068Date: Tue Mar 25 12:09:07 2008 +1100
5069
5070 USB Storage, add meaningful return value
5071
5072 This patch changes the "usb storage" command to return success if it
5073 finds a USB storage device, otherwise it returns error.
5074
5075 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5076
5077commit 18e69a35efbb078403db0c0063986470dad7d082
5078Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5079Date: Fri Mar 14 23:20:18 2008 +0300
5080
5081 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
5082
5083 Linux understands "host" (default), "peripheral" and "otg" (broken).
5084 Though, U-Boot doesn't restrict dr_mode variable to these values (think
5085 of renames in future).
5086
5087 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5088 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5089
5090commit c7604783b236e368f225efb7b3efb418fe20b404
5091Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5092Date: Fri Mar 14 23:20:30 2008 +0300
5093
5094 tsec: fix link detection for the RTL8211B PHY
5095
5096 RTL8211B sets link state register after autonegotiation complete,
5097 so with bootdelay=0 RTL8211B will report lack of the link.
5098
5099 To fix this, we should wait for aneg to complete, even if the
5100 link is currently down.
5101
5102 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5103 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5104
5105commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
5106Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5107Date: Mon Mar 24 20:47:09 2008 +0300
5108
5109 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
5110
5111 device_type = "soc" is being deprecated, newer device trees will use
5112 "fsl,soc" and/or "fsl,immr" for the soc nodes.
5113
5114 This patch also adds clock-frequency property for soc nodes (the same
5115 value as bus-frequency).
5116
5117 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5118
5119commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
5120Author: Joe D'Abbraccio <ljd015@freescale.com>
5121Date: Mon Mar 24 13:00:59 2008 -0400
5122
5123 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
5124
5125 With the original value of 1/2 clock cycle delay, the system ran relatively
5126 stable except when we run benchmarks that are intensive users of memory.
5127 When I run samba connected disk with a HDBENCH test, the system locks-up
5128 or reboots sporadically.
5129
5130 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
5131
5132commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
5133Author: Scott Wood <scottwood@freescale.com>
5134Date: Mon Mar 24 12:44:13 2008 -0500
5135
5136 mpc83xx: Set PCI I/O bus-address base to zero.
5137
5138 The device trees for these boards describe PCI I/O as starting from
5139 address zero from the device's perspective.
5140
5141 Placing I/O elsewhere may cause problems with certain PCI boards, and may
5142 cause problems with Linux.
5143
5144 Signed-off-by: Scott Wood <scottwood@freescale.com>
5145
5146commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
5147Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5148Date: Mon Mar 24 20:47:05 2008 +0300
5149
5150 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
5151
5152 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
5153 This patch fixes "system time drifting" problem.
5154
5155 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5156
5157commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
5158Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5159Date: Mon Mar 24 20:47:02 2008 +0300
5160
5161 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
5162
5163 This is needed to update /choosen/linux,stdout-path properly.
5164
5165 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5166
5167commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
5168Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5169Date: Mon Mar 24 20:47:00 2008 +0300
5170
5171 mpc83xx: MPC8360E-RDK: add dhcp command
5172
5173 Plus modify environment to use it and remove bootfile env variable,
5174 it is internal and CONFIG_BOOTFILE is used for these purposes.
5175
5176 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5177
5178commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
5179Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5180Date: Mon Mar 24 20:46:57 2008 +0300
5181
5182 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
5183
5184 Current DDR setup easily causes memory corruption, this patch fixes it.
5185
5186 Also fix TIMING_CFG0_MRS_CYC definition.
5187
5188 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5189
5190commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
5191Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5192Date: Mon Mar 24 20:46:53 2008 +0300
5193
5194 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
5195
5196 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
5197 controller and FHCI (QE USB).
5198
5199 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5200
5201commit 7ad959490962e6842648d87d4bd795ea6cdcce67
5202Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5203Date: Mon Mar 24 20:46:51 2008 +0300
5204
5205 mpc83xx: MPC8360E-RDK: add support for NAND
5206
5207 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5208
5209commit 9a3e832aeb491861d029991241572ebdf4b5b61b
5210Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5211Date: Mon Mar 24 20:46:46 2008 +0300
5212
5213 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
5214
5215 This is needed for BCM PHYs to work on this board.
5216
5217 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5218
5219commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
5220Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5221Date: Mon Mar 24 20:46:34 2008 +0300
5222
5223 uec: add support for Broadcom BCM5481 Gigabit PHY
5224
5225 This patch adds basic support for Broadcom BCM5481 PHY.
5226
5227 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
5228 Peter Barada <peterb@logicpd.com>.
5229
5230 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5231
5232commit 6a600c3a1876bc203445df4f0fd6b12648259666
5233Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5234Date: Mon Mar 24 20:46:28 2008 +0300
5235
5236 uec: add support for RGMII_RXID interface mode
5237
5238 PHY drivers will use it to setup software delay between RXD and RXC
5239 signals.
5240
5241 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5242
5243commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
5244Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5245Date: Mon Mar 24 20:46:24 2008 +0300
5246
5247 uec: add support for gbit mii status readings
5248
5249 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5250
5251commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
5252Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5253Date: Mon Mar 24 17:40:47 2008 +0300
5254
5255 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
5256
5257 This is primarily for the early console support.
5258
5259 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5260
5261commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
5262Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5263Date: Mon Mar 24 17:40:43 2008 +0300
5264
5265 83xx: initialize serdes for MPC837XRDB boards
5266
5267 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
5268 On the MPC8378ERDB: 2 PCI-E
5269 On the MPC8379ERDB: 4 SATA
5270
5271 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5272
5273commit 453316a2a19642d8afcbca7452e40a6b44a197b1
5274Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5275Date: Mon Mar 24 17:40:32 2008 +0300
5276
5277 83xx: serdes setup routines
5278
5279 This patch adds few routines to configure serdes on 837x targets.
5280
5281 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5282
5283commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
5284Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5285Date: Mon Mar 24 17:40:27 2008 +0300
5286
5287 83xx: split COBJS onto separate lines
5288
5289 ..plus get rid of some #ifdefs in the .c files.
5290
5291 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5292
5293commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
5294Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5295Date: Mon Mar 24 17:40:23 2008 +0300
5296
5297 83xx: nand support for MPC837XRDB boards
5298
5299 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5300
5301commit 82e45a204190593e8613145a928f998fb8c909c4
5302Author: Jerry Van Baren <gvb.uboot@gmail.com>
5303Date: Tue Mar 18 21:44:41 2008 -0400
5304
5305 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
5306
5307 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
5308 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5309
5310commit 0fa7a1b4719e325fce332689fb8754ec166191ff
5311Author: Michael Barkowski <michael.barkowski@freescale.com>
5312Date: Thu Mar 20 13:15:39 2008 -0400
5313
5314 mpc8323erdb: remove RTC and add EEPROM
5315
5316 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
5317
5318 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
5319 Acked-by: Kim Phillips <kim.phillips@freescale.com>
5320
5321commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
5322Author: Michael Barkowski <michael.barkowski@freescale.com>
5323Date: Thu Mar 20 13:15:34 2008 -0400
5324
5325 mpc8323erdb: Improve the system performance
5326
5327 The following changes are based on kernel UCC ethernet performance:
5328
5329 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
5330 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
5331 switch to enable this setting.
5332
5333 The following changes are based on the App Note AN3369 and
5334 verified to improve memory latency using LMbench:
5335
5336 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
5337 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
5338 previously.
5339 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
5340 Twr=15ns, and this was already the setting in DDR_MODE)
5341 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
5342 Trp=15ns)
5343 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
5344 Tras=40ns)
5345 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
5346 Trcd=15ns)
5347 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
5348 Trfc=75ns)
5349 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
5350 on Tfaw=50ns)
5351 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
5352 on CL=3 and WL=2).
5353
5354 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
5355 Acked-by: Kim Phillips <kim.phillips@freescale.com>
5356
5357commit fc549c871f43933396a5b3e21d897023d4b31b8d
5358Author: Michael Barkowski <michael.barkowski@freescale.com>
5359Date: Thu Mar 20 13:15:28 2008 -0400
5360
5361 mpc8323erdb: use readable DDR config macros
5362
5363 Use available shift/mask macros to define DDR configuration.
5364
5365 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
5366 Acked-by: Kim Phillips <kim.phillips@freescale.com>
5367
5368commit 89c7784ed90ba50301eec521144f95111e472906
5369Author: Timur Tabi <timur@freescale.com>
5370Date: Fri Feb 8 13:15:55 2008 -0600
5371
5372 83xx: Add Vitesse VSC7385 firmware uploading
5373
5374 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
5375 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
5376 Cleaned up the board header files to make selecting the VSC7385 easier to
5377 control.
5378
5379 Signed-off-by: Timur Tabi <timur@freescale.com>
5380 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5381
5382commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
5383Author: Timur Tabi <timur@freescale.com>
5384Date: Fri Feb 8 13:15:54 2008 -0600
5385
5386 NET: Add Vitesse VSC7385 firmware uploading
5387
5388 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
5389 and other boards. A small firwmare must be uploaded to its on-board memory
5390 before it can be enabled. This patch adds the code which uploads firmware
5391 (but not the firmware itself).
5392
5393 Previously, this feature was provided by a U-Boot application that was
5394 made available only on Freescale BSPs. The VSC7385 firmware must still
5395 be obtained separately, but at least there is no longer a need for a separate
5396 application.
5397
5398 Signed-off-by: Timur Tabi <timur@freescale.com>
5399 Acked-by: Ben Warren <biggerbadderben@gmail.com>
5400
5401commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
5402Author: Wolfgang Denk <wd@denx.de>
5403Date: Wed Mar 26 00:52:10 2008 +0100
5404
5405 Coding Style cleanyp; update CHANGELOG
5406
5407 Signed-off-by: Wolfgang Denk <wd@denx.de>
5408
aa6f6d17
WD
5409commit 43ddd9c820fec44816188f53346b464e20b3142d
5410Author: Jerry Van Baren <gvb.uboot@gmail.com>
5411Date: Sat Mar 22 14:23:49 2008 -0400
5412
5413 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
5414
5415 These defines embedded the u-boot env variables and/or the bd_t structure
5416 in the fdt blob. The conclusion of discussion on the u-boot email list
5417 was that embedding these in the fdt blob is not useful: there are better
5418 ways of passing the data (in fact, the fdt blob itself replaces the
5419 bd_t struct).
5420
5421 The only board that enables these is the stxxtc and they don't appear
5422 to be used by linux.
5423
5424 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
5425 Acked-by: Kim Phillips <kim.phillips@freescale.com>
5426
5427commit 22ed2285743359fd1fe73e411dff914b2256e68f
5428Author: Stefan Roese <sr@denx.de>
5429Date: Mon Mar 17 10:49:25 2008 +0100
5430
5431 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
5432
5433 Signed-off-by: Stefan Roese <sr@denx.de>
5434
5435commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
5436Author: Kyungmin Park <kmpark@infradead.org>
5437Date: Mon Mar 17 08:54:06 2008 +0900
5438
5439 Add Flex-OneNAND booting support
5440
5441 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
5442 using a NOR Flash interface. This on-chip integration enables system designers
5443 to reduce external system logic and use high-density NAND Flash
5444 in applications that would otherwise have to use more NOR components.
5445
5446 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
5447 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
5448 that require low reliability and high density, SLC area of Flex-OneNAND
5449 to store data that need high reliability and high performance. Flex-OneNAND
5450 can let users take advantage of storing these two different types of data
5451 into one chip, which is making Flex-OneNAND more cost- and space-effective.
5452
5453 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5454
5455commit c512389cc4a10253249271ff6c887c6dab1f0db2
5456Author: André Schwarz <andre.schwarz@matrix-vision.de>
5457Date: Thu Mar 13 13:50:52 2008 +0100
5458
5459 MPC5200: support setup without FEC
5460
5461 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
5462 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
5463
5464 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
5465 Acked-by: Grant Likely <grant.likely@secretlab.ca>
5466
5467commit aa3511e422946041ef626f80a05ae5e8bfc700e6
5468Author: Jon Loeliger <jdl@freescale.com>
5469Date: Wed Mar 5 18:05:46 2008 -0600
5470
5471 FSL: Move board/mpc8266ads under board/freescale
5472
5473 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5474
5475commit 7f1d846e5c5754449c286587d099d85246062772
5476Author: Jon Loeliger <jdl@freescale.com>
5477Date: Wed Mar 5 18:05:47 2008 -0600
5478
5479 FSL: Move board/mpc7448hpc2 under board/freescale
5480
5481 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5482
5483commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
5484Author: Jon Loeliger <jdl@freescale.com>
5485Date: Wed Mar 5 18:05:45 2008 -0600
5486
5487 FSL: Move board/mpc8260ads under board/freescale
5488
5489 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5490
5491commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
5492Author: goda.yusuke <goda.yusuke@renesas.com>
5493Date: Wed Mar 5 17:08:33 2008 +0900
5494
5495 net: Add support AX88796L ethernet device
5496
5497 AX88796L is device of NE2000 compatible.
5498 This patch support AX88796L ethernet device.
5499
5500 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
5501 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5502
5503commit e0a6140dd381e1eed1ada2291166ef2616d8822b
5504Author: Wolfgang Denk <wd@denx.de>
5505Date: Tue Mar 25 22:50:41 2008 +0100
5506
5507 ne2000 driver: change #ifdef to Makefile conditional compilation
5508
5509 Signed-off-by: Wolfgang Denk <wd@denx.de>
5510
5511commit e710185aae90c64d39c2d453e40e58ceefe4f250
5512Author: goda.yusuke <goda.yusuke@renesas.com>
5513Date: Wed Mar 5 17:08:20 2008 +0900
5514
5515 net: Divided code of NE2000 ethernet driver
5516
5517 There are more devices of the NE2000 base.
5518 A present code is difficult for us to support more devices.
5519 To support more NE2000 clone devices, separated the function.
5520
5521 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
5522 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5523
5524commit 395bce4f59a507a60a475f7ee46bed47de9482df
5525Author: Mike Frysinger <vapier@gentoo.org>
5526Date: Sun Feb 24 23:58:13 2008 -0500
5527
5528 net/Blackfin: move on-chip MAC driver into drivers/net/
5529
5530 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
5531 directory, but it is not board specific, so relocate it to the drivers dir
5532 so that other Blackfin ports can utilize it.
5533
5534 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5535
5536commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
5537Author: Mike Frysinger <vapier@gentoo.org>
5538Date: Sun Feb 24 23:52:35 2008 -0500
5539
5540 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
5541
5542 Since the "ssync" instruction may have hardware anomalies associated with
5543 it, have the smc91111 driver use the SSYNC macro rather than invoking it
5544 directly. We workaround all the anomalies via this macro.
5545
5546 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5547
5548commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
5549Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
5550Date: Sun Feb 17 22:57:47 2008 +0000
5551
5552 8xx: Update OF support on 8xx
5553
5554 This patch does some shifting around of OF support on 8xx.
5555
5556 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
5557
5558commit 9c666a7db0b2285a270c68810889ce7d5dba304b
5559Author: Kumar Gala <galak@kernel.crashing.org>
5560Date: Fri Feb 15 15:16:18 2008 -0600
5561
5562 ppc: Allow boards to specify how much memory they can map
5563
5564 For historical reasons we limited the stack to 256M because some boards
5565 could only map that much via BATS. However newer boards are capable of
5566 mapping more memory (for example 85xx is capble of doing up to 2G).
5567
5568 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5569
5570commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
5571Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
5572Date: Fri Feb 15 01:05:58 2008 +0000
5573
5574 8xx : Add OF support to Adder875 board port - resubmit
5575
5576 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
5577
5578commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
5579Author: Kumar Gala <galak@kernel.crashing.org>
5580Date: Thu Feb 14 20:44:42 2008 -0600
5581
5582 Add setexpr command
5583
5584 Add a simple expr style command that will set an env variable as the result
5585 of the command. This allows us to do simple math in shell. The following
5586 operations are supported: &, |, ^, +, -, *, /.
5587
5588 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5589
5590commit 3f105faa64b9826e088711fdfcaa70cb1230397a
5591Author: Jon Loeliger <jdl@freescale.com>
5592Date: Wed Mar 5 17:27:48 2008 -0600
5593
5594 FSL: Move board/mpc7448hpc2 under board/freescale
5595
5596 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5597
5598commit 449c703374a8868453425e15da7e2f76221b72e4
5599Author: Jon Loeliger <jdl@freescale.com>
5600Date: Wed Mar 5 17:21:43 2008 -0600
5601
5602 FSL: Move board/mpc8266ads under board/freescale
5603
5604 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5605
5606commit 5863577989ad689427bb750107e9a75f1c1645d2
5607Author: Jon Loeliger <jdl@freescale.com>
5608Date: Wed Mar 5 16:41:41 2008 -0600
5609
5610 FSL: Move board/mpc8260ads under board/freescale
5611
5612 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5613
5614commit 8a773983957ee6c4aa344469b742f29c7d26afbd
5615Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5616Date: Tue Mar 25 21:30:08 2008 +0900
5617
5618 [MIPS] Move gth2_config from ARM section to MIPS
5619
5620 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5621
5622commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
5623Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5624Date: Tue Mar 25 21:30:07 2008 +0900
5625
5626 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
5627
5628 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5629
5630commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
5631Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5632Date: Tue Mar 25 21:30:07 2008 +0900
5633
5634 [MIPS] Fix dcache_status()
5635
5636 You can't judge UNCACHED by Config.K0 LSB.
5637
5638 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5639
5640commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
5641Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5642Date: Tue Mar 25 21:30:07 2008 +0900
5643
5644 [MIPS] Introduce _machine_restart
5645
5646 Handles machine specific functions by using weak functions.
5647
5648 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5649
5650commit decaba6f5cf386d569ac3997bebb871b966c6b18
5651Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5652Date: Tue Mar 25 21:30:07 2008 +0900
5653
5654 [MIPS] Cleanup CP0 Status initialization
5655
5656 Add setup_c0_status from Linux. For the moment we disable interrupts, set
5657 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
5658 reset-time configuration and will work well across most processors.
5659
5660 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5661
5662commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
5663Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5664Date: Tue Mar 25 21:30:07 2008 +0900
5665
5666 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
5667
5668 Without this change, we'll be suffering from deffered WATCH exception
5669 once Status.EXL is cleared. Make sure Cause.WP is cleared.
5670
5671 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5672
5673commit 26138623230ca2bad3c78e05a65527ea70c8b688
5674Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5675Date: Tue Mar 25 21:30:07 2008 +0900
5676
5677 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
5678
5679 Move things to appropriate place.
5680
5681 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5682
5683commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
5684Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5685Date: Tue Mar 25 21:30:06 2008 +0900
5686
5687 [MIPS] Implement flush_cache()
5688
5689 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
5690 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
5691 function is used not only in U-Boot specfic programs but also at loading
5692 target binaries.
5693
5694 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5695
5696commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
5697Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5698Date: Tue Mar 25 21:30:06 2008 +0900
5699
5700 [MIPS] Fix I-/D-cache initialization loops
5701
5702 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
5703 again per a loop for I-cache initialization. But according to 'See MIPS
5704 Run', we're encouraged to use three separate loops rather than combining
5705 them *for both I- and D-cache*. This patch tries to fix this.
5706
5707 In accordance with fixing above, mips_init_[id]cache are separated from
5708 mips_cache_reset(), and rewrite cache loops are completely rewritten with
5709 useful macros.
5710
5711 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5712
5713commit 1898840797c7f50799377bd5b285a8a93a82c419
5714Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5715Date: Tue Mar 25 21:30:06 2008 +0900
5716
5717 [MIPS] Replace memory clearance code with f_fill64
5718
5719 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
5720
5721 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5722
5723commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
5724Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5725Date: Tue Mar 25 21:30:06 2008 +0900
5726
5727 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
5728
5729 This patch replaces the current function definitions with NESTED, LEAF
5730 and END macro. They specify some more additional information about the
5731 function; an alignment of symbol, type of symbol, stack frame usage, etc.
5732 These information explicitly tells the assembler and the debugger about
5733 the types of code we want to generate.
5734
5735 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5736
5737commit 282223a607c611425fa33f5428f8eae6636972bb
5738Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5739Date: Tue Mar 25 11:43:17 2008 +0900
5740
5741 [MIPS] asm headers' updates
5742
5743 Make some asm headers adjusted to the latest Linux kernel.
5744
5745 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5746
5747commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
5748Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5749Date: Tue Mar 25 11:39:29 2008 +0900
5750
5751 [MIPS] Request for the 'mips_cache_lock()' removal
5752
5753 The initial intension of having mips_cache_lock() was to use the cache
5754 as memory for temporary stack use so that a C environment can be set up
5755 as early as possible.
5756
5757 But now mips_cache_lock() follow lowlevel_init(). We've already have the
5758 real memory initilaized at this point, therefore we could/should use it.
5759 No reason to lock at all.
5760
5761 Other problems:
5762
5763 Cache locking is not consistent across MIPS implementaions. Some imple-
5764 mentations don't support locking at all. The style of locking varies -
5765 some support per line locking, others per way, etc. Some parts use bits
5766 in status registers instead of cache ops. Current mips_cache_lock() is
5767 not necessarily general-purpose.
5768
5769 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
5770 they are never get unlocked, so the code relies on whatever gets loaded
5771 after U-Boot to re-initialize the cache and clear the locks. We're sup-
5772 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
5773 but leave the situation as it is for a long time.
5774
5775 For these reasons, I proposed the removal of mips_cache_lock() from the
5776 global start-up code.
5777
5778 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
5779 *things have changed*. If he wants the same behavior as before, he needs
5780 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
5781
5782 If we don't have any regression report through several releases, then
5783 we'll remove codes entirely.
5784
5785 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5786 Acked-by: Andrew Dyer <amdyer@gmail.com>
5787
5788commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
5789Author: Yuri Tikhonov <yur@emcraft.com>
5790Date: Mon Mar 24 11:30:54 2008 +0100
5791
5792 lwmon5 SYSMON POST: fix backlight control
5793
5794 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
5795 run on the board, then the SYSMON POST controls the display backlight
5796 (doesn't switch backlight ON if POST FAILED, and does switch the
5797 backlight ON if PASSED).
5798
5799 If not, then the video driver controls the display backlight (just
5800 switch ON the backlight upon initialization).
5801
5802 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5803
5804commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
5805Author: Yuri Tikhonov <yur@emcraft.com>
5806Date: Mon Mar 24 11:29:14 2008 +0100
5807
5808 lwmon5 SYSMON POST: fix handling of negative temperatures
5809
5810 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
5811
5812 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5813
5814commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
5815Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5816Date: Fri Mar 7 16:04:25 2008 +0900
5817
5818 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
5819
5820 In current source code, when the device number of PCI is 0, process PCI
5821 bridge without fail. However, when the device number is 0, it is not PCI
5822 always bridge. There are times when device of PCI allocates.
5823
5824 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
5825 use this patch.
5826
5827 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5828 Acked-by: Stefan Roese <sr@denx.de>
5829
5830commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
5831Author: Yuri Tikhonov <yur@emcraft.com>
5832Date: Fri Mar 21 09:18:40 2008 +0100
5833
5834 LWMON5: fix dsPIC POST
5835
5836 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
5837
5838 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
5839
438a4c11
WD
5840commit 388b82fddc7c05596f3f615f190da0448227dc82
5841Author: Bartlomiej Sieka <tur@semihalf.com>
5842Date: Thu Mar 20 23:23:13 2008 +0100
5843
5844 [new uImage] Enable new uImage support for the pcs440ep board.
5845
5846 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5847
5848commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
5849Author: Bartlomiej Sieka <tur@semihalf.com>
5850Date: Thu Mar 20 23:23:13 2008 +0100
5851
5852 [new uImage] Do not compile new uImage format support by default
5853
5854 Disable default building of new uImage format support in preparation
5855 for merge with the master. Support for new format can be enabled on
5856 a per-board basis, by defining the following in the board's config file:
5857
5858 #define CONFIG_FIT 1
5859 #define CONFIG_OF_LIBFDT 1
5860
5861 This can be optionally defined to give more verbose output:
5862
5863 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
5864
5865 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5866
5867commit dafaede8a46c7159310239e036c93e31c6374487
5868Author: Bartlomiej Sieka <tur@semihalf.com>
5869Date: Thu Mar 20 23:20:31 2008 +0100
5870
5871 [new uImage] Disable debuging output in preparation for merge with master
5872
5873 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5874
5875commit fbe7a155027beacebaee9b32e1ada781fe924bca
5876Author: Bartlomiej Sieka <tur@semihalf.com>
5877Date: Thu Mar 20 19:38:45 2008 +0100
5878
5879 [new uImage] Compilation and new uImage handling fixes for imxtract
5880
5881 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
5882 include/config_cmd_default.h. Fix few warnings and handling of new format
5883 images.
5884
5885 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5886
5887commit 36cc8cbb3379d5166f882641123521735c469f92
5888Author: Bartlomiej Sieka <tur@semihalf.com>
5889Date: Thu Mar 20 23:10:19 2008 +0100
5890
5891 [new uImage] Fix autoscr command used with new uImage format
5892
5893 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5894
5895commit 43142e817f0597be412e7cbe19413f5532eafa5d
5896Author: Bartlomiej Sieka <tur@semihalf.com>
5897Date: Thu Mar 20 23:10:19 2008 +0100
5898
5899 [new uImage] Fix *.its files location in documentation
5900
5901 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5902
aa6f6d17
WD
5903commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
5904Author: Wolfgang Denk <wd@denx.de>
5905Date: Thu Mar 20 22:01:38 2008 +0100
5906
5907 lwmon5 POST: remove unreachable code
5908
5909 plus some coding style cleanup
5910
5911 Signed-off-by: Wolfgang Denk <wd@denx.de>
5912
5913commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
5914Author: Yuri Tikhonov <yur@emcraft.com>
5915Date: Thu Mar 20 17:56:04 2008 +0300
5916
5917 LWMON5: POST RTC fix
5918
5919 Modify the RTC API to provide one a status for the time reported by
5920 the rtc_get() function:
5921 0 - a reliable time is guaranteed,
5922 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
5923 and so on).
5924
5925 The RTC chip drivers are responsible for providing this info if the
5926 corresponding chip supports such functionality. If not - always
5927 report that the time is reliable.
5928
5929 The POST RTC test was modified to detect the RTC faults utilizing
5930 this new rtc_get() feature.
5931
5932 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5933
5934commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
5935Author: Martin Krause <martin.krause@tqs.de>
5936Date: Wed Mar 19 14:25:14 2008 +0100
5937
5938 TQM5200B: update MTD partition layout
5939
5940 - insert partition for dtb blob to TQM5200B MTD layout
5941 - set env variables dependent on the configured board
5942 (TQM5200 or TQM5200B)
5943
5944 Signed-off-by: Martin Krause <martin.krause@tqs.de>
5945
5946commit f0105727d132f56a21fa3ed8b162309cca6cac44
5947Author: Stefan Roese <sr@denx.de>
5948Date: Wed Mar 19 07:09:26 2008 +0100
5949
5950 CFI: Small cleanup for FLASH_SHOW_PROGRESS
5951
5952 With this patch we don't need that many #ifdef's in the code. It moves
5953 the subtraction into the macro and defines a NOP-macro when
5954 CONFIG_FLASH_SHOW_PROGRESS is not defined.
5955
5956 Signed-off-by: Stefan Roese <sr@denx.de>
5957 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
5958
5959commit 9a042e9ca512beaaa2cb450274313fc477141241
5960Author: Jerry Van Baren <gvb.uboot@gmail.com>
5961Date: Sat Mar 8 13:48:01 2008 -0500
5962
5963 Flash programming progress countdown.
5964
5965 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
5966
438a4c11
WD
5967commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
5968Author: Bartlomiej Sieka <tur@semihalf.com>
5969Date: Wed Mar 19 10:00:06 2008 +0100
5970
5971 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
5972
5973 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5974
aa6f6d17
WD
5975commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
5976Author: David Gibson <david@gibson.dropbear.id.au>
5977Date: Mon Feb 18 18:09:04 2008 +1100
5978
5979 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
5980
5981 Since fdt_node_offset_by_compatible() was converted to the new
5982 fdt_next_node() iterator, a chunk of initialization code became
5983 redundant, but was not removed by oversight. This patch cleans it up.
5984
5985 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
5986
5987commit d0ccb9b140b472039732de102fc14597eedb14df
5988Author: David Gibson <david@gibson.dropbear.id.au>
5989Date: Mon Feb 18 18:06:31 2008 +1100
5990
5991 libfdt: Trivial cleanup for CHECK_HEADER)
5992
5993 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
5994 However, there are a handful of functions (fdt_move, rw_check_header,
5995 fdt_open_into) from other files which could also use it (currently
5996 they open-code something more-or-less identical). Therefore, this
5997 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
5998 places.
5999
6000 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6001
6002commit fe30a354cdbb808b5f15366a935b151a4ccee74f
6003Author: Kumar Gala <galak@kernel.crashing.org>
6004Date: Wed Feb 20 14:32:36 2008 -0600
6005
6006 Fix fdt boardsetup command parsing
6007
6008 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
6009
6010 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6011
6012commit 804887e6001e2f00bea11431bf34d6d472512cda
6013Author: Kumar Gala <galak@kernel.crashing.org>
6014Date: Fri Feb 15 03:34:36 2008 -0600
6015
6016 Add sub-commands to fdt
6017
6018 fdt header - Display header info
6019 fdt bootcpu <id> - Set boot cpuid
6020 fdt memory <addr> <size> - Add/Update memory node
6021 fdt rsvmem print - Show current mem reserves
6022 fdt rsvmem add <addr> <size> - Add a mem reserve
6023 fdt rsvmem delete <index> - Delete a mem reserves
6024
6025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6026
6027commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
6028Author: David Gibson <david@gibson.dropbear.id.au>
6029Date: Thu Feb 14 16:50:34 2008 +1100
6030
6031 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
6032
6033 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
6034 node which has NOP tags interspersed with its properties. In this
6035 case fdt_add_subnode_namelen() will put the new subnode before the
6036 first NOP tag, even if there are properties after it, which will
6037 result in an invalid blob.
6038
6039 This patch fixes the bug, and adds a testcase for it.
6040
6041 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6042
6043commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
6044Author: David Gibson <david@gibson.dropbear.id.au>
6045Date: Tue Feb 12 11:58:31 2008 +1100
6046
6047 libfdt: Add and use a node iteration helper function.
6048
6049 This patch adds an fdt_next_node() function which can be used to
6050 iterate through nodes of the tree while keeping track of depth. This
6051 function is used to simplify the iteration code in a lot of other
6052 functions, and is also exported for use by library users.
6053
6054 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6055
6056commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
6057Author: David Gibson <david@gibson.dropbear.id.au>
6058Date: Fri Jan 11 14:55:05 2008 +1100
6059
6060 libfdt: Add fdt_set_name() function
6061
6062 This patch adds an fdt_set_name() function to libfdt, mirroring
6063 fdt_get_name(). This is a r/w function which alters the name of a
6064 given device tree node.
6065
6066 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6067
6068commit 23e20aa6488e6c0622496549861bfdc74108debe
6069Author: Yuri Tikhonov <yur@pollux.denx.de>
6070Date: Tue Mar 18 13:33:30 2008 +0100
6071
6072 lwmon5: Fix register test logic to match the specific GDC h/w.
6073
6074 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6075 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6076
6077commit 46bc0a938779aa1d664b847d36b08aa00f22e539
6078Author: Yuri Tikhonov <yur@pollux.denx.de>
6079Date: Tue Mar 18 13:27:57 2008 +0100
6080
6081 Fix backlight in the lwmon5 POST.
6082
6083 Backlight was switched on even when temperature was too low.
6084
6085 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6086 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6087
6088commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
6089Author: Yuri Tikhonov <yur@pollux.denx.de>
6090Date: Wed Feb 6 18:48:36 2008 +0100
6091
6092 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).
6093
6094 To enable this, alternative, configuration the U-Boot board configuration
6095 file for lwmon5 includes the definitions of alternative addresses for header
6096 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
6097
6098 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
6099 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
6100 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
6101
6102 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6103
6104commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
6105Author: Yuri Tikhonov <yur@pollux.denx.de>
6106Date: Mon Feb 4 17:11:53 2008 +0100
6107
6108 Add support for the lwmon5 board reset via GPIO58.
6109
6110 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6111 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6112
6113commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
6114Author: Yuri Tikhonov <yur@pollux.denx.de>
6115Date: Mon Feb 4 17:09:55 2008 +0100
6116
6117 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
6118
6119 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6120 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6121
6122commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
6123Author: Yuri Tikhonov <yur@pollux.denx.de>
6124Date: Mon Feb 4 14:11:03 2008 +0100
6125
6126 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.
6127
6128 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6129 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6130
6131commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
6132Author: Yuri Tikhonov <yur@pollux.denx.de>
6133Date: Mon Feb 4 14:10:42 2008 +0100
6134
6135 The patch adds new POST tests for the Lwmon5 board. These are:
6136
6137 * External Watchdog test;
6138 * dsPIC tests;
6139 * FPGA test;
6140 * GDC test;
6141 * Sysmon tests.
6142
6143 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6144 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6145
6146commit c2ed33efbfff5767bca236828e021c55fd547b6c
6147Author: Yuri Tikhonov <yur@pollux.denx.de>
6148Date: Mon Feb 4 14:10:01 2008 +0100
6149
6150 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
6151
6152 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6153
7ed40117
WD
6154commit 3a5d1e7f1309998791702b2a559e3126781746b9
6155Author: Yuri Tikhonov <yur@pollux.denx.de>
6156Date: Tue Mar 18 13:33:30 2008 +0100
6157
6158 lwmon5: Fix register test logic to match the specific GDC h/w.
6159
6160 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6161 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6162
6163commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
6164Author: Yuri Tikhonov <yur@pollux.denx.de>
6165Date: Tue Mar 18 13:27:57 2008 +0100
6166
6167 Fix backlight in the lwmon5 POST.
6168
6169 Backlight was switcehd on even when temperature was too low.
6170
6171 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6172 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6173
6174commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
6175Author: Yuri Tikhonov <yur@pollux.denx.de>
6176Date: Wed Feb 6 18:48:36 2008 +0100
6177
6178 The patch introduces the alternative configuration of the log buffer for
6179 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
6180 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
6181 PPC440EPX_GPT0_COMP5).
6182
6183 To enable this, alternative, configuration the U-Boot board configuration
6184 file for lwmon5 includes the definitions of alternative addresses for header
6185 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
6186
6187 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
6188 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
6189 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
6190
6191 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6192
6193commit ff818b21b069f4bc9cb73373cc5a16014be101b7
6194Author: Yuri Tikhonov <yur@pollux.denx.de>
6195Date: Mon Feb 4 17:11:53 2008 +0100
6196
6197 Add support for the lwmon5 board reset via GPIO58.
6198
6199 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6200 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6201
6202commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
6203Author: Yuri Tikhonov <yur@pollux.denx.de>
6204Date: Mon Feb 4 17:09:55 2008 +0100
6205
6206 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
6207 Disable external watch-dog for now.
6208
6209 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6210 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6211
6212commit e262efe35742c1ad4b0966ff501efc26f34a0aec
6213Author: Yuri Tikhonov <yur@pollux.denx.de>
6214Date: Mon Feb 4 14:11:03 2008 +0100
6215
6216 The patch introduces the CRITICAL feature of POST tests. If the test
6217 marked as POST_CRITICAL fails then the alternative, post_critical,
6218 boot-command is used. If this command is not defined then U-Boot
6219 enters into interactive mode.
6220
6221 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6222 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6223
6224commit 65b20dcefc89618193fa51947968dada91e4c778
6225Author: Yuri Tikhonov <yur@pollux.denx.de>
6226Date: Mon Feb 4 14:10:42 2008 +0100
6227
6228 The patch adds new POST tests for the Lwmon5 board.
6229 These are:
6230
6231 * External Watchdog test;
6232 * dsPIC tests;
6233 * FPGA test;
6234 * GDC test;
6235 * Sysmon tests.
6236
6237 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6238 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6239
6240commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
6241Author: Yuri Tikhonov <yur@pollux.denx.de>
6242Date: Mon Feb 4 14:10:01 2008 +0100
6243
6244 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
6245
6246 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
6247
aa6f6d17
WD
6248commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
6249Author: Wolfgang Denk <wd@denx.de>
6250Date: Tue Mar 18 17:35:51 2008 +0100
6251
6252 HMI1001: fix compile problem.
6253
6254 Signed-off-by: Wolfgang Denk <wd@denx.de>
6255
6256commit 1f2a9970109cebf7446e0503b10b71f8673045ee
6257Author: Mike Frysinger <vapier@gentoo.org>
6258Date: Mon Feb 18 05:32:30 2008 -0500
6259
6260 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
6261
6262 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
6263 for the board specific driver at all. Just use the common CFI driver.
6264
6265 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6266
6267commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
6268Author: Mike Frysinger <vapier@gentoo.org>
6269Date: Tue Feb 19 00:36:14 2008 -0500
6270
6271 Blackfin: add proper ELF markings to some assembly functions
6272
6273 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6274
6275commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
6276Author: Mike Frysinger <vapier@gentoo.org>
6277Date: Tue Feb 19 00:35:17 2008 -0500
6278
6279 Blackfin: new cplbinfo command for viewing cplb tables
6280
6281 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6282
6283commit aadb72503cd1602349a5fe53356d5f55ecc1b900
6284Author: Mike Frysinger <vapier@gentoo.org>
6285Date: Mon Feb 18 05:37:51 2008 -0500
6286
6287 Blackfin: update MAINTAINERS list
6288
6289 Add maintainer information for the Blackfin boards.
6290
6291 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6292
6293commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
6294Author: Mike Frysinger <vapier@gentoo.org>
6295Date: Mon Feb 18 05:26:48 2008 -0500
6296
6297 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
6298
6299 Stop tying things to the processor that should be tied to other defines and
6300 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
6301 system to select the -mcpu option.
6302
6303 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6304
6305commit 86a20fb920bd198105acf7b1191117f566d637ed
6306Author: Mike Frysinger <vapier@gentoo.org>
6307Date: Sat Feb 16 07:40:36 2008 -0500
6308
6309 Blackfin: move bootldr command to common code
6310
6311 This moves the Blackfin-common bootldr command out of the BF537-STAMP
6312 specific board directory and into the common directory so that all Blackfin
6313 boards may utilize it.
6314
6315 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6316
6317commit decbe029b2a9d3333d02c433389b1c821eea96d7
6318Author: Heiko Schocher <hs@denx.de>
6319Date: Fri Mar 14 11:05:20 2008 +0100
6320
6321 mgcoge: update configuration
6322
6323 Fix configuration for mgcoge board
6324
6325 Signed-off-by: Heiko Schocher <hs@denx.de>
6326
6327commit c136724cda0219c49f1d4b346f00da29b14fdf14
6328Author: Wolfgang Denk <wd@denx.de>
6329Date: Sun Mar 16 01:22:59 2008 +0100
6330
6331 drivers/rtc/Makefile: keep list sorted
6332
6333 Signed-off-by: Wolfgang Denk <wd@denx.de>
6334
6335commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
6336Author: Tor Krill <tor@excito.com>
6337Date: Sat Mar 15 15:40:26 2008 +0100
6338
6339 Add support for Intersil isl1208 RTC
6340
6341 Signed-off-by: Tor Krill <tor@excito.com>
6342
6343commit 0210cff3d079d97b2156b13685ee8de368e68a1a
6344Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6345Date: Sat Mar 15 17:36:41 2008 +0100
6346
6347 cramfs: Fix ifdef
6348
6349 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6350
6351commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
6352Author: Wolfgang Denk <wd@denx.de>
6353Date: Sun Mar 16 01:12:58 2008 +0100
6354
6355 Conding style cleanup
6356
6357 Signed-off-by: Wolfgang Denk <wd@denx.de>
6358
0b8f2a27
WD
6359commit 41712b4e8c95dff23354bcd620e1f9477160c190
6360Author: Stefan Roese <sr@denx.de>
6361Date: Wed Mar 5 12:31:53 2008 +0100
6362
6363 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
6364
6365 This patch adds USB OHCI support to the Canyonlands board port. It also
6366 enables EXT2 support.
6367
6368 Signed-off-by: Stefan Roese <sr@denx.de>
6369
6370commit 2596f5b9d353ff3e4387a3325d05740f16958038
6371Author: Stefan Roese <sr@denx.de>
6372Date: Wed Mar 5 12:29:32 2008 +0100
6373
6374 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
6375
6376 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
6377 way a board just needs to define this new option to enable the "force
6378 NoPowerSwitching mode" instead of adding new CPU/architecture defines
6379 to the USB source itself.
6380
6381 This new option will be used first with the new AMCC 460EX Canyonlands
6382 board port, which will be posted in a few days.
6383
6384 This patch also fixes a small compilation problem when DEBUG is enabled.
6385
6386 Signed-off-by: Stefan Roese <sr@denx.de>
6387
6388commit 71665ebf88408ff2acb762af47989fd4365b321a
6389Author: Stefan Roese <sr@denx.de>
6390Date: Mon Mar 3 17:27:02 2008 +0100
6391
6392 ppc4xx: Add Canyonlands NAND booting support
6393
6394 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
6395 NAND devices. The only bootstrap option for NAND booting is option F for
6396 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
6397 EEPROM needs to be programmed accordingly.
6398
6399 This patch adds basic NAND booting support for the AMCC Canyonlands aval
6400 board and also adds support to the "bootstrap" command, to enable NAND
6401 booting I2C setting.
6402
6403 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
6404
6405 Signed-off-by: Stefan Roese <sr@denx.de>
6406
6407commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
6408Author: Stefan Roese <sr@denx.de>
6409Date: Tue Mar 11 16:53:00 2008 +0100
6410
6411 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
6412
6413 This patch adds support for the AMCC Canyonlands 460EX evaluation
6414 board.
6415
6416 Signed-off-by: Stefan Roese <sr@denx.de>
6417
6418commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
6419Author: Stefan Roese <sr@denx.de>
6420Date: Tue Mar 11 16:52:24 2008 +0100
6421
6422 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
6423
6424 This patch adds support for the AMCC Canyonlands 460EX evaluation
6425 board.
6426
6427 Signed-off-by: Stefan Roese <sr@denx.de>
6428
6429commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
6430Author: Stefan Roese <sr@denx.de>
6431Date: Tue Mar 11 16:51:17 2008 +0100
6432
6433 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
6434
6435 This patch adds support for the AMCC Canyonlands 460EX evaluation
6436 board.
6437
6438 Signed-off-by: Stefan Roese <sr@denx.de>
6439
6440commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
6441Author: Stefan Roese <sr@denx.de>
6442Date: Tue Mar 11 15:11:43 2008 +0100
6443
6444 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
6445
6446 This patch adds basic support for the AMCC 460EX/460GT PPC's.
6447
6448 Signed-off-by: Stefan Roese <sr@denx.de>
6449
6450commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
6451Author: Stefan Roese <sr@denx.de>
6452Date: Tue Mar 11 15:11:18 2008 +0100
6453
6454 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
6455
6456 This patch adds basic support for the AMCC 460EX/460GT PPC's.
6457
6458 Signed-off-by: Stefan Roese <sr@denx.de>
6459
6460commit 999ecd5aca381984d8ebbeb207ece82a1c275577
6461Author: Stefan Roese <sr@denx.de>
6462Date: Tue Mar 11 15:07:10 2008 +0100
6463
6464 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
6465
6466 This patch adds basic support for the AMCC 460EX/460GT PPC's.
6467
6468 Signed-off-by: Stefan Roese <sr@denx.de>
6469
6470commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
6471Author: Stefan Roese <sr@denx.de>
6472Date: Tue Mar 11 15:05:50 2008 +0100
6473
6474 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
6475
6476 This patch adds basic support for the AMCC 460EX/460GT PPC's.
6477
6478 Signed-off-by: Stefan Roese <sr@denx.de>
6479
6480commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
6481Author: Stefan Roese <sr@denx.de>
6482Date: Tue Mar 11 15:05:26 2008 +0100
6483
6484 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
6485
6486 This patch adds basic support for the AMCC 460EX/460GT PPC's.
6487
6488 Signed-off-by: Stefan Roese <sr@denx.de>
6489
6490commit 56e410178375d9f20be25fb24e180974f0ae120b
6491Author: Stefan Roese <sr@denx.de>
6492Date: Tue Feb 19 22:07:57 2008 +0100
6493
6494 ppc4xx: interrupt.c reworked
6495
6496 This patch is a rework of the 4xx interrupt handling done while
6497 adding the 460EX/GT support. Interrupts are needed on 4xx for the
6498 EMAC driver.
6499
6500 Signed-off-by: Stefan Roese <sr@denx.de>
6501
6502commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
6503Author: Stefan Roese <sr@denx.de>
6504Date: Tue Feb 19 22:01:57 2008 +0100
6505
6506 ppc4xx: program_tlb now uses 64bit physical addess
6507
6508 This patch changes the physical addess parameter from 32bit to 64bit.
6509 This is needed for 36bit 4xx platforms to access areas located
6510 beyond the 4GB border, like SoC peripherals (EBC etc.).
6511
6512 Signed-off-by: Stefan Roese <sr@denx.de>
6513
6514commit c3307fa186af85771924c434997089b8104c0a46
6515Author: Stefan Roese <sr@denx.de>
6516Date: Tue Feb 19 21:58:25 2008 +0100
6517
6518 ppc4xx: miiphy.c reworked
6519
6520 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
6521 badly neede some cleanup.
6522
6523 Signed-off-by: Stefan Roese <sr@denx.de>
6524
6525commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
6526Author: Stefan Roese <sr@denx.de>
6527Date: Tue Feb 19 16:21:49 2008 +0100
6528
6529 rtc: Add M41T62 support
6530
6531 This patch add support for the STM M41T62 RTC. It is used and tested
6532 on the AMCC Canyonlands 406EX platform.
6533
6534 Signed-off-by: Stefan Roese <sr@denx.de>
6535
6536commit 217d383e201adc7f2271145ae345ea5eae2b7170
6537Author: Niklaus Giger <niklaus.giger@netstal.com>
6538Date: Mon Feb 25 18:46:43 2008 +0100
6539
6540 ppc4xx: Add 405GPr based MCU25 board specific files
6541
6542 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
6543
6544commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
6545Author: Niklaus Giger <niklaus.giger@netstal.com>
6546Date: Mon Feb 25 18:46:42 2008 +0100
6547
6548 ppc4xx: Add 405GPr based MCU25 board config file
6549
6550 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
6551
6552commit b05f35436b733a240559e77e46bed8439665ecc5
6553Author: Niklaus Giger <niklaus.giger@netstal.com>
6554Date: Mon Feb 25 18:46:41 2008 +0100
6555
6556 ppc4xx: Add 405GPr based MCU25 board. Global files
6557
6558 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
6559
6560commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
6561Author: Niklaus Giger <niklaus.giger@netstal.com>
6562Date: Mon Feb 25 18:37:02 2008 +0100
6563
6564 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
6565
6566 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
6567
6568commit a079494853cc2bfeddb26673219db0b4b2b31566
6569Author: Niklaus Giger <niklaus.giger@netstal.com>
6570Date: Mon Feb 25 18:37:01 2008 +0100
6571
6572 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
6573
6574 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
6575 the FLASH_CFI_LEGACY et al. config options.
6576
6577 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
6578
6579commit e4170e5a50c8110f792bc37472833ae669d69951
6580Author: Stefan Roese <sr@denx.de>
6581Date: Tue Mar 11 13:52:25 2008 +0100
6582
6583 ppc4xx: Fix comment in 405EX DDR2 init code
6584
6585 Signed-off-by: Stefan Roese <sr@denx.de>
6586
438a4c11
WD
6587commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
6588Author: Bartlomiej Sieka <tur@semihalf.com>
6589Date: Fri Mar 14 16:22:34 2008 +0100
6590
6591 Add MD5 support to the new uImage format
6592
6593 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6594
6595commit 0ede0c383530a418cf98be9122371a86573cd0db
6596Author: Bartlomiej Sieka <tur@semihalf.com>
6597Date: Fri Mar 14 16:22:34 2008 +0100
6598
6599 Add the MD5 algorithm
6600
6601 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
6602 calculated using the md5() function -- see include/md5.h for details.
6603
6604 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6605
0b8f2a27
WD
6606commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
6607Author: Wolfgang Denk <wd@denx.de>
6608Date: Fri Mar 14 16:04:54 2008 +0100
6609
6610 tools/setlocalversion: use a git-describe-ish format
6611
6612 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
6613 where 'nnnnn' is the number of commits since the last tag (i.e.,
6614 1.3.2-rc3). This makes it much easier to recognize "newer" versions
6615 and to see how much has been changed since the referenced tag.
6616
6617 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
6618
6619 Signed-off-by: Wolfgang Denk <wd@denx.de>
6620
6621commit c6dc21c84de0f159a1752c5ebd33cff843f63609
6622Author: Wolfgang Denk <wd@denx.de>
6623Date: Thu Mar 13 14:32:03 2008 +0100
6624
6625 HMI1001: add support for MPC5200 Rev. B processors.
6626
6627 Signed-off-by: Wolfgang Denk <wd@denx.de>
6628
6629commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
6630Author: Wolfgang Denk <wd@denx.de>
6631Date: Thu Mar 13 14:29:49 2008 +0100
6632
6633 TQM5200: remove dead code
6634
6635 This board never used a MGT5100 processor.
6636
6637 Signed-off-by: Wolfgang Denk <wd@denx.de>
6638
438a4c11
WD
6639commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
6640Author: Marian Balakowicz <m8@semihalf.com>
6641Date: Wed Mar 12 12:14:15 2008 +0100
6642
6643 [new uImage] Fix build issue on ARM
6644
6645 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
6646
6647 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6648
6649commit 3310c549a73a949430bfda90876df7552a1dab0c
6650Author: Marian Balakowicz <m8@semihalf.com>
6651Date: Wed Mar 12 12:13:13 2008 +0100
6652
6653 [new uImage] Add new uImage format documentation and examples
6654
6655 Create doc/uImage.FIT documentation directory with the following files:
6656 - command_syntax_extensions.txt : extended command syntax description
6657 - howto.txt : short usage howto
6658 - source_file_format.txt : internal new uImage format description
6659
6660 Add example image source files:
6661 - kernel.its
6662 - kernel_fdt.its
6663 - multi.its
6664
6665 Update README appropriately.
6666
6667 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6668 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6669
6670commit 1ec73761d2e247078f4520a265d463e8b73391a2
6671Author: Marian Balakowicz <m8@semihalf.com>
6672Date: Wed Mar 12 10:35:52 2008 +0100
6673
6674 [new uImage] Fix definition of common bootm_headers_t fields
6675
6676 verify, autostart and lmb fields are used regardless of CONFIG_FIT
6677 setting, move their definitions to common section.
6678
6679 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6680
6681commit 1d1cb4270edc6a99276834064069717f9782c491
6682Author: Marian Balakowicz <m8@semihalf.com>
6683Date: Wed Mar 12 10:35:51 2008 +0100
6684
6685 [new uImage] Fix build problems on trab board
6686
6687 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6688
6689commit f773bea8e11f4a11c388dcee956b2444203e6b65
6690Author: Marian Balakowicz <m8@semihalf.com>
6691Date: Wed Mar 12 10:35:46 2008 +0100
6692
6693 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
6694
6695 Save FIT configuration provied in the first bootm argument and use it
6696 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
6697 arguments are not specified.
6698
6699 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6700
6701commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
6702Author: Marian Balakowicz <m8@semihalf.com>
6703Date: Wed Mar 12 10:33:01 2008 +0100
6704
6705 [new uImage] More verbose kernel image uncompress error message
6706
6707 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6708
6709commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
6710Author: Marian Balakowicz <m8@semihalf.com>
6711Date: Wed Mar 12 10:33:01 2008 +0100
6712
6713 [new uImage] Use show_boot_progress() for new uImage format
6714
6715 This patch allocates a set of show_boot_progress() IDs for new uImage format
6716 and adds show_boot_progress() calls in new uImage format handling code.
6717
6718 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6719
6720commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
6721Author: Marian Balakowicz <m8@semihalf.com>
6722Date: Wed Mar 12 10:33:01 2008 +0100
6723
6724 [new uImage] Add new uImage fromat support to fpga command
6725
6726 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6727
6728commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
6729Author: Marian Balakowicz <m8@semihalf.com>
6730Date: Wed Mar 12 10:33:01 2008 +0100
6731
6732 [new uImage] Add new uImage format handling to other bootm related commands
6733
6734 Updated commands:
6735
6736 docboot - cmd_doc.c
6737 fdcboot - cmd_fdc.c
6738 diskboot - cmd_ide.c
6739 nboot - cmd_nand.c
6740 scsiboot - cmd_scsi.c
6741 usbboot - cmd_usb.c
6742
6743 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6744
6745commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
6746Author: Marian Balakowicz <m8@semihalf.com>
6747Date: Wed Mar 12 10:33:00 2008 +0100
6748
6749 [new uImage] Add new uImage format support to imgextract command
6750
6751 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6752
6753commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
6754Author: Marian Balakowicz <m8@semihalf.com>
6755Date: Wed Mar 12 10:33:00 2008 +0100
6756
6757 [new uImage] Add new uImage format support to autoscript routine
6758
6759 autoscript() routine is updated to accept second argument, which
6760 is only used for FIT images and provides a FIT subimage unit name.
6761
6762 autoscript() routine callers must now pass two arguments. For
6763 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
6764 variable 'autoscript_uname' is introduced and used as a FIT
6765 subimage unit name source.
6766
6767 autoscript command accepts extended syntax of the addr argument:
6768 addr:<subimg_uname>
6769
6770 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6771
6772commit cd7c596e9f561dbbc17b717277438aee78cde14f
6773Author: Marian Balakowicz <m8@semihalf.com>
6774Date: Wed Mar 12 10:33:00 2008 +0100
6775
6776 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
6777
6778 This patch updates architecture specific implementations of
6779 do_bootm_linux() adding new uImage format handling for
6780 operations like get kernel entry point address, get kernel
6781 image data start address.
6782
6783 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6784
6785commit 3dfe110149311425919e6d6a14b561b4207498f1
6786Author: Marian Balakowicz <m8@semihalf.com>
6787Date: Wed Mar 12 10:32:59 2008 +0100
6788
6789 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
6790
6791 This patch adds new node offset fields to struct bootm_headers
6792 and updates bootm_headers processing code to make use of them.
6793 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
6794
6795 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6796
6797commit bc8ed486b125452ba3bd8344f052f437329150c5
6798Author: Marian Balakowicz <m8@semihalf.com>
6799Date: Wed Mar 12 10:32:53 2008 +0100
6800
6801 [new uImage] ppc: Add new uImage format support to FDT handling routines
6802
6803 Support for new (FIT) format uImages is added to powerpc specific
6804 boot_get_fdt() routine which now recognizes, sanity checks FIT image
6805 and is able to access data sections of the requested component image.
6806
6807 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6808
6809commit a44a269a905f924b420020506a4d7d7eedcc0eaf
6810Author: Marian Balakowicz <m8@semihalf.com>
6811Date: Wed Mar 12 10:14:57 2008 +0100
6812
6813 [new uImage] Re-enable interrupts for non automatic booting
6814
6815 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
6816 environment variable is not set to 'yes'.
6817
6818 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6819
6820commit d985c8498c4e47095820da97aa722381d39172c5
6821Author: Marian Balakowicz <m8@semihalf.com>
6822Date: Wed Mar 12 10:14:38 2008 +0100
6823
6824 [new uImage] Remove unnecessary arguments passed to ramdisk routines
6825
6826 boot_get_ramdisk() and image_get_ramdisk() do not need all
6827 cmdtp, flag, argc and argv arguments. Simplify routines definition.
6828
6829 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6830
6831commit c87796483bc7c2900470dc747c367f602577608d
6832Author: Marian Balakowicz <m8@semihalf.com>
6833Date: Wed Mar 12 10:12:37 2008 +0100
6834
6835 [new uImage] Add new uImage format support for ramdisk handling
6836
6837 This patch updates boot_get_ramdisk() routine adding format
6838 verification and handling for new (FIT) uImages.
6839
6840 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6841
6842commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
6843Author: Marian Balakowicz <m8@semihalf.com>
6844Date: Wed Mar 12 10:01:05 2008 +0100
6845
6846 [new uImage] Add new uImage format support for kernel booting
6847
6848 New format uImages are recognized by the bootm command,
6849 validity of specified kernel component image is checked and
6850 its data section located and used for further processing
6851 (uncompress, load, etc.)
6852
6853 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6854
6855commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
6856Author: Marian Balakowicz <m8@semihalf.com>
6857Date: Tue Mar 11 12:35:20 2008 +0100
6858
6859 [new uImage] Add new uImage format support for imls and iminfo commands
6860
6861 imls and iminfo can now recognize nad print out contents of the new (FIT)
6862 format uImages.
6863
6864 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6865
6866commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
6867Author: Bartlomiej Sieka <tur@semihalf.com>
6868Date: Tue Mar 11 12:34:47 2008 +0100
6869
6870 [new uImage] Add support for new uImage format to mkimage tool
6871
6872 Support for the new uImage format (FIT) is added to mkimage tool.
6873 Commandline syntax is appropriately extended:
6874
6875 mkimage [-D dtc_options] -f fit-image.its fit-image
6876
6877 mkimage (together with dtc) takes fit-image.its and referenced therein
6878 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
6879 final image that can be transferred to the target (e.g., via tftp) and then
6880 booted using the bootm command in U-Boot.
6881
6882 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6883
6884commit eb6175edd6c120d8b89678243e5a2be362ee8e40
6885Author: Marian Balakowicz <m8@semihalf.com>
6886Date: Mon Mar 10 17:53:49 2008 +0100
6887
6888 [new uImage] Make node unit names const in struct bootm_headers
6889
6890 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6891
6892commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
6893Author: Marian Balakowicz <m8@semihalf.com>
6894Date: Fri Feb 29 21:24:06 2008 +0100
6895
6896 [new uImage] New uImage low-level API
6897
6898 Add FDT-based functions for handling new format component images,
6899 configurations, node operations, property get/set, etc.
6900
6901 fit_ - routines handling global new format uImage operations
6902 like get/set top level property, process all nodes, etc.
6903 fit_image_ - routines handling component images subnodes
6904 fit_conf_ - routines handling configurations node
6905
6906 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6907 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6908
0b8f2a27
WD
6909commit 30f1806f60978d707b0cff2d7bf89d141fc24290
6910Author: Wolfgang Denk <wd@denx.de>
6911Date: Sun Mar 9 16:20:02 2008 +0100
6912
6913 Release v1.3.2
6914
6915 Update CHANGELOG for release.
6916
6917 Signed-off-by: Wolfgang Denk <wd@denx.de>
6918
30f1806f
WD
6919commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
6920Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6921Date: Sun Mar 9 14:52:11 2008 +0100
6922
6923 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
6924
6925 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6926 Signed-off-by: Wolfgang Denk <wd@denx.de>
6927
6928commit db695b78515ddb88a2d4f3357c120345efbf59ec
6929Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6930Date: Sun Mar 9 10:44:01 2008 +0100
6931
6932 scb9328: Fix flash warning: type qualifiers ignored on function return type
6933
6934 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6935
6936commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
6937Author: Wolfgang Denk <wd@denx.de>
6938Date: Sun Mar 9 10:50:41 2008 +0100
6939
6940 esd/common/fpga.c: fix indentation.
6941
6942 Signed-off-by: Wolfgang Denk <wd@denx.de>
6943
6944commit cc3843e36453e2b8db65d7e56de938ba045016a0
6945Author: Wolfgang Denk <wd@denx.de>
6946Date: Sun Mar 9 10:33:31 2008 +0100
6947
6948 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
6949
6950 and get rid of a couple of unneeded casts.
6951
6952 Signed-off-by: Wolfgang Denk <wd@denx.de>
6953
6954commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
6955Author: Wolfgang Denk <wd@denx.de>
6956Date: Sun Mar 9 10:09:53 2008 +0100
6957
6958 esd/common/fpga.c: fix 'assignment of read-only location' error
6959
6960 Signed-off-by: Wolfgang Denk <wd@denx.de>
6961
6962commit c6fe4dabac066e8758345d249032768496983a3e
6963Author: Wolfgang Denk <wd@denx.de>
6964Date: Sun Mar 9 02:13:19 2008 +0100
6965
6966 Makefile: make build silently again.
6967
6968 Signed-off-by: Wolfgang Denk <wd@denx.de>
6969
6970commit 76babc86576f092573599334c85ec543fdbc6015
6971Author: Wolfgang Denk <wd@denx.de>
6972Date: Sun Mar 9 02:07:49 2008 +0100
6973
6974 m501sk: Fix out of tree building
6975
6976 Signed-off-by: Wolfgang Denk <wd@denx.de>
6977
6978commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
6979Author: Wolfgang Denk <wd@denx.de>
6980Date: Sun Mar 9 00:06:09 2008 +0100
6981
6982 ADS5121: fix out of tree build
6983
6984 and simplify Makefile a bit.
6985
6986 Signed-off-by: Wolfgang Denk <wd@denx.de>
6987
6988commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
6989Author: Wolfgang Denk <wd@denx.de>
6990Date: Sat Mar 8 22:35:31 2008 +0100
6991
6992 Release v1.3.2
6993
6994 Signed-off-by: Wolfgang Denk <wd@denx.de>
6995
6996commit 78a90f827df74520e939c794fc7413dace21c4db
6997Author: Wolfgang Denk <wd@denx.de>
6998Date: Sat Mar 8 22:35:04 2008 +0100
6999
7000 Update CHANGELOG
7001
7002 Signed-off-by: Wolfgang Denk <wd@denx.de>
7003
78a90f82
WD
7004commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
7005Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7006Date: Sat Mar 8 21:30:04 2008 +0100
7007
7008 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
7009
7010 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7011
7012commit d75469d48c05795144f4b8ba76addbb4920a7bba
7013Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7014Date: Sat Mar 8 09:25:49 2008 +0900
7015
7016 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
7017
7018 When rtl_recv() of rtl8169 is called, OWNbit of status register
7019 is not enable occasionally.
7020 rtl_recv() doesn't work normally when the driver doesn't do
7021 appropriate processing.
7022 This patch fix this problem.
7023
7024 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7025
7026commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
7027Author: Heiko Schocher <hs@denx.de>
7028Date: Fri Mar 7 08:15:28 2008 +0100
7029
7030 mgsuvd: update board configuration
7031
7032 initialize the UPIOx controller.
7033
7034 Signed-off-by: Heiko Schocher <hs@denx.de>
7035
7036commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
7037Author: Heiko Schocher <hs@denx.de>
7038Date: Fri Mar 7 08:13:41 2008 +0100
7039
7040 mgcoge: update board configuration
7041
7042 add support for the config Flash.
7043 initialize the UPIOx controller.
7044
7045 Signed-off-by: Heiko Schocher <hs@denx.de>
7046
7047commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
7048Author: Kim Phillips <kim.phillips@freescale.com>
7049Date: Fri Mar 7 12:27:31 2008 -0600
7050
7051 mpc83xx: make dtb basename file references equal those of linux
7052
7053 the dts file basenames were updated in linux - this helps avoid
7054 inadvertently loading any old dtbs laying around.
7055
7056 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7057
7058commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
7059Author: Kim Phillips <kim.phillips@freescale.com>
7060Date: Wed Feb 27 16:08:22 2008 -0600
7061
7062 net: uec_phy: actually increment the timeout counter
7063
7064 allow u-boot to recover (and, e.g., switch to another interface) in the
7065 case where a PHY does not report autonegotiation is complete within its
7066 two second timeout value.
7067
7068 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7069
7070commit 772003e43957ee0c895abed7cd82cbe72820cbb8
7071Author: Markus Brunner <super.firetwister@googlemail.com>
7072Date: Wed Mar 5 21:38:12 2008 +0100
7073
7074 fix taihu soft spi_read
7075
7076 The taihu board used gpio_read_out_bit which reads the output register and not
7077 the pin state.
7078
7079 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
7080
7081commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
7082Author: Stefan Roese <sr@denx.de>
7083Date: Fri Mar 7 08:01:43 2008 +0100
7084
7085 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
7086
7087 Signed-off-by: Stefan Roese <sr@denx.de>
7088
7089commit bd4458cb47abecabd406b1210457be96c69fc49d
7090Author: Dave Liu <r63238@freescale.com>
7091Date: Tue Mar 4 16:59:22 2008 +0800
7092
7093 837xEMDS: Improve the system performance
7094
7095 1. Make the CSB bus pipeline depth as 4, and enable
7096 the repeat mode;
7097 2. Raise the eTSEC emergency priority;
7098 3. Use the highest IP blocks clock.
7099
7100 Signed-off-by: Dave Liu <daveliu@freescale.com>
7101
7102commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
7103Author: Detlev Zundel <dzu@denx.de>
7104Date: Thu Mar 6 16:45:53 2008 +0100
7105
7106 Replace "run load; run update" with conditionalized "run load update".
7107
7108 The latter version stops when "run load" fails for whatever reasons
7109 rendering the combination *a lot* more secure.
7110
7111 Signed-off-by: Detlev Zundel <dzu@denx.de>
7112
7113commit 6bc113886d7d316df1a4e459bec8baf027518551
7114Author: Stefan Roese <sr@denx.de>
7115Date: Tue Mar 4 17:40:41 2008 +0100
7116
7117 net: Print error message upon net usage when no ethernet-interface is found
7118
7119 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
7120 defined. Then no ethernet interface is available but a simple "tftp"
7121 command will return without any error message which is quite confusing.
7122
7123 Signed-off-by: Stefan Roese <sr@denx.de>
7124
7125commit a30a549a3553032d809e0356306b62de0b125901
7126Author: Jon Loeliger <jdl@freescale.com>
7127Date: Tue Mar 4 10:03:03 2008 -0600
7128
7129 Remove erroneous or extra spd.h #includers.
7130
7131 Many of the spd.h #includers don't need it,
7132 and wanted to have spd_sdram() declared instead.
7133 Since they didn't get that, some also had open
7134 coded extern declarations of it instead or as well.
7135 Fix it all up by using spd_sdram.h where needed.
7136
7137 Signed-off-by: Jon Loeliger <jdl@freescale.com>
7138
7139commit a4475386cef14af3fd88f0518b688e755669486d
7140Author: Wolfgang Denk <wd@denx.de>
7141Date: Tue Mar 4 17:41:28 2008 +0100
7142
7143 PCS440EP: fix build problems (redundant #define)
7144
7145 Signed-off-by: Wolfgang Denk <wd@denx.de>
7146
7147commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
7148Author: Stefan Roese <sr@denx.de>
7149Date: Tue Mar 4 17:39:25 2008 +0100
7150
7151 net: Print error message upon net usage when no ethernet-interface is found
7152
7153 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
7154 defined. Then no ethernet interface is available but a simple "tftp"
7155 command will return without any error message which is quite confusing.
7156
7157 Signed-off-by: Stefan Roese <sr@denx.de>
7158
7159commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
7160Author: Wolfgang Denk <wd@denx.de>
7161Date: Tue Mar 4 17:38:50 2008 +0100
7162
7163 W7OLMC/W7OLMG: fix build problems (redundant #define)
7164
7165 Signed-off-by: Wolfgang Denk <wd@denx.de>
7166
7167commit f9301e1cda296245ba052d7b08321199c3d0af9d
7168Author: Wolfgang Denk <wd@denx.de>
7169Date: Tue Mar 4 14:58:31 2008 +0100
7170
7171 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
7172
7173 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
7174 problem for out-of-tree builds which caused "make clean" to fail.
7175
7176 Signed-off-by: Wolfgang Denk <wd@denx.de>
7177
7178commit dfece9500556bed5d8244b1c15d973cec7c25bfe
7179Author: Wolfgang Denk <wd@denx.de>
7180Date: Tue Mar 4 11:58:26 2008 +0100
7181
7182 examples/Makefile: build "hello_world" on 8xx, too.
7183
7184 Signed-off-by: Wolfgang Denk <wd@denx.de>
7185
7186commit 74eb0222594fd23aafdf168e60e872814eea8b62
7187Author: Mike Nuss <mike@terascala.com>
7188Date: Mon Mar 3 15:27:05 2008 -0500
7189
7190 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
7191
7192 Every now and then a Sequoia board (or equivalent hardware) had
7193 problems connecting to a Gigabit capable network interface.
7194
7195 There were differences in the PHY setup between Linux and U-Boot.
7196
7197 This patch fixes the problem. Apparently "remote fault" is being set,
7198 which signals to some devices (on the other end of the cable) that a
7199 fault has occurred, while other devices ignore it. I believe the RF bit
7200 was causing the issue, but I removed T4 also, to match up with Linux.
7201
7202 Signed-off-by: Mike Nuss <mike@terascala.com>
7203
7204commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
7205Author: Timur Tabi <timur@freescale.com>
7206Date: Mon Mar 3 09:58:52 2008 -0600
7207
7208 fix QE firmware uploading limit
7209
7210 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
7211 systems with more than one RISC core.
7212
7213 Signed-off-by: Timur Tabi <timur@freescale.com>
7214
7215commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
7216Author: Bernhard Nemec <bnemec@ganssloser.com>
7217Date: Mon Mar 3 11:57:23 2008 +0000
7218
7219 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
7220
7221 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
7222 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
7223
881031d9 7224 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
7225
7226commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
7227Author: Kim B. Heino <Kim.Heino@bluegiga.com>
7228Date: Mon Mar 3 10:39:13 2008 +0200
7229
7230 fix copy from ram to dataflash
7231
7232 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
7233 routines instead of dataflash. This is because it checks "if source
7234 address is not dataflash" instead of target address.
7235
7236 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
7237
7238commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
7239Author: Wolfgang Denk <wd@denx.de>
7240Date: Mon Mar 3 12:16:44 2008 +0100
7241
7242 Fix quoting problem (preboot setting) in many board config files.
7243
7244 Signed-off-by: Wolfgang Denk <wd@denx.de>
7245
7246commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
7247Author: Wolfgang Denk <wd@denx.de>
7248Date: Mon Mar 3 12:36:49 2008 +0100
7249
7250 ADS5121: Fix default environment.
7251
7252 Signed-off-by: Wolfgang Denk <wd@denx.de>
7253
7254commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
7255Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7256Date: Sun Mar 2 16:12:31 2008 +0100
7257
7258 Makefile: Fix missing unconfig and mkconfig use
7259
7260 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7261
7262commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
7263Author: michael <trimarchi@gandalf.sssup.it>
7264Date: Sun Mar 2 23:33:46 2008 +0100
7265
7266 Fix checking fat32 cluster size.
7267
7268 This fixes the cluster size tests in the FAT32 file system.
7269 The current implementation of VFAT support doesn't work if the
7270 referred cluster has an offset > 16bit representation, causing
7271 "fatload" and "fatls" commands etc. to fail.
7272
7273 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
7274
7275commit 661bad63a076a96c39c64f136915f146725af92b
7276Author: Wolfgang Denk <wd@denx.de>
7277Date: Sun Mar 2 22:57:23 2008 +0100
7278
7279 Prepare v1.3.2-rc2 release candidate
7280
7281 Signed-off-by: Wolfgang Denk <wd@denx.de>
7282
661bad63
WD
7283commit 76957cb3d621bf664311908e5962e151c633c285
7284Author: Stefan Roese <sr@denx.de>
7285Date: Sat Mar 1 12:11:40 2008 +0100
7286
7287 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
7288
7289 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
7290 currently 4k/2k is configured. This patch fixes this issue.
7291
7292 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
7293
7294 Signed-off-by: Stefan Roese <sr@denx.de>
7295
7296commit 118978c8eb43803e2794233922df4249fa278b83
7297Author: Woodruff, Richard <r-woodruff2@ti.com>
7298Date: Fri Feb 29 17:34:35 2008 -0600
7299
7300 Fix alignment error on ARM for modules
7301
7302 Fix alignment fault on ARM when running modules. With out an explicit
7303 linker file gcc4.2.1 will half word align __bss_start's value. The word
7304 dereference will crash hello_world.
7305
7306 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
7307
7308commit ce1120dd703e6f12c59e4eba9962356a0300b832
7309Author: Dave Liu <r63238@freescale.com>
7310Date: Fri Feb 29 17:45:31 2008 +0800
7311
7312 fs: Fix ext2 read issue
7313
7314 The ext2 aligned process will corrupt the key
7315 data struct, the patch fix this.
7316
7317 Signed-off-by: Dave Liu <daveliu@freescale.com>
7318
7319commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
7320Author: Wolfgang Denk <wd@denx.de>
7321Date: Sun Mar 2 22:45:33 2008 +0100
7322
7323 Makefile: cleanup "clean" target
7324
7325 Make sure CDPATH settings cannot interfere.
7326 Update CHANGELOG.
7327
7328 Signed-off-by: Wolfgang Denk <wd@denx.de>
7329
5013c09f
WD
7330commit ffda586fc1373243c9794babde69500f6293a8d8
7331Author: Li Yang <leoli@freescale.com>
7332Date: Fri Feb 29 11:46:05 2008 +0800
7333
7334 add cscope build target
7335
7336 Add cscope build target to generate cscope database for code browsing.
7337
7338 Signed-off-by: Li Yang <leoli@freescale.com>
7339
7340commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
7341Author: Kim Phillips <kim.phillips@freescale.com>
7342Date: Wed Feb 27 15:06:39 2008 -0600
7343
7344 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
7345
7346 erratum 5.6 states the autoneg completion bit is functional only if the
7347 autoneg bit is asserted.
7348
7349 This fixes any secondarily-issued networking commands on non-gigabit
7350 links on the mpc8360 mds board.
7351
7352 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7353
7354commit 5f91db7f582ca17b1f19f10189c025696f333d2e
7355Author: John Rigby <jrigby@freescale.com>
7356Date: Tue Feb 26 09:38:14 2008 -0700
7357
7358 MPC5121e ADS PCI support take 3
7359
7360 Adds PCI support for MPC5121
7361
7362 Tested with drivers/net/rtl8139.c
7363
7364 Support is conditional since PCI on old silicon does not work.
7365
7366 ads5121_PCI_config turns on PCI
7367
7368 In this version, condition compilation of PCI code has been moved
7369 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
7370 suggested by Jean-Christophe PLAGNIOL-VILLARD
7371
7372 Signed-off-by: John Rigby <jrigby@freescale.com>
7373
7374commit 44b4dbed4133f657705b7c5193209da9978243a7
7375Author: Anatolij Gustschin <agust@denx.de>
7376Date: Mon Feb 25 23:53:07 2008 +0100
7377
7378 Fix warnings while compilation of post/drivers/memory.c
7379
7380 Fix warnings while compilation with new gcc in eldk-4.2
7381
7382 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7383
7384commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
7385Author: Anatolij Gustschin <agust@denx.de>
7386Date: Mon Feb 25 20:54:04 2008 +0100
7387
7388 ppc4xx: Fix problem in 4xx_enet.c driver
7389
7390 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
7391 enabled. To reproduce the problem ensure that 'ethrotate'
7392 environment variable isn't set to "no" and then run
7393 "tftp 200000 not_existent_file".
7394 This patch tries to fix the issue.
7395
7396 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7397
7398commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
7399Author: Anatolij Gustschin <agust@denx.de>
7400Date: Mon Feb 25 20:04:20 2008 +0100
7401
7402 POST: Disable cache while SPR POST
7403
7404 Currently (since commit b2e2142c) u-boot crashes on
7405 sequoia board while SPR test if CONFIG_4xx_DCACHE is
7406 enabled. This patch disables the cache while SPR test.
7407
7408 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7409
7410commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
7411Author: Martin Krause <martin.krause@tqs.de>
7412Date: Mon Feb 25 17:52:40 2008 +0100
7413
7414 TQM5200: use automatic fdt memory fixup (part 2)
7415
7416 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
7417 TB5200 and TB5200_B to fixup the /memory node with the memory values
7418 detected by U-Boot.
7419
7420 Signed-off-by: Martin Krause <martin.krause@tqs.de>
7421
7422commit 44ceec253ea941b301abf4b079d52324def69d92
7423Author: Martin Krause <martin.krause@tqs.de>
7424Date: Mon Feb 25 15:17:05 2008 +0100
7425
7426 TQM5200: use automatic fdt memory fixup
7427
7428 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
7429 TB5200 and TB5200_B to fixup the /memory node with the memory values
7430 detected by U-Boot.
7431
7432 Signed-off-by: Martin Krause <martin.krause@tqs.de>
7433
7434commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
7435Author: Martin Krause <martin.krause@tqs.de>
7436Date: Mon Feb 25 13:27:52 2008 +0100
7437
7438 TQM5200: fix bug in SDRAM initialization code
7439
7440 This patch fixes a bug in the SDRAM initialization code for the
7441 TQM5200. The hi_addr bit is now set correctly. Without this patch
7442 the hi_addr bit is always set to 1, if the second SDRAM bank is
7443 not populated.
7444
7445 For other MPC5200 boards a correspondig patch has already been applied
7446 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
7447
7448 Signed-off-by: Martin Krause <martin.krause@tqs.de>
7449 --
7450 Forget the first patch please. I confused flash with SDRAM in
7451 the comment ...
7452
7453commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
7454Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7455Date: Mon Feb 25 00:03:12 2008 +0100
7456
7457 mx1fs2/flash: Fix multiple compiler warnings
7458
7459 "pointer targets in assignment differ in signedness"
7460
7461 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7462
7463commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
7464Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7465Date: Mon Feb 25 00:03:11 2008 +0100
7466
7467 arm-imx: Fix register definitions
7468
7469 Sync register definitions with linux
7470
7471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7472
7473commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
7474Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7475Date: Mon Feb 25 00:03:10 2008 +0100
7476
7477 actua1/actua2/actua3: Fix multiple unused variable warnings
7478
7479 - actua1:
7480 actux1.c: In function 'checkboard':
7481 actux1.c:92: warning: unused variable 'revision'
7482
7483 - actua2:
7484 actux2.c: In function 'checkboard':
7485 actux2.c:100: warning: unused variable 's'
7486 actux2.c:99: warning: unused variable 'revision'
7487 actux2.c: In function 'reset_phy':
7488 actux2.c:130: warning: unused variable 'i'
7489
7490 - actua3:
7491 actux3.c: In function 'checkboard':
7492 actux3.c:114: warning: unused variable 'revision'
7493
7494 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7495
7496commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
7497Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7498Date: Sun Feb 24 11:44:29 2008 +0900
7499
7500 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
7501
7502 The previous patch was lacking of i386, microblaze, nios and nios2. This
7503 patch tries to fix them.
7504
7505 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7506
438a4c11
WD
7507commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
7508Author: Marian Balakowicz <m8@semihalf.com>
7509Date: Fri Feb 29 22:22:46 2008 +0100
7510
7511 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
7512
7513 Do not use global fdt blob pointer, calculate blob size from routine
7514 argument blob pointer.
7515
7516 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7517
7518commit d1cc52879c8966507dad9fb575481e6d3985e64e
7519Author: David Gibson <david@gibson.dropbear.id.au>
7520Date: Tue Feb 12 00:58:31 2008 +1100
7521
7522 libfdt: Add and use a node iteration helper function.
7523
7524 This patch adds an fdt_next_node() function which can be used to
7525 iterate through nodes of the tree while keeping track of depth. This
7526 function is used to simplify the iteration code in a lot of other
7527 functions, and is also exported for use by library users.
7528
7529 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7530
7531commit 8cf30809a82902a471866d2f07725ce3b8a22291
7532Author: Bartlomiej Sieka <tur@semihalf.com>
7533Date: Fri Feb 29 16:00:24 2008 +0100
7534
7535 [new uImage] Add libfdt support to mkimage
7536
7537 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7538
7539commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
7540Author: Bartlomiej Sieka <tur@semihalf.com>
7541Date: Fri Feb 29 16:00:23 2008 +0100
7542
7543 [new uImage] Add sha1.o object to mkimage binary build
7544
7545 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7546
7547commit df6f1b895c997978f03afe04502ee76b7ba34ab9
7548Author: Marian Balakowicz <m8@semihalf.com>
7549Date: Fri Feb 29 16:00:06 2008 +0100
7550
7551 [new uImage] Fix component handling for legacy multi component images
7552
7553 Use uint32_t when accessing size table in image_multi_count() and
7554 image_multi_getimg() for multi component images.
7555
7556 Add missing uimage_to_cpu() endianness conversion.
7557
7558 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7559
7560commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
7561Author: Marian Balakowicz <m8@semihalf.com>
7562Date: Fri Feb 29 15:59:59 2008 +0100
7563
7564 [new uImage] Share common uImage code between mkimage and U-boot
7565
7566 This patch adds the following common routines:
7567
7568 1) Dedicated mkimage print_header() is replaced with common
7569 image_print_contents()
7570 image_print_contents_noindent()
7571
7572 2) Common os/arch/type/comp fields name <--> id translation routines
7573 genimg_get_os_name()
7574 genimg_get_arch_name()
7575 genimg_get_type_name()
7576 genimg_get_comp_name()
7577 genimg_get_os_id()
7578 genimg_get_arch_id()
7579 genimg_get_type_id()
7580 genimg_get_comp_id()
7581
7582 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7583
7584commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
7585Author: Marian Balakowicz <m8@semihalf.com>
7586Date: Fri Feb 29 14:58:34 2008 +0100
7587
7588 [new uImage] Update naming convention for bootm/uImage related code
7589
7590 This patch introduces the following prefix convention for the
7591 image format handling and bootm related code:
7592
7593 genimg_ - dual format shared code
7594 image_ - legacy uImage format specific code
7595 fit_ - new uImage format specific code
7596 boot_ - booting process related code
7597
7598 Related routines are renamed and a few pieces of code are moved around and
7599 re-grouped.
7600
7601 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7602
7603commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
7604Author: Kumar Gala <galak@kernel.crashing.org>
7605Date: Wed Feb 27 21:51:51 2008 -0600
7606
7607 [new uImage] Respect autostart setting in linux bootm
7608
7609 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7610 Acked-by: Marian Balakowicz <m8@semihalf.com>
7611
7612commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
7613Author: Kumar Gala <galak@kernel.crashing.org>
7614Date: Wed Feb 27 21:51:50 2008 -0600
7615
7616 [new uImage] Provide ability to restrict region used for boot images
7617
7618 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
7619 to restrict what memory range is used for bootm.
7620
7621 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7622 Acked-by: Marian Balakowicz <m8@semihalf.com>
7623
7624commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
7625Author: Kumar Gala <galak@kernel.crashing.org>
7626Date: Wed Feb 27 21:51:49 2008 -0600
7627
7628 [new uImage] Use lmb for bootm allocations
7629
7630 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
7631 functions over to using lmb for allocation of the ramdisk, command line
7632 and kernel bd info.
7633
7634 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
7635 tree.
7636
7637 Provided a weak function that board code can call to do additional
7638 lmb reserves if needed.
7639
7640 Also introduce the concept of bootmap_base to specify the offset in
7641 physical memory that the bootmap is located at. This is used for
7642 allocations of the cmdline, kernel bd, and device tree as they should
7643 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
7644
7645 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7646
7647commit f5614e7926863bf0225ec860d9b319741a9c4004
7648Author: Kumar Gala <galak@kernel.crashing.org>
7649Date: Wed Feb 27 21:51:48 2008 -0600
7650
7651 [new uImage] Add autostart flag to bootm_headers structure
7652
7653 The autostart env variable was dropped as part of the initial new uImage
7654 cleanup. Add it back here so the arch specific code can decide if it
7655 wants to really boot or not.
7656
7657 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7658 Acked-by: Marian Balakowicz <m8@semihalf.com>
7659
7660commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
7661Author: Kumar Gala <galak@kernel.crashing.org>
7662Date: Wed Feb 27 21:51:47 2008 -0600
7663
7664 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
7665
7666 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
7667 the memory spaces used by various boot images and structures. This code
7668 will allow us to simplify the code in bootm and its support functions.
7669
7670 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7671
7672commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
7673Author: Kumar Gala <galak@kernel.crashing.org>
7674Date: Tue Feb 19 22:03:47 2008 -0600
7675
7676 [new uImage] ppc: Allow boards to specify effective amount of memory
7677
7678 For historical reasons we limited the stack to 256M because some boards
7679 could only map that much via BATS. However newer boards are capable of
7680 mapping more memory (for example 85xx is capable of doing up to 2G).
7681
7682 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7683 Acked-by: Marian Balakowicz <m8@semihalf.com>
7684
7685commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
7686Author: Kumar Gala <galak@kernel.crashing.org>
7687Date: Wed Feb 27 21:51:46 2008 -0600
7688
7689 [new uImage] rework error handling so common functions don't reset
7690
7691 Changed image_get_ramdisk() to just return NULL on error and have
7692 get_ramdisk() propogate that error to the caller. It's left to the
7693 caller to call do_reset() if it wants to.
7694
7695 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
7696 to a common location. In the future we will change get_fdt() and
7697 fdt_relocate() to return success/failure and not call do_reset() at all.
7698
7699 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7700 Acked-by: Marian Balakowicz <m8@semihalf.com>
7701
7702commit d2bc095a639672def11d5d043b5688d0dbd692ec
7703Author: Kumar Gala <galak@kernel.crashing.org>
7704Date: Wed Feb 27 21:51:45 2008 -0600
7705
7706 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
7707
7708 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
7709 however it does mean we have to go in and fixup the initrd info since
7710 we don't know where it will be.
7711
7712 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7713
7714commit 27953493ef025fb698d68c5dee39b36f01f4d530
7715Author: Kumar Gala <galak@kernel.crashing.org>
7716Date: Wed Feb 27 21:51:44 2008 -0600
7717
7718 [new uImage] ppc: Determine if we are booting an OF style
7719
7720 If we are bootin OF style than we can skip setting up some things
7721 that are used for the old boot method.
7722
7723 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7724 Acked-by: Marian Balakowicz <m8@semihalf.com>
7725
7726commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
7727Author: Kumar Gala <galak@kernel.crashing.org>
7728Date: Wed Feb 27 21:51:43 2008 -0600
7729
7730 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
7731
7732 We don't actually need the kdb param as we are just using it to get
7733 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
7734 boot via OF we might not actually fill out a kdb.
7735
7736 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7737 Acked-by: Marian Balakowicz <m8@semihalf.com>
7738
7739commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
7740Author: Kumar Gala <galak@kernel.crashing.org>
7741Date: Wed Feb 27 16:30:47 2008 -0600
7742
7743 85xx: Don't icbi when unlocking the cache
7744
7745 There is no reason to icbi when invalidating the temporary stack in
7746 the d-cache. Its impossible on e500 to have the i-cache contain
7747 any addresses in the temp stack and it can be problematic in generating
7748 transactions on the bus to non-valid addresses.
7749
7750 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7751
7752commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
7753Author: Andy Fleming <afleming@freescale.com>
7754Date: Wed Feb 27 15:50:50 2008 -0600
7755
7756 Fix source for ECM error IVPR
7757
7758 The source vector for the ECM was being set to 2,
7759 but that's what the source vector for DDR was being
7760 set to. Change it to 1.
7761
7762 Signed-off-by: Andy Fleming <afleming@freescale.com>
7763
7764commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
7765Author: Andy Fleming <afleming@freescale.com>
7766Date: Wed Feb 27 14:29:58 2008 -0600
7767
7768 Invalidate INIT_RAM TLB mappings
7769
7770 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
7771 mappings to be unguarded. This collided with an existing "bug"
7772 where the mappings for the INIT_RAM were being kept around.
7773 This meant that speculative loads to those addresses were
7774 succeeding in the TLB, and going out to the bus, where they
7775 were causing an exception (there's nothing at that address). The
7776 Flash code was coincidentally causing such a speculative load.
7777 Rather than go back to mapping the INIT RAM as guarded, we fix
7778 it so that the entries for the INIT_RAM are invalidated. Thus
7779 the speculative loads will fail in the TLB, and have no effect.
7780
7781 Signed-off-by: Andy Fleming <afleming@freescale.com>
7782
7783commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
7784Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7785Date: Sun Feb 17 22:56:17 2008 +0100
7786
7787 sbc8548: Fix Revision reading and unused variable 'path'
7788
7789 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7790
7791commit 495d162374c472f46454453553382ad0735dc725
7792Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7793Date: Sun Feb 17 22:56:16 2008 +0100
7794
7795 sbc8548: Fix cfi flash bank declaration
7796
7797 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7798
438a4c11
WD
7799commit 4efbe9dbb129f857f27856936112c8c02f016be6
7800Author: Marian Balakowicz <m8@semihalf.com>
7801Date: Wed Feb 27 11:02:26 2008 +0100
7802
7803 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
7804
7805 Dual format image code must properly handle all three FDT passing methods:
7806 - raw FDT blob passed
7807 - FDT blob embedded in the legacy uImage
7808 - FDT blob embedded in the new uImage
7809
7810 This patch enables proper raw FDT handling when no FIT imaeg support
7811 is compiled in. This is a bit tricky as we must dected FIT format even
7812 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
7813 blobs use tha same low level format (libfdt).
7814
7815 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7816
7817commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
7818Author: Marian Balakowicz <m8@semihalf.com>
7819Date: Wed Feb 27 11:02:26 2008 +0100
7820
7821 [new uImage] POWERPC: Add image_get_fdt() routine
7822
7823 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
7824 (3) or embedded in the new uImage. For the (2) case embedding image must be
7825 verified before we get FDT from it. This patch factors out legacy image
7826 specific verification routine to the separate helper routine.
7827
7828 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7829 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7830
7831commit 1efd43601f90de21ec6c0ebb9880823e822927b1
7832Author: Marian Balakowicz <m8@semihalf.com>
7833Date: Wed Feb 27 11:02:07 2008 +0100
7834
7835 [new uImage] Add image_get_kernel() routine
7836
7837 Legacy image specific verification is factored out to a separate helper
7838 routine to keep get_kernel() generic and simple.
7839
7840 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7841 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7842
7843commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
7844Author: Marian Balakowicz <m8@semihalf.com>
7845Date: Wed Feb 27 11:01:04 2008 +0100
7846
7847 [new uImage] Move image verify flag to bootm_headers structure
7848
7849 Do not pass image verification flag directly to related routines.
7850 Simplify argument passing and move it to the bootm_header structure which
7851 contains curently processed image specific data and is already being passed
7852 on the argument list.
7853
7854 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7855 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7856
7857commit 823afe7cefe00dafefc6696c1cc7aa828c394234
7858Author: Marian Balakowicz <m8@semihalf.com>
7859Date: Wed Feb 27 11:00:47 2008 +0100
7860
7861 [Makefile] Sort COBJS in lib_<arch> Makefiles
7862
7863 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7864
7865commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
7866Author: Marian Balakowicz <m8@semihalf.com>
7867Date: Wed Feb 27 11:00:47 2008 +0100
7868
7869 [new uImage] Optimize gen_get_image() flow control
7870
7871 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
7872 to do, update its control flow to better reflect that simple case.
7873
7874 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7875 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7876
7877commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
7878Author: Marian Balakowicz <m8@semihalf.com>
7879Date: Mon Feb 4 08:28:17 2008 +0100
7880
7881 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
7882
7883 PPC specific FDT blob handling code is divided into two separate routines:
7884
7885 get_fdt() - find and verify a FDT blob (either raw or image embedded)
7886 fdt_relocate() - move FDT blob to within BOOTMAP if needed
7887
7888 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7889 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7890
5013c09f
WD
7891commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
7892Author: Jon Loeliger <jdl@freescale.com>
7893Date: Mon Feb 25 13:13:37 2008 -0600
7894
7895 86xx: Fix renamed GUR symbols in sbc8641d board.
7896
7897 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
7898 (86xx: Fix GUR PCI config registers properly), we should have
7899 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
7900 symbols in the sbc8641d board as well. Fix this oversight.
7901
7902 Signed-off-by: Jon Loeliger <jdl@freescale.com>
7903
7904commit 64cd594e623c39f73964d18787763e4533f791f7
7905Author: Stefan Roese <sr@denx.de>
7906Date: Mon Feb 25 16:50:48 2008 +0100
7907
7908 ppc4xx: Fix acadia_nand build problem
7909
7910 Don't include testdram() on NAND-booting target acadia_nand. This saves
7911 a few bytes and makes the target build clean again.
7912
7913 Signed-off-by: Stefan Roese <sr@denx.de>
7914
7915commit 14e099e698d41e8179d05c2b2dbcf704a236f748
7916Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7917Date: Sun Feb 24 23:03:12 2008 +0000
7918
7919 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
7920
7921 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7922
7923commit 724902c8464e610642b3a170278b99710325888e
7924Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7925Date: Sun Feb 24 23:03:11 2008 +0000
7926
7927 arm-imx: Fix registers definition
7928
7929 Sync registers definition with linux
7930
7931 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7932
7933commit 4cd288b589ea1178947c6e364453c32b3dede6b7
7934Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7935Date: Sun Feb 24 23:03:10 2008 +0000
7936
7937 actua1/actua2/actua3: Fix multipleunused variable
7938
7939 - actua1:
7940 actux1.c: In function 'checkboard':
7941 actux1.c:92: warning: unused variable 'revision'
7942
7943 - actua2:
7944 actux2.c: In function 'checkboard':
7945 actux2.c:100: warning: unused variable 's'
7946 actux2.c:99: warning: unused variable 'revision'
7947 actux2.c: In function 'reset_phy':
7948 actux2.c:130: warning: unused variable 'i'
7949
7950 - actua3:
7951 actux3.c: In function 'checkboard':
7952 actux3.c:114: warning: unused variable 'revision'
7953
7954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7955
438a4c11
WD
7956commit d5934ad7756f038a393a9cfab76a4fe306d9d930
7957Author: Marian Balakowicz <m8@semihalf.com>
7958Date: Mon Feb 4 08:28:09 2008 +0100
7959
7960 [new uImage] Add dual format uImage support framework
7961
7962 This patch adds framework for dual format images. Format detection is added
7963 and the bootm controll flow is updated to include cases for new FIT format
7964 uImages.
7965
7966 When the legacy (image_header based) format is detected appropriate
7967 legacy specific handling is invoked. For the new (FIT based) format uImages
7968 dual boot framework has a minial support, that will only print out a
7969 corresponding debug messages. Implementation of the FIT specific handling will
7970 be added in following patches.
7971
7972 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7973
5013c09f
WD
7974commit b29661fc1151077776454288051bc9a488351ce8
7975Author: Wolfgang Denk <wd@denx.de>
7976Date: Sun Feb 24 15:21:36 2008 +0100
7977
7978 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
7979
7980 Signed-off-by: Wolfgang Denk <wd@denx.de>
7981
b29661fc
WD
7982commit 00b48a48424894daa589d166d73277830b1c6ac4
7983Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7984Date: Sat Feb 23 12:15:56 2008 +0100
7985
7986 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
7987
7988 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7989
7990commit b075d74efb70ff68c49a2532f26b56d6703b69c1
7991Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7992Date: Sat Feb 23 17:24:16 2008 +0900
7993
7994 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
7995
7996 ----------------------------------------------------------------
7997 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
7998
7999 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
8000 32bit targets.
8001
8002 GCC can be made to warn about usage of long long types with ISO C90
8003 (-ansi), but only with -pedantic. You can write this in a way that even
8004 then it doesn't cause warnings, namely by:
8005
8006 #ifdef __GNUC__
8007 __extension__ typedef __signed__ long long __s64;
8008 __extension__ typedef unsigned long long __u64;
8009 #endif
8010
8011 The __extension__ keyword in front of this switches off any pedantic
8012 warnings for this expression.
8013
8014 Signed-off-by: Olaf Hering <olh@suse.de>
8015 Cc: <linux-arch@vger.kernel.org>
8016 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8017 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8018 ----------------------------------------------------------------
8019
8020 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8021
8022commit 208acd112e6517b21fc30c420396902b103563ac
8023Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8024Date: Sat Feb 23 17:07:57 2008 +0900
8025
8026 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
8027
8028 This will reduce the build time.
8029
8030 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8031
8032commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
8033Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8034Date: Sat Feb 23 17:05:00 2008 +0900
8035
8036 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
8037
8038 This will reduce the build time.
8039
8040 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8041
8042commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
8043Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8044Date: Sat Feb 23 16:58:41 2008 +0900
8045
8046 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
8047
8048 This reduces the build time by ~10%. Here's the gth2_config example.
8049
8050 BEFORE AFTER
8051 real 0m31.441s 0m27.833s
8052 user 0m24.766s 0m23.045s
8053 sys 0m10.425s 0m7.468s
8054
8055 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8056
8057commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
8058Author: Marcel Moolenaar <marcelm@juniper.net>
8059Date: Fri Feb 22 10:48:07 2008 -0800
8060
8061 make define2mk.sed work on FreeBSD
8062
8063 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
8064 the define2mk.sed script was identified as the source of the link
8065 failure on FreeBSD. The problem is that sed(1) does not always support
8066 the '+' operator. It isn't on FreeBSD. The attach patch implements the
8067 equivalent, using the '*' operator instead and should work everywhere.
8068
8069 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
8070
8071commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
8072Author: Detlev Zundel <dzu@denx.de>
8073Date: Fri Feb 22 17:21:32 2008 +0100
8074
8075 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
8076
8077 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
8078 final traces of long-deprecated "ramdisk" kernel parm") makes these
8079 changes neccessary.
8080
8081 Signed-off-by: Detlev Zundel <dzu@denx.de>
8082
8083commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
8084Author: Larry Johnson <lrj@acm.org>
8085Date: Thu Feb 21 13:58:16 2008 -0500
8086
8087 LM75 bug fix for negative temperatures
8088
8089 When the LM75 temperature sensor measures a temperature below 0 C, the
8090 current driver does not perform sign extension, so the result returned is
8091 256 C too high. This patch fixes the problem.
8092
8093 Signed-off-by: Larry Johnson <lrj@acm.org>
8094
8095commit 5a910c224b13e413bda41922379add6d75c32da3
8096Author: Heiko Schocher <hs@denx.de>
8097Date: Thu Feb 21 18:33:45 2008 +0100
8098
8099 IDS8247: update MAINTAINER entry.
8100
8101 Signed-off-by: Heiko Schocher <hs@denx.de>
8102
8103commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
8104Author: Heiko Schocher <hs@denx.de>
8105Date: Thu Feb 21 18:31:15 2008 +0100
8106
8107 Fix device tree for mgsuvd board.
8108
8109 Rename the "scc" node in "ethernet" for the mgsuvd board.
8110
8111 Signed-off-by: Heiko Schocher <hs@denx.de>
8112
8113commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
8114Author: Yuri Tikhonov <yur@emcraft.com>
8115Date: Thu Feb 21 14:23:42 2008 +0100
8116
8117 lwmon5: enable hardware watchdog
8118
8119 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
8120 causing it to reboot the board if U-Boot does a long busy-wait with
8121 udelay(). Thus, for these boards we have to restart WD more
8122 frequently.
8123
8124 This patch splits the busy-wait udelay() into smaller, predefined,
8125 intervals, so that the watchdog timer may be resetted with the
8126 configurable (CONFIG_WD_PERIOD) interval.
8127
8128 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8129
8130commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
8131Author: Anatolij Gustschin <agust@denx.de>
8132Date: Thu Feb 21 12:52:29 2008 +0100
8133
8134 ppc4xx: Support for ATI Radeon 9200 card on sequoia
8135
8136 Adds configuration option for ATI Radeon 9200 card
8137 support to sequoia config file. If CONFIG_VIDEO
8138 is enabled, TEXT_BASE should be changed to 0xFFF80000.
8139
8140 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8141
8142commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
8143Author: Kumar Gala <galak@kernel.crashing.org>
8144Date: Mon Feb 18 08:18:07 2008 -0600
8145
8146 Remove duplicate defines for ARRAY_SIZE
8147
8148 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
8149 the define in common.h.
8150
8151 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8152
8153commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
8154Author: Kumar Gala <galak@kernel.crashing.org>
8155Date: Mon Feb 18 08:09:37 2008 -0600
8156
8157 ppc: Allow boards to specify effective amount of memory
8158
8159 For historical reasons we limited the stack to 256M because some boards
8160 could only map that much via BATS. However newer boards are capable of
8161 mapping more memory (for example 85xx is capable of doing up to 2G).
8162
8163 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8164
8165commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
8166Author: Mike Frysinger <vapier@gentoo.org>
8167Date: Mon Feb 18 05:24:13 2008 -0500
8168
8169 include autoconf.mk before any other .mk files
8170
8171 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
8172 those .mk files can have make if statements based on the current config.
8173
8174 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8175
8176commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
8177Author: Mike Frysinger <vapier@gentoo.org>
8178Date: Mon Feb 18 05:10:07 2008 -0500
8179
8180 error check autoconf.mk generation
8181
8182 If any of the steps for generating autoconf.mk fail currently, they go
8183 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
8184 This is simpler and more robust than placing '|| exit $$?' after every line.
8185
8186 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8187
8188commit 019895a8dee71a9f00da05c03e379f45d581b0fe
8189Author: Stefano Babic <sbabic@denx.de>
8190Date: Mon Feb 18 08:03:51 2008 +0100
8191
8192 Fix bug in dependency checking
8193
8194 By adding VERSION_FILE to the PHONY targets the script
8195 /tools/setlocalversion is always called and version_autogenerated.h
8196 is replaced only if the script find a modified source file.
8197
8198 Signed-off-by: Stefano Babic <sbabic@denx.de>
8199
8200commit 98ba144ccc912eee90dd42699f023c497ce774c6
8201Author: Kyungmin Park <kmpark@infradead.org>
8202Date: Mon Feb 18 14:35:43 2008 +0900
8203
8204 Fix GPMC CS2 memory setup at apollon
8205
8206 It disables the current map first
8207
8208 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8209
8210commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
8211Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8212Date: Sun Feb 17 23:52:46 2008 +0100
8213
8214 uli526x: Fix multiple differ in signedness and parentheses around comparison
8215
8216 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8217
8218commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
8219Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8220Date: Sun Feb 17 16:58:04 2008 +0100
8221
8222 MIPS: Fix CFG_NO_FLASH support
8223
8224 - Fix flash_init call when CFG_NO_FLASH is used
8225 - Remove no more needed flash.c for qemu-mips
8226
8227 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8228
8229commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
8230Author: Mike Frysinger <vapier@gentoo.org>
8231Date: Sat Feb 16 02:40:18 2008 -0500
8232
8233 easylogo: clean up some more and add -r (rgb) support
8234
8235 Michael Hennerich added support for outputting an image in RGB format rather
8236 than forcing YUYV all the time. This makes obvious sense if the display you
8237 have takes RGB input rather than YUYV.
8238
8239 Rather than hack in support for options, I've converted it to use getopt and
8240 cleaned up the argument parsing in the process.
8241
8242 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
8243 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8244
8245commit f65c98129ccada3f7caf97d80395a95b84e911de
8246Author: Mike Frysinger <vapier@gentoo.org>
8247Date: Sat Feb 16 02:12:37 2008 -0500
8248
8249 Makefile: add target for $(LDSCRIPT)
8250
8251 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
8252 then change into the board directory and try and create it. This allows you
8253 to generate the linker script on the fly based upon board defines (like the
8254 Blackfin boards do).
8255
8256 There should be no regressions due to this change as the normal case is to
8257 already have a u-boot.lds file. If that's the case, then there's nothing to
8258 generate, and so make will always exit. The fix here is that if the linker
8259 script does not exist, the implicit rules take over and attempt to guess how
8260 to generate the file.
8261
8262 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8263
438a4c11
WD
8264commit 5583cbf736474ef754e128a54fb78632f57b48fd
8265Author: Marian Balakowicz <m8@semihalf.com>
8266Date: Thu Feb 21 17:27:49 2008 +0100
8267
8268 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
8269
8270 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8271
8272commit 2242f5369822bc7780db95c47985bb408ea9157b
8273Author: Marian Balakowicz <m8@semihalf.com>
8274Date: Thu Feb 21 17:27:41 2008 +0100
8275
8276 [new uImage] Rename and move print_image_hdr() routine
8277
8278 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8279
8280commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
8281Author: Marian Balakowicz <m8@semihalf.com>
8282Date: Thu Feb 21 17:20:20 2008 +0100
8283
8284 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
8285
8286 Introducing routines for parsing new uImage format bootm arguments:
8287 [<addr>]#<conf> - configuration specification
8288 [<addr>]:<subimg> - subimage specification
8289
8290 New format images can contain multiple subimages of the same type. For example
8291 a single new format image file can contain three kernels, two ramdisks and a
8292 couple of FDT blobs. Subimage and configuration specifications are extensions
8293 to bootm (and other image-related commands) arguments' syntax that allow to
8294 specify which particular subimage should be operated on.
8295
8296 Subimage specification is used to denote a particular subimage. Configurations
8297 are a bit more complex -- they are used to define a particualr booting setup,
8298 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
8299 etc.
8300
8301 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8302
8303commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
8304Author: Marian Balakowicz <m8@semihalf.com>
8305Date: Thu Feb 21 17:20:19 2008 +0100
8306
8307 [new uImage] Add gen_get_image() routine
8308
8309 This routine assures that image (whether legacy or FIT) is not
8310 in a special dataflash storage.
8311
8312 If image address is a dataflash address image is moved to system RAM.
8313
8314 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8315
8316commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
8317Author: Marian Balakowicz <m8@semihalf.com>
8318Date: Thu Feb 21 17:20:18 2008 +0100
8319
8320 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
8321
8322 New uImage format (Flattened Image Tree) requires libfdt
8323 functionality, print out error message if CONFIG_OF_LIBFDT
8324 is not defined.
8325
8326 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
8327 This commit turns it on by default.
8328
8329 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8330
b29661fc
WD
8331commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
8332Author: Michael Schwingen <michael@schwingen.org>
8333Date: Mon Feb 18 23:16:35 2008 +0100
8334
8335 CFI: Do not use uninitialized cmd_reset
8336
8337 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
8338 commands instead
8339
8340 From a short test, it looks like AMD-style flash roms treat *any* unknown
8341 command write as a reset, at least when in CFI Query mode, so issuing the
8342 Intel reset command to AMD-style flashs seems safe (from the small sample I
8343 have), plus the 3-cycle magic sequence should kick the state machine into
8344 the right state even without a reset command. Since the AMD-style flashs
8345 require the unlock sequence for real operation, I chose to try the AMD reset
8346 command first, so that Intel flashs do no see an invalid command prior to
8347 the CFI query.
8348
8349 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
8350 plus Intel StrataFlash.
8351
8352 Signed-off-by: Michael Schwingen <michael@schwingen.org>
8353 Signed-off-by: Stefan Roese <sr@denx.de>
8354
8355commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
8356Author: Rafal Jaworowski <raj@semihalf.com>
8357Date: Thu Feb 21 11:56:44 2008 +0100
8358
8359 API: Add (c) and licensing notice to the public API header.
8360
8361 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
8362
8363commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
8364Author: Yuri Tikhonov <yur@emcraft.com>
8365Date: Thu Feb 21 11:06:07 2008 +0100
8366
8367 Fix CPU POST test failure
8368
8369 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
8370 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
8371 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
8372 This patch just saves the CR value before running the test code, so allowing
8373 it to do anything it wants with CR.
8374
8375 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
8376 Acked-by: Yuri Tikhonov <yur@emcraft.com>
8377 --
8378
8379commit d5908b093955415f3d340706378b991f911af671
8380Author: Jon Loeliger <jdl@freescale.com>
8381Date: Wed Feb 20 15:26:51 2008 -0600
8382
8383 8610HPCD: Document the flashbank selection switches.
8384
8385 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8386
8387commit a551cee99ad1d1da20fd23ad265de47448852f56
8388Author: Jon Loeliger <jdl@freescale.com>
8389Date: Wed Feb 20 14:22:26 2008 -0600
8390
8391 86xx: Fix GUR PCI config registers properly.
8392
8393 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
8394 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
8395 botched it due to not realizing that 8610 and 8641 had different
8396 Global Utility Register defintions, one of which was like 85xx,
8397 and the other wasn't. Correct this problem by introducing two
8398 symbols, one for each 86xx SoC, but neither of which is named
8399 anything like 85xx.
8400
8401 My bad. Lovely Wednesday with git bisect. You know.
8402
8403 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8404
8405commit cb06eb961bdffc8728b38c242473d802e83ab2b4
8406Author: Jon Loeliger <jdl@freescale.com>
8407Date: Wed Feb 20 12:24:11 2008 -0600
8408
8409 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
8410
8411 Without an actual supported video card hooked up, enabling
8412 the CONFIG_VIDEO by default just makes it look broken by
8413 routing all console output to the video card. Don't.
8414
8415 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8416
8417commit 4d264eff4312f230776b913edade7ceb75f1b1e0
8418Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8419Date: Wed Jan 30 15:08:15 2008 -0600
8420
8421 ColdFire: Fix missing code flash size for M5485EVB
8422
8423 Signed-off-by: James Mahan <kmahan@freescale.com>
8424 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8425
8426commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
8427Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
8428Date: Wed Jan 30 15:04:42 2008 -0600
8429
8430 ColdFire: Fix 5282 and 5271 interrupt mask bit
8431
8432 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8433
8434commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
8435Author: Jon Loeliger <jdl@freescale.com>
8436Date: Tue Feb 19 12:31:08 2008 -0600
8437
8438 8610HPCD: Fix typos in two PCI setup registers.
8439
8440 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
8441 were erroneously present as 85xx names and values, leftover from
8442 the clone wars. Fix this by removing the 85xx cruft from the
8443 86xx codebase.
8444
8445 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8446
8447commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
8448Author: Jon Loeliger <jdl@freescale.com>
8449Date: Mon Feb 18 14:01:56 2008 -0600
8450
8451 86xx: Convert sbc8641d to use libfdt.
8452
8453 This is the proper fix for a missing closing brace in the function
881031d9 8454 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
8455 The ft_cpu_setup() function in mpc8641hpcn.c should have been
8456 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
8457 but was missed. Only, the sbc8641d was nominally still using it.
8458 It all got ripped out, and the funcality that was in ft_board_setup()
8459 was refactored to remove the CPU portions into the new file
8460 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
8461
8462 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
8463
8464 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8465
8466commit 04efddc87c50c84f85dad5c331c634a6ce830a83
8467Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8468Date: Sun Feb 17 23:35:31 2008 +0100
8469
8470 mpc86xx: Fix unused variable 'config' and 'immap'
8471
8472 and remove useless CONFIG_DDR_INTERLEAVE
8473
8474 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8475
8476commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
8477Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8478Date: Sun Feb 17 23:03:36 2008 +0100
8479
8480 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
8481
8482 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8483
8484commit b6f29c84c208a091f95a10cbc9852d729659ba20
8485Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8486Date: Sun Feb 17 14:15:31 2008 +0100
8487
8488 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
8489
8490 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8491
8492commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
8493Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8494Date: Sun Feb 17 14:15:32 2008 +0100
8495
8496 pxa: fix assignment from incompatible pointer type
8497
8498 fix mmc_bread function prototype
8499
8500 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8501
8502commit 64d792063fff90b8118179b092feee09fe5cae13
8503Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8504Date: Sun Feb 17 14:15:30 2008 +0100
8505
8506 at91cap9adk: fix implicit declaration of function 'eth_init'
8507
8508 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8509
8510commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
8511Author: Wolfgang Denk <wd@denx.de>
8512Date: Sun Feb 17 15:43:44 2008 +0100
8513
8514 Remove files added by mistake, update CHANGELOG.
8515
8516 Signed-off-by: Wolfgang Denk <wd@denx.de>
8517
375c4353
WD
8518commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
8519Author: Mike Nuss <mike@terascala.com>
8520Date: Wed Feb 6 11:10:11 2008 -0500
8521
8522 PPC440EPx: Optionally enable second I2C bus
8523
8524 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
8525 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
8526 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
8527
8528 Signed-off-by: Mike Nuss <mike@terascala.com>
8529 Cc: Stefan Roese <sr@denx.de>
8530
8531commit ef5b4f221c22d05770878513951745f236b5b43f
8532Author: Niklaus Giger <niklaus.giger@netstal.com>
8533Date: Tue Feb 5 10:26:44 2008 +0100
8534
8535 ppc4xx: HCU4/5. Cleanup configs
8536
8537 - hcu4.h: Removed define of CONFIG_PPC405GPr
8538 - Corrected phy addresses
8539 - Fix boot variables
8540 - Respect line length of 80 chars
8541
8542 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
8543
8544commit 74973126d1be63ac75bdc192f46234dca3a7c421
8545Author: Niklaus Giger <niklaus.giger@netstal.com>
8546Date: Tue Feb 5 11:31:28 2008 +0100
8547
8548 ppc4xx: HCU4/5. Cleanups
8549
8550 - Fix some coding style violations.
8551 - Use in/out_u16/32 where appropriate.
8552 - Use register names from ppc405.h.
8553 - Fix trace useage for Lauterbach.
8554 - Remove obsolete generation HCU2.
8555 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
8556
8557 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
8558
8559commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
8560Author: Niklaus Giger <niklaus.giger@netstal.com>
8561Date: Tue Feb 5 10:26:41 2008 +0100
8562
8563 ppc4xx: PPC405GPr fix missing register definitions
8564
8565 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
8566
8567commit 214398d9cb22268d9d4f7563359edca0f78297a2
8568Author: Larry Johnson <lrj@acm.org>
8569Date: Fri Jan 18 21:49:05 2008 -0500
8570
8571 ppc4xx: Beautify configuration files for Sequoia and Korat boards
8572
8573 Signed-off-by: Larry Johnson <lrj@acm.org>
8574
8575commit 30c6a241e88499f536e86d325759e29ba00ff67f
8576Author: Anatolij Gustschin <agust@denx.de>
8577Date: Fri Feb 15 20:09:01 2008 +0100
8578
8579 Wipe out assembler warnings while compiling x86 biosemu
8580
8581 This patch tries to get rid of some assembler warnings about
8582 changed .got2 section type while compiling x86 bios emulator
8583 code.
8584
8585 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8586
8587commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
8588Author: Wolfgang Denk <wd@denx.de>
8589Date: Fri Feb 15 00:57:09 2008 +0100
8590
8591 Prepare v1.3.2-rc1 release candidate
8592
67a4389e
WD
8593commit f33e9653c9c09868995d788511d573771c209fe5
8594Author: Anatolij Gustschin <agust@denx.de>
8595Date: Fri Feb 15 00:13:20 2008 +0100
8596
8597 Fix compile warning on lib_ppc/board.c
8598
8599 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8600
8601commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
8602Author: Anatolij Gustschin <agust@denx.de>
8603Date: Thu Feb 14 18:22:04 2008 +0100
8604
8605 Add Radeon Mobility 9200 pci device id to the radeon driver
8606
8607 This patch extends PCI device id table of the
8608 radeon driver so that the driver will also support
8609 Radeon Mobility 9200 (M9+) based boards.
8610
8611 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8612
8613commit 1b8607e1f7143548c6062c28371449ec69588c00
8614Author: Anatolij Gustschin <agust@denx.de>
8615Date: Thu Feb 14 18:19:50 2008 +0100
8616
8617 Extend ATI Radeon driver to support more video modes
8618
8619 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
8620 800x600, 640x480 at 24, 16 and 8 bpp.
8621
8622 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8623
8624commit 4124382de029d361162a4b8cecc773eb8f26e2a8
8625Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8626Date: Sun Feb 10 17:05:20 2008 +0100
8627
8628 xsengine: fix typo and few coding style
8629
8630 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8631
8632commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
8633Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8634Date: Fri Feb 8 21:25:58 2008 +0100
8635
8636 Fix wrong memory limit calculation in memory-test
8637
8638 If the length of the memory address range passed to the "mtest" command is
8639 not of the form 2^x - 1, not all address lines are tested. This bug is
8640 inherited from the original software at
8641 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
8642 this.
8643
8644 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8645
8646commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
8647Author: Wolfgang Denk <wd@denx.de>
8648Date: Fri Feb 15 00:11:39 2008 +0100
8649
8650 Coding STyle cleanup.
8651
8652 Signed-off-by: Wolfgang Denk <wd@denx.de>
8653
8654commit f6921e3dc331293c873ec4d109fd5517a42a90b3
8655Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8656Date: Tue Feb 5 13:30:43 2008 +0900
8657
8658 sh: Fix register address of SH7722
8659
8660 The address of SH7722 is wrong by old document.
8661 This patch fixes this problem.
8662
8663 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8664
8665commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
8666Author: Mike Frysinger <vapier@gentoo.org>
8667Date: Mon Feb 4 17:44:23 2008 -0500
8668
8669 only update version header as needed
8670
8671 Constantly rebuilding the version header will force useless relinking, so we
8672 simply need to compare the new header with the existing one before updating
8673 it.
8674
8675 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8676
8677commit 208447f8e953f347425eb92c8e28d59e6d911363
8678Author: Mike Frysinger <vapier@gentoo.org>
8679Date: Mon Jan 28 05:56:19 2008 -0500
8680
8681 Do not specify a CROSS_COMPILE default when executing size
8682
8683 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8684
8685commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
8686Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8687Date: Wed Feb 13 11:19:19 2008 +0100
8688
8689 Fix return value of mtest when CFG_ALT_MEMTEST set
8690
8691 Fix a missing return statement from a non-void function.
8692
8693 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8694
8695commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
8696Author: Timur Tabi <timur@freescale.com>
8697Date: Wed Jan 9 14:35:26 2008 -0600
8698
8699 85xx, 86xx: Determine I2C clock frequencies and store in global_data
8700
8701 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
8702
8703 Update the get_clocks() function in 85xx and 86xx to determine the I2C
8704 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
8705
8706 Signed-off-by: Timur Tabi <timur@freescale.com>
8707
8708commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
8709Author: Wolfgang Denk <wd@denx.de>
8710Date: Thu Feb 14 23:18:01 2008 +0100
8711
8712 TQM834x: clean up configuration
8713
8714 Get board name consistent with Linux and elsewhere;
8715 get rid of local network definitions etc.
8716
8717 Signed-off-by: Wolfgang Denk <wd@denx.de>
8718
8719commit 38cc09c55b1d7f233789052c6fc462e5377669a9
8720Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8721Date: Thu Feb 14 08:02:12 2008 +0100
8722
8723 TFTP: fix search of ':' in BootFile
8724
8725 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8726
8727commit 0bc9efada170096c6b273f19165e32936d330d80
8728Author: Wolfgang Denk <wd@denx.de>
8729Date: Thu Feb 14 22:46:55 2008 +0100
8730
8731 Coding style cleanup; update CHANGELOG.
8732
8733 Signed-off-by: Wolfgang Denk <wd@denx.de>
8734
0bc9efad
WD
8735commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
8736Author: Wolfgang Denk <wd@denx.de>
8737Date: Thu Feb 14 22:43:22 2008 +0100
8738
8739 PPC: Use r2 instead of r29 as global data pointer
8740
8741 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
8742 will refuse to use load/store multiple insns; instead, it issues a
8743 list of simple load/store instructions upon function entry and exit,
8744 resulting in bigger code size, which in turn makes the build for a
8745 few boards fail.
8746
8747 Use r2 instead.
8748
8749 Signed-off-by: Wolfgang Denk <wd@denx.de>
8750
8751commit 3c234efa693bc59906c2be55c7918ecbb55392ea
8752Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
8753Date: Wed Jan 30 09:08:49 2008 +0100
8754
8755 ARM: make the machid configurable via the environment
8756
8757 If the variable "machid" exists, let do_bootm_linux use that instead
8758 of bd->bi_arch_number.
8759
8760