]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
cd82919e
WD
1commit 17e900b8c0f38d922da47073246219dce2a847f2
2Author: Wolfgang Denk <wd@denx.de>
3Date: Tue Aug 12 14:54:04 2008 +0200
4
5 MVBC_P: fix compile problem
6
7 Signed-off-by: Wolfgang Denk <wd@denx.de>
8
9commit 52b047ae48219b59bebe37ba743ab103fd4f8316
10Author: Wolfgang Denk <wd@denx.de>
11Date: Tue Aug 12 12:10:11 2008 +0200
12
13 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
14
15 Signed-off-by: Wolfgang Denk <wd@denx.de>
16
17commit c9c101c660b3d1995045c61c7c6041f52b6cf335
18Author: Wolfgang Denk <wd@denx.de>
19Date: Tue Aug 12 00:36:53 2008 +0200
20
21 ads5121: fix compiler warnings (unused variables)
22
23 Signed-off-by: Wolfgang Denk <wd@denx.de>
24
25commit 902ca09246039964d59bbcb519b1e1b5aed01308
26Author: Kumar Gala <galak@kernel.crashing.org>
27Date: Mon Aug 11 11:29:28 2008 -0500
28
29 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
30
31 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
32
33 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34 Acked-by: Jon Loeliger <jdl@freescale.com>
35
36commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
37Author: Kumar Gala <galak@kernel.crashing.org>
38Date: Mon Aug 11 09:20:53 2008 -0500
39
40 Fix fallout from autostart revert
41
42 The autostart revert caused a bit of duplicated code as well as
43 code that was using images->autostart that needs to get removed so
44 we can build again.
45
46 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47
48commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
49Author: Kumar Gala <galak@kernel.crashing.org>
50Date: Mon Aug 11 09:16:25 2008 -0500
51
52 Fix compile error related to r8a66597-hcd & usb
53
54 When building the 8544DS board we get this error:
55
56 In file included from r8a66597-hcd.c:22:
57 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
58 make[1]: *** [r8a66597-hcd.o] Error 1
59
60 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
61 is set.
62
63 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64
65commit 2d0daa03612338a813e3c9d22680e54eabfea378
66Author: Becky Bruce <becky.bruce@freescale.com>
67Date: Mon Aug 4 14:02:26 2008 -0500
68
69 POWERPC 86xx: Move BAT setup code to C
70
71 This is needed because we will be possibly be locating
72 devices at physical addresses above 32bits, and the asm
73 preprocessing does not appear to deal with ULL constants
74 properly. We now call write_bat in lib_ppc/bat_rw.c.
75
76 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
77 Acked-by: Jon Loeliger <jdl@freescale.com>
78
79commit 9de67149db576c91b9c2a0a182652331e7e44211
80Author: Becky Bruce <becky.bruce@freescale.com>
81Date: Mon Aug 4 14:01:53 2008 -0500
82
83 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
84
85 Perform sync/isync as required by the architecture.
86
87 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
88 Acked-by: Jon Loeliger <jdl@freescale.com>
89
90commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
91Author: Becky Bruce <becky.bruce@freescale.com>
92Date: Mon Aug 4 14:01:16 2008 -0500
93
94 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
95
96 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
97 Acked-by: Jon Loeliger <jdl@freescale.com>
98
99commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
100Author: Magnus Lilja <lilja.magnus@gmail.com>
101Date: Sun Aug 3 21:44:10 2008 +0200
102
103 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
104
105 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
106 contacts instead of only the first 256 ones as is the case prior to
107 this patch.
108
109 Add missing MUX_* macros and update board files to use the new macros.
110
111 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
112
113commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
114Author: Magnus Lilja <lilja.magnus@gmail.com>
115Date: Sun Aug 3 21:43:37 2008 +0200
116
117 i.MX31: Fix IOMUX related typos
118
119 Correct the names of some IOMUX macros.
120
121 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
122
123commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
124Author: Steve Sakoman <steve@sakoman.com>
125Date: Mon Aug 11 20:26:16 2008 +0200
126
127 OneNAND: Remove unused parameters to onenand_verify_page
128
129 The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.
130
131 Signed-off-by: Steve Sakoman <steve@sakoman.com>
132 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
133
134commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
135Author: Anatolij Gustschin <agust@denx.de>
136Date: Fri Aug 8 18:00:40 2008 +0200
137
138 video: fix bug in cfb_console code
139
140 FILL_15BIT_555RGB macro extension for pixel swapping
141 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
142 introduced a bug in cfb_console:
143
144 Bitmaps with odd-numbered width won't be rendered
145 correctly and even U-Boot crashes are observed on
146 some platforms while repeated rendering of such
147 bitmaps with "bmp display". Also if a bitmap is
148 rendered to an odd-numbered x starting position,
149 the same problem occurs. This patch is an attempt
150 to fix it.
151
152 Signed-off-by: Anatolij Gustschin <agust@denx.de>
153
154commit d9015f6a50d7258125349ef5c2af836458a0029a
155Author: Anatolij Gustschin <agust@denx.de>
156Date: Fri Aug 8 18:00:39 2008 +0200
157
158 video: fix bug in logo_plot
159
160 If logo_plot() should ever be called with x starting
161 position other than zero and for pixel depths greater
162 than 8bpp, logo colors distortion will be observed.
163 This patch fixes the issue.
164
165 Signed-off-by: Anatolij Gustschin <agust@denx.de>
166
167commit 406819ae94f79f5b59e01d163380ca7d83709251
168Author: Wolfgang Denk <wd@denx.de>
169Date: Mon Aug 11 00:17:52 2008 +0200
170
171 MAINTAINERS: sort entries
172
173 Signed-off-by: Wolfgang Denk <wd@denx.de>
174
175commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
176Author: Roy Zang <tie-fei.zang@freescale.com>
177Date: Thu Aug 7 18:19:28 2008 +0800
178
179 Add mpc7448hpc2 maintainer information
180
181 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
182
183commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
184Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
185Date: Thu Aug 7 13:13:27 2008 +0530
186
187 common/cmd_load.c - Minor code & Coding Style cleanup
188
189 - os_data_header Variable is a carry over feature
190 & unused. So removed all instance of this variable
191 - Minor Code Style Update
192
193 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
194 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
195
196commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
197Author: Magnus Lilja <lilja.magnus@gmail.com>
198Date: Wed Aug 6 19:32:33 2008 +0200
199
200 Update the U-Boot wiki URL.
201
202 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
203
204commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
205Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
206Date: Sun Aug 10 17:56:36 2008 +0200
207
208 OneNAND: Remove base address offset usage
209
210 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
211 using OneNAND and some using NAND, we found some differences in OneNAND and
212 NAND command address handling.
213
214 As this might confuse users (it already confused us), we like to align OneNAND
215 and NAND address handling.
216
217 The issue is that cmd_onenand.c subtracts the onenand base address from the
218 addresses you type into the u-boot command line so, unlike nand, you can't
219 use addresses relative to the start of the onenand part e.g. this won't work:
220
221 onenand read 82000000 280000 400000
222
223 you have to use:
224
225 onenand read 82000000 20280000 400000
226
227 Looking at recent git, the only board currently using OneNAND is Apollon, and
228 for this the OneNAND base address is 0 (apollon.h)
229
230 #define CFG_ONENAND_BASE 0x00000000
231
232 so patch below won't break any existing boards and will align OneNAND and NAND
233 handling on boards where OneNAND base address is != 0.
234
235 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
236 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
237 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
238
239commit c11528083ef6e55e76df742228c26e39d151813d
240Author: Kumar Gala <galak@kernel.crashing.org>
241Date: Thu Aug 7 09:28:20 2008 -0500
242
243 mpc85xx: workaround old binutils bug
244
245 The recent change to move the .bss outside of the image gives older
246 binutils (ld from eldk4.1/binutils-2.16) some headache:
247
248 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
249 ppc_85xx-ld: final link failed: Bad value
250
251 We workaround it by being explicit about the program headers and not
252 assigning the .bss to a program header.
253
254 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
255
256commit 0bf202ec586d4466c900e987720fa635c594d689
257Author: Wolfgang Denk <wd@denx.de>
258Date: Sun Aug 10 01:26:26 2008 +0200
259
260 Revert "[new uImage] Add autostart flag to bootm_headers structure"
261
262 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
263
264 The commit was based on a misunderstanding of the (documented)
265 meaning of the 'autostart' environment variable. It might cause
266 boards to hang if 'autostart' was used, with the potential to brick
267 them. Go back to the documented behaviour.
268
269 Conflicts:
270
271 common/cmd_bootm.c
272 common/image.c
273 include/image.h
274
275 Signed-off-by: Wolfgang Denk <wd@denx.de>
276
277commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
278Author: Wolfgang Denk <wd@denx.de>
279Date: Sat Aug 9 23:17:32 2008 +0200
280
281 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
282
283 - enable CFI driver where this was forgotten
284 - enable mtdparts support
285 - adjust default environment
286 etc.
287
288 Signed-off-by: Wolfgang Denk <wd@denx.de>
289
290commit 41266c9b5a5f873df3ec891bb0907616958b5602
291Author: Peter Tyser <ptyser@xes-inc.com>
292Date: Tue Aug 5 10:51:57 2008 -0500
293
294 FIT: Fix handling of images without ramdisks
295
296 boot_get_ramdisk() should not treat the case when a FIT image does
297 not contain a ramdisk as an error.
298
299 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
300 Acked-by: Michal Simek <monstr@monstr.eu>
301
302commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
303Author: Sergey Lapin <slapin@ossfans.org>
304Date: Sat Aug 9 01:39:09 2008 +0400
305
306 DataFlash: AT45DB021 fix and AT45DB081 support
307
308 Fix for page size of AT45DB021. Also adding bigger AT45DB081
309 which comes with some newer boards.
310
311 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
312
313commit ba9324451b662dd393afa53e5cc36fc5d3d10966
314Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
315Date: Fri Aug 8 16:30:23 2008 +0900
316
317 sh: Update sh7763rdp config
318
319 Add sh_eth support to sh7763rdp.
320
321 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
322
323commit 21f971ec265f6042ec21636d55d06a6bc0751077
324Author: Wolfgang Denk <wd@denx.de>
325Date: Mon Jul 7 01:22:29 2008 +0200
326
327 TQM823L: re-enable logo support; update LCD_INFO text
328
329 Signed-off-by: Wolfgang Denk <wd@denx.de>
330
331commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
332Author: Wolfgang Denk <wd@denx.de>
333Date: Fri Aug 8 16:41:56 2008 +0200
334
335 TQM8xxL: fix support for second flash bank
336
337 When switching the TQM8xxL modules to use the CFI flash driver,
338 support for the second flash bank was broken because the CFI driver
339 did not support dynamically sized banks. This gets fixed now.
340
341 Signed-off-by: Wolfgang Denk <wd@denx.de>
342
343commit 2a112b234d879f6390503a5f4e38246acce9d0b0
344Author: Wolfgang Denk <wd@denx.de>
345Date: Fri Aug 8 16:39:54 2008 +0200
346
347 CFI: allow for dynamically determined flash sizes and addresses
348
349 The CFI driver allowed only for static initializers in the
350 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
351 several flash banks contiguously if the bank sizes were not known in
352 advance, which kind of violates U-Boot's design philosophy.
353
354 (will be used for example by the TQM8xxL boards)
355
356 Signed-off-by: Wolfgang Denk <wd@denx.de>
357
358commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
359Author: Ben Warren <biggerbadderben@gmail.com>
360Date: Thu Aug 7 23:26:35 2008 -0700
361
362 QE UEC: Fix compiler warnings
363
364 Moved static functions earlier in file so forward declarations are not needed.
365
366 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
367
368commit d5d28fe4aad5f4535400647a5617c11039506467
369Author: David Saada <David.Saada@ecitele.com>
370Date: Mon Mar 31 02:37:38 2008 -0700
371
372 QE UEC: Add MII Commands
373
374 Add MII commands to the UEC driver. Note that once a UEC device is selected,
375 any device on its MDIO bus can be addressed.
376
377 Signed-off-by: David Saada <david.saada@ecitele.com>
378 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
379
380commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
381Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
382Date: Wed Jul 9 21:07:38 2008 +0900
383
384 usb: add support for R8A66597 usb controller
385
386 add support for Renesas R8A66597 usb controller.
387 This patch supports USB Host mode.
388
389 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
390 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
391
392commit 1d10dcd041aaeae9fd7c821005692898a0303382
393Author: Hunter, Jon <jon-hunter@ti.com>
394Date: Sat Jul 26 18:59:16 2008 -0500
395
396 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
397
398 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
399
400 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
401 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
402
403commit eab1007334b93a6209f1ec33615e26ef5311ede7
404Author: Steven A. Falco <sfalco@harris.com>
405Date: Wed Aug 6 15:42:52 2008 -0400
406
407 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
408
409 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
410 configuration to match the schematic, and also sets the SDR0_PFC1 register to
411 select the corresponding mode for the UARTs.
412
413 Signed-off-by: Steven A. Falco <sfalco@harris.com>
414 Signed-off-by: Stefan Roese <sr@denx.de>
415
416commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
417Author: Kenneth Johansson <kenneth@southpole.se>
418Date: Tue Jul 15 12:13:38 2008 +0200
419
420 mpc5121: Move iopin features from board specific to common files.
421
422 And in the process eliminate some duplicate register defines.
423
424 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
425
426commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
427Author: John Rigby <jrigby@freescale.com>
428Date: Tue Aug 5 17:38:57 2008 -0600
429
430 mpc5121: squash some fdt fixup errors
431
432 On ADS5121 when booting linux the following errors are seen:
433 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
434 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
435 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
436
437 This is caused by ft_cpu_setup trying to deal with
438 both old and new soc node naming. This patch
439 fixes this by being smarter about what to
440 fixup.
441
442 Also do soc node fixups by compatible instead of by path.
443 A new board config called OF_SOC_COMPAT defined
444 to be "fsl,mpc5121-immr" replaces the old
445 OF_SOC node path that was defined to be "soc@80000000".
446
447 Old device trees still work, but the compatiblity
448 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
449 which is on by default in include/configs/ads5121.h.
450
451 Signed-off-by: John Rigby <jrigby@freescale.com>
452
453commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
454Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
455Date: Sat Aug 2 23:48:30 2008 +0200
456
457 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
458
459 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
460
461commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
462Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
463Date: Sat Aug 2 23:48:32 2008 +0200
464
465 nios2/sysid: fix printf warning
466
467 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
468
469commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
470Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
471Date: Sat Aug 2 23:48:33 2008 +0200
472
473 Fix remaining build issues with MPC8xx FADS boards.
474
475 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
476
477commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
478Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
479Date: Sat Aug 2 23:48:31 2008 +0200
480
481 nios2: fix phys_addr_t and phys_size_t support
482
483 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
484
485commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
486Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
487Date: Sat Aug 2 23:48:34 2008 +0200
488
489 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
490
491 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
492
493commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
494Author: Mark Jackson <mpfj@mimc.co.uk>
495Date: Fri Aug 1 09:48:29 2008 +0100
496
497 Fix bitmap display for atmel lcd controller
498
499 The current lcd_display_bitmap() function does not work properly
500 for the Atmel LCD controller.
501
502 2 fixes need to be done:-
503
504 (a) when setting the colour map, use the lcd_setcolreg() function
505 as provided by the Atmel driver
506 (b) the data is never actually written to the lcd framebuffer !!
507
508 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
509
510commit 2a433c66b1e2770349fe4911be23c375f053ebd8
511Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
512Date: Fri Aug 1 08:40:34 2008 +0200
513
514 qemu_mips: update README to follow qemu update about default machine
515
516 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
517
518commit ac169d645f5f0e0b9a232563099209e92a355d8e
519Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
520Date: Thu Jul 31 19:53:21 2008 -0500
521
522 ColdFire: Fix compilation issue caused by a missing function
523
524 Implement usec2ticks() which is used by fsl_i2c.c in
525 lib_m68k/time.c
526
527 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
528
529commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
530Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
531Date: Thu Jul 31 19:53:06 2008 -0500
532
533 Fix compilation error for TASREG
534
535 TASREG is ColdFire platform, the include ppc4xx.h in
536 board/esd/common/flash.c causes conflict.
537
538 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
539
540commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
541Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
542Date: Thu Jul 31 19:52:36 2008 -0500
543
544 Fix compilation error for MCF5275
545
546 Rename OBJ to COBJ in board/platform/Makefile
547
548 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
549
550commit 5c40548f01218360a1f1395198c50ff45f3035b5
551Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
552Date: Thu Jul 31 19:52:28 2008 -0500
553
554 Fix compile error caused by incorrect function return type
555
556 Rename int mii_init(void) to void mii_init(void) for idmr
557 ColdFire platform
558
559 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
560
561commit a58c78067c928976c082c758d3987e89ead5b191
562Author: Wolfgang Denk <wd@denx.de>
563Date: Fri Aug 1 12:06:22 2008 +0200
564
565 Fix build issues with MPC8xx FADS boards.
566
567 Signed-off-by: Wolfgang Denk <wd@denx.de>
568
569commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
570Author: Wolfgang Denk <wd@denx.de>
571Date: Thu Jul 31 17:54:03 2008 +0200
572
573 Prepare v1.3.4-rc2: update CHANGELOG
574
575 Signed-off-by: Wolfgang Denk <wd@denx.de>
576
4b50cd12
WD
577commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
578Author: Mark Jackson <mpfj@mimc.co.uk>
579Date: Thu Jul 31 16:09:00 2008 +0100
580
581 Add gzipped logo support
582
583 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
584
585 If this option is set, additionally to standard BMP
586 images, gzipped BMP images can be displayed via the
587 splashscreen support or the bmp command.
588
589 However, the splashscreen function *only* supports standard BMP images.
590
591 This patch adds the documented gzip support.
592
593 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
594
595commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
596Author: Mark Jackson <mpfj@mimc.co.uk>
597Date: Thu Jul 31 15:56:48 2008 +0100
598
599 Fix Atmel LCD controller endianess for AVR32 processors
600
601 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
602 AVR32 (big endian) platforms.
603
604 As such, the controller can handle both big and little endian memory.
605
606 This patch fixes the driver for the AVR32 platform.
607
608 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
609
610commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
611Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
612Date: Thu Jul 31 15:56:01 2008 +0200
613
614 apollon: fix build out of tree
615
616 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
617
618commit 2e752be39d3e398d4ab89ffa6634c397df298297
619Author: Guennadi Liakhovetski <lg@denx.de>
620Date: Thu Jul 31 12:35:04 2008 +0200
621
622 Uncompressed images loaded to their start address shall set load_end too
623
624 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
625 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
626
627commit c37207d7f51e19c17f859966f314e27cc1231801
628Author: Wolfgang Denk <wd@denx.de>
629Date: Wed Jul 16 16:38:59 2008 +0200
630
631 Fix printf() format problems with configurable prompts
632
633 U-Boot allows for configurable prompt strings using the
634 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
635 the assumption was that any such user defined problts would contain
636 exactly one "%d" format specifier. But some boards did not.
637
638 To allow for flexible boot prompts without adding too complex code we
639 now allow to specify the whole list of printf() arguments in the user
640 definition. This is powerful, but requires a responsible user who
641 really understands what he is doing, as he needs to know for exanple
642 which variables are available in the respective context.
643
644 Signed-off-by: Wolfgang Denk <wd@denx.de>
645
646commit 54754120637b6a7f4ff774fb199fc550bcfea1da
647Author: Wolfgang Denk <wd@denx.de>
648Date: Thu Jul 31 17:02:14 2008 +0200
649
650 TQM85xx: fix typo introduce by commit ffbb5cb9
651
652 Signed-off-by: Wolfgang Denk <wd@denx.de>
653
654commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
655Author: Wolfgang Denk <wd@denx.de>
656Date: Thu Jul 31 15:27:01 2008 +0200
657
658 mvbc_p board: fix most build warnings.
659
660 Signed-off-by: Wolfgang Denk <wd@denx.de>
661
662commit c4ec6db074051d2f6fc76a66411c60621b22bc02
663Author: Wolfgang Denk <wd@denx.de>
664Date: Thu Jul 31 13:57:20 2008 +0200
665
666 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
667
668 Avoid "integer constant is too large for 'long' type" warnings.
669 And simplify the code.
670
671 Signed-off-by: Wolfgang Denk <wd@denx.de>
672
673commit 9196b44334c330cc13de2464c59181e4db71f549
674Author: Matvejchikov Ilya <matvejchikov@gmail.com>
675Date: Wed Jul 30 23:21:19 2008 +0400
676
677 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
678
679 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
680
681commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
682Author: Matvejchikov Ilya <matvejchikov@gmail.com>
683Date: Wed Jul 30 23:20:32 2008 +0400
684
685 PPC: Add pci_clk in the global_data for CPM2 processors
686
687 This patch adds pci_clk field to the global_data structure for the
688 processors which have CPM2 module in case the CONFIG_PCI is defined.
689
690 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
691
692commit f0ff885ca64655bee6540eb8a25eed90b1152686
693Author: Kumar Gala <galak@kernel.crashing.org>
694Date: Wed Jul 30 14:13:30 2008 -0500
695
696 mpc85xx: Update linker scripts for Freescale boards
697
698 * Move to using absolute addressing always. Makes the scripts a bit more
699 portable and common
700 * Moved .bss after the end of the image. These allows us to have more
701 room in the resulting binary image for code and data.
702 * Removed .text object files that aren't really needed
703 * Make sure _end is 4-byte aligned as the .bss init code expects this.
704 (Its possible that the end of .bss isn't 4-byte aligned)
705
706 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
707
708commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
709Author: Kumar Gala <galak@kernel.crashing.org>
710Date: Wed Jul 30 08:01:15 2008 -0500
711
712 Fix compile warnings in dlmalloc
713
714 The origional code was using on odd reference to get to the first
715 real element in av_[]. The first two elements of the array are
716 not used for actual bins, but for house keeping. If we are more
717 explicit about how use the first few elements we can get rid of the
718 warnings:
719
720 dlmalloc.c: In function 'malloc_extend_top':
721 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
722 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
723 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
724 ...
725
726 The logic of how this code came to be is:
727 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
728
729 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
730 bin_at(0) = &(av_[0])
731
732 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
733
734 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
735
736commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
737Author: Stefan Roese <sr@denx.de>
738Date: Wed Jul 30 10:21:01 2008 +0200
739
740 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
741
742 Signed-off-by: Stefan Roese <sr@denx.de>
743
744commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
745Author: Stefan Roese <sr@denx.de>
746Date: Wed Jul 30 09:59:51 2008 +0200
747
748 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
749
750 A recent patch used '#if (CONFIG_CMD_USB)' instead of
751 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
752 common/bootm.c compile again.
753
754 Signed-off-by: Stefan Roese <sr@denx.de>
755 Acked-by: Markus Klotzbuecher <mk@denx.de>
756
757commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
758Author: Kyungmin Park <kmpark@infradead.org>
759Date: Tue Jul 22 08:01:43 2008 +0900
760
761 Remove unused I2C at apollon board
762
763 There are no I2C devices on this board.
764
765 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
766
767commit 3c95960e526b3b026da20201db64526f46faf14b
768Author: Wolfgang Denk <wd@denx.de>
769Date: Thu Jul 31 10:12:09 2008 +0200
770
771 at91rm9200dk, csb637: fix NAND related build problems
772
773 Tried fixing NAND support for the at91rm9200dk board; untested.
774 Disabled NAND support in the csb637 board config file.
775
776 Signed-off-by: Wolfgang Denk <wd@denx.de>
777
778commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
779Author: Kumar Gala <galak@kernel.crashing.org>
780Date: Tue Jul 29 12:23:49 2008 -0500
781
782 fsl_i2c: Use timebase timer functions instead of get_timer()
783
784 The current implementation of get_timer() is only really useful after we
785 have relocated u-boot to memory. The i2c code is used before that as part
786 of the SPD DDR setup.
787
788 We actually have a bug when using the get_timer() code before relocation
789 because the .bss hasn't been setup and thus we could be reading/writing
790 a random location (probably in flash).
791
792 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
793
794commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
795Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
796Date: Tue Jul 29 14:49:31 2008 +0200
797
798 Adder8xx: Fix CFG_MONITOR_LEN
799
800 Due to increased space usage, U-Boot can no longer be stored in three sectors.
801 The current U-Boot use just over three flash sectors (197k), and U-Boot will
802 become corrupt after saving environment variables. This patch adds another 64k
803 to CFG_MONITOR_LEN.
804
805 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
806
807commit a4c59ad4a21140550ada6f97690d2527c4146ce5
808Author: Kyungmin Park <kmpark@infradead.org>
809Date: Tue Jul 29 08:47:57 2008 +0900
810
811 Add OneNAND IPL related files to gitignore
812
813 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
814
815commit 8d87589e8e874df7120a3d9667f051bc33bac250
816Author: Rafal Jaworowski <raj@semihalf.com>
817Date: Mon Jul 28 20:38:25 2008 +0200
818
819 API: Teach the storage layer about SATA and MMC options.
820
821 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
822 Acked-by: Rafal Jaworowski <raj@semihalf.com>
823
824commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
825Author: Rafal Jaworowski <raj@semihalf.com>
826Date: Mon Jul 28 20:37:48 2008 +0200
827
828 API: Dump contents of sector 0 in the demo application.
829
830 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
831 Acked-by: Rafal Jaworowski <raj@semihalf.com>
832
833commit 13ca6305f2eba49c175f6370c35286141059c789
834Author: Rafal Jaworowski <raj@semihalf.com>
835Date: Mon Jul 28 20:37:10 2008 +0200
836
837 API: Correct storage enumeration routine, other minor fixes in API storage area.
838
839 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
840 Acked-by: Rafal Jaworowski <raj@semihalf.com>
841
842commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
843Author: Rafal Jaworowski <raj@semihalf.com>
844Date: Mon Jul 28 20:36:19 2008 +0200
845
846 API: Fix compilation warnings in api_examples/demo.c.
847
848 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
849
850commit c14eefcc48212af2f3314809605698dd8393a90a
851Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
852Date: Sun Jul 27 17:09:43 2008 +0200
853
854 Fix more printf() format warnings
855
856 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
857
858commit 936897d4d1365452bbbdf8430db5e7769ef08d38
859Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
860Date: Fri Jul 25 15:18:16 2008 +0200
861
862 Fix remaining CFG_CMD_ define, ifdef and comments
863
864 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
865
866commit 5d1d00fb36005482e1803a00ddc46efa11d719af
867Author: Stefano Babic <sbabic@denx.de>
868Date: Fri Jul 25 08:57:40 2008 +0200
869
870 Add include for config.h in command.h.
871
872 Because the cmd_tbl_s structure depends on the configuration file, it
873 must be assured that config.h is included before the structure is
874 evaluated by the compiler. If this is not certain, it could happen
875 that the compiler generates structures of different size, depending
876 on the fact if the source file includes <config.h> before or after
877 <command.h>.
878
879 The effect is that u-boot crashes when tries to relocate the command
880 table (for ppc) or try to access to the command table for other
881 architectures.
882
883 The problem can happen on board-depending commands. All general
884 commands under /common are unaffected, because they include already
885 config.h before command.h.
886
887 Signed-off-by: Stefano Babic <sbabic@denx.de>
888
889commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
890Author: Scott Wood <scottwood@freescale.com>
891Date: Wed Jul 23 13:16:06 2008 -0500
892
893 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
894
895 This fixes building out-of-tree.
896
897 Signed-off-by: Scott Wood <scottwood@freescale.com>
898
899commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
900Author: Heiko Schocher <hs@denx.de>
901Date: Wed Jul 23 07:30:46 2008 +0200
902
903 Fix warnings if compiling with IDE support.
904
905 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
906 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
907
908 Signed-off-by: Heiko Schocher <hs@denx.de>
909
910commit 7610db17fd4d59c51d825488526d85ede2f06767
911Author: Adrian Filipi <adrian.filipi@eurotech.com>
912Date: Tue Jul 22 14:28:11 2008 -0400
913
914 Removed support for the adsvix board.
915
916 Support for the adsvix was originally provided by Applied Data
917 Systems (ADS), inc., now EuroTech, Inc.
918 The board never shipped aside from some sample boards.
919
920 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
921
922commit f96b44cef897bd372beb86dde1b33637c119d84d
923Author: Remy Bohmer <linux@bohmer.net>
924Date: Tue Jul 22 16:22:11 2008 +0200
925
926 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
927
928 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
929 never set, because relocation to RAM is actually never done by U-boot
930 itself. However, several pieces of code check if this flag is set at
931 some time.
932
933 So, to make sure this flag is set on boards skipping relocation, this
934 is added to the initialisation of U-boot at a moment where it is safe
935 to do so.
936
937 Signed-off-by: Remy Bohmer <linux@bohmer.net>
938
939commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
940Author: Timur Tabi <timur@freescale.com>
941Date: Mon Jul 21 14:26:23 2008 -0500
942
943 fsl-i2c: fix writes to data segment before relocation
944
945 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
946 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
947 I2C bus speed and save the value in i2c_bus_speed[], which is a global
948 variable. It is an error to write to the data segment before relocation,
949 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
950
951 Signed-off-by: Timur Tabi <timur@freescale.com>
952
953commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
954Author: Wolfgang Ocker <weo@reccoware.de>
955Date: Mon Jul 28 16:56:51 2008 +0200
956
957 mips: Fix baudrate divisor computation on alchemy cpus
958
959 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
960 on alchemy cpus.
961
962 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
963 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
964
965commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
966Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
967Date: Wed Jul 23 10:55:46 2008 +0200
968
969 spi flash: Fix printf() format warnings
970
971 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
972
973commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
974Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
975Date: Wed Jul 23 10:55:31 2008 +0200
976
977 atmel_mci: Fix printf() format warnings
978
979 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
980
981commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
982Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
983Date: Wed Jul 23 10:55:15 2008 +0200
984
985 avr32: Fix printf() format warnings
986
987 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
988
989commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
990Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
991Date: Wed Jul 23 10:52:19 2008 +0200
992
993 avr32: asm/io.h needs asm/types.h
994
995 map_physmem() takes a phys_addr_t as parameter. This type is defined in
996 asm/types.h, so we need to include that file.
997
998 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
999
1000commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
1001Author: Michal Simek <monstr@monstr.eu>
1002Date: Thu Jul 17 12:25:46 2008 +0200
1003
1004 microblaze: Fix printf() format issues
1005
1006 Signed-off-by: Michal Simek <monstr@monstr.eu>
1007
1008commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
1009Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
1010Date: Thu Jul 17 07:27:51 2008 +0530
1011
1012 Remove unused code from lib_arm/bootm.c
1013
1014 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
1015
1016commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
1017Author: Detlev Zundel <dzu@denx.de>
1018Date: Wed Jul 16 18:56:45 2008 +0200
1019
1020 tqm85xx: Demystify 'DK: !!!' comment
1021
1022 Signed-off-by: Detlev Zundel <dzu@denx.de>
1023
1024commit b2f44ba570f3a01113bbb745daf46f3858d22f53
1025Author: Detlev Zundel <dzu@denx.de>
1026Date: Wed Jul 16 18:56:44 2008 +0200
1027
1028 83xx/85xx/86xx: Add LTEDR local bus definitions
1029
1030 Signed-off-by: Detlev Zundel <dzu@denx.de>
1031
1032commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
1033Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1034Date: Wed Jul 16 16:22:32 2008 +0200
1035
1036 serial_xuartlite.c: fix compiler warnings
1037
1038 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1039 Acked-by: Grant Likely <grant.likely@secretlab.ca>
1040
1041commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
1042Author: Stefan Roese <sr@denx.de>
1043Date: Fri Jul 18 11:03:35 2008 +0200
1044
1045 POST: Add disable interrupts in some of the missing CPU POST tests
1046
1047 Some CPU POST tests did not disable the interrupts while running. This
1048 seems to be necessary to protect this self modifying code.
1049
1050 Signed-off-by: Stefan Roese <sr@denx.de>
1051
1052commit 97a3bf268d096e0e97e54048448c35114edcf557
1053Author: Stefan Roese <sr@denx.de>
1054Date: Fri Jul 18 10:43:24 2008 +0200
1055
1056 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
1057
1058 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
1059 CFG_64BIT_LBA.
1060
1061 Signed-off-by: Stefan Roese <sr@denx.de>
1062
1063commit 0043ac55024963295fc79b39af85b6dc3b261e17
1064Author: Niklaus Giger <niklaus.giger@netstal.com>
1065Date: Fri Jul 18 11:22:23 2008 +0200
1066
1067 POST PPC4xx/spr IVPR only if PPC440
1068
1069 The SPR IVPR register is only present (as far as I know) for
1070 processors with a PPC440 core.
1071
1072 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1073 Acked-by: Stefan Roese <sr@denx.de>
1074
1075commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
1076Author: Stefan Roese <sr@denx.de>
1077Date: Fri Jul 18 10:42:29 2008 +0200
1078
1079 ppc4xx: Enable 64bit printf format on 440/460 platforms
1080
1081 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
1082 440/460 platforms. This may be needed since those platforms support
1083 36bit physical address space.
1084
1085 Signed-off-by: Stefan Roese <sr@denx.de>
1086
1087commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
1088Author: Stefan Roese <sr@denx.de>
1089Date: Fri Jul 18 15:57:23 2008 +0200
1090
1091 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
1092
1093 This patch fixes a problem with incorrect MODTx (On Die Termination)
1094 setup for a configuration with multiple DIMM's and multiple ranks.
1095 Without this change Katmai was unable to boot Linux with DDR2 frequency
1096 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
1097 with DDR2 frequency = 640MHz and mem=4GB.
1098
1099 Signed-off-by: Stefan Roese <sr@denx.de>
1100
1101commit 340ccb260f21516be360745d5c5e3bd0657698df
1102Author: Sebastian Siewior <bigeasy@linutronix.de>
1103Date: Wed Jul 16 20:04:49 2008 +0200
1104
1105 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
1106
1107 This got broken by commits 93c56f212c
1108 [cfi_flash: support of long cmd in U-boot.]
1109
1110 That command needs to be in little endian format on BE machines
1111 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
1112 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
1113 the cmdbuf in case portwidth = chipwidth = 8bit.
1114
1115 Cc: Alexey Korolev <akorolev@infradead.org>
1116 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
1117 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
1118
1119commit 699f05125509249072a0b865c8d35520d97cd501
1120Author: Wolfgang Denk <wd@denx.de>
1121Date: Tue Jul 15 22:22:44 2008 +0200
1122
1123 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
1124
1125 Signed-off-by: Wolfgang Denk <wd@denx.de>
1126
699f0512
WD
1127commit bcab74baa6b1b1c969038ab6f64a186239180405
1128Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1129Date: Tue Jul 15 11:23:02 2008 -0400
1130
1131 Round the serial port clock divisor value returned by calc_divisor()
1132
1133 Round the serial port clock divisor value returned by
1134 calc_divisor()
1135
1136 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1137 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1138
1139commit 0328ef0edfe950f0b7b8b368dae482531506b74a
1140Author: Robin Getz <rgetz@blackfin.uclinux.org>
1141Date: Tue Jul 15 21:44:46 2008 +0200
1142
1143 Fix DHCP protocol so U-Boot does not respond too early
1144 on the network with it's offered IP number; it should not reply until
1145 after it has received a DHCP ACK message. Also ensures that U-Boot
1146 does it's DHCPREQUEST as broadcast (per RFC 2131).
1147
1148 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
1149 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1150 Signed-off-by: Wolfgang Denk <wd@denx.de>
1151
1152commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
1153Author: Sebastian Siewior <bigeasy@linutronix.de>
1154Date: Tue Jul 15 13:35:23 2008 +0200
1155
1156 cfi_flash: make the command u32 only
1157
1158 This got changed by commit 93c56f212c
1159 [cfi_flash: support of long cmd in U-boot.]
1160
1161 Long is the wrong type because it will behave differently on 64bit
1162 machines in a way that is probably not expected. u32 should be
1163 enough.
1164
1165 Cc: Alexey Korolev <akorolev@infradead.org>
1166 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
1167 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
1168
1169commit 31cfe57491b183acae575d486729e158f016c27b
1170Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1171Date: Mon Jul 14 23:48:41 2008 +0200
1172
1173 tools/gitignore: update to all generated files
1174
1175 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1176
1177commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
1178Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
1179Date: Wed Jul 9 18:30:44 2008 +0200
1180
1181 mpc5xxx: Add MVBC_P board support
1182
1183 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
1184 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
1185
1186 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
1187 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1188
1189commit e2d31fb3450653115452144363d5bde4e5e3e693
1190Author: Timur Tabi <timur@freescale.com>
1191Date: Thu Jun 19 17:56:11 2008 -0500
1192
1193 Update Freescale sys_eeprom.c to handle CCID formats
1194
1195 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
1196 NXID format replaces the older CCID format, but it's important to support both
1197 since most boards out there still use the CCID format. This change is in
1198 preparation for using one file to handle both formats. This will also unify
1199 EEPROM support for all Freescale 85xx and 86xx boards.
1200
1201 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
1202 instead of ID_EEPROM_ADDR.
1203
1204 Signed-off-by: Timur Tabi <timur@freescale.com>
1205
1206commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
1207Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1208Date: Fri Jul 11 17:22:43 2008 +0900
1209
1210 pci: sh: Add pci_skip_dev and pci_print_dev function
1211
1212 Add function of new PCI, pci_skip_dev and pci_print_dev.
1213
1214 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1215 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1216
1217commit 1107014e835ec9d46c0333f4211d104f77442db0
1218Author: Andy Fleming <afleming@freescale.com>
1219Date: Mon Jul 14 20:29:07 2008 -0500
1220
1221 Clean up INIT_RAM options
1222
1223 The L2_INIT_RAM option was unused, and recent changes to the TLB code
1224 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
1225 the amount of mapped space attached to nothing, we change things so the TLBs
1226 get cleared.
1227
1228 Signed-off-by: Andy Fleming <afleming@freescale.com>
1229
1230commit 4524561820a9327e89107854b3a7187800ccf719
1231Author: Andy Fleming <afleming@freescale.com>
1232Date: Mon Jul 14 20:26:57 2008 -0500
1233
1234 Remove fake flash bank from 8544 DS
1235
1236 The fake flash bank was generating errors for anyone who didn't have a
1237 PromJET hooked up to the board. As that constitutes the vast majority of
1238 users, we remove it.
1239
1240 Signed-off-by: Andy Fleming <afleming@freescale.com>
1241
1242commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
1243Author: Kumar Gala <galak@kernel.crashing.org>
1244Date: Mon Jul 14 14:07:03 2008 -0500
1245
1246 MPC8544DS: Add ATI Video card support
1247
1248 Add support for using a PCIe ATI Video card on PCIe2.
1249
1250 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1251
1252commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
1253Author: Kumar Gala <galak@kernel.crashing.org>
1254Date: Mon Jul 14 14:07:02 2008 -0500
1255
1256 85xx: Add some L1/L2 SPR register definitions
1257
1258 Add new L1/L2 SPRs related to e500mc cache config and control.
1259
1260 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1261
1262commit e5852787f0c3c442a276262f13d91ca450605ac0
1263Author: Kumar Gala <galak@kernel.crashing.org>
1264Date: Mon Jul 14 14:07:01 2008 -0500
1265
1266 MPC8544DS: Report board id, board version and fpga version.
1267
1268 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1269
1270commit 73f15a060f67a2462551c334215bd20fac6b81d1
1271Author: Kumar Gala <galak@kernel.crashing.org>
1272Date: Mon Jul 14 14:07:00 2008 -0500
1273
1274 85xx: Cleanup L2 cache size detection
1275
1276 The L2 size detection code was a bit confusing and we kept having to add
1277 code to it to handle new processors. Change the sense of detection so we
1278 look for the older processors that aren't changing.
1279
1280 Also added support for 1M cache size on 8572.
1281
1282 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1283
1284commit c3ca7e5e00a24451f20df3bded9a61ba541921df
1285Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1286Date: Fri Jul 11 15:33:08 2008 -0400
1287
1288 sbc8560: enable CONFIG_OF_LIBFDT by default
1289
1290 Make the default build for the sbc8560 board be powerpc
1291 capable with libfdt support.
1292
1293 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1294
1295commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
1296Author: Andy Fleming <afleming@freescale.com>
1297Date: Mon Jul 14 20:04:40 2008 -0500
1298
1299 Fix indentation for default boot environment variables
1300
1301 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
1302 similar #defines in sbc8560.h.
1303
1304 Signed-off-by: Andy Fleming <afleming@freescale.com>
1305
1306commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
1307Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1308Date: Fri Jul 11 15:33:07 2008 -0400
1309
1310 sbc8560: add default fdt values
1311
1312 Add in the default fdt settings and the typical EXTRA_ENV
1313 settings as borrowed from the mpc8560ads. Fix a couple
1314 of stale references to the mpc8560ads dating back to the
1315 original clone/fork.
1316
1317 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1318 Signed-off-by: Andy Fleming <afleming@freescale.com>
1319
1320commit d04e76edf92f7f89696989e8702b97e020455af3
1321Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1322Date: Fri Jul 11 15:33:06 2008 -0400
1323
1324 sbc8560: add in ft_board_setup()
1325
1326 Add in for the sbc8560, the ft_board_setup() routine, based on what is
1327 in use for the Freescale MPC8560ADS board.
1328
1329 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1330
1331commit c158bcaca3b31cbe38c4143812e6170e38a57393
1332Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1333Date: Fri Jul 11 15:33:05 2008 -0400
1334
1335 sbc8560: define eth0 and eth1 instead of eth1 and eth2
1336
1337 The existing config doesn't define CONFIG_HAS_ETH0, and so the
1338 fdt support doesn't update the zeros in the dtb local-mac with
1339 real data from the u-boot env. Since the existing config is
1340 tailored to just two interfaces, get rid of the ETH2 definitions
1341 at the same time.
1342
1343 Also don't include any end user specific data into the environment
1344 by default -- things like MAC address, network parameters etc. need
1345 to come from the end user.
1346
1347 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1348 Signed-off-by: Andy Fleming <afleming@freescale.com>
1349
1350commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
1351Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1352Date: Fri Jul 11 15:33:04 2008 -0400
1353
1354 sbc8560: properly set cs0_bnds for 512MB
1355
1356 The sbc8560 board ships with 512MB of memory installed,
1357 but the current cs0_bnds is hard coded for 256MB. Set the
1358 value based on CFG_SDRAM_SIZE.
1359
1360 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1361
1362commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
1363Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1364Date: Fri Jul 11 15:33:03 2008 -0400
1365
1366 sbc8560: proper definitions for TSEC.
1367
1368 The definitions for the TSEC have become out of date. There is no
1369 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
1370 Update to match those of other boards, like the MPC8560ADS.
1371
1372 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1373 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1374
1375commit 71074abbe0c76429577aff58aeff0a24ad210b23
1376Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1377Date: Wed Jul 9 13:23:05 2008 -0400
1378
1379 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
1380
1381 Some boards that have external 16550 UARTs don't have a direct
1382 tie between bi_busfreq and the clock used for the UARTs. Boards
1383 that do have such a tie should set CFG_NS16550_CLK to be
1384 get_bus_freq(0) -- which most of them do already.
1385
1386 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1387 Acked-by: Kim Phillips <kim.phillips@freescale.com>
1388
1389commit 24ef76f320fbadf074105229826514db140f939f
1390Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
1391Date: Wed Jul 2 07:03:53 2008 -0700
1392
1393 Change the temp map to ROM to align addresses to page size.
1394
1395 With a page size of BOOKE_PAGESZ_16M, both the real and effective
1396 addresses must be multiples of 16MB. The hardware silently truncates
1397 them so the code happens to work. This patch clarifies the situation
1398 by establishing addresses that the hardware doesn't need to truncate.
1399
1400 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
1401 Signed-off-by: Andy Fleming <afleming@freescale.com>
1402
1403commit 06b4186c10204b6683edb047ac5f506fb0ce0937
1404Author: Kim Phillips <kim.phillips@freescale.com>
1405Date: Tue Jun 17 17:45:22 2008 -0500
1406
1407 mpc85xx: use IS_E_PROCESSOR macro
1408
1409 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1410
1411commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
1412Author: Kim Phillips <kim.phillips@freescale.com>
1413Date: Mon Jun 16 15:55:53 2008 -0500
1414
1415 fdt: add crypto node handling for MPC8{3, 5}xxE processors
1416
1417 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
1418 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
1419 if on an 'EA' processor, e.g. MPC8349EA.
1420
1421 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1422
1423commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
1424Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1425Date: Fri Jul 11 15:10:11 2008 -0400
1426
1427 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
1428
1429 ARM DaVinci: Remove extern phy_t declaration by moving
1430 code to proper place.
1431
1432 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1433
1434commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
1435Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1436Date: Fri Jul 11 15:10:10 2008 -0400
1437
1438 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
1439
1440 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
1441 and prototype of i2c_init().
1442
1443 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1444
1445commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
1446Author: Kumar Gala <galak@kernel.crashing.org>
1447Date: Mon Jul 14 14:03:02 2008 -0500
1448
1449 Fix some more printf() format problems.
1450
1451 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1452
1453commit 45b16d22c64674ccd8c4637456a987463609141c
1454Author: Wolfgang Denk <wd@denx.de>
1455Date: Mon Jul 14 22:38:42 2008 +0200
1456
1457 Fix coding style; make code better parsable by external tools
1458
1459 Signed-off-by: Wolfgang Denk <wd@denx.de>
1460
1461commit b880cbf207b1c109d3a661417a8feddcbd729a9d
1462Author: Wolfgang Denk <wd@denx.de>
1463Date: Mon Jul 14 21:19:08 2008 +0200
1464
1465 cpu/i386/serial.c: Fix syntax errors
1466
1467 Signed-off-by: Wolfgang Denk <wd@denx.de>
1468
1469commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
1470Author: Wolfgang Denk <wd@denx.de>
1471Date: Mon Jul 14 20:41:35 2008 +0200
1472
1473 elppc board: Coding style cleanup.
1474
1475 Signed-off-by: Wolfgang Denk <wd@denx.de>
1476
1477commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
1478Author: Wolfgang Denk <wd@denx.de>
1479Date: Mon Jul 14 20:40:22 2008 +0200
1480
1481 elppc board: fix syntax error.
1482
1483 Signed-off-by: Wolfgang Denk <wd@denx.de>
1484
1485commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
1486Author: Wolfgang Denk <wd@denx.de>
1487Date: Mon Jul 14 20:38:26 2008 +0200
1488
1489 EB+MCF-EV123 board: fix coding style (alingment)
1490
1491 Signed-off-by: Wolfgang Denk <wd@denx.de>
1492
1493commit 6841785a0bb0f38175456a923edd634fb7dd6947
1494Author: Wolfgang Denk <wd@denx.de>
1495Date: Mon Jul 14 20:36:44 2008 +0200
1496
1497 EB+MCF-EV123 board: fix syntx error
1498
1499 Signed-off-by: Wolfgang Denk <wd@denx.de>
1500
1501commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
1502Author: Andy Fleming <afleming@freescale.com>
1503Date: Mon Jul 7 18:02:08 2008 -0500
1504
1505 Remove LBC_CACHE_BASE from 8544 DS
1506
1507 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
1508 space for some anyway, we were allowing speculative loads into unmapped space,
1509 which would cause an exception (annoying, even if ultimately harmless).
1510 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
1511 problem.
1512
1513 Signed-off-by: Andy Fleming <afleming@freescale.com>
1514
1515commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
1516Author: Wolfgang Denk <wd@denx.de>
1517Date: Mon Jul 14 15:19:07 2008 +0200
1518
1519 Code cleanup: fix old style assignment ambiguities like "=-" etc.
1520
1521 Signed-off-by: Wolfgang Denk <wd@denx.de>
1522
1523commit d7854223c5c85b5849fbf422cc8ac0efef461c37
1524Author: Wolfgang Denk <wd@denx.de>
1525Date: Mon Jul 14 15:10:53 2008 +0200
1526
1527 AmigaOneG3SE: remove dead and incomplete files
1528
1529 Signed-off-by: Wolfgang Denk <wd@denx.de>
1530
1531commit b64f190b7a34224df09b559ca111eb1b733f00ad
1532Author: Wolfgang Denk <wd@denx.de>
1533Date: Mon Jul 14 15:06:35 2008 +0200
1534
1535 Fix printf() format issues with sizeof_t types by using %zu
1536
1537 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1538 Signed-off-by: Wolfgang Denk <wd@denx.de>
1539
1540commit f354b73e16a86f9e9085471a830605f74f84ea5d
1541Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1542Date: Mon Jul 14 14:11:45 2008 +0200
1543
1544 vsprintf: add z and t options
1545
1546 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1547
1548commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
1549Author: Wolfgang Denk <wd@denx.de>
1550Date: Sun Jul 13 23:07:35 2008 +0200
1551
1552 Fix some more printf() format issues.
1553
1554 Signed-off-by: Wolfgang Denk <wd@denx.de>
1555
1556commit d5996dd555edf52721b7691a4c59de016251ed39
1557Author: Wolfgang Denk <wd@denx.de>
1558Date: Sun Jul 13 19:51:00 2008 +0200
1559
1560 Fix some more printf() format problems.
1561
1562 Signed-off-by: Wolfgang Denk <wd@denx.de>
1563
1564commit 0f9d5f6d6e814907794995c6a22af752040c35d9
1565Author: Wolfgang Denk <wd@denx.de>
1566Date: Sun Jul 13 19:48:26 2008 +0200
1567
1568 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
1569
1570 Signed-off-by: Wolfgang Denk <wd@denx.de>
1571
1572commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
1573Author: Anatolij Gustschin <agust@denx.de>
1574Date: Sat Jul 12 17:31:36 2008 +0200
1575
1576 Fix bug in Lime video driver
1577
1578 We need to wait while drawing engine clears frame
1579 buffer before any further software accesses to frame
1580 buffer will be initiated. Otherwise software drawn
1581 parts could be partially destroyed by the drawing
1582 engine or even GDC chip freeze could occur (as
1583 observed on socrates board).
1584
1585 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1586
1587commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
1588Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1589Date: Sat Jul 12 14:36:34 2008 +0200
1590
1591 Fix some more printf() format issues.
1592
1593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1594
1595commit 18c8a28aad49803780bd8d52432ded528e37e701
1596Author: Michal Simek <monstr@monstr.eu>
1597Date: Fri Jul 11 15:11:57 2008 +0200
1598
1599 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
1600
1601 Signed-off-by: Michal Simek <monstr@monstr.eu>
1602 Acked-by: Stefan Roese <sr@denx.de>
1603
1604commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
1605Author: Michal Simek <monstr@monstr.eu>
1606Date: Fri Jul 11 11:50:53 2008 +0200
1607
1608 hwmon: Cleaning hwmon devices
1609
1610 Clean Makefile
1611 Move device specific values to driver for better reading
1612
1613 Signed-off-by: Michal Simek <monstr@monstr.eu>
1614 Acked-by: Stefan Roese <sr@denx.de>
1615
1616commit c78fce699c7ff467ecd841da6a79f065180bf578
1617Author: Michal Simek <monstr@monstr.eu>
1618Date: Fri Jul 11 10:43:13 2008 +0200
1619
1620 FIS: repare incorrect return value with ramdisk handling
1621
1622 Microblaze and PowerPC use boot_get_ramdisk for loading
1623 ramdisk to memory with checking return value.
1624 Return 0 means success. Return 1 means failed.
1625 Here is correspond part of code from bootm.c which check
1626 return code.
1627
1628 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
1629 &rd_data_start, &rd_data_end);
1630 if (ret)
1631 goto error;
1632
1633 Signed-off-by: Michal Simek <monstr@monstr.eu>
1634
1635commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
1636Author: Michal Simek <monstr@monstr.eu>
1637Date: Fri Jul 11 10:10:32 2008 +0200
1638
1639 microblaze: Remove useless ancient headers
1640
1641 Signed-off-by: Michal Simek <monstr@monstr.eu>
1642
1643commit 53ea981c3124b13c137c2d10e975b7c6672266e0
1644Author: Michal Simek <monstr@monstr.eu>
1645Date: Fri Jul 11 10:10:31 2008 +0200
1646
1647 microblaze: Clean uartlite driver
1648
1649 Redesign uartlite driver to in_be32 and out_be32 macros
1650 Fix missing header in io.h
1651
1652 Signed-off-by: Michal Simek <monstr@monstr.eu>
1653 Acked-by: Grant Likely <grant.likely@secretlab.ca>
1654
1655commit dbf3dfb386a2d5d2381814e39985ab2e21894550
1656Author: Marcel Ziswiler <marcel@ziswiler.com>
1657Date: Fri Jul 11 02:39:14 2008 +0200
1658
1659 Enable passing of ATAGs required by latest Linux kernel.
1660
1661commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
1662Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1663Date: Fri Jul 11 10:24:15 2008 -0400
1664
1665 Fix integer overflow warning in calc_divisor()
1666
1667 which happened when rounding the serial port clock divisor
1668
1669 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1670
1671commit 6b760189d77f001684e3160b355c185ca3804961
1672Author: Marcel Ziswiler <marcel@ziswiler.com>
1673Date: Fri Jul 11 01:09:59 2008 +0200
1674
1675 Fix build time warnings in function mmc_decode_csd()
1676
1677 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1678
1679commit c15947d6ce0d59925c97fdfac692476af6e262d0
1680Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1681Date: Thu Jul 10 10:46:33 2008 -0400
1682
1683 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
1684
1685 caused by missing dcache status/enable/disable functions.
1686
1687 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1688
1689commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
1690Author: Stefan Roese <sr@denx.de>
1691Date: Thu Jul 10 13:53:31 2008 +0200
1692
1693 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
1694
1695 This patch removes some ft_board_setup() functions from some 4xx boards.
1696 This can be done since we now have a default weak implementation for this
1697 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
1698 implementation like canyonlands need their own version.
1699
1700 Signed-off-by: Stefan Roese <sr@denx.de>
1701
1702commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
1703Author: Wolfgang Denk <wd@denx.de>
1704Date: Sun Jul 13 14:58:16 2008 +0200
1705
1706 Add last known maintainer for orphaned boards; reformat.
1707
1708 Signed-off-by: Wolfgang Denk <wd@denx.de>
1709
1710commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
1711Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1712Date: Thu Jul 10 13:16:04 2008 +0200
1713
1714 Remove kharris@nexus-tech.net from MAINTAINERS
1715
1716 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
1717 anymore. You can't be a maintainer without a valid e-mail address, so
1718 move all boards that used to be maintained by Kyle Harris to the
1719 "orphaned" list.
1720
1721 Currently, only PowerPC has a list of orphaned boards, so this patch
1722 creates one for ARM as well.
1723
1724 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1725
1726commit 17bd17071463b0cde391ac4a0863d600474b4ea1
1727Author: Anatolij Gustschin <agust@denx.de>
1728Date: Thu Jul 10 01:15:10 2008 +0200
1729
1730 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
1731
1732 On the at91sam9260ep development board there is an EEPROM
1733 connected to the TWI interface (PA23, PA24 Peripheral A
1734 multiplexing), so we cannot use these pins as ETX2, ETX3.
1735 This patch configures PA10, PA11 pins for ETX2, ETX3
1736 instead of PA23, PA24 pins.
1737
1738 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1739 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
1740
1741commit f889265753ddf4465d9d580827bb9289bfac55d6
1742Author: Kenneth Johansson <kenneth@southpole.se>
1743Date: Sat Jul 12 13:18:34 2008 -0600
1744
1745 fix DIU for small screens
1746
1747 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
1748 so it was not possible to set a slow pixel clock and thus prevented
1749 display on small screens.
1750
1751 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
1752 Acked-by: John Rigby <jrigby@freescale.com>
1753
1754commit b60b8573875e650e4c69be667bfc88d3ed474a7c
1755Author: John Rigby <jrigby@freescale.com>
1756Date: Fri Jul 11 14:44:09 2008 -0600
1757
1758 ADS5121 cleanup compile warnings
1759
1760 board/ads5121/iopin.c
1761 Replace bit fields in struct iopin_t with a single
1762 field and intialize it via plain old macros.
1763 This fixes the type pun warnings and makes the code
1764 more readable.
1765
1766 board/ads5121/ads5121.c
1767 Add include iopin.h to ads5121.c for the iopin_initialize
1768 prototype.
1769
1770 Add an extern void ads5121_diu_init(void)
1771
1772 Signed-off-by: John Rigby <jrigby@freescale.com>
1773
1774commit bde63587622c4b830a27d1ddf7265843de9e994f
1775Author: Wolfgang Denk <wd@denx.de>
1776Date: Fri Jul 11 22:56:11 2008 +0200
1777
1778 Fix some more printf() format issues.
1779
1780 Signed-off-by: Wolfgang Denk <wd@denx.de>
1781
1782commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
1783Author: Wolfgang Denk <wd@denx.de>
1784Date: Fri Jul 11 22:55:31 2008 +0200
1785
1786 Fixed some out-of-tree build issues
1787
1788 Signed-off-by: Wolfgang Denk <wd@denx.de>
1789
1790commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
1791Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1792Date: Wed Jul 9 16:20:23 2008 -0500
1793
1794 ColdFire: Fix FB CS not setup properly for Mcf5282
1795
1796 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
1797 CFG_CSn_RO is defined as 0, the chipselect will not
1798 be assigned.
1799
1800 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1801
1802commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
1803Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1804Date: Wed Jul 9 15:47:27 2008 -0500
1805
1806 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
1807
1808 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
1809 clock module in cpu/<cf arch>/cpu_init.c
1810
1811 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1812
1813commit f94945b517f10e01927101679c62361e03d4e837
1814Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1815Date: Wed Jul 9 15:25:01 2008 -0500
1816
1817 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
1818
1819 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1820
1821commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
1822Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1823Date: Wed Jul 9 15:21:44 2008 -0500
1824
1825 Fix compile error caused by missing timer function
1826
1827 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
1828
1829 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1830
1831commit c37ea031175b807c54e6bad9b270e9bede6c0078
1832Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1833Date: Wed Jul 9 15:14:25 2008 -0500
1834
1835 Fix compile error caused by incorrect function return type
1836
1837 Rename int mii_init(void) to void mii_init(void)
1838
1839 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1840
1841commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
1842Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1843Date: Wed Jun 18 19:27:23 2008 -0500
1844
1845 ColdFire: Fix power up issue for MCF5235
1846
1847 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1848
1849commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
1850Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1851Date: Wed Jun 18 19:19:07 2008 -0500
1852
1853 ColdFire: Fix compiling error for MCF5275
1854
1855 The compiling error was caused by missing a closed parentheses
1856 in speed.c
1857
1858 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1859
1860commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
1861Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1862Date: Wed Jun 18 19:14:01 2008 -0500
1863
1864 ColdFire: Fix timer issue for MCF5272
1865
1866 The timer was assigned to wrong timer memory mapped which
1867 caused udelay() and timer() not working properly.
1868
1869 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1870
1871commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
1872Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1873Date: Wed Jun 18 19:12:13 2008 -0500
1874
1875 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
1876
1877 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1878
1879commit 8371dc2066136be21e10b7b9293e469297d77298
1880Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1881Date: Wed Jun 18 19:05:23 2008 -0500
1882
1883 ColdFire: Add -got=single param for new linux v4e toolchains
1884
1885 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1886
1887commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
1888Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1889Date: Wed Jun 18 13:21:19 2008 -0500
1890
1891 ColdFire: Fix code flash configuration for M547x/M548x boards
1892
1893 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1894
1895commit 6e37091afc07fdcc15590093fd066b0cb7399f85
1896Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1897Date: Tue Jun 24 12:12:16 2008 -0500
1898
1899 ColdFire: Fix warning messages by passing correct data type in board.c
1900
1901 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1902
1903commit 81cc32322acb1b3225ee45606ced48e2a14824dc
1904Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1905Date: Thu May 29 12:21:54 2008 -0500
1906
1907 ColdFire: Fix UART baudrate formula
1908
1909 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
1910 can generate the wrong divisor due to integer division truncation.
1911 Round the calculated divisor value by adding 1/2 the baudrate
1912 before dividing by the baudrate.
1913
1914 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1915 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1916
1917commit b578fb471444cbd7db1285701ba51343baaf73fb
1918Author: Stefan Roese <sr@denx.de>
1919Date: Thu Jul 10 11:38:26 2008 +0200
1920
1921 ppc4xx: Fix include sequence in 4xx_pcie.c
1922
1923 This patch now moves common.h to the top of the inlcude list. This
1924 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
1925 the phys_size_t/phys_addr_t are defined to the correct size in this
1926 driver.
1927
1928 Signed-off-by: Stefan Roese <sr@denx.de>
1929
1930commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
1931Author: Wolfgang Denk <wd@denx.de>
1932Date: Fri Jul 11 01:16:00 2008 +0200
1933
1934 Fix some more print() format errors.
1935
1936 Signed-off-by: Wolfgang Denk <wd@denx.de>
1937
1938commit fdd70d1921b87287d9a99d1be99bc35226c2b412
1939Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1940Date: Thu Jul 10 20:57:54 2008 +0200
1941
1942 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
1943
1944 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1945
1946commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
1947Author: Sergey Lapin <slapin@ossfans.org>
1948Date: Thu Jun 5 11:06:29 2008 +0400
1949
1950 DataFlash AT45DB021 support
1951
1952 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
1953 bootstrap, u-boot and its environment, using NAND or other external
1954 storage for kernel and rootfs. This patch adds support for
1955 small 1024x263 chip.
1956
1957 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
1958
1959commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
1960Author: Kim Phillips <kim.phillips@freescale.com>
1961Date: Thu Jul 10 14:00:15 2008 -0500
1962
1963 silence misc printf formatting compiler warnings
1964
1965 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1966
1967commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
1968Author: Markus Klotzbücher <mk@denx.de>
1969Date: Thu Jul 10 14:47:09 2008 +0200
1970
1971 USB: shutdown USB before booting
1972
1973 This patch fixes a potentially serious issue related to USB which was
1974 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
1975 ARM920T. Martin wrote:
1976
1977 Turn off USB to prevent the host controller from writing to the
1978 SDRAM while Linux is booting. This could happen, because the HCCA
1979 (Host Controller Communication Area) lies within the SDRAM and the
1980 host controller writes continously to this area (as busmaster!), for
1981 example to increase the HccaFrameNumber variable, which happens
1982 every 1 ms.
1983
1984 This is a slightly modified version of the patch in order to shutdown
1985 USB when booting on all architectures.
1986
1987 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1988
1989commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
1990Author: Martha Marx <mmarx@silicontkx.com>
1991Date: Thu May 29 14:23:25 2008 -0400
1992
1993 Configuration changes for ADS5121 Rev 3
1994
1995 ADS5121 Rev 3 board is now the default config
1996
1997 config targets are now
1998
1999 ads5121_config
2000 Rev 3 board with
2001 PCI
2002 M41T62 on board RTC
2003 512MB DRAM
2004
2005 ads5121_rev2_config
2006 Rev 2 board with
2007 No PCI
2008 256MB DRAM
2009
2010 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
2011 Acked-by: Grant Likely <grant.likely@secretlab.ca>
2012 Acked-by: John Rigby <jrigby@freescale.com>
2013
2014commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
2015Author: Martha Marx <mmarx@silicontkx.com>
2016Date: Thu May 29 15:37:21 2008 -0400
2017
2018 Consolidate ADS5121 IO Pin configuration
2019
2020 Consolidate ADS5121 IO Pin configuration to one file
2021 board/ads5121/iopin.c.
2022
2023 Remove pin config from cpu/mpc512x/fec.c
2024
2025 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
2026 Acked-by: Grant Likely <grant.likely@secretlab.ca>
2027 Acked-by: John Rigby <jrigby@freescale.com>
2028
2029commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
2030Author: Christian Eggers <christian@p2400.wgnetz.xx>
2031Date: Fri Jun 27 19:46:51 2008 +0200
2032
2033 Fix "usb part" command
2034
2035 Only print partition for selected device if user supplied the <dev>
2036 arg with the "usb part [dev]" command.
2037
2038 Signed-off-by: Christian Eggers <ceggers@gmx.de>
2039 Acked-by: Markus Klotzbuecher <mk@denx.de>
2040
2041commit cc83b27217f7380041fea386ddb6d6d9b261617d
2042Author: Harald Welte <laforge@gnumonks.org>
2043Date: Mon Jul 7 00:58:05 2008 +0800
2044
2045 fix USB devices with multiple configurations
2046
2047 This patch fixes bugs in usbdcore*.c related to the use of devices
2048 with multiple configurations.
2049
2050 The original code made mistakes about the meaning of configuration value and
2051 configuration index, and the resulting off-by-one errors resulted in:
2052
2053 * SET_CONFIGURATION always selected the first configuration, no matter what
2054 wValue is being passed.
2055 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
2056 configuration (index 0).
2057
2058 Signed-off-by: Harald Welte <laforge@openmoko.org>
2059 Acked-by: Markus Klotzbuecher <mk@denx.de>
2060
2061commit 06c53beae1a726e707971c555613f09b270a2461
2062Author: Wolfgang Denk <wd@denx.de>
2063Date: Thu Jul 10 13:16:09 2008 +0200
2064
2065 Fix some more print() format errors.
2066
2067 Signed-off-by: Wolfgang Denk <wd@denx.de>
2068
2069commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
2070Author: Christian Eggers <christian@p2400.wgnetz.xx>
2071Date: Fri Jun 27 19:46:51 2008 +0200
2072
2073 Fix "usb part" command
2074
2075 Only print partition for selected device if user supplied the <dev>
2076 arg with the "usb part [dev]" command.
2077
2078 Signed-off-by: Christian Eggers <ceggers@gmx.de>
2079 Acked-by: Markus Klotzbuecher <mk@denx.de>
2080
2081commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
2082Author: Harald Welte <laforge@gnumonks.org>
2083Date: Mon Jul 7 00:58:05 2008 +0800
2084
2085 fix USB devices with multiple configurations
2086
2087 This patch fixes bugs in usbdcore*.c related to the use of devices
2088 with multiple configurations.
2089
2090 The original code made mistakes about the meaning of configuration value and
2091 configuration index, and the resulting off-by-one errors resulted in:
2092
2093 * SET_CONFIGURATION always selected the first configuration, no matter what
2094 wValue is being passed.
2095 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
2096 configuration (index 0).
2097
2098 Signed-off-by: Harald Welte <laforge@openmoko.org>
2099 Acked-by: Markus Klotzbuecher <mk@denx.de>
2100
2101commit e870690bdca154943ecadd5212d2d59c1b9d391b
2102Author: Stefan Roese <sr@denx.de>
2103Date: Thu Jul 10 10:10:54 2008 +0200
2104
2105 MTD/NAND: Fix printf format warning in nand code
2106
2107 This patch fixes NAND related printf format warning. Those warnings are
2108 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
2109 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
2110 really helpful.
2111
2112 Signed-off-by: Stefan Roese <sr@denx.de>
2113
2114commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
2115Author: Stefan Roese <sr@denx.de>
2116Date: Thu Jul 10 10:00:45 2008 +0200
2117
2118 rtc: Fix printf format warning in m41t60.c
2119
2120 Signed-off-by: Stefan Roese <sr@denx.de>
2121
2122commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
2123Author: Stefan Roese <sr@denx.de>
2124Date: Tue Jul 8 12:01:47 2008 +0200
2125
2126 pci: Move PCI device configuration check into a separate weak function
2127
2128 This patch moves the check, if a device should be skipped in PCI PNP
2129 configuration into the function pci_skip_dev(). This function is defined
2130 as weak so that it can be overwritten by a platform specific one if
2131 needed. The check if the device should get printed in the PCI summary upon
2132 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
2133 pci_print_dev() which is also defined as weak too.
2134
2135 Signed-off-by: Stefan Roese <sr@denx.de>
2136
2137commit b002144e1dc21374b1ef5281fe6b5d014af96650
2138Author: Stefan Roese <sr@denx.de>
2139Date: Thu Jul 10 09:58:06 2008 +0200
2140
2141 ppc4xx: Fix printf format warnings now visible with the updated format check
2142
2143 This patch fixes ppc4xx related printf format warning. Those warnings are
2144 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
2145 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
2146 really helpful.
2147
2148 Signed-off-by: Stefan Roese <sr@denx.de>
2149
2150commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
2151Author: Stefan Roese <sr@denx.de>
2152Date: Wed Jul 9 17:33:57 2008 +0200
2153
2154 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
2155
2156 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
2157 To support such configurations, we "only" map the first 2GB via the TLB's. We
2158 need some free virtual address space for the remaining peripherals like, SoC
2159 devices, FLASH etc.
2160
2161 Note that ECC is currently not supported on configurations with more than 2GB
2162 SDRAM. This is because we only map the first 2GB on such systems, and therefore
2163 the ECC parity byte of the remaining area can't be written.
2164
2165 Signed-off-by: Stefan Roese <sr@denx.de>
2166
2167commit cf1c2ed91df26903b956948f37f82de9e1158a89
2168Author: Larry Johnson <lrj@acm.org>
2169Date: Sat Jun 14 17:02:49 2008 -0400
2170
2171 ppc4xx: Remove implementation of testdram() from Korat board support
2172
2173 Signed-off-by: Larry Johnson <lrj@acm.org>
2174 Signed-off-by: Stefan Roese <sr@denx.de>
2175
2176commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
2177Author: Larry Johnson <lrj@acm.org>
2178Date: Sat Jun 14 16:53:02 2008 -0400
2179
2180 ppc4xx: Update and add FDT to Korat board support
2181
2182 Signed-off-by: Larry Johnson <lrj@acm.org>
2183 Signed-off-by: Stefan Roese <sr@denx.de>
2184
2185commit 4188f0491886b3b486164e819c0a83fdb97efd7d
2186Author: Wolfgang Denk <wd@denx.de>
2187Date: Thu Jul 10 01:13:30 2008 +0200
2188
2189 Minor coding style cleanup; update CHANGELOG
2190
2191 Signed-off-by: Wolfgang Denk <wd@denx.de>
2192
4188f049
WD
2193commit 8915f1189c1d29d8be7f4de325702d90a8988219
2194Author: Paul Gortmaker <paul.gortmaker@windriver.com>
2195Date: Wed Jul 9 17:50:45 2008 -0400
2196
2197 e1000: add support for 82545GM 64bit PCI-X copper variant
2198
2199 This PCI-X e1000 variant works by just adding in the correct
2200 PCI IDs in the appropriate places.
2201
2202 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2203
2204commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
2205Author: Daniel Hellstrom <daniel@gaisler.com>
2206Date: Wed Jul 9 12:34:11 2008 +0000
2207
2208 SPARC: Build error fix
2209
2210 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
2211
2212 This patch makes SPARC targets build again. It is caused by
2213 phys_addr_t and phys_size_t being defined in the wrong header
2214 file. include/lmb.h need those typedefs to build.
2215
2216 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2217
2218commit 11ccc33fa21acce108f6b4a6936e3271af904c64
2219Author: Marcel Ziswiler <marcel@ziswiler.com>
2220Date: Wed Jul 9 08:17:15 2008 +0200
2221
2222 Many spelling fixes in README.
2223
2224 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
2225
2226commit dbab0691d2533560f7e91b92ae844046a9ad1df3
2227Author: Marcel Ziswiler <marcel@ziswiler.com>
2228Date: Wed Jul 9 08:17:06 2008 +0200
2229
2230 Minor spelling fix in comment.
2231
2232 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
2233
2234commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
2235Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2236Date: Tue Jul 8 14:54:58 2008 -0400
2237
2238 Round the serial port clock divisor value returned by calc_divisor()
2239
2240 Round the serial port clock divisor value returned by
2241 calc_divisor().
2242
2243 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2244 Signed-off-by: John Roberts <john.roberts@pwav.com>
2245
2246commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
2247Author: Scott Wood <scottwood@freescale.com>
2248Date: Wed Jul 9 17:47:52 2008 -0500
2249
2250 NAND: ifdef-protect most of nand.h when using legacy NAND.
2251
2252 Some macros such as NAND_CTL_SETALE conflict between current and legacy
2253 NAND, being defined by the subsystem in the former case and the board
2254 config file in the latter.
2255
2256 Signed-off-by: Scott Wood <scottwood@freescale.com>
2257
2258commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
2259Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2260Date: Tue Jul 8 11:02:05 2008 -0400
2261
2262 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
2263
2264 ARM: Fix for incorrect version of patch applied when
2265 adding support for the Lyrtech SFF-SDR board.
2266
2267 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2268 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
2269
2270commit 47042b363ee5022b8180c65d3f4558e7972c79cd
2271Author: Kyungmin Park <kmpark@infradead.org>
2272Date: Tue Jul 8 09:08:40 2008 +0900
2273
2274 Remove useless print message at apollon
2275
2276 Remove useless print message at apollon
2277
2278 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2279
2280commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
2281Author: Andy Fleming <afleming@freescale.com>
2282Date: Mon Jul 7 14:24:39 2008 -0500
2283
2284 Fix LMB type issues
2285
2286 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
2287 of casting problems in the bootm code that called the LMB functions.
2288
2289 Signed-off-by: Andy Fleming <afleming@freescale.com>
2290
2291commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
2292Author: Kumar Gala <galak@kernel.crashing.org>
2293Date: Mon Jul 7 09:39:06 2008 -0500
2294
2295 Fix compiler warnings
2296
2297 gcc-4.3.x generates the following:
2298
2299 bootm.c: In function 'do_bootm_linux':
2300 bootm.c:208: warning: cast from pointer to integer of different size
2301 bootm.c:215: warning: cast from pointer to integer of different size
2302
2303 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2304
2305commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
2306Author: Harald Welte <laforge@gnumonks.org>
2307Date: Mon Jul 7 15:40:39 2008 +0800
2308
2309 Remove code duplication for setting the default environment
2310
2311 common/env_common.c (default_env): new function that resets the environment to
2312 the default value
2313 common/env_common.c (env_relocate): use default_env instead of own copy
2314 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
2315 include/environment.h: added default_env prototype
2316
2317 Signed-off-by: Werner Almesberger <werner@openmoko.org>
2318 Signed-off-by: Harald Welte <laforge@openmoko.org>
2319
2320commit 99c2b434d37863df5dda5207a53760c6506fc2be
2321Author: Marcel Ziswiler <marcel@ziswiler.com>
2322Date: Sun Jun 22 16:13:46 2008 +0200
2323
2324 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
2325
2326 The writeenv() and readenv() calls introduced by the recently added bad block
2327 management for environment variables were missing casts therefore producing
2328 compile time warnings.
2329 While at it fixing some typo in a comment and indentation.
2330
2331 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
2332 Signed-off-by: Scott Wood <scottwood@freescale.com>
2333
2334commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
2335Author: Scott Wood <scottwood@freescale.com>
2336Date: Fri Jun 20 12:38:57 2008 -0500
2337
2338 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
2339
2340 This is particularly problematic now that non-NAND-specific code is
2341 including <nand.h>, and thus all debugging code is being compiled
2342 regardless of whether it was requested, as reported by Scott McNutt
2343 <smcnutt@psyent.com>.
2344
2345 Signed-off-by: Scott Wood <scottwood@freescale.com>
2346
2347commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
2348Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2349Date: Thu Jun 12 19:27:58 2008 +0200
2350
2351 mmc: Move atmel_mci driver into drivers/mmc
2352
2353 This makes it easier to use the driver on other platforms.
2354
2355 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2356 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2357
2358commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
2359Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2360Date: Thu Jun 12 19:27:57 2008 +0200
2361
2362 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
2363
2364 After we move the atmel_mci driver into drivers/mmc, we can't select
2365 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
2366 this driver so that there's no ambiguity.
2367
2368 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2369 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2370
2371commit 5ce13051a48c62bda9723df3b4778c492fb47f36
2372Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2373Date: Thu Jun 12 19:27:56 2008 +0200
2374
2375 Create drivers/mmc subdirectory
2376
2377 In order to consolidate more of the various MMC drivers around the
2378 tree, we must first have a common place to put them.
2379
2380 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2381 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2382
2383commit b502611b51f02718c2d1117d4981dabceb5af6de
2384Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
2385Date: Sun Jul 6 12:30:09 2008 +0200
2386
2387 Change env_get_char from a global function ptr to a function
2388
2389 This avoids an early global data reference.
2390
2391 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2392
2393commit 27269417ade432189b234d9fbac98b54e37b978c
2394Author: Matvejchikov Ilya <matvejchikov@gmail.com>
2395Date: Sun Jul 6 13:57:58 2008 +0400
2396
2397 Some copy-n-paste fixes in printf usage
2398
2399 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
2400
2401commit 0e6989b9faf1588e8723535539e88a0df3c71356
2402Author: Matvejchikov Ilya <matvejchikov@gmail.com>
2403Date: Sun Jul 6 13:57:00 2008 +0400
2404
2405 FDT memory and pci node fixes for MPC8260ADS
2406
2407 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
2408
2409commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
2410Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
2411Date: Mon Jul 7 06:41:14 2008 -0700
2412
2413 Fix printf errors.
2414
2415 The compiler will help find mismatches between printf formats and
2416 arguments if you let it. This patch adds the necessary attributes to
2417 declarations in include/common.h, then begins to correct the resulting
2418 compiler warnings. Some of these were bugs, e.g., "$d" instead of
2419 "%d" and incorrect arguments. Others were just annoying, like
2420 int-long mismatches on a system where both are 32 bits. It's worth
2421 fixing the annoying errors to catch the real ones.
2422
2423 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
2424
2425commit 417faf285b2527acb2de24c5cd3e2621d385408c
2426Author: Becky Bruce <becky.bruce@freescale.com>
2427Date: Wed Jul 9 11:09:41 2008 -0500
2428
2429 Allow print_size to print in GB
2430
2431 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2432
2433commit e7c374529c87525c9aa463e0557c287887ae4e9e
2434Author: Jason McMullan <mcmullan@netapp.com>
2435Date: Sun Jun 8 23:56:00 2008 -0400
2436
2437 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
2438
2439 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
2440 they are set in the U-Boot environment.
2441
2442 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
2443 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2444
2445commit 0192d7d56e9320819dea262f49789ae18fdd2c72
2446Author: Stefan Roese <sr@denx.de>
2447Date: Tue Jul 8 12:57:14 2008 +0200
2448
2449 jedec_flash: Fix AM29DL800BB device ID
2450
2451 As pointed out by Jerry Hicks, this patch corrects the device ID of
2452 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
2453 datasheet (rev C4 from Dezember 2006).
2454
2455 Signed-off-by: Stefan Roese <sr@denx.de>
2456
2457commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
2458Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2459Date: Mon Jul 7 11:22:37 2008 +0900
2460
2461 sh: Fix compile error sh7763rdp board
2462
2463 Disable SH ether driver.
2464
2465 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2466
2467commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
2468Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2469Date: Tue Jul 8 12:03:24 2008 +0900
2470
2471 sh: Fix SH-boards compile error
2472
2473 By Cleanup out-or-tree building for some boards (.depend)
2474 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
2475 because filse ware changed, some SH-boards have compile error.
2476 I revised this problem.
2477
2478 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2479
699f0512
WD
2480commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
2481Author: Jason Jin <Jason.jin@freescale.com>
2482Date: Tue May 13 11:50:36 2008 +0800
2483
2484 Feed the watchdog in u-boot for 8610 board.
2485
2486 The watchdog on 8610 board is enabled by setting sw[6]
2487 to on. Once enabled, the watchdog can not be disabled
2488 by software. So feed the dog in u-boot is necessary for
2489 normal operation.
2490
2491 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2492
4188f049
WD
2493commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
2494Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2495Date: Wed Jun 18 12:10:33 2008 -0400
2496
2497 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
2498
2499 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
2500
2501 Remove duplicate code in a if/else block in
2502 cpu/arm926ejs/davinci/lxt972.c.
2503 Fixed style issues.
2504
2505 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2506 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2507
2508commit fec61431a003f5778bafa2624073a571af8bec9f
2509Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2510Date: Wed Jun 18 12:10:31 2008 -0400
2511
2512 Remove duplicate definitions in include/lxt971a.h.
2513
2514 Remove duplicate definitions in include/lxt971a.h.
2515
2516 Remove duplicate registers and bits definitions in
2517 include/lxt971a.h for standard MII registers, and
2518 use values in include/miiphy.h instead.
2519
2520 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2521 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2522
2523commit 9751ee0990f467941da0b095a4e995f863672d7a
2524Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2525Date: Wed Jun 11 21:05:00 2008 +0900
2526
2527 net: sh: Renesas SH7763 Ethernet device support
2528
2529 Renesas SH7763 has 2 channel Ethernet device.
2530 This is 10/100/1000 Base support.
2531 But this patch check 10/100 Base only.
2532
2533 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2534 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2535
2536commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
2537Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2538Date: Tue Jun 17 16:28:05 2008 +0900
2539
2540 sh: Update Renesas R2DPlus board
2541
2542 New NOR Flash board support and remove old type flash board config.
2543 And Remove network setting from config file.
2544
2545 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2546 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2547
2548commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
2549Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2550Date: Tue Jun 17 16:28:01 2008 +0900
2551
2552 sh: Update Renesas R7780MP board
2553
2554 New NOR Flash board support and remove network setting from config file.
2555
2556 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2557 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2558
2559commit c001cd604e9f133743effbddb1c215b48e761c5a
2560Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2561Date: Tue Jun 17 16:27:56 2008 +0900
2562
2563 sh: Update Renesas Migo-R board
2564
2565 Remove network setting from config file.
2566
2567 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2568 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2569
2570commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
2571Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2572Date: Tue Jun 17 16:27:52 2008 +0900
2573
2574 sh: Update Hitachi MS7722SE board
2575
2576 Remove network setting from config file.
2577
2578 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2579 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2580
2581commit 26209e48e8791670c93108029a5c31a30016c6df
2582Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2583Date: Tue Jun 17 16:27:48 2008 +0900
2584
2585 sh: Cleanup source code of SH7763RDP
2586
2587 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2588 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2589
2590commit 5cd5b2c96ef0025762931349d350287aec03ab47
2591Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2592Date: Tue Jun 17 16:27:44 2008 +0900
2593
2594 sh: Cleanup source code of R2DPlus
2595
2596 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2597 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2598
2599commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
2600Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2601Date: Tue Jun 17 16:27:41 2008 +0900
2602
2603 sh: Cleanup source code of R7780MP
2604
2605 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2606 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2607
2608commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
2609Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2610Date: Tue Jun 17 16:27:38 2008 +0900
2611
2612 sh: Cleanup source code of MS7722SE
2613
2614 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2615 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2616
2617commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
2618Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2619Date: Tue Jun 17 16:27:34 2008 +0900
2620
2621 sh: Cleanup source code of MS7720SE
2622
2623 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2624 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2625
2626commit 3ab4827cbe409488ebea1a2ee5094783f2672214
2627Author: Wolfgang Denk <wd@denx.de>
2628Date: Mon Jul 7 00:45:03 2008 +0200
2629
2630 SH: fix out of tree building
2631
2632 Signed-off-by: Wolfgang Denk <wd@denx.de>
2633
2634commit 9047bfa1e737d787be460387dd6f45737eeceb10
2635Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2636Date: Thu Jul 3 23:16:06 2008 +0900
2637
2638 net: smc911x: Fix typo
2639
2640 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2641
2642commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
2643Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2644Date: Wed Jul 2 18:54:08 2008 +0200
2645
2646 update mvBL-M7 board config
2647
2648 update mvBL-M7 config file to use UBOOT_VERSION and define
2649 CONFIG_HIGH_BATS.
2650
2651 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2652
2653commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
2654Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2655Date: Mon Jun 30 17:45:01 2008 +0900
2656
2657 net: fix compile problem in smc911x driver.
2658
2659 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2660 Acked-by: Ben Warren <biggerbadderben@gmail.com>
2661
2662commit 9fea65a6c469b1b474b27446feb58738baba2d31
2663Author: Michal Simek <monstr@monstr.eu>
2664Date: Tue Jun 24 09:54:09 2008 +0200
2665
2666 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
2667
2668 This change helps with better handling with others
2669 Xilinx based platform.
2670
2671 Signed-off-by: Michal Simek <monstr@monstr.eu>
2672 Acked-by: Stefan Roese <sr@denx.de>
2673
2674commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
2675Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2676Date: Tue Jun 17 13:07:11 2008 +0900
2677
2678 net: ne2000: Move dev_addr variable from grobal to local.
2679
2680 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2681 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2682
2683commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
2684Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2685Date: Tue Jun 17 13:07:15 2008 +0900
2686
2687 net: ne2000: Fix compile error of NE2000
2688
2689 If enable DEBUG, can not compile ne2000 driver.
2690
2691 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2692 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2693
2694commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
2695Author: Ben Warren <biggerbadderben@gmail.com>
2696Date: Mon Jun 23 22:57:27 2008 -0700
2697
2698 Add mechanisms for CPU and board-specific Ethernet initialization
2699
2700 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
2701 initialization to CPU or board-specific code. Initial implementation is
2702 only on the Freescale TSEC controller, but others will be added soon.
2703
2704 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2705
2706commit 7754f2be5d1835d263aad21b5a629526f3e680b0
2707Author: Wolfgang Denk <wd@denx.de>
2708Date: Sun Jul 6 01:21:46 2008 +0200
2709
2710 include/sha256.h: fix file permissions.
2711
2712 Signed-off-by: Wolfgang Denk <wd@denx.de>
2713
2714commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
2715Author: Patrice Vilchez <patrice.vilchez@atmel.com>
2716Date: Tue May 27 11:15:29 2008 +0200
2717
2718 [AT91SAM9] Fix NAND FLASH timings
2719
2720 Fix NAND FLASH timings for at91sam9x evaluation kits.
2721
2722 New timings are based on application note
2723 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
2724 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
2725
2726 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
2727 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2728 Acked-by: Stelian Pop <stelian@popies.net>
2729
2730commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
2731Author: Stelian Pop <stelian@popies.net>
2732Date: Thu May 22 00:15:40 2008 +0200
2733
2734 Fix boot from NOR due to incorrect reset delay.
2735
2736 AT91 RSTC registers are battery-backuped, so their values
2737 are not reset across power cycles. One of those registers,
2738 the AT91_RSTC_MR register, is being modified by U-Boot, in
2739 the ethernet initialisation routine, to generate a 500ms
2740 user reset.
2741
2742 Unfortunately, this value is not being restored afterwards,
2743 causing subsequent resets to also last for 500ms.
2744
2745 This long reset sequence causes problems (at least) in the
2746 boot sequence from NOR: by the time the CPU tries to load
2747 a program from the NOR flash, the latter is still in reset
2748 and not yet available.
2749
2750 Additionaly, this patch fixes a bug in the original code which
2751 caused the reset delay to last for 2s instead of 500ms.
2752
2753 Signed-off-by: Stelian Pop <stelian@popies.net>
2754 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2755
2756commit f492dd636fbbae529e17533995bc6e5813c007f6
2757Author: Wolfgang Denk <wd@denx.de>
2758Date: Fri Jul 4 20:11:49 2008 +0200
2759
2760 Update CHANGELOG
2761
2762 Signed-off-by: Wolfgang Denk <wd@denx.de>
2763
f492dd63
WD
2764commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
2765Author: Wolfgang Denk <wd@denx.de>
2766Date: Fri Jul 4 20:07:35 2008 +0200
2767
2768 CCM/SCM boards: fix out of tree building
2769
2770 Signed-off-by: Wolfgang Denk <wd@denx.de>
2771
2772commit ab4c3a490df9a964711556d2a05b0c787db45fde
2773Author: Wolfgang Denk <wd@denx.de>
2774Date: Thu Jul 3 23:22:27 2008 +0200
2775
2776 SCM board: fix build errors.
2777
2778 Signed-off-by: Wolfgang Denk <wd@denx.de>
2779
2780commit a566466f17ba0e2d2b6c250e77da678fb932470d
2781Author: Wolfgang Denk <wd@denx.de>
2782Date: Thu Jul 3 23:06:36 2008 +0200
2783
2784 IAD210 board: fix ``"ALIGN" redefined'' warning.
2785
2786 Signed-off-by: Wolfgang Denk <wd@denx.de>
2787
2788commit ad756314797c16fa5dca23e115aab881011f164f
2789Author: Wolfgang Denk <wd@denx.de>
2790Date: Thu Jul 3 23:00:24 2008 +0200
2791
2792 CCM board: fix build errors.
2793
2794 Signed-off-by: Wolfgang Denk <wd@denx.de>
2795
4188f049
WD
2796commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
2797Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2798Date: Wed Jul 2 18:54:08 2008 +0200
2799
2800 update mvBL-M7 board config
2801
2802 update mvBL-M7 config file to use UBOOT_VERSION.
2803
2804 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2805 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2806
f492dd63
WD
2807commit ced209c50e80c25f13c083099b05044048d21f4f
2808Author: Wolfgang Denk <wd@denx.de>
2809Date: Thu Jul 3 22:39:21 2008 +0200
2810
2811 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
2812
2813 Signed-off-by: Wolfgang Denk <wd@denx.de>
2814
2815commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
2816Author: Wolfgang Denk <wd@denx.de>
2817Date: Thu Jul 3 22:34:08 2008 +0200
2818
2819 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
2820
2821 Signed-off-by: Wolfgang Denk <wd@denx.de>
2822
2823commit 730f298485984b011b6ee8f4acb511cb45a843dd
2824Author: Wolfgang Denk <wd@denx.de>
2825Date: Thu Jul 3 22:04:17 2008 +0200
2826
2827 lmb: fix "implicit declaration of function 'lmb_free'" warning
2828
2829 Signed-off-by: Wolfgang Denk <wd@denx.de>
2830
2831commit 322ef5e28d2dc62571afc699b00add22a8e006e4
2832Author: Wolfgang Denk <wd@denx.de>
2833Date: Wed Jul 2 23:53:23 2008 +0200
2834
2835 Cleanup: remove redundant deleting on *~ files
2836
2837 Signed-off-by: Wolfgang Denk <wd@denx.de>
2838
2839commit c8a3b109f07f02342d097b30908965f7261d9f15
2840Author: Wolfgang Denk <wd@denx.de>
2841Date: Wed Jul 2 23:49:18 2008 +0200
2842
2843 Cleanup out-or-tree building for some boards (.depend)
2844
2845 Signed-off-by: Wolfgang Denk <wd@denx.de>
2846
2847commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
2848Author: Wolfgang Denk <wd@denx.de>
2849Date: Wed Jul 2 23:38:50 2008 +0200
2850
2851 Cleanup: fix out-of-tree building for some boards
2852
2853 Signed-off-by: Wolfgang Denk <wd@denx.de>
2854
2855commit 461fa68d20861811487944d22291db5a13410e20
2856Author: Wolfgang Denk <wd@denx.de>
2857Date: Wed Jul 2 23:00:14 2008 +0200
2858
2859 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
2860
2861 Signed-off-by: Wolfgang Denk <wd@denx.de>
2862
2863commit 5981ebd32017e062b08aa6747cf591276f2db779
2864Author: Detlev Zundel <dzu@denx.de>
2865Date: Fri Jun 20 22:26:24 2008 +0200
2866
2867 fdt: Fix typo in variable name.
2868
2869 Signed-off-by: Detlev Zundel <dzu@denx.de>
2870
2871commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
2872Author: Gary Jennejohn <garyj@denx.de>
2873Date: Thu Jun 19 11:11:19 2008 +0200
2874
2875 Add logos for RRvision board
2876
2877 Signed-off-by: Gary Jennejohn <garyj@denx.de>
2878
2879commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
2880Author: Esben Haabendal <EsbenHaabendal@gmail.com>
2881Date: Wed Jun 18 11:03:57 2008 +0200
2882
2883 mpc8260: add fdt_fixup_ethernet support
2884
2885 Add support for updating mac-address and local-mac-address in fdt for
2886 all MPC8260 targets.
2887
2888 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
2889
2890commit f6a69559d64498a04e1e0b087a9b920e5775f866
2891Author: Steven A. Falco <sfalco@harris.com>
2892Date: Thu Jun 12 13:24:42 2008 -0400
2893
2894 cmd_nvedit.c: clean up syntax highlighting
2895
2896 My text-editor (vim) has a bit of trouble syntax-highlighting the
2897 cmd_nvedit.c file, because it apparently does not parse C
2898 ifdef/else/endif. The following patch does not change the behavior of
2899 the code at all, but does allow the editor to properly
2900 syntax-highlight the file.
2901
2902 Signed-off-by: Steve Falco <sfalco@harris.com>
2903
2904commit 75678c807a6272ecc5541eb32898c93887f08400
2905Author: Steven A. Falco <sfalco@harris.com>
2906Date: Thu Jun 12 13:22:12 2008 -0400
2907
2908 Make setenv() return status
2909
2910 Currently, the setenv function does not return an error code.
2911 This patch allows to test for errors.
2912
2913 Signed-off-by: Steve Falco <sfalco@harris.com>
2914
2915commit 4928e97c8531283ca9b368b7c29a8a12e726562a
2916Author: Kumar Gala <galak@kernel.crashing.org>
2917Date: Wed Jun 11 10:14:06 2008 -0500
2918
2919 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
2920
2921 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
2922 and fls is used to implement them.
2923
2924 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2925
2926commit 83002a77cbdf383015ca384eff5fa31722d8e571
2927Author: Magnus Lilja <lilja.magnus@gmail.com>
2928Date: Mon Jun 9 22:58:48 2008 +0200
2929
2930 i.MX31: Cleanup comments in lowlevel_init.S.
2931
2932 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2933
2934commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
2935Author: Ben Warren <biggerbadderben@gmail.com>
2936Date: Sun Jun 8 23:28:33 2008 -0700
2937
2938 Move conditional compilation of MPC8XXX SPI driver to Makefile
2939
2940 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2941
2942commit d92ea21bafb674ee2bf27447970b047845e7b0a2
2943Author: Juergen Kilb <J.Kilb@gmx.de>
2944Date: Sun Jun 8 17:59:53 2008 +0200
2945
2946 i.MX31: fixed CTRL-C detection
2947
2948 The Register URXD contains status information in bits [15..8].
2949 With status bit 15 set, CTRL-C was reported as 0x8003 instead
2950 of 0x03. Therefore CTRL-C was not detected.
2951 To solve this, bits [15..8] were masked out now.
2952
2953 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
2954 Acked-by: Felix Radensky <felix@embedded-sol.com>
2955
699f0512
WD
2956commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
2957Author: Stefan Roese <sr@denx.de>
2958Date: Tue Jul 1 17:03:19 2008 +0200
2959
2960 ppc4xx: Fix 460EX/GT PCIe port initialization
2961
2962 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
2963 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
2964 this out.
2965
2966 Signed-off-by: Stefan Roese <sr@denx.de>
2967
f492dd63
WD
2968commit b571afde0295b007a45055ee49f8822c753a5651
2969Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2970Date: Sat Jun 7 12:29:52 2008 +0200
2971
2972 add SHA256 support
2973
2974 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2975 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
2976
2977commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
2978Author: Marian Balakowicz <m8@semihalf.com>
2979Date: Fri Jun 6 23:07:40 2008 +0200
2980
2981 Delay FIT format check on sector based devices
2982
2983 Global FIT image operations like format check cannot be performed on
2984 a first sector data, defer them to the point when whole FIT image was
2985 uploaded to a system RAM.
2986
2987 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2988 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
2989 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
2990
2991commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
2992Author: Dave Liu <r63238@freescale.com>
2993Date: Tue Jun 3 17:38:19 2008 +0800
2994
2995 sata: wait for device updating signature to host
2996
2997 The driver need wait for the device updating signature to host.
2998 If we don't wait for it, the driver can not detect the device(disk)
2999 when the system powers up.
3000
3001 Signed-off-by: Dave Liu <daveliu@freescale.com>
3002
4188f049
WD
3003commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
3004Author: Stefan Roese <sr@denx.de>
3005Date: Sat Jun 28 14:56:17 2008 +0200
3006
3007 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
3008
3009 This patch implements a fix provided by AMCC so that the lockup upon
3010 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
3011 anymore:
3012
3013 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
3014 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
3015 USB 2.0 host and SATA.
3016
3017 This errata is not officially available yet. I'll update the comment
3018 to add the errata number later.
3019
3020 Signed-off-by: Stefan Roese <sr@denx.de>
3021
f492dd63
WD
3022commit 8b616edb118e37d05f6401389eaee1c636b22828
3023Author: Stuart Wood <stuart.wood@labxtechnologies.com>
3024Date: Mon Jun 2 16:42:19 2008 -0400
3025
3026 serial_pl010.c: add watchdog support
3027
3028 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
3029
3030commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
3031Author: Stuart Wood <stuart.wood@labxtechnologies.com>
3032Date: Mon Jun 2 16:40:08 2008 -0400
3033
3034 jffs2_1pass.c: add watchdog support
3035
3036 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
3037
3038commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
3039Author: Sascha Laue <sascha.laue@liebherr.com>
3040Date: Fri May 30 09:48:14 2008 +0200
3041
3042 Configure DSP POST; add watchdog reset to diag command
3043
3044 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
3045
3046commit f13526517859bf6b573e23ff47199e107d1009b5
3047Author: Tor Krill <tor@excito.com>
3048Date: Thu May 29 10:40:17 2008 +0200
3049
3050 Add sata sil3114 support
3051
3052 Signed-off-by: Tor Krill <tor@excito.com>
3053
3054commit e093a247628228100f405b6d7f6b1bfc16141938
3055Author: Wolfgang Denk <wd@denx.de>
3056Date: Sat Jun 28 23:34:37 2008 +0200
3057
3058 Coding Style Cleanup
3059
3060 Signed-off-by: Wolfgang Denk <wd@denx.de>
3061
3062commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
3063Author: Wolfgang Denk <wd@denx.de>
3064Date: Sat Jun 28 23:16:01 2008 +0200
3065
3066 Update CHANGELOG
3067
3068 Signed-off-by: Wolfgang Denk <wd@denx.de>
3069
01db232d
WD
3070commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
3071Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3072Date: Wed May 21 13:58:41 2008 -0400
3073
3074 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
3075
3076 This patch adds support for the Lyrtech SFF-SDR board,
3077 based on the TI DaVinci architecture (ARM926EJS).
3078
3079 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3080 Signed-off-by: Philip Balister <philip@balister.org>
3081 Signed-off-by: Wolfgang Denk <wd@denx.de>
3082
3083commit 341188b9ccaa8d4462d772cc067aca8d7618633a
3084Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3085Date: Thu May 22 11:09:59 2008 +0200
3086
3087 MMC: Consolidate MMC/SD command definitions
3088
3089 This moves the MMC and SD Card command definitions from
3090 include/asm/arch/mmc.h into include/mmc.h. These definitions are
3091 given by the MMC and SD Card standards, not by any particular
3092 architecture.
3093
3094 There's a lot more room for consolidation in the MMC drivers which
3095 I'm hoping to get done eventually, but this patch is a start.
3096
3097 Compile-tested for all avr32 boards as well as lpc2292sodimm and
3098 lubbock. This should cover all three mmc drivers in the tree.
3099
3100 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3101
3102commit fa60edfc4c952626e048c0e065f654b3c1822fa5
3103Author: Kyungmin Park <kmpark@infradead.org>
3104Date: Wed May 21 14:38:08 2008 +0900
3105
3106 Use better Ethernet timings for apollon board
3107
3108 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3109
3110commit 41c5eaa7253ed82bbae1eda5667755872c615164
3111Author: Andy Fleming <afleming@freescale.com>
3112Date: Mon Jun 16 13:58:56 2008 -0500
3113
3114 Resize device tree to allow space for board changes and the chosen node
3115
3116 Current code requires that a compiled device tree have space added to the end to
3117 leave room for extra nodes added by board code (and the chosen node). This
3118 requires that device tree creators anticipate how much space U-Boot will add to
3119 the tree, which is absurd. Ideally, the code would resize and/or relocate the
3120 tree when it needed more space, but this would require a systemic change to the
3121 fdt code, which is non-trivial. Instead, we resize the tree inside
3122 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
3123 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
3124
3125 Signed-off-by: Andy Fleming <afleming@freescale.com>
3126
3127commit 7570a9941fc565922078679a72d246fe208d696d
3128Author: Andy Fleming <afleming@freescale.com>
3129Date: Mon Jun 16 13:58:55 2008 -0500
3130
3131 Fix an underflow bug in __lmb_alloc_base
3132
3133 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
3134 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
3135 merely updates __lmb_alloc_base to resemble the current version in Linux.
3136
3137 Signed-off-by: Andy Fleming <afleming@freescale.com>
3138
3139commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
3140Author: Andy Fleming <afleming@freescale.com>
3141Date: Mon Jun 16 13:58:54 2008 -0500
3142
3143 Add lmb_free
3144
3145 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
3146 lmb_reserve to temporarily reserve some memory.
3147
3148 Signed-off-by: Andy Fleming <afleming@freescale.com>
3149
3150commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
3151Author: Andy Fleming <afleming@freescale.com>
3152Date: Mon Jun 16 13:58:53 2008 -0500
3153
3154 Add ALIGN() macro
3155
3156 ALIGN() returns the smallest aligned value greater than the passed
3157 in address or size. Taken from Linux.
3158
3159 Signed-off-by: Andy Fleming <afleming@freescale.com>
3160
4188f049
WD
3161commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
3162Author: Stefan Roese <sr@denx.de>
3163Date: Tue Jun 24 17:15:22 2008 +0200
3164
3165 ppc4xx: Fix compilation problems with phys_size_t
3166
3167 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
3168 board specific files where it has been missing.
3169
3170 Signed-off-by: Stefan Roese <sr@denx.de>
3171
01db232d
WD
3172commit 28eab0d77352b84885f938759bf2612b7bf0bc44
3173Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3174Date: Mon May 19 12:26:38 2008 +0200
3175
3176 Conditionally add -fno-stack-protector to CFLAGS
3177
3178 When compile-testing on powerpc, I get errors like this:
3179
3180 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
3181
3182 This seems to be because -fstack-protector is on by default, so
3183 let's explicitly disable it on all architectures that support the
3184 option.
3185
3186 The Ubuntu toolchain is affected by this problem, and according to
3187 Mike Frysinger, Gentoo has been running with SSP enabled for years.
3188 More and more distros are turning SSP on by default, so this problem
3189 is likely to get worse in the future.
3190
3191 Also, powerpc just happens to be one of the arches I do
3192 compile-testing on. There may be other arches affected by this too.
3193
3194 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3195
3196commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
3197Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3198Date: Sun May 18 19:09:52 2008 +0200
3199
3200 pcmcia/ti_pci1410a: Move compile condition to the Makefile
3201
3202 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3203
3204commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
3205Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3206Date: Sun May 18 19:09:51 2008 +0200
3207
3208 pxa_pcmcia: Move compile condition to the Makefile
3209
3210 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3211
3212commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
3213Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3214Date: Sun May 18 19:09:50 2008 +0200
3215
3216 marabun_pcmcia: Move compile condition to the Makefile
3217
3218 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3219
4188f049
WD
3220commit 6a19c46cae43c16c528eddefae3db97134f1915d
3221Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3222Date: Mon Jun 23 13:25:34 2008 +0200
3223
3224 fix non-working mvBL-M7
3225
3226 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
3227
3228 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3229 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3230
3231commit 846f1574ddddeda2bc227655e687308695f41cdc
3232Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3233Date: Mon Jun 23 11:40:56 2008 +0200
3234
3235 fix system config overwrite @ MPC834x and MPC8313
3236
3237 During 83xx setup the "System I/O configuration register high" gets
3238 overwritten with user defined value if CFG_SICRH is defined.
3239
3240 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
3241 must keep their reset value regardless of configuration.
3242
3243 On my board (using RGMII) those bits are set after reset - yet it's
3244 unclear where they come from.
3245
3246 The patch keeps both bits on MPC834x and MPC8313.
3247
3248 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3249 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3250
3251commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
3252Author: Kim Phillips <kim.phillips@freescale.com>
3253Date: Tue Jun 17 17:45:27 2008 -0500
3254
3255 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
3256
3257 to avoid this:
3258
3259 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
3260 In file included from cpu.c:33:
3261 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
3262
3263 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3264
3265commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
3266Author: Stefan Roese <sr@denx.de>
3267Date: Mon Jun 23 11:15:09 2008 +0200
3268
3269 ppc4xx: Fix problem in gpio_config()
3270
3271 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
3272 left by one. So the additional shift is bogus.
3273
3274 Signed-off-by: Stefan Roese <sr@denx.de>
3275
3276commit 40777812316fc252c941665c0f60c148fd79d50f
3277Author: Detlev Zundel <dzu@denx.de>
3278Date: Fri Jun 20 22:24:05 2008 +0200
3279
3280 fdt: Fix typo in variable name.
3281
3282 Signed-off-by: Detlev Zundel <dzu@denx.de>
3283
3284commit 5f723a3b98c630bde33de74351f2121691fdef14
3285Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3286Date: Fri Jun 20 10:41:05 2008 +0200
3287
3288 avr32: Enable SPI flash support on ATNGW100
3289
3290 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
3291 the new SPI flash framework.
3292
3293 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3294
3295commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
3296Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3297Date: Fri Jun 20 12:44:28 2008 +0200
3298
3299 avr32: Fix SPI portmux initialization
3300
3301 Use the new GPIO manipulation functions to set up the chip select lines,
3302 and make sure both busses use GPIO for chip select control.
3303
3304 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3305
3306commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
3307Author: Peter Ma <pma@mediamatech.com>
3308Date: Sun Jun 1 22:59:24 2008 -0700
3309
3310 avr32: Add GPIO manipulation functions
3311
3312 Adds GPIO manipulation functions for AVR32 AP7 platform.
3313
3314 Signed-off-by: Peter Ma <pma@mediamatech.com>
3315 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
3316 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3317
01db232d
WD
3318commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
3319Author: Wolfgang Grandegger <wg@grandegger.com>
3320Date: Thu Jun 5 13:02:30 2008 +0200
3321
3322 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
3323
3324 This patch is based on the following patch sent a few minutes ago:
3325 "NAND FSL UPM: driver re-write using the hwcontrol callback"
3326 It is untested, of course. Anton, could you please give it a try.
3327
3328 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3329 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3330
3331commit 96026d42fa4e646d28318c0a1438aac4b2017909
3332Author: Anatolij Gustschin <agust@denx.de>
3333Date: Thu Jun 12 12:40:11 2008 +0200
3334
3335 Fix 4xx build issue
3336
3337 Building for 4xx doesn't work since commit 4dbdb768:
3338
3339 In file included from 4xx_pcie.c:28:
3340 include/asm/processor.h:971: error: expected ')' before 'ver'
3341 make[1]: *** [4xx_pcie.o] Error 1
3342
3343 This patch fixes the problem.
3344
3345 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3346 Acked-by: Stefan Roese <sr@denx.de>
3347 Acked-by: Kumar Gala <galak@kernel.crashing.org>
3348
699f0512
WD
3349commit a036b0443657fe0f4773786de9092251869f08ac
3350Author: Kumar Gala <galak@kernel.crashing.org>
3351Date: Thu Jun 19 01:45:50 2008 -0500
3352
3353 MPC8610HPCD: Report board id, board version and fpga version.
3354
3355 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3356
3357commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
3358Author: Kumar Gala <galak@kernel.crashing.org>
3359Date: Thu Jun 19 01:45:27 2008 -0500
3360
3361 MPC8641HPCN: Report board id, board version and fpga version.
3362
3363 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3364
01db232d
WD
3365commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
3366Author: Stefan Roese <sr@denx.de>
3367Date: Mon Jun 16 10:40:02 2008 +0200
3368
3369 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
3370
3371 This patch simplifies flash_toggle() (AMD commandset), which is used to
3372 detect if a FLASH device is still busy with erase/program operations. On
3373 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
3374 did not detect the busy state reliably, resulting in non erased sectors
3375 etc. This patch now simplifies this function by "just" comparing the
3376 complete data-word instead of ANDing it with the command-word (0x40)
3377 before the compatison. It is done the same way in the Linux implementation
3378 chip_ready() in cfi_cmdset_0002.c.
3379
3380 Signed-off-by: Stefan Roese <sr@denx.de>
3381
3382commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
3383Author: Philip Balister <philip@balister.org>
3384Date: Mon Jun 16 08:58:07 2008 -0400
3385
3386 NAND: Add missing declaration to non-redundant saveenv().
3387
3388 Signed-off-by: Scott Wood <scottwood@freescale.com>
3389
3390commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
3391Author: Wolfgang Grandegger <wg@grandegger.com>
3392Date: Mon Jun 2 15:09:55 2008 +0200
3393
3394 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
3395
3396 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3397 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3398 Signed-off-by: Scott Wood <scottwood@freescale.com>
3399
3400commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
3401Author: Stefan Roese <sr@denx.de>
3402Date: Tue Jun 10 15:34:11 2008 +0200
3403
3404 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
3405
3406 This patch disables the square wave output of the M41T62 RTC used on
3407 Canyonlands & Glacier. Here the explanation:
3408
3409 The serial real-time clock part used in the design is an
3410 STMicro M41T62. This part has a full-time 32KHz square wave
3411 output that is connected to the TmrClk input to the
3412 processor. The default state for this square wave output is
3413 enabled so the output runs continuously when the board is
3414 powered normally and also from the battery. The TmrClk input
3415 to the processor goes to ground when the power is removed
3416 from the board/processor, and therefore the running square
3417 wave output is driving ground which drains the battery quickly.
3418
3419 Signed-off-by: Stefan Roese <sr@denx.de>
3420
3421commit a94f22f08f280905926219e568568964cb9eeb9d
3422Author: Andy Fleming <afleming@freescale.com>
3423Date: Wed Jun 11 18:10:20 2008 -0500
3424
3425 Fix build issue with string.h and linux/string.h
3426
3427 This commit:
3428 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
3429 Author: Wolfgang Denk <wd@denx.de>
3430 Date: Fri Jun 6 14:28:14 2008 +0200
3431
3432 tools/mkimage: fix compiler warnings on some systems.
3433
3434 Broke building on some systems, because the host's string.h was interfering
3435 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
3436 we're building for the host, so now we only include when building inside
3437 u-boot.
3438
3439 Signed-off-by: Andy Fleming <afleming@freescale.com>
3440
3441commit 9973e3c614721bbf169882ffc3be266a6611cd60
3442Author: Becky Bruce <becky.bruce@freescale.com>
3443Date: Mon Jun 9 16:03:40 2008 -0500
3444
3445 Change initdram() return type to phys_size_t
3446
3447 This patch changes the return type of initdram() from long int to phys_size_t.
3448 This is required for a couple of reasons: long int limits the amount of dram
3449 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
3450 size of physical memory. phys_size_t is defined as an unsigned long on almost
3451 all current platforms.
3452
3453 This patch *only* changes the return type of the initdram function (in
3454 include/common.h, as well as in each board's implementation of initdram). It
3455 does not actually modify the code inside the function on any of the platforms;
3456 platforms which wish to support more than 2GB of DRAM will need to modify
3457 their initdram() function code.
3458
3459 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
3460 MPC8641HPCN.
3461
3462 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3463
3464commit 391fd93ab23e15ab3dd58a54f5b609024009c378
3465Author: Becky Bruce <becky.bruce@freescale.com>
3466Date: Mon Jun 9 20:37:18 2008 -0500
3467
3468 Change lmb to use phys_size_t/phys_addr_t
3469
3470 This updates the lmb code to use phys_size_t
3471 and phys_addr_t instead of unsigned long. Other code
3472 which interacts with this code, like getenv_bootm_size()
3473 is also updated.
3474
3475 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
3476
3477 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3478
3479commit 61b09fc2952dc636017df4e7970e3de132276ba1
3480Author: Becky Bruce <becky.bruce@freescale.com>
3481Date: Mon Jun 9 20:37:17 2008 -0500
3482
3483 Change print_size to take phys_size_t
3484
3485 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3486
3487commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
3488Author: Becky Bruce <becky.bruce@freescale.com>
3489Date: Mon Jun 9 20:37:16 2008 -0500
3490
3491 Change bd/gd memsize/ram_size to be phys_size_t.
3492
3493 Currently, both are defined as an unsigned long, but
3494 should be phys_size_t. This should result in no real change,
3495 since phys_size_t is currently an unsigned long for all the
3496 default configs. Also add print_lnum to cmd_bdinfo to deal
3497 with the potentially wider memsize.
3498
3499 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3500
3501commit ba04f7010958e88a8910f2a123fee53fdc72e013
3502Author: Kumar Gala <galak@kernel.crashing.org>
3503Date: Tue Jun 10 16:16:02 2008 -0500
3504
3505 FSL LAW: Add new interface to use the last free LAW
3506
3507 LAWs have the concept of priority so its useful to be able to allocate
3508 the lowest (highest number) priority. We will end up using this with the
3509 new DDR code.
3510
3511 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3512
3513commit 859a86a25c569d3665ff413d1d923394b8a961f3
3514Author: Kumar Gala <galak@kernel.crashing.org>
3515Date: Wed Jun 11 00:51:45 2008 -0500
3516
3517 85xx/86xx: Move to dynamic mgmt of LAWs
3518
3519 With the new LAW interface (set_next_law) we can move to letting the
3520 system allocate which LAWs are used for what purpose. This makes life
3521 a bit easier going forward with the new DDR code.
3522
3523 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3524 Signed-off-by: Andy Fleming <afleming@freescale.com>
3525 Acked-by: Jon Loeliger <jdl@freescale.com>
3526 Acked-by: Becky Bruce <becky.bruce@freescale.com>
3527
3528commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
3529Author: Kumar Gala <galak@kernel.crashing.org>
3530Date: Wed Jun 11 00:44:10 2008 -0500
3531
3532 FSL LAW: Keep track of LAW allocations
3533
3534 Make it so we keep track of which LAWs have allocated and provide
3535 a function (set_next_law) which can allocate a LAW for us if one is
3536 free.
3537
3538 In the future we will move to doing more "dynamic" LAW allocation
3539 since the majority of users dont really care about what LAW number
3540 they are at.
3541
3542 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
3543
3544 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3545 Signed-off-by: Andy Fleming <afleming@freescale.com>
3546
3547commit ddde74a159caa6e18b481fec01d40b885aebb566
3548Author: Kumar Gala <galak@kernel.crashing.org>
3549Date: Mon Jun 9 22:31:57 2008 -0500
3550
3551 85xx: remove dummy board_early_init_f
3552
3553 A number of board ports have empty version of board_early_init_f
3554 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
3555
3556 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3557
3558commit 81e56e9af0d43712db8efb843606a8d62eab454f
3559Author: Kumar Gala <galak@kernel.crashing.org>
3560Date: Mon Jun 9 18:55:38 2008 -0500
3561
3562 MPC8544DS: Update config.h
3563
3564 * Enable flash progress
3565 * remove CLEAR_LAW0 since we dont really use it
3566
3567 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3568
3569commit 978e81604c1b28526ed580df0fbe64eb8384e94f
3570Author: Kumar Gala <galak@kernel.crashing.org>
3571Date: Mon Jun 9 13:37:24 2008 -0500
3572
3573 85xx: Remove unused and unconfigured memory test code.
3574
3575 Remove unused and unconfigured DDR test code from FSL 85xx boards.
3576 Besides, other common code exists.
3577
3578 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3579
3580commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
3581Author: Sergei Poselenov <sposelenov@emcraft.com>
3582Date: Fri Jun 6 15:42:45 2008 +0200
3583
3584 Socrates: Added FPGA base address update in FDT.
3585
3586 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3587
3588commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
3589Author: Sergei Poselenov <sposelenov@emcraft.com>
3590Date: Fri Jun 6 15:42:44 2008 +0200
3591
3592 Socrates: NAND support added. Changed the U-Boot base address and
3593
3594 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3595
3596commit 248ae5cfc8bf69074d1da099dc495d8e06070547
3597Author: Sergei Poselenov <sposelenov@emcraft.com>
3598Date: Fri Jun 6 15:42:43 2008 +0200
3599
3600 NAND: Added support for 128-bit OOB, adapted
3601
3602 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3603
3604commit 31ca0208612f2eb57690110d7c2815953650e47b
3605Author: Sergei Poselenov <sposelenov@emcraft.com>
3606Date: Fri Jun 6 15:42:42 2008 +0200
3607
3608 Socrates: added missed file with UPMA configuration data.
3609
3610 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
3611
3612commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
3613Author: Sergei Poselenov <sposelenov@emcraft.com>
3614Date: Fri Jun 6 15:42:41 2008 +0200
3615
3616 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
3617
3618 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3619
3620commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
3621Author: Sergei Poselenov <sposelenov@emcraft.com>
3622Date: Fri Jun 6 15:42:40 2008 +0200
3623
3624 Added the upmconfig() function for 85xx.
3625
3626 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3627 Signed-off-by: Andy Fleming <afleming@freescale.com>
3628
3629commit d39e68514ff943930ee692cff3fde03532eb7fec
3630Author: Sergei Poselenov <sposelenov@emcraft.com>
3631Date: Fri Jun 6 15:42:39 2008 +0200
3632
3633 Socrates: config file cleanup.
3634
3635 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3636
3637commit e8cc3f04b124f757af4528206e60d8eb715ae083
3638Author: Wolfgang Grandegger <wg@grandegger.com>
3639Date: Thu Jun 5 13:12:10 2008 +0200
3640
3641 TQM85xx: Change memory map to support Flash memory > 128 MiB
3642
3643 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
3644 memory. The current memory map only supports up to 128 MiB Flash.
3645 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
3646 set, up to 1 GiB flash is supported. To achieve this, the memory
3647 map has to be adjusted in great parts (for example the CCSRBAR is
3648 moved from 0xE0000000 to 0xA0000000).
3649
3650 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
3651 memory map also has to be considered in the kernel (changed
3652 CCSRBAR address, changed PCI IO base address, ...). Please use
3653 an appropriate Flat Device Tree blob (tqm8548.dtb).
3654
3655 Signed-off-by: Martin Krause <martin.krause@tqs.de>
3656 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3657
3658commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
3659Author: Wolfgang Grandegger <wg@grandegger.com>
3660Date: Thu Jun 5 13:12:09 2008 +0200
3661
3662 TQM85xx: NAND support via local bus UPMB
3663
3664 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
3665 default and can be enabled for the TQM8548 modules. It is now based on
3666 the re-written FSL NAND UPM driver. A patch has been posted earlier today
3667 with the subject:
3668
3669 "NAND FSL UPM: driver re-write using the hwcontrol callback"
3670
3671 Note that the R/B pin is not supported by that module requiring to use
3672 the specified maximum delay time.
3673
3674 Note: With NAND support enabled the size of the U-Boot image exceeds
3675 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
3676 doubling the image size :-(.
3677
3678 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3679 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3680
3681commit b9e8078bb3f3c48111a7081e27279938c3a445e1
3682Author: Wolfgang Grandegger <wg@grandegger.com>
3683Date: Thu Jun 5 13:12:08 2008 +0200
3684
3685 TQM8548: PCI express support
3686
3687 This patch adds support for PCI express cards. The board support
3688 now uses common FSL PCI init code, for both, PCI and PCIe on all
3689 TQM85xx modules.
3690
3691 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3692 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3693
3694commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
3695Author: Wolfgang Grandegger <wg@grandegger.com>
3696Date: Thu Jun 5 13:12:07 2008 +0200
3697
3698 TQM8548: Basic support for the TQM8548 modules
3699
3700 This patch adds basic support for the TQM8548 module from TQ-Components
3701 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
3702 eTSEC 3 and 4
3703
3704 Furthermore Flash buffer write has been enabled to speed up output to
3705 the Flash by approx. a factor of 10.
3706
3707 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3708 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3709
3710commit 25991353204c78b094c3c1fec90182dcd607ab8f
3711Author: Wolfgang Grandegger <wg@grandegger.com>
3712Date: Thu Jun 5 13:12:06 2008 +0200
3713
3714 TQM85xx: Support for Flat Device Tree
3715
3716 This patch adds support for Linux kernels using the Flat Device Tree.
3717 It also re-defines the default environment settings for booting Linux
3718 with the FDT blob.
3719
3720 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3721
3722commit d9ee843d54c54776e1fdb86336ce554906a87331
3723Author: Wolfgang Grandegger <wg@grandegger.com>
3724Date: Thu Jun 5 13:12:05 2008 +0200
3725
3726 TQM85xx: Support for Intel 82527 compatible CAN controller
3727
3728 This patch adds initialization of the UPMC RAM to support up to two
3729 Intel 82527 compatible CAN controller on the TQM85xx modules.
3730
3731 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3732 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3733
3734commit 518d5cfe72916323c746af1647764459914f555f
3735Author: Wolfgang Grandegger <wg@grandegger.com>
3736Date: Thu Jun 5 13:12:04 2008 +0200
3737
3738 TQM85xx: Bugfix in the SDRAM initialisation
3739
3740 The CS0_BNDS register is now set according to the detected
3741 memory size.
3742
3743 Signed-off-by Martin Krause <martin.krause@tqs.de>
3744
3745commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
3746Author: Wolfgang Grandegger <wg@grandegger.com>
3747Date: Thu Jun 5 13:12:03 2008 +0200
3748
3749 TQM85xx: Fix chip select configuration for second FLASH bank
3750
3751 This patch fixes the re-calculation of the automatic chip select
3752 configuration for boards with two populated FLASH banks.
3753
3754 Signed-off-by: Martin Krause <martin.krause@tqs.de>
3755
3756commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
3757Author: Wolfgang Grandegger <wg@grandegger.com>
3758Date: Thu Jun 5 13:12:02 2008 +0200
3759
3760 TQM85xx: Support for Spansion 'N' type flashes added
3761
3762 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
3763 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
3764 needs to be changed -> new start address of the environment. The macro
3765 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
3766 defined for boards with 'N' type flashes.
3767
3768 Signed-off-by: Martin Krause <martin.krause@tqs.de>
3769 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3770
3771commit 5d5bd838f76eade22c0ea40a500389f924d0da36
3772Author: Wolfgang Grandegger <wg@grandegger.com>
3773Date: Thu Jun 5 13:12:01 2008 +0200
3774
3775 TQM85xx: Fix CPM port pin configuration
3776
3777 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
3778 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
3779 as serial interface anyway. Worse, on some board variants configuring the
3780 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
3781
3782 Signed-off-by: Martin Krause <martin.krause@tqs.de>
3783
3784commit b99ba1679e8cd51b023e67098c89e606e47137d2
3785Author: Wolfgang Grandegger <wg@grandegger.com>
3786Date: Thu Jun 5 13:12:00 2008 +0200
3787
3788 TQM85xx: Various coding style fixes
3789
3790 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3791
3792commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
3793Author: Gerald Van Baren <vanbaren@cideas.com>
3794Date: Tue Jun 10 22:15:58 2008 -0400
3795
3796 libfdt: Move the working_fdt pointer to cmd_fdt.c
3797
3798 The working_fdt pointer was declared in common/fdt_support.c but was
3799 not used there. Move it to common/cmd_fdt.c where it is used (it is
3800 also used in lib_ppc/bootm.c).
3801
3802 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3803
3804commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
3805Author: Kim Phillips <kim.phillips@freescale.com>
3806Date: Tue Jun 10 11:06:17 2008 -0500
3807
3808 fdt: unshadow global working fdt variable
3809
3810 differentiate with local variables of the same name by renaming the
3811 global 'fdt' variable 'working_fdt'.
3812
3813 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3814
3815commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
3816Author: Andy Fleming <afleming@freescale.com>
3817Date: Tue Jun 10 18:49:34 2008 -0500
3818
3819 socrates: Fix PCI clk fix patch
3820
3821 The submitted patch seems to have been more up-to-date, but an older patch was
3822 already in the repository. This patch encompasses the differences
3823
3824 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
3825
3826 Signed-off-by: Andy Fleming <afleming@freescale.com>
3827
3828commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
3829Author: Wolfgang Grandegger <wg@grandegger.com>
3830Date: Thu Jun 5 13:02:29 2008 +0200
3831
3832 NAND FSL UPM: driver re-write using the hwcontrol callback
3833
3834 This is a re-write of the NAND FSL UPM driver using the more universal
3835 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
3836 list of furher modifications:
3837
3838 - For the time being, the UPM setup writing the UPM array has been
3839 removed from the driver and must now be done by the board specific
3840 code.
3841
3842 - The bus width definition in "struct fsl_upm_nand" is now in bits to
3843 comply with the corresponding Linux driver and 8, 16 and 32 bit
3844 accesses are supported.
3845
3846 - chip->dev_read is only set if fun->dev_ready != NULL, which is
3847 required for boards not connecting the R/B pin.
3848
3849 - A few issue have been fixed with MxMR bit manipulation like in the
3850 corresponding Linux driver.
3851
3852 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
3853 as well, because the address is already determined by
3854 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
3855
3856 This patch has been tested on a TQM8548 modules with the NAND chip
3857 Micron MT29F8G08FABWP.
3858
3859 This patch is based on the following patches posted to this list a few
3860 minutes ago:
3861
3862 PPC: add accessor macros to clear and set bits in one shot
3863 83xx/85xx/86xx: add more MxMR local bus definitions
3864
3865 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3866 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3867
3868commit 6beecfbb542992eede5831240cd58678274683a9
3869Author: Wolfgang Grandegger <wg@grandegger.com>
3870Date: Thu Jun 5 13:11:59 2008 +0200
3871
3872 MPC85xx: Beautify boot output of L2 cache configuration
3873
3874 The boot output is now aligned poperly with other boot output
3875 lines, e.g.:
3876
3877 FLASH: 128 MB
3878 L2: 512 KB enabled
3879
3880 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3881
3882commit 398415114f0a705163a14543e9fef03f734b1ffa
3883Author: Wolfgang Grandegger <wg@grandegger.com>
3884Date: Wed Jun 4 12:45:22 2008 +0200
3885
3886 PPC: add accessor macros to clear and set bits in one shot
3887
3888 PPC: add accessor macros to clear and set bits in one shot
3889
3890 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
3891 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
3892 They are very handy to manipulate bits it I/O registers.
3893
3894 This patch is required for my forthcoming FSL NAND UPM driver re-write and
3895 the support for the TQM8548 module.
3896
3897 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3898
3899commit 4677988c7edc070c3786d3db7994abeca3ab82a0
3900Author: Wolfgang Grandegger <wg@grandegger.com>
3901Date: Wed Jun 4 13:52:17 2008 +0200
3902
3903 TQM: move TQM boards to board/tqc
3904
3905 Move all TQM board directories to the vendor specific directory "tqc"
3906 for modules from TQ-Components GmbH (http://www.tqc.de).
3907
3908 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3909
3910commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
3911Author: Wolfgang Grandegger <wg@grandegger.com>
3912Date: Mon Jun 2 12:09:30 2008 +0200
3913
3914 83xx/85xx/86xx: add more MxMR local bus definitions
3915
3916 83xx/85xx/86xx: add more MxMR local bus definitions
3917
3918 This patch adds more macro definitions for the UPM Machine Mode Registers
3919 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
3920 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
3921 required for my forthcoming FSL NAND UPM driver re-write and the support
3922 for the TQM8548 module.
3923
3924 This patch is based on the following two patches from Anton Vorontsov:
3925
3926 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
3927 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
3928
3929 I leave coding style violation fixes, code beautification and name
3930 corrections to somebody else ;-(.
3931
3932 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3933
3934commit c8c5fc266e4499e283c293ccb972863156aa4134
3935Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3936Date: Thu May 29 18:14:56 2008 +0400
3937
3938 83xx/85xx: further localbus cleanups
3939
3940 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
3941 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
3942
3943 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3944
3945commit 42dbd667c88d496882d53e22656e89b654205492
3946Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3947Date: Wed May 28 18:20:15 2008 +0400
3948
3949 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
3950
3951 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
3952 use it on MPC85xx and MPC86xx processors.
3953
3954 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3955
3956commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
3957Author: Kumar Gala <galak@kernel.crashing.org>
3958Date: Thu May 29 11:22:06 2008 -0500
3959
3960 85xx: Add setting of cache props in the device tree.
3961
3962 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3963
3964commit 4dbdb7681e243431530df0725627192a0c4aefda
3965Author: Kumar Gala <galak@kernel.crashing.org>
3966Date: Tue Jun 10 16:53:46 2008 -0500
3967
3968 85xx: expose cpu identification
3969
3970 The current cpu identification code is used just to return the name
3971 of the processor at boot. There are some other locations that the name
3972 is useful (device tree setup). Expose the functionality to other bits
3973 of code.
3974
3975 Also, drop the 'E' suffix and add it on by looking at the SVR version
3976 when we print this out. This is mainly to allow the most flexible use
3977 of the name. The device tree code tends to not care about the 'E' suffix.
3978
3979 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3980
3981commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
3982Author: Kim Phillips <kim.phillips@freescale.com>
3983Date: Tue Jun 10 13:25:24 2008 -0500
3984
3985 mpc83xx: MVBLM7: minor build fixups
3986
3987 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3988
3989commit a1293e549b56da135ef32ffca5b9d35a16aa6802
3990Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3991Date: Tue Jun 10 09:14:05 2008 +0200
3992
3993 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
3994
3995 Add MPC8343 based board mvBlueLYNX-M7.
3996 It's a single board stereo camera system.
3997 Please read doc/README.mvblm7 for details.
3998
3999 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4000 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4001
4002commit c005b93925ba49f07da2aa748527996d927e172f
4003Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
4004Date: Tue Jun 10 09:13:16 2008 +0200
4005
4006 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
4007
4008 Add MPC8343 based board mvBlueLYNX-M7.
4009 It's a single board stereo camera system.
4010 Please read doc/README.mvblm7 for details.
4011
4012 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4013 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4014
4015commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
4016Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4017Date: Thu May 29 18:14:56 2008 +0400
4018
4019 83xx/85xx: further localbus cleanups
4020
4021 move the BRx_* and ORx_* left behind in mpc85xx.h
4022
4023 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
4024 the same, just few differences which needs some attention though).
4025
4026 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
4027 of these defines. So this cleanup I'll leave for the "better times".
4028
4029 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4030 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4031
4032commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
4033Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4034Date: Wed May 28 18:20:15 2008 +0400
4035
4036 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
4037
4038 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
4039 use it on MPC85xx and MPC86xx processors.
4040
4041 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4042 Acked-by: Andy Fleming <afleming@freescale.com>
4043 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4044
4045commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
4046Author: Tor Krill <tor@excito.com>
4047Date: Mon Jun 2 15:09:30 2008 +0200
4048
4049 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
4050
4051 Signed-off-by: Tor Krill <tor@excito.com>
4052 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4053
4054commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
4055Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4056Date: Mon Jun 9 23:37:44 2008 +0900
4057
4058 net: Conditional COBJS inclusion of network drivers
4059
4060 Replace COBJS-y with appropriate driver config names.
4061
4062 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4063 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4064
4065commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
4066Author: Gerald Van Baren <vanbaren@cideas.com>
4067Date: Mon Jun 9 21:02:17 2008 -0400
4068
4069 Use strncmp() for the fdt command
4070
4071 Cleaner than doing multiple conditionals on characters.
4072
4073 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4074
4075commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
4076Author: Gerald Van Baren <vanbaren@cideas.com>
4077Date: Sat Jun 7 12:25:05 2008 -0400
4078
4079 The fdt boardsetup command criteria was not unique
4080
4081 It was checking just for "b", which is not unique with respect to the
4082 "boot" command. Change to check for "boa"[rdsetup].
4083
4084 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4085
4086commit 2f08bfa9526bae4f461e043530cfb903fec0d273
4087Author: David Gibson <david@gibson.dropbear.id.au>
4088Date: Tue May 20 17:19:11 2008 +1000
4089
4090 libfdt: Several cleanups to parameter checking
4091
4092 This patch makes a couple of small cleanups to parameter checking of
4093 libfdt functions.
4094
4095 - In several functions which take a node offset, we use an
4096 idiom involving fdt_next_tag() first to check that we have indeed been
4097 given a node offset. This patch adds a helper function
4098 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
4099
4100 - In fdt_rw.c in several places we have the expanded version
4101 of the RW_CHECK_HEADER() macro for no particular reason. This patch
4102 replaces those instances with an invocation of the macro; that's what
4103 it's for.
4104
4105 - In fdt_sw.c we rename the check_header_sw() function to
4106 sw_check_header() to match the analgous function in fdt_rw.c, and we
4107 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
4108 functions in fdt_rw.c
4109
4110 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
4111
4112commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
4113Author: Gerald Van Baren <vanbaren@cideas.com>
4114Date: Tue Jun 3 20:34:45 2008 -0400
4115
4116 Remove the deprecated CONFIG_OF_FLAT_TREE
4117
4118 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
4119 cleaner, has better functionality, and is better supported.
4120
4121 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4122
4123commit 62bcdda293efa752f8281fbd9da03822b27ce82f
4124Author: Gerald Van Baren <vanbaren@cideas.com>
4125Date: Tue Jun 3 20:26:29 2008 -0400
4126
4127 Change the stxxst to CONFIG_OF_LIBFDT
4128
4129 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
4130 to CONFIG_OF_LIBFDT.
4131
4132 WARNING: It appears that this board lost its ability to boot via a
4133 flattened device tree prior to this changeset.
4134
4135 WARNING: This conversion was untested because I do not have a board to
4136 test it on.
4137
4138 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4139
4140commit 589c04271d129729a8b01391453851ab9cc4069c
4141Author: Gerald Van Baren <vanbaren@cideas.com>
4142Date: Tue Jun 3 20:24:58 2008 -0400
4143
4144 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
4145
4146 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
4147 to CONFIG_OF_LIBFDT.
4148
4149 WARNING: This conversion is untested because I do not have a board to
4150 test it on.
4151
4152 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
4153 /aliases/ethernet1 property for the ethernet to work.
4154
4155 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4156
4157commit ee1e35bede91debc8bff9b02f75574486033b652
4158Author: Kumar Gala <galak@kernel.crashing.org>
4159Date: Thu May 29 01:21:24 2008 -0500
4160
4161 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
4162
4163 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4164
4165commit 3b9519fc50802436e417c839e69df7b2016cade5
4166Author: Becky Bruce <becky.bruce@freescale.com>
4167Date: Wed May 14 13:10:04 2008 -0500
4168
4169 MPC85xx: Change traps.c to not reference non-addressable memory
4170
4171 Currently, END_OF_RAM is used by the trap code to determine if
4172 we should attempt to access the stack pointer or not. However,
4173 on systems with a lot of RAM, only a subset of the RAM is
4174 guaranteed to be mapped in and accessible. Change END_OF_RAM
4175 to use get_effective_memsize() instead of using the raw ram
4176 size out of the bd.
4177
4178 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4179
4180commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
4181Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4182Date: Mon Jun 9 13:39:57 2008 +0900
4183
4184 sh: Renesas Solutions SH7763RDP board support
4185
4186 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
4187 In this patch, support SCIF, NOR Flash, and Ethernet.
4188
4189 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4190 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4191
4192commit 60179098a95eaa972007d7ec58e4c1588029720f
4193Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4194Date: Fri Jun 6 16:24:13 2008 +0900
4195
4196 sh: Add support Renesas SH7763
4197
4198 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
4199 This patch supprts CPU register's header file.
4200
4201 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4202 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4203
4204commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
4205Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4206Date: Fri Jun 6 16:16:08 2008 +0900
4207
4208 sh: SH7763 SCIF support
4209
4210 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
4211 but only SCIF2 is different. This patch work all SCIF channel.
4212
4213 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4214 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4215
4216commit 79b51ff8205f0354d5300570614c1d2db499679c
4217Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4218Date: Sat Jun 7 20:51:59 2008 +0900
4219
4220 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
4221
4222 Also get rid of some #ifdefs in *.c files.
4223
4224 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4225
4226commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
4227Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4228Date: Sat Jun 7 20:51:56 2008 +0900
4229
4230 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
4231
4232 CONFIG_SOC_AU1X00
4233
4234 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
4235 need to have this config as a system type specifier.
4236
4237 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
4238 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
4239
4240 Machine type specifiers. Each port should have one of aboves.
4241
4242 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4243
4244commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
4245Author: Stuart Wood <stuart.wood@labxtechnologies.com>
4246Date: Fri May 30 16:05:28 2008 -0400
4247
4248 env_nand.c: Added bad block management for environment variables
4249
4250 Modified to check for bad blocks and to skipping over them when
4251 CFG_ENV_RANGE has been defined.
4252 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
4253 flash block size.
4254
4255 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
4256 Signed-off-by: Scott Wood <scottwood@freescale.com>
4257
4258commit 279726bd00558e80263d44581c44167625b7fb9a
4259Author: Becky Bruce <becky.bruce@freescale.com>
4260Date: Wed May 14 13:09:58 2008 -0500
4261
4262 MPC86xx: Change traps.c to not reference non-addressable memory
4263
4264 Currently, END_OF_RAM is used by the trap code to determine if
4265 we should attempt to access the stack pointer or not. However,
4266 on systems with a lot of RAM, only a subset of the RAM is
4267 guaranteed to be mapped in and accessible. Change END_OF_RAM
4268 to use get_effective_memsize() instead of using the raw ram
4269 size out of the bd to prevent us from trying to access
4270 non-mapped memory.
4271
4272 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4273
4274commit 338cc038461a6c7709c5b86fd9a240209338a1ae
4275Author: Wolfgang Denk <wd@denx.de>
4276Date: Fri Jun 6 14:28:14 2008 +0200
4277
4278 tools/mkimage: fix compiler warnings on some systems.
4279
4280 Signed-off-by: Wolfgang Denk <wd@denx.de>
4281
4282commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
4283Author: Stefan Roese <sr@denx.de>
4284Date: Fri Jun 6 16:10:41 2008 +0200
4285
4286 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
4287
4288 We use upper case letters for the AMCC processor defines (like
4289 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
4290 not CONFIG_440SPe. This patch fixes the last misspelled config options.
4291
4292 Signed-off-by: Stefan Roese <sr@denx.de>
4293
4294commit 72675dc6c06a48846d180106161d49dd714383cc
4295Author: Stefan Roese <sr@denx.de>
4296Date: Fri Jun 6 15:55:21 2008 +0200
4297
4298 ppc4xx: Unify AMCC's board config files (part 3/3)
4299
4300 This patch series unifies the AMCC eval board ports by introducing
4301 a common include header for all AMCC eval boards:
4302
4303 include/configs/amcc-common.h
4304
4305 This header now includes all common configuration options/defines which
4306 are removed from the board specific headers.
4307
4308 The reason for this is ease of maintenance and unified look and feel
4309 of all AMCC boards.
4310
4311 Signed-off-by: Stefan Roese <sr@denx.de>
4312
4313commit 490f204096d6e2c9940f67816f154a8125bab116
4314Author: Stefan Roese <sr@denx.de>
4315Date: Fri Jun 6 15:55:03 2008 +0200
4316
4317 ppc4xx: Unify AMCC's board config files (part 2/3)
4318
4319 This patch series unifies the AMCC eval board ports by introducing
4320 a common include header for all AMCC eval boards:
4321
4322 include/configs/amcc-common.h
4323
4324 This header now includes all common configuration options/defines which
4325 are removed from the board specific headers.
4326
4327 The reason for this is ease of maintenance and unified look and feel
4328 of all AMCC boards.
4329
4330 Signed-off-by: Stefan Roese <sr@denx.de>
4331
4332commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
4333Author: Stefan Roese <sr@denx.de>
4334Date: Fri Jun 6 15:54:31 2008 +0200
4335
4336 ppc4xx: Unify AMCC's board config files (part 1/3)
4337
4338 This patch series unifies the AMCC eval board ports by introducing
4339 a common include header for all AMCC eval boards:
4340
4341 include/configs/amcc-common.h
4342
4343 This header now includes all common configuration options/defines which
4344 are removed from the board specific headers.
4345
4346 The reason for this is ease of maintenance and unified look and feel
4347 of all AMCC boards.
4348
4349 Signed-off-by: Stefan Roese <sr@denx.de>
4350
4351commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
4352Author: Remy Bohmer <linux@bohmer.net>
4353Date: Thu Jun 5 13:03:36 2008 +0200
4354
4355 DM9000 fix status check fail 0x6d error for trizeps board
4356
4357 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
4358 the status byte need to be checked to identify a valid packet in the fifo
4359
4360 But, The several different Application Notes do not all speak the same
4361 language on these bits. They do not disagree, but only 1 Application Note
4362 noted explicitly that only these 2 bits need to be checked.
4363 Even the datasheets do not mention anything about these 2 bits.
4364
4365 Because the old code, and the kernel check the whole byte, I left this piece
4366 untouched.
4367
4368 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
4369 it should work.
4370
4371 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
4372 in the fifo) is much shorter now, compared to the older U-boot driver code,
4373 so that we can maybe run into a hardware condition now that was never seen
4374 before, or maybe was seen very unfrequently.
4375
4376 Additionaly added a cleanup of a stack variable.
4377
4378 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4379 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4380
4381commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
4382Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4383Date: Thu Jun 5 22:29:00 2008 +0900
4384
4385 [MIPS] Update <asm/addrspace.h> header
4386
4387 - Fix traditional KSEG names
4388 - Replace PHYSADDR with CPHYSADDR
4389
4390 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4391
4392commit f0d5a6f060d00358b85c62a921a423ea8df71184
4393Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4394Date: Thu Jun 5 22:29:00 2008 +0900
4395
4396 [MIPS] mips_config.mk: Misc fixes
4397
4398 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
4399 - Modify comments
4400
4401 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4402
4403commit 5f64d21c9a2998794f255b469165b91f092dfc2d
4404Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4405Date: Thu Jun 5 22:29:00 2008 +0900
4406
4407 [MIPS] Kill unused <version.h> inclusions
4408
4409 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4410
4411commit a55d48174cfd1a5bc184159513f48dcbbe409c83
4412Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4413Date: Thu Jun 5 22:29:00 2008 +0900
4414
4415 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
4416
4417 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
4418 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
4419 in the U-Boot system.
4420
4421 The other is we don't have a proper time management counter like timestamp
4422 other ARCHs have. We need the 32-bit millisecond clock counter.
4423
4424 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
4425 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
4426 of calculated CP0 counter cycles in a CFG_HZ.
4427
4428 STRATEGY:
4429
4430 * Fix improper CFG_HZ value to have 1000
4431
4432 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
4433
4434 * timer_init: initialize timestamp and set up the first timer expiration.
4435 Note that we don't need to initialize CP0 count/compare registers here
4436 as they have been already zeroed out on the system reset. Leave them as
4437 they are.
4438
4439 * get_timer: calculate how many timestamps have been passed, then return
4440 base-relative timestamp. Make sure we can easily count missed timestamps
4441 regardless of CP0 count/compare value.
4442
4443 * get_ticks: return the current timestamp, that is get_timer(0).
4444
4445 Most parts are from good old Linux v2.6.16 kernel.
4446
4447 v2:
4448 - Remove FIXME comments as they turned out to be trivial.
4449 - Use CP0 compare register as a global variable for expirelo.
4450 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
4451 instead.
4452
4453 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4454
4455commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
4456Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4457Date: Thu Jun 5 22:29:00 2008 +0900
4458
4459 [MIPS] lib_mips/time.c: Fix udelay
4460
4461 What we have to do is just to wait for given micro-seconds. No need to
4462 take into account current time, get_timer and CFG_HZ.
4463
4464 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4465
4466commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
4467Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4468Date: Thu Jun 5 22:28:59 2008 +0900
4469
4470 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
4471
4472 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
4473 This patch replaces mips_{compare,count}_set and mips_count_get with
4474 existing macros.
4475
4476 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4477
4478commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
4479Author: Remy Bohmer <linux@bohmer.net>
4480Date: Tue Jun 3 15:48:17 2008 +0200
4481
4482 Get rid of annoying/superfluous bad-checksum warning message
4483
4484 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
4485 It is annoying for ordinary users who start to doubt the network connection
4486 in general when they see messages like this.
4487
4488 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
4489 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
4490 now before checking the checksum.
4491
4492 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4493 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4494
4495commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
4496Author: Remy Bohmer <linux@bohmer.net>
4497Date: Wed Jun 4 10:47:25 2008 +0200
4498
4499 Fix order for reading rx-status registers in 32bit mode of DM9000
4500
4501 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
4502 a bug in reading the rx-status registers in 32bit mode only.
4503 This patch repairs this.
4504
4505 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4506 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4507
4508commit 98291e2e689096420465074cce926b226d2e71b4
4509Author: Remy Bohmer <linux@bohmer.net>
4510Date: Tue Jun 3 15:26:26 2008 +0200
4511
4512 DM9000: Some minor code cleanups
4513
4514 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
4515 need some other minor cleanup.
4516
4517 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4518 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4519
4520commit 850ba7555dbd4ca8d14fc475b864d534797adab3
4521Author: Remy Bohmer <linux@bohmer.net>
4522Date: Tue Jun 3 15:26:25 2008 +0200
4523
4524 DM9000: Make driver work properly for DM9000A
4525
4526 The DM9000A network controller does not work with the U-boot DM9000x driver.
4527 Analysis showed that many incoming packets are lost.
4528
4529 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
4530 check for a valid rx packet be done on the interrupt status register, not
4531 directly by performing the dummy read and the rx status check as is currently
4532 the case in the u-boot driver.
4533
4534 When the recommended poll is done as suggested the driver starts working
4535 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
4536 can be more than 1 package in the fifo at the same time.
4537
4538 The driver must perform the rx-status check in a loop and read and handle all
4539 packages until there is no more left _after_ the interrupt RX flag is set.
4540
4541 This change has been tested with DM9000A, DM9000E, DM9000EP.
4542
4543 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4544 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4545
4546commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
4547Author: Remy Bohmer <linux@bohmer.net>
4548Date: Tue Jun 3 15:26:24 2008 +0200
4549
4550 DM9000: Improve eth_reset() routine
4551
4552 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
4553 reset procedure must be done twice to properly reset the DM9000 by means of software.
4554 This errata is not needed anymore for the DM9000A, but it does not bother it.
4555
4556 This change has been tested with DM9000A, DM9000E, DM9000EP.
4557
4558 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4559 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4560
4561commit acba31847fad9ae40708cc2c9f3a634ec35f3416
4562Author: Remy Bohmer <linux@bohmer.net>
4563Date: Tue Jun 3 15:26:23 2008 +0200
4564
4565 DM9000: improve eth_send() routine
4566
4567 The eth_send routine of the U-boot DM9000x driver does not match the
4568 DM9000 or DM9000A application notes/programming guides.
4569
4570 This change improves the stability of the DM9000A network controller.
4571
4572 This change has been tested with DM9000A, DM9000E, DM9000EP.
4573
4574 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4575 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4576
4577commit 134e266253c02a7832560da59d394989c4f64453
4578Author: Remy Bohmer <linux@bohmer.net>
4579Date: Tue Jun 3 15:26:22 2008 +0200
4580
4581 DM9000: repair debug logging
4582
4583 It seems that the debugging code of the DM9000x driver in U-boot has not been
4584 compiled for a long time, because it cannot compile...
4585
4586 Also rearranged some loglines to get more useful info while debugging.
4587
4588 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4589 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4590
4591commit a101361bfe23c120321e45d114c0603b8e0763e9
4592Author: Remy Bohmer <linux@bohmer.net>
4593Date: Tue Jun 3 15:26:21 2008 +0200
4594
4595 DM9000: Add data bus-width auto detection.
4596
4597 The U-boot DM9000x driver contains a compile time bus-width definition for
4598 the databus connected to the network controller.
4599
4600 This compile check makes the code unclear, inflexible and is unneccessary.
4601 It can be asked to the network controller what its bus-width is by reading bits
4602 6 and 7 of the interrupt status register.
4603
4604 The linux kernel already uses a runtime mechanism to determine this bus-width,
4605 so the implementation below looks somewhat like that implementation.
4606
4607 This change has been tested with DM9000A, DM9000E, DM9000EP.
4608
4609 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4610 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4611
4612commit 63a0afa0c32e5f4ea98a9439542870072437404d
4613Author: Stefan Roese <sr@denx.de>
4614Date: Wed Jun 4 19:19:20 2008 +0200
4615
4616 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
4617
4618 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
4619 introduced by the commit:
4620
4621 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
4622
4623 With this patch SDRAM will get initialized again and booting from NAND
4624 is working again.
4625
4626 Signed-off-by: Stefan Roese <sr@denx.de>
4627 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
4628
4629commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
4630Author: Wolfgang Denk <wd@denx.de>
4631Date: Tue May 27 14:19:30 2008 +0200
4632
4633 Socrates: Fix PCI bus frequency report
4634
4635 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4636
4637commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
4638Author: Tor Krill <tor@excito.com>
4639Date: Thu May 29 11:10:30 2008 +0200
4640
4641 Fix incorrect switch for IF_TYPE in part.c
4642
4643 Use correct field in block_dev_desc_t when writing interface type in
4644 dev_print. Error introduced in 574b3195.
4645
4646 Also added fix from Martin Krause
4647
4648 Signed-off-by: Tor Krill <tor@excito.com>
4649
4650commit b64b8a0bd310935b70af69ac970952f2b364ae56
4651Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
4652Date: Tue May 27 10:25:39 2008 +0200
4653
4654 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
4655
4656 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4657
4658commit 35ef877f0a8f6232cdef748f442fed5accb2b641
4659Author: Peter Tyser <ptyser@xes-inc.com>
4660Date: Thu May 22 18:56:52 2008 -0500
4661
4662 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
4663
4664 Removed unneeded command line history initialization. Also, the original
4665 code would access the 'initted' variable before relocation to SDRAM
4666 which resulted in erratic behavior since the bss is not initialized when
4667 executing from flash.
4668
4669 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4670
4671commit 22f371b63038a4ecab04068877c1089e51a01ba1
4672Author: Grant Erickson <gerickson@nuovations.com>
4673Date: Wed May 21 13:28:30 2008 -0700
4674
4675 PPC4xx: Simplified post_word_{load, store}
4676
4677 This patch simplifies post_word_{load,store} by using the preprocessor
4678 to eliminate redundant, copy-and-pasted code.
4679
4680 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4681
4682commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
4683Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
4684Date: Wed May 7 21:25:33 2008 +0400
4685
4686 cfi_flash: enable M18 flash chips family support.
4687
4688 Added new command set ID. Buffered write command processing is changed
4689 in order to support M18 flash chips family.
4690
4691 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
4692 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
4693
4694commit 93c56f212ccdadc182018f0769cb284426b88f1d
4695Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
4696Date: Wed May 7 21:24:44 2008 +0400
4697
4698 cfi_flash: support of long cmd in U-boot.
4699
4700 Some NOR flash chips needs support of commands with length grether than max
4701 value size of uchar. For example all M18 family chips use 0x1ff command in
4702 buffered write mode as value of program loops count.
4703
4704 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
4705 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
4706
4707commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
4708Author: Stefan Roese <sr@denx.de>
4709Date: Fri May 16 11:06:06 2008 +0200
4710
4711 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
4712
4713 On AD7414 the first value upon bootup is not read correctly.
4714 This is most likely because of the 800ms update time of the
4715 temp register in normal update mode. To get current values
4716 each time we issue the "dtt" command including upon powerup
4717 we switch into one-short mode.
4718
4719 This patch fixes the problem on AD7414 equipped boards (Sequoia,
4720 Canyonlands etc), that temp value printed in the bootup log was
4721 incorrect.
4722
4723 Signed-off-by: Stefan Roese <sr@denx.de>
4724
4725commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
4726Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4727Date: Fri May 30 16:55:06 2008 +0200
4728
4729 ppc4xx: Cleanup CPCI405 variant's config file
4730
4731 This patch removes some dead code from CPCI405 board's
4732 config files. JFFS2 support is also removed. It's not used and
4733 CPCI4052 does not build anymore without some size reduction.
4734
4735 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4736
4737commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
4738Author: Kenneth Johansson <kenneth@southpole.se>
4739Date: Thu May 29 16:32:33 2008 +0200
4740
4741 Remove shell variable UNDEF_SYM.
4742
4743 UNDEF_SYM is a shell variable in the main Makefile used to force the
4744 linker to add all u-boot commands to the final image. It has no use here.
4745
4746 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
4747
4748commit 8c66497e06bf803489c589df58ee591d71033274
4749Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4750Date: Fri May 16 11:10:35 2008 +0200
4751
4752 Add support for environment in SPI flash
4753
4754 This is pretty incomplete...it doesn't handle reading the environment
4755 before relocation, it doesn't support redundant environment, and it
4756 doesn't support embedded environment. But apart from that, it does
4757 seem to work.
4758
4759 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4760
4761commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
4762Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4763Date: Fri May 16 11:10:34 2008 +0200
4764
4765 SPI Flash: Add "sf" command
4766
4767 This adds a new command, "sf" which can be used to manipulate SPI
4768 flash. Currently, initialization, reading, writing and erasing is
4769 supported.
4770
4771 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4772
4773commit d25ce7d24cc0f93881559f4009175ea305af65e8
4774Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4775Date: Fri May 16 11:10:33 2008 +0200
4776
4777 SPI Flash subsystem
4778
4779 This adds a new SPI flash subsystem.
4780
4781 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
4782 but some preliminary support for other flash types is in place as
4783 well.
4784
4785 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4786
4787commit 60445cb5c3eb77ed1a07f2d908eef09174483698
4788Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
4789Date: Fri May 16 11:10:32 2008 +0200
4790
4791 atmel_spi: Driver for the Atmel SPI controller
4792
4793 This adds a driver for the SPI controller found on most AT91 and AVR32
4794 chips, implementing the new SPI API.
4795
4796 Changed in v4:
4797 - Update to new API
4798 - Handle zero-length transfers appropriately. The user may send a
4799 zero-length SPI transfer with SPI_XFER_END set in order to
4800 deactivate the chip select after a series of transfers with chip
4801 select active. This is useful e.g. when polling the status
4802 register of DataFlash.
4803
4804 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
4805
4806commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
4807Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
4808Date: Fri May 16 11:10:31 2008 +0200
4809
4810 SPI API improvements
4811
4812 This patch gets rid of the spi_chipsel table and adds a handful of new
4813 functions that makes the SPI layer cleaner and more flexible.
4814
4815 Instead of the spi_chipsel table, each board that wants to use SPI
4816 gets to implement three hooks:
4817 * spi_cs_activate(): Activates the chipselect for a given slave
4818 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
4819 * spi_cs_is_valid(): Determines if the given bus/chipselect
4820 combination can be activated.
4821
4822 Not all drivers may need those extra functions however. If that's the
4823 case, the board code may just leave them out (assuming they know what
4824 the driver needs) or rely on the linker to strip them out (assuming
4825 --gc-sections is being used.)
4826
4827 To set up communication parameters for a given slave, the driver needs
4828 to call spi_setup_slave(). This returns a pointer to an opaque
4829 spi_slave struct which must be passed as a parameter to subsequent SPI
4830 calls. This struct can be freed by calling spi_free_slave(), but most
4831 driver probably don't want to do this.
4832
4833 Before starting one or more SPI transfers, the driver must call
4834 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
4835 the hardware. When all transfers are done, the driver must call
4836 spi_release_bus() to make the bus available to others, and possibly
4837 shut down the SPI controller hardware.
4838
4839 spi_xfer() behaves mostly the same as before, but it now takes a
4840 spi_slave parameter instead of a spi_chipsel function pointer. It also
4841 got a new parameter, flags, which is used to specify chip select
4842 behaviour. This may be extended with other flags in the future.
4843
4844 This patch has been build-tested on all powerpc and arm boards
4845 involved. I have not tested NIOS since I don't have a toolchain for it
4846 installed, so I expect some breakage there even though I've tried
4847 fixing up everything I could find by visual inspection.
4848
4849 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
4850 DataFlash drivers posted as a follow-up. I'd like some help testing
4851 other boards that use the existing SPI API.
4852
4853 But most of all, I'd like some comments on the new API. Is this stuff
4854 usable for everyone? If not, why?
4855
4856 Changed in v4:
4857 - Build fixes for various boards, drivers and commands
4858 - Provide common struct spi_slave definition that can be extended by
4859 drivers
4860 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
4861 - Make default bus and mode build-time configurable
4862 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
4863
4864 Changed in v3:
4865 - Add opaque struct spi_slave for controller-specific data associated
4866 with a slave.
4867 - Add spi_claim_bus() and spi_release_bus()
4868 - Add spi_free_slave()
4869 - spi_setup() is now called spi_setup_slave() and returns a
4870 struct spi_slave
4871 - soft_spi now supports four SPI modes (CPOL|CPHA)
4872 - Add bus parameter to spi_setup_slave()
4873 - Convert the new i.MX32 SPI driver
4874 - Convert the new MC13783 RTC driver
4875
4876 Changed in v2:
4877 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
4878 new API.
4879
4880 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
4881 Tested-by: Guennadi Liakhovetski <lg@denx.de>
4882
4883commit 289011207d999b2e4085150d2aa30d547ad9b800
4884Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4885Date: Fri May 16 11:10:30 2008 +0200
4886
4887 Move definition of container_of() to common.h
4888
4889 AVR32 and AT91SAM9 both have their own identical definitions of
4890 container_of() taken from the Linux kernel. Move it to common.h so
4891 that all architectures can use it.
4892
4893 container_of() is already used by some drivers, and will be used
4894 extensively by the new and improved SPI API.
4895
4896 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4897
4898commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
4899Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4900Date: Fri May 16 11:08:11 2008 +0200
4901
4902 soft_i2c: Pull SDA high before reading
4903
4904 Spotted by Dean Capindale.
4905
4906 Systems that support open-drain GPIO properly are allowed provide an
4907 empty I2C_TRISTATE define. However, this means that we need to be
4908 careful not to drive SDA low when the slave is expected to respond.
4909
4910 This patch adds a missing I2C_SDA(1) to read_byte() required to
4911 tristate the SDA line on systems that support open-drain GPIO.
4912
4913 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4914
4915commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
4916Author: Stefan Roese <sr@denx.de>
4917Date: Mon May 19 11:34:53 2008 +0200
4918
4919 ppc4xx: Remove implementations of testdram()
4920
4921 This patch removes the used testdram() implementations of the board
4922 that are maintained by myself.
4923
4924 Signed-off-by: Stefan Roese <sr@denx.de>
4925
4926commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
4927Author: Stefan Roese <sr@denx.de>
4928Date: Mon Jun 2 17:37:28 2008 +0200
4929
4930 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
4931
4932 Historically the 405 U-Boot port had a dram_init() call in early init
4933 stage. This function was still called from start.S and most of the time
4934 coded in assembler. This is not needed anymore (since a long time) and
4935 boards should implement the common initdram() function in C instead.
4936
4937 This patch now removed the dram_init() call from start.S and removes the
4938 empty implementations that are scattered through most of the 405 board
4939 ports. Some older board ports really implement this dram_init() though.
4940 These are:
4941
4942 csb272
4943 csb472
4944 ERIC
4945 EXBITGEN
4946 W7OLMC
4947 W7OLMG
4948
4949 I changed those boards to call this assembler dram_init() function now
4950 from their board specific initdram() instead. This *should* work, but please
4951 test again on those platforms. And it is perhaps a good idea that those
4952 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
4953 some time. So further patches welcome here.
4954
4955 Signed-off-by: Stefan Roese <sr@denx.de>
4956
4957commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
4958Author: Stefan Roese <sr@denx.de>
4959Date: Mon Jun 2 17:22:11 2008 +0200
4960
4961 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
4962
4963 Signed-off-by: Stefan Roese <sr@denx.de>
4964
4965commit 39b32be18cd33b53a84065edcd4e465165cc5564
4966Author: Stefan Roese <sr@denx.de>
4967Date: Mon Jun 2 17:20:03 2008 +0200
4968
4969 ppc4xx: Fix common ECC generation code for 440GP style platforms
4970
4971 This patch makes the common 4xx ECC code really usable on 440GP style
4972 platforms.
4973
4974 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
4975 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
4976 we need to make some processor dependant defines used later on by the
4977 driver.
4978
4979 Signed-off-by: Stefan Roese <sr@denx.de>
4980
4981commit ec724f883ee3f3925e6c55027e8ffa70ada83303
4982Author: Stefan Roese <sr@denx.de>
4983Date: Mon Jun 2 17:13:55 2008 +0200
4984
4985 ppc4xx: Change Kilauea to use the common DDR2 init function
4986
4987 This patch changes the kilauea and kilauea_nand (for NAND booting)
4988 board port to not use a board specific DDR2 init routine anymore. Now
4989 the common code from cpu/ppc4xx is used.
4990
4991 Thanks to Grant Erickson for all his basic work on this 405EX early
4992 bootup.
4993
4994 Signed-off-by: Stefan Roese <sr@denx.de>
4995
4996commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
4997Author: Stefan Roese <sr@denx.de>
4998Date: Mon Jun 2 14:59:21 2008 +0200
4999
5000 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
5001
5002 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
5003 ppc4xx related SDRAM/DDR/DDR2 controller defines.
5004
5005 Signed-off-by: Stefan Roese <sr@denx.de>
5006
5007commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
5008Author: Stefan Roese <sr@denx.de>
5009Date: Mon Jun 2 14:57:41 2008 +0200
5010
5011 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
5012
5013 This patch removes all SDRAM related defines from the PPC4xx headers
5014 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
5015 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
5016
5017 It also introduces new defines for the equipped SDRAM controller based on
5018 which PPC variant is used. There new defines are:
5019
5020 used on 405GR/CR/EP and some Xilinx Virtex boards.
5021
5022 used on 440GP/GX/EP/GR.
5023
5024 used on 440EPx/GRx.
5025
5026 used on 405EX/r/440SP/SPe/460EX/GT.
5027
5028 Signed-off-by: Stefan Roese <sr@denx.de>
5029
5030commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
5031Author: Stefan Roese <sr@denx.de>
5032Date: Mon Jun 2 14:35:44 2008 +0200
5033
5034 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
5035
5036 This patch consolidates the 405 and 440 parts of the NAND booting code
5037 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
5038 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
5039 Only *after* running from this location, nand_boot() is called.
5040
5041 Please note that the initsdram() call is now moved from nand_boot.c
5042 to start.S. I experienced problems with some boards like Kilauea
5043 (405EX), which don't have internal SRAM (OCM) and relocation needs to
5044 be done to SDRAM before the NAND controller can get accessed. When
5045 initdram() is called later on in nand_boot(), this can lead to problems
5046 with variables in the bss sections like nand_ecc_pos[].
5047
5048 Signed-off-by: Stefan Roese <sr@denx.de>
5049 Acked-by: Scott Wood <scottwood@freescale.com>
5050
5051commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
5052Author: Grant Erickson <gerickson@nuovations.com>
5053Date: Thu May 22 14:44:24 2008 -0700
5054
5055 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
5056
5057 This patch (Part 2 of 2):
5058
5059 * Rolls up a suite of changes to enable correct primordial stack and
5060 global data handling when the data cache is used for such a purpose
5061 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
5062
5063 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
5064 eliminating redundant ECC initialization implementations and moving
5065 redundant SDRAM initialization out of board code into shared 4xx
5066 code.
5067
5068 * Enables MCSR visibility on the 405EX(r).
5069
5070 * Enables the use of the data cache for initial RAM on
5071 both AMCC's Kilauea and Makalu and removes a redundant
5072 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
5073
5074 - Removed, per Stefan Roese's request, defunct memory.c file for
5075 Makalu and rolled sdram_init from it into makalu.c.
5076
5077 With respect to the 4xx DDR initialization and ECC unification, there
5078 is certainly more work that can and should be done (file renaming,
5079 etc.). However, that can be handled at a later date on a second or
5080 third pass. As it stands, this patch moves things forward in an
5081 incremental yet positive way for those platforms that utilize this
5082 code and the features associated with it.
5083
5084 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
5085 Signed-off-by: Stefan Roese <sr@denx.de>
5086
5087commit c821b5f120bedf73867513466412587c6912a8f8
5088Author: Grant Erickson <gerickson@nuovations.com>
5089Date: Thu May 22 14:44:14 2008 -0700
5090
5091 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
5092
5093 This patch (Part 1 of 2):
5094
5095 * Rolls up a suite of changes to enable correct primordial stack and
5096 global data handling when the data cache is used for such a purpose
5097 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
5098
5099 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
5100 eliminating redundant ECC initialization implementations and moving
5101 redundant SDRAM initialization out of board code into shared 4xx
5102 code.
5103
5104 * Enables MCSR visibility on the 405EX(r).
5105
5106 * Enables the use of the data cache for initial RAM on
5107 both AMCC's Kilauea and Makalu and removes a redundant
5108 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
5109
5110 - Removed, per Stefan Roese's request, defunct memory.c file for
5111 Makalu and rolled sdram_init from it into makalu.c.
5112
5113 With respect to the 4xx DDR initialization and ECC unification, there
5114 is certainly more work that can and should be done (file renaming,
5115 etc.). However, that can be handled at a later date on a second or
5116 third pass. As it stands, this patch moves things forward in an
5117 incremental yet positive way for those platforms that utilize this
5118 code and the features associated with it.
5119
5120 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
5121 Signed-off-by: Stefan Roese <sr@denx.de>
5122
5123commit a439680019e06171d4a5694b7992accce87f590e
5124Author: Grant Erickson <gerickson@nuovations.com>
5125Date: Wed May 21 13:28:30 2008 -0700
5126
5127 PPC4xx: Simplified post_word_{load, store}
5128
5129 This patch simplifies post_word_{load,store} by using the preprocessor
5130 to eliminate redundant, copy-and-pasted code.
5131
5132 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
5133
5134commit f979690ee337450b2030aba128f95b7a8d9881c0
5135Author: Kumar Gala <galak@kernel.crashing.org>
5136Date: Thu May 15 15:13:08 2008 -0500
5137
5138 Fix warnings from gcc-4.3.0 build on a ppc host
5139
5140 * The cfi_flash.c memset fix actual allows the board to boot so there is
5141 a bit more going on here than just resolving warnings associated with
5142 uninitialized variables.
5143
5144 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
5145 inline function 'ext2_find_next_zero_bit' which is not static
5146
5147 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5148
5149commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
5150Author: Becky Bruce <becky.bruce@freescale.com>
5151Date: Wed May 14 13:09:51 2008 -0500
5152
5153 MPC512x: Change traps.c to not reference non-addressable memory
5154
5155 Currently, END_OF_RAM is used by the trap code to determine if
5156 we should attempt to access the stack pointer or not. However,
5157 on systems with a lot of RAM, only a subset of the RAM is
5158 guaranteed to be mapped in and accessible. Change END_OF_RAM
5159 to use get_effective_memsize() instead of using the raw ram
5160 size out of the bd.
5161
5162 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5163
5164commit 81673e9ae14b771cd13faf19947192599cae3959
5165Author: Kumar Gala <galak@kernel.crashing.org>
5166Date: Tue May 13 19:01:54 2008 -0500
5167
5168 Make sure common.h is the first include.
5169
5170 If common.h isn't first we can get CONFIG_ options defined in the
5171 board config file ignored. This can cause an issue if any of those
5172 config options impact the size of types of data structures
5173 (eg CONFIG_PHYS_64BIT).
5174
5175 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5176
5177commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
5178Author: Marian Balakowicz <m8@semihalf.com>
5179Date: Tue May 13 15:53:29 2008 +0200
5180
5181 Avoid initrd and logbuffer area overlaps
5182
5183 Add logbuffer to reserved LMB areas to prevent initrd allocation
5184 from overlaping with it.
5185
5186 Make sure to use correct logbuffer base address.
5187
5188 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5189
5190commit 6956d53d9934862507f83f0e3255dfd4662e7482
5191Author: Sascha Laue <sascha.laue@liebherr.com>
5192Date: Tue May 13 13:29:54 2008 +0200
5193
5194 lwmon5: add memory-pattern-test to FPGA POST.
5195
5196commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
5197Author: Becky Bruce <becky.bruce@freescale.com>
5198Date: Thu May 8 19:02:51 2008 -0500
5199
5200 PPC: 86xx Add bat registers to reginfo command
5201
5202 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5203
5204commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
5205Author: Becky Bruce <becky.bruce@freescale.com>
5206Date: Fri May 9 15:41:35 2008 -0500
5207
5208 PPC: Add print_bats() to lib_ppc/bat_rw.c
5209
5210 This function prints the values of all the BAT register
5211 pairs - I needed this for debug earlier this week; adding it to
5212 lib_ppc so others can use it (and add it to reginfo commands
5213 if so desired).
5214
5215 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5216
5217commit c148f24c15743a02e855636e6bed013bd121f7f2
5218Author: Becky Bruce <becky.bruce@freescale.com>
5219Date: Thu May 15 21:29:04 2008 -0500
5220
5221 PPC: Change lib_ppc/bat_rw.c to use high bats
5222
5223 Currently, this code only deals with BATs 0-3, which makes
5224 it useless on systems that support BATs 4-7. Add the
5225 support for these registers.
5226
5227 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
5228
5229commit 31d826722434931e1152a09d140187dcf72f8aac
5230Author: Becky Bruce <becky.bruce@freescale.com>
5231Date: Thu May 8 19:02:12 2008 -0500
5232
5233 PPC: Create and use CONFIG_HIGH_BATS
5234
5235 Change all code that conditionally operates on high bat
5236 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
5237 instead of the myriad ways this is done now. Define the option
5238 for every config for which high bats are supported (and
5239 enabled by early boot, on parts where they're not always
5240 enabled)
5241
5242 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5243
5244commit aa3b8bf9c30065bb2ea852799d32db5020598495
5245Author: Wolfgang Grandegger <wg@grandegger.com>
5246Date: Wed May 28 19:55:19 2008 +0200
5247
5248 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
5249
5250 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
5251 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5252
5253commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
5254Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5255Date: Wed May 28 13:06:25 2008 -0500
5256
5257 ColdFire: Add 10 base ethernet support for mcf5445x
5258
5259 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5260 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5261
5262commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
5263Author: Jason McMullan <mcmullan@netapp.com>
5264Date: Fri May 30 00:53:38 2008 +0900
5265
5266 mips: Add an 'include/asm/errno.h', like all other architectures
5267
5268 All other u-boot architectures have an include/asm/errno.h, so
5269 this change adds it to the mips include/asm-mips headers also.
5270
5271 Stolen from Linux 2.6.25.
5272
5273 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
5274
5275commit e2ad8426624bac457acc6925b6ff408e9bf20466
5276Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5277Date: Fri May 30 00:53:38 2008 +0900
5278
5279 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
5280
5281 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5282
5283commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
5284Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5285Date: Fri May 30 00:53:38 2008 +0900
5286
5287 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
5288
5289 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5290
5291commit bf462ae450a7f2eeeddc699ed345b391e3263540
5292Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5293Date: Fri May 30 00:53:37 2008 +0900
5294
5295 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
5296
5297 No functional changes.
5298
5299 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5300
5301commit 89a1550ec6b74452274a7a23127936e2c7eec711
5302Author: Jason McMullan <mcmullan@netapp.com>
5303Date: Fri May 30 00:53:37 2008 +0900
5304
5305 mips: If CONFIG_CMD_SPI is defined, call spi_init()
5306
5307 The mips architecture currently does not call 'spi_init()' in the generic
5308 board initialization routine is CONFIG_CMD_SPI is defined.
5309
5310 This patch rectifies that problem.
5311
5312 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
5313 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5314
5315commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
5316Author: Jason McMullan <mcmullan@netapp.com>
5317Date: Fri May 30 00:53:37 2008 +0900
5318
5319 [MIPS] lib_mips/board.c: Add nand_init
5320
5321 This patch adds the standard 'nand_init()' call to the mips generic
5322 'board_init_r()' call, bringing MIPS in line with the other architectures.
5323
5324 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
5325 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5326
5327commit d6ac2ed893c2168738aee01579d6283af8d37045
5328Author: Scott Wood <scottwood@freescale.com>
5329Date: Thu May 22 10:49:46 2008 -0500
5330
5331 Remove prototypes of nand_init() in favor of including nand.h.
5332
5333 Likewise with onenand_init().
5334
5335 Signed-off-by: Scott Wood <scottwood@freescale.com>
5336
5337commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
5338Author: Scott Wood <scottwood@freescale.com>
5339Date: Thu May 22 10:49:00 2008 -0500
5340
5341 Make onenand_uboot.h self-sufficient.
5342
5343 Don't assume types are provided by previously included headers.
5344
5345 Signed-off-by: Scott Wood <scottwood@freescale.com>
5346
5347commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
5348Author: Dirk Behme <dirk.behme@gmail.com>
5349Date: Wed Jan 16 14:26:59 2008 +0100
5350
5351 nand: Correct NAND erase percentage output
5352
5353 For NAND erase sizes smaller than one NAND erase block, erase
5354 percentage output becomes grater than 100% e.g.
5355
5356 -- cut --
5357 > nand info
5358 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
5359 > nand erase 0x100000 0x2000
5360 NAND erase: device 0 offset 0x100000, size 0x2000
5361 Erasing at 0x100000 -- 200% complete.
5362 OK
5363 >
5364 -- cut --
5365
5366 Correct this and give user a warning that more is erased than specified:
5367
5368 -- cut --
5369 > nand erase 0x100000 0x2000
5370 NAND erase: device 0 offset 0x100000, size 0x2000
5371 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
5372 Erasing 0x00004000 instead
5373 Erasing at 0x100000 -- 100% complete.
5374 OK
5375 >
5376 -- cut --
5377
5378 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
5379
5380commit 5922db6c0948506be91e0de44e7a6863a18a417f
5381Author: Stelian Pop <stelian@popies.net>
5382Date: Tue May 13 17:31:24 2008 +0200
5383
5384 Cleanup nand_info[] declaration.
5385
5386 The nand_info array is declared as extern in several .c files.
5387 Those days, nand.h contains a reference to the array, so there is
5388 no need to declare it elsewhere.
5389
5390 Signed-off-by: Stelian Pop <stelian@popies.net>
5391 Signed-off-by: Scott Wood <scottwood@freescale.com>
5392
5393commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
5394Author: Scott Wood <scottwood@freescale.com>
5395Date: Mon May 19 09:30:43 2008 -0500
5396
5397 NAND: Provide a sane default for NAND_MAX_CHIPS.
5398
5399 This allows the header to be included regardless of whether a board's
5400 config file provides NAND-related defininitions.
5401
5402 Signed-off-by: Scott Wood <scottwood@freescale.com>
5403
5404commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
5405Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5406Date: Mon May 26 12:19:10 2008 +0200
5407
5408 avr32: Fix theoretical race in udelay()
5409
5410 If the specified delay is very short, the cycle counter may go past the
5411 "end" time we are waiting for before we get around to reading it.
5412
5413 Fix it by checking the different between the cycle count "now" and the
5414 cycle count at the beginning. This will work as long as the delay
5415 measured in number of cycles is below 2^31.
5416
5417 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5418
5419commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
5420Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5421Date: Wed May 21 13:01:09 2008 +0200
5422
5423 avr32: Compile atmel_mci.o conditionally
5424
5425 Remove #ifdef CONFIG_MMC from the source file and use conditional
5426 compilation in the Makefile instead.
5427
5428 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5429
5430commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
5431Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5432Date: Thu May 22 12:28:25 2008 +0200
5433
5434 avr32: Fix wrong error flags in atmel_mci driver
5435
5436 Make sure we check for CRC errors when sending commands that use CRC
5437 checking.
5438
5439 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
5440 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5441
5442commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
5443Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5444Date: Wed May 21 11:10:59 2008 +0200
5445
5446 avr32: Fix two warnings in atmel_mci.c
5447
5448 The warnings are harmless but annoying. Let's fix them.
5449
5450 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5451
5452commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
5453Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5454Date: Mon May 19 11:36:28 2008 +0200
5455
5456 avr32: Rework SDRAM initialization code
5457
5458 This cleans up the SDRAM initialization and related code a bit, and
5459 allows faster booting.
5460
5461 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
5462 * Remove memory test from sdram_init() and make caller responsible
5463 for verifying the SDRAM and determining its size.
5464 * Remove base_address member from struct sdram_config (was sdram_info)
5465 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
5466 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
5467
5468 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5469
5470commit 95107b7c028806919630bf02c653aa8f4f867c94
5471Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5472Date: Mon May 19 11:27:37 2008 +0200
5473
5474 avr32: Do stricter stack checking in the exception handler
5475
5476 Don't do a stack dump if the stack pointer is outside the memory area
5477 reserved for stack.
5478
5479 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5480
5481commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
5482Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5483Date: Fri May 2 15:32:57 2008 +0200
5484
5485 avr32: Use the same entry point for reset and exception handling
5486
5487 Since the reset vector is always aligned to a very large boundary, we
5488 can save a couple of KB worth of alignment padding by placing the
5489 exception vectors at the same address.
5490
5491 Deciding which one it is is easy: If we're handling an exception, the
5492 CPU is in Exception mode. If we're starting up after reset, the CPU is
5493 in Supervisor mode. So this adds a very minimal overhead to the reset
5494 path (only executed once) and the exception handling path (normally
5495 never executed at all.)
5496
5497 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5498
5499commit 0c16eed2189a190bd5655b33c029f809a9b31128
5500Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5501Date: Fri May 2 15:24:22 2008 +0200
5502
5503 avr32: Put memset in its own section
5504
5505 All C code is compiled with -ffunction-sections -fdata-sections.
5506 Assembly functions should get their own sections as well so that
5507 everything looks consistent.
5508
5509 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5510
5511commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
5512Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5513Date: Fri May 2 15:21:40 2008 +0200
5514
5515 avr32: Rename pm_init() as clk_init() and make SoC-specific
5516
5517 pm_init() was always more about clock initialization than anything
5518 else. Dealing with PLLs, clock gating and such is also inherently
5519 SoC-specific, so move it into a SoC-specific directory.
5520
5521 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5522
5523commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
5524Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5525Date: Wed Apr 30 16:15:57 2008 +0200
5526
5527 avr32: Use new-style Makefile for the at32ap platform
5528
5529 This makes it easier to avoid compiling certain files later.
5530
5531 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5532
5533commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
5534Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5535Date: Wed Apr 30 14:36:47 2008 +0200
5536
5537 avr32: Remove unused file cpu/at32ap/pm.c
5538
5539 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5540
5541commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
5542Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5543Date: Wed Apr 30 14:19:28 2008 +0200
5544
5545 avr32: Clean up the HMATRIX code
5546
5547 Rework the HMATRIX configuration interface so that it becomes easier
5548 to configure the HMATRIX for boards with special needs, and add new
5549 parts.
5550
5551 The HMATRIX header file has been split into a general,
5552 chip-independent part with register definitions, etc. and a
5553 chip-specific part with SFR bitfield definitions and master/slave
5554 identifiers.
5555
5556 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5557
5558commit 0a2e48792dd372c90b80059f3235e67a567e16fc
5559Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5560Date: Thu Nov 22 12:14:11 2007 +0100
5561
5562 avr32: Add support for the ATSTK1006 board
5563
5564 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
5565 board. It's currently in production and will be available soon.
5566
5567 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5568
5569commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
5570Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5571Date: Tue Apr 29 12:53:05 2008 +0200
5572
5573 avr32: Get rid of the .flashprog section
5574
5575 The .flashprog section was only needed back when we were running
5576 directly from flash, and it's even more useless on NGW100 since it
5577 uses the CFI flash driver which never used this workaround in the
5578 first place.
5579
5580 Remove it on STK1000 as well, and get rid of all the associated code and
5581 annotations.
5582
5583 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5584
5585commit cdd42c0c7a5205fc380912d83229069a71ea3abf
5586Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5587Date: Wed Apr 30 13:09:56 2008 +0200
5588
5589 avr32: Use correct condition around macb clock accessors
5590
5591 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
5592 the chip has a MACB controller, not when it has a USART.
5593
5594 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5595
5596commit f793a3581901ff39c2abb94012d9bbc8573ccf02
5597Author: David Brownell <david-b@pacbell.net>
5598Date: Wed Apr 16 22:57:58 2008 -0700
5599
5600 avr32: Disable the AP7000 internal watchdog on startup
5601
5602 This patch forces the watchdog off in all cases. That will at least
5603 get rid of the constant reboot cycle, though it won't let the watchdog
5604 actually run in the new kernels: its probe() comes up with a polite
5605 warning.
5606
5607 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5608
5609commit 55ac7a7490b55da56659f95d82a0c83b9756df27
5610Author: David Brownell <david-b@pacbell.net>
5611Date: Fri Feb 22 12:54:39 2008 -0800
5612
5613 avr32: stk1002 and ngw100 convergence
5614
5615 Make STK1002 and NGW100 boards act more alike:
5616 - STK boards can use as many arguments as NGW
5617 - STK boards don't need to manage FPGAs either
5618 - NGW commands should match STK ones
5619
5620 Also spell U-Boot right in prompts for STK1002 and NGW100.
5621
5622 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5623 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
5624 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5625
5626commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
5627Author: Sergei Poselenov <sposelenov@emcraft.com>
5628Date: Tue May 27 13:47:00 2008 +0200
5629
5630 Socrates: Fix PCI bus frequency report
5631
5632 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5633
5634commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
5635Author: Sergei Poselenov <sposelenov@emcraft.com>
5636Date: Tue May 27 11:49:13 2008 +0200
5637
5638 Socrates: Added USB support.
5639
5640 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5641
5642commit 5a904e5637cff1d708dc67098004f83ba9e84c54
5643Author: Sergei Poselenov <sposelenov@emcraft.com>
5644Date: Tue May 27 11:35:02 2008 +0200
5645
5646 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
5647
5648 In case of several PCI USB controllers on a board this variable
5649 specifys which controller to use.
5650 See doc/README.generic_usb_ohci for details.
5651
5652 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5653
5654commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
5655Author: Sergei Poselenov <sposelenov@emcraft.com>
5656Date: Tue May 27 10:36:07 2008 +0200
5657
5658 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
5659
5660 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5661
5662commit 83e9d7a2614d4006b92690afa3390c291734267e
5663Author: Sergei Poselenov <sposelenov@emcraft.com>
5664Date: Mon May 26 18:16:04 2008 +0200
5665
5666 Socrates: Config file cleanup.
5667
5668 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5669
5670commit 602cac1389b755b223272f2328a47e6f8c240848
5671Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5672Date: Sat May 24 12:47:46 2008 +0200
5673
5674 MAKEALL: add at91 list
5675
5676 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5677
5678commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
5679Author: Ron Madrid <ron_madrid@sbcglobal.net>
5680Date: Fri May 23 15:37:05 2008 -0700
5681
5682 Add Marvell 88E1118 support for TSEC
5683
5684 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
5685 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5686
5687commit 557b377d8bfc8b833b6e749457bcdfa298331a24
5688Author: Jens Gehrlein <sew_s@tqs.de>
5689Date: Mon May 5 14:06:11 2008 +0200
5690
5691 smc911x: add 16 bit support
5692
5693 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
5694 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5695
cd82919e
WD
5696commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
5697Author: Christian Eggers <ceggers@gmx.de>
5698Date: Wed May 21 21:29:10 2008 +0200
5699
5700 Fix endianess conversion in usb_ohci.c
5701
5702 Sorry, I forgot this line:
5703
5704 Signed-off-by: Christian Eggers <ceggers@gmx.de>
5705
5706 I think this must be swapped (result may be equal).
5707
01db232d
WD
5708commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
5709Author: Christian Eggers <ceggers@gmx.de>
5710Date: Wed May 21 22:12:00 2008 +0200
5711
5712 USB: replace old swap_ with proper endianess conversion macros
5713
5714 Signed-off-by: Christian Eggers <ceggers@gmx.de>
5715 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5716
5717commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
5718Author: Christian Eggers <ceggers@gmx.de>
5719Date: Wed May 21 21:29:10 2008 +0200
5720
5721 Fix endianess conversion in usb_ohci.c
5722
5723 Signed-off-by: Christian Eggers <ceggers@gmx.de>
5724 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5725
5726commit 477434c63c2ea5baa5c6c4e43500786f436511ff
5727Author: Sergei Poselenov <sposelenov@emcraft.com>
5728Date: Thu May 22 01:15:53 2008 +0200
5729
5730 USB: add support for multiple PCI OHCI controllers
5731
5732 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
5733 In case of several PCI USB controllers on a board this variable
5734 specifys which controller to use.
5735
5736 Also add USB support for sokrates board.
5737
5738 See doc/README.generic_usb_ohci for details.
5739
5740 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5741 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5742
5743commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
5744Author: Wolfgang Denk <wd@denx.de>
5745Date: Wed May 21 16:56:08 2008 +0200
5746
5747 Fix some whitespace issues
5748
5749 introduced by 53677ef18 "Big white-space cleanup."
5750
5751 Signed-off-by: Wolfgang Denk <wd@denx.de>
5752
5753commit 4416603aeb06861b468b06a981e52c3ff805db7b
5754Author: York Sun <yorksun@freescale.com>
5755Date: Mon May 12 14:36:39 2008 -0500
5756
5757 Make ads5121 out-of-tree compiling safe
5758
5759 Reuse the existing DIU driver in board/freescale/common.
5760
5761 Signed-off-by: York Sun <yorksun@freescale.com>
5762
5763commit 0e1bad47cd345c76c91a64caf41011e431b62599
5764Author: York Sun <yorksun@freescale.com>
5765Date: Mon May 5 10:20:01 2008 -0500
5766
5767 Adding DIU support for Freescale 5121ADS
5768
5769 Add DIU and cfb console support to FSL 5121ADS board.
5770
5771 Use #define CONFIG_VIDEO in config file to enable fb console.
5772
5773 Signed-off-by: York Sun <yorksun@freescale.com>
5774
5775commit a48ff68d235e671176f6b496c44246dbe5e0a93f
5776Author: York Sun <yorksun@freescale.com>
5777Date: Mon May 5 10:20:00 2008 -0500
5778
5779 Replace DPRINTF with debug
5780
5781 Remove DPRINTF macro and replace it with generic debug macro.
5782
5783 Signed-off-by: York Sun <yorksun@freescale.com>
5784
5785commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
5786Author: York Sun <yorksun@freescale.com>
5787Date: Mon May 5 10:19:59 2008 -0500
5788
5789 Move pixel clock setting to board file
5790
5791 The clock divider has different format in 5121 and 8610. This patch moves it to
5792 board specific code.
5793
5794 Signed-off-by: York Sun <yorksun@freescale.com>
5795
5796commit 53677ef18e25c97ac613349087c5cb33ae5a2741
5797Author: Wolfgang Denk <wd@denx.de>
5798Date: Tue May 20 16:00:29 2008 +0200
5799
5800 Big white-space cleanup.
5801
5802 This commit gets rid of a huge amount of silly white-space issues.
5803 Especially, all sequences of SPACEs followed by TAB characters get
5804 removed (unless they appear in print statements).
5805
5806 Also remove all embedded "vim:" and "vi:" statements which hide
5807 indentation problems.
5808
5809 Signed-off-by: Wolfgang Denk <wd@denx.de>
5810
5811commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
5812Author: Sergei Poselenov <sposelenov@emcraft.com>
5813Date: Thu May 8 17:46:23 2008 +0200
5814
5815 socrates: fix second TSEC configuration (it is actually TSEC3)
5816
5817 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5818
5819commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
5820Author: Sergei Poselenov <sposelenov@emcraft.com>
5821Date: Thu May 8 14:17:08 2008 +0200
5822
5823 Fixed reset for socrates
5824
5825 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5826
5827commit e18575d5f589a62e19c70d471d4b4e27cad3af56
5828Author: Sergei Poselenov <sposelenov@emcraft.com>
5829Date: Wed May 7 15:10:49 2008 +0200
5830
5831 socrates: changes to support FDT
5832
5833 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5834 Signed-off-by: Wolfgang Denk <wd@denx.de>
5835
5836commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
5837Author: Sergei Poselenov <sposelenov@emcraft.com>
5838Date: Wed Apr 30 11:42:50 2008 +0200
5839
5840 Initial support for "Socrates" board
5841
5842 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5843
5844commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
5845Author: Yuri Tikhonov <yur@emcraft.com>
5846Date: Thu May 8 15:46:42 2008 +0200
5847
5848 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
5849
5850 This way we become able to utilize the full post_log_word for POST
5851 activities (overwise, POST ECC, which has 0x8000 ID, could be
5852 erroneously treated as started in post_output_backlog() even if there
5853 was actually no POST ECC run (because of OCM POST failure, for
5854 example).
5855
5856 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5857
5858commit 7845d49094c81321021b50a4dbb8864d2f3777e4
5859Author: Yuri Tikhonov <yur@emcraft.com>
5860Date: Thu May 8 15:46:02 2008 +0200
5861
5862 POST: mark OCM test as POST_STOP
5863
5864 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5865
5866commit 28a385065882d6cb6ac5f443311ff87887ed7c13
5867Author: Yuri Tikhonov <yur@emcraft.com>
5868Date: Thu May 8 15:45:26 2008 +0200
5869
5870 POST: add POST_STOP flag
5871
5872 Don't run futher tests in case of a test fails that is marked as
5873 POST_STOP.
5874
5875 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5876 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5877
5878commit a525145d8110d15b4389d23c3ea8a78f22509d3f
5879Author: Yuri Tikhonov <yur@emcraft.com>
5880Date: Thu May 8 15:44:16 2008 +0200
5881
5882 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
5883
5884 Switch the OCM testid with the codec one. The reason is that current
5885 implementation requires the POST_ROM testid to fit into lower 16
5886 bits, and the codec test will never run with POST_ROM hopefully.
5887
5888 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5889
5890commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
5891Author: Yuri Tikhonov <yur@emcraft.com>
5892Date: Thu May 8 15:43:28 2008 +0200
5893
5894 lwmon5: enable OCM post test on lwmon5 board
5895
5896 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5897
5898commit 6e8ec682268493b8d098f99e17b1ce71b4448977
5899Author: Yuri Tikhonov <yur@emcraft.com>
5900Date: Thu May 8 15:42:47 2008 +0200
5901
5902 POST: OCM test added.
5903
5904 Added OCM test to POST layer. This version runs before all other tests
5905 but doesn't yet interrupt post sequence on failure.
5906
5907 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5908 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5909
5910commit 6891260bdd935a382c95d9fa333922b0dfded68a
5911Author: Yuri Tikhonov <yur@emcraft.com>
5912Date: Thu May 8 15:40:39 2008 +0200
5913
5914 POST: typo fix
5915
5916 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5917
5918commit 727f63334676e760877d43bfb8f0e9331ac8b101
5919Author: Hebbar <gururajakr@sanyo.co.in>
5920Date: Tue May 20 02:16:36 2008 -0700
5921
5922 common/usb.c: fix incorrect escape sequence
5923
5924 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
5925
5926commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
5927Author: York Sun <yorksun@freescale.com>
5928Date: Thu May 15 15:26:27 2008 -0500
5929
5930 Fix 8313ERDB board configuration
5931
5932 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
5933 Correct TSEC1 vs TSEC2 assignment.
5934 Define ETHADDR and ETH1ADDR always.
5935
5936 Signed-off-by: York Sun <yorksun@freescale.com>
5937 Signed-off-by: Timur Tabi <timur@freescale.com>
5938
5939commit 2c289e320dcfb3760e99cf1d765cb067194a1202
5940Author: Jon Loeliger <jdl@freescale.com>
5941Date: Mon May 19 09:47:25 2008 -0500
5942
5943 mpc86xx: Removed unused and unconfigured memory test code.
5944
5945 Besides, other common code exists.
5946
5947 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5948
5949commit 180a90abdae72587c0f679edf8991455e559440d
5950Author: Wolfgang Denk <wd@denx.de>
5951Date: Mon May 19 12:47:11 2008 +0200
5952
5953 Release v1.3.3
5954
5955 Update CHANGELOG for release.
5956
5957 Signed-off-by: Wolfgang Denk <wd@denx.de>
5958
180a90ab
WD
5959commit 16bedc661de0dae767b1377d8413373a3fbcfa79
5960Author: Stefan Roese <sr@denx.de>
5961Date: Mon May 19 07:14:38 2008 +0200
5962
5963 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
5964
5965 When SATA is selected (via jumper J6) we need to disable the first PCIe
5966 node in the device tree, so that Linux doesn't initialize it. Otherwise
5967 the Linux SATA driver will fail to detect the devices.
5968
5969 The same goes the other way around too. So if PCIe is selected we need
5970 to disable the SATA node in the device tree.
5971
5972 This is because PCIe port 0 and SATA on 460EX share the same pins
5973 (multiplexed) and we have to configure in U-Boot which peripheral is
5974 enabled.
5975
5976 Signed-off-by: Stefan Roese <sr@denx.de>
5977
5978commit 3cc27b426aeefe2930f911692e9df3143fb2565f
5979Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5980Date: Sun May 18 19:09:58 2008 +0200
5981
5982 i386: Fix multiple definitions of __show_boot_progress
5983
5984 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5985
5986commit 311f3446930c1e64c12026c1cfd00500b05be52d
5987Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5988Date: Sun May 18 19:09:57 2008 +0200
5989
5990 sc530_spunk: add missing SOBJS entry
5991
5992 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5993
5994commit a559317143b4f95927b08cd388707e6f077e95fa
5995Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5996Date: Sun May 18 19:09:56 2008 +0200
5997
5998 sc520_spunk: Fix flash
5999
6000 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
6001 flash.c:398: error: label at end of compound statement
6002
6003 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6004
6005commit 91f221317af64191ee8caf303ea9305943158691
6006Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6007Date: Sun May 18 19:09:49 2008 +0200
6008
6009 drivers/pcmcia: add missing i82365
6010
6011 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6012
6013commit dd223944132f97ffa52977ea95e5a52428f5cc2f
6014Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6015Date: Sun May 18 19:09:47 2008 +0200
6016
6017 i386/bootm: remove unused var
6018
6019 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6020
6021commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
6022Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6023Date: Sun May 18 19:09:45 2008 +0200
6024
6025 example/gitignore: update with all generated examples
6026
6027 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6028
6029commit a38dc3ea8614f8b0c41e432b445a9959b9711295
6030Author: Wolfgang Denk <wd@denx.de>
6031Date: Thu May 15 00:42:45 2008 +0200
6032
6033 TQM8272: fix out-of-tree building
6034
6035 ...and add to MAKEALL script
6036
6037 Signed-off-by: Wolfgang Denk <wd@denx.de>
6038
6039commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
6040Author: Wolfgang Denk <wd@denx.de>
6041Date: Wed May 14 23:34:53 2008 +0200
6042
6043 environment: fix bug introduced by commit a8409f4f1ac8
6044
6045 env_get_char is not a function, but a pointer to one.
6046
6047 Signed-off-by: Wolfgang Denk <wd@denx.de>
6048
01db232d
WD
6049commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
6050Author: Gary Jennejohn <garyj@denx.de>
6051Date: Wed May 14 13:39:22 2008 +0200
6052
6053 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
6054
6055 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
6056 use a redundant environment.
6057
6058 Signed-off-by: Gary Jennejohn <garyj@denx.de>
6059
180a90ab
WD
6060commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
6061Author: Wolfgang Denk <wd@denx.de>
6062Date: Wed May 14 13:55:30 2008 +0200
6063
6064 Fix config files for out-of-tree building
6065
6066 Several board/<...>/config.mk files include dynamically built (by
6067 the Makefile) config files but used the wrong file name of
6068 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
6069 instead if the correct
6070 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
6071
6072 The bug is nasty because the build result is correct for the (normal)
6073 in-tree builds, and because 'sinclude' is used no errors get raised
6074 even for out-of-tree build tests. But out-of-tree builds use an
6075 incomplete and thus usually incorrect configuration...
6076
6077 Signed-off-by: Wolfgang Denk <wd@denx.de>
6078
6079commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
6080Author: Stefan Roese <sr@denx.de>
6081Date: Wed May 14 13:40:03 2008 +0200
6082
6083 ppc4xx: Fix bogus Canyonlands config.mk
6084
6085 This patch fixes the canyonlands config.mk file to enable correct
6086 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
6087
6088 Signed-off-by: Stefan Roese <sr@denx.de>
6089
6090commit fdd1247a66d788a3446244f6fde9955a93c26322
6091Author: Stefan Roese <sr@denx.de>
6092Date: Wed May 14 10:32:32 2008 +0200
6093
6094 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
6095
6096 Canyonlands has a file ddr2_fixed.c which needs special treatment when
6097 building in separate directory. It has to be linked to build directory
6098 otherwise it is not seen.
6099
6100 Signed-off-by: Stefan Roese <sr@denx.de>
6101
6102commit a8409f4f1ac84c36273c1a1e341189662521bcfb
6103Author: Wolfgang Denk <wd@denx.de>
6104Date: Wed May 14 12:22:49 2008 +0200
6105
6106 environment: cleanup prototype declarations of env functions.
6107
6108 Signed-off-by: Wolfgang Denk <wd@denx.de>
6109
6110commit cf39b07948015c480b72a6e732cf7d839aa93a9e
6111Author: Wolfgang Denk <wd@denx.de>
6112Date: Wed May 14 12:21:48 2008 +0200
6113
6114 linkstation_HGLAN: Fix out of tree building.
6115
6116 Signed-off-by: Wolfgang Denk <wd@denx.de>
6117
6118commit 085551c05ca09e6c491ea11a1c6727a36776a545
6119Author: Stefan Roese <sr@denx.de>
6120Date: Wed May 14 10:32:32 2008 +0200
6121
6122 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
6123
6124 Canyonlands has a file ddr2_fixed.c which needs special treatment when
6125 building in separate directory. It has to be linked to build directory
6126 otherwise it is not seen.
6127
6128 Signed-off-by: Stefan Roese <sr@denx.de>
6129
6130commit 1510b82d50615f344e89d42533e8224cce067dc0
6131Author: Wolfgang Denk <wd@denx.de>
6132Date: Tue May 13 23:15:52 2008 +0200
6133
6134 Makefile: fix "error: version_autogenerated.h: No such file or directory"
6135
6136 Signed-off-by: Wolfgang Denk <wd@denx.de>
6137
01db232d
WD
6138commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
6139Author: Stelian Pop <stelian@popies.net>
6140Date: Tue May 13 17:31:24 2008 +0200
6141
6142 Cleanup nand_info[] declaration.
6143
6144 The nand_info array is declared as extern in several .c files.
6145 Those days, nand.h contains a reference to the array, so there is
6146 no need to declare it elsewhere.
6147
6148 Signed-off-by: Stelian Pop <stelian@popies.net>
6149 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6150
180a90ab
WD
6151commit 70fab1908fc1734a403711eaabbef546bc4b77dc
6152Author: Stefan Roese <sr@denx.de>
6153Date: Tue May 13 20:22:01 2008 +0200
6154
6155 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
6156
6157 Signed-off-by: Stefan Roese <sr@denx.de>
6158
6159commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
6160Author: Wolfgang Denk <wd@denx.de>
6161Date: Mon May 12 01:11:21 2008 +0200
6162
6163 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
6164
6165 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
6166 which broke many PowerPC boards.
6167
6168commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
6169Author: Wolfgang Denk <wd@denx.de>
6170Date: Mon May 12 00:56:28 2008 +0200
6171
6172 Revert "Avoid initrd and logbuffer area overlaps"
6173
6174 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
6175 which breaks building on all PPC boards that don't use a log buffer.
6176
6177commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
6178Author: Nick Spence <nick.spence@freescale.com>
6179Date: Sat May 10 14:02:04 2008 -0700
6180
6181 Fix offset calculation for multi-type legacy images.
6182
6183 Calculation of tail was incorrect when size % 4 == 0.
6184
6185 New code removes the conditional and does the same thing but with arithmetic
6186
6187 Signed-off-by: Nick Spence <nick.spence@freescale.com>
6188
6189commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
6190Author: Wolfgang Denk <wd@denx.de>
6191Date: Mon May 12 00:40:58 2008 +0200
6192
6193 Revert "Change env_get_char from a global function ptr to a function."
6194
6195 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
6196 which is known to break booting from dataflash and NAND.
6197
6198commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
6199Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6200Date: Sun May 11 23:13:57 2008 +0200
6201
6202 API: remove duplicate syscall check
6203
6204 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6205
01db232d
WD
6206commit 67e3beb52c320b0a31cf030716c99392cde2d532
6207Author: Stelian Pop <stelian@popies.net>
6208Date: Fri May 9 21:46:51 2008 +0200
6209
6210 AT91: Cleanup unused config header file definitions.
6211
6212 CONFIG_ENV_OVERWRITE is commented out in the config header files,
6213 so let's cleanup the files by removing the whole definition.
6214
6215 Signed-off-by: Stelian Pop <stelian@popies.net>
6216 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6217
6218commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
6219Author: Stelian Pop <stelian@popies.net>
6220Date: Thu May 8 14:52:34 2008 +0200
6221
6222 Support AT91CAP9 revC CPUs
6223
6224 The AT91CAP9 revC CPU has a few differences over the previous,
6225 revB CPU which was distributed in small quantities only (revA was
6226 an internal Atmel product only).
6227
6228 The revC silicon needs a special initialisation sequence to
6229 switch from the internal (imprecise) RC oscillator to the
6230 external 32k clock.
6231
6232 Signed-off-by: Stelian Pop <stelian@popies.net>
6233 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6234
6235commit 098b7b4b441b12c2a64dd517930f43c793542759
6236Author: Stelian Pop <stelian@popies.net>
6237Date: Thu May 8 14:52:33 2008 +0200
6238
6239 Use custom logo for Atmel boards
6240
6241 This patch adds a custom vendor logo for the Atmel AT91 boards.
6242
6243 Signed-off-by: Stelian Pop <stelian@popies.net>
6244 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6245
6246commit 761c70b80cdd3bead40146b96a8e713d6ae01632
6247Author: Stelian Pop <stelian@popies.net>
6248Date: Thu May 8 14:52:32 2008 +0200
6249
6250 AT91SAM9RLEK: hook up the ATMEL LCD driver
6251
6252 This patch makes the necessary adaptations (PIO configurations and
6253 defines in config header file) to hook up the Atmel LCD driver to the
6254 AT91SAM9RLEK board.
6255
6256 Signed-off-by: Stelian Pop <stelian@popies.net>
6257 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6258
6259commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
6260Author: Stelian Pop <stelian@popies.net>
6261Date: Thu May 8 14:52:31 2008 +0200
6262
6263 AT91SAM9263EK: hook up the ATMEL LCD driver
6264
6265 This patch makes the necessary adaptations (PIO configurations and
6266 defines in config header file) to hook up the Atmel LCD driver to the
6267 AT91SAM9263EK board.
6268
6269 Signed-off-by: Stelian Pop <stelian@popies.net>
6270 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6271
6272commit 820f2a958325061a446115f3035e48e4726b3390
6273Author: Stelian Pop <stelian@popies.net>
6274Date: Thu May 8 14:52:30 2008 +0200
6275
6276 AT91SAM9261EK: hook up the ATMEL LCD driver
6277
6278 This patch makes the necessary adaptations (PIO configurations and
6279 defines in config header file) to hook up the Atmel LCD driver to the
6280 AT91SAM9261EK board.
6281
6282 Signed-off-by: Stelian Pop <stelian@popies.net>
6283 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6284
6285commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
6286Author: Stelian Pop <stelian@popies.net>
6287Date: Thu May 8 14:52:29 2008 +0200
6288
6289 AT91CAP9ADK: hook up the ATMEL LCD driver
6290
6291 This patch makes the necessary adaptations (PIO configurations and
6292 defines in config header file) to hook up the Atmel LCD driver to the
6293 AT91CAP9ADK board.
6294
6295 Signed-off-by: Stelian Pop <stelian@popies.net>
6296 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6297
6298commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
6299Author: Stelian Pop <stelian@popies.net>
6300Date: Fri May 9 21:57:18 2008 +0200
6301
6302 Add ATMEL LCD driver
6303
6304 This patch adds support for the ATMEL LCDC driver which is used on some
6305 AT91 and AVR platforms.
6306
6307 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
6308 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
6309
6310 Signed-off-by: Stelian Pop <stelian@popies.net>
6311 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6312
6313commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
6314Author: Stelian Pop <stelian@popies.net>
6315Date: Thu May 8 18:52:25 2008 +0200
6316
6317 AT91SAM9RLEK support
6318
6319 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
6320 board.
6321
6322 Signed-off-by: Stelian Pop <stelian@popies.net>
6323 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6324
6325commit 8e429b3eee23927c1222679f6b6f53667b21595c
6326Author: Stelian Pop <stelian@popies.net>
6327Date: Thu May 8 18:52:23 2008 +0200
6328
6329 AT91SAM9263EK support
6330
6331 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
6332 board.
6333
6334 Signed-off-by: Stelian Pop <stelian@popies.net>
6335 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6336
6337commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
6338Author: Stelian Pop <stelian@popies.net>
6339Date: Thu May 8 20:52:22 2008 +0200
6340
6341 AT91SAM9261EK support
6342
6343 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
6344 board.
6345
6346 Signed-off-by: Stelian Pop <stelian@popies.net>
6347 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6348
6349commit 86c8c8a414988c50104a3b02c29f50af2be738c0
6350Author: Stelian Pop <stelian@popies.net>
6351Date: Thu May 8 20:52:21 2008 +0200
6352
6353 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
6354
6355 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
6356 in order to cope with the changes in DataFlash partitionning scheme
6357 (cset c3a60cb3).
6358
6359 Signed-off-by: Stelian Pop <stelian@popies.net>
6360 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6361
6362commit 96996ac25d5222611a8888968db6e53a6d3726da
6363Author: Stelian Pop <stelian@popies.net>
6364Date: Thu May 8 20:52:20 2008 +0200
6365
6366 AT91SAM9260EK: Normalize BOOTARGS
6367
6368 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
6369 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
6370 variable.
6371
6372 Signed-off-by: Stelian Pop <stelian@popies.net>
6373 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6374
6375commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
6376Author: Stelian Pop <stelian@popies.net>
6377Date: Thu May 8 20:52:19 2008 +0200
6378
6379 AT91SAM9260EK: Normalize SPI timings
6380
6381 This patch changes the SPI timings to closely match the ones
6382 used by the Linux kernel and the Atmel's own bootstrap project.
6383
6384 Signed-off-by: Stelian Pop <stelian@popies.net>
6385 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6386
6387commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
6388Author: Stelian Pop <stelian@popies.net>
6389Date: Thu May 8 20:52:18 2008 +0200
6390
6391 AT91SAM9260EK: Handle 8 or 16 bit NAND
6392
6393 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
6394 makes the support configurable in the board config header file
6395 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
6396
6397 Signed-off-by: Stelian Pop <stelian@popies.net>
6398 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6399
6400commit ab52640fc01624e208424e527af0b7b3a5a65a12
6401Author: Stelian Pop <stelian@popies.net>
6402Date: Thu May 8 20:52:17 2008 +0200
6403
6404 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
6405
6406 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
6407 in order to cope with the changes in DataFlash partitionning scheme
6408 (cset c3a60cb3).
6409
6410 Signed-off-by: Stelian Pop <stelian@popies.net>
6411 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6412
6413commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
6414Author: Stelian Pop <stelian@popies.net>
6415Date: Thu May 8 20:52:16 2008 +0200
6416
6417 AT91CAP9ADK: Normalize BOOTARGS
6418
6419 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
6420 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
6421 variable.
6422
6423 Signed-off-by: Stelian Pop <stelian@popies.net>
6424 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6425
6426commit 93da48b910511911ce110656e17ed733c8ac4c45
6427Author: Stelian Pop <stelian@popies.net>
6428Date: Thu May 8 20:52:15 2008 +0200
6429
6430 AT91CAP9ADK: Normalize SPI timings
6431
6432 This patch changes the SPI timings to closely match the ones
6433 used by the Linux kernel and the Atmel's own bootstrap project.
6434
6435 Signed-off-by: Stelian Pop <stelian@popies.net>
6436 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6437
6438commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
6439Author: Stelian Pop <stelian@popies.net>
6440Date: Thu May 8 20:52:14 2008 +0200
6441
6442 AT91CAP9ADK: Handle 8 or 16 bit NAND
6443
6444 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
6445 makes the support configurable in the board config header file
6446 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
6447
6448 Signed-off-by: Stelian Pop <stelian@popies.net>
6449 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6450
6451commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
6452Author: Stelian Pop <stelian@popies.net>
6453Date: Thu May 8 20:52:13 2008 +0200
6454
6455 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
6456
6457 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
6458 below avoids the duplication of u-boot.lds by putting the file in the
6459 cpu directory instead of the board one.
6460
6461 Signed-off-by: Stelian Pop <stelian@popies.net>
6462 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6463
6464commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
6465Author: Stelian Pop <stelian@popies.net>
6466Date: Thu May 8 20:52:12 2008 +0200
6467
6468 Add proper copyright notices in Atmel boards Makefiles
6469
6470 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
6471 copyright notice. This patch adds the missing pieces.
6472
6473 Signed-off-by: Stelian Pop <stelian@popies.net>
6474 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6475
6476commit e817a042cef6164bf26fee86f90326f2ec9e6745
6477Author: Stelian Pop <stelian@popies.net>
6478Date: Thu May 8 20:52:11 2008 +0200
6479
6480 Add copyright information in Atmel boards partition.c
6481
6482 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
6483 the new created files. This patch fixes the problem.
6484
6485 Signed-off-by: Stelian Pop <stelian@popies.net>
6486 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6487
6488commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
6489Author: Stelian Pop <stelian@popies.net>
6490Date: Thu May 8 20:52:10 2008 +0200
6491
6492 Update origin and copyright information in arch-at91sam9 header files
6493
6494 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
6495 copied from the Linux kernel sources. This patch explicitly specifies
6496 this origin for all the copied headers, and for those missing copyright
6497 information, adds it.
6498
6499 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
6500 in the latest kernel sources by 'at91sam9_smc.h'.
6501
6502 The copyright information has been confirmed by the AT91 Linux kernel
6503 maintainer, Andrew Victor <avictor.za@gmail.com>.
6504
6505 Signed-off-by: Stelian Pop <stelian@popies.net>
6506 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6507
180a90ab
WD
6508commit 79dd1712689d6a5031d7cbff54957049680751c7
6509Author: Markus Klotzbücher <mk@denx.de>
6510Date: Thu May 8 16:00:55 2008 +0200
6511
6512 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
6513
6514 When using dhcp/bootp the "netmask" environment variable is not set
6515 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
6516 desireable, so the following patch adds this this option to the board
6517 config.
6518
6519 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6520 Signed-off-by: Stefan Roese <sr@denx.de>
6521
6522commit 869d14b4cc2e47de2ddcb117bad0407a44436684
6523Author: Stefan Roese <sr@denx.de>
6524Date: Sat May 10 10:30:36 2008 +0200
6525
6526 ppc4xx: Update Makalu defconfig to use device-tree booting as default
6527
6528 This patch reworks the default environment on Makalu. Now "net_nfs" for
6529 example uses the device-tree style booting formerly know as "net_nfs_fdt".
6530 Also the addresses in RAM were changed because of the new image booting
6531 support, which check for image overwriting. So the addresses needed to
6532 get adjusted.
6533
6534 Signed-off-by: Stefan Roese <sr@denx.de>
6535
6536commit f3612a7b199cab3942f60d9c1392eb39d58cc699
6537Author: Becky Bruce <bgill@freescale.com>
6538Date: Wed May 7 13:28:16 2008 -0500
6539
6540 PPC: fix map_physmem build warning
6541
6542 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
6543 enabled. This quiets the warning.
6544
6545 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
6546
6547commit 36f32675f40292002ee1fed252c180a43022d2d4
6548Author: Becky Bruce <bgill@freescale.com>
6549Date: Wed May 7 13:24:57 2008 -0500
6550
6551 Update pci code to use phys_addr_t
6552
6553 Physical addrs need to be represented by phys_addr_t, not
6554 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
6555 are going to fail mightily.
6556
6557 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6558
6559commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
6560Author: Nick Spence <nick.spence@freescale.com>
6561Date: Thu May 8 22:32:22 2008 -0700
6562
6563 Support legacy multi-type images without FDT section.
6564
6565 This patch enables legacy multi-type images containing only a Linux kernel
6566 and root file system to be loaded, maintaining compatibility with previous
6567 versions of u-boot.
6568
6569 This is required when using old image files such as a Linux 2.4 kernel /
6570 filesystem.
6571
6572 Signed-off-by: Nick Spence <nick.spence@freescale.com>
6573 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
6574
6575commit 881031d9732783b7aeae2198fc7eb480ae8974a6
6576Author: Wolfgang Denk <wd@denx.de>
6577Date: Sat May 10 00:38:02 2008 +0200
6578
6579 Update CHANGELOG.
6580
6581 Signed-off-by: Wolfgang Denk <wd@denx.de>
6582
881031d9
WD
6583commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
6584Author: Wolfgang Denk <wd@denx.de>
6585Date: Sat May 10 00:36:09 2008 +0200
6586
6587 post/cpu/ppc4xx/Makefile: line length cleanup
6588
6589 Signed-off-by: Wolfgang Denk <wd@denx.de>
6590
6591commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
6592Author: Stelian Pop <stelian@popies.net>
6593Date: Thu May 8 22:52:09 2008 +0200
6594
6595 Fix @ -> <at> substitution
6596
6597 When applying the AT91CAP9 patches upstream, something transformed
6598 the '@' character into the ' <at> ' sequence.
6599
6600 The patch below restores the original form in all the places where
6601 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
6602 were copied from AT91CAP9, and a couple of other files where the
6603 ' <at> ' sequence was present).
6604
6605 Signed-off-by: Stelian Pop <stelian@popies.net>
6606
6607commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
6608Author: Stelian Pop <stelian@popies.net>
6609Date: Thu May 8 22:52:10 2008 +0200
6610
6611 Update origin and copyright information in arch-at91sam9 header files
6612
6613 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
6614 copied from the Linux kernel sources. This patch explicitly specifies
6615 this origin for all the copied headers, and for those missing copyright
6616 information, adds it.
6617
6618 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
6619 in the latest kernel sources by 'at91sam9_smc.h'.
6620
6621 The copyright information has been confirmed by the AT91 Linux kernel
6622 maintainer, Andrew Victor <avictor.za@gmail.com>.
6623
6624 Signed-off-by: Stelian Pop <stelian@popies.net>
6625
6626commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
6627Author: Stelian Pop <stelian@popies.net>
6628Date: Thu May 8 22:52:11 2008 +0200
6629
6630 Add copyright information in Atmel boards partition.c
6631
6632 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
6633 the new created files. This patch fixes the problem.
6634
6635 Signed-off-by: Stelian Pop <stelian@popies.net>
6636
6637commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
6638Author: Guennadi Liakhovetski <lg@denx.de>
6639Date: Thu May 8 10:09:27 2008 +0200
6640
6641 mx31ads: fix 32kHz clock handling
6642
6643 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
6644 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
6645 Also fix a typo when verifying a jumper configuration. While at it, make
6646 two needlessly global functions static.
6647
6648 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6649
6650commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
6651Author: Marian Balakowicz <m8@semihalf.com>
6652Date: Wed May 7 13:10:04 2008 +0200
6653
6654 Avoid initrd and logbuffer area overlaps
6655
6656 Add logbuffer to reserved LMB areas to prevent initrd allocation
6657 from overlaping with it.
6658
6659 Make sure to use correct logbuffer base address.
6660
6661 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6662
6663commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
6664Author: Marian Balakowicz <m8@semihalf.com>
6665Date: Wed May 7 13:08:54 2008 +0200
6666
6667 ppc: Cleanup get_effective_memsize() use
6668
6669 Removed duplicated effective memory size calculation code.
6670
6671 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6672
6673commit 273c37d843d5b581090378016cd12dd9c586907b
6674Author: Marian Balakowicz <m8@semihalf.com>
6675Date: Wed May 7 09:03:53 2008 +0200
6676
6677 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
6678
6679 Recent modifcations to LOGBUFFER handling code were incorrecly
6680 introduced to fit_check_kernel() routine during
6681 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
6682 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
6683
6684 This patch cleans up this merge issue.
6685
6686 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6687
6688commit bc11756daff89a3de09ca80adac962b88cf06e6e
6689Author: Grant Erickson <gerickson@nuovations.com>
6690Date: Tue May 6 20:16:15 2008 -0700
6691
6692 Propagate Error Status to the Shell on fw_printenv Errors
6693
6694 Changed implementation such that fw_printenv returns failure status
6695 when one or more specified variables do not exist or when incorrect
6696 command syntax is used.
6697
6698 This aids scripting fw_printenv such that the script can key of the
6699 return status rather than relying on standard error "scraping".
6700
6701 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6702 Signed-off-by: Wolfgang Denk <wd@denx.de>
6703
6704commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
6705Author: Grant Erickson <gerickson@nuovations.com>
6706Date: Tue May 6 16:18:00 2008 -0700
6707
6708 Fix Compilation Errors with 'tools/env/fw_printenv'
6709
6710 In the current top-of-tree, 1.3.3.-rc2, the optional tool
6711 'tools/env/fw_printenv' fails to compile for two reasons:
6712
6713 1) The header watchdog.h cannot be found.
6714 2) The header zlib.h is picked up from the tool chain rather than the
6715 project causing a prototype conflict for crc32.
6716
6717 This patch addresses both of these issues.
6718
6719 Platforms Tested On:
6720 - AMCC "Kilauea"
6721
6722 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6723
6724commit 597f6c26a18b389903a64692bacbf9a1ca69355b
6725Author: James Yang <James.Yang@freescale.com>
6726Date: Mon May 5 10:22:53 2008 -0500
6727
6728 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
6729
6730 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
6731 work before relocating to RAM because command history is written into
6732 a global array that is not writable before relocation. This patch
6733 defers to the no-editing and no-history code in readline_into_buffer()
6734 if it is called before relocation.
6735
6736 Signed-off-by: James Yang <James.Yang@freescale.com>
6737 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6738
6739commit 726c0f1e5f108dccea052965123b95837d2bd402
6740Author: Detlev Zundel <dzu@denx.de>
6741Date: Mon May 5 16:11:22 2008 +0200
6742
6743 cosmetic: Adjust coding style for switch statements to be consistent
6744
6745 Signed-off-by: Detlev Zundel <dzu@denx.de>
6746
6747commit 574b319512b13e10800f0045e39b993f4ca25e42
6748Author: Detlev Zundel <dzu@denx.de>
6749Date: Mon May 5 16:11:21 2008 +0200
6750
6751 Fix disk type output in disk/part.c
6752
6753 Signed-off-by: Detlev Zundel <dzu@denx.de>
6754
6755commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
6756Author: Vlad Lungu <vlad.lungu@windriver.com>
6757Date: Mon May 5 14:20:03 2008 +0300
6758
6759 Mail address change, documentation modified
6760
6761 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
6762
6763commit 4d49b28038e2819088e8356a77212fc95a89ce5a
6764Author: Michal Simek <monstr@monstr.eu>
6765Date: Sun May 4 15:42:41 2008 +0200
6766
6767 microblaze: Repare intc handling
6768
6769 Signed-off-by: Michal Simek <monstr@monstr.eu>
6770
6771commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
6772Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6773Date: Sun May 4 15:17:52 2008 +0200
6774
6775 include/gitignore: update to all architectures
6776
6777 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6778
6779commit 1df368aed3b8bc240fe1595d290b0e91b22961da
6780Author: Marcel Ziswiler <marcel@ziswiler.com>
6781Date: Mon May 5 02:12:06 2008 +0200
6782
6783 ide: Remove spurious second include of io.h
6784
6785 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
6786
6787 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6788
6789commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
6790Author: Adrian Filipi <adrian.filipi@eurotech.com>
6791Date: Tue May 6 16:46:37 2008 -0400
6792
6793 Fix some typos
6794
6795 This patch fixes three typos.
6796 The first is a repetition of CONFIG_CMD_BSP.
6797 The second makes the #endif comment match its #if.
6798 The third is a spelling error.
6799
6800 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
6801
6802commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
6803Author: Grant Erickson <gerickson@nuovations.com>
6804Date: Sun May 4 16:45:01 2008 -0700
6805
6806 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
6807
6808 Add support for the recognition of 'powerpc' as an alias for the PowerPC
6809 architecture type since Linux is already trending in that direction,
6810 preferring 'powerpc' to 'ppc'.
6811
6812 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6813
6814commit f5a24259190c388c2527bdc49fee34577d862cc7
6815Author: Wheatley Travis <Travis.Wheatley@freescale.com>
6816Date: Fri May 2 13:35:15 2008 -0700
6817
6818 7450 and 86xx L2 cache invalidate bug corrections
6819
6820 The 7610 and related parts have an L2IP bit in the L2CR that is
6821 monitored to signal when the L2 cache invalidate is complete whereas the
6822 7450 and related parts utilize L2I for this purpose. However, the
6823 current code does not account for this difference. Additionally the 86xx
6824 L2 cache invalidate code used an "andi" instruction where an "andis"
6825 instruction should have been used.
6826
6827 This patch addresses both of these bugs.
6828
6829 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
6830 Acked-By: Jon Loeliger <jdl@freescale.com>
6831
6832commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
6833Author: Wolfgang Denk <wd@denx.de>
6834Date: Fri May 9 10:16:13 2008 +0200
6835
6836 Avoid infinite loop "Generating include/autoconf.mk"
6837
6838 Fix a bogus circular dependency that caused an infinite loop of
6839 "Generating include/autoconf.mk" again and again.
6840
6841 Signed-off-by: Wolfgang Denk <wd@denx.de>
6842
01db232d
WD
6843commit 567fb852178dbf59529d7301620a3f3732a4b02d
6844Author: Stelian Pop <stelian@popies.net>
6845Date: Thu May 8 22:52:09 2008 +0200
6846
6847 Fix @ -> <at> substitution
6848
6849 When applying the AT91CAP9 patches upstream, something transformed
6850 the '@' character into the ' <at> ' sequence.
6851
6852 The patch below restores the original form in all the places where
6853 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
6854 were copied from AT91CAP9, and a couple of other files where the
6855 ' <at> ' sequence was present).
6856
6857 Signed-off-by: Stelian Pop <stelian@popies.net>
6858 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6859
6860commit 73ccb3410a0785593cda7aee455dfc51f790e281
6861Author: Gary Jennejohn <gary.jennejohn@freenet.de>
6862Date: Mon Apr 28 14:04:32 2008 +0200
6863
6864 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
6865
6866 Signed-off-by: Gary Jennejohn <garyj@denx.de>
6867 Signed-off-by: Stefan Roese <sr@denx.de>
6868
881031d9
WD
6869commit ef2642625cbfb1c3695e3478d08ae515052a4950
6870Author: Stefan Roese <sr@denx.de>
6871Date: Thu May 8 11:10:46 2008 +0200
6872
6873 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
6874
6875 Signed-off-by: Stefan Roese <sr@denx.de>
6876
6877commit a00eccfebc954ad9485161efeca7d9aaf626d530
6878Author: Stefan Roese <sr@denx.de>
6879Date: Thu May 8 11:05:15 2008 +0200
6880
6881 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
6882
6883 This patch adds fdt (flattened device tree) support to all remaining AMCC
6884 eval boards. Most newer boards already support device tree. With this patch,
6885 all AMCC boards now enable device tree passing from U-Boot to Linux
6886 arch/powerpc kernels.
6887
6888 Signed-off-by: Stefan Roese <sr@denx.de>
6889
6890commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
6891Author: Stefan Roese <sr@denx.de>
6892Date: Thu May 8 11:01:09 2008 +0200
6893
6894 ppc4xx: Add weak default ft_board_setup() routine
6895
6896 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
6897 This routine is defined as weak and can be overwritten by a board specific
6898 one if needed.
6899
6900 Signed-off-by: Stefan Roese <sr@denx.de>
6901
6902commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
6903Author: Stefan Roese <sr@denx.de>
6904Date: Thu May 8 10:48:58 2008 +0200
6905
6906 ppc4xx: acadia: Add fdt support and fix section overlap problem
6907
6908 This patch adds fdt (flattened device tree) support to the AMCC
6909 Acadia eval board. This increases the image size and it doesn't
6910 fit anymore into 256kByte. Since we didn't want to remove features
6911 from the configuration, we decided to increase the U-Boot image size
6912 (add one flash sector).
6913
6914 Also changed the default environment definition to make it
6915 independent of such changes.
6916
6917 Signed-off-by: Stefan Roese <sr@denx.de>
6918
6919commit 4adb3023de75bc150f088c8935db340930ad38c8
6920Author: Ira Snyder <iws@ovro.caltech.edu>
6921Date: Tue Apr 29 11:18:54 2008 -0700
6922
6923 ppc4xx: Add device tree support to AMCC Yosemite
6924
6925 Add support for booting with a device tree blob. This is needed to boot
6926 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
6927 via the ethaddr variable.
6928
6929 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
6930 Signed-off-by: Stefan Roese <sr@denx.de>
6931
6932commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
6933Author: Dave Mitchell <dmitchell@amcc.com>
6934Date: Wed May 7 09:00:23 2008 -0700
6935
6936 ppc4xx: Fix typos in 460GT/EX FBDV array
6937
6938 Corrected two typos in the 460GT/EX FBDV array.
6939
6940 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
6941 Signed-off-by: Stefan Roese <sr@denx.de>
6942
6943commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
6944Author: Andy Fleming <afleming@freescale.com>
6945Date: Wed May 7 16:54:31 2008 -0500
6946
6947 85xx: Limit CPU2 workaround to parts that have the errata
6948
6949 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
6950 Signed-off-by: Andy Fleming <afleming@freescale.com>
6951
6952commit a5fe514e8ace564300d2c1d73846ddff49654243
6953Author: Lee Nipper <lee.nipper@freescale.com>
6954Date: Fri Apr 25 15:44:45 2008 -0500
6955
6956 mpc83xx: system performance settings for MPC8349EMDS.
6957
6958 These same settings are used on MPC8349ITX, and
6959 improve performance on MPC8349EMDS.
6960
6961 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
6962 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6963
6964commit 49387dba910e485640b575e920ee463b7e611dc3
6965Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6966Date: Tue May 6 13:22:52 2008 +0900
6967
6968 [MIPS] cpu/mips/cache.S: Fix build warning
6969
6970 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
6971 warns illegal global symbol references by bal (and jal also) instruction.
6972 This does not happen with the latest binutils v2.18.
6973
6974 Here's an example on gth2_config:
6975
6976 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
6977 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
6978 c -EB -c -o cache.o cache.S
6979 cache.S: Assembler messages:
6980 cache.S:243: Warning: Pretending global symbol used as branch target is local.
6981 cache.S:250: Warning: Pretending global symbol used as branch target is local.
6982
6983 In principle, gas might be sensitive to global symbol references in PIC
6984 code because they should be processed through GOT (global offset table).
6985 But if `bal' instruction is used, it results in PC-based offset jump.
6986 This is the cause of this warning.
6987
6988 In practice, we know it doesn't matter whether PC-based reference or GOT-
6989 based. As for this case, both will work before/after relocation. But let's
6990 fix the code.
6991
6992 This patch explicitly sets up a target address, then jump there.
6993 Here's an example of disassembled code with/without this patch.
6994
6995 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
6996 9000066c: ac80fffc sw zero,-4(a0)
6997 90000670: 01402821 move a1,t2
6998 -90000674: 0411ffba bal 90000560 <mips_init_icache>
6999 -90000678: 01803021 move a2,t4
7000 -9000067c: 01602821 move a1,t3
7001 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
7002 -90000684: 01a03021 move a2,t5
7003 -90000688: 03000008 jr t8
7004 -9000068c: 00000000 nop
7005 +90000674: 01803021 move a2,t4
7006 +90000678: 8f8f83ec lw t7,-31764(gp)
7007 +9000067c: 01e0f809 jalr t7
7008 +90000680: 00000000 nop
7009 +90000684: 01602821 move a1,t3
7010 +90000688: 01a03021 move a2,t5
7011 +9000068c: 8f8f81e0 lw t7,-32288(gp)
7012 +90000690: 01e0f809 jalr t7
7013 +90000694: 00000000 nop
7014 +90000698: 03000008 jr t8
7015 +9000069c: 00000000 nop
7016
7017 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7018
7019commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
7020Author: Vlad Lungu <vlad.lungu@windriver.com>
7021Date: Mon May 5 14:04:00 2008 +0300
7022
7023 Allow building mips versions with ELDK 3.1.1
7024
7025 .gpword works only with local symbols on certain binutils versions
7026
7027 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
7028
7029commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
7030Author: Wolfgang Denk <wd@denx.de>
7031Date: Mon May 5 12:52:36 2008 +0200
7032
7033 MAKEALL: add inka4x0 board
7034
7035 Signed-off-by: Wolfgang Denk <wd@denx.de>
7036
7037commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
7038Author: Wolfgang Denk <wd@denx.de>
7039Date: Sun May 4 21:34:23 2008 +0200
7040
7041 kb9202 board: fix build problem.
7042
7043 Signed-off-by: Wolfgang Denk <wd@denx.de>
7044
7045commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
7046Author: Wolfgang Denk <wd@denx.de>
7047Date: Sun May 4 12:10:33 2008 +0200
7048
7049 Prepare for v1.3.3-rc3
7050
7051 Update ChNAGELOG, minor white space cleanup.
7052
7053 Signed-off-by: Wolfgang Denk <wd@denx.de>
7054
6adf61dc
WD
7055commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
7056Author: Wolfgang Denk <wd@denx.de>
7057Date: Sun May 4 00:35:15 2008 +0200
7058
7059 drivers/net/tsec.c: Fix typo.
7060
7061 Signed-off-by: Wolfgang Denk <wd@denx.de>
7062
7063commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
7064Author: Mike Frysinger <vapier@gentoo.org>
7065Date: Fri May 2 21:45:12 2008 -0400
7066
7067 version_autogenerated.h: use printf rather than echo -n
7068
7069 Some systems are dumb and do not implement the -n flag to echo (like OS X).
7070 Convert the Makefile to use printf as this should work everywhere.
7071
7072 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7073 Signed-off-by: Wolfgang Denk <wd@denx.de>
7074
7075commit 4acc2a108ad0a669165924704a6cb083f9138242
7076Author: Mike Frysinger <vapier@gentoo.org>
7077Date: Fri May 2 18:17:50 2008 -0400
7078
7079 fix building when saveenv is disabled in some setups
7080
7081 If you enable environment in the flash, but disable the embedded
7082 option, and you disable the saveenv command, then the #if nested
7083 logic will trigger a compile failure:
7084 env_flash.c: In function 'env_relocate_spec':
7085 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
7086 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
7087
7088 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7089
7090commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
7091Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
7092Date: Fri May 2 16:10:04 2008 -0400
7093
7094 SBC8548: fix address mask to allow 64M flash
7095
7096 Fix incorrect mask to enable all 64MB of onboard flash.
7097 Previously U-Boot incorrectly mapped only 8MB of flash, this
7098 patch correctly maps all the available flash.
7099
7100 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
7101
7102commit 3648085c464c8c22ef76fab006ca4344d3796124
7103Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7104Date: Fri May 2 19:48:56 2008 +0200
7105
7106 qemu_mips: add README
7107
7108 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7109
7110commit 6fdd002689190a0022c7b3dbab37fcba724580ce
7111Author: Marcel Ziswiler <marcel@ziswiler.com>
7112Date: Fri May 2 02:35:59 2008 +0200
7113
7114 Fix misspelled comment
7115
7116 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
7117
7118commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
7119Author: Mike Frysinger <vapier@gentoo.org>
7120Date: Thu May 1 04:13:05 2008 -0400
7121
7122 mkimage: make mmap() checks consistent
7123
7124 The mmap() related code is full of inconsistent casts/constants when
7125 it comes to error checking, and may break when building on some
7126 systems (like ones that do not implicitly define the caddr_t type).
7127 Let's just avoid the whole mess by writing the code nice and clean in
7128 the first place.
7129
7130 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7131
7132commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
7133Author: Marcel Ziswiler <marcel@ziswiler.com>
7134Date: Thu May 1 09:05:34 2008 +0200
7135
7136 Fix defined but not used build warning
7137
7138 - warning: 'srom' defined but not used
7139
7140 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
7141
7142commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
7143Author: Marcel Ziswiler <marcel@ziswiler.com>
7144Date: Thu May 1 09:05:26 2008 +0200
7145
7146 Fix implicit declaration build warnings
7147
7148 - warning: implicit declaration of function ‘serial_initialize’
7149
7150 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
7151
7152commit 9acde129cc3f9c1b3bc11a821480dd446774d618
7153Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
7154Date: Tue Apr 29 19:18:32 2008 +0200
7155
7156 TSEC: add config options for VSC8601 RGMII PHY
7157
7158 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
7159 and Tx clock lines. They are configured using 2 bits in extended
7160 register 0x17.
7161 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
7162 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
7163
7164 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
7165 Acked-by: Andy Fleming <afleming@freescale.com>
7166 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7167 --
7168
7169 drivers/net/tsec.c | 6 ++++++
7170 drivers/net/tsec.h | 3 +++
7171 2 files changed, 9 insertions(+), 0 deletions(-)
7172
7173commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
7174Author: Wolfgang Denk <wd@denx.de>
7175Date: Sat May 3 23:07:15 2008 +0200
7176
7177 Revert "ColdFire: Get information from the correct GCC"
7178
7179 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
7180 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
7181
7182commit c4e5f52a58d278eebb87f476e353972c5dacea40
7183Author: Wolfgang Denk <wd@denx.de>
7184Date: Sat May 3 22:25:00 2008 +0200
7185
7186 config.mk: use correct (cross) compiler
7187
7188 Some config.mk files reference $(CC) to test for specific tool chain
7189 features, so make sure $(CC) gets set before including any such
7190 config files.
7191
7192 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
7193 the correct GCC").
7194
7195 Signed-off-by: Wolfgang Denk <wd@denx.de>
7196
7197commit 27c38689d0cfde0e444239345f97b5eecc9f4067
7198Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7199Date: Thu May 1 02:13:44 2008 +0200
7200
7201 pxa: fix previous definition on cpu init
7202
7203 start.S:183:1: warning: "ICMR" redefined
7204 In file included from start.S:33:
7205 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
7206 start.S:187:1: warning: "RCSR" redefined
7207 ...
7208
7209 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7210
7211commit 6d12e697de794d700767f22f950e3026ccf4daf6
7212Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7213Date: Thu May 1 02:13:43 2008 +0200
7214
7215 pxa: fix pcmcia operation on 'i' may be undefined
7216
7217 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7218 Signed-off-by: Wolfgang Denk <wd@denx.de>
7219
7220commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
7221Author: Kumar Gala <galak@kernel.crashing.org>
7222Date: Wed Apr 30 16:24:35 2008 -0500
7223
7224 MPC8610HPCD: Drop -O2 from the build flags
7225
7226 Make the flags use -Os like all other boards
7227
7228 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7229
7230commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
7231Author: Stefan Roese <sr@denx.de>
7232Date: Wed Apr 30 15:50:39 2008 +0200
7233
7234 RTC: Fix month offset by one problem in M41T62 RTC driver
7235
7236 This patch fixes a problem with the month being read and written
7237 incorrectly (offset by one). This only gets visible by also using
7238 the Linux driver (rtc-m41t80).
7239
7240 Tested on AMCC Canyonlands.
7241
7242 Signed-off-by: Stefan Roese <sr@denx.de>
7243
7244commit 141ba1cad8e6598a2466e7e2976c6a12285df619
7245Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7246Date: Sat May 3 13:51:44 2008 +0900
7247
7248 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
7249
7250 Current trick to pick up GNU assembler minor version uses a dot(.) as a
7251 delimiter, and take the second field to obtain minor version number. But
7252 as can be expected, this doesn't work with a version string which has
7253 dots more than needs.
7254
7255 Here's an example:
7256
7257 $ mips-linux-gnu-as --version | grep 'GNU assembler'
7258 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
7259 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
7260 2-129) 2
7261 $
7262
7263 This patch restricts the version format to 2.XX.XX... This will work
7264 in most cases.
7265
7266 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
7267 2.18.50.20080215
7268 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
7269 18
7270 $
7271
7272 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7273
7274commit ea638951acead7f1086c908c0b9f086beab82a22
7275Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7276Date: Sat May 3 13:51:28 2008 +0900
7277
7278 [MIPS] cpu/mips/cache.S: Add dcache_enable
7279
7280 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
7281 "allow ports to override bootelf behavior") requires ports to have this
7282 function.
7283
7284 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7285 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7286
7287commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
7288Author: Wolfgang Denk <wd@denx.de>
7289Date: Thu May 1 21:30:16 2008 +0200
7290
7291 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
7292
7293 Onenand needs a version of memcpy() which performs 16 bit accesses
7294 only; make sure the name does not conflict with the standard
7295 function.
7296
7297 Signed-off-by: Wolfgang Denk <wd@denx.de>
7298
7299commit 12bc4e94251c369c529ffa505cf58b148c372f7f
7300Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7301Date: Wed Apr 30 22:38:17 2008 +0200
7302
7303 cmd_nand: fix warning: str2long ncompatible pointer type
7304
7305 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7306
7307commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
7308Author: Timur Tabi <timur@freescale.com>
7309Date: Fri Apr 4 11:16:11 2008 -0500
7310
7311 Fix calculation of I2C clock for some 86xx chips
7312
7313 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
7314 There is no pattern that can be used to determine which chips use which
7315 frequency, so the only way to determine is to look up the actual SOC
7316 designation and use the right value for that SOC.
7317
7318 Signed-off-by: Timur Tabi <timur@freescale.com>
7319
7320commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
7321Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7322Date: Wed Apr 30 12:11:19 2008 -0500
7323
7324 ColdFire: Fix ethernet hang issue for mcf547x_8x
7325
7326 The ethernet hang is caused by receiving buffer in DRAM is not
7327 yet ready due to access cycles require longer time in DRAM.
7328 Relocate DMA buffer descriptors from DRAM to internal SRAM.
7329
7330 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7331
7332commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
7333Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7334Date: Wed Apr 30 12:10:47 2008 -0500
7335
7336 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
7337
7338 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
7339 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7340
7341commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
7342Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7343Date: Wed Apr 30 12:10:23 2008 -0500
7344
7345 ColdFire: Get information from the correct GCC
7346
7347 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
7348 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7349
7350commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
7351Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
7352Date: Wed Apr 30 18:02:59 2008 +0200
7353
7354 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
7355
7356 Fix warnings
7357
7358 nv_nand.c: In function 'saveenv':
7359 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
7360 env_nand.c: In function 'env_relocate_spec':
7361 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
7362
7363 if compiled for davinci_schmoogie_config.
7364
7365 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
7366 Ack by: Sergey Kubushyn <ksi@koi8.net>
7367
7368commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
7369Author: Anatolij Gustschin <agust@denx.de>
7370Date: Wed Apr 30 13:34:40 2008 +0200
7371
7372 Fix warnings while compiling net/net.c for MPC8610HPCD board
7373
7374 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
7375 causing overriding default -Os option. New gcc (ver. 4.2.2)
7376 produces warnings while compiling net/net.c file with -O2
7377 option. The patch is an attempt to fix this.
7378
7379 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7380
7381commit 58b575e575c25fdf8c88141e145db201f3092149
7382Author: Sascha Laue <Sascha.Laue@gmx.biz>
7383Date: Wed Apr 30 15:23:38 2008 +0200
7384
7385 lwmon5: fix offset error in sysmon0 POST
7386
7387 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
7388 Signed-off-by: Wolfgang Denk <wd@denx.de>
7389
7390commit e7419b243a373de4ee042f7d4f45f66de787240d
7391Author: Sascha Laue <Sascha.Laue@gmx.biz>
7392Date: Wed Apr 30 15:16:35 2008 +0200
7393
7394 lwmon5: fix manual merge error in POST
7395
7396 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
7397
7398commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
7399Author: Wolfgang Denk <wd@denx.de>
7400Date: Wed Apr 30 17:46:26 2008 +0200
7401
7402 cmd_nand.c: fix another 'incompatible pointer type' warning.
7403
7404 Signed-off-by: Wolfgang Denk <wd@denx.de>
7405
7406commit de109d909707e2dfe806be5efc3cdb103b47c8ad
7407Author: Wolfgang Denk <wd@denx.de>
7408Date: Wed Apr 30 17:25:07 2008 +0200
7409
7410 Makefile: fix parallel builds
7411
7412 This problem shows up with parallel builds only; it results in
7413 somewhat cryptic error messages like
7414
7415 $ JOBS=-j6 MAKEALL netstar
7416 Configuring for netstar board...
7417 arm-linux-ld: cannot find -lgeneric
7418 make[1]: *** [eeprom.srec] Error 1
7419
7420 A few boards (like netstar and voiceblue) need some libraries for
7421 building; however, the board Makefile does not contain any such
7422 dependencies which may cause problems with parallel builds. Adding
7423 such dependencies is difficult as we would also have to provide build
7424 rules, which already exist in the respective library Makefiles.
7425
7426 To solve this, we make sure that all libraries get built before the
7427 board code.
7428
7429 Signed-off-by: Wolfgang Denk <wd@denx.de>
7430
7431commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
7432Author: Stefan Roese <sr@denx.de>
7433Date: Wed Apr 30 14:51:36 2008 +0200
7434
7435 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
7436
7437 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
7438 used for NAND booting to match the values needed for the new 512MB
7439 DIMM modules shipped with the productions boards:
7440
7441 Crucial: CT6464AC667.8FB
7442
7443 Signed-off-by: Stefan Roese <sr@denx.de>
7444
7445commit ea9202a659dc75996facf1475f1866a19a9d3129
7446Author: Stefan Roese <sr@denx.de>
7447Date: Wed Apr 30 10:49:43 2008 +0200
7448
7449 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
7450
7451 This patch fixes a problem with DIMMs that have 8 banks. Now the
7452 MCIF0_MBxCF register will be setup correctly for this setup too.
7453
7454 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
7455
7456 Signed-off-by: Stefan Roese <sr@denx.de>
7457
7458commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
7459Author: Wolfgang Denk <wd@denx.de>
7460Date: Tue Apr 29 23:41:06 2008 +0200
7461
7462 Prepare v1.3.3-rc2, again.
7463
7464 Signed-off-by: Wolfgang Denk <wd@denx.de>
7465
76617299
WD
7466commit b7fcc4c13993782342cf5cd20d237a6281648a0b
7467Author: Wolfgang Denk <wd@denx.de>
7468Date: Tue Apr 29 23:35:24 2008 +0200
7469
7470 Prepare v1.3.3-rc2
7471
7472 Signed-off-by: Wolfgang Denk <wd@denx.de>
7473
b7fcc4c1
WD
7474commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
7475Author: Wolfgang Denk <wd@denx.de>
7476Date: Tue Apr 29 23:32:20 2008 +0200
7477
7478 common/env_nand.c: fix one more incompatible pointer type issue
7479
7480 Signed-off-by: Wolfgang Denk <wd@denx.de>
7481
7482commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
7483Author: Wolfgang Denk <wd@denx.de>
7484Date: Tue Apr 29 21:33:08 2008 +0200
7485
7486 post/board/lwmon5/sysmon.c: fix manual merge error.
7487
7488 Signed-off-by: Wolfgang Denk <wd@denx.de>
7489
7490commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
7491Author: Kumar Gala <galak@kernel.crashing.org>
7492Date: Tue Apr 29 12:54:59 2008 -0500
7493
7494 85xx: Add -mno-spe to e500/85xx builds
7495
7496 Newer gcc's might be configured to enable autovectorization by default.
7497 If we happen to build with one of those compilers we will get SPE
7498 instructions in random code.
7499
7500 -mno-spe disables the compiler for automatically generating SPE
7501 instructions without our knowledge.
7502
7503 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7504
7505commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
7506Author: Kumar Gala <galak@kernel.crashing.org>
7507Date: Tue Apr 29 10:18:34 2008 -0500
7508
7509 Update .gitignore for zlib.h
7510
7511 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7512
7513commit 45239cf4152109caa925145ccd433529902df887
7514Author: Kumar Gala <galak@kernel.crashing.org>
7515Date: Tue Apr 29 10:27:08 2008 -0500
7516
7517 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
7518
7519 All the 85xx and 86xx UM describe the register as timing_cfg_3
7520 not as ext_refrec.
7521
7522 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7523
7524commit ef7d30b14394e4c4a153118f5845760cadada02a
7525Author: Kumar Gala <galak@kernel.crashing.org>
7526Date: Tue Apr 29 10:28:34 2008 -0500
7527
7528 85xx/86xx: Rename DDR init address and init extended address register
7529
7530 Rename init_addr and init_ext_addr to match the docs between
7531 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
7532
7533 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7534
7535commit cf6cc014270549684873a5972d2595052c468cb6
7536Author: Kumar Gala <galak@kernel.crashing.org>
7537Date: Mon Apr 28 02:24:04 2008 -0500
7538
7539 85xx: Additional fixes and cleanup of MP code
7540
7541 * adjust __spin_table alignment to match ePAPR v0.94 spec
7542 * loop over all cpus when determing who is up. This fixes an issue if
7543 the "boot cpu" isn't core0. The "boot cpu" will already be in the
7544 cpu_up_mask so there is no harm
7545 * Added some protection in the code to ensure proper behavior. These
7546 changes are explicitly needed but don't hurt:
7547 - Added eieio to ensure the "hot word" of the table is written after
7548 all other table updates have occurred.
7549 - Added isync to ensure we don't prefetch loading of table entries
7550 until we a released
7551
7552 These issues we raised by Dave Liu.
7553
7554 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7555
7556commit b2d527a8b9fb50afccbaf79b5540952585cdc760
7557Author: Yuri Tikhonov <yur@emcraft.com>
7558Date: Tue Apr 29 15:06:41 2008 +0200
7559
7560 lwmon5: minor clean-up to include/configs/lwmon5.h
7561
7562 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
7563 the CFG_DSPIC_TEST_ADDR definition more readable.
7564
7565 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7566
7567commit f4c4d21a885ccc222fd0acdf653b683249e85117
7568Author: Stefan Roese <sr@denx.de>
7569Date: Tue Apr 29 16:08:05 2008 +0200
7570
7571 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
7572
7573 Signed-off-by: Stefan Roese <sr@denx.de>
7574
7575commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
7576Author: Yuri Tikhonov <yur@emcraft.com>
7577Date: Tue Apr 29 13:32:45 2008 +0200
7578
7579 ppc flush_cache: add watch-dog triggering into the loops.
7580
7581 Some boards (e.g. lwmon5) need rather a frequent watch-dog
7582 kicking. Since the time it takes for the flush_cache() function
7583 to complete its job depends on the size of data being flushed, one
7584 may encounter watch-dog resets on such boards when, for example,
7585 download big files over ethernet.
7586
7587 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7588
7589commit cab99d6f3281ab6784feccf98b9b425daa58418a
7590Author: Stefan Roese <sr@denx.de>
7591Date: Tue Apr 29 14:44:54 2008 +0200
7592
7593 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
7594
7595 Signed-off-by: Stefan Roese <sr@denx.de>
7596
7597commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
7598Author: Stefan Roese <sr@denx.de>
7599Date: Tue Apr 29 14:12:07 2008 +0200
7600
7601 ppc4xx: Fix Katmai CFG_MONITOR_LEN
7602
7603 Signed-off-by: Stefan Roese <sr@denx.de>
7604
7605commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
7606Author: Stefan Roese <sr@denx.de>
7607Date: Tue Apr 29 13:57:07 2008 +0200
7608
7609 ppc4xx: Complete remove bogus dflush()
7610
7611 Since the current dflush() implementation is know to have some problems
7612 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
7613 it by using clean_dcache_range().
7614
7615 Tested on Katmai with ECC DIMM.
7616
7617 Signed-off-by: Stefan Roese <sr@denx.de>
7618
7619commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
7620Author: Stefan Roese <sr@denx.de>
7621Date: Tue Apr 29 13:36:51 2008 +0200
7622
7623 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
7624
7625 As it seems the "old" ECC initialization routine by using dflush() didn't
7626 write all lines in the dcache back to memory on lwmon5. This could lead
7627 to ECC error upon Linux booting. This patch changes the program_ecc()
7628 routine to now use clean_dcache_range() instead of dflush().
7629 clean_dcache_range() uses dcbst which is exactly what we want in this
7630 case.
7631
7632 Since dflush() is known is cause problems, this routine will be
7633 removed completely and replaced by clean_dcache_range() with an
7634 additional patch.
7635
7636 Signed-off-by: Stefan Roese <sr@denx.de>
7637
7638commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
7639Author: Yuri Tikhonov <yur@emcraft.com>
7640Date: Mon Apr 28 18:19:34 2008 +0200
7641
7642 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
7643
7644 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7645
7646commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
7647Author: Markus Brunner <super.firetwister@googlemail.com>
7648Date: Mon Apr 28 08:47:47 2008 +0200
7649
7650 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
7651
7652 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
7653 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
7654 doesn't exist.
7655
7656 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
7657
76617299
WD
7658commit 2ef7503a593c77a80c2a054011970227c4b62774
7659Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7660Date: Thu Apr 24 07:57:17 2008 +0200
7661
7662 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
7663
7664 Move non-inlied functions into specific drivers file
7665 Set get_prom as weak
7666
7667 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7668 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7669 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7670
7671commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
7672Author: Guennadi Liakhovetski <lg@denx.de>
7673Date: Thu Apr 3 17:04:19 2008 +0200
7674
7675 net: make ARP timeout configurable
7676
7677 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
7678 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
7679 to the boards get lost, which typically are ARP replies. By configuring
7680 the timeout to a lower value we significantly improve the first network
7681 transfer time on this board. The timeout is specified in milliseconds,
7682 later internally it is converted to deciseconds, because it has to be
7683 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
7684 different boards.
7685
7686 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7687 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7688
7689commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
7690Author: Guennadi Liakhovetski <lg@denx.de>
7691Date: Thu Apr 3 13:36:18 2008 +0200
7692
7693 minor cs8900 driver clean up
7694
7695 Remove a redundant register definition, clean up some coding style
7696 violations.
7697
7698 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7699 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7700
b7fcc4c1
WD
7701commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
7702Author: Wolfgang Denk <wd@denx.de>
7703Date: Mon Apr 28 22:01:04 2008 +0200
7704
7705 jffs2_1pass.c: fix incompatible pointer type warning
7706
7707 Signed-off-by: Wolfgang Denk <wd@denx.de>
7708
7709commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
7710Author: Sascha Laue <Sascha.Laue@gmx.biz>
7711Date: Tue Apr 1 10:10:18 2008 +0200
7712
7713 lwmon5: update dsPIC POST spezification
7714
7715 The specification for the lwmon5 board dsPIC POST got changed.
7716 Also add defines for the temperatures and voltages.
7717
7718 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
7719
7720commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
7721Author: Sascha Laue <Sascha.Laue@gmx.biz>
7722Date: Tue Apr 1 15:13:03 2008 +0200
7723
7724 Fix watchdog POST for lwmon5
7725
7726 If the hardware watchdog detects a voltage error, the watchdog sets
7727 GPIO62 to low. The watchdog POST has to detect this low level.
7728
7729 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
7730 Signed-off-by: Wolfgang Denk <wd@denx.de>
7731
7732commit dd5748bcd669f46aeb6686c1b341323843738ccc
7733Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7734Date: Mon Apr 28 14:37:14 2008 +0200
7735
7736 rtl8169: fix compiler warnings
7737
7738 Fix multiple compiler warnings related to argument type mismatch.
7739
7740 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7741
7742commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
7743Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7744Date: Mon Apr 28 14:36:06 2008 +0200
7745
7746 IDE: fix compiler warnings
7747
7748 The IDE driver can use 32-bit addresses in LBA mode, in which case it
7749 spits multiple warnings during compilation. Fix them.
7750
7751 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7752
7753commit db9084de28c46ac81c8f681722cb0d7411be4d7f
7754Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7755Date: Mon Apr 28 14:35:57 2008 +0200
7756
7757 LinkStation: fix compiler warning, add a maintainer
7758
7759 out_8 wants a pointer to an unsigned as the first argument. Add a
7760 maintainer for Linkstation boards.
7761
7762 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7763
7764commit c71abba3cb67b063f789f17abf6c7447727c0cd5
7765Author: Wolfgang Denk <wd@denx.de>
7766Date: Mon Apr 28 14:55:12 2008 +0200
7767
7768 cmd_nand.c: fix "differ in signedness" problem
7769
7770 Signed-off-by: Wolfgang Denk <wd@denx.de>
7771
7772commit f2c288a35341ad02ac03b1563d786763c9c8f159
7773Author: Wolfgang Denk <wd@denx.de>
7774Date: Mon Apr 28 12:48:47 2008 +0200
7775
7776 pcnet.c: fix a merge issue
7777
7778 Signed-off-by: Wolfgang Denk <wd@denx.de>
7779
7780commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
7781Author: Wolfgang Denk <wd@denx.de>
7782Date: Mon Apr 28 12:08:18 2008 +0200
7783
7784 NAND: fix some strict-aliasing compiler warnings
7785
7786 Signed-off-by: Wolfgang Denk <wd@denx.de>
7787
7788commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
7789Author: Stefan Roese <sr@denx.de>
7790Date: Mon Apr 28 11:37:14 2008 +0200
7791
7792 ppc4xx: Fix compile warning of hcu4 board
7793
7794 Signed-off-by: Stefan Roese <sr@denx.de>
7795
7796commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
7797Author: Wolfgang Denk <wd@denx.de>
7798Date: Mon Apr 28 11:31:23 2008 +0200
7799
7800 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
7801
7802 Signed-off-by: Wolfgang Denk <wd@denx.de>
7803
7804commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
7805Author: Guennadi Liakhovetski <lg@denx.de>
7806Date: Mon Apr 28 00:25:32 2008 +0200
7807
7808 mx31ads: fix loadaddr environment variable define
7809
7810 Arithmetic expressions do not get evaluated under stringification. Remove
7811 default network configuration, add DHCP command support. Thanks to Felix
7812 Radensky for reporting.
7813
7814 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7815
7816commit 144eec777ac07bcb12bd38245a5a289f694a7f98
7817Author: Wolfgang Denk <wd@denx.de>
7818Date: Mon Apr 28 10:55:24 2008 +0200
7819
7820 katmai: fix section overlap problem
7821
7822 Since we didn't want to remove features from the configuration, we
7823 decided to increase the U-Boot image size (add one flash sector).
7824
7825 Also changed the default environment definition to make it
7826 independent of such changes.
7827
7828 Signed-off-by: Wolfgang Denk <wd@denx.de>
7829 Acked-by: Stefan Roese <sr@denx.de>
7830
7831commit 941d696d25624e3cc65ebf924199541acf52d74e
7832Author: Wolfgang Denk <wd@denx.de>
7833Date: Mon Apr 28 10:55:24 2008 +0200
7834
7835 katmai: fix section overlap problem
7836
7837 Since we didn't want to remove features from the configuration, we
7838 decided to increase the U-Boot image size (add one flash sector).
7839
7840 Also changed the default environment definition to make it
7841 independent of such changes.
7842
7843 Signed-off-by: Wolfgang Denk <wd@denx.de>
7844 Acked-by: Stefan Roese <sr@denx.de>
7845
7846commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
7847Author: Kumar Gala <galak@kernel.crashing.org>
7848Date: Sat Apr 26 11:44:44 2008 -0500
7849
7850 post: Fix building with O=
7851
7852 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7853
7854commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
7855Author: Wolfgang Denk <wd@denx.de>
7856Date: Sat Apr 26 01:55:00 2008 +0200
7857
7858 Prepare v1.3.3-rc1
7859
7860 Signed-off-by: Wolfgang Denk <wd@denx.de>
7861
fd7531c1
WD
7862commit 19cf2ec90d8ce52da60c1693693c4048cb810967
7863Author: Wolfgang Denk <wd@denx.de>
7864Date: Sat Apr 26 01:25:39 2008 +0200
7865
7866 post/Makefile: make sure to use the correct flags
7867
7868 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
7869 messages to be printed.
7870
7871 Signed-off-by: Wolfgang Denk <wd@denx.de>
7872
7873commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
7874Author: Wolfgang Denk <wd@denx.de>
7875Date: Sat Apr 26 00:34:42 2008 +0200
7876
7877 Coding Style cleanup, update CHANGELOG
7878
7879 Signed-off-by: Wolfgang Denk <wd@denx.de>
7880
7ed40117
WD
7881commit f9204e15173834ff8d123e36279ce49c3c6c74fc
7882Author: Magnus Lilja <lilja.magnus@gmail.com>
7883Date: Sun Apr 20 10:38:12 2008 +0200
7884
7885 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
7886
7887 This patch enables SPI and MC13783/RTC support for the Litekit board.
7888
7889 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7890
7891commit f97abbfb47d9e407354e157cae3f6369e460cd37
7892Author: Ed Swarthout <Ed.Swarthout@freescale.com>
7893Date: Fri Apr 25 01:08:32 2008 -0500
7894
7895 MPC8544DS: decode pcie3 end-point configuration correctly.
7896
7897 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
7898 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7899
7900commit 292188e15523c165c4269403fdcd33c26d89176e
7901Author: Roy Zang <tie-fei.zang@freescale.com>
7902Date: Fri Apr 25 00:55:09 2008 -0500
7903
7904 MPC8544DS: Removes the unknown flash message information
7905
7906 This patch removes the unknown flash message information:
7907 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
7908 This unknown flash message is caused by PromJet.
7909 Some of the board user is unhappy with this information.
7910
7911 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7912 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7913
7914commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
7915Author: Kim Phillips <kim.phillips@freescale.com>
7916Date: Thu Apr 24 14:07:38 2008 -0500
7917
7918 mpc83xx: bump loadaddr over fdtaddr to 0x500000
7919
7920 this seems as a good compromise between human memory, typing,
7921 and last but not least, to accommodate for current and future kernel bloat.
7922
7923 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7924 Acked-by: Dave Liu <daveliu@freescale.com>
7925
7926commit be5a7190265a34d968578ff266549c60f6f57654
7927Author: Dave Liu <r63238@freescale.com>
7928Date: Tue Apr 15 13:12:23 2008 +0800
7929
7930 mpc83xx: clean up the readme for 83xx boards
7931
7932 1. correct the typo
7933 2. correct the memory map for 837xerdb board
7934
7935 Signed-off-by: Dave Liu <daveliu@freescale.com>
7936
7937commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
7938Author: Dave Liu <r63238@freescale.com>
7939Date: Tue Apr 15 13:11:11 2008 +0800
7940
7941 mpc83xx: remove the unused CPM's stuff
7942
7943 The MPC83xx family never have CPM block, so remove it from 83xx.
7944
7945 Signed-off-by: Dave Liu <daveliu@freescale.com>
7946
7947commit c63ad6325a8ac0097a54b418a3288926b0484b18
7948Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7949Date: Fri Apr 18 16:29:40 2008 +0200
7950
7951 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
7952
7953 This patch adds a configurable flash auto protection list that can be used
7954 to make U-Boot protect flash regions in flash_init().
7955
7956 The idea has been discussed on the u-boot mailing list starting
7957 on Nov 18th, 2007.
7958
7959 Even this patch brings a new feature it is used as a bugfix for 4xx
7960 platforms where flash_init() does not completely protect the
7961 monitor's flash range in all situations.
7962
7963 U-Boot protects the flash range from CFG_MONITOR_BASE to
7964 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
7965 include the reset vector at 0xfffffffc.
7966
7967 Example:
7968 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
7969
7970 This config option will auto protect the last 512k of flash that
7971 contains the bootloader on board like APC405 and PMC405.
7972
7973 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7974
7975commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
7976Author: Stefan Roese <sr@denx.de>
7977Date: Fri Apr 25 13:59:03 2008 +0200
7978
7979 ppc4xx: Remove double defines in lwmon5.h
7980
7981 introduced with latest lwmon5/POST merge
7982
7983 Signed-off-by: Stefan Roese <sr@denx.de>
7984
7985commit 7590378fb9c686709492ceb142825cd058255956
7986Author: Bartlomiej Sieka <tur@semihalf.com>
7987Date: Fri Apr 25 13:54:02 2008 +0200
7988
7989 Use watchdog-aware functions when calculating hashes of images - take two
7990
7991 Some files didn't get updated properly with the "Use watchdog-aware
7992 functions when calculating hashes of images" commit, this commit
7993 fixes this.
7994
7995 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7996 Signed-off-by: Wolfgang Denk <wd@denx.de>
7997
7998commit 8e048c438e20ec89b49da5f085f8f756eba6e587
7999Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8000Date: Fri Apr 25 12:01:39 2008 +0200
8001
8002 ppc4xx: Add bootcount limit handling for APC405 boards
8003
8004 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8005
8006commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
8007Author: Bartlomiej Sieka <tur@semihalf.com>
8008Date: Fri Apr 25 12:10:09 2008 +0200
8009
8010 Use watchdog-aware functions when calculating hashes of images
8011
8012 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8013
8014commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
8015Author: Wolfgang Denk <wd@denx.de>
8016Date: Fri Apr 25 12:44:08 2008 +0200
8017
8018 USB: fix more GCC 4.2.x aliasing warnings
8019
8020 Signed-off-by: Wolfgang Denk <wd@denx.de>
8021 Acked-by: Markus Klotzbuecher <mk@denx.de>
8022
8023commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
8024Author: Wolfgang Denk <wd@denx.de>
8025Date: Fri Apr 25 12:41:53 2008 +0200
8026
8027 lib_generic/crc32.c: add missing #include <watchdog.h>
8028
8029 Signed-off-by: Wolfgang Denk <wd@denx.de>
8030
8031commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
8032Author: Wolfgang Denk <wd@denx.de>
8033Date: Fri Apr 25 11:52:21 2008 +0200
8034
8035 lib_generic/crc32.c: fix compile problem
8036
8037 Signed-off-by: Wolfgang Denk <wd@denx.de>
8038
8039commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
8040Author: Stefan Roese <sr@denx.de>
8041Date: Tue Apr 22 12:20:32 2008 +0200
8042
8043 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
8044
8045 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
8046 environment variable will now get passed to the Linux kernel by setting
8047 the device_type property of the PCIe device tree node. For normal root-
8048 complex configuration it will keep its defaults value of "pci" and for
8049 endpoint configuration it will get changed to "pci-endpoint".
8050
8051 Signed-off-by: Stefan Roese <sr@denx.de>
8052
8053commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
8054Author: Yuri Tikhonov <yur@emcraft.com>
8055Date: Thu Apr 24 10:30:53 2008 +0200
8056
8057 lwmon5: watchdog POST fix
8058
8059 Use the GPT0_MASKx registers as the temporary storage for watch-dog
8060 timer POST test instead of GPT0_COMPx. The latter
8061 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
8062
8063 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8064 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8065
8066commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
8067Author: Kim Phillips <kim.phillips@freescale.com>
8068Date: Mon Apr 21 18:10:14 2008 -0500
8069
8070 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
8071
8072 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
8073 proven problematic getting right from the start at least on 83xx and
8074 4xx.
8075
8076 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8077
8078commit a99715b8ebfc500f3f40e01b36b64d473938443d
8079Author: Detlev Zundel <dzu@denx.de>
8080Date: Fri Apr 18 14:50:01 2008 +0200
8081
8082 Realining some header definitions.
8083
8084 Signed-off-by: Detlev Zundel <dzu@denx.de>
8085
8086commit 4acbc6c7f993cae409c424615415a3e76820f13d
8087Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8088Date: Thu Apr 24 07:57:16 2008 +0200
8089
8090 NE2000: coding style cleanup
8091
8092 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8093
8094commit b4aff1ffaf7120032c653357c007faa14f74d29d
8095Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8096Date: Wed Apr 23 00:11:47 2008 +0900
8097
8098 qemu-mips.h: Add CFI support
8099
8100 CONFIG_ENV_OVERWRITE is also added.
8101
8102 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
8103
8104 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8105 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8106
8107commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
8108Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8109Date: Tue Apr 22 22:47:27 2008 +0900
8110
8111 doc/README.mips: Add MIPS notes
8112
8113 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8114
8115commit 215b01bba8bc662d35f72b084700b192d367dfb4
8116Author: Bartlomiej Sieka <tur@semihalf.com>
8117Date: Tue Apr 22 12:27:56 2008 +0200
8118
8119 Add support for calculating hashes with watchdog triggering
8120
8121 Implement watchodg-aware variants of hash calculation functions:
8122 - crc32_wd()
8123 - md5_wd()
8124 - sha1_csum_wd()
8125 The above functions calculate the hash of the input buffer in chunks,
8126 triggering the watchdog after processing each chunk. The chunk size
8127 is given as a function call parameter.
8128
8129 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8130
8131commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
8132Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
8133Date: Wed Apr 23 11:02:12 2008 +0900
8134
8135 qemu-mips: Cleanup whitespace, indentation, etc.
8136
8137 No functional change.
8138
8139 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
8140 Then I re-created from scratch, and changed more lines than the original.
8141
8142 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8143 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8144
8145commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
8146Author: Vlad Lungu <vlad@comsys.ro>
8147Date: Wed Oct 10 23:02:09 2007 +0300
8148
8149 Fixed pcnet io_base
8150
8151 Bus and phys address are not always the same
8152
8153 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
8154
8155commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
8156Author: Wolfgang Denk <wd@denx.de>
8157Date: Thu Apr 24 23:44:26 2008 +0200
8158
8159 drivers/net/pcnet.c: Coding Style cleanup.
8160
8161 Signed-off-by: Wolfgang Denk <wd@denx.de>
8162
8163commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
8164Author: Vlad Lungu <vlad@comsys.ro>
8165Date: Wed Oct 10 23:04:23 2007 +0300
8166
8167 Added Am79C970A chip id to pcnet
8168
8169 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
8170
8171commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
8172Author: Magnus Lilja <lilja.magnus@gmail.com>
8173Date: Sun Apr 20 10:35:03 2008 +0200
8174
8175 i.MX31: Fix architecture numbers for ADS and Litekit boards
8176
8177 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
8178
8179 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8180
8181commit e7ae84d6c7288790e88639f57cb60daf89c11369
8182Author: Magnus Lilja <lilja.magnus@gmail.com>
8183Date: Sun Apr 20 10:36:36 2008 +0200
8184
8185 i.MX31: Use symbolic names for Litekit membases.
8186
8187 Use symbolic names instead of hard coded addresses for Litekit membases.
8188
8189 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8190
8191commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
8192Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8193Date: Sat Apr 19 17:59:20 2008 +0200
8194
8195 Fix show_boot_progress prototype
8196
8197 in commit fad634071 "make show_boot_progress () weak."
8198 show_boot_progress is supposed to be declared as weak but declared as
8199 inline instead.
8200
8201 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8202
8203commit edbed247a14d70b94958010f736621212285de91
8204Author: Bartlomiej Sieka <tur@semihalf.com>
8205Date: Fri Apr 18 12:39:23 2008 +0200
8206
8207 Memory footprint optimizations
8208
8209 As suggested by Wolfgang Denk:
8210 - image printing functions:
8211 - remove wrappers
8212 - remove indentation prefix from functions' signatures
8213 - merge getenv_verify and getenv_autostart into one parametrized function
8214
8215 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8216
8217commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
8218Author: Guennadi Liakhovetski <lg@denx.de>
8219Date: Tue Apr 15 13:33:11 2008 +0200
8220
8221 MX31ADS environment variable update, spi and rtc support
8222
8223 Update MX31ADS default environment to better match the flash layout and
8224 the memory map, support SPI and RTC.
8225
8226 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8227
8228commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
8229Author: Kumar Gala <galak@kernel.crashing.org>
8230Date: Mon Apr 21 09:28:36 2008 -0500
8231
8232 85xx: Round up frequency calculations to get reasonable output
8233
8234 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
8235
8236 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
8237
8238 Signed-off-by: Dejan Minic <minic@freescale.com>
8239 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
8240 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8241 Acked-by: Andy Fleming <afleming@freescale.com>
8242
8243commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
8244Author: Kumar Gala <galak@kernel.crashing.org>
8245Date: Wed Apr 23 16:58:04 2008 -0500
8246
8247 fsl_pci: Only modify registers if we have them
8248
8249 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
8250
8251 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8252
8253commit 83fe32334337def160b302aa9d152d808bfcc68e
8254Author: Markus Klotzbücher <mk@denx.de>
8255Date: Wed Apr 23 10:57:33 2008 +0200
8256
8257 USB: remove a cpu bug workaround for an unsupported architecture.
8258
8259 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
8260
8261commit f957576cb53e6cfab412709cfc8db1afd39d21c3
8262Author: Markus Klotzbücher <mk@denx.de>
8263Date: Wed Apr 23 10:53:23 2008 +0200
8264
8265 USB: fix those pesky aliasing warnings issued by gcc-4.2
8266
8267 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
8268 Signed-off-by: Detlev Zundel <dzu@denx.de>
8269
8270commit 89cdab788f3716b335fefb60b836ebcf975aceab
8271Author: Mike Frysinger <vapier@gentoo.org>
8272Date: Mon Mar 31 11:02:01 2008 -0400
8273
8274 crc32: use uint32_t rather than unsigned long
8275
8276 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
8277 this is done with the build toolchain instead of the target tool
8278 chain, so if the build is a 64bit system but the target is 32bits,
8279 the size will obviously be wrong. This converts all unsigned long
8280 stuff related to crc32 to uint32_t types. Compile tested only: output
8281 of ./tools/envcrc when run on a 32bit build system matches that of a
8282 64bit build system.
8283
8284 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8285 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8286
8287commit 80c40b765b3642ddb9f3392b7898715aab44a29c
8288Author: Dirk Behme <dirk.behme@googlemail.com>
8289Date: Wed Mar 26 09:53:29 2008 +0100
8290
8291 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
8292
8293 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
8294
8295 Changes:
8296
8297 - Remove *_masked() functions as noted by Wolfgang
8298
8299 - Adapt register naming to recent TI spec (sprue26, March 2007)
8300
8301 - Fix reset_timer() handling
8302
8303 - 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.
8304
8305 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
8306
8307 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
8308
8309 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
8310
8311 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
8312
8313 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
8314 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
8315
8316commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
8317Author: Sergei Poselenov <sposelenov@emcraft.com>
8318Date: Wed Apr 9 16:09:41 2008 +0200
8319
8320 Added watchdog triggering calls in the "mtest" test function.
8321
8322 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8323
8324commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
8325Author: Yuri Tikhonov <yur@emcraft.com>
8326Date: Sun Apr 6 19:19:14 2008 +0200
8327
8328 lwmon5 watchdog: limit trigger rate
8329
8330 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
8331 the CONFIG_WD_MAX_RATE value.
8332
8333 Note that an earlier version of this patch which used microseconds
8334 instead of ticks dis not work. The problem was that we used
8335 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
8336 get_tbclk(), which in turn calls get_sys_info(). It turns out that
8337 this function does a lot of prolonged operations (like divisions)
8338 which take too much time so we do not trigger the watchdog in time,
8339 and it resets the system.
8340
8341 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8342
8343commit 2d2b994a30bb100774dc747ae9865b7f95285a88
8344Author: Yuri Tikhonov <yur@emcraft.com>
8345Date: Mon Mar 31 10:51:37 2008 +0200
8346
8347 POST: move CONFIG_POST to Makefiles
8348
8349 Introduce the new logical option CONFIG_HAS_POST which is set when the
8350 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
8351 to determine should the POST libs be compiled for the selected target
8352 platform, or not.
8353
8354 To avoid breaking u-boot linking process, the empty post/libpost.a file is
8355 created for platforms which do not have POSTs.
8356
8357 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8358 Signed-off-by: Wolfgang Denk <wd@denx.de>
8359
8360commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
8361Author: Yuri Tikhonov <yur@emcraft.com>
8362Date: Mon Mar 31 10:49:34 2008 +0200
8363
8364 POST: preparations for moving CONFIG_POST to Makefiles
8365
8366 Remove CONFIG_POST ifdefs from the post/ source files.
8367
8368 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8369 Signed-off-by: Wolfgang Denk <wd@denx.de>
8370
8371commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
8372Author: Stefan Roese <sr@denx.de>
8373Date: Tue Apr 22 14:14:20 2008 +0200
8374
8375 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
8376
8377 This patch fixes the Canyonlands and Glacier default environment to better
8378 fit to the arch/powerpc device-tree kernels. The variables dealing with
8379 arch/ppc booting are removed, since these boards are supported only in
8380 arch/powerpc. Glacier uses the same config file as Canyonlands.
8381
8382 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
8383
8384 Signed-off-by: Stefan Roese <sr@denx.de>
8385
8386commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
8387Author: Stefan Roese <sr@denx.de>
8388Date: Tue Apr 22 14:06:42 2008 +0200
8389
8390 ppc4xx: Small coding style cleanup for the latest esd patches
8391
8392 Signed-off-by: Stefan Roese <sr@denx.de>
8393
8394commit 79941d63bc03aed8c48d7602f18217cc200ee931
8395Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8396Date: Mon Apr 21 18:01:07 2008 +0200
8397
8398 ppc4xx: Update CPU strapping for PMC440 boards
8399
8400 This patch removes the temporary 'test' strapping option
8401 of the sbe command. The '667' strapping option now uses
8402 a PLB/PCI divider of 3.
8403
8404 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8405
8406commit f00cf3193a6635355b121e90debb2f54e777e7da
8407Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8408Date: Mon Apr 21 14:42:21 2008 +0200
8409
8410 ppc4xx: Remove unused APC405 strataflash driver
8411
8412 The APC405 board support has been migrated to use the common
8413 CFI flash driver.
8414
8415 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8416
8417commit 1c686676a86473bbd92151f0544e109413f6ed06
8418Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8419Date: Mon Apr 21 14:42:17 2008 +0200
8420
8421 ppc4xx: Update APC405 configuration
8422
8423 - enable esd's auto_update mechanism
8424 - support alternative flash layout on rev. 1.8 boards
8425 - update default environment
8426 - use common CFI flash driver
8427 - coding style cleanup
8428
8429 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8430
8431commit 0b9872515a521bf7866dc24b85ddce708e60d702
8432Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8433Date: Mon Apr 21 14:42:11 2008 +0200
8434
8435 ppc4xx: Update APC405 board support
8436
8437 - enable esd's auto_update mechanism
8438 - fix LCD support on latest hardware revision (uses other LCD controller)
8439 - support alternative flash layout on rev. 1.8 boards
8440 - coding style cleanup
8441
8442 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8443
8444commit 83975d02e225e231960784972e7820a8b303756b
8445Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8446Date: Mon Apr 21 14:42:06 2008 +0200
8447
8448 ppc4xx: update esd's common auto_update code for 405 boards
8449
8450 - Coding style cleanup (long lines)
8451 - improve handling of protected flash regions
8452 - remove dead code
8453
8454 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8455
8456commit b9233fe5d59cb25d975071616bd1035d6f4c2285
8457Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8458Date: Mon Apr 21 14:41:59 2008 +0200
8459
8460 ppc4xx: Update esd's common LCD code for 405 boards
8461
8462 - Coding style cleanup (long lines)
8463 - Add s1d13505 support
8464 - Make some functions return a result code instead of void
8465
8466 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8467
8468commit dea68189424c3f1242427a8146a3861bf093173c
8469Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8470Date: Mon Apr 21 11:36:55 2008 +0200
8471
8472 ppc4xx: Update FPGA image for APC405 boards
8473
8474 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8475
8476commit 2a05b152924acfcec3b037693329e517e6d3578f
8477Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8478Date: Mon Apr 21 11:36:08 2008 +0200
8479
8480 ppc4xx: Update bootlogo for APC405 boards
8481
8482 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8483
8484commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
8485Author: Stefan Roese <sr@denx.de>
8486Date: Fri Apr 18 16:41:31 2008 +0200
8487
8488 ppc4xx: Add dcache_enable() for 440
8489
8490 dcache_enable() was missing for 440 and the patch
8491 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
8492 "] behavior uses this function.
8493
8494 Note: Currently the cache handling functions like
8495 d/icache_disable/enable() are NOP's on 440. This may be changed in the
8496 future.
8497
8498 Signed-off-by: Stefan Roese <sr@denx.de>
8499
8500commit a49e0d177a0749614b316ec847fb623f09c82c07
8501Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8502Date: Mon Apr 21 11:19:04 2008 +0200
8503
8504 video: Add missing free for logo memory
8505
8506 This patch adds two missing free()s.
8507
8508 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8509
8510commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
8511Author: Troy Kisky <troy.kisky@boundarydevices.com>
8512Date: Mon Sep 24 16:41:43 2007 -0700
8513
8514 PATCH - Fix oob data copied into supplied buffer
8515
8516 This patch correctly sets the oobavail variable
8517 and fixes a bug where the oob data was not valid when
8518 there where multiple groups in oobfree.
8519
8520 First segment fixes a typo
8521 Second segment fixes a bug where oob data may be copied incorrectly.
8522 Third segment adds an error message when exiting due to write protect.
8523 Forth segment fixes a bug where oobavail may be set incorrectly.
8524
8525 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
8526
8527commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
8528Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8529Date: Fri Apr 18 17:24:32 2008 +0200
8530
8531 ppc4xx: Fix sys_get_info() for 405GP(r)
8532
8533 This patch assigns the correct EBC clock for 405GP(r) CPUs
8534 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
8535 uses an uninitialized EBC clock in its startup message.
8536
8537 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8538
8539commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
8540Author: Wolfgang Denk <wd@denx.de>
8541Date: Sun Apr 20 15:39:38 2008 -0700
8542
8543 Makefile: remove nand_spl/System.map when cleaning up.
8544
8545commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
8546Author: Wolfgang Denk <wd@denx.de>
8547Date: Sun Apr 20 15:35:52 2008 -0700
8548
8549 MAKEALL: sort entries / lists.
8550
8551 Signed-off-by: Wolfgang Denk <wd@denx.de>
8552
8553commit 0878af169b181868a105b5c33f3a6423e2c9fd60
8554Author: Kumar Gala <galak@kernel.crashing.org>
8555Date: Fri Apr 18 11:29:01 2008 -0500
8556
8557 85xx: Fix size of cpu-release-addr property
8558
8559 The cpu-release-addr is defined as always being a 64-bit quanity regardless
8560 if we are running on a 32-bit or 64-bit machine.
8561
8562commit 88353a985109562a639b2f8a0c90d77011bfe374
8563Author: Timur Tabi <timur@freescale.com>
8564Date: Fri Apr 4 11:15:58 2008 -0500
8565
8566 Fix calculation of I2C clock for some 85xx chips
8567
8568 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
8569 some use CCB/3. There is no pattern that can be used to determine which
8570 chips use which frequency, so the only way to determine is to look up the
8571 actual SOC designation and use the right value for that SOC.
8572
8573 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
8574
8575 Signed-off-by: Timur Tabi <timur@freescale.com>
8576
8577commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
8578Author: Wolfgang Denk <wd@denx.de>
8579Date: Fri Apr 18 11:44:27 2008 -0700
8580
8581 Fix build breakage casued by commit c0559be371b2
8582
8583 Change env_get_char from a global function ptr to a function.
8584
8585 Signed-off-by: Wolfgang Denk <wd@denx.de>
8586
8587commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
8588Author: Wolfgang Denk <wd@denx.de>
8589Date: Fri Apr 18 10:53:41 2008 -0700
8590
8591 Coding Style cleanup, update CHANGELOG.
8592
8593 Signed-off-by: Wolfgang Denk <wd@denx.de>
8594
268a804d
WD
8595commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
8596Author: Mike Frysinger <vapier@gentoo.org>
8597Date: Tue Apr 8 14:00:57 2008 -0400
8598
8599 Add support for u-boot in svn and localversion-* files
8600
8601 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8602
8603commit d23ff6827decf121461fbc5622612fd7effe207e
8604Author: Guennadi Liakhovetski <lg@denx.de>
8605Date: Thu Apr 3 17:04:22 2008 +0200
8606
8607 MX31ADS network and flash updates
8608
8609 This patch allows U-Boot to use buffered writes to the Spansion NOR
8610 flash installed on this board, and eliminates long delays in network
8611 transfers after the board startup.
8612
8613 Also modify flash layout to embed main and redundant environment
8614 blocks in the U-Boot image.
8615
8616 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8617
8618commit b5dc9b304d289831f291843ff88a45cbdf1a6290
8619Author: Guennadi Liakhovetski <lg@denx.de>
8620Date: Mon Apr 14 10:53:12 2008 +0200
8621
8622 Support for the MX31ADS evaluation board from Freescale
8623
8624 This patch adds support for the MX31ADS evaluation board from Freescale,
8625 initialization code is copied from RedBoot sources, also provided by
8626 Freescale.
8627
8628 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8629
7ed40117
WD
8630commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
8631Author: Stefan Roese <sr@denx.de>
8632Date: Tue Apr 8 10:33:29 2008 +0200
8633
8634 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
8635
8636 Signed-off-by: Stefan Roese <sr@denx.de>
8637
8638commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
8639Author: Stefan Roese <sr@denx.de>
8640Date: Tue Apr 8 10:33:28 2008 +0200
8641
8642 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
8643
8644 Signed-off-by: Stefan Roese <sr@denx.de>
8645
8646commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
8647Author: Stefan Roese <sr@denx.de>
8648Date: Tue Apr 8 10:33:27 2008 +0200
8649
8650 ppc4xx: Add Glacier NAND booting target
8651
8652 Signed-off-by: Stefan Roese <sr@denx.de>
8653
8654commit 46f373838e384a4c23d13581b1dfa5acb66b5810
8655Author: Stefan Roese <sr@denx.de>
8656Date: Tue Apr 8 10:31:00 2008 +0200
8657
8658 nand_spl: Update nand_spl to support 2k page size NAND devices
8659
8660 This patch adds support for booting from 2k page sized NAND device
8661 (e.g. Micron 29F2G08AAC).
8662
8663 Tested on AMCC Canyonlands.
8664
8665 Signed-off-by: Stefan Roese <sr@denx.de>
8666
268a804d
WD
8667commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
8668Author: Anatolij Gustschin <agust@denx.de>
8669Date: Thu Apr 17 18:18:00 2008 +0200
8670
8671 Fix crash on sequoia in ppc_4xx_eth_init
8672
8673 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
8674 with cache enabled (TLB Parity exeption). This patch
8675 fixes the problem.
8676
8677 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8678
8679commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
8680Author: Anatolij Gustschin <agust@denx.de>
8681Date: Thu Apr 17 18:15:27 2008 +0200
8682
8683 ppc4xx: Fix crash on sequoia with cache enabled
8684
8685 Currently U-Boot crashes on sequoia board in CPU POST if
8686 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
8687 won't be disabled by change_tlb before CPU POST because
8688 there is an insufficient adress range check since
8689 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
8690 this problem.
8691
8692 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8693
8694commit 43c509254fab375c49936498da944658117ed07c
8695Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8696Date: Thu Apr 17 23:35:13 2008 +0900
8697
8698 Use jr as register jump instruction
8699
8700 Current assembler codes are inconsistent in the way of register jump
8701 instruction usage; some use jr, some use j. Of course GNU as allows both
8702 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
8703 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
8704 at all.
8705
8706 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8707
8708commit 7ce63709828d37b08866e537339a169bd0db2bd3
8709Author: Guennadi Liakhovetski <lg@denx.de>
8710Date: Tue Apr 15 14:15:30 2008 +0200
8711
8712 RTC driver for MC13783
8713
8714 MC13783 is a multifunction IS with an SPI interface to the host. This
8715 driver handles the RTC controller in this chip.
8716
8717 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8718
8719commit 38254f45b0b412332726c90d3184ad47479fcffb
8720Author: Guennadi Liakhovetski <lg@denx.de>
8721Date: Tue Apr 15 14:14:25 2008 +0200
8722
8723 New i.MX31 SPI driver
8724
8725 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
8726 only implemented and tested on i.MX31, can with a modified register layout
8727 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
8728 controllers too.
8729
8730 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8731
8732commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
8733Author: Magnus Lilja <lilja.magnus@gmail.com>
8734Date: Tue Apr 15 19:09:10 2008 +0200
8735
8736 Fix name of i.MX31 boards in config file header
8737
8738 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
8739
8740 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8741
8742commit a49864593e083a5d0779fb9ca98e5a0f2053183d
8743Author: Mike Frysinger <vapier@gentoo.org>
8744Date: Sun Apr 13 19:42:19 2008 -0400
8745
8746 allow ports to override go behavior
8747
8748 Split the arch-specific logic out of the common go code and into a dedicated
8749 weak function called do_go_exec() that lives in cpu directories. This will
8750 need review from i386/nios people to make sure I didn't break them.
8751
8752commit 017e9b7925f74878d0e9475388cca9bda5ef9482
8753Author: Mike Frysinger <vapier@gentoo.org>
8754Date: Sun Apr 13 19:42:18 2008 -0400
8755
8756 allow ports to override bootelf behavior
8757
8758 Change the bootelf setup function into a dedicated weak function called
8759 do_bootelf_exec. This way ports can control the behavior however they
8760 like before/after calling the ELF entry point.
8761
8762commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
8763Author: Ulf Samuelsson <ulf@atmel.com>
8764Date: Sat Apr 12 20:56:03 2008 +0200
8765
8766 Reorder ARM boards in Makefile
8767
8768 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
8769 are no longer under ARM92xT header.
8770
8771 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
8772 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8773
8774commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
8775Author: Ulf Samuelsson <ulf@atmel.com>
8776Date: Sat Apr 12 20:29:44 2008 +0200
8777
8778 Clean up dataflash partitioning
8779
8780 This patch removes the board dependent parts from
8781 "drivers/mtd/dataflash.c".
8782 Each board relying on this, will have the appropriate
8783 code in a new file, "partition.c" in the board directory.
8784 board Makefiles updated to use the file.
8785
8786 The dataflash partitions are aligned on sector/page boundaries.
8787
8788 The CONFIG_NEW_DF_PARTITION was used to create named partitions
8789 This is now the default operation, and the CONFIG variable is removed.
8790
8791 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
8792
8793commit 51ecde946fec511a16346e498204ca10ad71080d
8794Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8795Date: Sat Apr 12 14:08:45 2008 +0200
8796
8797 gitignore: udpate stgit generated and .patch file
8798
8799 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8800
8801commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
8802Author: Wolfgang Denk <wd@denx.de>
8803Date: Fri Apr 18 00:15:36 2008 -0700
8804
8805 Get rid of redundant copy of renamed header file.
8806
8807 Signed-off-by: Wolfgang Denk <wd@denx.de>
8808
8809commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
8810Author: Vlad Lungu <vlad@comsys.ro>
8811Date: Fri Apr 11 21:20:14 2008 +0300
8812
8813 Fix dependency generation for older gcc versions
8814
8815 With gcc 3.3.3 at least, compilation fails with
8816
8817 Generating include/autoconf.mk
8818 gcc: compilation of header file requested
8819 make: *** [include/autoconf.mk] Error 1
8820
8821 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
8822
8823 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
8824
8825commit cb1c4896905ab22fcd982e6a8a539f0031942e71
8826Author: Marian Balakowicz <m8@semihalf.com>
8827Date: Fri Apr 11 11:07:49 2008 +0200
8828
8829 Restore the ability to continue booting after legacy image overwrite
8830
8831 Before new uImage code was merged, bootm code allowed for the kernel image to
8832 get overwritten during decompresion. new uImage introduced a check for image
8833 overwrites and refused to boot the image that got overwritten. This patch
8834 restores the old behavior. It also adds a warning when the image overwriten is
8835 a multi-image file, because in such case accessing componentes other than the
8836 first one will fail.
8837
8838 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8839
8840commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
8841Author: Marian Balakowicz <m8@semihalf.com>
8842Date: Fri Apr 11 11:07:43 2008 +0200
8843
8844 ppc: Fix ftd_blob variable init when processing raw blob
8845
8846 Set fdt_blob variable before its value is printed out.
8847
8848 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8849
8850commit 3d36be030043cd841a2551d00a395135e363a64b
8851Author: Jason Wessel <jason.wessel@windriver.com>
8852Date: Thu Apr 10 14:30:16 2008 -0500
8853
8854 Remove all the search paths from the .lds files.
8855
8856 The cross compiler is responsible for providing the correct libraries
8857 and the logic to find the linking libraries.
8858
8859 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
8860
8861commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
8862Author: Bartlomiej Sieka <tur@semihalf.com>
8863Date: Mon Apr 14 15:44:16 2008 +0200
8864
8865 Boot-related documentation update
8866
8867 - document 'bootm_low' and 'bootm_size' environment variables
8868 - update inaccurate CFG_BOOTMAPSZ entry
8869
8870 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8871
8872commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
8873Author: Guennadi Liakhovetski <lg@denx.de>
8874Date: Wed Apr 9 17:34:08 2008 +0200
8875
8876 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
8877
8878 Restore logic reverted by commit
8879
8880 commit 80767a6cead9990d9e77e62be947843c2c72f469
8881 Author: Peter Pearse <peter.pearse@arm.com>
8882 Date: Wed Sep 5 16:04:41 2007 +0100
8883
8884 Changed API name to coloured_led.h
8885 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
8886 Tidied other cpu/arm920t/start.S code
8887
8888 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8889
8890commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
8891Author: Mike Frysinger <vapier@gentoo.org>
8892Date: Tue Apr 8 10:24:24 2008 -0400
8893
8894 Remove conflicting NAND ID
8895
8896 There are two NAND entries with ID 0xDC and this obviously causes problems.
8897 In the kernel, they punted the first entry, so we should do the same.
8898
8899 See this upstream e-mail for more info:
8900 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
8901
8902 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
8903 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8904
8905commit 188e94c370621708d13547d58dbc6ed3c5602aa8
8906Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
8907Date: Tue Apr 8 16:20:35 2008 +0900
8908
8909 cpu/mips/cpu.c: Fix flush_cache bug
8910
8911 Cache operations have to take line address (addr), not start_addr.
8912 I noticed this bug when debugging ping failure.
8913
8914 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
8915
8916commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
8917Author: Martin Krause <martin.krause@tqs.de>
8918Date: Thu Apr 3 14:29:01 2008 +0200
8919
8920 TQM5200: fix default IDE reset level
8921
8922 Before the first call of ide_reset(), the level of the IDE reset
8923 signal on the TQM5200 is low (reset asserted). This patch sets the
8924 default value to high (reset not asserted).
8925
8926 Currently this patch fixes no real problem, but it is cleaner to
8927 assert the reset signal only on demand, and not permanently.
8928
8929 Signed-off-by: Martin Krause <martin.krause@tqs.de>
8930
8931commit c61e033d6e8abb7b4060ee36060961e1399f6079
8932Author: Detlev Zundel <dzu@denx.de>
8933Date: Thu Apr 3 14:18:48 2008 +0200
8934
8935 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
8936
8937 Signed-off-by: Detlev Zundel <dzu@denx.de>
8938
8939commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
8940Author: Detlev Zundel <dzu@denx.de>
8941Date: Thu Apr 3 14:18:47 2008 +0200
8942
8943 mgcoge, mgsuv: rename 'addcon' to 'addcons'
8944
8945 The latter name with 13 users is already established, so we will use
8946 that.
8947
8948 Signed-off-by: Detlev Zundel <dzu@denx.de>
8949
8950commit e175eacc87c3a9e4dad0799fee0e95732520afc7
8951Author: Martin Krause <martin.krause@tqs.de>
8952Date: Thu Apr 3 13:37:56 2008 +0200
8953
8954 IDE: fix bug in reset sequence
8955
8956 According to the ata (ata5) specification the RESET- signal
8957 shall be asserted for at least 25 us. Without this patch,
8958 the RESET- signal is asserted on some boards for only < 1 us
8959 (e. g. on the TQM5200). This patch adds a general delay of
8960 25 us to the RESET- signal.
8961
8962 Without this patch a Platinum 4 GiB CF card is not recognised
8963 properly on boards with a TQM5200 (STK52xx, TB5200).
8964
8965 Signed-off-by: Martin Krause <martin.krause@tqs.de>
8966
8967commit 813bea96a960916c72b4a3a7df840151529c26ce
8968Author: Sascha Laue <Sascha.Laue@gmx.biz>
8969Date: Thu Apr 3 14:43:11 2008 +0200
8970
8971 lwmon5: disable CONFIG_ZERO_BOOTDELAY
8972
8973 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
8974
8975commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
8976Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8977Date: Wed Apr 2 08:03:58 2008 +0200
8978
8979 ds174x: Fix warning on return in rtc_get and rtc_set functions
8980
8981 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8982
8983commit a253b38bf50c85227c33ca0febc870ee49d1588e
8984Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8985Date: Wed Apr 2 08:03:57 2008 +0200
8986
8987 cmd_log.c: Fix assignment differ in signedness
8988
8989 In function 'logbuff_init_ptrs':
8990 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
8991
8992 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8993
8994commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
8995Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
8996Date: Wed Apr 2 11:04:43 2008 +0530
8997
8998 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
8999
9000 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
9001
9002commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
9003Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9004Date: Tue Apr 1 14:07:10 2008 +0200
9005
9006 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
9007
9008 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9009
9010commit c08fb3ea36d19b1640b7906264581e9105534399
9011Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9012Date: Tue Apr 15 10:24:14 2008 +0200
9013
9014 Additional PCI IDs for IDE and network controllers
9015
9016 These PCI IDs are required by the Linkstation platforms.
9017
9018 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9019
9020commit c0559be371b2a64b1a817088c3308688e2182f93
9021Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
9022Date: Mon Apr 14 23:01:50 2008 +0200
9023
9024 Change env_get_char from a global function ptr to a function.
9025
9026 This avoids an early global data reference.
9027
9028 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9029
9030commit 3e0f331c05d72f140715c1e9fca991927e44d422
9031Author: Guennadi Liakhovetski <lg@denx.de>
9032Date: Tue Apr 29 12:35:08 2008 +0000
9033
9034 Clean up smsc911x driver
9035
9036 Replace direct register address derefencing with accessor functions.
9037 Restrict explicitly 32-bit bus-width, extend affected configurations
9038 respectively.
9039
9040 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9041 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9042
9043commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
9044Author: Sascha Hauer <s.hauer@pengutronix.de>
9045Date: Tue Apr 15 00:08:20 2008 -0400
9046
9047 This patch adds a driver for the following smsc network controllers:
9048 LAN9115
9049 LAN9116
9050 LAN9117
9051 LAN9215
9052 LAN9216
9053 LAN9217
9054
9055 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9056 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
9057 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9058
9059commit 3dfd4aab929cccddb63d9ea509967861e1333b52
9060Author: Sascha Laue <Sascha.Laue@gmx.biz>
9061Date: Tue Apr 1 15:13:03 2008 +0200
9062
9063 Fix watchdog POST for lwmon5
9064
9065 If the hardware watchdog detects a voltage error, the watchdog sets
9066 GPIO62 to low. The watchdog POST has to detect this low level.
9067
9068 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
9069
9070commit 24b448448a917e52806f82660a5c9d47608894fb
9071Author: Dave Liu <r63238@freescale.com>
9072Date: Tue Apr 1 15:22:11 2008 +0800
9073
9074 ata: update the libata.h from ata.h of linux kernel
9075
9076 Current libata.h of u-boot is out of sync from linux kernel,
9077 this patch make it be consistent with linux kernel.
9078
9079 Signed-off-by: Dave Liu <daveliu@freescale.com>
9080 Signed-off-by: Tor Krill <tor@excito.com>
9081
9082commit f8f9dc98883f66f59eb0601da65808e6b139c87c
9083Author: Kumar Gala <galak@kernel.crashing.org>
9084Date: Mon Mar 31 11:59:27 2008 -0500
9085
9086 Allow use of ARCH=powerpc when building
9087
9088 The linux kernel is now mostly ARCH=powerpc, so to make life easier
9089 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
9090
9091 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9092
9093commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
9094Author: Kyungmin Park <kmpark@infradead.org>
9095Date: Mon Mar 31 10:40:54 2008 +0900
9096
9097 Add apollon board MAINTAINERS entry
9098
9099 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9100
9101commit 77e475cc0ed1832160017d364be32a0be9ff02a9
9102Author: Kyungmin Park <kmpark@infradead.org>
9103Date: Mon Mar 31 10:40:36 2008 +0900
9104
9105 Fix OneNAND read
9106
9107 It should access with 16-bit instead of 8-bit
9108
9109 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
9110
9111 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9112
9113commit a9da2b41079d230db3a5641625311983f85ce1fb
9114Author: Kyungmin Park <kmpark@infradead.org>
9115Date: Mon Mar 31 10:40:19 2008 +0900
9116
9117 Fix OneNAND erase command
9118
9119 It mis-calculates the block address.
9120 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
9121
9122 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9123
9124commit 61525f2ffa156665a66908fda47dbf29d65ea579
9125Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9126Date: Mon Mar 31 01:32:15 2008 +0200
9127
9128 Support for LinkStation / KuroBox HD and HG PPC models
9129
9130 This patch is based on the port by Mihai Georgian (see linkstation.c for
9131 Copyright information) and implements support for LinkStation / KuroBox HD
9132 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
9133 the moment, pending network driver fixing.
9134
9135 Notice to users: this is pretty much a barebone port. Support for network
9136 on HG models is already in the U-Boot mainline, but you might also want
9137 patches to switch fan / phy modes depending on the negotiated ethernet
9138 parameters. This patch also doesn't support console switching, booting EM
9139 mode, Buffalo specific ext2 magic number. So, if you want to use any of
9140 those, you need additional patches. Otherwise this patche provides a fully
9141 functional u-boot with a network console on your system.
9142
9143 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9144
9145commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
9146Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9147Date: Sun Mar 30 01:22:13 2008 -0500
9148
9149 Add CONFIG_MII_INIT support to related boards
9150
9151 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
9152 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
9153 that use mii_init() in cmd_init.c.
9154
9155 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9156 Acked-by: Ben Warren <biggerbadderben@gmail.com>
9157
9158commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
9159Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9160Date: Sun Mar 30 01:19:06 2008 -0500
9161
9162 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
9163
9164 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
9165 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
9166
9167 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9168
9169commit e99ccb488181d012248c6be30b2093e950319fc5
9170Author: Kumar Gala <galak@kernel.crashing.org>
9171Date: Thu Mar 27 11:46:38 2008 -0500
9172
9173 Introduce phys_size_t and move phys_addr_t into asm/types.h
9174
9175 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
9176 that have larger physical addresses like 44x, 85xx, and 86xx.
9177
9178 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9179
9180commit 20a14a42a25f72e379f38460b8a8484667536795
9181Author: Andy Fleming <afleming@freescale.com>
9182Date: Wed Apr 2 16:19:07 2008 -0500
9183
9184 Rename include/md5.h to include/u-boot/md5.h
9185
9186 Some systems have md5.h installed in /usr/include/. This isn't the
9187 desired file (we want the one in include/md5.h). This will avoid the
9188 conflict. This fixes the host tools building problem by creating a new
9189 directory for U-Boot specific header files.
9190
9191 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
9192 Denk]
9193
9194 Signed-off-by: Wolfgang Denk <wd@denx.de>
9195 Signed-off-by: Andy Fleming <afleming@freescale.com>
9196 Acked-by: Timur Tabi <timur@freescale.com>
9197
9198commit f297b7a1ec87433f66320d89d993e1bc738c66b8
9199Author: Dave Liu <r63238@freescale.com>
9200Date: Thu Mar 27 18:51:17 2008 +0800
9201
9202 drivers: code clean up
9203
9204 Signed-off-by: Dave Liu <daveliu@freescale.com>
9205
9206commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
9207Author: Dave Liu <r63238@freescale.com>
9208Date: Thu Mar 27 18:50:41 2008 +0800
9209
9210 drivers: clean up the ata_piix.h
9211
9212 Signed-off-by: Dave Liu <daveliu@freescale.com>
9213
9214commit e8f7ba404f1409606962815ecc955a06984b08b3
9215Author: Dave Liu <r63238@freescale.com>
9216Date: Thu Mar 27 18:49:56 2008 +0800
9217
9218 doc: english polishing for README.sata
9219
9220 according to gvb's suggestion, polishing for the doc.
9221
9222 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
9223 Signed-off-by: Dave Liu <daveliu@freescale.com>
9224
9225commit 3e3f766a5274d204780460e1879723b565296d34
9226Author: Kumar Gala <galak@kernel.crashing.org>
9227Date: Wed Mar 26 18:53:28 2008 -0500
9228
9229 Fix warnings introduced by I2C bus speed setting patch
9230
9231 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9232
9233commit 3c735e7437150e8615f26930c7819db85634276d
9234Author: eran liberty <eran.liberty@gmail.com>
9235Date: Thu Mar 27 00:50:49 2008 +0100
9236
9237 Altera Stratix II support
9238
9239 Adds Support for Altera's Stratix II.
9240
9241 Within your board specific init file you will have to call
9242
9243 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
9244 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
9245
9246 Altera_desc* contines (for example):
9247 {
9248 Altera_StratixII, /* part type */
9249 passive_serial, /* interface type */
9250 1, /* bytes of data part can accept */
9251 (void *)(&funcs), /* interface function table */
9252 0L, /* base interface address */
9253 0 /* implementation specific cookie */
9254 }
9255
9256 funcs is the interface. It is of type altera_board_specific_func.
9257 It looks like this:
9258 altera_board_specific_func func = {
9259 pre_fn,
9260 config_fn,
9261 status_fn,
9262 done_fn,
9263 clk_fn,
9264 data_fn,
9265 abort_fn,
9266 post_fn,
9267 };
9268
9269 you will have to implement these functions, which is usually bit
9270 banging some gpio.
9271
9272 Signed-off-by: Eran Liberty <liberty@extricom.com>
9273
9274commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
9275Author: Wolfgang Denk <wd@denx.de>
9276Date: Sun Apr 13 14:32:54 2008 -0700
9277
9278 Update CHANGELOG
9279
9280 Signed-off-by: Wolfgang Denk <wd@denx.de>
9281
5ece9ec9
WD
9282commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
9283Author: Sascha Hauer <s.hauer@pengutronix.de>
9284Date: Wed Mar 26 20:41:17 2008 +0100
9285
9286 Phytec Phycore-i.MX31 support
9287
9288 This patch adds support for the Phytec Phycore-i.MX31 board
9289
9290 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9291 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9292
9293commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
9294Author: Sascha Hauer <s.hauer@pengutronix.de>
9295Date: Wed Mar 26 20:41:09 2008 +0100
9296
9297 mx31 litekit support
9298
9299 This patch adds support for the mx31 litekit board
9300
9301 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9302 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9303
9304commit cdace0661208754a53019ea0dc7b803a040e0939
9305Author: Sascha Hauer <s.hauer@pengutronix.de>
9306Date: Wed Mar 26 20:40:49 2008 +0100
9307
9308 add an i2c driver for mx31
9309
9310 This patch adds an i2c driver for Freescale i.MX processors
9311
9312 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9313 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9314
9315commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
9316Author: Sascha Hauer <s.hauer@pengutronix.de>
9317Date: Wed Mar 26 20:40:42 2008 +0100
9318
9319 core support for Freescale mx31
9320
9321 This patch adds the core support for Freescale mx31
9322
9323 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9324 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9325
9326commit 7ec68862a27c8f6f6d566228de8f6724d964a939
9327Author: Wolfgang Denk <wd@denx.de>
9328Date: Sun Apr 13 14:19:23 2008 -0700
9329
9330 Fix compile error
9331
9332 ...as suggested by Peter Pearse
9333
9334 Signed-off-by: Wolfgang Denk <wd@denx.de>
9335
9336commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
9337Author: Sascha Hauer <s.hauer@pengutronix.de>
9338Date: Wed Mar 26 20:40:36 2008 +0100
9339
9340 Separate omap24xx specific code from arm1136
9341
9342 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
9343 to cpu/arm1136/omap24xx.
9344
9345 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9346 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9347
9348commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
9349Author: Mike Frysinger <vapier@gentoo.org>
9350Date: Tue Jan 29 18:21:05 2008 -0500
9351
9352 disable caches before booting an app for Blackfin apps
9353
9354 It isn't generally save to execute applications outside of U-Boot with caches
9355 enabled due to the way the Blackfin processor handles caches (requires
9356 software assistance). This patch disables caches before booting an ELF or
9357 just booting raw code. The previous discussion on the patch was that we
9358 wanted to use weaks instead, but that proved to not be feasible when multiple
9359 symbols are involved, which puts us back at the ifdef solution. I've
9360 minimized the ugliness by moving the setup step outside of the main function.
9361
9362 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9363
9364commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
9365Author: Wolfgang Denk <wd@denx.de>
9366Date: Sun Apr 13 10:03:54 2008 -0700
9367
9368 ppc: Get rid of unused machine type definitions
9369
9370 Signed-off-by: Wolfgang Denk <wd@denx.de>
9371
9372commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
9373Author: Wolfgang Denk <wd@denx.de>
9374Date: Sun Apr 13 09:59:26 2008 -0700
9375
9376 Coding Style cleanup; update CHANGELOG
9377
9378 Signed-off-by: Wolfgang Denk <wd@denx.de>
9379
1aeed8d7
WD
9380commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
9381Author: Larry Johnson <lrj@acm.org>
9382Date: Thu Feb 21 13:58:11 2008 -0500
9383
9384 LM73 bug fix for negative temperatures and cleanup
9385
9386 When the LM73 temperature sensor measures a temperature below 0 C, the
9387 current driver does not perform sign extension, so the result returned is
9388 512 C too high. This patch fixes the problem, and does general cleanup
9389 of the code.
9390
9391 Signed-off-by: Larry Johnson <lrj@acm.org>
9392
9393commit 96ef831f713289afba19da0c8f905e99da2b23e0
9394Author: Guennadi Liakhovetski <lg@denx.de>
9395Date: Thu Apr 3 13:36:02 2008 +0200
9396
9397 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
9398
9399 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
9400 series require different addresses for buffered write commands. Define a
9401 configuration option to support buffered writes on those chips. A more
9402 elegant solution would be to automatically detect those chips by parsing
9403 their CFI records, but that would require introduction of a fixup table
9404 into the cfi_flash driver.
9405
9406 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9407
9408commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
9409Author: Lee Nipper <lee.nipper@freescale.com>
9410Date: Thu Apr 10 09:35:06 2008 -0500
9411
9412 mpc83xx: Update DIMM data bus width test to support 40-bit width
9413
9414 32-bit wide ECC memory modules report 40-bit width.
9415 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
9416
9417 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
9418 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9419
9420commit 5fb5a689d822ca61e814bd523fc930af335242fa
9421Author: Dave Liu <r63238@freescale.com>
9422Date: Mon Mar 31 17:05:12 2008 +0800
9423
9424 mpc83xx: Fix the bug of serdes initialization
9425
9426 Currently the serdes will not be initializated due to the
9427 partid's error.
9428
9429 Signed-off-by: Dave Liu <daveliu@freescale.com>
9430 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9431
9432commit 2000784818f043db7ca60e2846a72d097766b894
9433Author: Dave Liu <r63238@freescale.com>
9434Date: Thu Apr 3 16:28:29 2008 +0800
9435
9436 mpc83xx: Fix the SATA clock setting of 837x targets
9437
9438 Currently the SATA controller clock is configured as CSB clock,
9439 usually the CSB clock is 400/333/266MHz.
9440
9441 However, The SATA IP block is only guaranteed to operate up to
9442 200 MHz as stated in the HW spec.
9443
9444 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
9445
9446 This patch makes the SATA clock as half of CSB clock.
9447
9448 Signed-off-by: Dave Liu <daveliu@freescale.com>
9449 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9450
9451commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
9452Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9453Date: Wed Apr 2 13:41:21 2008 +0200
9454
9455 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
9456
9457 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9458 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9459
9460commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
9461Author: Kumar Gala <galak@kernel.crashing.org>
9462Date: Wed Apr 9 04:20:57 2008 -0500
9463
9464 85xx: Fix detection of MP cpu spin up
9465
9466 We were looking at the wrong memory offset to determine of a secondary
9467 cpu had been spun up or not. Also added a warning message if the
9468 all the secondary cpus we expect don't spin up.
9469
9470 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9471
9472commit f3e04bdc3f360c66801a9048956e61e41a16edba
9473Author: Kumar Gala <galak@kernel.crashing.org>
9474Date: Tue Apr 8 10:45:50 2008 -0500
9475
9476 85xx: Use SVR_SOC_VER instead of SVR_VER
9477
9478 The recent change introduced by 'Update SVR numbers to expand support'
9479 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
9480 to compare against a particular processor id.
9481
9482 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9483
9484commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
9485Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
9486Date: Fri Apr 11 10:00:35 2008 -0400
9487
9488 ppc4xx: Fix power mgt definitions for PPC440
9489
9490 Corrected DCR addresses of PPC440EP power management registers.
9491
9492 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
9493
9494commit 950a392464e616b4590bc4501be46e2d7d162dea
9495Author: Wolfgang Denk <wd@denx.de>
9496Date: Fri Apr 11 15:11:26 2008 +0200
9497
9498 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
9499
9500 Reverting became necessary after it turned out that the patches in
9501 the u-boot-arm repo were modified, and in some cases corrupted.
9502
9503 This reverts the following commits:
9504
9505 066bebd6353e33af3adefc3404560871699e9961
9506 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
9507 c88ae20580b2b01487b4cdcc8b2a113f551aee36
9508 a147e56f03871bba4f05058d5e04ce7deb010b04
9509 d6674e0e2a6a1f033945f78838566210d3f28c95
9510 8c8463cce44d849e37744749b32d38e1dfb12e50
9511 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
9512 8bf69d81782619187933a605f1a95ee1d069478d
9513 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
9514 a574a73852a527779234e73e17e7597fd8128882
9515 1377b5583a48021d983e1fd565f7d40c89e84d63
9516 1704dc20917b4f71e373e2c888497ee666d40380
9517
9518 Signed-off-by: Wolfgang Denk <wd@denx.de>
9519
9520commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
9521Author: Stefan Roese <sr@denx.de>
9522Date: Fri Apr 11 07:02:29 2008 +0200
9523
9524 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
9525
9526 This patch reworks the default environment on Kilauea/Haleakala. Now
9527 "net_nfs" for exmaple uses the device-tree style booting formerly know
9528 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
9529 new image booting support, which check for image overwriting. So the
9530 addresses needed togeet adjusted.
9531
9532 Signed-off-by: Stefan Roese <sr@denx.de>
9533
9534commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
9535Author: Stefan Roese <sr@denx.de>
9536Date: Wed Apr 9 11:58:02 2008 +0200
9537
9538 ppc4xx: Fix Canyonlands default environment to work with new image support
9539
9540 Since the new image support checks for image overwriting, the default
9541 environment needs to get adjusted to use correct addresses.
9542
9543 Signed-off-by: Stefan Roese <sr@denx.de>
9544
9545commit dfc6c7b647dba7ab86749616f0e9e5740deed422
9546Author: Stefan Roese <sr@denx.de>
9547Date: Wed Apr 9 11:54:11 2008 +0200
9548
9549 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
9550
9551 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
9552 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
9553 on 4xx systems _start currently cannot be used for this calculation.
9554 So revert back to the original version for now.
9555
9556 Signed-off-by: Stefan Roese <sr@denx.de>
9557
9558commit f91374f65eae8b42cac329e06ba1c54728278efb
9559Author: Michal Simek <monstr@monstr.eu>
9560Date: Fri Mar 28 12:49:52 2008 +0100
9561
9562 microblaze: Sort microblaze boards in MAKEALL script
9563
9564commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
9565Author: Michal Simek <monstr@monstr.eu>
9566Date: Fri Mar 28 11:58:45 2008 +0100
9567
9568 microblaze: clean microblaze_config.mk
9569
9570 FLAGS are generated by U-BOOT generator.
9571 Board specific FLAGS are in board directory
9572
9573 Signed-off-by: Michal Simek <monstr@monstr.eu>
9574
9575commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
9576Author: Michal Simek <monstr@monstr.eu>
9577Date: Fri Mar 28 12:47:19 2008 +0100
9578
9579 microblaze: xupv2p fix config file for supporting FDT
9580
9581commit 188dc16b189143573b1ed90e584bf866d75cdd12
9582Author: Michal Simek <monstr@monstr.eu>
9583Date: Fri Mar 28 11:53:02 2008 +0100
9584
9585 microblaze: ml401 fix config file for supporting FDT
9586
9587 Signed-off-by: Michal Simek <monstr@monstr.eu>
9588
9589commit 4c6a6f02e239236261333759997eeaf86b30b54c
9590Author: Michal Simek <monstr@monstr.eu>
9591Date: Fri Mar 28 11:22:48 2008 +0100
9592
9593 microblaze: ml401 - add ifdef for GPIO
9594
9595 Signed-off-by: Michal Simek <monstr@monstr.eu>
9596
9597commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
9598Author: Michal Simek <monstr@monstr.eu>
9599Date: Fri Mar 28 12:13:03 2008 +0100
9600
9601 microblaze: clean uart16550 and uartlite handling
9602
9603 Signed-off-by: Michal Simek <monstr@monstr.eu>
9604
9605commit 0b20f250877441460fb79d72192954abe8498834
9606Author: Michal Simek <monstr@monstr.eu>
9607Date: Fri Mar 28 11:08:31 2008 +0100
9608
9609 microblaze: Add Emaclite driver to Makefile
9610
9611 Signed-off-by: Michal Simek <monstr@monstr.eu>
9612
9613commit 868cde5310f88234b774878e4f06e79df10a88b3
9614Author: Michal Simek <monstr@monstr.eu>
9615Date: Fri Mar 28 11:08:01 2008 +0100
9616
9617 microblaze: Add Emac driver to Makefile
9618
9619 Signed-off-by: Michal Simek <monstr@monstr.eu>
9620
9621commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
9622Author: Michal Simek <monstr@monstr.eu>
9623Date: Fri Mar 28 12:42:29 2008 +0100
9624
9625 microblaze: add Emac ethernet driver
9626
9627commit 89c53891b18cbafd29ab8931b40e27ad231b6085
9628Author: Michal Simek <monstr@monstr.eu>
9629Date: Fri Mar 28 12:41:56 2008 +0100
9630
9631 microblaze: add Emaclite ethernet driver
9632
9633commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
9634Author: Michal Simek <monstr@monstr.eu>
9635Date: Fri Mar 28 11:04:01 2008 +0100
9636
9637 microblaze: ML401 and XUPV2P remove emac and emaclite reference
9638
9639 Signed-off-by: Michal Simek <monstr@monstr.eu>
9640
9641commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
9642Author: Michal Simek <monstr@monstr.eu>
9643Date: Fri Mar 28 10:59:32 2008 +0100
9644
9645 microblaze: remove old setting for emac driver
9646
9647 Signed-off-by: Michal Simek <monstr@monstr.eu>
9648
9649commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
9650Author: Michal Simek <monstr@monstr.eu>
9651Date: Fri Mar 28 10:58:15 2008 +0100
9652
9653 microblaze: Clean Makefile from ancient emac driver
9654
9655 Signed-off-by: Michal Simek <monstr@monstr.eu>
9656
9657commit ab68f921d9c741830f721c3d879c13a0c5597183
9658Author: Daniel Hellstrom <daniel@gaisler.com>
9659Date: Fri Mar 28 10:20:43 2008 +0100
9660
9661 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
9662
9663 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9664
9665commit 6ed8a43a19bb0275501bc286007daafa923552cf
9666Author: Daniel Hellstrom <daniel@gaisler.com>
9667Date: Wed Mar 26 23:38:48 2008 +0100
9668
9669 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.
9670
9671 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9672
9673commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
9674Author: Daniel Hellstrom <daniel@gaisler.com>
9675Date: Wed Mar 26 23:34:47 2008 +0100
9676
9677 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
9678
9679 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9680
9681commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
9682Author: Daniel Hellstrom <daniel@gaisler.com>
9683Date: Fri Mar 28 10:06:52 2008 +0100
9684
9685 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
9686
9687 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9688
9689commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
9690Author: Daniel Hellstrom <daniel@gaisler.com>
9691Date: Wed Mar 26 23:26:48 2008 +0100
9692
9693 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
9694
9695 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9696
9697commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
9698Author: Daniel Hellstrom <daniel@gaisler.com>
9699Date: Fri Mar 28 10:00:33 2008 +0100
9700
9701 SPARC: Added support for SPARC LEON2 SOC Processor.
9702
9703 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9704
9705commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
9706Author: Daniel Hellstrom <daniel@gaisler.com>
9707Date: Wed Mar 26 23:00:38 2008 +0100
9708
9709 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.
9710
9711 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9712
9713commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
9714Author: Daniel Hellstrom <daniel@gaisler.com>
9715Date: Wed Mar 26 22:51:29 2008 +0100
9716
9717 SPARC: Added support for SPARC LEON3 SOC processor.
9718
9719 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9720
9721commit bf3d8b31169546fcddb4737391e1893fb12d033a
9722Author: Daniel Hellstrom <daniel@gaisler.com>
9723Date: Fri Mar 28 08:29:26 2008 +0100
9724
9725 SPARC: added SPARC support for new uimage in common code.
9726
9727 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9728
9729commit 00ab32c85405a4fe65fd4128243086210fc90a21
9730Author: Daniel Hellstrom <daniel@gaisler.com>
9731Date: Wed Mar 26 22:36:03 2008 +0100
9732
9733 SPARC: added SPARC board information to the command bdinfo.
9734
9735 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9736
9737commit c2f02da21a3f37f0878554eebc785e04fdc4e128
9738Author: Daniel Hellstrom <daniel@gaisler.com>
9739Date: Fri Mar 28 09:47:00 2008 +0100
9740
9741 SPARC: Added generic support for SPARC architecture.
9742
9743 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9744
9745commit e54ec0f016803e4d9524ff71f7971bda0c51b287
9746Author: Stefan Roese <sr@denx.de>
9747Date: Thu Apr 3 14:50:34 2008 +0200
9748
9749 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
9750
9751 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
9752 has 2 RGMII instances and we need to configure the 2nd RGMII instance
9753 for the EMAC2+3 channels.
9754
9755 Signed-off-by: Stefan Roese <sr@denx.de>
9756
9757commit c2a545ce33b26d80337f80b533828839249fb1c9
9758Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9759Date: Wed Apr 2 08:03:56 2008 +0200
9760
9761 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
9762
9763 fdt.c: In function 'ft_cpu_setup':
9764 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
9765 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
9766 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
9767 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
9768
9769 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9770
9771commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
9772Author: Andy Fleming <afleming@freescale.com>
9773Date: Mon Mar 31 20:45:56 2008 -0500
9774
9775 Fix fdt set command to conform to dts spec
9776
9777 The fdt set command was treating properties specified as <00> and <0011>
9778 as byte streams, rather than as an array of cells. As we already have
9779 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
9780 we should use the <> syntax to describe arrays of cells, which are always
9781 32-bits per element. If we imagine this likely (IMHO) scenario:
9782
9783 > fdt set /ethernet-phy@1 reg <1>
9784
9785 With the old code, this would create a bad fdt, since the reg cell would be
9786 made to be one byte in length. But the cell must be 4 bytes, so this would
9787 break mysteriously.
9788
9789 Also, the dts spec calls for constants inside the angle brackets (<>)
9790 to conform to C constant standards as they pertain to base.
9791 Take this scenario:
9792
9793 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
9794
9795 The old fdt command would complain that it couldn't parse that. Or, if you
9796 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
9797 do this:
9798
9799 > fdt set /mydev clock <1f78a40>
9800
9801 Whereas the new code will accept decimal numbers.
9802
9803 While I was in there, I extended the fdt command parser to handle property
9804 strings which are split across multiple arguments:
9805
9806 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
9807 > fdt p /ethernet@f00
9808 ethernet@f00 {
9809 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
9810 };
9811
9812 Lastly, the fdt print code was rearranged slightly to print arrays of cells
9813 if the length of the property is a multiple of 4 bytes, and to not print
9814 leading zeros.
9815
9816 Signed-off-by: Andy Fleming <afleming@freescale.com>
9817
9818commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
9819Author: Stefan Roese <sr@denx.de>
9820Date: Wed Apr 2 08:39:33 2008 +0200
9821
9822 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
9823
9824 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
9825 interface. This usage can be configured with the jumper J6. This patch
9826 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
9827 is installed.
9828
9829 Signed-off-by: Stefan Roese <sr@denx.de>
9830
9831commit 6fe2946f198481254a6ee9600d7456b8316a4083
9832Author: Kim Phillips <kim.phillips@freescale.com>
9833Date: Fri Mar 28 17:37:49 2008 -0500
9834
9835 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
9836
9837 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
9838 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
9839 started.
9840
9841 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9842
9843commit b5873f1732b92a25690e1513b90dfb0d644f6697
9844Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9845Date: Tue Apr 1 07:30:51 2008 +0200
9846
9847 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
9848
9849 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9850
9851commit 2d934ea51f276522b532f870a820e844ff480b5b
9852Author: Tor Krill <tor@excito.com>
9853Date: Fri Mar 28 15:29:45 2008 +0100
9854
9855 Add Vitesse 8601 support to TSEC driver
9856
9857 Add phy_info for Vitesse VSC8601.
9858 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
9859
9860 Signed-off-by: Tor Krill <tor@excito.com>
9861 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
9862 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9863
9864commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
9865Author: Daniel Hellstrom <daniel@gaisler.com>
9866Date: Mon Mar 31 14:25:00 2008 +0000
9867
9868 SPARC: added SMC91111 driver in and out macros for LEON processors.
9869
9870 This patch makes SPARC/LEON processors able to read and write
9871 to the SMC91111 chip using the chip external I/O bus of the memory
9872 controller. This patchs defines the standard in and out macros
9873 expected by the SMC9111 driver.
9874
9875 To access that I/O bus one must set up the memory controller
9876 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
9877 up this correctly when the other MCTRL parameters are set up. It
9878 can be set up from the board configuration header file.
9879
9880 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9881 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9882
9883commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
9884Author: Stelian Pop <stelian@popies.net>
9885Date: Wed Mar 26 18:52:34 2008 +0100
9886
9887 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
9888
9889 Signed-off-by: Stelian Pop <stelian@popies.net>
9890
9891commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
9892Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9893Date: Mon Mar 31 21:31:04 2008 +0200
9894
9895 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
9896
9897 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9898
9899commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
9900Author: Stelian Pop <stelian@popies.net>
9901Date: Wed Mar 26 18:52:33 2008 +0100
9902
9903 Add support for AT91SAM9260EK
9904
9905 Support for booting from internal DataFlash, external DataFlash card
9906 or NAND flash is available.
9907
9908 Signed-off-by: Stelian Pop <stelian@popies.net>
9909
9910commit 1762f13b4aab88b685b1722f17dada247945624b
9911Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9912Date: Mon Mar 31 21:20:49 2008 +0200
9913
9914 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
9915
9916 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9917
9918commit 761712188b353494defb2b644491ff73d0daaa6f
9919Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9920Date: Mon Mar 31 21:12:17 2008 +0200
9921
9922 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
9923
9924 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9925
9926commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
9927Author: Stelian Pop <stelian@popies.net>
9928Date: Wed Mar 26 20:52:32 2008 +0100
9929
9930 Port AT91CAP9 to the new headers
9931
9932 Adapt the existing AT91CAP9 code to the new headers and APIs.
9933
9934 Signed-off-by: Stelian Pop <stelian@popies.net>
9935
9936commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
9937Author: Stelian Pop <stelian@popies.net>
9938Date: Wed Mar 26 19:52:31 2008 +0100
9939
9940 Finish header files reworking
9941
9942 Replace AT91CAP9.h file with several splitted header files coming
9943 from the Linux kernel.
9944
9945 This is part 2 of the replacement: more header imports and edits.
9946
9947 Signed-off-by: Stelian Pop <stelian@popies.net>
9948
9949commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
9950Author: Stelian Pop <stelian@popies.net>
9951Date: Wed Mar 26 19:52:30 2008 +0100
9952
9953 Import several header files from Linux
9954
9955 Replace AT91CAP9.h file with several splitted header files coming
9956 from the Linux kernel.
9957
9958 This is part 1 of the replacement: pristine header files import.
9959
9960 Signed-off-by: Stelian Pop <stelian@popies.net>
9961
9962commit a8a78f2d99dc1bd30dc3595da118539b506c6118
9963Author: Stelian Pop <stelian@popies.net>
9964Date: Wed Mar 26 20:52:28 2008 +0100
9965
9966 Move at91cap9 specific files to at91sam9 directory
9967
9968 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
9969 common infrastructure can be used. Let this infrastructure be
9970 named after the AT91SAM9 family, and move the existing AT91CAP9
9971 files to the new place.
9972
9973 Signed-off-by: Stelian Pop <stelian@popies.net>
9974
9975commit 61106a565870ff503f92b251b94bd7afef889a04
9976Author: Stelian Pop <stelian@popies.net>
9977Date: Wed Mar 26 21:52:27 2008 +0100
9978
9979 Use timer_init() instead of board supplied interrupt_init()
9980
9981 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
9982 the board, so use timer_init() instead of interrupt_init().
9983
9984 Signed-off-by: Stelian Pop <stelian@popies.net>
9985
9986commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
9987Author: Stelian Pop <stelian@popies.net>
9988Date: Wed Mar 26 21:52:36 2008 +0100
9989
9990 Cleanup DataFlash partition handling
9991
9992 DataFlash partition information has become a mess. This patch
9993 defines a single partition scheme for Atmel DataFlashes. This partition
9994 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
9995
9996 Signed-off-by: Stelian Pop <stelian@popies.net>
9997
9998commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
9999Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10000Date: Fri Mar 28 08:47:45 2008 -0500
10001
10002 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
10003
10004 When the version_string function in start.S is not 4-byte align,
10005 it will cause the compiler generates "unaligned opcodes detected
10006 in executable segment". This issue affects all ColdFire CPUs.
10007 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
10008 it is not aligned.
10009
10010 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10011 Acked-by: John Rigby <jrigby@freescale.com>
10012
10013commit bae61eefe15b4d454060a7140e49ae58322be803
10014Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10015Date: Tue Mar 25 15:41:15 2008 -0500
10016
10017 ColdFire: Add dspi and serial flash support for MCF5445x
10018
10019 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10020 Acked-by: John Rigby <jrigby@freescale.com>
10021
10022commit 48ead7a7a922fceaf494e352abfab8216a41b417
10023Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10024Date: Tue Mar 18 17:37:01 2008 -0500
10025
10026 ColdFire: Remove R5200 board
10027
10028 This board never went into production
10029
10030 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
10031 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10032 Acked-by: John Rigby <jrigby@freescale.com>
10033
10034commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
10035Author: Matthew Fettke <[matthew.fettke@gmail.com]>
10036Date: Thu Jan 24 14:02:32 2008 -0600
10037
10038 ColdFire: Added M5275EVB support.
10039
10040 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
10041 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10042 Acked-by: John Rigby <jrigby@freescale.com>
10043
10044commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
10045Author: Matthew Fettke <[matthew.fettke@gmail.com]>
10046Date: Mon Feb 4 15:38:20 2008 -0600
10047
10048 ColdFire: Added MCF5275 cpu support.
10049
10050 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
10051 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10052 Acked-by: John Rigby <jrigby@freescale.com>
10053
10054commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
10055Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10056Date: Mon Mar 17 12:14:11 2008 -0500
10057
10058 ColdFire: Define bootdelay in configuration file for M52277EVB
10059
10060 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
10061 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10062 Acked-by: John Rigby <jrigby@freescale.com>
10063
10064commit 77878f16cedee17161ff2336990970fffc6cea35
10065Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10066Date: Mon Mar 17 12:09:07 2008 -0500
10067
10068 ColdFire: Fix second memory Chipselect for M5475EVB
10069
10070 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10071 Acked-by: John Rigby <jrigby@freescale.com>
10072
10073commit 43d60642395a550956cb21d287c8cfa563913d28
10074Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10075Date: Thu Mar 13 14:26:32 2008 -0500
10076
10077 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
10078
10079 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10080 Acked-by: John Rigby <jrigby@freescale.com>
10081
10082commit eb14ebe813a0cb5d47905228da446a5ad692473b
10083Author: Larry Johnson <lrj@acm.org>
10084Date: Sun Mar 30 20:33:04 2008 -0500
10085
10086 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
10087
10088 Signed-off-by: Larry Johnson <lrj@acm.org>
10089
10090commit 02e3892021112f21067d9ed1d04ae4182725ba52
10091Author: Stefan Roese <sr@denx.de>
10092Date: Mon Mar 31 12:20:48 2008 +0200
10093
10094 ppc4xx: Small whitespace fix of esd patches
10095
10096 Signed-off-by: Stefan Roese <sr@denx.de>
10097
10098commit 034394abb524785047c815f00dde8cdbdc1593c5
10099Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10100Date: Sun Mar 30 18:52:44 2008 +0200
10101
10102 ppc4xx: Cleanup PMC440 board support
10103
10104 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10105
10106commit a6cc6c37188d85c25d167a4515da86f48d9a583e
10107Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10108Date: Sun Mar 30 18:52:06 2008 +0200
10109
10110 ppc4xx: Add ptm configuration variables for PMC440
10111
10112 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
10113 environment variables.
10114
10115 Cleanup pci_target_init.
10116
10117 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10118
10119commit 7c91f51a2fe296909147f1646a1412729dd10b1d
10120Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10121Date: Sun Mar 30 18:01:15 2008 +0200
10122
10123 ppc4xx: Minor updates for DU440 boards
10124
10125 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10126
10127commit d5bffeb868d6b4d462f558dac43011027b6644b7
10128Author: Mike Frysinger <vapier@gentoo.org>
10129Date: Tue Feb 19 00:54:20 2008 -0500
10130
10131 Blackfin: cleanup and overhaul common board init functions
10132
10133 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10134
10135commit b86b3416f874358acaf07519e7620cdb2145f75b
10136Author: Mike Frysinger <vapier@gentoo.org>
10137Date: Tue Feb 19 00:50:58 2008 -0500
10138
10139 Blackfin: cleanup lib_blackfin/cache.c
10140
10141 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10142
10143commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
10144Author: Mike Frysinger <vapier@gentoo.org>
10145Date: Sun Mar 30 15:46:13 2008 -0400
10146
10147 Blackfin: unify cpu and boot modes
10148
10149 All of the duplicated code for Blackfin processors and boot modes have been
10150 unified. After all, the core is the same for all processors, just the
10151 peripheral set differs (which gets handled in the drivers).
10152
10153 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10154
10155commit 880cc4381ea8360248cddcdf87a64566745a5724
10156Author: Stelian Pop <stelian@popies.net>
10157Date: Wed Mar 26 22:52:35 2008 +0100
10158
10159 Fix CFG_NO_FLASH compilation.
10160
10161 Many Atmel boards have no "real" (NOR) flash on board, and rely only
10162 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
10163 be present in a board configuration file, while still enabling flash
10164 commands like 'flinfo', 'protect', etc.
10165
10166 Signed-off-by: Stelian Pop <stelian@popies.net>
10167
10168commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
10169Author: Mike Frysinger <vapier@gentoo.org>
10170Date: Tue Feb 19 00:58:13 2008 -0500
10171
10172 Blackfin: BF537-stamp: cleanup spi flash driver
10173
10174 This punts the old spi flash driver for a new/generalized one until the
10175 common one can be integrated.
10176
10177 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10178
10179commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
10180Author: Ben Warren <biggerbadderben@gmail.com>
10181Date: Sun Mar 30 11:34:34 2008 -0400
10182
10183 Fix macro typo in common/cmd_mii.c
10184
10185 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
10186 actually applied the wrong patch.
10187
10188 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10189
10190commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
10191Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10192Date: Sun Mar 30 16:39:53 2008 +0200
10193
10194 use correct at91rm9200 register name in m501sk board
10195
10196 This fixes a naming bug for at91rm9200 lowlevel init code:
10197 NOR boot flash is on chipselect 0, not chipselect 2. This
10198 makes code use the register name from chip datasheets.
10199
10200 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10201
10202commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
10203Author: David Brownell <david-b@pacbell.net>
10204Date: Fri Jan 18 12:55:00 2008 -0800
10205
10206 use correct at91rm9200 register name
10207
10208 This fixes a naming bug for at91rm9200 lowlevel init code:
10209 NOR boot flash is on chipselect 0, not chipselect 2. This
10210 makes code use the register name from chip datasheets.
10211
10212 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10213
10214commit a3543d6dc52b0ba9c64016687cf32d600b31a476
10215Author: David Brownell <david-b@pacbell.net>
10216Date: Fri Jan 18 12:45:45 2008 -0800
10217
10218 add missing ARM boards to MAKEALL
10219
10220 Add some missing ARM boards to MAKEALL. These build correctly,
10221 unlike several of the boards already listed.
10222
10223 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10224
10225commit 066bebd6353e33af3adefc3404560871699e9961
10226Author: Peter Pearse <peter.pearse@arm.com>
10227Date: Sun Mar 30 11:34:09 2008 +0100
10228
10229 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
10230 to prevent compilation error.
10231
10232 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
10233
10234commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
10235Author: Guennadi Liakhovetski <[lg@denx.de]>
10236Date: Sun Mar 30 11:32:30 2008 +0100
10237
10238 Support for the MX31ADS evaluation board from Freescale
10239
10240 This patch adds support for the MX31ADS evaluation board from Freescale,
10241 initialization code is copied from RedBoot sources, also provided by Freescale.
10242
10243 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10244
10245commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
10246Author: Sascha Hauer <s.hauer@pengutronix.de>
10247Date: Sun Mar 30 11:32:27 2008 +0100
10248
10249 Phytec Phycore-i.MX31 support
10250
10251 This patch adds support for the Phytec Phycore-i.MX31 board
10252
10253 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10254 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10255
10256commit a147e56f03871bba4f05058d5e04ce7deb010b04
10257Author: Sascha Hauer <s.hauer@pengutronix.de>
10258Date: Sun Mar 30 11:32:24 2008 +0100
10259
10260 mx31 litekit support
10261
10262 This patch adds support for the mx31 litekit board
10263
10264 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10265 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10266
10267commit d6674e0e2a6a1f033945f78838566210d3f28c95
10268Author: Sascha Hauer <s.hauer@pengutronix.de>
10269Date: Sun Mar 30 11:32:21 2008 +0100
10270
10271 add SMSC LAN9x1x Network driver
10272
10273 This patch adds a driver for the following smsc network controllers:
10274 LAN9115
10275 LAN9116
10276 LAN9117
10277 LAN9215
10278 LAN9216
10279 LAN9217
10280
10281 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10282 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10283
10284commit 8c8463cce44d849e37744749b32d38e1dfb12e50
10285Author: Sascha Hauer <s.hauer@pengutronix.de>
10286Date: Sun Mar 30 11:32:16 2008 +0100
10287
10288 add an i2c driver for mx31
10289
10290 This patch adds an i2c driver for Freescale i.MX processors
10291
10292 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10293 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10294
10295commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
10296Author: Sascha Hauer <s.hauer@pengutronix.de>
10297Date: Sun Mar 30 11:30:43 2008 +0100
10298
10299 core support for Freescale mx31
10300
10301 This patch adds the core support for Freescale mx31
10302
10303 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10304 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10305
10306commit 8bf69d81782619187933a605f1a95ee1d069478d
10307Author: Sascha Hauer <s.hauer@pengutronix.de>
10308Date: Sun Mar 30 11:28:46 2008 +0100
10309
10310 Separate omap24xx specific code from arm1136
10311
10312 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
10313
10314 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10315 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10316
10317commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
10318Author: Peter Pearse <peter.pearse@arm.com>
10319Date: Sun Mar 30 11:23:05 2008 +0100
10320
10321 Add pmdra into MAKEALL
10322
10323 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
10324
10325commit a574a73852a527779234e73e17e7597fd8128882
10326Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
10327Date: Sun Mar 30 11:21:58 2008 +0100
10328
10329 Adds support for the Prodrive PMDRA board, based on a DM6441
10330
10331 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
10332
10333commit 1377b5583a48021d983e1fd565f7d40c89e84d63
10334Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
10335Date: Sun Mar 30 11:11:34 2008 +0100
10336
10337 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
10338
10339 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
10340
10341commit 1704dc20917b4f71e373e2c888497ee666d40380
10342Author: Dirk Behme <dirk.behme@gmail.com>
10343Date: Sun Mar 30 11:09:01 2008 +0100
10344
10345 - Remove *_masked() functions as noted by Wolfgang
10346 - Adapt register naming to recent TI spec (sprue26, March 2007)
10347 - Fix reset_timer() handling
10348 - As reported by Pieter [1] the overflow fix introduced a
10349 delay of factor 16 (e.g 2 seconds became 32). While the
10350 overflow fix is basically okay, it missed to divide udelay by
10351 16, too. Fix this.
10352 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
10353 - Remove software division of timer count value (DIV(x)
10354 macro) and do it in hardware (TIM_CLK_DIV).
10355 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
10356 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
10357 the hints & testing!
10358
10359 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
10360
10361 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
10362
10363commit ac3315c26e143c31680750c9c13f027efbcc887e
10364Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10365Date: Thu Mar 6 16:45:44 2008 +0100
10366
10367 new PHY @ e1000 - 2nd try
10368
10369 Add 82541ER device with latest integrated IGP2 PHY.
10370 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
10371
10372 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10373 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10374
10375commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
10376Author: Daniel Hellstrom <daniel@gaisler.com>
10377Date: Fri Mar 28 20:22:53 2008 +0100
10378
10379 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
10380
10381 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
10382 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
10383 available at www.gaisler.com.
10384
10385 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
10386 offloading etc.) can be determined by a bit in the control register.
10387 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
10388
10389 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
10390 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10391
10392commit 233a8bcd94997f3f345833a3b82e836222f2a206
10393Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
10394Date: Mon Mar 17 17:08:22 2008 -0500
10395
10396 Add CONFIG_MII_INIT in cmd_mii.c
10397
10398 Provide common configuration in do_mii() to execute mii_init()
10399 for all cpu architectures
10400
10401 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10402 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10403
10404commit f605479de2deb11e834f31dfdb0af107c86aced6
10405Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
10406Date: Mon Mar 17 17:08:16 2008 -0500
10407
10408 ColdFire: Fix FEC transmit issue for MCF5275
10409
10410 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10411 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10412
10413commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
10414Author: Aras Vaichas <arasv@magtech.com.au>
10415Date: Wed Mar 26 09:43:57 2008 +1100
10416
10417 DHCP request fix for Windows Server 2003
10418
10419 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
10420 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
10421 interoperability problems with Windows Server 200x DHCP server when U-Boot
10422 client responds too fast for server to handle.
10423
10424 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
10425 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10426
10427commit 97bf85d784fbed485e652eb907589ad0d5cb7262
10428Author: Daniel Hellstrom <daniel@gaisler.com>
10429Date: Fri Mar 28 20:40:19 2008 +0100
10430
10431 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
10432
10433 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
10434 SPARC CPUs implement flash_read64 which calls __raw_readq.
10435
10436 For current SPARC architectures (LEON2 and LEON3) each read from the
10437 FLASH must lead to a cache miss. This is because FLASH can not be set
10438 non-cacheable since program code resides there, and alternatively disabling
10439 cache is poor from performance view, or doing a cache flush between each
10440 read is even poorer.
10441
10442 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
10443 load alternative space, the alternative space number (ASI) is processor
10444 implementation spcific and can be found by including <asm/processor.h>.
10445
10446 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
10447
10448commit 70431e8a7393b6b793f77957f95b999fc9a269b8
10449Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
10450Date: Fri Mar 28 15:41:25 2008 +0100
10451
10452 Make MPC83xx one step closer to full relocation.
10453
10454 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
10455 and use GOT relative reference.
10456
10457 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
10458 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10459
10460commit 5b2793a3f3de34d439232b05acc8af67a028fd35
10461Author: Michael Barkowski <michael.barkowski@freescale.com>
10462Date: Thu Mar 27 14:34:43 2008 -0400
10463
10464 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
10465
10466 This patch fixes eeprom page size so that you can now write more than
10467 64 bytes at a time.
10468
10469 It also makes the board take MAC addresses, if found, from EEPROM.
10470
10471 User should place up to 4 addresses at offset 0x7f00, for
10472 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
10473 four six-byte values should have it's CRC at the end. crc32 and
10474 eeprom commands can be used to accomplish this.
10475
10476 If CRC fails, MAC addresses come from the environment. If CRC
10477 succeeds, the environment is overwritten at startup.
10478
10479 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
10480 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10481
10482commit 8f325cff31f6e745e6540014b131b9a97f61944c
10483Author: Michael Barkowski <michael.barkowski@freescale.com>
10484Date: Fri Mar 28 15:15:38 2008 -0400
10485
10486 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
10487
10488 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
10489 controller on the PCI bus in Linux on the MPC8323ERDB.
10490
10491 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
10492 config file.
10493
10494 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
10495 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10496
10497commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
10498Author: Kim Phillips <kim.phillips@freescale.com>
10499Date: Fri Mar 28 10:19:07 2008 -0500
10500
10501 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
10502
10503 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
10504 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
10505 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
10506 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
10507 convenience macros.
10508
10509 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10510
10511commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
10512Author: Kim Phillips <kim.phillips@freescale.com>
10513Date: Fri Mar 28 10:18:53 2008 -0500
10514
10515 mpc83xx: display ddr frequency in board_add_ram_info banner
10516
10517 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10518
10519commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
10520Author: Kim Phillips <kim.phillips@freescale.com>
10521Date: Fri Mar 28 10:18:40 2008 -0500
10522
10523 mpc83xx: unreinvent mem_clk
10524
10525 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
10526 mem_*_clk for consistency's sake.
10527
10528 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10529
10530commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
10531Author: Kim Phillips <kim.phillips@freescale.com>
10532Date: Fri Mar 28 14:31:23 2008 -0500
10533
10534 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
10535
10536 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10537
10538commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
10539Author: Dave Liu <r63238@freescale.com>
10540Date: Wed Mar 26 22:57:19 2008 +0800
10541
10542 mpc83xx: enable the SATA interface on mpc837xemds board
10543
10544 Enable the first two SATA interfaces on MPC837xEMDS board,
10545 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
10546
10547 Signed-off-by: Dave Liu <daveliu@freescale.com>
10548 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10549
10550commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
10551Author: Dave Liu <r63238@freescale.com>
10552Date: Wed Mar 26 22:56:36 2008 +0800
10553
10554 mpc83xx: initialize serdes for MPC837xEMDS boards
10555
10556 This patch is stolen from Anton Vorontsov's patch
10557 for mpc837xerdb boards.
10558
10559 The reference clk and xcorevdd voltage of serdes1/2
10560 is same between mpc837xemds and mpc837xerdb.
10561
10562 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
10563 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
10564 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
10565
10566 Signed-off-by: Dave Liu <daveliu@freescale.com>
10567 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10568
10569commit cc8e839abc80887ae832767b5930d40edd6d7eb7
10570Author: Stefan Roese <sr@denx.de>
10571Date: Fri Mar 28 14:09:04 2008 +0100
10572
10573 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
10574
10575 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
10576 interface. This usage can be configured with the jumper J6. This patch
10577 displays the current configuration upon bootup and changes the PCIe
10578 init loop, to only initialize the availabel PCIe slots.
10579
10580 Signed-off-by: Stefan Roese <sr@denx.de>
10581
10582commit 90447ecbbac8572457b6d8903073ac3f120995ba
10583Author: Tor Krill <tor@excito.com>
10584Date: Fri Mar 28 11:29:10 2008 +0100
10585
10586 MTD/CFI: Add support for 16bit legacy AMD flash
10587
10588 Add entry for 512Kx16 AMD flash to jedec_table.
10589 Read out 16bit device id if chipwidth is 16bit.
10590 Fixed coding style after Stefans feedback
10591
10592 Signed-off-by: Tor Krill <tor@excito.com>
10593
10594commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
10595Author: Stefan Roese <sr@denx.de>
10596Date: Fri Mar 28 11:02:53 2008 +0100
10597
10598 ppc: Small change to CFG_MEM_TOP_HIDE description
10599
10600 Signed-off-by: Stefan Roese <sr@denx.de>
10601
10602commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
10603Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10604Date: Thu Mar 27 15:44:12 2008 +0900
10605
10606 sh: Add support stat structure and stat.h
10607
10608 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10609
10610commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
10611Author: Mark Jonas <toertel@gmail.com>
10612Date: Sat Mar 22 19:27:52 2008 +0100
10613
10614 sh: Removed warning when compiling drivers/serial/serial_sh.c.
10615
10616 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
10617 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10618
10619commit f309fa38929ffba71230c02330ffa42f4bba6333
10620Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10621Date: Wed Mar 12 18:02:57 2008 +0900
10622
10623 sh: Remove disable_ctrlc function from R7780MP
10624
10625 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10626
10627commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
10628Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10629Date: Wed Mar 12 17:55:15 2008 +0900
10630
10631 sh: Add maintainer of R7780MP to MAINTAINER file
10632
10633 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
10634
10635 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10636
10637commit f5e2466f7baa887a7df0c536333eea8231333497
10638Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10639Date: Tue Mar 25 17:11:24 2008 +0900
10640
10641 sh: Add support Renesas Solutions R2D plus board
10642
10643 R2D plus is SH reference board used with SH7751R.
10644 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
10645 one PCI bus, VGA, and two Ethernet controller.
10646
10647 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10648
10649commit e92c95180bb5bc5fd4051598a9d60beaba48988d
10650Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10651Date: Wed Mar 12 12:15:29 2008 +0900
10652
10653 sh: Add support SH4 cache control
10654
10655 Add support SH4 cache control and flash_cache function
10656
10657 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10658
10659commit 28e5efde4d925fcb34901d0030d0648de2da7e89
10660Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10661Date: Mon Mar 24 01:53:01 2008 +0900
10662
10663 sh: Add support PCI host driver for SH7751/SH7751R
10664
10665 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10666
10667commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
10668Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10669Date: Mon Mar 24 02:11:26 2008 +0900
10670
10671 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
10672
10673 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10674
10675commit 566933278101c144d75361ea682678a326c1290d
10676Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10677Date: Wed Mar 12 12:10:28 2008 +0900
10678
10679 sh: Add support SuperH SH7751/SH7751R
10680
10681 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10682
10683commit 3313e0e26224fc9a0c445124f3455058c696df84
10684Author: Mark Jonas <toertel@gmail.com>
10685Date: Mon Mar 10 11:37:10 2008 +0100
10686
10687 sh: Added support for SH7720 based board MPR2.
10688
10689 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
10690 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10691
10692commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
10693Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10694Date: Thu Mar 6 14:05:53 2008 +0900
10695
10696 sh: Fix receive FIFO level register of SH4A
10697
10698 Receive FIFO level register is different in SH4A.
10699 Because register is different, cannot occasionally receive data.
10700
10701 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10702
10703commit c133c1fb0b590662206b0eba70f4478ee0300a9a
10704Author: Yusuke Goda <goda.yusuke@renesas.com>
10705Date: Tue Mar 11 12:55:12 2008 +0900
10706
10707 sh: Add support Renesas Solutions R7780MP
10708
10709 Renesas Solutions R7780MP is a reference board on SH7780.
10710 This board has serial, 10/100 base Ethernet deivice, CF slot
10711 and VGA devices. This board can set extension board.
10712 Extension board has 10/100/1000 base Ethernet device, PCI slot,
10713 S-ATA, iDVR slot.
10714
10715 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10716 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10717
10718commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
10719Author: Yusuke Goda <goda.yusuke@renesas.com>
10720Date: Wed Mar 5 14:30:02 2008 +0900
10721
10722 sh: Add support PCI of SuperH and SH7780
10723
10724 This patch add support PCI of SuperH base code and SH7780 specific code.
10725
10726 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10727 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10728
10729commit b55523efff2ae11f0b9ae3cc405893c32eb78156
10730Author: Yusuke Goda <goda.yusuke@renesas.com>
10731Date: Wed Mar 5 14:23:26 2008 +0900
10732
10733 sh: Add support SH7780
10734
10735 SH7780 is CPU of Renesas Technology.
10736 This CPU has
10737 - CPU clock 400MHz
10738 - PCI support
10739 - DDR-SDRAM controller
10740 - etc ...
10741
10742 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10743 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10744
10745commit c2042f5952a686c414031309b8f244513bf578f0
10746Author: goda.yusuke <goda.yusuke@renesas.com>
10747Date: Fri Jan 25 20:46:36 2008 +0900
10748
10749 sh: Add support Renesas Solutions Migo-R board
10750
10751 Migo-R is a board based on SH7722 and has may devices.
10752 In this patch, supported SCIF, NOR flash and Ethernet.
10753
10754 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10755 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10756
10757commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
10758Author: Bartlomiej Sieka <tur@semihalf.com>
10759Date: Thu Mar 27 15:06:40 2008 +0100
10760
10761 Fix host tool build breakage, take two
10762
10763 Revert commit 87c8431f and fix build breakage so that the build continues
10764 to work on FC systems.
10765
10766 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10767
10768commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
10769Author: Stefan Roese <sr@denx.de>
10770Date: Wed Mar 19 09:36:47 2008 +0100
10771
10772 ppc4xx: Enable ECC on LWMON5
10773
10774 Since all ECC related problems seem to be resolved on LWMON5, this patch
10775 now enables ECC support.
10776
10777 We have to write the ECC bytes by zeroing and flushing in smaller
10778 steps, since the whole 256MByte takes too long for the external
10779 watchdog.
10780
10781 Signed-off-by: Stefan Roese <sr@denx.de>
10782
10783commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
10784Author: Larry Johnson <lrj@acm.org>
10785Date: Mon Mar 17 11:10:35 2008 -0500
10786
10787 ppc4xx: Updates to Korat-specific code
10788
10789 This patch contains updates for changes for the Korat PPC440EPx board.
10790 These changes include:
10791
10792 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
10793 described in the new "doc/README.korat" file;
10794
10795 (2) a new memory map for the registers in the board's CPLD;
10796
10797 (3) a revised format for manufacturer's data in serial EEPROM; and
10798
10799 (4) changes to track updates to U-Boot for the Sequoia board.
10800
10801 Signed-off-by: Larry Johnson <lrj@acm.org>
10802
10803commit f766cdf89b3a2a7634b8c5869f606150e332036c
10804Author: Markus Brunner <super.firetwister@gmail.com>
10805Date: Thu Mar 27 10:46:25 2008 +0100
10806
10807 ppc4xx: PPC405EP Set EMAC noise filter bits
10808
10809 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
10810 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
10811 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
10812
10813 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
10814 Signed-off-by: Stefan Roese <sr@denx.de>
10815
10816commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
10817Author: Mike Nuss <mike@terascala.com>
10818Date: Wed Feb 20 11:54:20 2008 -0500
10819
10820 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
10821
10822 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
10823 after startup to change the speed of the clocks. This patch adds the
10824 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
10825 initialization code will reconfigure the PLL to run the system with a CPU
10826 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
10827 external EEPROM.
10828
10829 Signed-off-by: Mike Nuss <mike@terascala.com>
10830 Acked-by: Stefan Roese <sr@denx.de>
10831
10832commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
10833Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10834Date: Thu Mar 27 09:12:40 2008 +0100
10835
10836 new-image: Fix host tool build breakage
10837
10838 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10839
10840commit 6fb4b640562a10daff0dbe537638d511b5b48650
10841Author: Stefan Roese <sr@denx.de>
10842Date: Thu Mar 27 10:24:03 2008 +0100
10843
10844 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
10845
10846 Signed-off-by: Stefan Roese <sr@denx.de>
10847
10848commit 9462732a3ec551c11862450902cd8ee1bedea6d9
10849Author: Stefan Roese <sr@denx.de>
10850Date: Wed Mar 19 10:23:43 2008 +0100
10851
10852 ppc4xx: Add fdt support to Prodrive alpr
10853
10854 Since this board will probably be ported to arch/powerpc in the
10855 near future, we add device tree support now. This way we are
10856 "ready" for arch/powerpc from now on.
10857
10858 Signed-off-by: Stefan Roese <sr@denx.de>
10859
10860commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
10861Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
10862Date: Mon Mar 17 09:27:56 2008 +0100
10863
10864 ppc4xx: Enable cache support on the ALPR board
10865
10866 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
10867
10868commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
10869Author: Stefan Roese <sr@denx.de>
10870Date: Wed Mar 26 10:14:11 2008 +0100
10871
10872 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
10873
10874 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
10875 memory area will get subtracted from the top (end) of ram and won't get
10876 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
10877 should gets passed the now "corrected" memory size and won't touch it
10878 either. This should work for arch/ppc and arch/powerpc. Only Linux board
10879 ports in arch/powerpc with bootwrapper support, which recalculate the
10880 memory size from the SDRAM controller setup, will have to get fixed
10881 in Linux additionally.
10882
10883 This patch enables this config option on some PPC440EPx boards as a workaround
10884 for the CHIP 11 errata. Here the description from the AMCC documentation:
10885
10886 CHIP_11: End of memory range area restricted access.
10887 Category: 3
10888
10889 Overview:
10890 The 440EPx DDR controller does not acknowledge any
10891 transaction which is determined to be crossing over the
10892 end-of-memory-range boundary, even if the starting address is
10893 within valid memory space. Any such transaction from any PLB4
10894 master will result in a PLB time-out on PLB4 bus.
10895
10896 Impact:
10897 In case of such misaligned bursts, PLB4 masters will not
10898 retrieve any data at all, just the available data up to the
10899 end of memory, especially the 440 CPU. For example, if a CPU
10900 instruction required an operand located in memory within the
10901 last 7 words of memory, the DCU master would burst read 8
10902 words to update the data cache and cross over the
10903 end-of-memory-range boundary. Such a DCU read would not be
10904 answered by the DDR controller, resulting in a PLB4 time-out
10905 and ultimately in a Machine Check interrupt. The data would
10906 be inaccessible to the CPU.
10907
10908 Workaround:
10909 Forbid any application to access the last 256 bytes of DDR
10910 memory. For example, make your operating system believe that
10911 the last 256 bytes of DDR memory are absent. AMCC has a patch
10912 that does this, available for Linux.
10913
10914 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
10915 lwmon5, korat, sequoia
10916
10917 The other remaining 440EPx board were intentionally not included
10918 since it is not clear to me, if they use the end of ram for some
10919 other purpose. This is unclear, since these boards have CONFIG_PRAM
10920 defined and even comments like this:
10921
10922 PMC440.h:
10923 /* esd expects pram at end of physical memory.
10924 * So no logbuffer at the moment.
10925 */
10926
10927 It is strongly recommended to not use the last 256 bytes on those
10928 boards too. Patches from the board maintainers are welcome.
10929
10930 Signed-off-by: Stefan Roese <sr@denx.de>
10931
10932commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
10933Author: Stefan Roese <sr@denx.de>
10934Date: Thu Mar 27 10:09:05 2008 +0100
10935
10936 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
10937
10938 Signed-off-by: Stefan Roese <sr@denx.de>
10939
10940commit d56a3ce179688cde61073a3690e21703d68fafd7
10941Author: Stefan Roese <sr@denx.de>
10942Date: Tue Mar 25 17:51:13 2008 +0100
10943
10944 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
10945
10946 The routine ft_board_setup() configures the EBC NOR mappings for the
10947 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
10948 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
10949 problem, we need to pass the corrected address here too.
10950
10951 Signed-off-by: Stefan Roese <sr@denx.de>
10952
10953commit 9ad31989de12ce5c67b07c4867ead47465655c4b
10954Author: Stefan Roese <sr@denx.de>
10955Date: Wed Mar 19 16:35:12 2008 +0100
10956
10957 ppc4xx: Fix compilation warning in 4xx_enet.c
10958
10959 Signed-off-by: Stefan Roese <sr@denx.de>
10960
10961commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
10962Author: Stefan Roese <sr@denx.de>
10963Date: Wed Mar 19 16:20:49 2008 +0100
10964
10965 ppc4xx: Add AMCC Glacier 406GT eval board support
10966
10967 This patch adds support for the AMCC Glacier 460GT eval board.
10968 The main difference to the Canyonlands board are listed here:
10969
10970 - 4 ethernet ports instead of 2
10971 - no SATA port
10972 - no USB port
10973
10974 Currently EMAC2+3 are not working. This will be fixed in a later
10975 release.
10976
10977 Signed-off-by: Stefan Roese <sr@denx.de>
10978
10979commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
10980Author: Stefan Roese <sr@denx.de>
10981Date: Thu Mar 27 08:47:26 2008 +0100
10982
10983 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
10984
10985 Signed-off-by: Stefan Roese <sr@denx.de>
10986
10987commit b9670dd85be6e0496ef2e231043c23cad9b1d903
10988Author: Anatolij Gustschin <agust@denx.de>
10989Date: Wed Mar 26 21:05:43 2008 +0100
10990
10991 Fix out of tree building issue
10992
10993 Currently U-Boot building in some external directory
10994 doesn't work. This patch tries to fix the problem.
10995
10996 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10997
10998commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
10999Author: Anatolij Gustschin <agust@denx.de>
11000Date: Wed Mar 26 18:13:33 2008 +0100
11001
11002 README: update documentation (availability, links, etc.)
11003
11004 Fix typo in README
11005
11006 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11007
11008commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
11009Author: Anatolij Gustschin <agust@denx.de>
11010Date: Wed Mar 26 17:47:44 2008 +0100
11011
11012 Fix compilation error in cmd_usb.c
11013
11014 This patch fixes compilation error
11015 cmd_usb.c: In function 'do_usb':
11016 cmd_usb.c:552: error: void value not ignored as it ought to be
11017
11018 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11019
11020commit d8c82db482d6b535d12b419d6440b88bf7091c9b
11021Author: Timur Tabi <timur@freescale.com>
11022Date: Fri Mar 14 17:45:29 2008 -0500
11023
11024 Add support for setting the I2C bus speed in fsl_i2c.c
11025
11026 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
11027 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
11028 but fsl_i2c.c ignores it and uses conservative value when programming the
11029 I2C bus speed.
11030
11031 Signed-off-by: Timur Tabi <timur@freescale.com>
11032 Acked-by: Andy Fleming <afleming@freescale.com>
11033
11034commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
11035Author: Wolfgang Denk <wd@denx.de>
11036Date: Thu Mar 27 00:03:57 2008 +0100
11037
11038 Coding style cleanup, update CHANGELOG
11039
11040 Signed-off-by: Wolfgang Denk <wd@denx.de>
11041
d049cc7f
WD
11042commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
11043Author: Dave Liu <r63238@freescale.com>
11044Date: Wed Mar 26 22:55:32 2008 +0800
11045
11046 drivers: add the support for Freescale SATA controller
11047
11048 Add the Freescale on-chip SATA controller driver to u-boot,
11049 The SATA controller is used on the 837x and 8315 targets,
11050 The driver can be used to load kernel, fs and dtb.
11051
11052 The features list:
11053 - 1.5/3 Gbps link speed
11054 - LBA48, LBA28 support
11055 - DMA and FPDMA support
11056 - Two ports support
11057
11058 Signed-off-by: Dave Liu <daveliu@freescale.com>
11059
11060commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
11061Author: Dave Liu <r63238@freescale.com>
11062Date: Wed Mar 26 22:54:44 2008 +0800
11063
11064 ata: add the readme for SATA command line
11065
11066 Signed-off-by: Dave Liu <daveliu@freescale.com>
11067
11068commit cd54081cd479e542fc399b8a40651ff11a1ad849
11069Author: Dave Liu <r63238@freescale.com>
11070Date: Wed Mar 26 22:53:24 2008 +0800
11071
11072 ata: enable the sata initialize on boot up
11073
11074 Signed-off-by: Dave Liu <daveliu@freescale.com>
11075
11076commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
11077Author: Dave Liu <r63238@freescale.com>
11078Date: Wed Mar 26 22:52:36 2008 +0800
11079
11080 ata: add the fis struct for SATA
11081
11082 Signed-off-by: Dave Liu <daveliu@freescale.com>
11083
11084commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
11085Author: Dave Liu <r63238@freescale.com>
11086Date: Wed Mar 26 22:51:44 2008 +0800
11087
11088 ata: add the libata support
11089
11090 add simple libata support in u-boot
11091
11092 Signed-off-by: Dave Liu <daveliu@freescale.com>
11093
11094commit 8e9bb43429e50df55fa41932cbe65841ff579220
11095Author: Dave Liu <r63238@freescale.com>
11096Date: Wed Mar 26 22:50:45 2008 +0800
11097
11098 ata: make the ata_piix driver using new SATA framework
11099
11100 original ata_piix driver is using IDE framework, not real
11101 SATA framework. For now, the ata_piix driver is only used
11102 by x86 sc520_cdp board. This patch makes the ata_piix driver
11103 use the new SATA framework, so
11104
11105 - remove the duplicated command stuff
11106 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
11107 - add the CONFIG_CMD_SATA define to sc520_cdp.h
11108
11109 Signed-off-by: Dave Liu <daveliu@freescale.com>
11110
11111commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
11112Author: Dave Liu <r63238@freescale.com>
11113Date: Wed Mar 26 22:49:44 2008 +0800
11114
11115 ata: add the support for SATA framework
11116
11117 - add the SATA framework
11118 - add the SATA command line
11119
11120 Signed-off-by: Dave Liu <daveliu@freescale.com>
11121
11122commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
11123Author: Dave Liu <r63238@freescale.com>
11124Date: Wed Mar 26 22:48:18 2008 +0800
11125
11126 ata: merge the header of ata_piix driver
11127
11128 move the sata.h from include/ to drivers/block/ata_piix.h
11129
11130 Signed-off-by: Dave Liu <daveliu@freescale.com>
11131
11132commit 9eef62804d9695425b24c87b46a61a7fa74afee0
11133Author: Dave Liu <r63238@freescale.com>
11134Date: Wed Mar 26 22:47:06 2008 +0800
11135
11136 ata: merge the ata_piix driver
11137
11138 move the cmd_sata.c from common/ to drivers/ata_piix.c,
11139 the cmd_sata.c have some part of ata_piix controller drivers.
11140 consolidate the driver to have better framework.
11141
11142 Signed-off-by: Dave Liu <daveliu@freescale.com>
11143
1aeed8d7
WD
11144commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
11145Author: Markus Klotzbuecher <mk@denx.de>
11146Date: Wed Mar 26 18:26:43 2008 +0100
11147
11148 USB, Storage: fix a bug introduced in commit
11149 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
11150 to only print only information on one storage device, but not for
11151 multiple.
11152
11153 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11154
11155commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
11156Author: Anatolij Gustschin <agust@denx.de>
11157Date: Wed Mar 26 17:47:44 2008 +0100
11158
11159 Fix compilation error in cmd_usb.c
11160
11161 This patch fixes compilation error
11162 cmd_usb.c: In function 'do_usb':
11163 cmd_usb.c:552: error: void value not ignored as it ought to be
11164
11165 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11166 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11167
11168commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
11169Author: Kumar Gala <galak@kernel.crashing.org>
11170Date: Wed Mar 26 08:53:53 2008 -0500
11171
11172 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
11173
11174 Provide a board_lmb_reserve helper function to ensure we reserve
11175 the page of memory we are using for the boot page translation code.
11176
11177 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11178
11179commit 79679d80021ab095e639e250ca472fe526da02e2
11180Author: Kumar Gala <galak@kernel.crashing.org>
11181Date: Wed Mar 26 08:34:25 2008 -0500
11182
11183 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
11184
11185 The following changes are needed to be inline with ePAPR v0.81:
11186
11187 * r4, r5 and now always set to 0 on boot release
11188 * r7 is used to pass the size of the initial map area (IMA)
11189 * EPAPR_MAGIC value changed for book-e processors
11190 * changes in the spin table layout
11191 * spin table supports a 64-bit physical release address
11192
11193 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11194
11195commit 25eedb2c1958a13110c7de1fc809b624053cc69c
11196Author: Jon Loeliger <jdl@freescale.com>
11197Date: Wed Mar 19 15:02:07 2008 -0500
11198
11199 FSL: Clean up board/freescale/common/Makefile
11200
11201 Each file that can be built here now follows some
11202 CONFIG_ option so that they are appropriately built
11203 or not, as needed. And CONFIG_ defines were added
11204 to various board config files to make sure that happens.
11205
11206 The other board/freescale/*/Makefiles no longer need
11207 to reach up and over into ../common to build their
11208 individually needed files any more.
11209
11210 Boards that are CDS specific were renamed with cds_ prefix.
11211
11212 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11213
11214commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
11215Author: Kumar Gala <galak@kernel.crashing.org>
11216Date: Wed Feb 27 22:00:27 2008 -0600
11217
11218 85xx: Fix merge duplication
11219
11220 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
11221
11222 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11223
11224commit 5893b3d0a4084f87a06a5d3dc03db91206818941
11225Author: James Yang <James.Yang@freescale.com>
11226Date: Tue Feb 12 16:35:07 2008 -0600
11227
11228 85xx: Expand CCSR space with more DDR controller registers.
11229
11230 Signed-off-by: James Yang <James.Yang@freescale.com>
11231 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11232 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11233
11234commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
11235Author: James Yang <James.Yang@freescale.com>
11236Date: Fri Feb 8 18:05:08 2008 -0600
11237
11238 85xx: Speed up get_ddr_freq() and get_bus_freq()
11239
11240 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
11241 called. However, get_sys_info() recalculates extraneous information when
11242 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
11243 values from global_data instead.
11244
11245 Signed-off-by: James Yang <James.Yang@freescale.com>
11246 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11247
11248commit e9ea679918fbc9a53fa2f2a904aac874ea736036
11249Author: James Yang <James.Yang@freescale.com>
11250Date: Fri Feb 8 16:46:27 2008 -0600
11251
11252 85xx: Show DDR memory data rate in addition to the memory clock frequency.
11253
11254 Show the DDR memory data rate in addition to the memory clock
11255 frequency. For DDR/DDR2 memories the memory data rate is 2x the
11256 memory clock.
11257
11258 Signed-off-by: James Yang <James.Yang@freescale.com>
11259 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11260
11261commit 591933ca6eabc440e6ed6967233aaf56fce464a3
11262Author: James Yang <James.Yang@freescale.com>
11263Date: Fri Feb 8 16:44:53 2008 -0600
11264
11265 85xx: get_tbclk() speed up and rounding fix
11266
11267 Speed up get_tbclk() by referencing pre-computed bus clock
11268 frequency value from global data instead of sys_info_t. Fix
11269 rounding of result to nearest; previously it was rounding
11270 upwards.
11271
11272 Signed-off-by: James Yang <James.Yang@freescale.com>
11273 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11274
11275commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
11276Author: Andy Fleming <afleming@freescale.com>
11277Date: Wed Feb 6 01:19:40 2008 -0600
11278
11279 Update SVR numbers to expand support
11280
11281 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
11282 is used to distinguish certain variants within an SOC family. To
11283 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
11284 constants to reflect the larger value. We also add SVR numbers for all
11285 of the current variants. Finally, to make things neater, rather than
11286 use an enormous switch statement to print out the CPU type, we create
11287 and array of SVR/name pairs (using a macro), and print out the CPU name
11288 that matches the SVR SOC version.
11289
11290 Signed-off-by: Andy Fleming <afleming@freescale.com>
11291
11292commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
11293Author: Andy Fleming <afleming@freescale.com>
11294Date: Wed Feb 6 01:12:57 2008 -0600
11295
11296 Add the Freescale PCI device IDs
11297
11298 Signed-off-by: Andy Fleming <afleming@freescale.com>
11299
11300commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
11301Author: Kumar Gala <galak@kernel.crashing.org>
11302Date: Thu Feb 14 11:04:23 2008 -0600
11303
11304 85xx: Added support for multicore boot mechanism
11305
11306 Added the cpu command that provides a generic mechanism to get status,
11307 reset, and release secondary cores in multicore processors.
11308
11309 Added support for using the ePAPR defined spin-table mechanism on 85xx.
11310
11311 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11312 Signed-off-by: Andy Fleming <afleming@freescale.com>
11313
11314commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
11315Author: Kumar Gala <galak@kernel.crashing.org>
11316Date: Thu Jan 17 16:48:33 2008 -0600
11317
11318 85xx: Added support for multicore boot mechanism
11319
11320 Added the cpu command that provides a generic mechanism to get status,
11321 reset, and release secondary cores in multicore processors.
11322
11323 Added support for using the ePAPR defined spin-table mechanism on 85xx.
11324
11325 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11326
11327commit f69766e4b5d47ecd3aa58677a8da875694f364f2
11328Author: Kumar Gala <galak@kernel.crashing.org>
11329Date: Wed Jan 30 14:55:14 2008 -0600
11330
11331 85xx: Add the concept of CFG_CCSRBAR_PHYS
11332
11333 When we go to 36-bit physical addresses we need to keep the concept of
11334 the physical CCSRBAR address seperate from the virtual one.
11335
11336 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
11337
11338 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11339
d049cc7f
WD
11340commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
11341Author: Wolfgang Denk <wd@denx.de>
11342Date: Wed Mar 26 15:38:47 2008 +0100
11343
11344 Coding style cleanup.
11345
11346 Signed-off-by: Wolfgang Denk <wd@denx.de>
11347
11348commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
11349Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
11350Date: Wed Mar 26 13:02:13 2008 +0100
11351
11352 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
11353
11354 The default settings for RTC DS1337 keeps the OSC
11355 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
11356 turn it off.
11357
11358 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
11359
11360commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
11361Author: Wolfgang Denk <wd@denx.de>
11362Date: Wed Mar 26 11:48:46 2008 +0100
11363
11364 Cleanup coding style, update CHANGELOG
11365
11366 Signed-off-by: Wolfgang Denk <wd@denx.de>
11367
438a4c11
WD
11368commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
11369Author: Wolfgang Denk <wd@denx.de>
11370Date: Wed Mar 26 10:40:12 2008 +0100
11371
11372 README: update documentation (availability, links, etc.)
11373
11374 Signed-off-by: Wolfgang Denk <wd@denx.de>
11375
11376commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
11377Author: Aras Vaichas <arasv@magtech.com.au>
11378Date: Tue Mar 25 12:09:07 2008 +1100
11379
11380 USB Storage, add meaningful return value
11381
11382 This patch changes the "usb storage" command to return success if it
11383 finds a USB storage device, otherwise it returns error.
11384
11385 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11386
11387commit 18e69a35efbb078403db0c0063986470dad7d082
11388Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11389Date: Fri Mar 14 23:20:18 2008 +0300
11390
11391 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
11392
11393 Linux understands "host" (default), "peripheral" and "otg" (broken).
11394 Though, U-Boot doesn't restrict dr_mode variable to these values (think
11395 of renames in future).
11396
11397 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11398 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11399
11400commit c7604783b236e368f225efb7b3efb418fe20b404
11401Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11402Date: Fri Mar 14 23:20:30 2008 +0300
11403
11404 tsec: fix link detection for the RTL8211B PHY
11405
11406 RTL8211B sets link state register after autonegotiation complete,
11407 so with bootdelay=0 RTL8211B will report lack of the link.
11408
11409 To fix this, we should wait for aneg to complete, even if the
11410 link is currently down.
11411
11412 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11413 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11414
11415commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
11416Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11417Date: Mon Mar 24 20:47:09 2008 +0300
11418
11419 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
11420
11421 device_type = "soc" is being deprecated, newer device trees will use
11422 "fsl,soc" and/or "fsl,immr" for the soc nodes.
11423
11424 This patch also adds clock-frequency property for soc nodes (the same
11425 value as bus-frequency).
11426
11427 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11428
11429commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
11430Author: Joe D'Abbraccio <ljd015@freescale.com>
11431Date: Mon Mar 24 13:00:59 2008 -0400
11432
11433 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
11434
11435 With the original value of 1/2 clock cycle delay, the system ran relatively
11436 stable except when we run benchmarks that are intensive users of memory.
11437 When I run samba connected disk with a HDBENCH test, the system locks-up
11438 or reboots sporadically.
11439
11440 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
11441
11442commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
11443Author: Scott Wood <scottwood@freescale.com>
11444Date: Mon Mar 24 12:44:13 2008 -0500
11445
11446 mpc83xx: Set PCI I/O bus-address base to zero.
11447
11448 The device trees for these boards describe PCI I/O as starting from
11449 address zero from the device's perspective.
11450
11451 Placing I/O elsewhere may cause problems with certain PCI boards, and may
11452 cause problems with Linux.
11453
11454 Signed-off-by: Scott Wood <scottwood@freescale.com>
11455
11456commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
11457Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11458Date: Mon Mar 24 20:47:05 2008 +0300
11459
11460 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
11461
11462 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
11463 This patch fixes "system time drifting" problem.
11464
11465 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11466
11467commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
11468Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11469Date: Mon Mar 24 20:47:02 2008 +0300
11470
11471 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
11472
11473 This is needed to update /choosen/linux,stdout-path properly.
11474
11475 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11476
11477commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
11478Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11479Date: Mon Mar 24 20:47:00 2008 +0300
11480
11481 mpc83xx: MPC8360E-RDK: add dhcp command
11482
11483 Plus modify environment to use it and remove bootfile env variable,
11484 it is internal and CONFIG_BOOTFILE is used for these purposes.
11485
11486 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11487
11488commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
11489Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11490Date: Mon Mar 24 20:46:57 2008 +0300
11491
11492 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
11493
11494 Current DDR setup easily causes memory corruption, this patch fixes it.
11495
11496 Also fix TIMING_CFG0_MRS_CYC definition.
11497
11498 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11499
11500commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
11501Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11502Date: Mon Mar 24 20:46:53 2008 +0300
11503
11504 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
11505
11506 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
11507 controller and FHCI (QE USB).
11508
11509 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11510
11511commit 7ad959490962e6842648d87d4bd795ea6cdcce67
11512Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11513Date: Mon Mar 24 20:46:51 2008 +0300
11514
11515 mpc83xx: MPC8360E-RDK: add support for NAND
11516
11517 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11518
11519commit 9a3e832aeb491861d029991241572ebdf4b5b61b
11520Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11521Date: Mon Mar 24 20:46:46 2008 +0300
11522
11523 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
11524
11525 This is needed for BCM PHYs to work on this board.
11526
11527 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11528
11529commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
11530Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11531Date: Mon Mar 24 20:46:34 2008 +0300
11532
11533 uec: add support for Broadcom BCM5481 Gigabit PHY
11534
11535 This patch adds basic support for Broadcom BCM5481 PHY.
11536
11537 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
11538 Peter Barada <peterb@logicpd.com>.
11539
11540 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11541
11542commit 6a600c3a1876bc203445df4f0fd6b12648259666
11543Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11544Date: Mon Mar 24 20:46:28 2008 +0300
11545
11546 uec: add support for RGMII_RXID interface mode
11547
11548 PHY drivers will use it to setup software delay between RXD and RXC
11549 signals.
11550
11551 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11552
11553commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
11554Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11555Date: Mon Mar 24 20:46:24 2008 +0300
11556
11557 uec: add support for gbit mii status readings
11558
11559 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11560
11561commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
11562Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11563Date: Mon Mar 24 17:40:47 2008 +0300
11564
11565 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
11566
11567 This is primarily for the early console support.
11568
11569 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11570
11571commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
11572Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11573Date: Mon Mar 24 17:40:43 2008 +0300
11574
11575 83xx: initialize serdes for MPC837XRDB boards
11576
11577 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
11578 On the MPC8378ERDB: 2 PCI-E
11579 On the MPC8379ERDB: 4 SATA
11580
11581 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11582
11583commit 453316a2a19642d8afcbca7452e40a6b44a197b1
11584Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11585Date: Mon Mar 24 17:40:32 2008 +0300
11586
11587 83xx: serdes setup routines
11588
11589 This patch adds few routines to configure serdes on 837x targets.
11590
11591 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11592
11593commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
11594Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11595Date: Mon Mar 24 17:40:27 2008 +0300
11596
11597 83xx: split COBJS onto separate lines
11598
11599 ..plus get rid of some #ifdefs in the .c files.
11600
11601 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11602
11603commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
11604Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11605Date: Mon Mar 24 17:40:23 2008 +0300
11606
11607 83xx: nand support for MPC837XRDB boards
11608
11609 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11610
11611commit 82e45a204190593e8613145a928f998fb8c909c4
11612Author: Jerry Van Baren <gvb.uboot@gmail.com>
11613Date: Tue Mar 18 21:44:41 2008 -0400
11614
11615 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
11616
11617 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11618 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11619
11620commit 0fa7a1b4719e325fce332689fb8754ec166191ff
11621Author: Michael Barkowski <michael.barkowski@freescale.com>
11622Date: Thu Mar 20 13:15:39 2008 -0400
11623
11624 mpc8323erdb: remove RTC and add EEPROM
11625
11626 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
11627
11628 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11629 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11630
11631commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
11632Author: Michael Barkowski <michael.barkowski@freescale.com>
11633Date: Thu Mar 20 13:15:34 2008 -0400
11634
11635 mpc8323erdb: Improve the system performance
11636
11637 The following changes are based on kernel UCC ethernet performance:
11638
11639 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
11640 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
11641 switch to enable this setting.
11642
11643 The following changes are based on the App Note AN3369 and
11644 verified to improve memory latency using LMbench:
11645
11646 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
11647 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
11648 previously.
11649 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
11650 Twr=15ns, and this was already the setting in DDR_MODE)
11651 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
11652 Trp=15ns)
11653 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
11654 Tras=40ns)
11655 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
11656 Trcd=15ns)
11657 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
11658 Trfc=75ns)
11659 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
11660 on Tfaw=50ns)
11661 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
11662 on CL=3 and WL=2).
11663
11664 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11665 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11666
11667commit fc549c871f43933396a5b3e21d897023d4b31b8d
11668Author: Michael Barkowski <michael.barkowski@freescale.com>
11669Date: Thu Mar 20 13:15:28 2008 -0400
11670
11671 mpc8323erdb: use readable DDR config macros
11672
11673 Use available shift/mask macros to define DDR configuration.
11674
11675 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11676 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11677
11678commit 89c7784ed90ba50301eec521144f95111e472906
11679Author: Timur Tabi <timur@freescale.com>
11680Date: Fri Feb 8 13:15:55 2008 -0600
11681
11682 83xx: Add Vitesse VSC7385 firmware uploading
11683
11684 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
11685 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
11686 Cleaned up the board header files to make selecting the VSC7385 easier to
11687 control.
11688
11689 Signed-off-by: Timur Tabi <timur@freescale.com>
11690 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11691
11692commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
11693Author: Timur Tabi <timur@freescale.com>
11694Date: Fri Feb 8 13:15:54 2008 -0600
11695
11696 NET: Add Vitesse VSC7385 firmware uploading
11697
11698 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
11699 and other boards. A small firwmare must be uploaded to its on-board memory
11700 before it can be enabled. This patch adds the code which uploads firmware
11701 (but not the firmware itself).
11702
11703 Previously, this feature was provided by a U-Boot application that was
11704 made available only on Freescale BSPs. The VSC7385 firmware must still
11705 be obtained separately, but at least there is no longer a need for a separate
11706 application.
11707
11708 Signed-off-by: Timur Tabi <timur@freescale.com>
11709 Acked-by: Ben Warren <biggerbadderben@gmail.com>
11710
11711commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
11712Author: Wolfgang Denk <wd@denx.de>
11713Date: Wed Mar 26 00:52:10 2008 +0100
11714
11715 Coding Style cleanyp; update CHANGELOG
11716
11717 Signed-off-by: Wolfgang Denk <wd@denx.de>
11718
aa6f6d17
WD
11719commit 43ddd9c820fec44816188f53346b464e20b3142d
11720Author: Jerry Van Baren <gvb.uboot@gmail.com>
11721Date: Sat Mar 22 14:23:49 2008 -0400
11722
11723 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
11724
11725 These defines embedded the u-boot env variables and/or the bd_t structure
11726 in the fdt blob. The conclusion of discussion on the u-boot email list
11727 was that embedding these in the fdt blob is not useful: there are better
11728 ways of passing the data (in fact, the fdt blob itself replaces the
11729 bd_t struct).
11730
11731 The only board that enables these is the stxxtc and they don't appear
11732 to be used by linux.
11733
11734 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11735 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11736
11737commit 22ed2285743359fd1fe73e411dff914b2256e68f
11738Author: Stefan Roese <sr@denx.de>
11739Date: Mon Mar 17 10:49:25 2008 +0100
11740
11741 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
11742
11743 Signed-off-by: Stefan Roese <sr@denx.de>
11744
11745commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
11746Author: Kyungmin Park <kmpark@infradead.org>
11747Date: Mon Mar 17 08:54:06 2008 +0900
11748
11749 Add Flex-OneNAND booting support
11750
11751 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
11752 using a NOR Flash interface. This on-chip integration enables system designers
11753 to reduce external system logic and use high-density NAND Flash
11754 in applications that would otherwise have to use more NOR components.
11755
11756 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
11757 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
11758 that require low reliability and high density, SLC area of Flex-OneNAND
11759 to store data that need high reliability and high performance. Flex-OneNAND
11760 can let users take advantage of storing these two different types of data
11761 into one chip, which is making Flex-OneNAND more cost- and space-effective.
11762
11763 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11764
11765commit c512389cc4a10253249271ff6c887c6dab1f0db2
11766Author: André Schwarz <andre.schwarz@matrix-vision.de>
11767Date: Thu Mar 13 13:50:52 2008 +0100
11768
11769 MPC5200: support setup without FEC
11770
11771 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
11772 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
11773
11774 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
11775 Acked-by: Grant Likely <grant.likely@secretlab.ca>
11776
11777commit aa3511e422946041ef626f80a05ae5e8bfc700e6
11778Author: Jon Loeliger <jdl@freescale.com>
11779Date: Wed Mar 5 18:05:46 2008 -0600
11780
11781 FSL: Move board/mpc8266ads under board/freescale
11782
11783 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11784
11785commit 7f1d846e5c5754449c286587d099d85246062772
11786Author: Jon Loeliger <jdl@freescale.com>
11787Date: Wed Mar 5 18:05:47 2008 -0600
11788
11789 FSL: Move board/mpc7448hpc2 under board/freescale
11790
11791 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11792
11793commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
11794Author: Jon Loeliger <jdl@freescale.com>
11795Date: Wed Mar 5 18:05:45 2008 -0600
11796
11797 FSL: Move board/mpc8260ads under board/freescale
11798
11799 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11800
11801commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
11802Author: goda.yusuke <goda.yusuke@renesas.com>
11803Date: Wed Mar 5 17:08:33 2008 +0900
11804
11805 net: Add support AX88796L ethernet device
11806
11807 AX88796L is device of NE2000 compatible.
11808 This patch support AX88796L ethernet device.
11809
11810 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
11811 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11812
11813commit e0a6140dd381e1eed1ada2291166ef2616d8822b
11814Author: Wolfgang Denk <wd@denx.de>
11815Date: Tue Mar 25 22:50:41 2008 +0100
11816
11817 ne2000 driver: change #ifdef to Makefile conditional compilation
11818
11819 Signed-off-by: Wolfgang Denk <wd@denx.de>
11820
11821commit e710185aae90c64d39c2d453e40e58ceefe4f250
11822Author: goda.yusuke <goda.yusuke@renesas.com>
11823Date: Wed Mar 5 17:08:20 2008 +0900
11824
11825 net: Divided code of NE2000 ethernet driver
11826
11827 There are more devices of the NE2000 base.
11828 A present code is difficult for us to support more devices.
11829 To support more NE2000 clone devices, separated the function.
11830
11831 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
11832 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11833
11834commit 395bce4f59a507a60a475f7ee46bed47de9482df
11835Author: Mike Frysinger <vapier@gentoo.org>
11836Date: Sun Feb 24 23:58:13 2008 -0500
11837
11838 net/Blackfin: move on-chip MAC driver into drivers/net/
11839
11840 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
11841 directory, but it is not board specific, so relocate it to the drivers dir
11842 so that other Blackfin ports can utilize it.
11843
11844 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11845
11846commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
11847Author: Mike Frysinger <vapier@gentoo.org>
11848Date: Sun Feb 24 23:52:35 2008 -0500
11849
11850 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
11851
11852 Since the "ssync" instruction may have hardware anomalies associated with
11853 it, have the smc91111 driver use the SSYNC macro rather than invoking it
11854 directly. We workaround all the anomalies via this macro.
11855
11856 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11857
11858commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
11859Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11860Date: Sun Feb 17 22:57:47 2008 +0000
11861
11862 8xx: Update OF support on 8xx
11863
11864 This patch does some shifting around of OF support on 8xx.
11865
11866 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11867
11868commit 9c666a7db0b2285a270c68810889ce7d5dba304b
11869Author: Kumar Gala <galak@kernel.crashing.org>
11870Date: Fri Feb 15 15:16:18 2008 -0600
11871
11872 ppc: Allow boards to specify how much memory they can map
11873
11874 For historical reasons we limited the stack to 256M because some boards
11875 could only map that much via BATS. However newer boards are capable of
11876 mapping more memory (for example 85xx is capble of doing up to 2G).
11877
11878 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11879
11880commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
11881Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11882Date: Fri Feb 15 01:05:58 2008 +0000
11883
11884 8xx : Add OF support to Adder875 board port - resubmit
11885
11886 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11887
11888commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
11889Author: Kumar Gala <galak@kernel.crashing.org>
11890Date: Thu Feb 14 20:44:42 2008 -0600
11891
11892 Add setexpr command
11893
11894 Add a simple expr style command that will set an env variable as the result
11895 of the command. This allows us to do simple math in shell. The following
11896 operations are supported: &, |, ^, +, -, *, /.
11897
11898 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11899
11900commit 3f105faa64b9826e088711fdfcaa70cb1230397a
11901Author: Jon Loeliger <jdl@freescale.com>
11902Date: Wed Mar 5 17:27:48 2008 -0600
11903
11904 FSL: Move board/mpc7448hpc2 under board/freescale
11905
11906 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11907
11908commit 449c703374a8868453425e15da7e2f76221b72e4
11909Author: Jon Loeliger <jdl@freescale.com>
11910Date: Wed Mar 5 17:21:43 2008 -0600
11911
11912 FSL: Move board/mpc8266ads under board/freescale
11913
11914 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11915
11916commit 5863577989ad689427bb750107e9a75f1c1645d2
11917Author: Jon Loeliger <jdl@freescale.com>
11918Date: Wed Mar 5 16:41:41 2008 -0600
11919
11920 FSL: Move board/mpc8260ads under board/freescale
11921
11922 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11923
11924commit 8a773983957ee6c4aa344469b742f29c7d26afbd
11925Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11926Date: Tue Mar 25 21:30:08 2008 +0900
11927
11928 [MIPS] Move gth2_config from ARM section to MIPS
11929
11930 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11931
11932commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
11933Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11934Date: Tue Mar 25 21:30:07 2008 +0900
11935
11936 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
11937
11938 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11939
11940commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
11941Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11942Date: Tue Mar 25 21:30:07 2008 +0900
11943
11944 [MIPS] Fix dcache_status()
11945
11946 You can't judge UNCACHED by Config.K0 LSB.
11947
11948 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11949
11950commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
11951Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11952Date: Tue Mar 25 21:30:07 2008 +0900
11953
11954 [MIPS] Introduce _machine_restart
11955
11956 Handles machine specific functions by using weak functions.
11957
11958 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11959
11960commit decaba6f5cf386d569ac3997bebb871b966c6b18
11961Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11962Date: Tue Mar 25 21:30:07 2008 +0900
11963
11964 [MIPS] Cleanup CP0 Status initialization
11965
11966 Add setup_c0_status from Linux. For the moment we disable interrupts, set
11967 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
11968 reset-time configuration and will work well across most processors.
11969
11970 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11971
11972commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
11973Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11974Date: Tue Mar 25 21:30:07 2008 +0900
11975
11976 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
11977
11978 Without this change, we'll be suffering from deffered WATCH exception
11979 once Status.EXL is cleared. Make sure Cause.WP is cleared.
11980
11981 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11982
11983commit 26138623230ca2bad3c78e05a65527ea70c8b688
11984Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11985Date: Tue Mar 25 21:30:07 2008 +0900
11986
11987 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
11988
11989 Move things to appropriate place.
11990
11991 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11992
11993commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
11994Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11995Date: Tue Mar 25 21:30:06 2008 +0900
11996
11997 [MIPS] Implement flush_cache()
11998
11999 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
12000 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
12001 function is used not only in U-Boot specfic programs but also at loading
12002 target binaries.
12003
12004 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12005
12006commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
12007Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12008Date: Tue Mar 25 21:30:06 2008 +0900
12009
12010 [MIPS] Fix I-/D-cache initialization loops
12011
12012 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
12013 again per a loop for I-cache initialization. But according to 'See MIPS
12014 Run', we're encouraged to use three separate loops rather than combining
12015 them *for both I- and D-cache*. This patch tries to fix this.
12016
12017 In accordance with fixing above, mips_init_[id]cache are separated from
12018 mips_cache_reset(), and rewrite cache loops are completely rewritten with
12019 useful macros.
12020
12021 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12022
12023commit 1898840797c7f50799377bd5b285a8a93a82c419
12024Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12025Date: Tue Mar 25 21:30:06 2008 +0900
12026
12027 [MIPS] Replace memory clearance code with f_fill64
12028
12029 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
12030
12031 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12032
12033commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
12034Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12035Date: Tue Mar 25 21:30:06 2008 +0900
12036
12037 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
12038
12039 This patch replaces the current function definitions with NESTED, LEAF
12040 and END macro. They specify some more additional information about the
12041 function; an alignment of symbol, type of symbol, stack frame usage, etc.
12042 These information explicitly tells the assembler and the debugger about
12043 the types of code we want to generate.
12044
12045 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12046
12047commit 282223a607c611425fa33f5428f8eae6636972bb
12048Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12049Date: Tue Mar 25 11:43:17 2008 +0900
12050
12051 [MIPS] asm headers' updates
12052
12053 Make some asm headers adjusted to the latest Linux kernel.
12054
12055 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12056
12057commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
12058Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12059Date: Tue Mar 25 11:39:29 2008 +0900
12060
12061 [MIPS] Request for the 'mips_cache_lock()' removal
12062
12063 The initial intension of having mips_cache_lock() was to use the cache
12064 as memory for temporary stack use so that a C environment can be set up
12065 as early as possible.
12066
12067 But now mips_cache_lock() follow lowlevel_init(). We've already have the
12068 real memory initilaized at this point, therefore we could/should use it.
12069 No reason to lock at all.
12070
12071 Other problems:
12072
12073 Cache locking is not consistent across MIPS implementaions. Some imple-
12074 mentations don't support locking at all. The style of locking varies -
12075 some support per line locking, others per way, etc. Some parts use bits
12076 in status registers instead of cache ops. Current mips_cache_lock() is
12077 not necessarily general-purpose.
12078
12079 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
12080 they are never get unlocked, so the code relies on whatever gets loaded
12081 after U-Boot to re-initialize the cache and clear the locks. We're sup-
12082 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
12083 but leave the situation as it is for a long time.
12084
12085 For these reasons, I proposed the removal of mips_cache_lock() from the
12086 global start-up code.
12087
12088 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
12089 *things have changed*. If he wants the same behavior as before, he needs
12090 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
12091
12092 If we don't have any regression report through several releases, then
12093 we'll remove codes entirely.
12094
12095 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12096 Acked-by: Andrew Dyer <amdyer@gmail.com>
12097
12098commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
12099Author: Yuri Tikhonov <yur@emcraft.com>
12100Date: Mon Mar 24 11:30:54 2008 +0100
12101
12102 lwmon5 SYSMON POST: fix backlight control
12103
12104 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
12105 run on the board, then the SYSMON POST controls the display backlight
12106 (doesn't switch backlight ON if POST FAILED, and does switch the
12107 backlight ON if PASSED).
12108
12109 If not, then the video driver controls the display backlight (just
12110 switch ON the backlight upon initialization).
12111
12112 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12113
12114commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
12115Author: Yuri Tikhonov <yur@emcraft.com>
12116Date: Mon Mar 24 11:29:14 2008 +0100
12117
12118 lwmon5 SYSMON POST: fix handling of negative temperatures
12119
12120 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
12121
12122 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12123
12124commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
12125Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12126Date: Fri Mar 7 16:04:25 2008 +0900
12127
12128 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
12129
12130 In current source code, when the device number of PCI is 0, process PCI
12131 bridge without fail. However, when the device number is 0, it is not PCI
12132 always bridge. There are times when device of PCI allocates.
12133
12134 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
12135 use this patch.
12136
12137 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12138 Acked-by: Stefan Roese <sr@denx.de>
12139
12140commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
12141Author: Yuri Tikhonov <yur@emcraft.com>
12142Date: Fri Mar 21 09:18:40 2008 +0100
12143
12144 LWMON5: fix dsPIC POST
12145
12146 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
12147
12148 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
12149
438a4c11
WD
12150commit 388b82fddc7c05596f3f615f190da0448227dc82
12151Author: Bartlomiej Sieka <tur@semihalf.com>
12152Date: Thu Mar 20 23:23:13 2008 +0100
12153
12154 [new uImage] Enable new uImage support for the pcs440ep board.
12155
12156 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12157
12158commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
12159Author: Bartlomiej Sieka <tur@semihalf.com>
12160Date: Thu Mar 20 23:23:13 2008 +0100
12161
12162 [new uImage] Do not compile new uImage format support by default
12163
12164 Disable default building of new uImage format support in preparation
12165 for merge with the master. Support for new format can be enabled on
12166 a per-board basis, by defining the following in the board's config file:
12167
12168 #define CONFIG_FIT 1
12169 #define CONFIG_OF_LIBFDT 1
12170
12171 This can be optionally defined to give more verbose output:
12172
12173 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
12174
12175 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12176
12177commit dafaede8a46c7159310239e036c93e31c6374487
12178Author: Bartlomiej Sieka <tur@semihalf.com>
12179Date: Thu Mar 20 23:20:31 2008 +0100
12180
12181 [new uImage] Disable debuging output in preparation for merge with master
12182
12183 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12184
12185commit fbe7a155027beacebaee9b32e1ada781fe924bca
12186Author: Bartlomiej Sieka <tur@semihalf.com>
12187Date: Thu Mar 20 19:38:45 2008 +0100
12188
12189 [new uImage] Compilation and new uImage handling fixes for imxtract
12190
12191 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
12192 include/config_cmd_default.h. Fix few warnings and handling of new format
12193 images.
12194
12195 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12196
12197commit 36cc8cbb3379d5166f882641123521735c469f92
12198Author: Bartlomiej Sieka <tur@semihalf.com>
12199Date: Thu Mar 20 23:10:19 2008 +0100
12200
12201 [new uImage] Fix autoscr command used with new uImage format
12202
12203 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12204
12205commit 43142e817f0597be412e7cbe19413f5532eafa5d
12206Author: Bartlomiej Sieka <tur@semihalf.com>
12207Date: Thu Mar 20 23:10:19 2008 +0100
12208
12209 [new uImage] Fix *.its files location in documentation
12210
12211 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12212
aa6f6d17
WD
12213commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
12214Author: Wolfgang Denk <wd@denx.de>
12215Date: Thu Mar 20 22:01:38 2008 +0100
12216
12217 lwmon5 POST: remove unreachable code
12218
12219 plus some coding style cleanup
12220
12221 Signed-off-by: Wolfgang Denk <wd@denx.de>
12222
12223commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
12224Author: Yuri Tikhonov <yur@emcraft.com>
12225Date: Thu Mar 20 17:56:04 2008 +0300
12226
12227 LWMON5: POST RTC fix
12228
12229 Modify the RTC API to provide one a status for the time reported by
12230 the rtc_get() function:
12231 0 - a reliable time is guaranteed,
12232 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
12233 and so on).
12234
12235 The RTC chip drivers are responsible for providing this info if the
12236 corresponding chip supports such functionality. If not - always
12237 report that the time is reliable.
12238
12239 The POST RTC test was modified to detect the RTC faults utilizing
12240 this new rtc_get() feature.
12241
12242 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12243
12244commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
12245Author: Martin Krause <martin.krause@tqs.de>
12246Date: Wed Mar 19 14:25:14 2008 +0100
12247
12248 TQM5200B: update MTD partition layout
12249
12250 - insert partition for dtb blob to TQM5200B MTD layout
12251 - set env variables dependent on the configured board
12252 (TQM5200 or TQM5200B)
12253
12254 Signed-off-by: Martin Krause <martin.krause@tqs.de>
12255
12256commit f0105727d132f56a21fa3ed8b162309cca6cac44
12257Author: Stefan Roese <sr@denx.de>
12258Date: Wed Mar 19 07:09:26 2008 +0100
12259
12260 CFI: Small cleanup for FLASH_SHOW_PROGRESS
12261
12262 With this patch we don't need that many #ifdef's in the code. It moves
12263 the subtraction into the macro and defines a NOP-macro when
12264 CONFIG_FLASH_SHOW_PROGRESS is not defined.
12265
12266 Signed-off-by: Stefan Roese <sr@denx.de>
12267 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
12268
12269commit 9a042e9ca512beaaa2cb450274313fc477141241
12270Author: Jerry Van Baren <gvb.uboot@gmail.com>
12271Date: Sat Mar 8 13:48:01 2008 -0500
12272
12273 Flash programming progress countdown.
12274
12275 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
12276
438a4c11
WD
12277commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
12278Author: Bartlomiej Sieka <tur@semihalf.com>
12279Date: Wed Mar 19 10:00:06 2008 +0100
12280
12281 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
12282
12283 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12284
aa6f6d17
WD
12285commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
12286Author: David Gibson <david@gibson.dropbear.id.au>
12287Date: Mon Feb 18 18:09:04 2008 +1100
12288
12289 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
12290
12291 Since fdt_node_offset_by_compatible() was converted to the new
12292 fdt_next_node() iterator, a chunk of initialization code became
12293 redundant, but was not removed by oversight. This patch cleans it up.
12294
12295 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12296
12297commit d0ccb9b140b472039732de102fc14597eedb14df
12298Author: David Gibson <david@gibson.dropbear.id.au>
12299Date: Mon Feb 18 18:06:31 2008 +1100
12300
12301 libfdt: Trivial cleanup for CHECK_HEADER)
12302
12303 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
12304 However, there are a handful of functions (fdt_move, rw_check_header,
12305 fdt_open_into) from other files which could also use it (currently
12306 they open-code something more-or-less identical). Therefore, this
12307 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
12308 places.
12309
12310 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12311
12312commit fe30a354cdbb808b5f15366a935b151a4ccee74f
12313Author: Kumar Gala <galak@kernel.crashing.org>
12314Date: Wed Feb 20 14:32:36 2008 -0600
12315
12316 Fix fdt boardsetup command parsing
12317
12318 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
12319
12320 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12321
12322commit 804887e6001e2f00bea11431bf34d6d472512cda
12323Author: Kumar Gala <galak@kernel.crashing.org>
12324Date: Fri Feb 15 03:34:36 2008 -0600
12325
12326 Add sub-commands to fdt
12327
12328 fdt header - Display header info
12329 fdt bootcpu <id> - Set boot cpuid
12330 fdt memory <addr> <size> - Add/Update memory node
12331 fdt rsvmem print - Show current mem reserves
12332 fdt rsvmem add <addr> <size> - Add a mem reserve
12333 fdt rsvmem delete <index> - Delete a mem reserves
12334
12335 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12336
12337commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
12338Author: David Gibson <david@gibson.dropbear.id.au>
12339Date: Thu Feb 14 16:50:34 2008 +1100
12340
12341 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
12342
12343 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
12344 node which has NOP tags interspersed with its properties. In this
12345 case fdt_add_subnode_namelen() will put the new subnode before the
12346 first NOP tag, even if there are properties after it, which will
12347 result in an invalid blob.
12348
12349 This patch fixes the bug, and adds a testcase for it.
12350
12351 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12352
12353commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
12354Author: David Gibson <david@gibson.dropbear.id.au>
12355Date: Tue Feb 12 11:58:31 2008 +1100
12356
12357 libfdt: Add and use a node iteration helper function.
12358
12359 This patch adds an fdt_next_node() function which can be used to
12360 iterate through nodes of the tree while keeping track of depth. This
12361 function is used to simplify the iteration code in a lot of other
12362 functions, and is also exported for use by library users.
12363
12364 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12365
12366commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
12367Author: David Gibson <david@gibson.dropbear.id.au>
12368Date: Fri Jan 11 14:55:05 2008 +1100
12369
12370 libfdt: Add fdt_set_name() function
12371
12372 This patch adds an fdt_set_name() function to libfdt, mirroring
12373 fdt_get_name(). This is a r/w function which alters the name of a
12374 given device tree node.
12375
12376 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12377
12378commit 23e20aa6488e6c0622496549861bfdc74108debe
12379Author: Yuri Tikhonov <yur@pollux.denx.de>
12380Date: Tue Mar 18 13:33:30 2008 +0100
12381
12382 lwmon5: Fix register test logic to match the specific GDC h/w.
12383
12384 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12385 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12386
12387commit 46bc0a938779aa1d664b847d36b08aa00f22e539
12388Author: Yuri Tikhonov <yur@pollux.denx.de>
12389Date: Tue Mar 18 13:27:57 2008 +0100
12390
12391 Fix backlight in the lwmon5 POST.
12392
12393 Backlight was switched on even when temperature was too low.
12394
12395 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12396 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12397
12398commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
12399Author: Yuri Tikhonov <yur@pollux.denx.de>
12400Date: Wed Feb 6 18:48:36 2008 +0100
12401
12402 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).
12403
12404 To enable this, alternative, configuration the U-Boot board configuration
12405 file for lwmon5 includes the definitions of alternative addresses for header
12406 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
12407
12408 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
12409 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
12410 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
12411
12412 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12413
12414commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
12415Author: Yuri Tikhonov <yur@pollux.denx.de>
12416Date: Mon Feb 4 17:11:53 2008 +0100
12417
12418 Add support for the lwmon5 board reset via GPIO58.
12419
12420 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12421 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12422
12423commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
12424Author: Yuri Tikhonov <yur@pollux.denx.de>
12425Date: Mon Feb 4 17:09:55 2008 +0100
12426
12427 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
12428
12429 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12430 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12431
12432commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
12433Author: Yuri Tikhonov <yur@pollux.denx.de>
12434Date: Mon Feb 4 14:11:03 2008 +0100
12435
12436 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.
12437
12438 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12439 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12440
12441commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
12442Author: Yuri Tikhonov <yur@pollux.denx.de>
12443Date: Mon Feb 4 14:10:42 2008 +0100
12444
12445 The patch adds new POST tests for the Lwmon5 board. These are:
12446
12447 * External Watchdog test;
12448 * dsPIC tests;
12449 * FPGA test;
12450 * GDC test;
12451 * Sysmon tests.
12452
12453 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12454 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12455
12456commit c2ed33efbfff5767bca236828e021c55fd547b6c
12457Author: Yuri Tikhonov <yur@pollux.denx.de>
12458Date: Mon Feb 4 14:10:01 2008 +0100
12459
12460 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
12461
12462 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12463
7ed40117
WD
12464commit 3a5d1e7f1309998791702b2a559e3126781746b9
12465Author: Yuri Tikhonov <yur@pollux.denx.de>
12466Date: Tue Mar 18 13:33:30 2008 +0100
12467
12468 lwmon5: Fix register test logic to match the specific GDC h/w.
12469
12470 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12471 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12472
12473commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
12474Author: Yuri Tikhonov <yur@pollux.denx.de>
12475Date: Tue Mar 18 13:27:57 2008 +0100
12476
12477 Fix backlight in the lwmon5 POST.
12478
12479 Backlight was switcehd on even when temperature was too low.
12480
12481 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12482 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12483
12484commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
12485Author: Yuri Tikhonov <yur@pollux.denx.de>
12486Date: Wed Feb 6 18:48:36 2008 +0100
12487
12488 The patch introduces the alternative configuration of the log buffer for
12489 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
12490 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
12491 PPC440EPX_GPT0_COMP5).
12492
12493 To enable this, alternative, configuration the U-Boot board configuration
12494 file for lwmon5 includes the definitions of alternative addresses for header
12495 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
12496
12497 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
12498 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
12499 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
12500
12501 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12502
12503commit ff818b21b069f4bc9cb73373cc5a16014be101b7
12504Author: Yuri Tikhonov <yur@pollux.denx.de>
12505Date: Mon Feb 4 17:11:53 2008 +0100
12506
12507 Add support for the lwmon5 board reset via GPIO58.
12508
12509 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12510 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12511
12512commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
12513Author: Yuri Tikhonov <yur@pollux.denx.de>
12514Date: Mon Feb 4 17:09:55 2008 +0100
12515
12516 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
12517 Disable external watch-dog for now.
12518
12519 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12520 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12521
12522commit e262efe35742c1ad4b0966ff501efc26f34a0aec
12523Author: Yuri Tikhonov <yur@pollux.denx.de>
12524Date: Mon Feb 4 14:11:03 2008 +0100
12525
12526 The patch introduces the CRITICAL feature of POST tests. If the test
12527 marked as POST_CRITICAL fails then the alternative, post_critical,
12528 boot-command is used. If this command is not defined then U-Boot
12529 enters into interactive mode.
12530
12531 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12532 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12533
12534commit 65b20dcefc89618193fa51947968dada91e4c778
12535Author: Yuri Tikhonov <yur@pollux.denx.de>
12536Date: Mon Feb 4 14:10:42 2008 +0100
12537
12538 The patch adds new POST tests for the Lwmon5 board.
12539 These are:
12540
12541 * External Watchdog test;
12542 * dsPIC tests;
12543 * FPGA test;
12544 * GDC test;
12545 * Sysmon tests.
12546
12547 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12548 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12549
12550commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
12551Author: Yuri Tikhonov <yur@pollux.denx.de>
12552Date: Mon Feb 4 14:10:01 2008 +0100
12553
12554 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
12555
12556 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
12557
aa6f6d17
WD
12558commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
12559Author: Wolfgang Denk <wd@denx.de>
12560Date: Tue Mar 18 17:35:51 2008 +0100
12561
12562 HMI1001: fix compile problem.
12563
12564 Signed-off-by: Wolfgang Denk <wd@denx.de>
12565
12566commit 1f2a9970109cebf7446e0503b10b71f8673045ee
12567Author: Mike Frysinger <vapier@gentoo.org>
12568Date: Mon Feb 18 05:32:30 2008 -0500
12569
12570 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
12571
12572 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
12573 for the board specific driver at all. Just use the common CFI driver.
12574
12575 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12576
12577commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
12578Author: Mike Frysinger <vapier@gentoo.org>
12579Date: Tue Feb 19 00:36:14 2008 -0500
12580
12581 Blackfin: add proper ELF markings to some assembly functions
12582
12583 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12584
12585commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
12586Author: Mike Frysinger <vapier@gentoo.org>
12587Date: Tue Feb 19 00:35:17 2008 -0500
12588
12589 Blackfin: new cplbinfo command for viewing cplb tables
12590
12591 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12592
12593commit aadb72503cd1602349a5fe53356d5f55ecc1b900
12594Author: Mike Frysinger <vapier@gentoo.org>
12595Date: Mon Feb 18 05:37:51 2008 -0500
12596
12597 Blackfin: update MAINTAINERS list
12598
12599 Add maintainer information for the Blackfin boards.
12600
12601 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12602
12603commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
12604Author: Mike Frysinger <vapier@gentoo.org>
12605Date: Mon Feb 18 05:26:48 2008 -0500
12606
12607 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
12608
12609 Stop tying things to the processor that should be tied to other defines and
12610 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
12611 system to select the -mcpu option.
12612
12613 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12614
12615commit 86a20fb920bd198105acf7b1191117f566d637ed
12616Author: Mike Frysinger <vapier@gentoo.org>
12617Date: Sat Feb 16 07:40:36 2008 -0500
12618
12619 Blackfin: move bootldr command to common code
12620
12621 This moves the Blackfin-common bootldr command out of the BF537-STAMP
12622 specific board directory and into the common directory so that all Blackfin
12623 boards may utilize it.
12624
12625 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12626
12627commit decbe029b2a9d3333d02c433389b1c821eea96d7
12628Author: Heiko Schocher <hs@denx.de>
12629Date: Fri Mar 14 11:05:20 2008 +0100
12630
12631 mgcoge: update configuration
12632
12633 Fix configuration for mgcoge board
12634
12635 Signed-off-by: Heiko Schocher <hs@denx.de>
12636
12637commit c136724cda0219c49f1d4b346f00da29b14fdf14
12638Author: Wolfgang Denk <wd@denx.de>
12639Date: Sun Mar 16 01:22:59 2008 +0100
12640
12641 drivers/rtc/Makefile: keep list sorted
12642
12643 Signed-off-by: Wolfgang Denk <wd@denx.de>
12644
12645commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
12646Author: Tor Krill <tor@excito.com>
12647Date: Sat Mar 15 15:40:26 2008 +0100
12648
12649 Add support for Intersil isl1208 RTC
12650
12651 Signed-off-by: Tor Krill <tor@excito.com>
12652
12653commit 0210cff3d079d97b2156b13685ee8de368e68a1a
12654Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12655Date: Sat Mar 15 17:36:41 2008 +0100
12656
12657 cramfs: Fix ifdef
12658
12659 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12660
12661commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
12662Author: Wolfgang Denk <wd@denx.de>
12663Date: Sun Mar 16 01:12:58 2008 +0100
12664
12665 Conding style cleanup
12666
12667 Signed-off-by: Wolfgang Denk <wd@denx.de>
12668
0b8f2a27
WD
12669commit 41712b4e8c95dff23354bcd620e1f9477160c190
12670Author: Stefan Roese <sr@denx.de>
12671Date: Wed Mar 5 12:31:53 2008 +0100
12672
12673 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
12674
12675 This patch adds USB OHCI support to the Canyonlands board port. It also
12676 enables EXT2 support.
12677
12678 Signed-off-by: Stefan Roese <sr@denx.de>
12679
12680commit 2596f5b9d353ff3e4387a3325d05740f16958038
12681Author: Stefan Roese <sr@denx.de>
12682Date: Wed Mar 5 12:29:32 2008 +0100
12683
12684 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
12685
12686 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
12687 way a board just needs to define this new option to enable the "force
12688 NoPowerSwitching mode" instead of adding new CPU/architecture defines
12689 to the USB source itself.
12690
12691 This new option will be used first with the new AMCC 460EX Canyonlands
12692 board port, which will be posted in a few days.
12693
12694 This patch also fixes a small compilation problem when DEBUG is enabled.
12695
12696 Signed-off-by: Stefan Roese <sr@denx.de>
12697
12698commit 71665ebf88408ff2acb762af47989fd4365b321a
12699Author: Stefan Roese <sr@denx.de>
12700Date: Mon Mar 3 17:27:02 2008 +0100
12701
12702 ppc4xx: Add Canyonlands NAND booting support
12703
12704 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
12705 NAND devices. The only bootstrap option for NAND booting is option F for
12706 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
12707 EEPROM needs to be programmed accordingly.
12708
12709 This patch adds basic NAND booting support for the AMCC Canyonlands aval
12710 board and also adds support to the "bootstrap" command, to enable NAND
12711 booting I2C setting.
12712
12713 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
12714
12715 Signed-off-by: Stefan Roese <sr@denx.de>
12716
12717commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
12718Author: Stefan Roese <sr@denx.de>
12719Date: Tue Mar 11 16:53:00 2008 +0100
12720
12721 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
12722
12723 This patch adds support for the AMCC Canyonlands 460EX evaluation
12724 board.
12725
12726 Signed-off-by: Stefan Roese <sr@denx.de>
12727
12728commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
12729Author: Stefan Roese <sr@denx.de>
12730Date: Tue Mar 11 16:52:24 2008 +0100
12731
12732 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
12733
12734 This patch adds support for the AMCC Canyonlands 460EX evaluation
12735 board.
12736
12737 Signed-off-by: Stefan Roese <sr@denx.de>
12738
12739commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
12740Author: Stefan Roese <sr@denx.de>
12741Date: Tue Mar 11 16:51:17 2008 +0100
12742
12743 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
12744
12745 This patch adds support for the AMCC Canyonlands 460EX evaluation
12746 board.
12747
12748 Signed-off-by: Stefan Roese <sr@denx.de>
12749
12750commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
12751Author: Stefan Roese <sr@denx.de>
12752Date: Tue Mar 11 15:11:43 2008 +0100
12753
12754 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
12755
12756 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12757
12758 Signed-off-by: Stefan Roese <sr@denx.de>
12759
12760commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
12761Author: Stefan Roese <sr@denx.de>
12762Date: Tue Mar 11 15:11:18 2008 +0100
12763
12764 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
12765
12766 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12767
12768 Signed-off-by: Stefan Roese <sr@denx.de>
12769
12770commit 999ecd5aca381984d8ebbeb207ece82a1c275577
12771Author: Stefan Roese <sr@denx.de>
12772Date: Tue Mar 11 15:07:10 2008 +0100
12773
12774 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
12775
12776 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12777
12778 Signed-off-by: Stefan Roese <sr@denx.de>
12779
12780commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
12781Author: Stefan Roese <sr@denx.de>
12782Date: Tue Mar 11 15:05:50 2008 +0100
12783
12784 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
12785
12786 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12787
12788 Signed-off-by: Stefan Roese <sr@denx.de>
12789
12790commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
12791Author: Stefan Roese <sr@denx.de>
12792Date: Tue Mar 11 15:05:26 2008 +0100
12793
12794 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
12795
12796 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12797
12798 Signed-off-by: Stefan Roese <sr@denx.de>
12799
12800commit 56e410178375d9f20be25fb24e180974f0ae120b
12801Author: Stefan Roese <sr@denx.de>
12802Date: Tue Feb 19 22:07:57 2008 +0100
12803
12804 ppc4xx: interrupt.c reworked
12805
12806 This patch is a rework of the 4xx interrupt handling done while
12807 adding the 460EX/GT support. Interrupts are needed on 4xx for the
12808 EMAC driver.
12809
12810 Signed-off-by: Stefan Roese <sr@denx.de>
12811
12812commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
12813Author: Stefan Roese <sr@denx.de>
12814Date: Tue Feb 19 22:01:57 2008 +0100
12815
12816 ppc4xx: program_tlb now uses 64bit physical addess
12817
12818 This patch changes the physical addess parameter from 32bit to 64bit.
12819 This is needed for 36bit 4xx platforms to access areas located
12820 beyond the 4GB border, like SoC peripherals (EBC etc.).
12821
12822 Signed-off-by: Stefan Roese <sr@denx.de>
12823
12824commit c3307fa186af85771924c434997089b8104c0a46
12825Author: Stefan Roese <sr@denx.de>
12826Date: Tue Feb 19 21:58:25 2008 +0100
12827
12828 ppc4xx: miiphy.c reworked
12829
12830 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
12831 badly neede some cleanup.
12832
12833 Signed-off-by: Stefan Roese <sr@denx.de>
12834
12835commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
12836Author: Stefan Roese <sr@denx.de>
12837Date: Tue Feb 19 16:21:49 2008 +0100
12838
12839 rtc: Add M41T62 support
12840
12841 This patch add support for the STM M41T62 RTC. It is used and tested
12842 on the AMCC Canyonlands 406EX platform.
12843
12844 Signed-off-by: Stefan Roese <sr@denx.de>
12845
12846commit 217d383e201adc7f2271145ae345ea5eae2b7170
12847Author: Niklaus Giger <niklaus.giger@netstal.com>
12848Date: Mon Feb 25 18:46:43 2008 +0100
12849
12850 ppc4xx: Add 405GPr based MCU25 board specific files
12851
12852 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12853
12854commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
12855Author: Niklaus Giger <niklaus.giger@netstal.com>
12856Date: Mon Feb 25 18:46:42 2008 +0100
12857
12858 ppc4xx: Add 405GPr based MCU25 board config file
12859
12860 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12861
12862commit b05f35436b733a240559e77e46bed8439665ecc5
12863Author: Niklaus Giger <niklaus.giger@netstal.com>
12864Date: Mon Feb 25 18:46:41 2008 +0100
12865
12866 ppc4xx: Add 405GPr based MCU25 board. Global files
12867
12868 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12869
12870commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
12871Author: Niklaus Giger <niklaus.giger@netstal.com>
12872Date: Mon Feb 25 18:37:02 2008 +0100
12873
12874 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
12875
12876 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12877
12878commit a079494853cc2bfeddb26673219db0b4b2b31566
12879Author: Niklaus Giger <niklaus.giger@netstal.com>
12880Date: Mon Feb 25 18:37:01 2008 +0100
12881
12882 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
12883
12884 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
12885 the FLASH_CFI_LEGACY et al. config options.
12886
12887 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12888
12889commit e4170e5a50c8110f792bc37472833ae669d69951
12890Author: Stefan Roese <sr@denx.de>
12891Date: Tue Mar 11 13:52:25 2008 +0100
12892
12893 ppc4xx: Fix comment in 405EX DDR2 init code
12894
12895 Signed-off-by: Stefan Roese <sr@denx.de>
12896
438a4c11
WD
12897commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
12898Author: Bartlomiej Sieka <tur@semihalf.com>
12899Date: Fri Mar 14 16:22:34 2008 +0100
12900
12901 Add MD5 support to the new uImage format
12902
12903 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12904
12905commit 0ede0c383530a418cf98be9122371a86573cd0db
12906Author: Bartlomiej Sieka <tur@semihalf.com>
12907Date: Fri Mar 14 16:22:34 2008 +0100
12908
12909 Add the MD5 algorithm
12910
12911 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
12912 calculated using the md5() function -- see include/md5.h for details.
12913
12914 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12915
0b8f2a27
WD
12916commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
12917Author: Wolfgang Denk <wd@denx.de>
12918Date: Fri Mar 14 16:04:54 2008 +0100
12919
12920 tools/setlocalversion: use a git-describe-ish format
12921
12922 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
12923 where 'nnnnn' is the number of commits since the last tag (i.e.,
12924 1.3.2-rc3). This makes it much easier to recognize "newer" versions
12925 and to see how much has been changed since the referenced tag.
12926
12927 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
12928
12929 Signed-off-by: Wolfgang Denk <wd@denx.de>
12930
12931commit c6dc21c84de0f159a1752c5ebd33cff843f63609
12932Author: Wolfgang Denk <wd@denx.de>
12933Date: Thu Mar 13 14:32:03 2008 +0100
12934
12935 HMI1001: add support for MPC5200 Rev. B processors.
12936
12937 Signed-off-by: Wolfgang Denk <wd@denx.de>
12938
12939commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
12940Author: Wolfgang Denk <wd@denx.de>
12941Date: Thu Mar 13 14:29:49 2008 +0100
12942
12943 TQM5200: remove dead code
12944
12945 This board never used a MGT5100 processor.
12946
12947 Signed-off-by: Wolfgang Denk <wd@denx.de>
12948
438a4c11
WD
12949commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
12950Author: Marian Balakowicz <m8@semihalf.com>
12951Date: Wed Mar 12 12:14:15 2008 +0100
12952
12953 [new uImage] Fix build issue on ARM
12954
12955 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
12956
12957 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12958
12959commit 3310c549a73a949430bfda90876df7552a1dab0c
12960Author: Marian Balakowicz <m8@semihalf.com>
12961Date: Wed Mar 12 12:13:13 2008 +0100
12962
12963 [new uImage] Add new uImage format documentation and examples
12964
12965 Create doc/uImage.FIT documentation directory with the following files:
12966 - command_syntax_extensions.txt : extended command syntax description
12967 - howto.txt : short usage howto
12968 - source_file_format.txt : internal new uImage format description
12969
12970 Add example image source files:
12971 - kernel.its
12972 - kernel_fdt.its
12973 - multi.its
12974
12975 Update README appropriately.
12976
12977 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12978 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12979
12980commit 1ec73761d2e247078f4520a265d463e8b73391a2
12981Author: Marian Balakowicz <m8@semihalf.com>
12982Date: Wed Mar 12 10:35:52 2008 +0100
12983
12984 [new uImage] Fix definition of common bootm_headers_t fields
12985
12986 verify, autostart and lmb fields are used regardless of CONFIG_FIT
12987 setting, move their definitions to common section.
12988
12989 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12990
12991commit 1d1cb4270edc6a99276834064069717f9782c491
12992Author: Marian Balakowicz <m8@semihalf.com>
12993Date: Wed Mar 12 10:35:51 2008 +0100
12994
12995 [new uImage] Fix build problems on trab board
12996
12997 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12998
12999commit f773bea8e11f4a11c388dcee956b2444203e6b65
13000Author: Marian Balakowicz <m8@semihalf.com>
13001Date: Wed Mar 12 10:35:46 2008 +0100
13002
13003 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
13004
13005 Save FIT configuration provied in the first bootm argument and use it
13006 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
13007 arguments are not specified.
13008
13009 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13010
13011commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
13012Author: Marian Balakowicz <m8@semihalf.com>
13013Date: Wed Mar 12 10:33:01 2008 +0100
13014
13015 [new uImage] More verbose kernel image uncompress error message
13016
13017 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13018
13019commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
13020Author: Marian Balakowicz <m8@semihalf.com>
13021Date: Wed Mar 12 10:33:01 2008 +0100
13022
13023 [new uImage] Use show_boot_progress() for new uImage format
13024
13025 This patch allocates a set of show_boot_progress() IDs for new uImage format
13026 and adds show_boot_progress() calls in new uImage format handling code.
13027
13028 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13029
13030commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
13031Author: Marian Balakowicz <m8@semihalf.com>
13032Date: Wed Mar 12 10:33:01 2008 +0100
13033
13034 [new uImage] Add new uImage fromat support to fpga command
13035
13036 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13037
13038commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
13039Author: Marian Balakowicz <m8@semihalf.com>
13040Date: Wed Mar 12 10:33:01 2008 +0100
13041
13042 [new uImage] Add new uImage format handling to other bootm related commands
13043
13044 Updated commands:
13045
13046 docboot - cmd_doc.c
13047 fdcboot - cmd_fdc.c
13048 diskboot - cmd_ide.c
13049 nboot - cmd_nand.c
13050 scsiboot - cmd_scsi.c
13051 usbboot - cmd_usb.c
13052
13053 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13054
13055commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
13056Author: Marian Balakowicz <m8@semihalf.com>
13057Date: Wed Mar 12 10:33:00 2008 +0100
13058
13059 [new uImage] Add new uImage format support to imgextract command
13060
13061 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13062
13063commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
13064Author: Marian Balakowicz <m8@semihalf.com>
13065Date: Wed Mar 12 10:33:00 2008 +0100
13066
13067 [new uImage] Add new uImage format support to autoscript routine
13068
13069 autoscript() routine is updated to accept second argument, which
13070 is only used for FIT images and provides a FIT subimage unit name.
13071
13072 autoscript() routine callers must now pass two arguments. For
13073 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
13074 variable 'autoscript_uname' is introduced and used as a FIT
13075 subimage unit name source.
13076
13077 autoscript command accepts extended syntax of the addr argument:
13078 addr:<subimg_uname>
13079
13080 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13081
13082commit cd7c596e9f561dbbc17b717277438aee78cde14f
13083Author: Marian Balakowicz <m8@semihalf.com>
13084Date: Wed Mar 12 10:33:00 2008 +0100
13085
13086 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
13087
13088 This patch updates architecture specific implementations of
13089 do_bootm_linux() adding new uImage format handling for
13090 operations like get kernel entry point address, get kernel
13091 image data start address.
13092
13093 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13094
13095commit 3dfe110149311425919e6d6a14b561b4207498f1
13096Author: Marian Balakowicz <m8@semihalf.com>
13097Date: Wed Mar 12 10:32:59 2008 +0100
13098
13099 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
13100
13101 This patch adds new node offset fields to struct bootm_headers
13102 and updates bootm_headers processing code to make use of them.
13103 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
13104
13105 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13106
13107commit bc8ed486b125452ba3bd8344f052f437329150c5
13108Author: Marian Balakowicz <m8@semihalf.com>
13109Date: Wed Mar 12 10:32:53 2008 +0100
13110
13111 [new uImage] ppc: Add new uImage format support to FDT handling routines
13112
13113 Support for new (FIT) format uImages is added to powerpc specific
13114 boot_get_fdt() routine which now recognizes, sanity checks FIT image
13115 and is able to access data sections of the requested component image.
13116
13117 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13118
13119commit a44a269a905f924b420020506a4d7d7eedcc0eaf
13120Author: Marian Balakowicz <m8@semihalf.com>
13121Date: Wed Mar 12 10:14:57 2008 +0100
13122
13123 [new uImage] Re-enable interrupts for non automatic booting
13124
13125 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
13126 environment variable is not set to 'yes'.
13127
13128 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13129
13130commit d985c8498c4e47095820da97aa722381d39172c5
13131Author: Marian Balakowicz <m8@semihalf.com>
13132Date: Wed Mar 12 10:14:38 2008 +0100
13133
13134 [new uImage] Remove unnecessary arguments passed to ramdisk routines
13135
13136 boot_get_ramdisk() and image_get_ramdisk() do not need all
13137 cmdtp, flag, argc and argv arguments. Simplify routines definition.
13138
13139 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13140
13141commit c87796483bc7c2900470dc747c367f602577608d
13142Author: Marian Balakowicz <m8@semihalf.com>
13143Date: Wed Mar 12 10:12:37 2008 +0100
13144
13145 [new uImage] Add new uImage format support for ramdisk handling
13146
13147 This patch updates boot_get_ramdisk() routine adding format
13148 verification and handling for new (FIT) uImages.
13149
13150 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13151
13152commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
13153Author: Marian Balakowicz <m8@semihalf.com>
13154Date: Wed Mar 12 10:01:05 2008 +0100
13155
13156 [new uImage] Add new uImage format support for kernel booting
13157
13158 New format uImages are recognized by the bootm command,
13159 validity of specified kernel component image is checked and
13160 its data section located and used for further processing
13161 (uncompress, load, etc.)
13162
13163 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13164
13165commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
13166Author: Marian Balakowicz <m8@semihalf.com>
13167Date: Tue Mar 11 12:35:20 2008 +0100
13168
13169 [new uImage] Add new uImage format support for imls and iminfo commands
13170
13171 imls and iminfo can now recognize nad print out contents of the new (FIT)
13172 format uImages.
13173
13174 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13175
13176commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
13177Author: Bartlomiej Sieka <tur@semihalf.com>
13178Date: Tue Mar 11 12:34:47 2008 +0100
13179
13180 [new uImage] Add support for new uImage format to mkimage tool
13181
13182 Support for the new uImage format (FIT) is added to mkimage tool.
13183 Commandline syntax is appropriately extended:
13184
13185 mkimage [-D dtc_options] -f fit-image.its fit-image
13186
13187 mkimage (together with dtc) takes fit-image.its and referenced therein
13188 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
13189 final image that can be transferred to the target (e.g., via tftp) and then
13190 booted using the bootm command in U-Boot.
13191
13192 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13193
13194commit eb6175edd6c120d8b89678243e5a2be362ee8e40
13195Author: Marian Balakowicz <m8@semihalf.com>
13196Date: Mon Mar 10 17:53:49 2008 +0100
13197
13198 [new uImage] Make node unit names const in struct bootm_headers
13199
13200 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13201
13202commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
13203Author: Marian Balakowicz <m8@semihalf.com>
13204Date: Fri Feb 29 21:24:06 2008 +0100
13205
13206 [new uImage] New uImage low-level API
13207
13208 Add FDT-based functions for handling new format component images,
13209 configurations, node operations, property get/set, etc.
13210
13211 fit_ - routines handling global new format uImage operations
13212 like get/set top level property, process all nodes, etc.
13213 fit_image_ - routines handling component images subnodes
13214 fit_conf_ - routines handling configurations node
13215
13216 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13217 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13218
0b8f2a27
WD
13219commit 30f1806f60978d707b0cff2d7bf89d141fc24290
13220Author: Wolfgang Denk <wd@denx.de>
13221Date: Sun Mar 9 16:20:02 2008 +0100
13222
13223 Release v1.3.2
13224
13225 Update CHANGELOG for release.
13226
13227 Signed-off-by: Wolfgang Denk <wd@denx.de>
13228
30f1806f
WD
13229commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
13230Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13231Date: Sun Mar 9 14:52:11 2008 +0100
13232
13233 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
13234
13235 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13236 Signed-off-by: Wolfgang Denk <wd@denx.de>
13237
13238commit db695b78515ddb88a2d4f3357c120345efbf59ec
13239Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13240Date: Sun Mar 9 10:44:01 2008 +0100
13241
13242 scb9328: Fix flash warning: type qualifiers ignored on function return type
13243
13244 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13245
13246commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
13247Author: Wolfgang Denk <wd@denx.de>
13248Date: Sun Mar 9 10:50:41 2008 +0100
13249
13250 esd/common/fpga.c: fix indentation.
13251
13252 Signed-off-by: Wolfgang Denk <wd@denx.de>
13253
13254commit cc3843e36453e2b8db65d7e56de938ba045016a0
13255Author: Wolfgang Denk <wd@denx.de>
13256Date: Sun Mar 9 10:33:31 2008 +0100
13257
13258 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
13259
13260 and get rid of a couple of unneeded casts.
13261
13262 Signed-off-by: Wolfgang Denk <wd@denx.de>
13263
13264commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
13265Author: Wolfgang Denk <wd@denx.de>
13266Date: Sun Mar 9 10:09:53 2008 +0100
13267
13268 esd/common/fpga.c: fix 'assignment of read-only location' error
13269
13270 Signed-off-by: Wolfgang Denk <wd@denx.de>
13271
13272commit c6fe4dabac066e8758345d249032768496983a3e
13273Author: Wolfgang Denk <wd@denx.de>
13274Date: Sun Mar 9 02:13:19 2008 +0100
13275
13276 Makefile: make build silently again.
13277
13278 Signed-off-by: Wolfgang Denk <wd@denx.de>
13279
13280commit 76babc86576f092573599334c85ec543fdbc6015
13281Author: Wolfgang Denk <wd@denx.de>
13282Date: Sun Mar 9 02:07:49 2008 +0100
13283
13284 m501sk: Fix out of tree building
13285
13286 Signed-off-by: Wolfgang Denk <wd@denx.de>
13287
13288commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
13289Author: Wolfgang Denk <wd@denx.de>
13290Date: Sun Mar 9 00:06:09 2008 +0100
13291
13292 ADS5121: fix out of tree build
13293
13294 and simplify Makefile a bit.
13295
13296 Signed-off-by: Wolfgang Denk <wd@denx.de>
13297
13298commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
13299Author: Wolfgang Denk <wd@denx.de>
13300Date: Sat Mar 8 22:35:31 2008 +0100
13301
13302 Release v1.3.2
13303
13304 Signed-off-by: Wolfgang Denk <wd@denx.de>
13305
13306commit 78a90f827df74520e939c794fc7413dace21c4db
13307Author: Wolfgang Denk <wd@denx.de>
13308Date: Sat Mar 8 22:35:04 2008 +0100
13309
13310 Update CHANGELOG
13311
13312 Signed-off-by: Wolfgang Denk <wd@denx.de>
13313
78a90f82
WD
13314commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
13315Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13316Date: Sat Mar 8 21:30:04 2008 +0100
13317
13318 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
13319
13320 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13321
13322commit d75469d48c05795144f4b8ba76addbb4920a7bba
13323Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13324Date: Sat Mar 8 09:25:49 2008 +0900
13325
13326 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
13327
13328 When rtl_recv() of rtl8169 is called, OWNbit of status register
13329 is not enable occasionally.
13330 rtl_recv() doesn't work normally when the driver doesn't do
13331 appropriate processing.
13332 This patch fix this problem.
13333
13334 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13335
13336commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
13337Author: Heiko Schocher <hs@denx.de>
13338Date: Fri Mar 7 08:15:28 2008 +0100
13339
13340 mgsuvd: update board configuration
13341
13342 initialize the UPIOx controller.
13343
13344 Signed-off-by: Heiko Schocher <hs@denx.de>
13345
13346commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
13347Author: Heiko Schocher <hs@denx.de>
13348Date: Fri Mar 7 08:13:41 2008 +0100
13349
13350 mgcoge: update board configuration
13351
13352 add support for the config Flash.
13353 initialize the UPIOx controller.
13354
13355 Signed-off-by: Heiko Schocher <hs@denx.de>
13356
13357commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
13358Author: Kim Phillips <kim.phillips@freescale.com>
13359Date: Fri Mar 7 12:27:31 2008 -0600
13360
13361 mpc83xx: make dtb basename file references equal those of linux
13362
13363 the dts file basenames were updated in linux - this helps avoid
13364 inadvertently loading any old dtbs laying around.
13365
13366 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13367
13368commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
13369Author: Kim Phillips <kim.phillips@freescale.com>
13370Date: Wed Feb 27 16:08:22 2008 -0600
13371
13372 net: uec_phy: actually increment the timeout counter
13373
13374 allow u-boot to recover (and, e.g., switch to another interface) in the
13375 case where a PHY does not report autonegotiation is complete within its
13376 two second timeout value.
13377
13378 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13379
13380commit 772003e43957ee0c895abed7cd82cbe72820cbb8
13381Author: Markus Brunner <super.firetwister@googlemail.com>
13382Date: Wed Mar 5 21:38:12 2008 +0100
13383
13384 fix taihu soft spi_read
13385
13386 The taihu board used gpio_read_out_bit which reads the output register and not
13387 the pin state.
13388
13389 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
13390
13391commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
13392Author: Stefan Roese <sr@denx.de>
13393Date: Fri Mar 7 08:01:43 2008 +0100
13394
13395 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
13396
13397 Signed-off-by: Stefan Roese <sr@denx.de>
13398
13399commit bd4458cb47abecabd406b1210457be96c69fc49d
13400Author: Dave Liu <r63238@freescale.com>
13401Date: Tue Mar 4 16:59:22 2008 +0800
13402
13403 837xEMDS: Improve the system performance
13404
13405 1. Make the CSB bus pipeline depth as 4, and enable
13406 the repeat mode;
13407 2. Raise the eTSEC emergency priority;
13408 3. Use the highest IP blocks clock.
13409
13410 Signed-off-by: Dave Liu <daveliu@freescale.com>
13411
13412commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
13413Author: Detlev Zundel <dzu@denx.de>
13414Date: Thu Mar 6 16:45:53 2008 +0100
13415
13416 Replace "run load; run update" with conditionalized "run load update".
13417
13418 The latter version stops when "run load" fails for whatever reasons
13419 rendering the combination *a lot* more secure.
13420
13421 Signed-off-by: Detlev Zundel <dzu@denx.de>
13422
13423commit 6bc113886d7d316df1a4e459bec8baf027518551
13424Author: Stefan Roese <sr@denx.de>
13425Date: Tue Mar 4 17:40:41 2008 +0100
13426
13427 net: Print error message upon net usage when no ethernet-interface is found
13428
13429 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
13430 defined. Then no ethernet interface is available but a simple "tftp"
13431 command will return without any error message which is quite confusing.
13432
13433 Signed-off-by: Stefan Roese <sr@denx.de>
13434
13435commit a30a549a3553032d809e0356306b62de0b125901
13436Author: Jon Loeliger <jdl@freescale.com>
13437Date: Tue Mar 4 10:03:03 2008 -0600
13438
13439 Remove erroneous or extra spd.h #includers.
13440
13441 Many of the spd.h #includers don't need it,
13442 and wanted to have spd_sdram() declared instead.
13443 Since they didn't get that, some also had open
13444 coded extern declarations of it instead or as well.
13445 Fix it all up by using spd_sdram.h where needed.
13446
13447 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13448
13449commit a4475386cef14af3fd88f0518b688e755669486d
13450Author: Wolfgang Denk <wd@denx.de>
13451Date: Tue Mar 4 17:41:28 2008 +0100
13452
13453 PCS440EP: fix build problems (redundant #define)
13454
13455 Signed-off-by: Wolfgang Denk <wd@denx.de>
13456
13457commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
13458Author: Stefan Roese <sr@denx.de>
13459Date: Tue Mar 4 17:39:25 2008 +0100
13460
13461 net: Print error message upon net usage when no ethernet-interface is found
13462
13463 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
13464 defined. Then no ethernet interface is available but a simple "tftp"
13465 command will return without any error message which is quite confusing.
13466
13467 Signed-off-by: Stefan Roese <sr@denx.de>
13468
13469commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
13470Author: Wolfgang Denk <wd@denx.de>
13471Date: Tue Mar 4 17:38:50 2008 +0100
13472
13473 W7OLMC/W7OLMG: fix build problems (redundant #define)
13474
13475 Signed-off-by: Wolfgang Denk <wd@denx.de>
13476
13477commit f9301e1cda296245ba052d7b08321199c3d0af9d
13478Author: Wolfgang Denk <wd@denx.de>
13479Date: Tue Mar 4 14:58:31 2008 +0100
13480
13481 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
13482
13483 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
13484 problem for out-of-tree builds which caused "make clean" to fail.
13485
13486 Signed-off-by: Wolfgang Denk <wd@denx.de>
13487
13488commit dfece9500556bed5d8244b1c15d973cec7c25bfe
13489Author: Wolfgang Denk <wd@denx.de>
13490Date: Tue Mar 4 11:58:26 2008 +0100
13491
13492 examples/Makefile: build "hello_world" on 8xx, too.
13493
13494 Signed-off-by: Wolfgang Denk <wd@denx.de>
13495
13496commit 74eb0222594fd23aafdf168e60e872814eea8b62
13497Author: Mike Nuss <mike@terascala.com>
13498Date: Mon Mar 3 15:27:05 2008 -0500
13499
13500 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
13501
13502 Every now and then a Sequoia board (or equivalent hardware) had
13503 problems connecting to a Gigabit capable network interface.
13504
13505 There were differences in the PHY setup between Linux and U-Boot.
13506
13507 This patch fixes the problem. Apparently "remote fault" is being set,
13508 which signals to some devices (on the other end of the cable) that a
13509 fault has occurred, while other devices ignore it. I believe the RF bit
13510 was causing the issue, but I removed T4 also, to match up with Linux.
13511
13512 Signed-off-by: Mike Nuss <mike@terascala.com>
13513
13514commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
13515Author: Timur Tabi <timur@freescale.com>
13516Date: Mon Mar 3 09:58:52 2008 -0600
13517
13518 fix QE firmware uploading limit
13519
13520 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
13521 systems with more than one RISC core.
13522
13523 Signed-off-by: Timur Tabi <timur@freescale.com>
13524
13525commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
13526Author: Bernhard Nemec <bnemec@ganssloser.com>
13527Date: Mon Mar 3 11:57:23 2008 +0000
13528
13529 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
13530
13531 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
13532 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
13533
01db232d 13534 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
13535
13536commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
13537Author: Kim B. Heino <Kim.Heino@bluegiga.com>
13538Date: Mon Mar 3 10:39:13 2008 +0200
13539
13540 fix copy from ram to dataflash
13541
13542 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
13543 routines instead of dataflash. This is because it checks "if source
13544 address is not dataflash" instead of target address.
13545
13546 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
13547
13548commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
13549Author: Wolfgang Denk <wd@denx.de>
13550Date: Mon Mar 3 12:16:44 2008 +0100
13551
13552 Fix quoting problem (preboot setting) in many board config files.
13553
13554 Signed-off-by: Wolfgang Denk <wd@denx.de>
13555
13556commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
13557Author: Wolfgang Denk <wd@denx.de>
13558Date: Mon Mar 3 12:36:49 2008 +0100
13559
13560 ADS5121: Fix default environment.
13561
13562 Signed-off-by: Wolfgang Denk <wd@denx.de>
13563
13564commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
13565Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13566Date: Sun Mar 2 16:12:31 2008 +0100
13567
13568 Makefile: Fix missing unconfig and mkconfig use
13569
13570 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13571
13572commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
13573Author: michael <trimarchi@gandalf.sssup.it>
13574Date: Sun Mar 2 23:33:46 2008 +0100
13575
13576 Fix checking fat32 cluster size.
13577
13578 This fixes the cluster size tests in the FAT32 file system.
13579 The current implementation of VFAT support doesn't work if the
13580 referred cluster has an offset > 16bit representation, causing
13581 "fatload" and "fatls" commands etc. to fail.
13582
13583 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
13584
13585commit 661bad63a076a96c39c64f136915f146725af92b
13586Author: Wolfgang Denk <wd@denx.de>
13587Date: Sun Mar 2 22:57:23 2008 +0100
13588
13589 Prepare v1.3.2-rc2 release candidate
13590
13591 Signed-off-by: Wolfgang Denk <wd@denx.de>
13592
661bad63
WD
13593commit 76957cb3d621bf664311908e5962e151c633c285
13594Author: Stefan Roese <sr@denx.de>
13595Date: Sat Mar 1 12:11:40 2008 +0100
13596
13597 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
13598
13599 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
13600 currently 4k/2k is configured. This patch fixes this issue.
13601
13602 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
13603
13604 Signed-off-by: Stefan Roese <sr@denx.de>
13605
13606commit 118978c8eb43803e2794233922df4249fa278b83
13607Author: Woodruff, Richard <r-woodruff2@ti.com>
13608Date: Fri Feb 29 17:34:35 2008 -0600
13609
13610 Fix alignment error on ARM for modules
13611
13612 Fix alignment fault on ARM when running modules. With out an explicit
13613 linker file gcc4.2.1 will half word align __bss_start's value. The word
13614 dereference will crash hello_world.
13615
13616 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
13617
13618commit ce1120dd703e6f12c59e4eba9962356a0300b832
13619Author: Dave Liu <r63238@freescale.com>
13620Date: Fri Feb 29 17:45:31 2008 +0800
13621
13622 fs: Fix ext2 read issue
13623
13624 The ext2 aligned process will corrupt the key
13625 data struct, the patch fix this.
13626
13627 Signed-off-by: Dave Liu <daveliu@freescale.com>
13628
13629commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
13630Author: Wolfgang Denk <wd@denx.de>
13631Date: Sun Mar 2 22:45:33 2008 +0100
13632
13633 Makefile: cleanup "clean" target
13634
13635 Make sure CDPATH settings cannot interfere.
13636 Update CHANGELOG.
13637
13638 Signed-off-by: Wolfgang Denk <wd@denx.de>
13639
5013c09f
WD
13640commit ffda586fc1373243c9794babde69500f6293a8d8
13641Author: Li Yang <leoli@freescale.com>
13642Date: Fri Feb 29 11:46:05 2008 +0800
13643
13644 add cscope build target
13645
13646 Add cscope build target to generate cscope database for code browsing.
13647
13648 Signed-off-by: Li Yang <leoli@freescale.com>
13649
13650commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
13651Author: Kim Phillips <kim.phillips@freescale.com>
13652Date: Wed Feb 27 15:06:39 2008 -0600
13653
13654 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
13655
13656 erratum 5.6 states the autoneg completion bit is functional only if the
13657 autoneg bit is asserted.
13658
13659 This fixes any secondarily-issued networking commands on non-gigabit
13660 links on the mpc8360 mds board.
13661
13662 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13663
13664commit 5f91db7f582ca17b1f19f10189c025696f333d2e
13665Author: John Rigby <jrigby@freescale.com>
13666Date: Tue Feb 26 09:38:14 2008 -0700
13667
13668 MPC5121e ADS PCI support take 3
13669
13670 Adds PCI support for MPC5121
13671
13672 Tested with drivers/net/rtl8139.c
13673
13674 Support is conditional since PCI on old silicon does not work.
13675
13676 ads5121_PCI_config turns on PCI
13677
13678 In this version, condition compilation of PCI code has been moved
13679 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
13680 suggested by Jean-Christophe PLAGNIOL-VILLARD
13681
13682 Signed-off-by: John Rigby <jrigby@freescale.com>
13683
13684commit 44b4dbed4133f657705b7c5193209da9978243a7
13685Author: Anatolij Gustschin <agust@denx.de>
13686Date: Mon Feb 25 23:53:07 2008 +0100
13687
13688 Fix warnings while compilation of post/drivers/memory.c
13689
13690 Fix warnings while compilation with new gcc in eldk-4.2
13691
13692 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13693
13694commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
13695Author: Anatolij Gustschin <agust@denx.de>
13696Date: Mon Feb 25 20:54:04 2008 +0100
13697
13698 ppc4xx: Fix problem in 4xx_enet.c driver
13699
13700 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
13701 enabled. To reproduce the problem ensure that 'ethrotate'
13702 environment variable isn't set to "no" and then run
13703 "tftp 200000 not_existent_file".
13704 This patch tries to fix the issue.
13705
13706 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13707
13708commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
13709Author: Anatolij Gustschin <agust@denx.de>
13710Date: Mon Feb 25 20:04:20 2008 +0100
13711
13712 POST: Disable cache while SPR POST
13713
13714 Currently (since commit b2e2142c) u-boot crashes on
13715 sequoia board while SPR test if CONFIG_4xx_DCACHE is
13716 enabled. This patch disables the cache while SPR test.
13717
13718 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13719
13720commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
13721Author: Martin Krause <martin.krause@tqs.de>
13722Date: Mon Feb 25 17:52:40 2008 +0100
13723
13724 TQM5200: use automatic fdt memory fixup (part 2)
13725
13726 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
13727 TB5200 and TB5200_B to fixup the /memory node with the memory values
13728 detected by U-Boot.
13729
13730 Signed-off-by: Martin Krause <martin.krause@tqs.de>
13731
13732commit 44ceec253ea941b301abf4b079d52324def69d92
13733Author: Martin Krause <martin.krause@tqs.de>
13734Date: Mon Feb 25 15:17:05 2008 +0100
13735
13736 TQM5200: use automatic fdt memory fixup
13737
13738 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
13739 TB5200 and TB5200_B to fixup the /memory node with the memory values
13740 detected by U-Boot.
13741
13742 Signed-off-by: Martin Krause <martin.krause@tqs.de>
13743
13744commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
13745Author: Martin Krause <martin.krause@tqs.de>
13746Date: Mon Feb 25 13:27:52 2008 +0100
13747
13748 TQM5200: fix bug in SDRAM initialization code
13749
13750 This patch fixes a bug in the SDRAM initialization code for the
13751 TQM5200. The hi_addr bit is now set correctly. Without this patch
13752 the hi_addr bit is always set to 1, if the second SDRAM bank is
13753 not populated.
13754
13755 For other MPC5200 boards a correspondig patch has already been applied
13756 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
13757
13758 Signed-off-by: Martin Krause <martin.krause@tqs.de>
13759 --
13760 Forget the first patch please. I confused flash with SDRAM in
13761 the comment ...
13762
13763commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
13764Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13765Date: Mon Feb 25 00:03:12 2008 +0100
13766
13767 mx1fs2/flash: Fix multiple compiler warnings
13768
13769 "pointer targets in assignment differ in signedness"
13770
13771 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13772
13773commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
13774Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13775Date: Mon Feb 25 00:03:11 2008 +0100
13776
13777 arm-imx: Fix register definitions
13778
13779 Sync register definitions with linux
13780
13781 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13782
13783commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
13784Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13785Date: Mon Feb 25 00:03:10 2008 +0100
13786
13787 actua1/actua2/actua3: Fix multiple unused variable warnings
13788
13789 - actua1:
13790 actux1.c: In function 'checkboard':
13791 actux1.c:92: warning: unused variable 'revision'
13792
13793 - actua2:
13794 actux2.c: In function 'checkboard':
13795 actux2.c:100: warning: unused variable 's'
13796 actux2.c:99: warning: unused variable 'revision'
13797 actux2.c: In function 'reset_phy':
13798 actux2.c:130: warning: unused variable 'i'
13799
13800 - actua3:
13801 actux3.c: In function 'checkboard':
13802 actux3.c:114: warning: unused variable 'revision'
13803
13804 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13805
13806commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
13807Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13808Date: Sun Feb 24 11:44:29 2008 +0900
13809
13810 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
13811
13812 The previous patch was lacking of i386, microblaze, nios and nios2. This
13813 patch tries to fix them.
13814
13815 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13816
438a4c11
WD
13817commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
13818Author: Marian Balakowicz <m8@semihalf.com>
13819Date: Fri Feb 29 22:22:46 2008 +0100
13820
13821 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
13822
13823 Do not use global fdt blob pointer, calculate blob size from routine
13824 argument blob pointer.
13825
13826 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13827
13828commit d1cc52879c8966507dad9fb575481e6d3985e64e
13829Author: David Gibson <david@gibson.dropbear.id.au>
13830Date: Tue Feb 12 00:58:31 2008 +1100
13831
13832 libfdt: Add and use a node iteration helper function.
13833
13834 This patch adds an fdt_next_node() function which can be used to
13835 iterate through nodes of the tree while keeping track of depth. This
13836 function is used to simplify the iteration code in a lot of other
13837 functions, and is also exported for use by library users.
13838
13839 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
13840
13841commit 8cf30809a82902a471866d2f07725ce3b8a22291
13842Author: Bartlomiej Sieka <tur@semihalf.com>
13843Date: Fri Feb 29 16:00:24 2008 +0100
13844
13845 [new uImage] Add libfdt support to mkimage
13846
13847 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13848
13849commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
13850Author: Bartlomiej Sieka <tur@semihalf.com>
13851Date: Fri Feb 29 16:00:23 2008 +0100
13852
13853 [new uImage] Add sha1.o object to mkimage binary build
13854
13855 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13856
13857commit df6f1b895c997978f03afe04502ee76b7ba34ab9
13858Author: Marian Balakowicz <m8@semihalf.com>
13859Date: Fri Feb 29 16:00:06 2008 +0100
13860
13861 [new uImage] Fix component handling for legacy multi component images
13862
13863 Use uint32_t when accessing size table in image_multi_count() and
13864 image_multi_getimg() for multi component images.
13865
13866 Add missing uimage_to_cpu() endianness conversion.
13867
13868 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13869
13870commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
13871Author: Marian Balakowicz <m8@semihalf.com>
13872Date: Fri Feb 29 15:59:59 2008 +0100
13873
13874 [new uImage] Share common uImage code between mkimage and U-boot
13875
13876 This patch adds the following common routines:
13877
13878 1) Dedicated mkimage print_header() is replaced with common
13879 image_print_contents()
13880 image_print_contents_noindent()
13881
13882 2) Common os/arch/type/comp fields name <--> id translation routines
13883 genimg_get_os_name()
13884 genimg_get_arch_name()
13885 genimg_get_type_name()
13886 genimg_get_comp_name()
13887 genimg_get_os_id()
13888 genimg_get_arch_id()
13889 genimg_get_type_id()
13890 genimg_get_comp_id()
13891
13892 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13893
13894commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
13895Author: Marian Balakowicz <m8@semihalf.com>
13896Date: Fri Feb 29 14:58:34 2008 +0100
13897
13898 [new uImage] Update naming convention for bootm/uImage related code
13899
13900 This patch introduces the following prefix convention for the
13901 image format handling and bootm related code:
13902
13903 genimg_ - dual format shared code
13904 image_ - legacy uImage format specific code
13905 fit_ - new uImage format specific code
13906 boot_ - booting process related code
13907
13908 Related routines are renamed and a few pieces of code are moved around and
13909 re-grouped.
13910
13911 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13912
13913commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
13914Author: Kumar Gala <galak@kernel.crashing.org>
13915Date: Wed Feb 27 21:51:51 2008 -0600
13916
13917 [new uImage] Respect autostart setting in linux bootm
13918
13919 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13920 Acked-by: Marian Balakowicz <m8@semihalf.com>
13921
13922commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
13923Author: Kumar Gala <galak@kernel.crashing.org>
13924Date: Wed Feb 27 21:51:50 2008 -0600
13925
13926 [new uImage] Provide ability to restrict region used for boot images
13927
13928 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
13929 to restrict what memory range is used for bootm.
13930
13931 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13932 Acked-by: Marian Balakowicz <m8@semihalf.com>
13933
13934commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
13935Author: Kumar Gala <galak@kernel.crashing.org>
13936Date: Wed Feb 27 21:51:49 2008 -0600
13937
13938 [new uImage] Use lmb for bootm allocations
13939
13940 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
13941 functions over to using lmb for allocation of the ramdisk, command line
13942 and kernel bd info.
13943
13944 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
13945 tree.
13946
13947 Provided a weak function that board code can call to do additional
13948 lmb reserves if needed.
13949
13950 Also introduce the concept of bootmap_base to specify the offset in
13951 physical memory that the bootmap is located at. This is used for
13952 allocations of the cmdline, kernel bd, and device tree as they should
13953 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
13954
13955 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13956
13957commit f5614e7926863bf0225ec860d9b319741a9c4004
13958Author: Kumar Gala <galak@kernel.crashing.org>
13959Date: Wed Feb 27 21:51:48 2008 -0600
13960
13961 [new uImage] Add autostart flag to bootm_headers structure
13962
13963 The autostart env variable was dropped as part of the initial new uImage
13964 cleanup. Add it back here so the arch specific code can decide if it
13965 wants to really boot or not.
13966
13967 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13968 Acked-by: Marian Balakowicz <m8@semihalf.com>
13969
13970commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
13971Author: Kumar Gala <galak@kernel.crashing.org>
13972Date: Wed Feb 27 21:51:47 2008 -0600
13973
13974 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
13975
13976 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
13977 the memory spaces used by various boot images and structures. This code
13978 will allow us to simplify the code in bootm and its support functions.
13979
13980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13981
13982commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
13983Author: Kumar Gala <galak@kernel.crashing.org>
13984Date: Tue Feb 19 22:03:47 2008 -0600
13985
13986 [new uImage] ppc: Allow boards to specify effective amount of memory
13987
13988 For historical reasons we limited the stack to 256M because some boards
13989 could only map that much via BATS. However newer boards are capable of
13990 mapping more memory (for example 85xx is capable of doing up to 2G).
13991
13992 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13993 Acked-by: Marian Balakowicz <m8@semihalf.com>
13994
13995commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
13996Author: Kumar Gala <galak@kernel.crashing.org>
13997Date: Wed Feb 27 21:51:46 2008 -0600
13998
13999 [new uImage] rework error handling so common functions don't reset
14000
14001 Changed image_get_ramdisk() to just return NULL on error and have
14002 get_ramdisk() propogate that error to the caller. It's left to the
14003 caller to call do_reset() if it wants to.
14004
14005 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
14006 to a common location. In the future we will change get_fdt() and
14007 fdt_relocate() to return success/failure and not call do_reset() at all.
14008
14009 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14010 Acked-by: Marian Balakowicz <m8@semihalf.com>
14011
14012commit d2bc095a639672def11d5d043b5688d0dbd692ec
14013Author: Kumar Gala <galak@kernel.crashing.org>
14014Date: Wed Feb 27 21:51:45 2008 -0600
14015
14016 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
14017
14018 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
14019 however it does mean we have to go in and fixup the initrd info since
14020 we don't know where it will be.
14021
14022 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14023
14024commit 27953493ef025fb698d68c5dee39b36f01f4d530
14025Author: Kumar Gala <galak@kernel.crashing.org>
14026Date: Wed Feb 27 21:51:44 2008 -0600
14027
14028 [new uImage] ppc: Determine if we are booting an OF style
14029
14030 If we are bootin OF style than we can skip setting up some things
14031 that are used for the old boot method.
14032
14033 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14034 Acked-by: Marian Balakowicz <m8@semihalf.com>
14035
14036commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
14037Author: Kumar Gala <galak@kernel.crashing.org>
14038Date: Wed Feb 27 21:51:43 2008 -0600
14039
14040 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
14041
14042 We don't actually need the kdb param as we are just using it to get
14043 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
14044 boot via OF we might not actually fill out a kdb.
14045
14046 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14047 Acked-by: Marian Balakowicz <m8@semihalf.com>
14048
14049commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
14050Author: Kumar Gala <galak@kernel.crashing.org>
14051Date: Wed Feb 27 16:30:47 2008 -0600
14052
14053 85xx: Don't icbi when unlocking the cache
14054
14055 There is no reason to icbi when invalidating the temporary stack in
14056 the d-cache. Its impossible on e500 to have the i-cache contain
14057 any addresses in the temp stack and it can be problematic in generating
14058 transactions on the bus to non-valid addresses.
14059
14060 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14061
14062commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
14063Author: Andy Fleming <afleming@freescale.com>
14064Date: Wed Feb 27 15:50:50 2008 -0600
14065
14066 Fix source for ECM error IVPR
14067
14068 The source vector for the ECM was being set to 2,
14069 but that's what the source vector for DDR was being
14070 set to. Change it to 1.
14071
14072 Signed-off-by: Andy Fleming <afleming@freescale.com>
14073
14074commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
14075Author: Andy Fleming <afleming@freescale.com>
14076Date: Wed Feb 27 14:29:58 2008 -0600
14077
14078 Invalidate INIT_RAM TLB mappings
14079
14080 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
14081 mappings to be unguarded. This collided with an existing "bug"
14082 where the mappings for the INIT_RAM were being kept around.
14083 This meant that speculative loads to those addresses were
14084 succeeding in the TLB, and going out to the bus, where they
14085 were causing an exception (there's nothing at that address). The
14086 Flash code was coincidentally causing such a speculative load.
14087 Rather than go back to mapping the INIT RAM as guarded, we fix
14088 it so that the entries for the INIT_RAM are invalidated. Thus
14089 the speculative loads will fail in the TLB, and have no effect.
14090
14091 Signed-off-by: Andy Fleming <afleming@freescale.com>
14092
14093commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
14094Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14095Date: Sun Feb 17 22:56:17 2008 +0100
14096
14097 sbc8548: Fix Revision reading and unused variable 'path'
14098
14099 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14100
14101commit 495d162374c472f46454453553382ad0735dc725
14102Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14103Date: Sun Feb 17 22:56:16 2008 +0100
14104
14105 sbc8548: Fix cfi flash bank declaration
14106
14107 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14108
438a4c11
WD
14109commit 4efbe9dbb129f857f27856936112c8c02f016be6
14110Author: Marian Balakowicz <m8@semihalf.com>
14111Date: Wed Feb 27 11:02:26 2008 +0100
14112
14113 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
14114
14115 Dual format image code must properly handle all three FDT passing methods:
14116 - raw FDT blob passed
14117 - FDT blob embedded in the legacy uImage
14118 - FDT blob embedded in the new uImage
14119
14120 This patch enables proper raw FDT handling when no FIT imaeg support
14121 is compiled in. This is a bit tricky as we must dected FIT format even
14122 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
14123 blobs use tha same low level format (libfdt).
14124
14125 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14126
14127commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
14128Author: Marian Balakowicz <m8@semihalf.com>
14129Date: Wed Feb 27 11:02:26 2008 +0100
14130
14131 [new uImage] POWERPC: Add image_get_fdt() routine
14132
14133 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
14134 (3) or embedded in the new uImage. For the (2) case embedding image must be
14135 verified before we get FDT from it. This patch factors out legacy image
14136 specific verification routine to the separate helper routine.
14137
14138 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14139 Acked-by: Kumar Gala <galak@kernel.crashing.org>
14140
14141commit 1efd43601f90de21ec6c0ebb9880823e822927b1
14142Author: Marian Balakowicz <m8@semihalf.com>
14143Date: Wed Feb 27 11:02:07 2008 +0100
14144
14145 [new uImage] Add image_get_kernel() routine
14146
14147 Legacy image specific verification is factored out to a separate helper
14148 routine to keep get_kernel() generic and simple.
14149
14150 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14151 Acked-by: Kumar Gala <galak@kernel.crashing.org>
14152
14153commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
14154Author: Marian Balakowicz <m8@semihalf.com>
14155Date: Wed Feb 27 11:01:04 2008 +0100
14156
14157 [new uImage] Move image verify flag to bootm_headers structure
14158
14159 Do not pass image verification flag directly to related routines.
14160 Simplify argument passing and move it to the bootm_header structure which
14161 contains curently processed image specific data and is already being passed
14162 on the argument list.
14163
14164 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14165 Acked-by: Kumar Gala <galak@kernel.crashing.org>
14166
14167commit 823afe7cefe00dafefc6696c1cc7aa828c394234
14168Author: Marian Balakowicz <m8@semihalf.com>
14169Date: Wed Feb 27 11:00:47 2008 +0100
14170
14171 [Makefile] Sort COBJS in lib_<arch> Makefiles
14172
14173 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14174
14175commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
14176Author: Marian Balakowicz <m8@semihalf.com>
14177Date: Wed Feb 27 11:00:47 2008 +0100
14178
14179 [new uImage] Optimize gen_get_image() flow control
14180
14181 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
14182 to do, update its control flow to better reflect that simple case.
14183
14184 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14185 Acked-by: Kumar Gala <galak@kernel.crashing.org>
14186
14187commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
14188Author: Marian Balakowicz <m8@semihalf.com>
14189Date: Mon Feb 4 08:28:17 2008 +0100
14190
14191 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
14192
14193 PPC specific FDT blob handling code is divided into two separate routines:
14194
14195 get_fdt() - find and verify a FDT blob (either raw or image embedded)
14196 fdt_relocate() - move FDT blob to within BOOTMAP if needed
14197
14198 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14199 Acked-by: Kumar Gala <galak@kernel.crashing.org>
14200
5013c09f
WD
14201commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
14202Author: Jon Loeliger <jdl@freescale.com>
14203Date: Mon Feb 25 13:13:37 2008 -0600
14204
14205 86xx: Fix renamed GUR symbols in sbc8641d board.
14206
14207 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
14208 (86xx: Fix GUR PCI config registers properly), we should have
14209 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
14210 symbols in the sbc8641d board as well. Fix this oversight.
14211
14212 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14213
14214commit 64cd594e623c39f73964d18787763e4533f791f7
14215Author: Stefan Roese <sr@denx.de>
14216Date: Mon Feb 25 16:50:48 2008 +0100
14217
14218 ppc4xx: Fix acadia_nand build problem
14219
14220 Don't include testdram() on NAND-booting target acadia_nand. This saves
14221 a few bytes and makes the target build clean again.
14222
14223 Signed-off-by: Stefan Roese <sr@denx.de>
14224
14225commit 14e099e698d41e8179d05c2b2dbcf704a236f748
14226Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14227Date: Sun Feb 24 23:03:12 2008 +0000
14228
14229 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
14230
14231 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14232
14233commit 724902c8464e610642b3a170278b99710325888e
14234Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14235Date: Sun Feb 24 23:03:11 2008 +0000
14236
14237 arm-imx: Fix registers definition
14238
14239 Sync registers definition with linux
14240
14241 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14242
14243commit 4cd288b589ea1178947c6e364453c32b3dede6b7
14244Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14245Date: Sun Feb 24 23:03:10 2008 +0000
14246
14247 actua1/actua2/actua3: Fix multipleunused variable
14248
14249 - actua1:
14250 actux1.c: In function 'checkboard':
14251 actux1.c:92: warning: unused variable 'revision'
14252
14253 - actua2:
14254 actux2.c: In function 'checkboard':
14255 actux2.c:100: warning: unused variable 's'
14256 actux2.c:99: warning: unused variable 'revision'
14257 actux2.c: In function 'reset_phy':
14258 actux2.c:130: warning: unused variable 'i'
14259
14260 - actua3:
14261 actux3.c: In function 'checkboard':
14262 actux3.c:114: warning: unused variable 'revision'
14263
14264 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14265
438a4c11
WD
14266commit d5934ad7756f038a393a9cfab76a4fe306d9d930
14267Author: Marian Balakowicz <m8@semihalf.com>
14268Date: Mon Feb 4 08:28:09 2008 +0100
14269
14270 [new uImage] Add dual format uImage support framework
14271
14272 This patch adds framework for dual format images. Format detection is added
14273 and the bootm controll flow is updated to include cases for new FIT format
14274 uImages.
14275
14276 When the legacy (image_header based) format is detected appropriate
14277 legacy specific handling is invoked. For the new (FIT based) format uImages
14278 dual boot framework has a minial support, that will only print out a
14279 corresponding debug messages. Implementation of the FIT specific handling will
14280 be added in following patches.
14281
14282 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14283
5013c09f
WD
14284commit b29661fc1151077776454288051bc9a488351ce8
14285Author: Wolfgang Denk <wd@denx.de>
14286Date: Sun Feb 24 15:21:36 2008 +0100
14287
14288 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
14289
14290 Signed-off-by: Wolfgang Denk <wd@denx.de>
14291
b29661fc
WD
14292commit 00b48a48424894daa589d166d73277830b1c6ac4
14293Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14294Date: Sat Feb 23 12:15:56 2008 +0100
14295
14296 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
14297
14298 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14299
14300commit b075d74efb70ff68c49a2532f26b56d6703b69c1
14301Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14302Date: Sat Feb 23 17:24:16 2008 +0900
14303
14304 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
14305
14306 ----------------------------------------------------------------
14307 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
14308
14309 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
14310 32bit targets.
14311
14312 GCC can be made to warn about usage of long long types with ISO C90
14313 (-ansi), but only with -pedantic. You can write this in a way that even
14314 then it doesn't cause warnings, namely by:
14315
14316 #ifdef __GNUC__
14317 __extension__ typedef __signed__ long long __s64;
14318 __extension__ typedef unsigned long long __u64;
14319 #endif
14320
14321 The __extension__ keyword in front of this switches off any pedantic
14322 warnings for this expression.
14323
14324 Signed-off-by: Olaf Hering <olh@suse.de>
14325 Cc: <linux-arch@vger.kernel.org>
14326 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14327 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14328 ----------------------------------------------------------------
14329
14330 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14331
14332commit 208acd112e6517b21fc30c420396902b103563ac
14333Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14334Date: Sat Feb 23 17:07:57 2008 +0900
14335
14336 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
14337
14338 This will reduce the build time.
14339
14340 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14341
14342commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
14343Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14344Date: Sat Feb 23 17:05:00 2008 +0900
14345
14346 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
14347
14348 This will reduce the build time.
14349
14350 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14351
14352commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
14353Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14354Date: Sat Feb 23 16:58:41 2008 +0900
14355
14356 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
14357
14358 This reduces the build time by ~10%. Here's the gth2_config example.
14359
14360 BEFORE AFTER
14361 real 0m31.441s 0m27.833s
14362 user 0m24.766s 0m23.045s
14363 sys 0m10.425s 0m7.468s
14364
14365 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14366
14367commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
14368Author: Marcel Moolenaar <marcelm@juniper.net>
14369Date: Fri Feb 22 10:48:07 2008 -0800
14370
14371 make define2mk.sed work on FreeBSD
14372
14373 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
14374 the define2mk.sed script was identified as the source of the link
14375 failure on FreeBSD. The problem is that sed(1) does not always support
14376 the '+' operator. It isn't on FreeBSD. The attach patch implements the
14377 equivalent, using the '*' operator instead and should work everywhere.
14378
14379 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
14380
14381commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
14382Author: Detlev Zundel <dzu@denx.de>
14383Date: Fri Feb 22 17:21:32 2008 +0100
14384
14385 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
14386
14387 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
14388 final traces of long-deprecated "ramdisk" kernel parm") makes these
14389 changes neccessary.
14390
14391 Signed-off-by: Detlev Zundel <dzu@denx.de>
14392
14393commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
14394Author: Larry Johnson <lrj@acm.org>
14395Date: Thu Feb 21 13:58:16 2008 -0500
14396
14397 LM75 bug fix for negative temperatures
14398
14399 When the LM75 temperature sensor measures a temperature below 0 C, the
14400 current driver does not perform sign extension, so the result returned is
14401 256 C too high. This patch fixes the problem.
14402
14403 Signed-off-by: Larry Johnson <lrj@acm.org>
14404
14405commit 5a910c224b13e413bda41922379add6d75c32da3
14406Author: Heiko Schocher <hs@denx.de>
14407Date: Thu Feb 21 18:33:45 2008 +0100
14408
14409 IDS8247: update MAINTAINER entry.
14410
14411 Signed-off-by: Heiko Schocher <hs@denx.de>
14412
14413commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
14414Author: Heiko Schocher <hs@denx.de>
14415Date: Thu Feb 21 18:31:15 2008 +0100
14416
14417 Fix device tree for mgsuvd board.
14418
14419 Rename the "scc" node in "ethernet" for the mgsuvd board.
14420
14421 Signed-off-by: Heiko Schocher <hs@denx.de>
14422
14423commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
14424Author: Yuri Tikhonov <yur@emcraft.com>
14425Date: Thu Feb 21 14:23:42 2008 +0100
14426
14427 lwmon5: enable hardware watchdog
14428
14429 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
14430 causing it to reboot the board if U-Boot does a long busy-wait with
14431 udelay(). Thus, for these boards we have to restart WD more
14432 frequently.
14433
14434 This patch splits the busy-wait udelay() into smaller, predefined,
14435 intervals, so that the watchdog timer may be resetted with the
14436 configurable (CONFIG_WD_PERIOD) interval.
14437
14438 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
14439
14440commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
14441Author: Anatolij Gustschin <agust@denx.de>
14442Date: Thu Feb 21 12:52:29 2008 +0100
14443
14444 ppc4xx: Support for ATI Radeon 9200 card on sequoia
14445
14446 Adds configuration option for ATI Radeon 9200 card
14447 support to sequoia config file. If CONFIG_VIDEO
14448 is enabled, TEXT_BASE should be changed to 0xFFF80000.
14449
14450 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14451
14452commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
14453Author: Kumar Gala <galak@kernel.crashing.org>
14454Date: Mon Feb 18 08:18:07 2008 -0600
14455
14456 Remove duplicate defines for ARRAY_SIZE
14457
14458 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
14459 the define in common.h.
14460
14461 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14462
14463commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
14464Author: Kumar Gala <galak@kernel.crashing.org>
14465Date: Mon Feb 18 08:09:37 2008 -0600
14466
14467 ppc: Allow boards to specify effective amount of memory
14468
14469 For historical reasons we limited the stack to 256M because some boards
14470 could only map that much via BATS. However newer boards are capable of
14471 mapping more memory (for example 85xx is capable of doing up to 2G).
14472
14473 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14474
14475commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
14476Author: Mike Frysinger <vapier@gentoo.org>
14477Date: Mon Feb 18 05:24:13 2008 -0500
14478
14479 include autoconf.mk before any other .mk files
14480
14481 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
14482 those .mk files can have make if statements based on the current config.
14483
14484 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14485
14486commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
14487Author: Mike Frysinger <vapier@gentoo.org>
14488Date: Mon Feb 18 05:10:07 2008 -0500
14489
14490 error check autoconf.mk generation
14491
14492 If any of the steps for generating autoconf.mk fail currently, they go
14493 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
14494 This is simpler and more robust than placing '|| exit $$?' after every line.
14495
14496 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14497
14498commit 019895a8dee71a9f00da05c03e379f45d581b0fe
14499Author: Stefano Babic <sbabic@denx.de>
14500Date: Mon Feb 18 08:03:51 2008 +0100
14501
14502 Fix bug in dependency checking
14503
14504 By adding VERSION_FILE to the PHONY targets the script
14505 /tools/setlocalversion is always called and version_autogenerated.h
14506 is replaced only if the script find a modified source file.
14507
14508 Signed-off-by: Stefano Babic <sbabic@denx.de>
14509
14510commit 98ba144ccc912eee90dd42699f023c497ce774c6
14511Author: Kyungmin Park <kmpark@infradead.org>
14512Date: Mon Feb 18 14:35:43 2008 +0900
14513
14514 Fix GPMC CS2 memory setup at apollon
14515
14516 It disables the current map first
14517
14518 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14519
14520commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
14521Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14522Date: Sun Feb 17 23:52:46 2008 +0100
14523
14524 uli526x: Fix multiple differ in signedness and parentheses around comparison
14525
14526 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14527
14528commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
14529Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14530Date: Sun Feb 17 16:58:04 2008 +0100
14531
14532 MIPS: Fix CFG_NO_FLASH support
14533
14534 - Fix flash_init call when CFG_NO_FLASH is used
14535 - Remove no more needed flash.c for qemu-mips
14536
14537 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14538
14539commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
14540Author: Mike Frysinger <vapier@gentoo.org>
14541Date: Sat Feb 16 02:40:18 2008 -0500
14542
14543 easylogo: clean up some more and add -r (rgb) support
14544
14545 Michael Hennerich added support for outputting an image in RGB format rather
14546 than forcing YUYV all the time. This makes obvious sense if the display you
14547 have takes RGB input rather than YUYV.
14548
14549 Rather than hack in support for options, I've converted it to use getopt and
14550 cleaned up the argument parsing in the process.
14551
14552 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
14553 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14554
14555commit f65c98129ccada3f7caf97d80395a95b84e911de
14556Author: Mike Frysinger <vapier@gentoo.org>
14557Date: Sat Feb 16 02:12:37 2008 -0500
14558
14559 Makefile: add target for $(LDSCRIPT)
14560
14561 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
14562 then change into the board directory and try and create it. This allows you
14563 to generate the linker script on the fly based upon board defines (like the
14564 Blackfin boards do).
14565
14566 There should be no regressions due to this change as the normal case is to
14567 already have a u-boot.lds file. If that's the case, then there's nothing to
14568 generate, and so make will always exit. The fix here is that if the linker
14569 script does not exist, the implicit rules take over and attempt to guess how
14570 to generate the file.
14571
14572 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14573
438a4c11
WD
14574commit 5583cbf736474ef754e128a54fb78632f57b48fd
14575Author: Marian Balakowicz <m8@semihalf.com>
14576Date: Thu Feb 21 17:27:49 2008 +0100
14577
14578 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
14579
14580 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14581
14582commit 2242f5369822bc7780db95c47985bb408ea9157b
14583Author: Marian Balakowicz <m8@semihalf.com>
14584Date: Thu Feb 21 17:27:41 2008 +0100
14585
14586 [new uImage] Rename and move print_image_hdr() routine
14587
14588 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14589
14590commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
14591Author: Marian Balakowicz <m8@semihalf.com>
14592Date: Thu Feb 21 17:20:20 2008 +0100
14593
14594 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
14595
14596 Introducing routines for parsing new uImage format bootm arguments:
14597 [<addr>]#<conf> - configuration specification
14598 [<addr>]:<subimg> - subimage specification
14599
14600 New format images can contain multiple subimages of the same type. For example
14601 a single new format image file can contain three kernels, two ramdisks and a
14602 couple of FDT blobs. Subimage and configuration specifications are extensions
14603 to bootm (and other image-related commands) arguments' syntax that allow to
14604 specify which particular subimage should be operated on.
14605
14606 Subimage specification is used to denote a particular subimage. Configurations
14607 are a bit more complex -- they are used to define a particualr booting setup,
14608 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
14609 etc.
14610
14611 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14612
14613commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
14614Author: Marian Balakowicz <m8@semihalf.com>
14615Date: Thu Feb 21 17:20:19 2008 +0100
14616
14617 [new uImage] Add gen_get_image() routine
14618
14619 This routine assures that image (whether legacy or FIT) is not
14620 in a special dataflash storage.
14621
14622 If image address is a dataflash address image is moved to system RAM.
14623
14624 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14625
14626commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
14627Author: Marian Balakowicz <m8@semihalf.com>
14628Date: Thu Feb 21 17:20:18 2008 +0100
14629
14630 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
14631
14632 New uImage format (Flattened Image Tree) requires libfdt
14633 functionality, print out error message if CONFIG_OF_LIBFDT
14634 is not defined.
14635
14636 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
14637 This commit turns it on by default.
14638
14639 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14640
b29661fc
WD
14641commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
14642Author: Michael Schwingen <michael@schwingen.org>
14643Date: Mon Feb 18 23:16:35 2008 +0100
14644
14645 CFI: Do not use uninitialized cmd_reset
14646
14647 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
14648 commands instead
14649
14650 From a short test, it looks like AMD-style flash roms treat *any* unknown
14651 command write as a reset, at least when in CFI Query mode, so issuing the
14652 Intel reset command to AMD-style flashs seems safe (from the small sample I
14653 have), plus the 3-cycle magic sequence should kick the state machine into
14654 the right state even without a reset command. Since the AMD-style flashs
14655 require the unlock sequence for real operation, I chose to try the AMD reset
14656 command first, so that Intel flashs do no see an invalid command prior to
14657 the CFI query.
14658
14659 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
14660 plus Intel StrataFlash.
14661
14662 Signed-off-by: Michael Schwingen <michael@schwingen.org>
14663 Signed-off-by: Stefan Roese <sr@denx.de>
14664
14665commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
14666Author: Rafal Jaworowski <raj@semihalf.com>
14667Date: Thu Feb 21 11:56:44 2008 +0100
14668
14669 API: Add (c) and licensing notice to the public API header.
14670
14671 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
14672
14673commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
14674Author: Yuri Tikhonov <yur@emcraft.com>
14675Date: Thu Feb 21 11:06:07 2008 +0100
14676
14677 Fix CPU POST test failure
14678
14679 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
14680 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
14681 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
14682 This patch just saves the CR value before running the test code, so allowing
14683 it to do anything it wants with CR.
14684
14685 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
14686 Acked-by: Yuri Tikhonov <yur@emcraft.com>
14687 --
14688
14689commit d5908b093955415f3d340706378b991f911af671
14690Author: Jon Loeliger <jdl@freescale.com>
14691Date: Wed Feb 20 15:26:51 2008 -0600
14692
14693 8610HPCD: Document the flashbank selection switches.
14694
14695 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14696
14697commit a551cee99ad1d1da20fd23ad265de47448852f56
14698Author: Jon Loeliger <jdl@freescale.com>
14699Date: Wed Feb 20 14:22:26 2008 -0600
14700
14701 86xx: Fix GUR PCI config registers properly.
14702
14703 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
14704 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
14705 botched it due to not realizing that 8610 and 8641 had different
14706 Global Utility Register defintions, one of which was like 85xx,
14707 and the other wasn't. Correct this problem by introducing two
14708 symbols, one for each 86xx SoC, but neither of which is named
14709 anything like 85xx.
14710
14711 My bad. Lovely Wednesday with git bisect. You know.
14712
14713 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14714
14715commit cb06eb961bdffc8728b38c242473d802e83ab2b4
14716Author: Jon Loeliger <jdl@freescale.com>
14717Date: Wed Feb 20 12:24:11 2008 -0600
14718
14719 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
14720
14721 Without an actual supported video card hooked up, enabling
14722 the CONFIG_VIDEO by default just makes it look broken by
14723 routing all console output to the video card. Don't.
14724
14725 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14726
14727commit 4d264eff4312f230776b913edade7ceb75f1b1e0
14728Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14729Date: Wed Jan 30 15:08:15 2008 -0600
14730
14731 ColdFire: Fix missing code flash size for M5485EVB
14732
14733 Signed-off-by: James Mahan <kmahan@freescale.com>
14734 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14735
14736commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
14737Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14738Date: Wed Jan 30 15:04:42 2008 -0600
14739
14740 ColdFire: Fix 5282 and 5271 interrupt mask bit
14741
14742 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14743
14744commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
14745Author: Jon Loeliger <jdl@freescale.com>
14746Date: Tue Feb 19 12:31:08 2008 -0600
14747
14748 8610HPCD: Fix typos in two PCI setup registers.
14749
14750 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
14751 were erroneously present as 85xx names and values, leftover from
14752 the clone wars. Fix this by removing the 85xx cruft from the
14753 86xx codebase.
14754
14755 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14756
14757commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
14758Author: Jon Loeliger <jdl@freescale.com>
14759Date: Mon Feb 18 14:01:56 2008 -0600
14760
14761 86xx: Convert sbc8641d to use libfdt.
14762
14763 This is the proper fix for a missing closing brace in the function
01db232d 14764 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
14765 The ft_cpu_setup() function in mpc8641hpcn.c should have been
14766 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
14767 but was missed. Only, the sbc8641d was nominally still using it.
14768 It all got ripped out, and the funcality that was in ft_board_setup()
14769 was refactored to remove the CPU portions into the new file
14770 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
14771
14772 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
14773
14774 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14775
14776commit 04efddc87c50c84f85dad5c331c634a6ce830a83
14777Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14778Date: Sun Feb 17 23:35:31 2008 +0100
14779
14780 mpc86xx: Fix unused variable 'config' and 'immap'
14781
14782 and remove useless CONFIG_DDR_INTERLEAVE
14783
14784 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14785
14786commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
14787Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14788Date: Sun Feb 17 23:03:36 2008 +0100
14789
14790 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
14791
14792 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14793
14794commit b6f29c84c208a091f95a10cbc9852d729659ba20
14795Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14796Date: Sun Feb 17 14:15:31 2008 +0100
14797
14798 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
14799
14800 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14801
14802commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
14803Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14804Date: Sun Feb 17 14:15:32 2008 +0100
14805
14806 pxa: fix assignment from incompatible pointer type
14807
14808 fix mmc_bread function prototype
14809
14810 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14811
14812commit 64d792063fff90b8118179b092feee09fe5cae13
14813Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14814Date: Sun Feb 17 14:15:30 2008 +0100
14815
14816 at91cap9adk: fix implicit declaration of function 'eth_init'
14817
14818 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14819
14820commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
14821Author: Wolfgang Denk <wd@denx.de>
14822Date: Sun Feb 17 15:43:44 2008 +0100
14823
14824 Remove files added by mistake, update CHANGELOG.
14825
14826 Signed-off-by: Wolfgang Denk <wd@denx.de>
14827
375c4353
WD
14828commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
14829Author: Mike Nuss <mike@terascala.com>
14830Date: Wed Feb 6 11:10:11 2008 -0500
14831
14832 PPC440EPx: Optionally enable second I2C bus
14833
14834 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
14835 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
14836 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
14837
14838 Signed-off-by: Mike Nuss <mike@terascala.com>
14839 Cc: Stefan Roese <sr@denx.de>
14840
14841commit ef5b4f221c22d05770878513951745f236b5b43f
14842Author: Niklaus Giger <niklaus.giger@netstal.com>
14843Date: Tue Feb 5 10:26:44 2008 +0100
14844
14845 ppc4xx: HCU4/5. Cleanup configs
14846
14847 - hcu4.h: Removed define of CONFIG_PPC405GPr
14848 - Corrected phy addresses
14849 - Fix boot variables
14850 - Respect line length of 80 chars
14851
14852 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14853
14854commit 74973126d1be63ac75bdc192f46234dca3a7c421
14855Author: Niklaus Giger <niklaus.giger@netstal.com>
14856Date: Tue Feb 5 11:31:28 2008 +0100
14857
14858 ppc4xx: HCU4/5. Cleanups
14859
14860 - Fix some coding style violations.
14861 - Use in/out_u16/32 where appropriate.
14862 - Use register names from ppc405.h.
14863 - Fix trace useage for Lauterbach.
14864 - Remove obsolete generation HCU2.
14865 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
14866
14867 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14868
14869commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
14870Author: Niklaus Giger <niklaus.giger@netstal.com>
14871Date: Tue Feb 5 10:26:41 2008 +0100
14872
14873 ppc4xx: PPC405GPr fix missing register definitions
14874
14875 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14876
14877commit 214398d9cb22268d9d4f7563359edca0f78297a2
14878Author: Larry Johnson <lrj@acm.org>
14879Date: Fri Jan 18 21:49:05 2008 -0500
14880
14881 ppc4xx: Beautify configuration files for Sequoia and Korat boards
14882
14883 Signed-off-by: Larry Johnson <lrj@acm.org>
14884
14885commit 30c6a241e88499f536e86d325759e29ba00ff67f
14886Author: Anatolij Gustschin <agust@denx.de>
14887Date: Fri Feb 15 20:09:01 2008 +0100
14888
14889 Wipe out assembler warnings while compiling x86 biosemu
14890
14891 This patch tries to get rid of some assembler warnings about
14892 changed .got2 section type while compiling x86 bios emulator
14893 code.
14894
14895 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14896
14897commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
14898Author: Wolfgang Denk <wd@denx.de>
14899Date: Fri Feb 15 00:57:09 2008 +0100
14900
14901 Prepare v1.3.2-rc1 release candidate
14902
67a4389e
WD
14903commit f33e9653c9c09868995d788511d573771c209fe5
14904Author: Anatolij Gustschin <agust@denx.de>
14905Date: Fri Feb 15 00:13:20 2008 +0100
14906
14907 Fix compile warning on lib_ppc/board.c
14908
14909 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14910
14911commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
14912Author: Anatolij Gustschin <agust@denx.de>
14913Date: Thu Feb 14 18:22:04 2008 +0100
14914
14915 Add Radeon Mobility 9200 pci device id to the radeon driver
14916
14917 This patch extends PCI device id table of the
14918 radeon driver so that the driver will also support
14919 Radeon Mobility 9200 (M9+) based boards.
14920
14921 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14922
14923commit 1b8607e1f7143548c6062c28371449ec69588c00
14924Author: Anatolij Gustschin <agust@denx.de>
14925Date: Thu Feb 14 18:19:50 2008 +0100
14926
14927 Extend ATI Radeon driver to support more video modes
14928
14929 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
14930 800x600, 640x480 at 24, 16 and 8 bpp.
14931
14932 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14933
14934commit 4124382de029d361162a4b8cecc773eb8f26e2a8
14935Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14936Date: Sun Feb 10 17:05:20 2008 +0100
14937
14938 xsengine: fix typo and few coding style
14939
14940 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14941
14942commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
14943Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14944Date: Fri Feb 8 21:25:58 2008 +0100
14945
14946 Fix wrong memory limit calculation in memory-test
14947
14948 If the length of the memory address range passed to the "mtest" command is
14949 not of the form 2^x - 1, not all address lines are tested. This bug is
14950 inherited from the original software at
14951 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
14952 this.
14953
14954 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14955
14956commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
14957Author: Wolfgang Denk <wd@denx.de>
14958Date: Fri Feb 15 00:11:39 2008 +0100
14959
14960 Coding STyle cleanup.
14961
14962 Signed-off-by: Wolfgang Denk <wd@denx.de>
14963
14964commit f6921e3dc331293c873ec4d109fd5517a42a90b3
14965Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14966Date: Tue Feb 5 13:30:43 2008 +0900
14967
14968 sh: Fix register address of SH7722
14969
14970 The address of SH7722 is wrong by old document.
14971 This patch fixes this problem.
14972
14973 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14974
14975commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
14976Author: Mike Frysinger <vapier@gentoo.org>
14977Date: Mon Feb 4 17:44:23 2008 -0500
14978
14979 only update version header as needed
14980
14981 Constantly rebuilding the version header will force useless relinking, so we
14982 simply need to compare the new header with the existing one before updating
14983 it.
14984
14985 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14986
14987commit 208447f8e953f347425eb92c8e28d59e6d911363
14988Author: Mike Frysinger <vapier@gentoo.org>
14989Date: Mon Jan 28 05:56:19 2008 -0500
14990
14991 Do not specify a CROSS_COMPILE default when executing size
14992
14993 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14994
14995commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
14996Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14997Date: Wed Feb 13 11:19:19 2008 +0100
14998
14999 Fix return value of mtest when CFG_ALT_MEMTEST set
15000
15001 Fix a missing return statement from a non-void function.
15002
15003 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
15004
15005commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
15006Author: Timur Tabi <timur@freescale.com>
15007Date: Wed Jan 9 14:35:26 2008 -0600
15008
15009 85xx, 86xx: Determine I2C clock frequencies and store in global_data
15010
15011 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
15012
15013 Update the get_clocks() function in 85xx and 86xx to determine the I2C
15014 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
15015
15016 Signed-off-by: Timur Tabi <timur@freescale.com>
15017
15018commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
15019Author: Wolfgang Denk <wd@denx.de>
15020Date: Thu Feb 14 23:18:01 2008 +0100
15021
15022 TQM834x: clean up configuration
15023
15024 Get board name consistent with Linux and elsewhere;
15025 get rid of local network definitions etc.
15026
15027 Signed-off-by: Wolfgang Denk <wd@denx.de>
15028
15029commit 38cc09c55b1d7f233789052c6fc462e5377669a9
15030Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15031Date: Thu Feb 14 08:02:12 2008 +0100
15032
15033 TFTP: fix search of ':' in BootFile
15034
15035 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15036
15037commit 0bc9efada170096c6b273f19165e32936d330d80
15038Author: Wolfgang Denk <wd@denx.de>
15039Date: Thu Feb 14 22:46:55 2008 +0100
15040
15041 Coding style cleanup; update CHANGELOG.
15042
15043 Signed-off-by: Wolfgang Denk <wd@denx.de>
15044
0bc9efad
WD
15045commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
15046Author: Wolfgang Denk <wd@denx.de>
15047Date: Thu Feb 14 22:43:22 2008 +0100
15048
15049 PPC: Use r2 instead of r29 as global data pointer
15050
15051 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
15052 will refuse to use load/store multiple insns; instead, it issues a
15053 list of simple load/store instructions upon function entry and exit,
15054 resulting in bigger code size, which in turn makes the build for a
15055 few boards fail.
15056
15057 Use r2 instead.
15058
15059 Signed-off-by: Wolfgang Denk <wd@denx.de>
15060
15061commit 3c234efa693bc59906c2be55c7918ecbb55392ea
15062Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
15063Date: Wed Jan 30 09:08:49 2008 +0100
15064
15065 ARM: make the machid configurable via the environment
15066
15067 If the variable "machid" exists, let do_bootm_linux use that instead
15068 of bd->bi_arch_number.
15069
15070