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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 13534 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com> 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 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 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 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 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 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 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 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 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 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 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 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 14764 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com. 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 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 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 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 Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> 15071 15072commit dd24058407c5add45cc60aec6c757ddc1a17e1b0 15073Author: Vlad Lungu <vlad@comsys.ro> 15074Date: Wed Jan 23 16:34:46 2008 +0200 15075 15076 Use #ifdef CONFIG_FSLDMAFEC 15077 15078 MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably) 15079 fails 15080 15081 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 15082 15083commit 26c7bab81e08dc7bd696c48f753428a829629bd8 15084Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 15085Date: Sat Jan 19 10:25:59 2008 +0900 15086 15087 common/miiphyutil.c: Cleanup MII_DEBUG and debug() 15088 15089 Current MII_DEBUG is confusing in two ways. One is useless define-then- 15090 undef at the top of the file. The other is there is only one debug() in 15091 this file, and that doesn't seem worthwhile to bother having MII_DEBUG. 15092 While there are many useful printf()/puts() debug codes, but they are for 15093 DEBUG, not for MII_DEBUG. 15094 15095 This patch tries to put them all together into MII_DEBUG and debug(). 15096 15097 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 15098 15099commit 751b9b5189f3274b03c809172631316d6b002c82 15100Author: Kyungmin Park <kmpark@infradead.org> 15101Date: Thu Jan 17 16:43:25 2008 +0900 15102 15103 OneNAND Initial Program Loader (IPL) support 15104 15105 This patch enables the OneNAND boot within U-Boot. 15106 Before this work, we used another OneNAND IPL called X-Loader based 15107 on open source. With this work, we can build the oneboot.bin image 15108 without other program. 15109 15110 The build sequence is simple. 15111 First, it compiles the u-boot.bin 15112 Second, it compiles OneNAND IPL 15113 Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin 15114 The mechanism is similar with NAND boot except it boots from itself. 15115 15116 Another thing is that you can only use the OneNAND IPL only to work 15117 other bootloader such as RedBoot and so on. 15118 15119 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 15120 15121commit 21f6f9636f0e978397548751347425fbf8d42bb3 15122Author: Andy Fleming <afleming@freescale.com> 15123Date: Wed Jan 16 13:06:59 2008 -0600 15124 15125 Fix CONFIG_MMC usage in fat code 15126 15127 A #if statement in fat.c depended on CONFIG_MMC, instead of 15128 defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined 15129 as "1" rather than just defined. Now it's better. 15130 15131 Signed-off-by: Andy Fleming <afleming@freescale.com> 15132 15133commit f57d7d364ce189e39b0a64338d2f8012c074a2bd 15134Author: Rafal Jaworowski <raj@semihalf.com> 15135Date: Tue Jan 15 12:52:31 2008 +0100 15136 15137 ppc: Refactor cache routines, so there is only one common set. 15138 15139 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 15140 15141commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba 15142Author: Jon Loeliger <jdl@jdl.com> 15143Date: Wed Jan 23 15:55:02 2008 -0600 15144 15145 86xx: Fix compilation warning in sys_eprom.c 15146 15147 sys_eeprom.c:82:9: warning: unknown escape sequence '\/' 15148 15149 Signed-off-by: Jon Loeliger <jdl@freescale.com> 15150 15151commit 65230107025733e89e28fd5e5cfd916d4953c28a 15152Author: Haavard Skinnemoen <hskinnemoen at> 15153Date: Fri Feb 22 11:40:50 2008 +0000 15154 15155 Move AT91RM9200DK board support under board/atmel 15156 15157 We already have a vendor subdir for Atmel, so we should use it. 15158 15159 Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com> 15160 15161commit 6d0943a6be99977d6d853d51749e9963d68eb192 15162Author: Andreas Engel <andreas.engel@ericsson.com> 15163Date: Mon Jan 14 09:06:52 2008 +0000 15164 15165 ARM: cleanup duplicated exception handlingcode 15166 15167 Move duplicated exception handling code into lib_arm. 15168 15169 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com> 15170 15171commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29 15172Author: Timo Tuunainen <timo.tuunainen@sysart.fi> 15173Date: Fri Feb 1 10:09:03 2008 +0000 15174 15175 Support for Artila M-501 starter kit 15176 15177 Kimmo Leppala / Sysart and 15178 Timo Tuunainen / Sysart 15179 15180commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc 15181Author: Stelian Pop <stelian@popies.net> 15182Date: Mon Feb 11 10:50:19 2008 +0000 15183 15184 AT91CAP9 support 15185 15186 --------------------------------- 15187 15188 read_dataflash() takes a signed char pointer as a parameter. Silence a 15189 few warnings dues to incorrect parameter types in env_dataflash.c. 15190 15191 Signed-off-by: Stelian Pop <stelian@popies.net> 15192 15193commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7 15194Author: Stelian Pop <stelian@popies.net> 15195Date: Thu Feb 7 09:42:57 2008 +0000 15196 15197 AT91CAP9 support : move board files to Atmel vendor directory. 15198 15199 AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory. 15200 15201 Signed-off-by: Stelian Pop <stelian@popies.net> 15202 15203commit 7263ef191b87da94768f762c7093bedeb70db98f 15204Author: Stelian Pop <stelian at> 15205Date: Thu Jan 3 21:15:56 2008 +0000 15206 15207 AT91CAP9 support : MACB changes 15208 15209 Signed-off-by: Stelian Pop <stelian <at> popies.net> 15210 Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com> 15211 15212commit 6afcabf11d7321850f4feaadfee841488ace54c5 15213Author: Stelian Pop <stelian@popies.net> 15214Date: Thu Feb 7 16:37:54 2008 +0000 15215 15216 AT91CAP9 support : board/ files 15217 15218 Signed-off-by: Stelian Pop <stelian@popies.net> 15219 15220commit fefb6c10928caa9e71335cad64dcb65c83fce8ab 15221Author: Stelian Pop <stelian at> 15222Date: Wed Jan 30 21:15:54 2008 +0000 15223 15224 AT91CAP9 support : cpu/ files 15225 15226 Signed-off-by: Stelian Pop <stelian <at> popies.net> 15227 15228commit fa506a926cec348805143576c941f8e61b333cc0 15229Author: Stelian Pop <stelian@popies.net> 15230Date: Thu Jan 31 21:15:53 2008 +0000 15231 15232 AT91CAP9 support : include/ files 15233 15234 Signed-off-by: Stelian Pop <stelian@popies.net> 15235 15236commit 20b197c6f2799af399a68f96a1aff543a75621b8 15237Author: Stelian Pop <stelian@popies.net> 15238Date: Sun Jan 20 19:49:21 2008 +0000 15239 15240 AT91CAP9 support : build integration 15241 15242 Signed-off-by: Stelian Pop <stelian@popies.net> 15243 15244commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd 15245Author: Stelian Pop <stelian@popies.net> 15246Date: Sun Jan 20 21:07:00 2008 +0000 15247 15248 Improve DataFlash CS definition. 15249 15250 Use a structure instead of the error prone unnamed array to 15251 define the possible dataflash banks. 15252 15253 Signed-off-by: Stelian Pop <stelian@popies.net> 15254 15255commit a6cdd21b56014208706238712a853a9e9a0a2290 15256Author: Stelian Pop <stelian@popies.net> 15257Date: Sat Jan 19 21:09:35 2008 +0000 15258 15259 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on 15260 15261 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on. 15262 15263 cpu/arm926ejs/start.o: In function `cpu_init_crit': 15264 .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init' 15265 15266 Signed-off-by: Stelian Pop <stelian@popies.net> 15267 15268commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b 15269Author: Peter Pearse <peter.pearse@arm.com> 15270Date: Fri Feb 1 16:50:24 2008 +0000 15271 15272 Fix timer overflow in DaVinci 15273 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 15274 15275commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846 15276Author: Peter Pearse <peter.pearse@arm.com> 15277Date: Fri Feb 1 16:49:08 2008 +0000 15278 15279 Update board NetStar 15280 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 15281 15282commit b7f6193e76651e1fd606e46eb11915b53cb6618b 15283Author: Niklaus Giger <niklaus.giger@netstal.com> 15284Date: Tue Feb 5 10:26:42 2008 +0100 15285 15286 ppc4xx: HCU4/5. Fix make O=../xx 15287 15288 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 15289 15290commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3 15291Author: Larry Johnson <lrj@acm.org> 15292Date: Tue Jan 22 08:51:59 2008 -0500 15293 15294 ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code 15295 15296 Signed-off-by: Larry Johnson <lrj@acm.org> 15297 15298commit fe891ecf4d187e9d11dde869ed4623af52b54451 15299Author: Hiroshi Ito <ito@mlb.co.jp> 15300Date: Thu Jan 31 18:35:04 2008 +0900 15301 15302 NFS Timeout with large files. 15303 15304 Retry to send NFS packet before reaching timeout. 15305 15306 Signed-off-by: Hiroshi Ito <ito@mlb.co.jp> 15307 15308commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0 15309Author: Johannes Stezenbach <js@sig21.net> 15310Date: Tue Jan 29 00:11:25 2008 +0100 15311 15312 Add dependencies to avoid race conditions with parallel make. 15313 15314 Signed-off-by: Johannes Stezenbach <js@sig21.net> 15315 15316commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6 15317Author: Mike Frysinger <vapier@gentoo.org> 15318Date: Mon Jan 28 05:46:01 2008 -0500 15319 15320 Mark board_init_[fr] as noreturn 15321 15322 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15323 15324commit 161b2af4d7b48fd602ce333c355a4df0337892bb 15325Author: Mike Frysinger <vapier@gentoo.org> 15326Date: Mon Jan 28 05:28:50 2008 -0500 15327 15328 Only use TEXT_BASE if defined by the board 15329 15330 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15331 15332commit 1b769881750030f10743808b9d6013e11f559350 15333Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15334Date: Fri Jan 25 07:54:47 2008 +0100 15335 15336 Fix remaining CONFIG_COMMANDS 15337 15338 update comments 15339 Fix coding style 15340 15341 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15342 15343commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9 15344Author: Niklaus Giger <niklaus.giger@netstal.com> 15345Date: Mon Jan 21 16:46:00 2008 +0100 15346 15347 Add *~ to .gitignore 15348 15349 One should never add a backup file ending in with ~ to the git repository. 15350 15351 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 15352 15353commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0 15354Author: Kumar Gala <galak@kernel.crashing.org> 15355Date: Thu Jan 17 00:02:10 2008 -0600 15356 15357 Remove duplicate defines for ARRAY_SIZE 15358 15359 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 15360 15361commit c77ce474b1c57b13e9d36d9830f147966c143694 15362Author: Stelian Pop <stelian@popies.net> 15363Date: Mon Jan 14 22:08:14 2008 +0100 15364 15365 Fix incorrect address test in AT91F_DataflashSelect(). 15366 15367 Signed-off-by: Stelian Pop <stelian@popies.net> 15368 15369commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d 15370Author: Kumar Gala <galak@kernel.crashing.org> 15371Date: Wed Feb 13 15:09:58 2008 -0600 15372 15373 Fix building of fdt_support.c if DEBUG set 15374 15375 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 15376 15377commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03 15378Author: Jon Loeliger <jdl@freescale.com> 15379Date: Tue Feb 12 14:53:28 2008 -0600 15380 15381 Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols 15382 15383 These replace direct structure references for IMMR sections. 15384 15385 Signed-off-by: Jon Loeliger <jdl@freescale.com> 15386 15387commit c62776be8dca4097ca03d4f9415f08d4887b45d0 15388Author: Wolfgang Denk <wd@denx.de> 15389Date: Tue Feb 12 00:45:06 2008 +0100 15390 15391 Get rid of "#undef DEBUG" from board config files. 15392 15393 Signed-off-by: Wolfgang Denk <wd@denx.de> 15394 15395commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8 15396Author: Timur Tabi <timur@freescale.com> 15397Date: Tue Jan 15 17:09:41 2008 -0600 15398 15399 Remove #undef DEBUG from MPC83xx board header files 15400 15401 Remove the "#undef DEBUG" line from all Freescale 83xx board header files. 15402 The inclusion of this line makes it impossible to enable debug code in 15403 other source files, because "#define DEBUG" typically needs to be defined 15404 before any header files are included. 15405 15406 Signed-off-by: Timur Tabi <timur@freescale.com> 15407 15408commit 69018ce2e086e9caf35b914d675b82bc4888f077 15409Author: Kumar Gala <galak@kernel.crashing.org> 15410Date: Thu Jan 17 08:25:45 2008 -0600 15411 15412 QE: Move FDT support into a common file 15413 15414 Move the flat device tree setup for QE related devices into 15415 a common file shared between 83xx & 85xx platforms that have QE's. 15416 15417 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 15418 15419commit 5cf746c303710329f8040d9c62ee354313e3e91f 15420Author: Marian Balakowicz <m8@semihalf.com> 15421Date: Thu Jan 31 13:59:09 2008 +0100 15422 15423 [new uImage] Move kernel data find code to get_kernel() routine 15424 15425 Verification of the kernel image (in old format) and finding kernel 15426 data is moved to a dedicated routine. The routine will also hold 15427 support for, to be added, new image format. 15428 15429 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15430 15431commit 7b325454fd231d4273de3fe373850f777fb086bf 15432Author: Marian Balakowicz <m8@semihalf.com> 15433Date: Thu Jan 31 13:58:20 2008 +0100 15434 15435 [new uImage] Cleanup FDT handling in PPC do_boot_linux() 15436 15437 Move FDT blob finding and relocation to a dedicated 15438 get_fdt() routine. It increases code readability and 15439 will make adding support for new uImage format easier. 15440 15441 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15442 15443commit b6b0fe6460b7063ac60b9a3531ef210aedb31451 15444Author: Marian Balakowicz <m8@semihalf.com> 15445Date: Thu Jan 31 13:58:13 2008 +0100 15446 15447 [new uImage] Cleanup do_botm_linux() boot allocations 15448 15449 This patch moves common pre-boot allocation steps shared between PPC 15450 and M68K to a helper routines: 15451 15452 common: 15453 - get_boot_sp_limit() 15454 - get_boot_cmline() 15455 - get_boot_kbd() 15456 15457 platform: 15458 - set_clocks_in_mhz() 15459 15460 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15461 15462commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40 15463Author: Marian Balakowicz <m8@semihalf.com> 15464Date: Thu Jan 31 13:57:17 2008 +0100 15465 15466 [new uImage] Move ramdisk loading to a common routine 15467 15468 Ramdisk loading code, including initrd_high variable handling, 15469 was duplicated for PPC and M68K platforms. This patch creates 15470 common helper routine that is being called from both platform 15471 do_bootm_linux() routines. 15472 15473 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15474 15475commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68 15476Author: Marian Balakowicz <m8@semihalf.com> 15477Date: Thu Jan 31 13:55:53 2008 +0100 15478 15479 [new uImage] Removed dead ramdisk code on microblaze architectures 15480 15481 Microblaze do_bootm_linux() includes ramdisk processing code but 15482 the ramdisk does not get used anywhere later on. 15483 15484 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15485 15486commit 5ad03eb3854c162684222a718b44c0716ea0db03 15487Author: Marian Balakowicz <m8@semihalf.com> 15488Date: Thu Jan 31 13:55:39 2008 +0100 15489 15490 [new uImage] Factor out common image_get_ramdisk() routine 15491 15492 Architecture specific do_bootm_linux() routines share common 15493 ramdisk image processing code. Move this code to a common 15494 helper routine. 15495 15496 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15497 15498commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b 15499Author: Marian Balakowicz <m8@semihalf.com> 15500Date: Thu Jan 31 13:20:08 2008 +0100 15501 15502 [new uImage] Move FDT error printing to common fdt_error() routine 15503 15504 FDT error handling in PPC do_bootm_linux() shares the same message format. 15505 This patch moves error message printing to a helper fdt_error() routine. 15506 15507 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15508 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 15509 15510commit 42b73e8ee00d48004791dea64b8093fb974c57e1 15511Author: Marian Balakowicz <m8@semihalf.com> 15512Date: Thu Jan 31 13:20:07 2008 +0100 15513 15514 [new uImage] Factor out common routines for getting os/arch/type/comp names 15515 15516 Move numeric-id to name translation for image os/arch/type/comp header 15517 fields to a helper routines: image_get_os_name(), image_get_arch_name(), 15518 image_get_type_name(), image_get_comp_name(). 15519 15520 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15521 15522commit e99c26694a384221d336f6448c06a57479c0baa4 15523Author: Marian Balakowicz <m8@semihalf.com> 15524Date: Thu Jan 31 13:20:07 2008 +0100 15525 15526 [new uImage] Remove standalone applications handling from boootm 15527 15528 Standalone applications are supposed to be run using the "go" command. 15529 This patch removes standalone images handling from the do_bootm(). 15530 15531 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15532 15533commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff 15534Author: Marian Balakowicz <m8@semihalf.com> 15535Date: Thu Jan 31 13:20:07 2008 +0100 15536 15537 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code 15538 15539 Support for OF_FLAT_TREE is to be obsoleted in the near future, 15540 remove related code from the bootm routines. 15541 15542 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15543 15544commit 82850f3d32a2661868ec6876bed7a22c55cef718 15545Author: Marian Balakowicz <m8@semihalf.com> 15546Date: Thu Jan 31 13:20:06 2008 +0100 15547 15548 [new uImage] Use image API in SH do_bootm_linux() routine 15549 15550 Introduce image handling API for lately added Hitachi SH architecture. 15551 15552 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15553 15554commit 4a995edec1ac163d9326d143ffe2b47e7543407f 15555Author: Marian Balakowicz <m8@semihalf.com> 15556Date: Thu Jan 31 13:20:06 2008 +0100 15557 15558 [new uImage] Rename architecture specific bootm code files 15559 15560 Implementation of the do_bootm_linux() and other bootm helper routines is 15561 architecture specific code. As such it resides in lib_<arch> directories 15562 in files named <arch>_linux.c 15563 15564 This patch renames those files to a more clear and accurate 15565 lib_<arch>/bootm.c form. 15566 15567 List of the renamed files: 15568 lib_arm/armlinux.c -> lib_arm/bootm.c 15569 lib_avr32/avr32_linux.c -> lib_avr32/bootm.c 15570 lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c 15571 lib_i386/i386_linux.c -> lib_i386/bootm.c 15572 lib_m68k/m68k_linux.c -> lib_m68k/bootm.c 15573 lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c 15574 lib_mips/mips_linux.c -> lib_mips/bootm.c 15575 lib_nios/nios_linux.c -> lib_nios/bootm.c 15576 lib_nios2/nios_linux.c -> lib_nios2/bootm.c 15577 lib_ppc/ppc_linux.c -> lib_ppc/bootm.c 15578 lib_sh/sh_linux.c -> lib_sh/bootm.c 15579 15580 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15581 15582commit 7582438c285bf0cef82909d0f232de64ec567a8a 15583Author: Marian Balakowicz <m8@semihalf.com> 15584Date: Thu Jan 31 13:20:06 2008 +0100 15585 15586 [new uImage] Return error on image move/uncompress overwrites 15587 15588 Check for overwrites during image move/uncompress, return with error 15589 when the original image gets corrupted. Report clear message to the user 15590 and prevent further troubles when pointer to the corrupted images is passed 15591 to do_bootm_linux routine. 15592 15593 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15594 15595commit f13e7b2e993c61fed1f607962501e051940d6e80 15596Author: Marian Balakowicz <m8@semihalf.com> 15597Date: Tue Jan 8 18:12:17 2008 +0100 15598 15599 [new uImage] Cleanup image header pointer use in bootm code 15600 15601 - use single image header pointer instead of a set of auxilliary variables. 15602 - add multi component image helper routines: get component size/data address 15603 15604 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15605 15606commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20 15607Author: Marian Balakowicz <m8@semihalf.com> 15608Date: Tue Jan 8 18:17:10 2008 +0100 15609 15610 [new uImage] Cleanup cmd_bootm.c 15611 15612 - sort and cleanup headers, declarations, etc. 15613 - group related routines 15614 - cleanup indentation, white spaces 15615 15616 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15617 15618commit af13cdbc01eaf88880978bfb4f603e012818ba24 15619Author: Marian Balakowicz <m8@semihalf.com> 15620Date: Tue Jan 8 18:11:45 2008 +0100 15621 15622 [new uImage] Add memmove_wd() common routine 15623 15624 Move common, watchdog sensible memmove code to a helper memmmove_wd() routine. 15625 15626 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15627 15628commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1 15629Author: Marian Balakowicz <m8@semihalf.com> 15630Date: Tue Jan 8 18:11:44 2008 +0100 15631 15632 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine 15633 15634 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15635 15636commit 15158971f49255ccef54f0979a942cfd3de2ae52 15637Author: Marian Balakowicz <m8@semihalf.com> 15638Date: Tue Jan 8 18:11:44 2008 +0100 15639 15640 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux() 15641 15642 Use image header copy instead of a (possibly corrupted) pointer to 15643 a initial image location. 15644 15645 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15646 15647commit 261dcf4624b25f3c551efcf8634e9194fabba9c3 15648Author: Marian Balakowicz <m8@semihalf.com> 15649Date: Tue Jan 8 18:11:44 2008 +0100 15650 15651 [new uImage] Remove I386 uImage fake_header() routine 15652 15653 I386 targets are not using a uImage format, instead fake header 15654 is added to ram image before it is further processed by bootm. 15655 15656 Remove this fixup and force proper uImage use for I386. 15657 15658 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15659 15660commit 559316faf7eae0614c91d77f509b57d6c4c091ba 15661Author: Marian Balakowicz <m8@semihalf.com> 15662Date: Tue Jan 8 18:11:44 2008 +0100 15663 15664 [new uImage] Move CHUNKSZ definition to image.h 15665 15666 CHUNKSZ defined for PPC and M68K is set to the same value of 64K, 15667 move this definition to a common header. 15668 15669 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15670 15671commit 321359f20823e0b8c5ad38b64d007a6c48cda16e 15672Author: Marian Balakowicz <m8@semihalf.com> 15673Date: Tue Jan 8 18:11:43 2008 +0100 15674 15675 [new uImage] Move gunzip() common code to common/gunzip.c 15676 15677 Move gunzip(), zalloc() and zfree() to a separate file. 15678 Share zalloc() and zfree() with cramfs uncompress routine. 15679 15680 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15681 15682commit d45d5a18b6b36688f2365623f9d550566c664b5b 15683Author: Marian Balakowicz <m8@semihalf.com> 15684Date: Tue Jan 8 18:11:43 2008 +0100 15685 15686 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() 15687 15688 Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more 15689 readable in PPC variant of do_bootm_linux() routine. 15690 15691 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15692 15693commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36 15694Author: Marian Balakowicz <m8@semihalf.com> 15695Date: Tue Jan 8 18:11:43 2008 +0100 15696 15697 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c 15698 15699 PPC implementation of do_bootm_linux() routine is moved to 15700 a dedicated file lib_ppc/ppc_linux.c 15701 15702 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15703 15704commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c 15705Author: Marian Balakowicz <m8@semihalf.com> 15706Date: Tue Jan 8 18:14:09 2008 +0100 15707 15708 [new uImage] Define a API for image handling operations 15709 15710 - Add inline helper macros for basic header processing 15711 - Move common non inline code common/image.c 15712 - Replace direct header access with the API routines 15713 - Rename IH_CPU_* to IH_ARCH_* 15714 15715 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15716 15717commit ed29bc4e8142b46b626f67524207b36e43d9aad6 15718Author: Marian Balakowicz <m8@semihalf.com> 15719Date: Thu Jan 31 13:19:58 2008 +0100 15720 15721 Add missing cmd_ximg.o to common/Makefile 15722 15723 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15724 15725commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3 15726Author: Grzegorz Bernacki <gjb@semihalf.com> 15727Date: Mon Jan 28 10:15:02 2008 +0100 15728 15729 ADS5121e: DDR2 init/timing update. 15730 15731 Signed-off-by: John Rigby <jrigby@freescale.com> 15732 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 15733 15734commit ac9152830d7fdebace8a260b7737ef2870c21ca0 15735Author: John Rigby <jrigby@freescale.com> 15736Date: Wed Jan 30 13:36:57 2008 -0700 15737 15738 Device tree updates 15739 15740 Changes to match 5121 device tree going mainline in 2.6.25. 15741 15742 Change OF_SOC from "soc5121" to plain "soc". 15743 Remove unneeded "ref-frequency" fixups. 15744 Remove "address" enetaddr fixup. 15745 15746 Add bus-frequency fixup for old OF_SOC so old 15747 kernels with old device trees will work with new 15748 u-boot with 66MHz IPS clock 15749 15750 Signed-off-by: John Rigby <jrigby@freescale.com> 15751 15752commit de55d18df3ff2ea614624e74793de7c43520e0e7 15753Author: John Rigby <jrigby@freescale.com> 15754Date: Wed Jan 30 13:36:56 2008 -0700 15755 15756 Change IPS freq to 66MHz 15757 15758 Recommended frequency is 66MHz 15759 Change divider from 4 to 3. 15760 15761 Signed-off-by: John Rigby <jrigby@freescale.com> 15762 15763commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974 15764Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15765Date: Mon Jan 14 22:38:55 2008 +0100 15766 15767 xsengine: rename board_post_init to board_late_init 15768 15769 missing migration from "Cleanup of some init functions" 15770 in c837dcb1a316745092567bfe4fb266d0941884ff 15771 15772 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15773 15774commit 8dafa87476b0d7170e219c2f5e3842c833a91807 15775Author: Larry Johnson <lrj@acm.org> 15776Date: Sat Jan 12 23:35:33 2008 -0500 15777 15778 Add attribute POST_PREREL to ECC memory POST 15779 15780 Signed-off-by: Larry Johnson <lrj@acm.org> 15781 15782commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938 15783Author: Kumar Gala <galak@kernel.crashing.org> 15784Date: Thu Jan 17 08:25:45 2008 -0600 15785 15786 QE: Move FDT support into a common file 15787 15788 Move the flat device tree setup for QE related devices into 15789 a common file shared between 83xx & 85xx platforms that have QE's. 15790 15791 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 15792 15793commit d38da537943cd36356b9d3d9d9b60533554b81d8 15794Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 15795Date: Wed Jan 23 17:20:14 2008 +0100 15796 15797 AVR32: Make SDRAM refresh rate configurable 15798 15799 The existing code assumes the SDRAM row refresh period should always 15800 be 15.6 us. This is not always true, and indeed on the ATNGW100, the 15801 refresh rate should really be 7.81 us. 15802 15803 Add a refresh_period member to struct sdram_info and initialize it 15804 properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will 15805 panic() until the refresh_period member is updated properly. 15806 15807 Big thanks to Gerhard Berghofer for pointing out this issue. 15808 15809 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 15810 15811commit 61151cccb660cdb06a07fb283de6089913d7bde0 15812Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 15813Date: Thu Apr 19 10:10:11 2007 +0200 15814 15815 ATSTK1000: Fix potential flash programming bug 15816 15817 The (now obsolete) atngw100 flash programming code was having problems 15818 programming the onboard at49bv642 chip. The atstk1000 flash 15819 programming code may have the same bug, so import fix for this problem 15820 from the AVR32 Linux BSP. 15821 15822 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 15823 15824commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11 15825Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 15826Date: Thu Nov 22 17:04:13 2007 +0100 15827 15828 ATSTK1004: Fix comment about default load address 15829 15830 The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter 15831 wouldn't have worked anyway since the board can only access 4MB of 15832 SDRAM. 15833 15834 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 15835 15836commit 8269ab53608d8db2aa06969c337ab0b0518211e5 15837Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 15838Date: Thu Nov 22 17:01:24 2007 +0100 15839 15840 ATSTK1002: Use SDRAM + 4MB as default load address 15841 15842 Many people run into problems when they compile a big kernel and load 15843 the uImage at the default SDRAM + 2MB address as the kernel will 15844 overwrite the uImage as it is being unpacked. Increase the default 15845 load address so that we can load a 4MB kernel image without any 15846 problems. 15847 15848 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 15849 15850commit 2bcacc2d841b77f3d2d3910db722003742727e9f 15851Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 15852Date: Thu Nov 22 16:51:39 2007 +0100 15853 15854 ATNGW100: Fix default mtest range 15855 15856 Let mtest cover the whole SDRAM except the last megabyte, which is 15857 where u-boot lives. 15858 15859 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 15860 15861commit 9856a6b3104e0bc210b0868dfe691c52bf03c227 15862Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15863Date: Tue Jan 22 15:31:56 2008 +0900 15864 15865 sh: Fix register address of SH7722. 15866 15867 The address of SH7722 is wrong by old document. 15868 This patch fixes this problem. 15869 15870 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15871 15872commit 30942b18b66f35f2ceedab39af10e9eccaa943cc 15873Author: Mike Frysinger <vapier@gentoo.org> 15874Date: Mon Feb 4 19:26:57 2008 -0500 15875 15876 new command for displaying strings at specified memory locations 15877 15878 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15879 15880commit b58d8b48e25b0c866d167cc577f118f528cd9e0a 15881Author: Mike Frysinger <vapier@gentoo.org> 15882Date: Mon Feb 4 19:26:57 2008 -0500 15883 15884 rewrite/cleanup Blackfin RTC driver 15885 15886 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15887 15888commit 94a91e248b71c3ff951fc27cff6909e82ca37d15 15889Author: Mike Frysinger <vapier@gentoo.org> 15890Date: Mon Feb 4 19:26:57 2008 -0500 15891 15892 generate u-boot.ldr for Blackfin targets 15893 15894 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15895 15896commit b779f7a59530436040f157f7841db7ab796542df 15897Author: Mike Frysinger <vapier@gentoo.org> 15898Date: Mon Feb 4 19:26:57 2008 -0500 15899 15900 scrub unused symbols 15901 15902 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15903 15904commit cc2977acc3bbbb7850f16645dd1081f95335868d 15905Author: Mike Frysinger <vapier@gentoo.org> 15906Date: Mon Feb 4 19:26:57 2008 -0500 15907 15908 move Blackfin cpu object list to respective cpu directories 15909 15910 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15911 15912commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505 15913Author: Mike Frysinger <vapier@gentoo.org> 15914Date: Mon Feb 4 19:26:57 2008 -0500 15915 15916 interface to Blackfin on-chip One-Time-Programmable memory 15917 15918 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15919 15920commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788 15921Author: Mike Frysinger <vapier@gentoo.org> 15922Date: Mon Feb 4 19:26:56 2008 -0500 15923 15924 add support for memory commands with Blackfin L1 instruction memory 15925 15926 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15927 15928commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464 15929Author: Mike Frysinger <vapier@gentoo.org> 15930Date: Mon Feb 4 19:26:56 2008 -0500 15931 15932 use C code rather than inline assembly 15933 15934 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15935 15936commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9 15937Author: Mike Frysinger <vapier@gentoo.org> 15938Date: Mon Feb 4 19:26:56 2008 -0500 15939 15940 add Blackfin-specific reginfo command 15941 15942 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15943 15944commit 0858b835e7ea501ea084d34cef75932f098342bb 15945Author: Mike Frysinger <vapier@gentoo.org> 15946Date: Mon Feb 4 19:26:55 2008 -0500 15947 15948 add support for Blackfin symbol prefixes to examples 15949 15950 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15951 15952commit 8dc48d71a4be753ea9f84956cd33600de35fad04 15953Author: Mike Frysinger <vapier@gentoo.org> 15954Date: Mon Feb 4 19:26:55 2008 -0500 15955 15956 add Blackfin-specific bdinfo command 15957 15958 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15959 15960commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a 15961Author: Mike Frysinger <vapier@gentoo.org> 15962Date: Mon Feb 4 19:26:55 2008 -0500 15963 15964 move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__ 15965 15966 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15967 15968commit 60fa72d65610c7ef33e1d6db858979d05ff0df58 15969Author: Mike Frysinger <vapier@gentoo.org> 15970Date: Mon Feb 4 19:26:55 2008 -0500 15971 15972 unify the Blackfin board targets 15973 15974 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15975 15976commit d4d7730853e5d675f76ec666807da3028c91d592 15977Author: Mike Frysinger <vapier@gentoo.org> 15978Date: Mon Feb 4 19:26:55 2008 -0500 15979 15980 punt Blackfin VDSP headers and import sanitized/auto-generated ones 15981 15982 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15983 15984commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd 15985Author: Mike Frysinger <vapier@gentoo.org> 15986Date: Mon Feb 4 19:26:54 2008 -0500 15987 15988 always pull in asm/blackfin.h for Blackfin ports 15989 15990 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15991 15992commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc 15993Author: Mike Frysinger <vapier@gentoo.org> 15994Date: Mon Feb 4 19:26:54 2008 -0500 15995 15996 add missing __raw versions of Blackfin read/write io functions 15997 15998 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 15999 16000commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
16001Author: Mike Frysinger <vapier@gentoo.org> 16002Date: Mon Feb 4 19:26:54 2008 -0500 16003 16004 add the default Blackfin logo used by Blackfin boards with splash screens 16005 16006 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 16007 16008commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1 16009Author: Mike Frysinger <vapier@gentoo.org> 16010Date: Mon Feb 4 19:26:54 2008 -0500 16011 16012 add some more Blackfin docs 16013 16014 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 16015 16016commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf 16017Author: Mike Frysinger <vapier@gentoo.org> 16018Date: Mon Feb 4 19:26:54 2008 -0500 16019 16020 make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards 16021 16022 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 16023 16024commit 4087bc88cebec75c432a7fe9f6afb545b0919831 16025Author: Mike Frysinger <vapier@gentoo.org> 16026Date: Mon Feb 4 19:26:54 2008 -0500 16027 16028 fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols 16029 16030 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 16031 16032commit b45264ee85cbd92020640a32e02fb434fd557108 16033Author: Mike Frysinger <vapier@gentoo.org> 16034Date: Mon Feb 4 19:26:53 2008 -0500 16035 16036 add gitignores for Blackfin pieces 16037 16038 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 16039 16040commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29 16041Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 16042Date: Fri Jan 18 01:14:03 2008 +0100 16043 16044 TFTP: add host ip addr support 16045 16046 allow to use a different server as set in serverip 16047 add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length 16048 if not defined the max length will be at 128 16049 16050 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 16051 16052commit e56b4b494cd92def577969f9678395aa22d34c9f 16053Author: Timur Tabi <timur@freescale.com> 16054Date: Wed Jan 9 14:35:26 2008 -0600 16055 16056 85xx,86xx: Determine I2C clock frequencies and store in global_data 16057 16058 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. 16059 16060 Update the get_clocks() function in 85xx and 86xx to determine the I2C 16061 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. 16062 16063 Signed-off-by: Timur Tabi <timur@freescale.com> 16064 16065commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2 16066Author: Wolfgang Denk <wd@denx.de> 16067Date: Thu Dec 27 10:56:54 2007 +0100 16068 16069 OMAP5912: fix FIFO handling in UART driver 16070 16071 According to the OMAP5912 Serial Interfaces Reference Guide (see 16072 http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the 16073 FIFO_EN enable bit in the FIFO Control Register (FCR) can only be 16074 changed when the baud clock is not running, i. e. when both DLL and 16075 DLH are set to 0. 16076 16077 Thus make sure that DLL and DLH are 0 when writing the FCR. 16078 16079 Signed-off-by: Wolfgang Denk <wd@denx.de> 16080 16081commit 16158778b5f52f201e95ded2d2d9084b0ed5670d 16082Author: Harald Welte <laforge@openmoko.org> 16083Date: Wed Dec 19 15:10:52 2007 +0100 16084 16085 ARM: S3C24x0 SoC NAND controller support 16086 16087 This patch adds NAND support to the S3C24x0 SoC code in u-boot 16088 16089 Signed-off-by: Harald Welte <laforge@openmoko.org> 16090 16091commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163 16092Author: Harald Welte <laforge@openmoko.org> 16093Date: Wed Dec 19 14:24:40 2007 +0100 16094 16095 ARM: s3c24xx: Multiple serial port support 16096 16097 This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's 16098 16099 Signed-off-by: Harald Welte <laforge@openmoko.org> 16100 16101commit a25f72f1f73a11de68251fb88c89991e202e68fa 16102Author: Harald Welte <laforge@openmoko.org> 16103Date: Wed Dec 19 14:16:57 2007 +0100 16104 16105 ARM: arm920t: Allow use of 'gd' pointer from IRQ 16106 16107 This patch allows us to use the 'gd' pointer (and thus environment 16108 and everything else associated with it) from interrupt context on 16109 arm920t. 16110 16111 Signed-off-by: Harald Welte <laforge@openmoko.org> 16112 16113commit be19bd5cd0f454b63298844a0b5377e029b2caad 16114Author: Harald Welte <laforge@openmoko.org> 16115Date: Wed Dec 19 14:19:38 2007 +0100 16116 16117 ARM: arm920/s3c24xx: IRQ demulitplexer callback 16118 16119 This patch adds a IRQ demultiplexer callback to the arm920 cpu core code, 16120 plus a stub implementation of it for the S3C2410. 16121 16122 The purpose is to allow arm920t implementations such as the s3c24x0 to 16123 implement interrupt handlers in u-boot without having to touch core 16124 arm920t code. 16125 16126 Signed-off-by: Harald Welte <laforge@openmoko.org> 16127 16128commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda 16129Author: Hebbar <gururajakr@sanyo.co.in> 16130Date: Tue Dec 18 16:03:07 2007 -0800 16131 16132 ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined 16133 16134 Add ifdef to bdinfo command to display ethernet information 16135 only if CONFIG_CMD_NET is defined for arm modules. 16136 16137 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in> 16138 16139commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884 16140Author: Hebbar <gururajakr@sanyo.co.in> 16141Date: Tue Dec 18 16:00:54 2007 -0800 16142 16143 ARM: add I2C init function call in lib_arm/board.c 16144 16145 Adds I2C init func call to init sequence for ARM boards. This is 16146 present in ppc,blackfin and other processor init sequence. 16147 16148 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in> 16149 16150commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae 16151Author: Stefan Roese <sr@denx.de> 16152Date: Fri Feb 1 09:38:29 2008 +0100 16153 16154 ppc4xx: Fix ndfc HW ECC byte order 16155 16156 The current ndfc HW ECC implementation swaps the first two ECC bytes. 16157 But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering, 16158 so this swapping in the HW ECC driver is bogus. This patch fixes this 16159 problem and now really uses the SMC ECC byte order. 16160 16161 Thanks to Sean MacLennan for pointing this out. 16162 16163 Signed-off-by: Stefan Roese <sr@denx.de> 16164 16165commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1 16166Author: Stefan Roese <sr@denx.de> 16167Date: Wed Jan 30 15:35:50 2008 +0100 16168 16169 ppc4xx: Fix GPIO configuration for pcs440ep 16170 16171 The SRD0_PFC0 register was not configured correctly to enable the GPIO's 16172 49-63 for GPIO. They have been configured as trace signals. This patch 16173 fixes this by clearing the corresponding bit. 16174 16175 Signed-off-by: Stefan Roese <sr@denx.de> 16176 16177commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821 16178Author: Stefan Roese <sr@denx.de> 16179Date: Wed Jan 30 14:48:28 2008 +0100 16180 16181 ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms 16182 16183 Signed-off-by: Stefan Roese <sr@denx.de> 16184 16185commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368 16186Author: Ladislav Michl <ladis@linux-mips.org> 16187Date: Fri Dec 7 00:42:32 2007 +0100 16188 16189 ARM: Board voiceblue update 16190 16191 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 16192 16193commit 2c5260f711168d5ee91c70ddbb7d897013eefc46 16194Author: Ladislav Michl <ladis@linux-mips.org> 16195Date: Thu Dec 6 23:24:57 2007 +0100 16196 16197 ARM: AT91RM9200 based boards config cleanup 16198 16199 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 16200 16201 Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix 16202 indentation. 16203 16204commit 481f28b1db5cd21deb55f69399ba240e107af4c7 16205Author: Ladislav Michl <ladis@linux-mips.org> 16206Date: Thu Dec 6 22:59:16 2007 +0100 16207 16208 ARM: Fix at91rm9200dk base address 16209 16210 Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was 16211 renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced 16212 with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT. 16213 However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to 16214 CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact. 16215 I'm sending this patch 4th (!) time in hope it produces at least some 16216 reaction. 16217 16218 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 16219 16220 Fix at91rm9200dk base and environment address. 16221 16222commit c95219fae2a7add7daa2f91aedca65b1698465c7 16223Author: stefano babic <sbabic@denx.de> 16224Date: Tue Nov 20 10:40:24 2007 +0100 16225 16226 MMC for PXA 27X (resubmit) 16227 16228 MMC support for X_Scale PXA is broken and does not work. 16229 Mainly, the mmc_init() function cannot recognize current SD/MMC cards. 16230 There were already some patches around the world but none of them was 16231 merged into the official u-boot tree. 16232 16233 This patch makes order fixing this issue. Resubmit after code cleanup. 16234 16235 Applied and tested on PXA 270 (TrizepsIV module). 16236 16237 Signed-off-by: Stefano Babic <sbabic@denx.de> 16238 16239commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33 16240Author: stefano babic <sbabic@denx.de> 16241Date: Tue Nov 20 10:37:04 2007 +0100 16242 16243 Fix gcc issues in pxa-regs.h 16244 16245 Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4 16246 issues generates wrong code. 16247 (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu). 16248 This patch fixes the problem and solves the gcc-4 issues as the linux 16249 kernel does. 16250 16251 Signed-off-by: Stefano Babic <sbabic@denx.de> 16252 Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com> 16253 16254commit 7047b388876e7b905b2ec4edb8010543e3641b85 16255Author: Jens Gehrlein <sew_s@tqs.de> 16256Date: Tue Jan 29 08:45:03 2008 +0100 16257 16258 TQM834x: enable DHCP 16259 16260 Signed-off-by: Jens Gehrlein <sew_s@tqs.de> 16261 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16262 16263commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec 16264Author: Jens Gehrlein <sew_s@tqs.de> 16265Date: Tue Jan 29 08:45:02 2008 +0100 16266 16267 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit). 16268 16269 Signed-off-by: Jens Gehrlein <sew_s@tqs.de> 16270 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16271 16272commit 8931ab176025b03cfc320b3fd1eca432a88ed560 16273Author: Ben Warren <biggerbadderben@gmail.com> 16274Date: Sat Jan 26 23:41:19 2008 -0500 16275 16276 Fix conditional compilation of mpx8xxx_spi driver 16277 16278 This driver should only compile if CONFIG_MPC8XXX_SPI is set 16279 16280 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16281 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16282 16283commit 63f732d3d3880feb531f48af247c025bf01462b0 16284Author: Rafal Jaworowski <raj@semihalf.com> 16285Date: Tue Jan 29 17:00:34 2008 +0100 16286 16287 API: Provide dummy halt() in the glue layer. 16288 16289 This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG. 16290 16291 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 16292 16293commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826 16294Author: Rafal Jaworowski <raj@semihalf.com> 16295Date: Tue Jan 29 16:57:38 2008 +0100 16296 16297 API: Convert conditional building to the new scheme. 16298 16299 This fixes a build breakage with CONFIG_API enabled, which appeared after 16300 the recent changes in the U-Boot build system. 16301 16302 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 16303 16304commit 98b742489c09780be6a832eeaa4e5eff824792bb 16305Author: Wolfgang Denk <wd@denx.de> 16306Date: Fri Jan 25 09:56:17 2008 +0100 16307 16308 inka4x0: remove dead code 16309 16310 Signed-off-by: Wolfgang Denk <wd@denx.de> 16311 16312commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa 16313Author: Becky Bruce <becky.bruce@freescale.com> 16314Date: Wed Jan 23 16:31:06 2008 -0600 16315 16316 86xx: Add reginfo command 16317 16318 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16319 16320commit ddcebcb638715a6278da93b553d5016f99823816 16321Author: Becky Bruce <becky.bruce@freescale.com> 16322Date: Wed Jan 23 16:31:05 2008 -0600 16323 16324 86xx: Add print_laws function to fsl_law.c 16325 16326 This can be used for debug, and will be used by board code 16327 to help implement reginfo. 16328 16329 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16330 16331commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3 16332Author: Becky Bruce <becky.bruce@freescale.com> 16333Date: Wed Jan 23 16:31:04 2008 -0600 16334 16335 86xx: Remove old-style law setup code 16336 16337 This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d. 16338 16339 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16340 16341commit 713d8186649dae874613d495b0cecaa039a98b30 16342Author: Becky Bruce <becky.bruce@freescale.com> 16343Date: Wed Jan 23 16:31:03 2008 -0600 16344 16345 86xx: Convert sbc8641d to use new law setup code. 16346 16347 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16348 16349commit 031976f6364b93833e989f57e9f1e023e0be8c4c 16350Author: Becky Bruce <becky.bruce@freescale.com> 16351Date: Wed Jan 23 16:31:02 2008 -0600 16352 16353 86xx: Convert mpc8610hpcd to new law setup method. 16354 16355 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16356 16357commit 4933b91f8a49e436681f163df3173beb91cac44a 16358Author: Becky Bruce <becky.bruce@freescale.com> 16359Date: Wed Jan 23 16:31:01 2008 -0600 16360 16361 86xx: Support new law setup method and convert mpc8641 16362 16363 Adds the support code in cpu/mpc86xx for the new law setup code 16364 recently created fsl_law.c, and changes the MPC8641HPCN config 16365 to use this code. 16366 16367 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16368 16369commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1 16370Author: Becky Bruce <becky.bruce@freescale.com> 16371Date: Wed Jan 23 16:31:00 2008 -0600 16372 16373 86xx: Rearrange the sequence in start.S 16374 16375 * split the BAT initialization so that only 2 BATs (for the boot page 16376 and stack) are programmed very early on. The rest are initialized later. 16377 * Move other BAT setup, ccsrbar setup, and law setup later in the code 16378 after translation has been enabled. 16379 16380 These changes will facilitate the moving of law and BAT initialization 16381 to C code, and will aid with 36-bit physical addressing support. 16382 16383 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16384 16385commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0 16386Author: Wolfgang Denk <wd@denx.de> 16387Date: Wed Jan 23 14:41:37 2008 +0100 16388 16389 Coding Style Cleanup; update CHANGELOG 16390 16391 Signed-off-by: Wolfgang Denk <wd@denx.de> 16392 16393commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f 16394Author: Wolfgang Denk <wd@denx.de> 16395Date: Wed Jan 23 14:31:17 2008 +0100 16396 16397 Coding Style Cleanup; update CHANGELOG 16398 16399 Signed-off-by: Wolfgang Denk <wd@denx.de> 16400 16401commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace 16402Author: Dave Liu <r63238@freescale.com> 16403Date: Fri Jan 18 10:07:04 2008 +0800 16404 16405 mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h 16406 16407 The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb 16408 cause the 83xx immap broken, so the DMA and PCI will 16409 be failed. 16410 16411 The patch fix the struct spi8xxx and rm struct spi83xx. 16412 16413 Signed-off-by: Dave Liu <daveliu@freescale.com> 16414 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16415 16416commit 6b4439444286e0fcd01596df504e6ca897ad3e5a 16417Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 16418Date: Sat Apr 14 17:11:49 2007 +0200 16419 16420 AVR32: ATNGW100 board support 16421 16422 Add support for the ATNGW100 Network Gateway reference design, 16423 including flash, ethernet and MMC support. 16424 16425 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 16426 16427commit e006927a0b9a54e8ee7685d8ac748aaad6801862 16428Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 16429Date: Sat Nov 24 18:15:31 2007 +0100 16430 16431 AVR32: Initialize ipaddr, loadaddr and bootfile at startup 16432 16433 I don't know why the relevant layers can't do this by itself, but this 16434 is what ppc does. 16435 16436 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 16437 16438commit 799891ef7b1b3432032ec23466df6b665a797fa4 16439Author: Michael Schwingen <michael@schwingen.org> 16440Date: Fri Jan 18 00:04:28 2008 +0100 16441 16442 Add AcTux board support 16443 16444 Hi, 16445 16446 The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the 16447 files that 16448 contain changes for multiple boards, the board-specific files follow as 16449 separate patches. 16450 16451 Signed-off-by: Michael Schwingen <michael@schwingen.org> 16452 16453commit 66a4344a4d910a11125df7768899ad529719855e 16454Author: Michael Schwingen <michael@schwingen.org> 16455Date: Wed Jan 16 19:53:23 2008 +0100 16456 16457 add AcTux-4 board support 16458 16459 Signed-off-by: Michael Schwingen <michael@schwingen.org> 16460 16461commit bc24345e4101a5c996d6b48ce497b09c53025dc6 16462Author: Michael Schwingen <michael@schwingen.org> 16463Date: Wed Jan 16 19:51:55 2008 +0100 16464 16465 add AcTux-3 board support 16466 16467 Signed-off-by: Michael Schwingen <michael@schwingen.org> 16468 16469commit aebf00fc4d1343b24715373893f7b20bf462d1e9 16470Author: Michael Schwingen <michael@schwingen.org> 16471Date: Wed Jan 16 19:51:14 2008 +0100 16472 16473 add AcTux-2 board support 16474 16475 Signed-off-by: Michael Schwingen <michael@schwingen.org> 16476 16477commit ea99e8f05b7240fd657739e286664664ae160abe 16478Author: Michael Schwingen <michael@schwingen.org> 16479Date: Wed Jan 16 19:50:37 2008 +0100 16480 16481 add AcTux-1 board support 16482 16483 Signed-off-by: Michael Schwingen <michael@schwingen.org> 16484 16485commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64 16486Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 16487Date: Mon Jan 14 19:20:08 2008 +0100 16488 16489 ARM: remove useless function board_post_init 16490 16491 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 16492 16493commit 96bd462942022e4569b582c072a0ed26de1cd19b 16494Author: Michael Schwingen <michael@schwingen.org> 16495Date: Thu Jan 10 14:59:46 2008 +0100 16496 16497 IXP: enable RTS 16498 16499 enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE. 16500 No handshaking is done, but the active RTS signal allows to 16501 connect to the target using a PC which is using RTS/CTS 16502 handshake, and does no harm if the PC is set to ignore RTS. 16503 16504 Signed-off-by: Michael Schwingen <michael@schwingen.org> 16505 16506commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93 16507Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 16508Date: Mon Jan 7 08:41:34 2008 +0100 16509 16510 IXP: add dynamic microcode addr 16511 16512 allow to load the microde from flash or ram by download it through 16513 the serial or other. 16514 16515 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 16516 Acked-by: Stefan Roese <sr@denx.de> 16517 16518commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564 16519Author: Michael Schwingen <michael@schwingen.org> 16520Date: Sat Nov 10 15:44:12 2007 +0100 16521 16522 load ixp42x NPE firmware from separate flash block, remove dead code 16523 16524 Hi, 16525 16526 the following patch adds support to move the IXP42X NPE firmware to a 16527 separate flash block, whose start address is defined in 16528 CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build 16529 NPE-enabled u-boot without copyright problems due to the NPE firmware. 16530 16531 I hope the patch applies, I get whitespace-related differences in the NPE 16532 files due to trailing whitespace in the original versions. 16533 16534 Signed-off-by: Michael Schwingen <michael@schwingen.org> 16535 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 16536 16537commit 57a127201eb3d8cc19170a008e0bd7af608bd72f 16538Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16539Date: Tue Jan 15 14:15:46 2008 -0600 16540 16541 ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support 16542 16543 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16544 Signed-off by: John Rigby <jrigby@freescale.com> 16545 16546commit 1aee111135d8660a164d4f6bf7d66b032ea535cf 16547Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16548Date: Tue Jan 15 14:02:49 2008 -0600 16549 16550 ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board 16551 16552 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16553 Signed-off by: John Rigby <jrigby@freescale.com> 16554 16555commit 777d1abd9796f1c2e148417cc10657e847d318ce 16556Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16557Date: Tue Jan 15 14:00:25 2008 -0600 16558 16559 ColdFire: Add MCF547x_8x FEC driver 16560 16561 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16562 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16563 Signed-off by: John Rigby <jrigby@freescale.com> 16564 16565commit 72f56adc0b25d43875ad067bae6be1bcea86b79f 16566Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16567Date: Tue Jan 15 13:54:09 2008 -0600 16568 16569 ColdFire: Add MCF547x_8x dma code and header files 16570 16571 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16572 Signed-off by: John Rigby <jrigby@freescale.com> 16573 16574commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87 16575Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16576Date: Tue Jan 15 13:52:03 2008 -0600 16577 16578 ColdFire: Add MCF547x_8x dma code - 2 16579 16580 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16581 Signed-off by: John Rigby <jrigby@freescale.com> 16582 16583commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f 16584Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16585Date: Tue Jan 15 13:48:52 2008 -0600 16586 16587 ColdFire: Add MCF547x_8x dma code - 1 16588 16589 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16590 Signed-off by: John Rigby <jrigby@freescale.com> 16591 16592commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3 16593Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16594Date: Tue Jan 15 13:39:44 2008 -0600 16595 16596 ColdFire: Add MCF547x_8x related header files 16597 16598 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16599 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16600 Signed-off by: John Rigby <jrigby@freescale.com> 16601 16602commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5 16603Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16604Date: Tue Jan 15 13:37:34 2008 -0600 16605 16606 ColdFire: Add MCF547x_8x cpu arch 16607 16608 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16609 Signed-off by: John Rigby <jrigby@freescale.com> 16610 16611commit e2756f4b54aba0e0523b81dd145666829cf7fd59 16612Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16613Date: Mon Jan 14 17:47:23 2008 -0600 16614 16615 ColdFire: Add MCF5227x cpu and M52277EVB support-3 16616 16617 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16618 Signed-off by: John Rigby <jrigby@freescale.com> 16619 16620commit c87581027994c148131b2f11aa75501f782ec19a 16621Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16622Date: Mon Jan 14 17:46:19 2008 -0600 16623 16624 ColdFire: Add MCF5227x cpu and MCF52277EVB support-2 16625 16626 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16627 Signed-off by: John Rigby <jrigby@freescale.com> 16628 16629commit 1552af70ecab11b9f3dceff7528ed15faf678b9d 16630Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16631Date: Mon Jan 14 17:43:33 2008 -0600 16632 16633 ColdFire: Add MCF5227x cpu and M52277EVB support-1 16634 16635 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16636 Signed-off by: John Rigby <jrigby@freescale.com> 16637 16638commit 397b7b81a1f1008798ae1206913508cc89cb3a7d 16639Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16640Date: Mon Jan 14 17:35:44 2008 -0600 16641 16642 ColdFire: Fix CFI Flash low level Read/Write macro 16643 16644 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16645 Signed-off by: John Rigby <jrigby@freescale.com> 16646 16647commit aa5f1f9dc815a76f6dffb580798599c028fe7feb 16648Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16649Date: Mon Jan 14 17:23:08 2008 -0600 16650 16651 ColdFire: Add M5373EVB platform support - 2 16652 16653 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16654 Signed-off by: John Rigby <jrigby@freescale.com> 16655 16656commit 1ac559d4aa358f63b48c62b564224c06feeb4e36 16657Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16658Date: Mon Jan 14 17:19:54 2008 -0600 16659 16660 ColdFire: Add M5373EVB platform support - 1 16661 16662 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16663 Signed-off by: John Rigby <jrigby@freescale.com> 16664 16665commit 320d61991fa3190ee41765601ed017b6b5ff7b2b 16666Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16667Date: Mon Jan 14 17:17:03 2008 -0600 16668 16669 ColdFire: Update FlexBus CS for MCF532x 16670 16671 Definition update and change from 16bit to 32bit 16672 16673 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16674 Signed-off by: John Rigby <jrigby@freescale.com> 16675 16676commit 2e72ad0644b940817a89a3590ce0d7b99c05c396 16677Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16678Date: Mon Jan 14 17:11:47 2008 -0600 16679 16680 ColdFire: PCI and misc updates for MCF5445x 16681 16682 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16683 Signed-off by: John Rigby <jrigby@freescale.com> 16684 16685commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee 16686Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16687Date: Mon Jan 14 17:06:55 2008 -0600 16688 16689 ColdFire: MCF5445x header files cleanup 16690 16691 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16692 Signed-off by: John Rigby <jrigby@freescale.com> 16693 16694commit d9aae6260993a93f7fcf13abff85a601f4f50ea7 16695Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16696Date: Mon Jan 14 16:59:42 2008 -0600 16697 16698 ColdFire: MCF532x header files cleanup 16699 16700 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16701 Signed-off by: John Rigby <jrigby@freescale.com> 16702 16703commit 7af7751d047e74b2ec58400f97b879c56446b3e8 16704Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 16705Date: Mon Jan 14 15:30:15 2008 -0600 16706 16707 ColdFire: Add modules header files 16708 16709 Add CF specific modules header files 16710 16711 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 16712 Signed-off-by: John Rigby <jrigby@freescale.com> 16713 16714commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5 16715Author: Kim Phillips <kim.phillips@freescale.com> 16716Date: Thu Jan 17 12:48:00 2008 -0600 16717 16718 codingstyle cleanup for spi driver 16719 16720 ..and rm unused CONFIG_FSL_SPI define 16721 16722 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16723 16724commit d59feffb42c9f174116db7a82a311df98983dfce 16725Author: Haiying Wang <Haiying.Wang@freescale.com> 16726Date: Wed Jan 16 17:12:12 2008 -0500 16727 16728 FSL: Fix common EEPROM_data structure definition 16729 16730 - Fix EEPROM_data structure definition according to System EEPROM Data Format. 16731 - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to 16732 bd->bi_ethaddr. 16733 16734 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 16735 16736commit 6bee764bd6da510a4aad614880300c968bc7318d 16737Author: Timur Tabi <timur@freescale.com> 16738Date: Wed Jan 16 15:48:12 2008 -0600 16739 16740 86xx: enable command-line editing 16741 16742 Enable command-line editing for all MPC86xx boards. 16743 16744 Signed-off-by: Timur Tabi <timur@freescale.com> 16745 16746commit 80ddd22626d321a772ebfba304eb7830cb4f6bac 16747Author: Ben Warren <biggerbadderben@gmail.com> 16748Date: Wed Jan 16 22:37:42 2008 -0500 16749 16750 Implement hard SPI driver on MPC8349EMDS 16751 16752 This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board. 16753 This board has an ST M25P40 4Mbit EEPROM on its SPI bus 16754 16755 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16756 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16757 16758commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb 16759Author: Ben Warren <biggerbadderben@gmail.com> 16760Date: Wed Jan 16 22:37:35 2008 -0500 16761 16762 Add support for a Freescale non-CPM SPI controller 16763 16764 This patch adds support for the SPI controller found on Freescale PowerPC 16765 processors such as the MCP834x family. Additionally, a new config option, 16766 CONFIG_HARD_SPI, is added for general purpose SPI controller use. 16767 16768 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16769 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16770 16771commit a8cb43a89be6cfd283257a603dd9841503ccce0f 16772Author: Dave Liu <r63238@freescale.com> 16773Date: Thu Jan 17 18:23:19 2008 +0800 16774 16775 mpc83xx: Fix the fatal conflict of merge 16776 16777 The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7 16778 will cause the mpc8315erdb board can't boot up. 16779 16780 The patch fix that bug, and remove the duplicated #ifdef 16781 CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for 16782 MPC8313E processor. 16783 16784 Signed-off-by: Dave Liu <daveliu@freescale.com> 16785 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16786 16787commit 3259eeaa4148125a81417477f62c05bd67f60587 16788Author: Larry Johnson <lrj@acm.org> 16789Date: Thu Jan 17 08:50:09 2008 -0500 16790 16791 Merge Sequoia beautification into Korat code 16792 16793 Signed-off-by: Larry Johnson <lrj@acm.org> 16794 16795commit e16925773211291b562e77187061e9dd1d757217 16796Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 16797Date: Thu Jan 17 07:45:05 2008 +0100 16798 16799 net: add 'ethrotate' environment variable 16800 16801 [PATCH] net: add 'ethrotate' environment variable 16802 16803 This patch replaces the buildtime configuration option 16804 CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime 16805 configuration veriable. See README. 16806 16807 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 16808 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16809 16810commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f 16811Author: Stefan Roese <sr@denx.de> 16812Date: Thu Jan 17 14:29:04 2008 +0100 16813 16814 ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5 16815 16816 Signed-off-by: Stefan Roese <sr@denx.de> 16817 16818commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d 16819Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 16820Date: Thu Jan 17 18:07:32 2008 +0900 16821 16822 sh: Remove CONFIG_COMMANDS from MS7720SE config file 16823 16824 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 16825 16826commit 055606bd25e88c0cd04ad348a679a04b1b616bee 16827Author: Niklaus Giger <niklaus.giger@netstal.com> 16828Date: Wed Jan 16 18:39:20 2008 +0100 16829 16830 ppc4xx: Netstal HCU4 board: added various fixes and POST 16831 16832 - Moved some common code to netstal/common/nm_bsp.c. 16833 - sdram initialisation goes go netstal/common/fixed_sdram.c. 16834 - Added support for POST. 16835 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width) 16836 16837 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 16838 16839commit 69b0634a4ee98c9791815600d43b99f626a952f3 16840Author: Niklaus Giger <niklaus.giger@netstal.com> 16841Date: Thu Jan 17 12:53:56 2008 +0100 16842 16843 ppc4xx: netstal/common define routines used by all boards 16844 16845 Added some routines used by all Netstal boards: 16846 - nm_bsp.c: - nm_show_print and 16847 - common_misc_init_r 16848 - set_params_for_sw_install. Very specific code to handle our SW 16849 installation procedure 16850 - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards 16851 to handle sdram initialization. 16852 - nm.h: Common header 16853 16854 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 16855 16856commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8 16857Author: Niklaus Giger <niklaus.giger@netstal.com> 16858Date: Wed Jan 16 18:39:18 2008 +0100 16859 16860 ppc4xx: Netstal HCU5 board: added various fixes and POST 16861 16862 - Moved some common code to nestal/common/nm_bsp.c. 16863 - Added support for the vxWorks EDR. 16864 - Enable trace for Lauterbach, if present. 16865 - Added support for POST. 16866 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width) 16867 16868 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 16869 16870commit 4371090e5da77edc7bf9f296364db4801639d9c4 16871Author: Niklaus Giger <niklaus.giger@netstal.com> 16872Date: Wed Jan 16 18:39:08 2008 +0100 16873 16874 ppc4xx: Netstal HCU5 board. Added POST. Various fixes 16875 16876 - Various fixes 16877 - Reduced rom_size from 384 to 320 kB 16878 - Environment is now in flash 16879 - Added POST 16880 - Support for OF 16881 16882 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 16883 16884commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7 16885Author: Niklaus Giger <niklaus.giger@netstal.com> 16886Date: Wed Jan 16 18:37:50 2008 +0100 16887 16888 ppc4xx: Netstal HCU4 board. Added POST. Various fixes 16889 16890 - Various fixes 16891 - Reduced rom_size from 384 to 320 kB 16892 - Environment is now in flash 16893 - Added POST 16894 - Support for OF 16895 16896 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 16897 16898commit 1a3ac86b79fcb690275c85861c8efa6a3899060a 16899Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 16900Date: Thu Jan 17 10:53:08 2008 +0100 16901 16902 ppc4xx: Complete DU440 board support 16903 16904 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 16905 16906commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f 16907Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 16908Date: Thu Jan 17 10:52:30 2008 +0100 16909 16910 ppc4xx: Add DU440 board support 16911 16912 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 16913 16914commit ac331da07db3860f11fa1d0fd3db7c810bce1198 16915Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 16916Date: Thu Jan 17 15:53:52 2008 +0900 16917 16918 sh: Update SuperH SCIF driver 16919 16920 This patch fixed wrong SH7720 CPU macro and changed macro that 16921 calculated value of SCBRR register. 16922 16923 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 16924 16925commit 334e442e6fac59be91244063e9b3f6ca25e8daf8 16926Author: Grzegorz Bernacki <gjb@semihalf.com> 16927Date: Wed Jan 16 15:12:47 2008 +0100 16928 16929 Set ips dividor to 1/4 of csb clock. 16930 16931 Previous setting cause ips clock to be out of spec. This bug was found by John 16932 Rigby from Freescale. 16933 16934 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 16935 16936commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89 16937Author: Kumar Gala <galak@kernel.crashing.org> 16938Date: Thu Jan 17 02:19:18 2008 -0600 16939 16940 85xx: Get ride of old TLB setup code 16941 16942 Now that all boards have been converted, remove old config code and the 16943 config option for the new style. 16944 16945 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16946 16947commit 3b558e26a5ef31635787d6d6e97d70939d4f892d 16948Author: Kumar Gala <galak@kernel.crashing.org> 16949Date: Thu Jan 17 02:02:10 2008 -0600 16950 16951 85xx: Convert TQM85xx to new TLB setup 16952 16953 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16954 16955commit 74121b470c14f7eaf284ee838bffca6f9521069e 16956Author: Kumar Gala <galak@kernel.crashing.org> 16957Date: Thu Jan 17 01:56:32 2008 -0600 16958 16959 85xx: Convert STXGP3 & STXSSA to new TLB setup 16960 16961 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16962 16963commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0 16964Author: Kumar Gala <galak@kernel.crashing.org> 16965Date: Thu Jan 17 01:44:34 2008 -0600 16966 16967 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup 16968 16969 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16970 16971commit 818218bac6a11591e2542c344d2330e0f4e1968b 16972Author: Kumar Gala <galak@kernel.crashing.org> 16973Date: Thu Jan 17 01:31:34 2008 -0600 16974 16975 85xx: Convert PM854/PM856 to new TLB setup 16976 16977 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16978 16979commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0 16980Author: Kumar Gala <galak@kernel.crashing.org> 16981Date: Thu Jan 17 01:25:33 2008 -0600 16982 16983 85xx: Convert MPC8540EVAL to new TLB setup 16984 16985 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16986 16987commit 73aa9ac2b46f1cfd039106ebd6b9865016005234 16988Author: Kumar Gala <galak@kernel.crashing.org> 16989Date: Thu Jan 17 01:12:22 2008 -0600 16990 16991 85xx: Convert MPC8568 MDS to new TLB setup 16992 16993 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16994 16995commit 0db37dc2eed30884db2daa24dbd9a113b5d00610 16996Author: Kumar Gala <galak@kernel.crashing.org> 16997Date: Thu Jan 17 01:01:09 2008 -0600 16998 16999 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup 17000
17001 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17002 17003commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc 17004Author: Kumar Gala <galak@kernel.crashing.org> 17005Date: Thu Jan 17 00:52:29 2008 -0600 17006 17007 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup 17008 17009 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17010 17011commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8 17012Author: Kumar Gala <galak@kernel.crashing.org> 17013Date: Thu Jan 17 00:32:17 2008 -0600 17014 17015 85xx: Convert ATUM8548 to new TLB setup 17016 17017 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17018 17019commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab 17020Author: Kumar Gala <galak@kernel.crashing.org> 17021Date: Wed Jan 16 23:11:57 2008 -0600 17022 17023 85xx: Convert MPC8544 DS to new TLB setup 17024 17025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17026 17027commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee 17028Author: Kumar Gala <galak@kernel.crashing.org> 17029Date: Wed Jan 16 22:38:34 2008 -0600 17030 17031 85xx: Reworked initial processor init 17032 17033 Reworked the initial processor initialzation sequence: 17034 * introduced cpu_early_init_f that is run in address space 1 (AS=1) 17035 * Moved TLB/LAW and CCSR init into cpu_early_init_f() 17036 * Reworked initial asm code to do most of the core init before TLBs 17037 17038 The main reasons for these changes are to allow handling of 36-bit phys 17039 addresses in the future and some of the issues that will exist when we 17040 do that. 17041 17042 There are a few caveats on what can be initialized via the LAW and TLB 17043 static tables: 17044 * TLB entry 14/15 can't be initialized via the TLB table 17045 * any LAW that covers the implicit boot window (4G-8M to 4G) must map to 17046 the code that is currently executing. 17047 17048 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17049 17050commit 44a23cfd6360a68eaa41f945190618a55519eac3 17051Author: Kumar Gala <galak@kernel.crashing.org> 17052Date: Wed Jan 16 22:33:22 2008 -0600 17053 17054 85xx: Introduce new tlb API 17055 17056 Add a set of functions to manipulate TLB entries: 17057 * set_tlb() - write a tlb entry 17058 * invalidate_tlb() - invalidate a tlb array 17059 * disable_tlb() - disable a variable size tlb entry 17060 * init_tlbs() - setup initial tlbs based on static table 17061 17062 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17063 17064commit be88b1699863c262818f3af7f60173b4d48df8fc 17065Author: Stefan Roese <sr@denx.de> 17066Date: Thu Jan 17 07:50:17 2008 +0100 17067 17068 ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files 17069 17070 Signed-off-by: Stefan Roese <sr@denx.de> 17071 17072commit c8c41d4a80b1a8ad5984a287d81ea780496259f8 17073Author: Kumar Gala <galak@kernel.crashing.org> 17074Date: Wed Jan 16 10:04:42 2008 -0600 17075 17076 85xx: Use proper defines for PCI addresses 17077 17078 We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE. 17079 While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only 17080 be used for configuring the PCI ATMU. 17081 17082 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17083 17084commit 54a5070115eff38e9b324b78abdfa0b4520580b9 17085Author: Kumar Gala <galak@kernel.crashing.org> 17086Date: Wed Jan 16 09:22:29 2008 -0600 17087 17088 85xx: Remove old style of LAW init 17089 17090 All boards are now using the new fsl_law code so we can drop the old version. 17091 17092 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17093 17094commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f 17095Author: Kumar Gala <galak@kernel.crashing.org> 17096Date: Wed Jan 16 09:15:29 2008 -0600 17097 17098 85xx: convert remaining 85xx boards over to use new LAW init code 17099 17100 Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over 17101 to use new LAW init code. 17102 17103 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17104 17105commit 572b13afc42710f2957c382a710360429c0e099b 17106Author: Kumar Gala <galak@kernel.crashing.org> 17107Date: Wed Jan 16 09:11:53 2008 -0600 17108 17109 85xx: convert STXGP3/STXSSA over to use new LAW init code 17110 17111 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17112 17113commit 45f2166ac0233a9263058378f39612bd11f61196 17114Author: Kumar Gala <galak@kernel.crashing.org> 17115Date: Wed Jan 16 09:06:48 2008 -0600 17116 17117 85xx: convert PM854/PM856 over to use new LAW init code 17118 17119 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17120 17121commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a 17122Author: Kumar Gala <galak@kernel.crashing.org> 17123Date: Wed Jan 16 09:05:27 2008 -0600 17124 17125 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code 17126 17127 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17128 17129commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa 17130Author: Kumar Gala <galak@kernel.crashing.org> 17131Date: Wed Jan 16 01:45:10 2008 -0600 17132 17133 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code 17134 17135 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17136 17137commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 17138Author: Kumar Gala <galak@kernel.crashing.org> 17139Date: Wed Jan 16 01:32:06 2008 -0600 17140 17141 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code 17142 17143 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17144 17145commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75 17146Author: Kumar Gala <galak@kernel.crashing.org> 17147Date: Wed Jan 16 01:16:16 2008 -0600 17148 17149 85xx: convert MPC8544 DS over to use new LAW init code 17150 17151 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17152 17153commit 83d40dfd79fe868796275802f60116d84b9e4395 17154Author: Kumar Gala <galak@kernel.crashing.org> 17155Date: Wed Jan 16 01:13:58 2008 -0600 17156 17157 85xx: Move LAW init code into C 17158 17159 Move the initialization of the LAWs into C code and provide an API 17160 to allow modification of LAWs after init. 17161 17162 Board code is responsible to provide a law_table and num_law_entries. 17163 17164 We should be able to use the same code on 86xx as well. 17165 17166 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17167 17168commit bed8ce838a609aaab136d43b25e6df2a520bc854 17169Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 17170Date: Sat Dec 22 15:03:12 2007 +0100 17171 17172 qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING 17173 17174 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 17175 17176commit 0764c164fed6277d359cf132d55187ea34290114 17177Author: Vlad Lungu <vlad@comsys.ro> 17178Date: Wed Jan 16 19:27:51 2008 +0200 17179 17180 MIPS:Target support for qemu -M mips 17181 17182 With serial, NE2000, IDE support. Tested in big-endian mode. 17183 Memory size hard-coded to 128M for now, so don't play with 17184 the -m option. 17185 17186 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 17187 17188commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f 17189Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 17190Date: Fri Jan 11 00:01:37 2008 +0100 17191 17192 Fix nfs command help to reflect that the serverip is optional 17193 17194 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 17195 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17196 17197commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b 17198Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 17199Date: Mon Dec 10 22:32:14 2007 +0100 17200 17201 bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr 17202 17203 and move is_valid_ether_addr board file 17204 17205 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 17206 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17207 17208commit c2f896b8fc4722e36915903e1942e138e68ce804 17209Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 17210Date: Wed Jan 16 16:13:31 2008 +0900 17211 17212 drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status). 17213 17214 rx_status on the memory is basically in LE, but needs to be handled in CPU 17215 endian. le32_to_cpu() takes up this mission. Even if on the sane hardware, 17216 it'll work fine. 17217 17218 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 17219 Cc: Masami Komiya <mkomiya@sonare.it> 17220 Cc: Lucas Jin <lucasjin@gmail.com> 17221 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17222 17223commit 96a236746fe6a7b84802afb4ed31536696d34812 17224Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 17225Date: Wed Jan 16 16:12:26 2008 +0900 17226 17227 drivers/net/rtl8139.c: Fix cache coherency issues 17228 17229 Current driver is meant for cache coherent systems. This patch adds 17230 flush_cache() routines to support cache non-coherent systems. 17231 17232 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 17233 Cc: Masami Komiya <mkomiya@sonare.it> 17234 Cc: Lucas Jin <lucasjin@gmail.com> 17235 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17236 17237commit d1276c76c1e2b5035296689280ba1acb2c425104 17238Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 17239Date: Wed Jan 16 16:11:14 2008 +0900 17240 17241 drivers/net/rtl8139.c: Fix tx timeout 17242 17243 "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it 17244 does, the condition "(currticks() < to)" becomes invalid and immediately 17245 leads to tx timeout error. This patch introduces the fine-graded udely(10) 17246 loops to ease the impact of wrapping around. 17247 17248 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 17249 Cc: Masami Komiya <mkomiya@sonare.it> 17250 Cc: Lucas Jin <lucasjin@gmail.com> 17251 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17252 17253commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a 17254Author: Dave Liu <r63238@freescale.com> 17255Date: Fri Jan 11 18:45:28 2008 +0800 17256 17257 TSEC: Add the support for RealTek RTL8211B PHY 17258 17259 Add the support of RealTek RTL8211B PHY, the RTL8211B 17260 PHY only supports RGMII and MII mode. 17261 17262 Signed-off-by: Dave Liu <daveliu@freescale.com> 17263 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17264 17265commit 84a3047b72b70e862b0b7a8e2058077457f89a32 17266Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 17267Date: Wed Jan 16 09:40:41 2008 +0100 17268 17269 Remove annoying debug printout for PHY less boards. 17270 17271 PHY less board prints out lots of "read wrong ...": 17272 read wrong value : mii_id 3,mii_reg 2, base e0102320 17273 read wrong value : mii_id 3,mii_reg 3, base e0102320 17274 UEC: PHY is Generic MII (ffffffff) 17275 read wrong value : mii_id 3,mii_reg 4, base e0102320 17276 read wrong value : mii_id 3,mii_reg 0, base e0102320 17277 read wrong value : mii_id 3,mii_reg 1, base e0102320 17278 read wrong value : mii_id 3,mii_reg 1, base e0102320 17279 read wrong value : mii_id 3,mii_reg 5, base e0102320 17280 read wrong value : mii_id 3,mii_reg 1, base e0102320 17281 read wrong value : mii_id 3,mii_reg 1, base e0102320 17282 read wrong value : mii_id 3,mii_reg 5, base e0102320 17283 FSL UEC0: Full Duplex 17284 FSL UEC0: Speed 100BT 17285 FSL UEC0: Link is up 17286 Using FSL UEC0 device 17287 17288 Make this printout depend on UEC_VERBOSE_DEBUG and 17289 remove its definition in uec_phy.c 17290 17291 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 17292 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17293 17294commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6 17295Author: Kim Phillips <kim.phillips@freescale.com> 17296Date: Tue Jan 15 14:11:00 2008 -0600 17297 17298 net: reduce boot latency on QE UEC based boards 17299 17300 actually polling for PHY autonegotiation to finish enables us to remove the 17301 5 second boot prompt latency present on QE based boards. 17302 17303 call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from 17304 uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait 17305 code shamelessly stolen from tsec driver. 17306 17307 also rm unused CONFIG_RMII_MODE code. 17308 17309 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17310 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 17311 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17312 17313commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3 17314Author: michael.firth@bt.com <michael.firth@bt.com> 17315Date: Wed Jan 16 11:40:51 2008 +0000 17316 17317 TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus 17318 17319 The current TSEC driver limits MDIO access to the devices that have been configured as attached 17320 to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands. 17321 17322 Signed-off-by: Michael Firth <michael.firth@bt.com> 17323 Acked-by: Andy Fleming <afleming@freescale.com> 17324 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17325 17326commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3 17327Author: Kim Phillips <kim.phillips@freescale.com> 17328Date: Wed Jan 16 00:38:05 2008 -0600 17329 17330 Add support for the MPC837xERDB 17331 17332 MPC837xERDB board support includes: 17333 * DDR2 330MHz hardcoded (soldered on the board) 17334 * Local Bus NOR Flash 17335 * I2C, UART and RTC 17336 * eTSEC RGMII (TSEC0 - RTL8211B with MII; 17337 * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware 17338 * load) 17339 17340 Signed-off-by: Kevin Lam <kevin.lam@freescale.com> 17341 Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com> 17342 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17343 17344commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7 17345Author: Kim Phillips <kim.phillips@freescale.com> 17346Date: Wed Jan 16 12:06:16 2008 -0600 17347 17348 mpc83xx: add support for more system clock performance controls 17349 17350 System registers that are modified are the Arbiter Configuration 17351 Register (ACR), the System Priority Control Register (SPCR), and the 17352 System Clock Configuration Register (SCCR). 17353 17354 Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com> 17355 Signed-off by: Joe D'Abbraccio <ljd015@freescale.com> 17356 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17357 17358commit 16c3cde050e2d243e62b37486f1558570787beb8 17359Author: James Yang <james.yang@freescale.com> 17360Date: Wed Jan 16 11:58:08 2008 -0600 17361 17362 FSL: Generalize PIXIS reset command parsing. 17363 17364 Before, the order of arguments to the pixis_reset 17365 command needed to be supplied in a hard-coded order. 17366 Generalize the command parsing to allow any order. 17367 17368 Signed-off-by: James Yang <james.yang@freescale.com> 17369 Acked-by: Jon Loeliger <jdl@freescale.com> 17370 17371commit ad8f8687b78c3e917b173f038926695383c55555 17372Author: Jon Loeliger <jdl@freescale.com> 17373Date: Tue Jan 15 13:42:41 2008 -0600 17374 17375 FSL: Convert board/freescale/common/Makefile to use CONFIG_ 17376 17377 Convert the board/freescale/common/Makefile to use 17378 CONFIG_* options to select which files to conditionally 17379 compile into the board/freescale/common library rather 17380 than conditionally compiling entire files. 17381 17382 Now handles:: 17383 CONFIG_FSL_PIXIS 17384 CONFIG_FSL_DIU_FB 17385 CONFIG_PQ_MDS_PIB 17386 17387 CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone. 17388 17389 Signed-off-by: Jon Loeliger <jdl@freescale.com> 17390 17391commit 7c2221eb230372a9e537c4f6636b147b0909325f 17392Author: Roy Zang <tie-fei.zang@freescale.com> 17393Date: Tue Jan 15 16:38:38 2008 +0800 17394 17395 Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver 17396 17397 Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver. 17398 Remove unused ethernet CONFIG_ options. 17399 17400 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 17401 Acked-by: Jon Loeliger <jdl@freescale.com> 17402 17403commit 711a7946277d2e29af481011e8635e9975c54e45 17404Author: Kim Phillips <kim.phillips@freescale.com> 17405Date: Tue Jan 15 14:05:14 2008 -0600 17406 17407 mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value 17408 17409 continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601 17410 17411 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17412 17413commit 363eea9ff7f19a2cba17f262bd17559f166e134e 17414Author: Kim Phillips <kim.phillips@freescale.com> 17415Date: Tue Jan 15 09:51:12 2008 -0600 17416 17417 mpc83xx: clean up mpc8360emds.c warnings 17418 17419 mpc8360emds.c: In function 'ft_board_setup': 17420 mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast 17421 mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast 17422 mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast 17423 mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast 17424 mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast 17425 mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast 17426 17427 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17428 17429commit f09880ea72a1c806db223ce594c5fb1b6542ff6a 17430Author: Kim Phillips <kim.phillips@freescale.com> 17431Date: Mon Jan 14 16:14:46 2008 -0600 17432 17433 mpc83xx: fix phy-connection-type fixup code 17434 17435 use tree passed to us in local blob, not global fdt. 17436 17437 Also use fdt_path_offset to convert to relative offset, since absolute 17438 reference is needed to check for rgmii-id mode string value. 17439 17440 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17441 17442commit 2b4c952be7c4357a13e839d48df80853820c33eb 17443Author: Kumar Gala <galak@kernel.crashing.org> 17444Date: Mon Jan 14 09:01:40 2008 -0600 17445 17446 mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s) 17447 17448 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17449 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17450 17451commit e1d8ed2c08da14b168658cc5fa78529d461aea70 17452Author: Poonam Aggrwal <b10812@freescale.com> 17453Date: Mon Jan 14 09:41:14 2008 +0530 17454 17455 Changes in uboot DDR configuration for MPC8313eRDB 17456 17457 These changes were identified by HighSmith Bill ,Mazzyar and Joseph for 17458 DDR configuration in u-boot code. Some are related to performance, some 17459 affect stability and some correct few basic errors in the current 17460 configuration. 17461 17462 The changes have been tested and found to give better memory latency 17463 figures on MPC8313eRDB.LMBench figures prove it. 17464 17465 The changes are: 17466 17467 - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0 17468 (this may improve performance for application with many read 17469 or write to open pages). 17470 - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to 17471 001 (activating all the CS when only one is used may cause 17472 unwanted noise on the system) 17473 17474 - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on 17475 Tras=45ns) 17476 - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks. 17477 17478 - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to 17479 comply with the 3 ODT clk requirements) 17480 - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4. 17481 - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks. 17482 17483 - DDR_SDRAM_MODE[AL]changed from 0 to 1. 17484 - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks. 17485 17486 - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510. 17487 - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500. 17488 17489 The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git 17490 The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf 17491 17492 Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com> 17493 Cc: Bill HighSmith <Bill.Highsmith@freescale.com> 17494 Cc: Razzaz Mazyar <MRazzaz@freescale.com> 17495 Cc: Josep P J <PJ.Joseph@freescale.com> 17496 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17497 17498commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95 17499Author: Jerry Van Baren <gvb.uboot@gmail.com> 17500Date: Sat Jan 12 13:24:14 2008 -0500 17501 17502 Enable the isdram command on the MPC8360EMDS board 17503 17504 The isdram command prints out decoded information the "serial presence 17505 detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when 17506 debugging memory configuration problems. 17507 17508 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 17509 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17510 17511commit 8bd522ce4afda3d4868ee8c913f5394094326be1 17512Author: Dave Liu <r63238@freescale.com> 17513Date: Fri Jan 11 18:48:24 2008 +0800 17514 17515 mpc83xx: Add the support for MPC8315ERDB board 17516 17517 The features list: 17518 - Boot from NOR Flash 17519 - DDR2 266MHz hardcoded configuration 17520 - Local bus NOR Flash R/W operation 17521 - I2C, UART, MII and RTC 17522 - eTSEC0/1 support 17523 - PCI host 17524 17525 Signed-off-by: Dave Liu <daveliu@freescale.com> 17526 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17527 17528commit b05884efa614e4d8a9413158fc228e0dc02ab704 17529Author: Dave Liu <r63238@freescale.com> 17530Date: Fri Jan 11 18:46:50 2008 +0800 17531 17532 mpc83xx: Add config of eTSEC emergency priority in SPCR 17533 17534 The TSEC emergency priority definition of 831x/837x 17535 is different than the definition of 834x in SPCR register. 17536 17537 Add the other config of TSEC emergency priority into 17538 cpu_init.c 17539 17540 Signed-off-by: Dave Liu <daveliu@freescale.com> 17541 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17542 17543commit 9b958234b0783f13d92f007f753fd2c3ae2c8680 17544Author: Dave Liu <r63238@freescale.com> 17545Date: Fri Jan 11 18:42:19 2008 +0800 17546 17547 mpc83xx: Remove cache config from MPC8360ERDK.h 17548 17549 The MPC8360ERDK board support patch is added before 17550 the commit 2c5b48fc205c3e2752910da8f39209ed075929e5 17551 so, miss clean up it. 17552 17553 The patch clean up the miss cache config. 17554 17555 Signed-off-by: Dave Liu <daveliu@freescale.com> 17556 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 17557 17558commit cd9d23053d435c08fc8695017b5cb9003fcda786 17559Author: Anton Vorontsov <avorontsov@ru.mvista.com> 17560Date: Mon Jan 14 23:09:32 2008 +0300 17561 17562 nand: FSL UPM NAND driver 17563 17564 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 17565 17566commit 6cb2239ae76faee64434286c4f8fc71374702dd2 17567Author: Kyungmin Park <kmpark@infradead.org> 17568Date: Tue Jan 15 08:59:44 2008 +0900 17569 17570 OneNAND: Separate U-Boot dependent code from OneNAND 17571 17572 OneNAND: Separate U-Boot dependent code from OneNAND 17573 17574 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 17575 17576commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164 17577Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 17578Date: Wed Jan 16 10:33:46 2008 +0100 17579 17580 ppc4xx: Sequoia coding style cleanup and beautification 17581 17582 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 17583 17584commit 4b3cc6ece9c455504cf12909fae38d085d848ac0 17585Author: Larry Johnson <lrj@acm.org> 17586Date: Tue Jan 15 14:35:58 2008 -0500 17587 17588 ppc4xx: Refactor ECC POST for AMCC Denali core 17589 17590 The ECC POST reported intermittent failures running after power-up on 17591 the Korat PPC440EPx board. Even when the test passed, the debugging 17592 output occasionally reported additional unexpected ECC errors. 17593 17594 This refactoring has three main objectives: (1) minimize the code 17595 executed with ECC enabled during the tests, (2) add more checking of the 17596 results so any unexpected ECC errors would cause the test to fail, and 17597 (3) use synchronization (only) where required by the processor. 17598 17599 Signed-off-by: Larry Johnson <lrj@acm.org> 17600 17601commit 2465665b73ac2f688af945b1ed510752afa816a4 17602Author: David Saada <David.Saada@ecitele.com> 17603Date: Tue Jan 15 10:40:24 2008 +0200 17604 17605 QE UEC: Extend number of supported UECs to 4 17606 17607 This patch extends the number of supported UECs to 4. Note that the 17608 problem of QE thread resources exhaustion is resolved by setting the 17609 correct number of QE threads according to Ethernet type (GBE or FE). 17610 17611 Signed-off-by: David Saada <david.saada@ecitele.com> 17612 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17613 17614commit 58d204256cb1ce1bd323847d9f644acf70a72e6a 17615Author: Wolfgang Denk <wd@denx.de> 17616Date: Wed Jan 16 00:01:01 2008 +0100 17617 17618 LWMON5: enable hush shell as command line parser 17619 17620 Signed-off-by: Wolfgang Denk <wd@denx.de> 17621 17622commit 66ffb1883feedddc813d8a507d060f2a940eb2b2 17623Author: Wolfgang Denk <wd@denx.de> 17624Date: Tue Jan 15 17:22:28 2008 +0100 17625 17626 ADS5121: disable watchdog; enable image timestamps 17627 17628 Signed-off-by: Wolfgang Denk <wd@denx.de> 17629 17630commit 2b4f778fe9d1de61d7445bae7b325340aba6968d 17631Author: Wolfgang Denk <wd@denx.de> 17632Date: Tue Jan 15 17:21:28 2008 +0100 17633 17634 TK885D: fixes for bigger flash sector sizes on new modules; 17635 adjust default environment; 17636 disable SCC ethernet (not used on this board). 17637 17638 Signed-off-by: Wolfgang Denk <wd@denx.de> 17639 17640commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607 17641Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17642Date: Tue Jan 15 17:48:13 2008 +0900 17643 17644 pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver 17645 17646 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17647 17648commit 76e49aa7fb8e76cc49092c1acd53fff921e26360 17649Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17650Date: Tue Jan 15 23:25:25 2008 +0900 17651 17652 sh: Add support SH7710/SH7712 17653 17654 SH7710/SH7712 of SH3 CPU are supported. 17655 SH771X is called SH-Ether, and has the Ether controller in CPU. 17656 The driver of Ether is not included in this patch. 17657 17658 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17659 17660commit 63a11be68306870e04d3851ed9fa41955cdf4894 17661Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17662Date: Tue Jan 15 23:06:17 2008 +0900 17663 17664 sh: Add support of map_physmem() and unmap_physmem() to SuperH 17665 17666 This patch add the support of map_physmem() and unmap_physmem() 17667 used with Common Flash Interface(CFI) driver. 17668 17669 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17670 17671commit db3995fe5164ac5d630b7ecb96286a9828dfbb54 17672Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17673Date: Wed Jan 9 14:42:27 2008 +0900 17674 17675 sh: Add maintainer of MS7720SE to the MAINTAINER file 17676 17677 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17678 17679commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3 17680Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17681Date: Wed Jan 9 14:39:58 2008 +0900 17682 17683 sh: Fix board name in MS7720SE's config.mk 17684 17685 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17686 17687commit c0a04d93734d768b39dbb72fb501b65614c8615d 17688Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17689Date: Wed Jan 9 14:37:36 2008 +0900 17690 17691 sh: Add MS7720SE to MAKEALL 17692 17693 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17694 17695commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae 17696Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 17697Date: Mon Dec 3 22:58:50 2007 +0900 17698 17699 sh: Add support for MS7720RP02 board 17700 17701 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 17702 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17703 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17704 17705commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed 17706Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 17707Date: Wed Jan 9 14:30:02 2008 +0900 17708 17709 sh: Add support for SH7720 in serial_sh driver. 17710 17711 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 17712 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17713 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17714 17715commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403 17716Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 17717Date: Mon Dec 3 22:58:45 2007 +0900 17718 17719 sh: Add support SH3 and SH7720 17720 17721 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 17722 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17723 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 17724 17725commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd 17726Author: Stefan Roese <sr@denx.de> 17727Date: Tue Jan 15 10:11:02 2008 +0100 17728 17729 ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c 17730 17731 Signed-off-by: Stefan Roese <sr@denx.de> 17732 17733commit 17bef68097ab3692500a36fb31115bff7910aa99 17734Author: Niklaus Giger <niklausgiger@gmx.ch> 17735Date: Mon Jan 14 14:04:42 2008 +0100 17736 17737 ppc_4xx: Fix post spr.c for PPC405 17738 17739 post/cpu/ppc4xx/spr.c contained a few checks for registers only present 17740 for PPC440 and derivates processor. 17741 17742 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 17743 17744commit 06c428bcd4413014b43236e77765022071424fa6 17745Author: Dave Liu <r63238@freescale.com> 17746Date: Mon Jan 14 11:12:01 2008 +0800 17747 17748 QE: fix compile warning 17749 17750 qe.c: In function 'qe_upload_firmware': 17751 qe.c:390: warning: pointer targets in passing argument 2 17752 uec.c: In function 'uec_initialize': 17753 uec.c:1236: warning: 'uec_info' may be used uninitialized 17754 17755 Signed-off-by: Dave Liu <daveliu@freescale.com> 17756 17757commit a0dd99d51efa55fe023e19c97ead92683725eb11 17758Author: Stefan Roese <sr@denx.de> 17759Date: Mon Jan 14 10:05:05 2008 +0100 17760 17761 ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit 17762 17763 Now that bit 29 is the USB PHY reset bit, update the Kilauea port 17764 to remove the USB PHY reset after powerup. The CPLD will keep the 17765 USB PHY in reset (active low) until the bit is set to 1 in 17766 board_early_init_f(). 17767 17768 Signed-off-by: Stefan Roese <sr@denx.de> 17769 17770commit f43ad53908f1ea83a7c26c3505bbe84382e47aad 17771Author: Wolfgang Denk <wd@denx.de> 17772Date: Sun Jan 13 23:26:45 2008 +0100 17773 17774 ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree 17775 17776 Signed-off-by: Wolfgang Denk <wd@denx.de> 17777 17778commit 8d103071b7b0e3ec888859bfcb9d422565e6d750 17779Author: Wolfgang Denk <wd@denx.de> 17780Date: Sun Jan 13 23:37:50 2008 +0100 17781 17782 ADS5121: Fix typo in ads5121.c, adjust default environment 17783 17784 Signed-off-by: Wolfgang Denk <wd@denx.de> 17785 17786commit 51b67d06faa670c65de6f29ec5b5aace74b2a047 17787Author: John Rigby <jrigby@freescale.com> 17788Date: Fri Aug 24 18:18:43 2007 -0600 17789 17790 ADS5121: MAX slew rate for PATA pins 17791 17792 Signed-off-by: John Rigby <jrigby@freescale.com> 17793 17794commit dd531aac34aaad138f16cacdb51d61908d59c0e2 17795Author: Wolfgang Denk <wd@denx.de> 17796Date: Sun Jan 13 21:05:52 2008 +0100 17797 17798 Fix Makefile dependency problem with parallel builds. 17799 17800 Signed-off-by: Wolfgang Denk <wd@denx.de> 17801 17802commit 89967841e3ea02e3d0e5e1295ab687576e5b1089 17803Author: Wolfgang Denk <wd@denx.de> 17804Date: Sun Jan 13 19:51:39 2008 +0100 17805 17806 MPC8544DS: fix board Makefile for silent build (with -s) 17807 17808 Signed-off-by: Wolfgang Denk <wd@denx.de> 17809 17810commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88 17811Author: Wolfgang Denk <wd@denx.de> 17812Date: Sun Jan 13 16:44:08 2008 +0100 17813 17814 PMC440 board: fix board Makefile for out-of-tree building 17815 17816 Signed-off-by: Wolfgang Denk <wd@denx.de> 17817 17818commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2 17819Author: Wolfgang Denk <wd@denx.de> 17820Date: Sun Jan 13 16:07:44 2008 +0100 17821 17822 Makalu: fix compile warning 17823 17824 Signed-off-by: Wolfgang Denk <wd@denx.de> 17825 17826commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0 17827Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 17828Date: Sun Jan 13 12:36:12 2008 +0100 17829 17830 cmd_nand : fix compiler warning. 17831 17832 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 17833 17834commit 8225d1e3ac0ab147cdde4b0042812583380afb8a 17835Author: Michael Schwingen <rincewind@discworld.dascon.de> 17836Date: Sat Jan 12 20:29:47 2008 +0100 17837 17838 CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation 17839 17840 Signed-off-by: Michael Schwingen <michael@schwingen.org> 17841 Acked-by: Stefan Roese <sr@denx.de> 17842 17843commit 2b2f43ed6a30ece77f76191c845ac95267daa31a 17844Author: Wolfgang Denk <wd@denx.de> 17845Date: Sun Jan 13 02:19:44 2008 +0100 17846 17847 MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES 17848 17849 Signed-off-by: Wolfgang Denk <wd@denx.de> 17850 17851commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d 17852Author: Wolfgang Denk <wd@denx.de> 17853Date: Sun Jan 13 02:19:13 2008 +0100 17854 17855 MPC8xx FEC driver: fix compiler warning. 17856 17857 Signed-off-by: Wolfgang Denk <wd@denx.de> 17858 17859commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b 17860Author: Wolfgang Denk <wd@denx.de> 17861Date: Sun Jan 13 00:59:21 2008 +0100 17862 17863 Fix Makefile dependencies issues; allow silent build 17864 17865 - get rid of "version" target whichdidn't really work 17866 - make autoconf.mk depend on version_autogenerated.h to make sure 17867 to rebuild files as needed 17868 - add XECHO macro to allow for silent build using "make -s" 17869 17870 Signed-off-by: Wolfgang Denk <wd@denx.de> 17871 17872commit e343ab83d5135b558aa58db9be8fc7faa68d77ed 17873Author: Wolfgang Denk <wd@denx.de> 17874Date: Sun Jan 13 00:55:47 2008 +0100 17875 17876 ADS5121e: fix compile warning 17877 17878 Signed-off-by: Wolfgang Denk <wd@denx.de> 17879 17880commit f2b6f4610627fe3d607620e25082916a01538875 17881Author: Wolfgang Denk <wd@denx.de> 17882Date: Sun Jan 13 00:55:18 2008 +0100 17883 17884 MUNICes: fix board Makefile for remote build directory 17885 17886 Signed-off-by: Wolfgang Denk <wd@denx.de> 17887 17888commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a 17889Author: Oliver Weber <almoeli@gmx.de> 17890Date: Wed Jan 9 17:04:38 2008 +0100 17891 17892 MPC5200: don't use hardcoded MBAR address in Bestcomm firmware 17893 17894 Signed-off-by: Oliver Weber <almoeli@gmx.de> 17895 17896commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f 17897Author: Andreas Engel <andreas.engel@ericsson.com> 17898Date: Wed Jan 9 17:10:56 2008 +0100 17899 17900 Make bootretry work when command line editing is enabled 17901 17902 Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work. 17903 This patch fixes the problem. 17904 17905 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com> 17906 17907commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4 17908Author: Larry Johnson <lrj@acm.org> 17909Date: Fri Jan 11 23:26:18 2008 -0500 17910 17911 Refactor code for "i2c sdram" command 17912 17913 Signed-off-by: Larry Johnson <lrj@acm.org> 17914 17915commit 0df6b8446c4721b91ce311548114891130371083 17916Author: Larry Johnson <lrj@acm.org> 17917Date: Thu Jan 10 22:23:39 2008 -0500 17918 17919 Fix "i2c sdram" command for DDR2 DIMMs 17920 17921 Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the 17922 "i2c sdram" command. This patch provides correct alternative 17923 interpretations when DDR2 memory is detected. 17924 17925 Signed-off-by: Larry Johnson <lrj@acm.org> 17926 17927commit 64134f011254123618798ff77c42ba196b2ec485 17928Author: Wolfgang Denk <wd@denx.de> 17929Date: Sat Jan 12 20:31:39 2008 +0100 17930 17931 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 17932 17933 With recent toolchain versions, some boards would not build because 17934 or errors like this one (here for ocotea board when building with 17935 ELDK 4.2 beta): 17936 ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab] 17937 17938 For many boards, the .bss section is big enough that it wraps around 17939 at the end of the address space (0xFFFFFFFF), so the problem will not 17940 be visible unless you use a 64 bit tool chain for development. On 17941 some boards however, changes to the code size (due to different 17942 optimizations) we bail out with section overlaps like above. 17943 17944 The fix is to add the NOLOAD attribute to the .bss and .sbss 17945 sections, telling the linker that .bss does not consume any space in 17946 the image. 17947 17948 Signed-off-by: Wolfgang Denk <wd@denx.de> 17949 17950commit 3afac79ec27b91df185f090b31dad9620779f440 17951Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 17952Date: Fri Jan 11 20:42:58 2008 -0600 17953 17954 USB: Add Philips 1561 PCI-OHCI ids 17955 (needed for M5475EVB) 17956 17957 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 17958 17959commit 5e8def6731cd7bec74bff42a16b139de04010353 17960Author: Wolfgang Denk <wd@denx.de> 17961Date: Sat Jan 12 15:51:34 2008 +0100 17962 17963 Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101 17964 boards. 17965 17966 Signed-off-by: Heiko Schocher <hs@denx.de> 17967 Signed-off-by: Wolfgang Denk <wd@denx.de> 17968 17969commit 5d49e0e152a8b81cc0602271e8fd259371f559b7 17970Author: Grzegorz Bernacki <gjb@semihalf.com> 17971Date: Fri Jan 11 12:03:43 2008 +0100 17972 17973 MPC512X: Cleanup bus clock names. 17974 17975 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 17976 17977commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d 17978Author: Grzegorz Bernacki <gjb@semihalf.com> 17979Date: Tue Jan 8 17:16:59 2008 +0100 17980 17981 MPC512X: Fixed typo in macro name. 17982 17983 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 17984 17985commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363 17986Author: Grzegorz Bernacki <gjb@semihalf.com> 17987Date: Tue Jan 8 17:16:15 2008 +0100 17988 17989 ads5121: Added support for FDT. 17990 17991 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 17992 17993commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719 17994Author: Wolfgang Denk <wd@denx.de> 17995Date: Sat Jan 12 01:05:50 2008 +0100 17996 17997 Coding Style cleanup; update CHANGELOG. 17998 17999 Signed-off-by: Wolfgang Denk <wd@denx.de> 18000
18001commit f6db945649e5e9d0c7efe33b507d243cdc86cf03 18002Author: Heiko Schocher <hs@denx.de> 18003Date: Fri Jan 11 15:15:17 2008 +0100 18004 18005 Fixed syntax error in function init_e300_core() of mpc83xx/start.S if 18006 18007 Signed-off-by: Timur Tabi <timur@freescale.com> 18008 Signed-off-by: Heiko Schocher <hs@denx.de> 18009 18010commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c 18011Author: Heiko Schocher <hs@denx.de> 18012Date: Fri Jan 11 15:15:16 2008 +0100 18013 18014 MUNICes: Set the right CFG_DEFAULT_MBAR value. 18015 18016 Signed-off-by: Heiko Schocher <hs@denx.de> 18017 18018commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2 18019Author: Heiko Schocher <hs@denx.de> 18020Date: Fri Jan 11 15:15:15 2008 +0100 18021 18022 added the config File for the MUNICes board. 18023 18024 Signed-off-by: Heiko Schocher <hs@denx.de> 18025 18026commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d 18027Author: Heiko Schocher <hs@denx.de> 18028Date: Fri Jan 11 15:15:14 2008 +0100 18029 18030 added basic support for the MUNICes board. 18031 18032 Signed-off-by: Heiko Schocher <hs@denx.de> 18033 18034commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19 18035Author: Wolfgang Denk <wd@denx.de> 18036Date: Sat Jan 12 00:39:37 2008 +0100 18037 18038 Update CHANGELOG and MAINTAINERS files. 18039 18040 Signed-off-by: Wolfgang Denk <wd@denx.de> 18041 18042commit 5ba7390c3cb579172be66888a371707b47b5be4e 18043Author: Anatolij Gustschin <agust@denx.de> 18044Date: Fri Jan 11 02:15:02 2008 +0100 18045 18046 Fix compilation problem in common/cmd_bmp.c 18047 18048 common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP 18049 isn't defined. This patch fix this. 18050 18051 Signed-off-by: Anatolij Gustschin <agust@denx.de> 18052 18053commit 5aa437baae5fe629abeab99bef793a2a1fc71b58 18054Author: Heiko Schocher <hs@denx.de> 18055Date: Fri Jan 11 01:12:09 2008 +0100 18056 18057 Fix defaultconfig for the mgcoge board. 18058 18059 Signed-off-by: Heiko Schocher <hs@denx.de> 18060 18061commit ac9db066b26935f31bff15c98168b19faeb603f3 18062Author: Heiko Schocher <hs@denx.de> 18063Date: Fri Jan 11 01:12:08 2008 +0100 18064 18065 Added support for the mgcoge board from keymile. 18066 18067 Signed-off-by: Heiko Schocher <hs@denx.de> 18068 18069commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818 18070Author: Heiko Schocher <hs@denx.de> 18071Date: Fri Jan 11 01:12:07 2008 +0100 18072 18073 Enable SMC microcode relocation patch for SMC1. 18074 18075 Signed-off-by: Heiko Schocher <hs@denx.de> 18076 18077commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7 18078Author: Heiko Schocher <hs@denx.de> 18079Date: Fri Jan 11 01:12:06 2008 +0100 18080 18081 Added support for the mgsuvd board from keymile. 18082 18083 Signed-off-by: Heiko Schocher <hs@denx.de> 18084 18085commit bf05293973b348f6946c9df92cd3c65ece42d0be 18086Author: James Yang <james.yang@freescale.com> 18087Date: Thu Jan 10 16:02:07 2008 -0600 18088 18089 Fix 64-bit vsprintf. 18090 18091 There were some size and unsigned problems. 18092 Also add support for "ll" size modifier in format string like glibc 18093 18094 Signed-off-by: James Yang <James.Yang@freescale.com> 18095 Acked-by: Jon Loeliger <jdl@freescale.com> 18096 18097commit 92fa37eac530860643afa26ae347af3d23d67309 18098Author: Larry Johnson <lrj@acm.org> 18099Date: Wed Jan 9 12:42:35 2008 -0500 18100 18101 Remove superfluous preprocessor conditionals from LM73 driver 18102 18103 (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE". 18104 18105 (2) Use conditional Makefile.o. 18106 18107 Signed-off-by: Larry Johnson <lrj@acm.org> 18108 18109commit efc6f447c1b940d1650c4b854c5598a595ddc3da 18110Author: Guennadi Liakhovetski <lg@denx.de> 18111Date: Thu Jan 10 17:59:07 2008 +0100 18112 18113 Add support for the TK885D baseboard from TELE-DATA 18114 18115 The TK885D board uses a TQM885D module from TQ, this port adds an 18116 own configuration file and adds a last_stage_init() method to 18117 configure the two PHYs, depending on the phy_auto_nego environment 18118 variable. 18119 18120 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 18121 18122commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89 18123Author: Kumar Gala <galak@kernel.crashing.org> 18124Date: Thu Jan 10 02:22:05 2008 -0600 18125 18126 Fix compiler warning 18127 18128 main.c: In function 'readline_into_buffer': 18129 main.c:927: warning: unused variable 'p_buf' 18130 18131 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 18132 18133commit bed53753dd1d7e6bcbea4339be0fb7760214cc35 18134Author: Anatolij Gustschin <agust@denx.de> 18135Date: Fri Jan 11 14:30:01 2008 +0100 18136 18137 Add Fujitsu CoralP/Lime video driver 18138 18139 Signed-off-by: Anatolij Gustschin <agust@denx.de> 18140 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 18141 18142commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058 18143Author: Anatolij Gustschin <agust@denx.de> 18144Date: Fri Jan 11 02:39:47 2008 +0100 18145 18146 Fix video console newline and carriage return handling 18147 18148 Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS 18149 are not displayed correctly. This is an attempt to fix 18150 this issue. Also add carriage return handling. 18151 18152 Signed-off-by: Anatolij Gustschin <agust@denx.de> 18153 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 18154 18155commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093 18156Author: Stefan Roese <sr@denx.de> 18157Date: Fri Jan 11 15:53:58 2008 +0100 18158 18159 ppc4xx: Fix sdram init on Sequoia boards 18160 18161 Clear possible errors in MCSR resulting from data-eye-search. 18162 If not done, then we could get an interrupt later on when 18163 exceptions are enabled. 18164 18165 Signed-off-by: Stefan Roese <sr@denx.de> 18166 18167commit d610a60730b7464f6f659db49d264d89a7c71061 18168Author: Anatolij Gustschin <agust@denx.de> 18169Date: Fri Jan 11 15:31:09 2008 +0100 18170 18171 ppc4xx: Rework Lime support for lwmon5 18172 18173 Rework Lime support for lwmon5 using new video driver 18174 18175 Signed-off-by: Anatolij Gustschin <agust@denx.de> 18176 18177commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0 18178Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18179Date: Fri Jan 11 14:55:16 2008 +0100 18180 18181 ppc4xx: Update PMC440 config file 18182 18183 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18184 18185commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea 18186Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18187Date: Fri Jan 11 14:55:08 2008 +0100 18188 18189 ppx4xx: Fix sdram init on PMC440 boards 18190 18191 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18192 18193commit 061aad4d320dddce26247699dcf2875ee2ea1366 18194Author: Dave Liu <r63238@freescale.com> 18195Date: Thu Jan 10 23:09:33 2008 +0800 18196 18197 mpc83xx: Fix the bug of 266MHz data rate DDR 18198 18199 The DDR doesn't work on the 266MHz data rate, 18200 the patch fix the bug. 18201 18202 Signed-off-by: Dave Liu <daveliu@freescale.com> 18203 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18204 18205commit ded08317ad9e340b887bf2eb46e9565a0f610a93 18206Author: Dave Liu <r63238@freescale.com> 18207Date: Thu Jan 10 23:08:26 2008 +0800 18208 18209 mpc83xx: Make the code more readable 18210 18211 Format the code, make it more readable 18212 18213 Signed-off-by: Dave Liu <daveliu@freescale.com> 18214 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18215 18216commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0 18217Author: Dave Liu <r63238@freescale.com> 18218Date: Thu Jan 10 23:07:23 2008 +0800 18219 18220 mpc83xx: Reduce the latency of DDR 18221 18222 Reduce the AL from 2 to 1 clock to improve the performance. 18223 18224 Signed-off-by: Dave Liu <daveliu@freescale.com> 18225 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18226 18227commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28 18228Author: Dave Liu <r63238@freescale.com> 18229Date: Thu Jan 10 23:06:05 2008 +0800 18230 18231 mpc83xx: Fix the wrong definition of MPC8315E 18232 18233 According to the latest user manual of MPC8315E, 18234 1) The SVCOD of HRCWL is different than 837x 18235 2) The SCCR has changes 18236 18237 Signed-off-by: Dave Liu <daveliu@freescale.com> 18238 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18239 18240commit ec2638ea08a537a1bd409db873aaaa33a053ebae 18241Author: Dave Liu <r63238@freescale.com> 18242Date: Thu Jan 10 23:05:00 2008 +0800 18243 18244 mpc83xx: Fix the typo in mpc83xx.h 18245 18246 The SPCR about TSEC priority is wrong. 18247 18248 Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com> 18249 Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com> 18250 Signed-off-by: Dave Liu <daveliu@freescale.com> 18251 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18252 18253commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b 18254Author: Dave Liu <r63238@freescale.com> 18255Date: Thu Jan 10 23:04:13 2008 +0800 18256 18257 mpc83xx: Fix the typo in global data struct 18258 18259 Fix the typo in global_data.h 18260 18261 Signed-off-by: Dave Liu <daveliu@freescale.com> 18262 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18263 18264commit 2c5b48fc205c3e2752910da8f39209ed075929e5 18265Author: Dave Liu <r63238@freescale.com> 18266Date: Thu Jan 10 23:03:03 2008 +0800 18267 18268 mpc83xx: Remove cache config from config.h 18269 18270 clean up the cache config from configs.h of board 18271 18272 Signed-off-by: Dave Liu <daveliu@freescale.com> 18273 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18274 18275commit fab6f556bbbbd1bb35a5433161f7f173c18df559 18276Author: Anton Vorontsov <avorontsov@ru.mvista.com> 18277Date: Wed Jan 9 20:57:47 2008 +0300 18278 18279 mpc83xx: add support for the MPC8360E-RDK 18280 18281 This is MPC8360E based board with: 18282 - 256MB fixed SDRAM; 18283 - 8MB Intel Strata NOR flash; 18284 - StMICRO 64MiB NAND flash; 18285 - two 10/100/1000 ethernet ports connected via Broadcom 18286 BCM5481 PHYs; 18287 - two 10/100 ethernet ports connected via National 18288 DP83848 PHYs; 18289 - one PCI and one miniPCI slots; 18290 - four serial ports (two NS16550-compatible, two UCCs); 18291 - four USB ports working through MPC8360E "FHCI" USB controller; 18292 - Fujitsu MB86277 graphics controller; 18293 - Analog to Digital Converter/Touchscreen controller, AD7843 18294 connected to SPI. 18295 18296 Features not supported in this patch are: 18297 - StMICRO 64MiB NAND flash (patch sent); 18298 - MINT framebuffer initialization (patch is pending); 18299 - Fetching production information from the EEPROM via I2C; 18300 - FHCI USB; 18301 - Two slow UCCs used as RS-485 UARTs. 18302 18303 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 18304 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18305 18306commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb 18307Author: Anton Vorontsov <avorontsov@ru.mvista.com> 18308Date: Wed Jan 9 20:57:40 2008 +0300 18309 18310 mpc83xx: add "fsl, qe" compatible fixups 18311 18312 New device trees will use "fsl,qe" compatible properties. 18313 18314 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 18315 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18316 18317commit 977b57583a7c34010e566a09a679ec3c1836f996 18318Author: Kim Phillips <kim.phillips@freescale.com> 18319Date: Wed Jan 9 15:24:06 2008 -0600 18320 18321 mpc83xx: add missing CONFIG_HAS_ETH0 defines 18322 18323 the new libfdt code only updates eth0 if CONFIG_HAS_ETH0 18324 is defined; add the define to the missing board configs. 18325 18326 Thanks to Emilian Medve for finding this. 18327 18328 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18329 18330commit b830b7f1635984ba607219fcbd78597c28eeb529 18331Author: Becky Bruce <bgill@freescale.com> 18332Date: Thu Jan 10 14:00:28 2008 -0600 18333 18334 86xx: Support 2GB DIMMs 18335 18336 Configure the number of bits used to address the banks inside the SDRAM 18337 device. The default register value of 0 means 2 bits to address 4 banks. 18338 Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks. 18339 18340 Signed-off-by: Becky Bruce <bgill@freescale.com> 18341 18342commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed 18343Author: Niklaus Giger <niklausgiger@gmx.ch> 18344Date: Thu Jan 10 18:50:33 2008 +0100 18345 18346 ppc4xx: Make Sequoia boot vxWorks 18347 18348 vxWorks expects in 18349 TLB 0 a entry for the Machine Check interrupt 18350 TLB 1 a entry for the RAM 18351 TLB 2 a entry for the EBC 18352 TLB 3 a entry for the boot flash 18353 18354 After changing the baudrate to 9600 I had no problems to boot the 18355 vxWorks image as distributed by WindRiver (Revision 2.0/1 from 18356 June 18, 2007) 18357 18358 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 18359 18360commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d 18361Author: Larry Johnson <lrj@arlinx.com> 18362Date: Wed Jan 9 23:10:27 2008 -0500 18363 18364 ppc4xx: Fix dflush() to restore DVLIM register 18365 18366 Signed-off-by: Larry Johnson <lrj@acm.org> 18367 18368commit 252f60b068d1f94190b5bcfda169db582387e15e 18369Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18370Date: Thu Jan 10 03:52:44 2008 -0500 18371 18372 Nios2: remove common/cmd_bdinfo.c unused variable. 18373 18374 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18375 Signed-off-by: Scott McNutt <smcnutt@psyent.com> 18376 18377commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c 18378Author: Ben Warren <biggerbadderben@gmail.com> 18379Date: Wed Jan 9 18:15:53 2008 -0500 18380 18381 Fix Ethernet init() return codes 18382 18383 Change return values of init() functions in all Ethernet drivers to conform 18384 to the following: 18385 18386 >=0: Success 18387 <0: Failure 18388 18389 All drivers going forward should return 0 on success. Current drivers that 18390 return 1 on success were left as-is to minimize changes. 18391 18392 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 18393 Acked-by: Stefan Roese <sr@denx.de> 18394 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18395 Acked-by: Kim Phillips <kim.phillips@freescale.com> 18396 Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 18397 Acked-By: Timur Tabi <timur@freescale.com> 18398 18399commit d3a6532cbe263d992f49e86ac95bede28e96f9c8 18400Author: Wolfgang Denk <wd@denx.de> 18401Date: Thu Jan 10 00:55:14 2008 +0100 18402 18403 Coding Style cleanup; update CHANGELOG 18404 18405 Signed-off-by: Wolfgang Denk <wd@denx.de> 18406 18407commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7 18408Author: Kim Phillips <kim.phillips@freescale.com> 18409Date: Wed Jan 9 16:56:54 2008 -0600 18410 18411 Add QE brg freq and correct qe bus freq fdt update code 18412 18413 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 18414 Signed-off-by: Andy Fleming <afleming@freescale.com> 18415 18416commit 890dfef06c2d169a3356359596890754dfb8ee1c 18417Author: Andy Fleming <afleming@freescale.com> 18418Date: Wed Jan 9 16:34:51 2008 -0600 18419 18420 Remove cache config from ATUM8548 and sbc8548 configs 18421 18422 These boards weren't updated by Kumar's config patch because they 18423 weren't in the tree, yet. 18424 18425 Signed-off-by: Andy Fleming <afleming@freescale.com> 18426 18427commit b8ec2385038c094b07ec5b49336289a46b6e9cc6 18428Author: Timur Tabi <timur@freescale.com> 18429Date: Mon Jan 7 13:31:19 2008 -0600 18430 18431 85xx: add ability to upload QE firmware 18432 18433 Define the layout of a binary blob that contains a QE firmware and instructions 18434 on how to upload it. Add function qe_upload_firmware() to parse the blob and 18435 perform the actual upload. Add command-line command "qe fw" to take a firmware 18436 blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the 18437 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define 18438 'struct rsp' in immap_qe.h to include the actual RISC Special Registers. 18439 18440 Signed-off-by: Timur Tabi <timur@freescale.com> 18441 18442commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe 18443Author: Kumar Gala <galak@kernel.crashing.org> 18444Date: Tue Jan 8 01:22:21 2008 -0600 18445 18446 85xx: Remove cache config from configs.h 18447 18448 Either use the standard defines in asm/cache.h or grab the information 18449 at runtime from the L1CFG SPR. 18450 18451 Also, minor cleanup in cache.h to make the code a bit more readable. 18452 18453 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 18454 18455commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96 18456Author: robert lazarski <robertlazarski@gmail.com> 18457Date: Fri Dec 21 10:39:27 2007 -0500 18458 18459 mpc85xx: Add support for ATUM8548 (updated) 18460 18461 Add support for Instituto Atlantico's ATUM8548 board 18462 18463 Signed-off-by: robert lazarski <robertlazarski@gmail.com> 18464 Signed-off-by: Andy Fleming <afleming@freescale.com> 18465 18466commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc 18467Author: robert lazarski <robertlazarski@gmail.com> 18468Date: Fri Dec 21 10:36:37 2007 -0500 18469 18470 mpc85xx: Add support for ATUM8548 (updated) 18471 18472 Add support for Instituto Atlantico's ATUM8548 board 18473 18474 Signed-off-by: robert lazarski <robertlazarski@gmail.com> 18475 18476commit 9e3ed392d2c8965e24c942b58796c31c644c2f70 18477Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 18478Date: Thu Dec 13 06:45:14 2007 -0600 18479 18480 mpc85xx: Add support for SBC8548 (updated) 18481 18482 Add support for Wind River's SBC8548 reference board. 18483 18484 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 18485 18486commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586 18487Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 18488Date: Thu Dec 13 06:45:08 2007 -0600 18489 18490 mpc85xx: Add support for SBC8548 (updated) 18491 18492 Add support for Wind River's SBC8548 reference board. 18493 18494 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 18495 Signed-off by: Andy Fleming <afleming@freescale.com> 18496 18497commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594 18498Author: Anton Vorontsov <avorontsov@ru.mvista.com> 18499Date: Mon Oct 22 19:58:19 2007 +0400 18500 18501 MPC8568E-MDS: set up QE pario for UART1 18502 18503 To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should 18504 be set up appropriately. 18505 18506 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 18507 18508commit ad162249cb371e9e38971676f09be791e5f3cf4a 18509Author: Anton Vorontsov <avorontsov@ru.mvista.com> 18510Date: Mon Oct 22 18:12:46 2007 +0400 18511 18512 MPC8568E-MDS: reset UCCs to use them reliably 18513 18514 In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset 18515 UCCs. 18516 18517 p.s Similar code exists in the Linux kernel board file (for capability 18518 reasons with older U-Boots), but should be removed some day. 18519 18520 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 18521 18522commit 2146cf56821c3364786ca94a7306008c5824b238 18523Author: Kumar Gala <galak@kernel.crashing.org> 18524Date: Wed Dec 19 01:18:15 2007 -0600 18525 18526 Reworked FSL Book-E TLB macros to be more readable 18527 18528 The old macros made it difficult to know what WIMGE and perm bits 18529 were set for a TLB entry. Actually use the bit masks for these items 18530 since they are only a single bit. 18531 18532 Also moved the macros into mmu.h out of e500.h since they aren't specific 18533 to e500. 18534 18535 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 18536 18537commit 1d47273d46925929f8f2c1913cd96d7257aade88 18538Author: Kumar Gala <galak@kernel.crashing.org> 18539Date: Tue Dec 18 23:21:51 2007 -0600 18540 18541 Use FSL Book-E MMU macros from Linux Kernel 18542 18543 Grab the FSL Book-E MAS register macros from Linux. Also added 18544 defines for page sizes up to 4TB and removed SHAREN since it doesnt 18545 really exist. 18546 18547 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 18548 18549commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37 18550Author: Andy Fleming <afleming@freescale.com> 18551Date: Wed Jan 9 13:51:32 2008 -0600 18552 18553 Fix my own merge stupidity 18554 18555 Way back in August I merged Heiko's patch: 18556 566a494f592: [PCS440EP] upgrade the PCS440EP board 18557 18558 with Jon's CONFIG_COMMANDS patches. 18559 18560 This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78 18561 18562 However, in the process, I left out some of Heiko's good changes. 18563 18564 Now Heiko's and Jon's patches are properly merged in fat_register_device() 18565 18566 Signed-off-by: Andy Fleming <afleming@freescale.com> 18567 18568commit 6636b62a6efc7f14e6e788788631ae7a7fca4537 18569Author: James Yang <James.Yang@freescale.com> 18570Date: Wed Jan 9 11:17:49 2008 -0600 18571 18572 Expose parse_line() globally. 18573 18574 Add new function readline_into_buffer() that allows the 18575 output of readline to be put into a pointer to char buffer. 18576 18577 This refactoring allows other functions besides the 18578 main command loop to also use the same input mechanism. 18579 18580 Signed-off-by: James Yang <James.Yang@freescale.com> 18581 Acked-by: Jon Loeliger <jdl@freescale.com> 18582 18583commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25 18584Author: Guennadi Liakhovetski <lg@denx.de> 18585Date: Wed Jan 9 01:15:25 2008 +0100 18586 18587 trivial: fix consequences of a bad merge 18588 18589 Fix what looks like a merge artifact. 18590 18591 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 18592 18593commit 4785a694c0045996ccf0ac5b8edf531efc1b730e 18594Author: Zhang Wei <wei.zhang@freescale.com> 18595Date: Thu Jan 3 10:51:15 2008 +0800 18596 18597 Add Ctrl combo key support to usb keyboard driver. 18598 18599 Ctrl combo key support is added, which is very useful to input Ctrl-C 18600 for interrupt current job. 18601 Also add usb_event_poll() calling to usb_kbd_testc(), which can get 18602 key input when tstc() is called. 18603 18604 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 18605 18606commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d 18607Author: Marcel Ziswiler <marcel@ziswiler.com> 18608Date: Sun Dec 30 03:30:56 2007 +0100 18609 18610 fix various comments 18611 18612 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 18613 18614commit 7817cb2083d982923752fe0f12b67c0e7c09a027 18615Author: Marcel Ziswiler <marcel@ziswiler.com> 18616Date: Sun Dec 30 03:30:46 2007 +0100 18617 18618 fix comments with new drivers organization 18619 18620 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 18621 18622commit a9b410dc7d2a4721c408b13abfc037988150f145 18623Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 18624Date: Fri Dec 28 12:50:59 2007 +0900 18625 18626 Remove the obsolete terse version of do_mii() 18627 18628 We now have more useful version of do_mii() and everybody use it. 18629 Gerald Van Baren says: 18630 18631 > When I originally wrote the mii command 6(!) years ago, I wrote a 18632 > verbose version that printed human readable decomposition of the flags, 18633 > etc., and a terse one that didn't print as much stuff and thus had a 18634 > smaller memory footprint. 18635 > 18636 > It sounds like the terse version has withered and died, apparently 18637 > people are only using the verbose version (which is very understandable, 18638 > I do myself). 18639 18640 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 18641 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 18642 18643commit 01c687aa6e065bd4faf80f723361e798941dd6b0 18644Author: Mike Frysinger <vapier@gentoo.org> 18645Date: Thu Dec 27 13:42:56 2007 -0500 18646 18647 Do not reference sha1.c when building mkimage. 18648 18649 remove sha1.o from mkimage linking since it isn't actually used. 18650 18651 Signed-Off-By: Mike Frysinger <vapier@gentoo.org> 18652 18653commit b9173af73e524d37c812f210173cf83385c5171a 18654Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 18655Date: Thu Dec 27 15:39:54 2007 +0900 18656 18657 common/cmd_mii.c: Add sanity argc check 18658 18659 If type mii command without arguments, we suffer from uninitialized argv[] 18660 entries; for example we MIPS get stuck by TLB error. 18661 18662 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 18663 18664commit 500856eb1707ed17d9204baa61dd59948d3b2899 18665Author: Rafal Jaworowski <raj@semihalf.com> 18666Date: Wed Jan 9 19:39:36 2008 +0100 18667 18668 API for external applications. 18669 18670 This is an API for external (standalone) applications running on top of 18671 U-Boot, and is meant to be more extensible and robust than the existing 18672 jumptable mechanism. It is similar to UNIX syscall approach. See api/README 18673 for more details. 18674 18675 Included is the demo application using this new framework (api_examples). 18676 18677 Please note this is still an experimental feature, and is turned off by 18678 default. 18679 18680 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 18681 18682commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1 18683Author: Jon Loeliger <jdl@freescale.com> 18684Date: Wed Jan 9 12:14:55 2008 -0600 18685 18686 86xx: Remove cache config from configs.h 18687 18688 Just use the standard defines in asm/cache.h. 18689 18690 Signed-off-by: Jon Loeliger <jdl@freescale.com> 18691 18692commit 26a41790f8eba19ad450e18ae91351daf485b3e2 18693Author: Rafal Jaworowski <raj@semihalf.com> 18694Date: Wed Jan 9 18:05:27 2008 +0100 18695 18696 Globalize envmatch() 18697 18698 The newly introduced API (routines related to env vars) will need to call 18699 it. 18700 18701 Signed-off-by: Rafal Zabdyr <armo@semihalf.com> 18702 18703commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f 18704Author: Jon Loeliger <jdl@freescale.com> 18705Date: Fri Jan 4 12:07:27 2008 -0600 18706 18707 Convert MPC8610HPCD to use libfdt. 18708 18709 Assumes the presence of the aliases node in the DTS to 18710 locate the pci and serial nodes for fixups. 18711 18712 Use consistent fdtaddr and fdtfile in environment variables. 18713 18714 Signed-off-by: Jon Loeliger <jdl@freescale.com> 18715 18716commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60 18717Author: Jon Loeliger <jdl@freescale.com> 18718Date: Fri Jan 4 11:58:23 2008 -0600 18719 18720 8610: Fix lingering compile warnings. 18721 18722 Turn off DEBUG. 18723 18724 Signed-off-by: Jon Loeliger <jdl@freescale.com> 18725 18726commit 6007f3251c0967adc13f2ed8be1b924ddc30124d 18727Author: Wolfgang Denk <wd@denx.de> 18728Date: Wed Jan 9 15:14:46 2008 +0100 18729 18730 Coding Style cleanup, update CHANGELOG 18731 18732 Signed-off-by: Wolfgang Denk <wd@denx.de> 18733 18734commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9 18735Author: Mike Frysinger <vapier@gentoo.org> 18736Date: Tue Dec 18 04:29:55 2007 -0500 18737 18738 fix easylogo on big endian dev systems 18739 18740 didnt realize how out of shape easylogo actually was until i tried using it. 18741 this patch does byte swapping as need be on the input tga header since the tga 18742 is in little endian but the host could just as well be big endian. i didnt 18743 bother using bswap macros or such stuff from system headers as nothing in 18744 POSIX dictates byte swapping functionality. 18745 18746 Signed-Off-By: Mike Frysinger <vapier@gentoo.org> 18747 18748commit 38d299c2db81bd889c601b5dfc12c4e83ef83333 18749Author: Mike Frysinger <vapier@gentoo.org> 18750Date: Tue Dec 18 03:23:25 2007 -0500 18751 18752 cleanup easylogo 18753 18754 - make the Makefile not suck 18755 - include proper headers for prototypes 18756 - fix obvious broken handling of strchr() when handling '.' in filenames 18757 18758 Signed-Off-By: Mike Frysinger <vapier@gentoo.org> 18759 18760commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c 18761Author: raptorbrino@aim.com <raptorbrino@aim.com> 18762Date: Thu Dec 13 21:23:28 2007 -0500 18763 18764 Fix build problems under Cygwin 18765 18766 This patch allows u-boot to build without error in a cygwin 18767 environment. Cygwin does not define __u64 in it's 18768 include/asm/types.h file. The -idirafter flag in the u-boot 18769 build causes the inclusion of the cygwin types.h file as opposed 18770 to u-bot/include/asm/types.h file which does define __u64. 18771 Subsequently, sha1.c compile fails due to unknown symbol. 18772 18773 Signed-off-by: Brian Miller <raptorbrino@netscape.net> 18774 18775commit 43ef1c381f9195504a2488f5cb909227eb97d475 18776Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 18777Date: Fri Nov 30 17:29:59 2007 +0100 18778 18779 cmd_bmp: Add support for displaying gzip compressed bmps 18780 18781 The existing code can show information about a gzip compressed BMP 18782 image, but can't actually display it. 18783 18784 Therefore, move the decompression code out of bmp_info() and use it in 18785 bmp_display() as well in order to display a compressed BMP image. 18786 18787 Also, clean things up a bit and fix a memory leak while we're at it. 18788 18789 [hskinnemoen@atmel.com: a bit of refactoring] 18790 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 18791 18792commit d197ffd8172c6fdef38733424640a9a47295d6e9 18793Author: Guennadi Liakhovetski <lg@denx.de> 18794Date: Thu Nov 29 21:15:56 2007 +0100 18795 18796 Fix and optimize MII operations on FEC (MPC8xx) controllers 18797 18798 This patch fixes several issues at least on a MPC885 based system with two 18799 FEC interfaces used in MII mode. 18800 18801 1. PHY discovery should first read PHY_PHYIDR2 register and only then 18802 PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it, 18803 otherwise the values read are wrong. Also notice, that PHY discovery 18804 cannot work on MPC88x / MPC87x in setups with both FECs active at all 18805 in its present form, because for both interfaces the registers from FEC 18806 1 are used to communicate over MII. 18807 18808 2. Remove code duplication for resetting the FEC by isolating it into a 18809 separate function. 18810 18811 3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init(). 18812 18813 4. Optimize mii_init() to only reset the FEC 1 controller once. 18814 18815 5. Fix a typo in mii_init() using index i instead of j thus potentially 18816 leading to unpredictable results. 18817 18818 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 18819 18820commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214 18821Author: Guennadi Liakhovetski <lg@denx.de> 18822Date: Tue Nov 20 13:14:20 2007 +0100 18823 18824 Fix endianness conversions in rtl8169 driver 18825 18826 It is unclear on what platforms this driver has been tested, since 18827 noone up to now defines CONFIG_RTL8169 in the board configuration 18828 header. Now it has been fixed for a big-endian mpc8241 based 18829 linkstation platform. This patch presents the necessary endianness 18830 conversion fixes. 18831 18832 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 18833 18834commit 58694f9709c0c3e3178e349ae748d98cfb0c639a 18835Author: Zhang Wei <wei.zhang@freescale.com> 18836Date: Thu Jan 3 10:51:15 2008 +0800 18837 18838 Add Ctrl combo key support to usb keyboard driver. 18839 18840 Ctrl combo key support is added, which is very useful to input Ctrl-C 18841 for interrupt current job. 18842 Also add usb_event_poll() calling to usb_kbd_testc(), which can get 18843 key input when tstc() is called. 18844 18845 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 18846 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 18847 18848commit 07eb02687f008721974a2fb54cd7fdc28033ab3c 18849Author: Wolfgang Denk <wd@denx.de> 18850Date: Wed Jan 9 13:43:38 2008 +0100 18851 18852 Coding Style clenaup; update CHANGELOG 18853 18854 Signed-off-by: Wolfgang Denk <wd@denx.de> 18855 18856commit c26acc1a43b31ddca5add42fd0360ff0eee90c80 18857Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18858Date: Thu Dec 27 17:13:11 2007 +0100 18859 18860 Remove bit swapping in Xilinx Spartan bitfile loading 18861 18862 This patch removes the unnecessary bit swapping when 18863 booting .bit files with the 'fpga loadb' command. 18864 18865 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18866 18867commit 437fc7327f0611f82937858f2d80e4cd61b40984 18868Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18869Date: Thu Dec 27 17:13:05 2007 +0100 18870 18871 Fix MSB check in Xilinx Spartan slave serial mode 18872 18873 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18874 18875commit 3bff4ffa33729a42645e328a21e8d16488872958 18876Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18877Date: Thu Dec 27 17:12:56 2007 +0100 18878 18879 Add new Xilinx Spartan FPGA types 18880 18881 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18882 18883commit 21d39d598c4e74d4e7761608c79dba2715d40a4c 18884Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18885Date: Thu Dec 27 17:12:43 2007 +0100 18886 18887 Add pre and post configuration callbacks for Spartan FPGAs 18888 18889 This patch adds a post configuration callback for Spartan2/3 FPGAs. 18890 pre and post configuration callback are now optional and 18891 not called when the function pointer is set to NULL. 18892 18893 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18894 18895commit 0133502e39ff89b67c26cb4015e0e7e8d9571184 18896Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18897Date: Thu Dec 27 17:12:34 2007 +0100 18898 18899 Improve configuration of FPGA subsystem 18900 18901 This patch removes the FPGA subsystem configuration through 18902 the CONFIG_FPGA bitmask configuration option. 18903 18904 See README for the new options: 18905 18906 CONFIG_FPGA, 18907 CONFIG_FPGA_<vendor>, 18908 CONFIG_FPGA_<family> 18909 18910 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18911 18912commit 95c6bc7d4a3588b452baca610f8c795a83630477 18913Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18914Date: Thu Dec 27 16:55:17 2007 +0100 18915 18916 Add Epson RX8025 RTC support 18917 18918 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18919 18920commit 1208a2dfde02bedd3c5bda29a606632b8e0be058 18921Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18922Date: Thu Dec 27 16:57:23 2007 +0100 18923 18924 serial: Make default_serial_console() a weak function 18925 18926 With this patch it is possible to reimplement default_serial_console() 18927 in board specific code. This will be done in the upcomming PMC440 18928 U-Boot port. This also allows the lwmon board maintainer to 18929 remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c. 18930 18931 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 18932 18933commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33 18934Author: Harald Welte <laforge@openmoko.org> 18935Date: Wed Dec 19 14:14:47 2007 +0100 18936 18937 add 'terminal program' functionality 18938 18939 This patch adds a 'cu' like serial terminal command to u-boot 18940 using which you can access other serial ports from the system console. 18941 18942 OpenMoko uses this in their Neo1973 phones to get access to the GSM 18943 Modem and GPS chip from the bootloader. 18944 18945 Signed-off-by: Harald Welte <laforge@openmoko.org> 18946 18947commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6 18948Author: Harald Welte <laforge@openmoko.org> 18949Date: Wed Dec 19 14:12:53 2007 +0100 18950 18951 Re-introduce the 'nand read.oob' and 'nand write.oob' commands 18952 that used to exist with the legacy NAND code 18953 18954 Signed-off-by: Harald Welte <laforge@openmoko.org> 18955 18956commit f540c42d9564854b19ce9bbb70affe172529fe70 18957Author: Harald Welte <laforge@openmoko.org> 18958Date: Wed Dec 19 14:09:58 2007 +0100 18959 18960 Fix building with CRAMFS but not JFFS2 support 18961 18962 Signed-off-by: Harald Welte <laforge@openmoko.org> 18963 18964commit 23d0baf967fecdaf1804f045f6339337c5607eec 18965Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18966Date: Sat Dec 22 15:52:58 2007 +0100 18967 18968 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime 18969 18970 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 18971 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18972 18973commit 23776ff292966a85d811126933830bed48211826 18974Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18975Date: Tue Dec 11 10:53:12 2007 +0100 18976 18977 ARM: support board-specific ethernet PHY init 18978 18979 Add until the new phylib will be arrived 18980 18981 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18982 18983commit 7b74ebe723e576baedf5a8b6240589b19b845a1b 18984Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18985Date: Sat Dec 8 16:34:08 2007 +0100 18986 18987 IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x 18988 18989 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18990 18991commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1 18992Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18993Date: Sun Dec 9 11:01:10 2007 +0100 18994 18995 Add missing file in gitignore and comments 18996 18997 based on Linux source tree's .gitignore files 18998 18999 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19000
19001commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868 19002Author: Wolfgang Denk <wd@denx.de> 19003Date: Wed Jan 9 11:36:21 2008 +0100 19004 19005 Coding Style cleanup, update CHANGELOG 19006 19007 Signed-off-by: Wolfgang Denk <wd@denx.de> 19008 19009commit b2e2142c500c48a57f18f9dd30e66c13caea0971 19010Author: Stefan Roese <sr@denx.de> 19011Date: Wed Jan 9 10:38:58 2008 +0100 19012 19013 POST: Execute SPR test after relocation 19014 19015 On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses 19016 self modifying code and this doesn't work with stack in d-cache, since 19017 I can't move the code from d-cache to i-cache. We move the SPR test to 19018 be executed a little later, after relocation. Then stack is located in 19019 SDRAM and this self-modifying code is no problem anymore. 19020 19021 Signed-off-by: Stefan Roese <sr@denx.de> 19022 19023commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde 19024Author: Stefan Roese <sr@denx.de> 19025Date: Wed Jan 9 10:28:20 2008 +0100 19026 19027 ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore 19028 19029 This patch configures the LWMON5 port to use d-cache as init-ram and 19030 the unused GPT0_COMP6 as POST WORD storage. 19031 19032 Signed-off-by: Stefan Roese <sr@denx.de> 19033 19034commit 1754f50b710194f886b6f2831803d8960171a14d 19035Author: Stefan Roese <sr@denx.de> 19036Date: Wed Jan 9 10:25:46 2008 +0100 19037 19038 ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage 19039 19040 The privious 4xx POST implementation only supported storing the POST 19041 WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer 19042 we need to store the POST WORD in some other non volatile location. 19043 This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such 19044 a location. 19045 19046 Signed-off-by: Stefan Roese <sr@denx.de> 19047 19048commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57 19049Author: Stefan Roese <sr@denx.de> 19050Date: Wed Jan 9 10:23:16 2008 +0100 19051 19052 ppc4xx: Add 44x cache locking to better support init-ram in d-cache 19053 19054 This patch adds support for locking the init-ram/stack in d-cache, 19055 so that other regions may use d-cache as well 19056 19057 Note, that this current implementation locks exactly 4k of d-cache, 19058 so please make sure that you don't define a bigger init-ram area. Take 19059 a look at the lwmon5 440EPx implementation as a reference. 19060 19061 Signed-off-by: Stefan Roese <sr@denx.de> 19062 19063commit 0ddb89601a8d29e808db450366752ffdc6267c53 19064Author: Wolfgang Denk <wd@denx.de> 19065Date: Wed Jan 9 10:16:33 2008 +0100 19066 19067 Fix memset bug in ext2fs_read_file() 19068 19069 ext2fs_read_file() had the function arguments swapped. 19070 19071 Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800 19072 19073 Signed-off-by: Wolfgang Denk <wd@denx.de> 19074 19075commit 32d6f1bc09175f3b77469771e839bc7255a9f22e 19076Author: Markus Klotzbücher <mk@denx.de> 19077Date: Tue Jan 5 08:17:15 1988 +0100 19078 19079 Fix problems with usb storage devices on MPC5200 /TQM5200 19080 19081 The MPC5200 OHCI controller operates in big endian, so 19082 CFG_OHCI_BE_CONTROLLER must be defined for it to work properly. 19083 19084 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 19085 19086commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19 19087Author: Wolfgang Denk <wd@denx.de> 19088Date: Tue Jan 8 22:58:27 2008 +0100 19089 19090 Fix compile problem with new env code. 19091 19092 Signed-off-by: Wolfgang Denk <wd@denx.de> 19093 19094commit 64b3727b9779d86127cd576e392a987de5ebb9fd 19095Author: Markus Klotzbücher <mk@denx.de> 19096Date: Tue Nov 27 10:23:20 2007 +0100 19097 19098 tools: fix fw_printenv tool to compile again 19099 19100 This patch updates the fw_printenv/fw_setenv userspace tool to include 19101 the correct MTD header in order to compile against current kernel 19102 headers. Backward compatibility is preserved by introducing an option 19103 MTD_VERSION which can be set to "old" for compilation using the old MTD 19104 headers. Along with this a number of warnings are fixed. 19105 19106 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 19107 19108commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516 19109Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19110Date: Tue Jan 8 15:40:09 2008 +0100 19111 19112 ppc4xx: assign PCI interrupts on seuqoia boards 19113 19114 Some operating systems rely on assigned PCI interrupts. 19115 19116 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19117 19118commit 6e9233d30afe57cb6e148fbfa4895e7810196fac 19119Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19120Date: Tue Jan 8 15:50:49 2008 +0100 19121 19122 ppc4xx: Move cpu/ppc4xx/vecnum.h into include path 19123 19124 This patch allows the use of 4xx interrupt vector number defines 19125 in board specific code outside cpu/ppc4xx. 19126 19127 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19128 19129commit 580d1d3186a2bc6dbdb626941b716dae1788e51e 19130Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19131Date: Tue Jan 8 15:39:01 2008 +0100 19132 19133 ppc4xx: Fix UIC2 vector number base 19134 19135 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19136 19137commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811 19138Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19139Date: Tue Jan 8 12:49:58 2008 +0100 19140 19141 ppc4xx: Update PLB/PCI divider for PMC440 board 19142 19143 This patch updates the PLB/PCI divider when running at 19144 400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock. 19145 19146 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19147 19148commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde 19149Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19150Date: Tue Jan 8 11:13:09 2008 +0100 19151 19152 ppc4xx: Disable error message when no NAND chip is installed on PMC440 19153 19154 Add CFG_NAND_QUIET_TEST option to disable error message when 19155 no NAND chip is installed on PMC440 boards. 19156 19157 Disable a couple of config defines that are only used for NAND_U_BOOT. 19158 19159 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19160 19161commit c83d7ca4dadd44ae430235077f63b64a11f36f6e 19162Author: Wolfgang Denk <wd@denx.de> 19163Date: Tue Jan 8 22:58:27 2008 +0100 19164 19165 Fix compile problem with new env code. 19166 19167 Signed-off-by: Wolfgang Denk <wd@denx.de> 19168 19169commit 6de66b35426312a21174a9bf0576a094e2904bea 19170Author: Markus Klotzbücher <mk@denx.de> 19171Date: Tue Nov 27 10:23:20 2007 +0100 19172 19173 tools: fix fw_printenv tool to compile again 19174 19175 This patch updates the fw_printenv/fw_setenv userspace tool to include 19176 the correct MTD header in order to compile against current kernel 19177 headers. Backward compatibility is preserved by introducing an option 19178 MTD_VERSION which can be set to "old" for compilation using the old MTD 19179 headers. Along with this a number of warnings are fixed. 19180 19181 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 19182 19183commit ad3006fe7e84667021753b74247b0bafd97ba35f 19184Author: Gerald Van Baren <vanbaren@cideas.com> 19185Date: Mon Jan 7 23:47:32 2008 -0500 19186 19187 LIBFDT: use memmove() instead of memcpy() 19188 19189 This is partial patch from the DTC/libfdt 19190 commit 67b6b33b9b413a450a72135b5dc59c0a1e33e647 19191 Author: David Gibson <david@gibson.dropbear.id.au> 19192 Date: Wed Nov 21 11:56:14 2007 +1100 19193 19194 The patch also fixes one genuine bug caught by valgrind - 19195 _packblocks() in fdt_rw.c was using memcpy() where it should have been 19196 using memmove(). 19197 19198 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 19199 19200commit aec7135bc300e3340d18f203347ee00c5b5f68c0 19201Author: David Gibson <david@gibson.dropbear.id.au> 19202Date: Mon Dec 17 14:42:07 2007 +1100 19203 19204 libfdt: Add more documentation (patch the seventh) 19205 19206 This patch adds more documenting comments to libfdt.h. Specifically, 19207 these document the read/write functions (not including fdt_open_into() 19208 and fdt_pack(), for now). 19209 19210 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 19211 19212commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e 19213Author: David Gibson <david@gibson.dropbear.id.au> 19214Date: Mon Dec 17 14:41:52 2007 +1100 19215 19216 libfdt: Add more documentation (patch the sixth) 19217 19218 This patch adds some more documenting comments to libfdt.h. 19219 Specifically this documents all the write-in-place functions. 19220 19221 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 19222 19223commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0 19224Author: Gerald Van Baren <vanbaren@cideas.com> 19225Date: Sat Dec 29 22:45:27 2007 -0500 19226 19227 Fine grained per property /chosen updating. 19228 19229 Implement a suggestion by Scott Wood to make the /chosen handling fine 19230 grained. Don't overwrite pre-existing properties on a per-property basis, 19231 so if /chosen exists but a necessary /chosen/property doesn't, it gets 19232 created. If a /chosen property exists, it is NOT overwritten unless the 19233 "force" flag is true. 19234 19235 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 19236 19237commit 238cb7a423c6eaa36496efb788cfb9798cea7f95 19238Author: Gerald Van Baren <vanbaren@cideas.com> 19239Date: Sat Jan 5 15:33:29 2008 -0500 19240 19241 Improve the FDT help message. 19242 19243 Add a note that "fdt copy" makes the new address active. 19244 Remove most of the extra hints at the end of the fdt help. 19245 19246 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 19247 19248commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92 19249Author: Gerald Van Baren <vanbaren@cideas.com> 19250Date: Sat Jan 5 14:52:04 2008 -0500 19251 19252 Support setting FDT properties with optional values. 19253 19254 Fix a bug found and documented by Bartlomiej Sieka where the optional 19255 value on "fdt set <path> <prop> [<val>]" wasn't optional. 19256 19257 => fdt mknode / testnode 19258 => fdt print /testnode 19259 testnode { 19260 }; 19261 => fdt set /testnode testprop 19262 => fdt print /testnode 19263 testnode { 19264 testprop; 19265 }; 19266 19267 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 19268 19269commit 22fb2246df91bfc840d87f0c5910818bad55577a 19270Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19271Date: Fri Dec 28 11:56:30 2007 +0100 19272 19273 Add fdt_find_and_setprop() to fdt_support.h 19274 19275 fdt_find_and_setprop() is used by several 4xx boards and it's 19276 missing in the appropriate header. This patch eliminates a 19277 warning when building U-Boot for such boards. 19278 19279 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19280 Acked-by: Stefan Roese <sr@denx.de> 19281 19282commit 802b769bac17b0560d3535a42c502469ee190cd1 19283Author: Stefan Roese <sr@denx.de> 19284Date: Tue Jan 8 18:39:30 2008 +0100 19285 19286 ppc4xx: Return 0 on success in 4xx ethernet driver 19287 19288 Signed-off-by: Stefan Roese <sr@denx.de> 19289 19290commit 6775c68683a53c7abc778774641aac6f833a2cbf 19291Author: Kim Phillips <kim.phillips@freescale.com> 19292Date: Tue Jan 8 09:59:49 2008 -0600 19293 19294 mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code 19295 19296 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19297 19298commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7 19299Author: Kim Phillips <kim.phillips@freescale.com> 19300Date: Thu Dec 20 16:28:34 2007 -0600 19301 19302 mpc83xx: rm remaining FLAT_TREE code 19303 19304 ..in board pci.c files 19305 19306 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19307 19308commit b3458d2cd55d01732e30a76d898afd99e871cd67 19309Author: Kim Phillips <kim.phillips@freescale.com> 19310Date: Thu Dec 20 15:57:28 2007 -0600 19311 19312 mpc83xx: remove FLAT_TREE code 19313 19314 need to rm it from pci code, too! 19315 19316 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19317 19318commit 5b8bc606c61456566af6912f818a153b6b06f242 19319Author: Kim Phillips <kim.phillips@freescale.com> 19320Date: Thu Dec 20 14:09:22 2007 -0600 19321 19322 mpc83xx: convert to using do_fixup_*() 19323 19324 convert to using simpler mpc85xx style fdt update code; streamline by 19325 eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm 19326 the old school FLAT_TREE code from 83xx (since the sbc8349 was just 19327 converted over to using libfdt). 19328 19329 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19330 19331commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab 19332Author: Paul Gortmaker <paul.gortmaker@windriver.com> 19333Date: Thu Dec 20 12:58:51 2007 -0500 19334 19335 sbc8349: enable libfdt by default on WRS SBC8349 board. 19336 19337 Make libfdt the default for the WRS SBC8349 board. 19338 Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef 19339 done for the other 83xx based boards. Also fix a typo in CONFIG_PCI. 19340 19341 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 19342 19343commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40 19344Author: Paul Gortmaker <paul.gortmaker@windriver.com> 19345Date: Thu Dec 20 12:58:16 2007 -0500 19346 19347 sbc8349: migrate board to libfdt 19348 19349 This adds libfdt support code for the Wind River sbc8349 board. 19350 19351 Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for 19352 the other Freescale 83xx boards. 19353 19354 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 19355 19356commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d 19357Author: Paul Gortmaker <paul.gortmaker@windriver.com> 19358Date: Thu Dec 20 12:56:19 2007 -0500 19359 19360 sbc8349: Remove board specific ECC code 19361 19362 ECC code is now shared for all 83xx boards, so remove board specific one. 19363 See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference. 19364 19365 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 19366 19367commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7 19368Author: Kim Phillips <kim.phillips@freescale.com> 19369Date: Thu Dec 20 01:30:48 2007 -0600 19370 19371 mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x) 19372 19373 continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x 19374 19375 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19376 19377commit ccf21c311e68d48399eff1e72936052885f6e3f7 19378Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 19379Date: Thu Dec 6 16:43:40 2007 +0100 19380 19381 Add support CONFIG_UEC_ETH3 in MPC83xx 19382 19383 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 19384 19385commit e6af9932d31171e35db880e7b2f29f903b1b7660 19386Author: Kumar Gala <galak@kernel.crashing.org> 19387Date: Mon Nov 26 11:00:54 2007 -0600 19388 19389 Remove CONFIG options related to OF that we dont use 19390 19391 The MPC8360E MDS config defined: 19392 CONFIG_OF_HAS_BD_T 19393 CONFIG_OF_HAS_UBOOT_ENV 19394 19395 Which we don't use or ever needed. This seems like copy-paste feature creep. 19396 19397 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 19398 19399commit f602082b4b7ed4ee16432067cc67a0a24fedc715 19400Author: Kim Phillips <kim.phillips@freescale.com> 19401Date: Mon Dec 10 14:16:22 2007 -0600 19402 19403 mpc83xx: supress compiler warning 19404 19405 mpc8360emds.c: In function ‘ft_board_setup’: 19406 mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type 19407 mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type 19408 19409 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19410 19411commit c16e44fa835fb9eec982d919863a04e2f78e5ce7 19412Author: Kim Phillips <kim.phillips@freescale.com> 19413Date: Tue Nov 27 14:17:29 2007 -0600 19414 19415 mpc83xx: fix remaining fdt_find_node_by_path references 19416 19417 rename to fdt_path_offset 19418 19419 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19420 19421commit 921d4b19ad1be704df58725485d9292dc0414adf 19422Author: Kim Phillips <kim.phillips@freescale.com> 19423Date: Mon Nov 19 12:30:09 2007 -0600 19424 19425 mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x 19426 19427 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x. 19428 This change guarantees that the environment will be located on the 19429 first flash sector after the U-Boot image. 19430 19431 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19432 19433commit 24f868433b50ecbaa88e118aadc7bd254013c6ae 19434Author: Kim Phillips <kim.phillips@freescale.com> 19435Date: Fri Nov 9 14:28:08 2007 -0600 19436 19437 mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid 19438 19439 u-boot itself uses GMII mode on the 8360. Fix up UCC phy-connection-type 19440 properties in the device tree so the PHY gets configured for internal delay on 19441 RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2. 19442 19443 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19444 19445commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b 19446Author: Dave Liu <r63238@freescale.com> 19447Date: Tue Sep 18 12:41:15 2007 +0800 19448 19449 mpc83xx: update the CREDITS and MAINTAINERS 19450 19451 update the CREDITS and MAINTAINERS. 19452 19453 Signed-off-by: Dave Liu <daveliu@freescale.com> 19454 19455commit b21add4b42af7b767448251b599b91066a160e0d 19456Author: Dave Liu <r63238@freescale.com> 19457Date: Tue Sep 18 12:40:21 2007 +0800 19458 19459 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds 19460 19461 Add the MAINTAINER and MAKEALL entries for mpc837xemds 19462 19463 Signed-off-by: Dave Liu <daveliu@freescale.com> 19464 19465commit f8900ce9094c462355eb792eea264ff16ac8fd16 19466Author: Dave Liu <r63238@freescale.com> 19467Date: Tue Sep 18 12:38:53 2007 +0800 19468 19469 mpc83xx: Add the MPC837xEMDS board readme 19470 19471 Add the README.mpc837xemds to /doc 19472 19473 Signed-off-by: Dave Liu <daveliu@freescale.com> 19474 19475commit 19580e660cc8da49f16536a8bd78c047c7bc12e5 19476Author: Dave Liu <r63238@freescale.com> 19477Date: Tue Sep 18 12:37:57 2007 +0800 19478 19479 mpc83xx: Add the support of MPC837xEMDS board 19480 19481 The MPC837xEMDS board support: 19482 * DDR2 400MHz hardcoded and SPD init 19483 * Local bus NOR Flash 19484 * I2C, UART, MII and RTC 19485 * eTSEC RGMII 19486 * PCI host 19487 19488 Signed-off-by: Dave Liu <daveliu@freescale.com> 19489 19490commit 555da61702771fe0f76f3de23b4e7590f3704161 19491Author: Dave Liu <r63238@freescale.com> 19492Date: Tue Sep 18 12:36:58 2007 +0800 19493 19494 mpc83xx: Add the support of MPC8315E SoC 19495 19496 The MPC8315E SoC including e300c3 core and new IP blocks, 19497 such as TDM, PCI Express and SATA controller. 19498 19499 Signed-off-by: Dave Liu <daveliu@freescale.com> 19500 19501commit 03051c3d35c9981ceaa059005660e699f3eacf1c 19502Author: Dave Liu <r63238@freescale.com> 19503Date: Tue Sep 18 12:36:11 2007 +0800 19504 19505 mpc83xx: Add the support of MPC837x SoC 19506 19507 The MPC837x SoC including e300c4 core and new IP blocks, 19508 such as SDHC, PCI Express and SATA controller. 19509 19510 Signed-off-by: Dave Liu <daveliu@freescale.com> 19511 19512commit 651d96f7e4c84adcdb98ef07ec878c20326e3359 19513Author: Anton Vorontsov <avorontsov@ru.mvista.com> 19514Date: Wed Nov 14 18:54:53 2007 +0300 19515 19516 MPC8360E-MDS: configure and enable second UART 19517 19518 Despite user manual, BCSR9.7 is negated (high) on HRST, so 19519 UART2 is disabled. Fix that and configure QE pins properly. 19520 19521 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 19522 19523commit b2893e1fcb28fad8c8b317104df8cee0142c7631 19524Author: Timur Tabi <timur@freescale.com> 19525Date: Mon Nov 5 09:34:06 2007 -0600 19526 19527 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions 19528 19529 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the 19530 currently-defined 83xx boards. This change guarantees that the environment 19531 will be located on the first flash sector after the U-Boot image. 19532 19533 Signed-off-by: Timur Tabi <timur@freescale.com> 19534 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19535 19536commit e05329516a13616b53240cd85b739217c2bf87f1 19537Author: Larry Johnson <lrj@acm.org> 19538Date: Fri Jan 4 13:27:02 2008 -0500 19539 19540 ppc4xx: Remove weak binding from common Denali data-eye search code 19541 19542 Now that there are no board-specific versions of 19543 "denali_core_search_data_eye()", the weak binding on the common version 19544 can be removed. 19545 19546 Signed-off-by: Larry Johnson <lrj@acm.org> 19547 19548commit 5ba576c01602fd328800a427964c36a0a05c5dce 19549Author: Stefan Roese <sr@denx.de> 19550Date: Sat Jan 5 09:13:46 2008 +0100 19551 19552 ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c 19553 19554 Signed-off-by: Stefan Roese <sr@denx.de> 19555 19556commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4 19557Author: Stefan Roese <sr@denx.de> 19558Date: Sat Jan 5 09:12:41 2008 +0100 19559 19560 ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup 19561 19562 On Katmai the complete auto-calibration somehow doesn't seem to 19563 produce the best results, meaning optimal values for RQFD/RFFD. 19564 This was discovered by GDA using a high bandwidth scope, 19565 analyzing the DDR2 signals. GDA provided a fixed value for RQFD, 19566 so now on Katmai "only" RFFD is auto-calibrated. 19567 19568 This patch also adds RDCC calibration as mentioned on page 7 of 19569 the AMCC PowerPC440SP/SPe DDR2 application note: 19570 "DDR1/DDR2 Initialization Sequence and Dynamic Tuning" 19571 19572 Signed-off-by: Stefan Roese <sr@denx.de> 19573 19574commit 49db47b8ae6afff2b898be312948ff501357dc80 19575Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19576Date: Wed Jan 2 16:48:42 2008 +0100 19577 19578 ppc4xx: Remove sdram.h from PMC440 board 19579 19580 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19581 19582commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a 19583Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19584Date: Wed Jan 2 16:48:34 2008 +0100 19585 19586 ppc4xx: use common denali core defines and data eye search code for PMC440 19587 19588 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19589 19590commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489 19591Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19592Date: Wed Jan 2 12:05:14 2008 +0100 19593 19594 ppc4xx: More cleanup for esd's LCD code 19595 19596 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19597 19598commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb 19599Author: Stefan Roese <sr@denx.de> 19600Date: Fri Jan 4 12:00:01 2008 +0100 19601 19602 ppc4xx: Fix Sequoia NAND booting target 19603 19604 The Sequoia NAND booting target now uses the recently extracted 19605 cpu/ppc4xx/denali_data_eye.c file too. 19606 19607 Signed-off-by: Stefan Roese <sr@denx.de> 19608 19609commit 0ddd969aec532bd7eae30fc09590488a3aaa629a 19610Author: Lawrence R. Johnson <lrj@acm.org> 19611Date: Thu Jan 3 15:02:02 2008 -0500 19612 19613 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board 19614 19615 Signed-off-by: Larry Johnson <lrj@acm.org> 19616 19617commit b05e8bf58be9d8956fdfde3d8c8e87c140414663 19618Author: Lawrence R. Johnson <lrj@acm.org> 19619Date: Fri Jan 4 02:11:56 2008 -0500 19620 19621 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board 19622 19623 Note: this patch changes the configuration of some GPIO registers: 19624 19625 Register Old Value New Value 19626 --------------- ---------- ---------- 19627 DCR GPIO0_TCR 0x0000000F 0x0000F0CF 19628 DCR GPIO0_TSRH 0x55005000 0x00000000 19629 DCR GPIO1_TCR 0xC2000000 0xE2000000 19630 DCR GPIO1_TSRL 0x0C000000 0x00200000 19631 DCR GPIO1_ISR2L 0x00050000 0x00110000 19632 19633 Signed-off-by: Larry Johnson <lrj@acm.org> 19634 19635commit 5ab884b254ca2e707ab50545cd705f30108cf491 19636Author: Lawrence R. Johnson <lrj@acm.org> 19637Date: Thu Jan 3 18:54:00 2008 -0500 19638 19639 ppc4xx: Add functionality to GPIO support 19640 19641 This patch makes two additions to GPIO support: 19642 19643 First, it adds function gpio_read_in_bit() to read the a bit from the 19644 GPIO Input Register (GPIOx_IR) in the same way that function 19645 gpio_read_out_bit() reads a bit from the GPIO Output Register 19646 (GPIOx_OR). 19647 19648 Second, it modifies function gpio_set_chip_configuration() to provide 19649 an additional option for configuring the GPIO from the 19650 "CFG_4xx_GPIO_TABLE". 19651 19652 According to the 440EPx User's Manual, when an alternate output is used, 19653 the three-state control is configured in one of two ways, depending on 19654 the particular output. The first option is to select the corresponding 19655 alternate three-state control in the GPIOx_TRSH/L registers. The second 19656 option is to select the GPIO Three-State Control Register (GPIOx_TCR) in 19657 the GPIOx_TRSH/L registers, and set the corresponding bit in the 19658 GPIOx_TCR register to enable the output. For example, the Manual 19659 specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use 19660 the alternate three-state control (first option), and specifies 19661 configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output 19662 enabled in the GPIOx_TCR register (second option). 19663 19664 Currently, gpio_set_chip_configuration() configures all alternate signal 19665 outputs to use the first option. This patch allow the second option to 19666 be selected by setting the "out_val" element in the table entry to 19667 "GPIO_OUT_1". The first option is used when the "out_val" element is 19668 set to "GPIO_OUT_0". Because "out_val" is not currently used when an 19669 alternate signal is selected, and because all current GPIO tables set 19670 "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should 19671 not change any existing configurations. 19672 19673 Signed-off-by: Larry Johnson <lrj@acm.org> 19674 19675commit 196404cdc1de495d6182e84731c200fc5748df15 19676Author: Larry Johnson <lrj@arlinx.com> 19677Date: Sun Dec 30 01:01:54 2007 -0500 19678 19679 PPC4xx: Remove sdram.h from board/lwmon5 19680 19681 These definitions are now in "include/ppc440.h". 19682 19683 Signed-off-by: Larry Johnson <lrj@acm.org> 19684 19685commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b 19686Author: Larry Johnson <lrj@arlinx.com> 19687Date: Sun Dec 30 01:01:32 2007 -0500 19688 19689 PPC4xx: Use common code for LWMON5 board SDRAM support 19690 19691 This patch also modifies the functionality of the code so that the data-eye 19692 search is now done with with the cache disabled. 19693 19694 Signed-off-by: Larry Johnson <lrj@acm.org> 19695 19696commit 62cc3951ab72135d9c101f1845b794e63a0fa189 19697Author: Larry Johnson <lrj@arlinx.com> 19698Date: Sun Dec 30 01:01:14 2007 -0500 19699 19700 PPC4xx: Remove sdram.h from board/amcc/sequoia 19701 19702 These definitions are now in "include/ppc440.h". 19703 19704 Signed-off-by: Larry Johnson <lrj@acm.org> 19705 19706commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a 19707Author: Larry Johnson <lrj@arlinx.com> 19708Date: Sun Dec 30 01:00:50 2007 -0500 19709 19710 PPC4xx: Use common code for Sequoia board SDRAM support 19711 19712 Signed-off-by: Larry Johnson <lrj@acm.org> 19713 19714commit 8b0c5c127690335758100c25eaec2b84db97c101 19715Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19716Date: Thu Dec 27 16:58:41 2007 +0100 19717 19718 net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option 19719 19720 When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's 19721 networking stack does not automatically switch to 19722 another interface. This patch does not touch the default 19723 behavior. 19724 19725 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19726 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 19727 19728commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32 19729Author: Upakul Barkakaty <upakul@gmail.com> 19730Date: Thu Nov 29 12:16:13 2007 +0530 19731 19732 NET: Proper return code handling in eth_init() function in file eth.c 19733 19734 This patch modifies the return code handling in the eth_init() 19735 function, to be compatible with the handling of the return codes in 19736 the other network stack files. It now returns a 0 on Success and -1 on 19737 error. 19738 19739 Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com> 19740 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 19741 19742commit 5ca2d0953e4579a80810966cca2077e20d912c97 19743Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 19744Date: Mon Nov 19 20:27:04 2007 +0900 19745 19746 net/eth.c: Fix env_enetaddr signed overflow 19747 19748 Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are 19749 warned as below: 19750 19751 U-Boot 1.2.0 (Aug 30 2007 - 08:27:37) 19752 19753 DRAM: 256 MB 19754 Flash: 32 MB 19755 In: serial 19756 Out: serial 19757 Err: serial 19758 Net: NEC-Candy 19759 Warning: NEC-Candy MAC addresses don't match: 19760 Address in SROM is 00:00:4C:80:92:A2 19761 Address in environment is FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21 19762 19763 This patch changes env_enetaddr type from `char' to `unsigned char'. 19764 19765 Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp> 19766 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 19767 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 19768 19769commit f85b60710571b37293d2233933b76e2aa3db5635 19770Author: Rafal Jaworowski <raj@semihalf.com> 19771Date: Thu Dec 27 18:19:02 2007 +0100 19772 19773 Introduce new eth_receive routine 19774 19775 The purpose of this routine is receiving a single network frame, outside of 19776 U-Boot's NetLoop(). Exporting it to standalone programs that run on top of 19777 U-Boot will let them utilise networking facilities. For sending a raw frame 19778 the already existing eth_send() can be used. 19779 19780 The direct consumer of this routine is the newly introduced API layer for 19781 external applications (enabled with CONFIG_API). 19782 19783 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 19784 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 19785 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 19786 19787commit 5c740711f0ea5b51414b341b71597c4a0751be74 19788Author: Jon Loeliger <jdl@freescale.com> 19789Date: Thu Jan 3 10:41:04 2008 -0600 19790 19791 8610: Move include of config.h earlier. 19792 19793 Include config.h earlier in the set of #includes 19794 so as to avoid a incidental and duplicate definition 19795 of CFG_CACHELINE_SIZE. 19796 19797 Signed-off-by: Jon Loeliger 19798 19799commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff 19800Author: Jon Loeliger <jdl@freescale.com> 19801Date: Tue Dec 4 10:53:34 2007 -0600 19802 19803 Don't slam #undef DEBUG in the 8641HPCN config file. 19804 19805 Doing so prevents it from being individually set 19806 and useful in other files. 19807 19808 Signed-off-by: Jon Loeliger <jdl@freescale.com> 19809 19810commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c 19811Author: Jon Loeliger <jdl@freescale.com> 19812Date: Wed Nov 28 14:47:18 2007 -0600 19813 19814 Convert MPC8641HPCN to use libfdt. 19815 19816 Assumes the presence of the aliases node in the DTS to 19817 locate the ethernet, pci and serial nodes for fixups. 19818 19819 Use consistent fdtaddr and fdtfile in environment variables. 19820 19821 Signed-off-by: Jon Loeliger <jdl@freescale.com> 19822 19823commit ce37422d0002e10490e268392e0c4e3028e52cec 19824Author: Stefan Roese <sr@denx.de> 19825Date: Wed Jan 2 14:06:26 2008 +0100 19826 19827 cfi_flash: Fix bug in flash_isset() to use correct 32bit function 19828 19829 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide 19830 flash chips connected to a 32bit wide port. 19831 19832 Signed-off-by: Stefan Roese <sr@denx.de> 19833 19834commit 1182e9f8e3b92fc372d64943293de53daa2e26cf 19835Author: Wolfgang Denk <wd@denx.de> 19836Date: Wed Jan 2 15:58:44 2008 +0100 19837 19838 Fix compile problem introduced by "cleanup" commit 3dfd708c 19839 19840 Signed-off-by: Wolfgang Denk <wd@denx.de> 19841 19842commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7 19843Author: Wolfgang Denk <wd@denx.de> 19844Date: Wed Jan 2 15:54:45 2008 +0100 19845 19846 Make scripts and Makefiles POSIX compliant 19847 19848 The bash builtin versions of the "test" (resp. "[") command allow 19849 using "==" for string comparisons, but POSIX compatible implemen- 19850 tations (like /usr/bin/test) insist on using "=" only. On such systems 19851 you will see: 19852 19853 $ /usr/bin/test a == a && echo OK 19854 /usr/bin/test: ==: binary operator expected 19855 19856 This patch fixes Makefiles and scripts to use POSIX style. 19857 19858 Signed-off-by: Wolfgang Denk <wd@denx.de> 19859 19860commit 47cc23cbe9a669c510183f4f049bf703ef445f3b 19861Author: Stefan Roese <sr@denx.de> 19862Date: Wed Jan 2 14:05:37 2008 +0100 19863 19864 cfi_flash: Fix bug in flash_isset() to use correct 32bit function 19865 19866 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide 19867 flash chips connected to a 32bit wide port. 19868 19869 Signed-off-by: Stefan Roese <sr@denx.de> 19870 19871commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc 19872Author: Wolfgang Denk <wd@denx.de> 19873Date: Wed Jan 2 12:38:43 2008 +0100 19874 19875 Minor coding style cleanup. 19876 19877 Signed-off-by: Wolfgang Denk <wd@denx.de> 19878 19879commit e174ac34adf5d5653df12bc3cf19c52063a71269 19880Author: Stefan Roese <sr@denx.de> 19881Date: Fri Dec 28 17:29:56 2007 +0100 19882 19883 ppc4xx: Coding style cleanup 19884 19885 Signed-off-by: Stefan Roese <sr@denx.de> 19886 19887commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5 19888Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19889Date: Fri Dec 28 17:07:24 2007 +0100 19890 19891 ppc4xx: Complete PMC440 board support 19892 19893 This patch brings the PMC440 board configuration file. 19894 Finally it enables the PMC440 board support. 19895 19896 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19897 19898commit 407843a582560fc5231299561ab3c2b6b6cd3397 19899Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19900Date: Fri Dec 28 17:07:18 2007 +0100 19901 19902 ppc4xx: Add FPGA support and BSP commands for PMC440 boards 19903 19904 This patch adds some BSP commands and FPGA booting support 19905 for esd's PMC440 boards. 19906 19907 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19908 19909commit 72c5d52aedcce35e4b4fa5895605554825b6a76f 19910Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19911Date: Fri Dec 28 17:07:14 2007 +0100 19912 19913 ppc4xx: Add initial esd PMC440 board files 19914 19915 This patch adds the first files for the new esd PMC440 boards. 19916 The next two patches will complete the PMC440 board support. 19917 19918 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19919 19920commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5 19921Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19922Date: Fri Dec 28 17:10:36 2007 +0100 19923 19924 ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates 19925 19926 - add EEPROM write protection for esd PLU405 boards. 19927 - initialize NAND GPIOs 19928 - use correct io accessors 19929 - cleanup 19930 19931 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19932 19933commit 77660c4b59055d621d2a8595bd4c18bb277268fc 19934Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19935Date: Fri Dec 28 17:10:44 2007 +0100 19936 19937 ppc4xx: use correct io accessors for esd's LCD code 19938 19939 This patch fixes esd's LCD dectection code to work correctly with 19940 newer gcc versions. 19941 19942 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19943 19944commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e 19945Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19946Date: Fri Dec 28 17:10:42 2007 +0100 19947 19948 ppc4xx: Maintenance patch for VOH405 boards 19949 19950 - add EEPROM write protection 19951 - initialize NAND GPIOs 19952 - use correct io accessors 19953 - slow down I2C clock to 100kHz 19954 - enable ext. I2C bus 19955 - cleanup 19956 19957 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19958 19959commit c05569066dbcba3fdf36d4d1943df265dc316a86 19960Author: Stefan Roese <sr@denx.de> 19961Date: Fri Dec 28 16:08:08 2007 +0100 19962 19963 ppc4xx: Enable 405EP PCI arbiter per default on all boards 19964 19965 In an attmemt to clean up the 4xx start.S file, I removed the enabling 19966 of the internal 405EP PCI arbiter. This is needed for multiple other 19967 405EP platforms, like most of the esd 405EP. Now the internal PCI 19968 arbiter is enabled again per default as it has been before. 19969 19970 Signed-off-by: Stefan Roese <sr@denx.de> 19971 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19972 19973commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b 19974Author: Stefan Roese <sr@denx.de> 19975Date: Fri Dec 28 15:53:46 2007 +0100 19976 19977 ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP) 19978 19979 Signed-off-by: Stefan Roese <sr@denx.de> 19980 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19981 19982commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79 19983Author: Stefan Roese <sr@denx.de> 19984Date: Fri Dec 28 06:06:04 2007 +0100 19985 19986 ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target 19987 19988 Use correct link to nand_ecc now located in drivers/mtd/nand/ for the 19989 platforms mentioned above. 19990 19991 Signed-off-by: Stefan Roese <sr@denx.de> 19992 19993commit b568fd25574181a3b12ae3d66b2913903442cb83 19994Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 19995Date: Thu Dec 27 17:03:46 2007 +0100 19996 19997 Remove CPCI440 board 19998 19999 This board never left prototyping state and it 20000 became a millstone round my neck. So remove it.
20001 20002 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20003 20004commit c591dffe0cbacd896ccbad06011fe6d6afa080da 20005Author: Larry Johnson <lrj@arlinx.com> 20006Date: Thu Dec 27 11:28:51 2007 -0500 20007 20008 Add support for Korat PPC440EPx board 20009 20010 These patches add support for the PPC440EPx-based "Korat" board to 20011 U-Boot. They are based primarily on support for the Sequoia board. 20012 20013 Signed-off-by: Larry Johnson <lrj@acm.org> 20014 20015commit 87dc096829e6a6363f4fdd73653b0093a85adbe0 20016Author: Larry Johnson <lrj@arlinx.com> 20017Date: Sat Dec 22 15:16:25 2007 -0500 20018 20019 Add configuration file for Korat board 20020 20021 This patch supplies the configuration file for the Korat PPC440EPx- 20022 processor board. 20023 20024 Signed-off-by: Larry Johnson <lrj@acm.org> 20025 20026commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5 20027Author: Larry Johnson <lrj@arlinx.com> 20028Date: Sat Dec 22 15:16:11 2007 -0500 20029 20030 Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile 20031 20032 Signed-off-by: Larry Johnson <lrj@acm.org> 20033 20034commit aba19604d848b2838cfb9ebe818909e6a216058e 20035Author: Larry Johnson <lrj@arlinx.com> 20036Date: Thu Dec 27 10:54:48 2007 -0500 20037 20038 Add 440EPx DDR2 SPD DIMM support 20039 20040 This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM 20041 controller. It should also work on the 440GRx. It is based on the DDR2 20042 SPD code for the 440EP/440EPx, but makes no provision for DDR1 support. 20043 20044 This code has been tested on prototype Korat boards with three Kingston 20045 DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC 20046 (two ranks). The Korat board has a single DIMM socket, but support has 20047 been provided (though not tested) for boards with two DIMM sockets. 20048 20049 Signed-off-by: Larry Johnson <lrj@acm.org> 20050 20051commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f 20052Author: Larry Johnson <lrj@arlinx.com> 20053Date: Sat Dec 22 15:15:30 2007 -0500 20054 20055 Copy 440EPx/GRx SDRAM data-eye search to common directory 20056 20057 This patch creates a non-board-specific file for performing the SDRAM 20058 data-eye search. It also adds ECC error checking to the test of valid 20059 data on readback when ECC is enabled. 20060 20061 Signed-off-by: Larry Johnson <lrj@acm.org> 20062 20063commit c46f53333b22b1f9098676bea8884fc7db820cf3 20064Author: Larry Johnson <lrj@arlinx.com> 20065Date: Sat Dec 22 15:15:13 2007 -0500 20066 20067 Add definitions for 440EPx/GRx SDRAM controller to ppc440.h 20068 20069 This patch adds the Denali SDRAM controller definitions to "ppc440.h". 20070 It also fixes two typos in the definitions, so the board-specific 20071 "sdram.h" files containing these definitions are also fixed to avoid 20072 compiler warnings. 20073 20074 Signed-off-by: Larry Johnson <lrj@acm.org> 20075 20076commit c348578bf612d0c56d8d376d23cae16defbd86af 20077Author: Larry Johnson <lrj@arlinx.com> 20078Date: Thu Dec 27 10:50:55 2007 -0500 20079 20080 Add Ethernet 1000BASE-X support for PPC4xx 20081 20082 This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol 20083 is defined, the PHY will advertise it's capabilities for autonegotiation 20084 based on the capabilities shown in the PHY's status registers, including 20085 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will 20086 advertise hard-coded capabilities, as before. 20087 20088 Signed-off-by: Larry Johnson <lrj@acm.org> 20089 20090commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3 20091Author: Larry Johnson <lrj@arlinx.com> 20092Date: Thu Dec 27 09:52:17 2007 -0500 20093 20094 Add driver for National Semiconductor LM73 temperature sensor 20095 20096 This driver is based on the driver for the LM75. 20097 20098 Signed-off-by: Larry Johnson <lrj@acm.org> 20099 20100commit 12618278688ea9b3d76536960a5ad2e3790fac40 20101Author: Larry Johnson <lrj@arlinx.com> 20102Date: Sat Dec 22 15:14:00 2007 -0500 20103 20104 Add driver for STMicroelectronics M41T60 RTC 20105 20106 This driver is based on the driver for the M41T11. In the intended 20107 application, the RTC will be powered by a large capacitor, rather than a 20108 battery. The driver therefore checks to see whether the RTC has lost 20109 power. The chip's OUT bit is normally reset from its power-up state. If 20110 the OUT bit is read as set, or if the date and time are not valid, then the 20111 RTC is assumed to have lost power, and its date and time are reset to 20112 1900-01-01 00:00:00. 20113 20114 Support for adjusting the speed of the clock to improve accuracy is 20115 provided through an environment variable. 20116 20117 Signed-off-by: Larry Johnson <lrj@acm.org> 20118 20119commit d3471173e14b7544bb60339eda8d3d3906694b0a 20120Author: Larry Johnson <lrj@arlinx.com> 20121Date: Sat Dec 22 15:34:39 2007 -0500 20122 20123 Use out_be32() and friends to access memory-mapped registers in sequoia.c 20124 20125 Signed-off-by: Larry Johnson <lrj@acm.org> 20126 20127commit c68f59fe3ec16769f82b5fca7421983c336d3aac 20128Author: Larry Johnson <lrj@arlinx.com> 20129Date: Sat Dec 22 15:34:20 2007 -0500 20130 20131 Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia 20132 20133 Signed-off-by: Larry Johnson <lrj@acm.org> 20134 20135commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8 20136Author: Larry Johnson <lrj@arlinx.com> 20137Date: Sat Dec 22 15:23:50 2007 -0500 20138 20139 Cosmetic changes to ECC POST for AMCC Denali core 20140 20141 Signed-off-by: Larry Johnson <lrj@acm.org> 20142 20143commit 2e583d6c81034f80a267b89fa55498ae063ccef1 20144Author: Stefan Roese <sr@denx.de> 20145Date: Wed Dec 26 20:20:19 2007 +0100 20146 20147 ppc4xx: Fix compilation problem in 405 cache POST test 20148 20149 Signed-off-by: Stefan Roese <sr@denx.de> 20150 20151commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708 20152Author: Stefan Roese <sr@denx.de> 20153Date: Sat Dec 22 12:20:09 2007 +0100 20154 20155 ppc4xx: Move virtual address of POST cache test to bigger address 20156 20157 On Sequoia & LWMON5 the virtual address of the POST cache test is now 20158 moved to a bigger address. This enables usage of more memory on those 20159 boards. 20160 20161 Signed-off-by: Stefan Roese <sr@denx.de> 20162 20163commit d91722102cf63f77a0148ed3f3d54a26d87575e9 20164Author: Stefan Roese <sr@denx.de> 20165Date: Sat Dec 22 12:18:26 2007 +0100 20166 20167 ppc4xx: Fix problem in 44x cache POST routine 20168 20169 As repoted by Larry Johnson, running "diag run cache" caused a crash 20170 in U-Boot. This problem was introduced by a patch that removed the 20171 TLB entry for the cache test after the test has completed. Since this 20172 TLB was only setup once, a 2nd attempt to run this cache test 20173 failed with a crash. Now this TLB entry is created every time the 20174 routine is called. 20175 20176 Signed-off-by: Stefan Roese <sr@denx.de> 20177 20178commit b0265b576bb8fa9465f99e99c323768b562fadc2 20179Author: Stefan Roese <sr@denx.de> 20180Date: Fri Dec 21 07:51:29 2007 +0100 20181 20182 ppc4xx: Update Makalu fdt support 20183 20184 Signed-off-by: Stefan Roese <sr@denx.de> 20185 20186commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea 20187Author: Stefan Roese <sr@denx.de> 20188Date: Wed Dec 19 09:05:40 2007 +0100 20189 20190 ppc4xx: Add fdt support to AMCC Katmai eval board 20191 20192 Signed-off-by: Stefan Roese <sr@denx.de> 20193 20194commit 328a340392a5df9aaf00792be989df73e750859e 20195Author: Stefan Roese <sr@denx.de> 20196Date: Tue Dec 18 08:44:51 2007 +0100 20197 20198 ppc4xx: fdt: Cleanup setup of cpu node setup 20199 20200 Now the cpu node setup ("timebase-frequency" and "clock-frequency") is 20201 without using the absolute path to the cpu node. This makes it possible 20202 to use this U-Boot version with both versions of cpu-node naming 20203 "cpu@0" and the former "PowerPC,440EPx@0". 20204 20205 Signed-off-by: Stefan Roese <sr@denx.de> 20206 20207commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b 20208Author: Stefan Roese <sr@denx.de> 20209Date: Mon Dec 17 17:26:21 2007 +0100 20210 20211 ppc4xx: Fix lwmon5 compilation problem 20212 20213 Now that the 440EPx ECC test is not board specific anymore 20214 remove this Makefile. 20215 20216 Signed-off-by: Stefan Roese <sr@denx.de> 20217 20218commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62 20219Author: Anatolij Gustschin <agustschin@t-online.de> 20220Date: Wed Dec 5 17:43:20 2007 +0100 20221 20222 Fix ppc4xx clear_bss() code 20223 20224 ppc4xx clear_bss() fails if BSS segment size is not 20225 divisible by 4 without remainder. This patch provides 20226 fix for this problem. 20227 20228 Signed-off-by: Anatolij Gustschin <agust@denx.de> 20229 20230commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d 20231Author: Niklaus Giger <niklausgiger@gmx.ch> 20232Date: Fri Nov 30 18:35:11 2007 +0100 20233 20234 PPC4xx: Minimal changes to add vxWorks support 20235 20236 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 20237 20238commit 052440b022ca8981d39b6f8c10d1aa6326f47480 20239Author: Markus Klotzbücher <mk@denx.de> 20240Date: Fri Nov 23 13:09:18 2007 +0100 20241 20242 ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config 20243 20244 When using dhcp/bootp the "netmask" environment variable is not 20245 set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is 20246 desireable, so the following patch adds this this option to the board 20247 config. 20248 20249 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 20250 Signed-off-by: Stefan Roese <sr@denx.de> 20251 20252commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e 20253Author: Larry Johnson <lrj@arlinx.com> 20254Date: Sat Oct 27 12:48:15 2007 -0400 20255 20256 Fix/enhance ECC POST for 440EPx/GRx 20257 20258 This patch allows the ECC POST to be used for different boards with the 20259 PPC440 Denali SDRAM controller. Modifications include skipping the test 20260 if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization 20261 to prevent timing errors. 20262 20263 Signed-off-by: Larry Johnson <lrj@acm.org> 20264 20265commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4 20266Author: Larry Johnson <lrj@arlinx.com> 20267Date: Sat Oct 27 12:48:05 2007 -0400 20268 20269 PPC4xx: Move/rename ECC POST for 440EPx/GRx 20270 20271 Signed-off-by: Larry Johnson <lrj@acm.org> 20272 20273commit c29d2d3680046d430022c55e50fcb27f5866517e 20274Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20275Date: Fri Dec 14 11:20:33 2007 +0100 20276 20277 ppc4xx: use correct io accessors for 4xx ethernet POST 20278 20279 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20280 20281commit ba79fde58a48c0a6ff8e2a96caba951594142203 20282Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20283Date: Fri Dec 14 11:19:56 2007 +0100 20284 20285 ppc4xx: fix flush + invalidate_dcache_range arguments 20286 20287 flush + invalidate_dcache_range() expect the start and stop+1 address. 20288 So the stop address is the first address behind (!) the range. 20289 20290 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20291 20292commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd 20293Author: Stefan Roese <sr@denx.de> 20294Date: Fri Dec 14 08:41:29 2007 +0100 20295 20296 ppc4xx: fdt: use fdt_fixup_ethernet() 20297 20298 By using aliases in the dts file, the ethernet node fixup is 20299 much easier with the recently added functions. 20300 20301 Please note that the dts file needs the aliases for this to work. 20302 20303 Signed-off-by: Stefan Roese <sr@denx.de> 20304 20305commit 136288847e3b04f2ff357a067ad45e10afa0a24c 20306Author: Stefan Roese <sr@denx.de> 20307Date: Thu Dec 13 14:52:53 2007 +0100 20308 20309 ppc4xx: Bring 4xx fdt support up-to-date 20310 20311 This patch update the 4xx fdt support. It enabled fdt booting 20312 on the AMCC Kilauea and Sequoia for now. More can follow later 20313 quite easily. 20314 20315 Signed-off-by: Stefan Roese <sr@denx.de> 20316 20317commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e 20318Author: Stefan Roese <sr@denx.de> 20319Date: Thu Dec 27 07:50:54 2007 +0100 20320 20321 cfi_flash: Add missing check for erased dest to flash_write_cfibuffer() 20322 20323 The check for an sufficiently erased destination was missing in the 20324 buffered write function of the cfi flash driver (when 20325 CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that 20326 writing to such a region will fail with the currect error message. 20327 20328 Signed-off-by: Stefan Roese <sr@denx.de> 20329 20330commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994 20331Author: Martin Krause <martin.krause@tqs.de> 20332Date: Mon Nov 12 10:56:17 2007 +0100 20333 20334 Some configuration updates for the TQM5200 based TB5200 board: 20335 20336 - enable command line history 20337 - increase malloc space (because of bigger flash sectors) 20338 20339 Signed-off-by: Martin Krause <martin.krause@tqs.de> 20340 20341commit e318d9e9021a0af7508171f84ed09d0e79f0284e 20342Author: Martin Krause <martin.krause@tqs.de> 20343Date: Thu Sep 27 11:10:08 2007 +0200 20344 20345 TQM8xx: use the CFI flash driver on all TQM8xx boards 20346 20347 Signed-off-by: Martin Krause <martin.krause@tqs.de> 20348 20349commit 11d9eec479b470eab9242ab937fca70a876d9376 20350Author: Martin Krause <martin.krause@tqs.de> 20351Date: Wed Sep 26 17:55:56 2007 +0200 20352 20353 TQM885D: adjust for doubled flash sector size + some minor fixes 20354 20355 Signed-off-by: Martin Krause <martin.krause@tqs.de> 20356 20357commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83 20358Author: Jens Gehrlein <jens.gehrlein@tqs.de> 20359Date: Wed Sep 26 17:55:54 2007 +0200 20360 20361 TQM885D: Exchanged SDRAM timing by a more relaxed timing. 20362 20363 CAS-Latency=2, Write Recovery Time tWR=2 20364 The max. supported bus frequency is 66 MHz. Therefore, changed 20365 threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz. 20366 20367 Signed-off-by: Martin Krause <martin.krause@tqs.de> 20368 20369commit b988b8cd443989be65161888eea0127ad03f846f 20370Author: Martin Krause <martin.krause@tqs.de> 20371Date: Wed Sep 26 17:55:56 2007 +0200 20372 20373 TQM885D: use calculated cpuclk instead of measuring it 20374 20375 On the TQM885D the measurement of cpuclk with the PIT reference 20376 timer ist not necessary. Since all module variants use the same 20377 external 10 MHz oscillator, the cpuclk only depends on the PLL 20378 configuration - which is readable by software. 20379 20380 Signed-off-by: Martin Krause <martin.krause@tqs.de> 20381 20382commit 492c7049869348d31168de8dad89651315e468e0 20383Author: Jens Gehrlein <jens.gehrlein@tqs.de> 20384Date: Thu Sep 27 14:54:46 2007 +0200 20385 20386 TQM885D: fix SDRAM refresh 20387 20388 At 133 MHz the current SDRAM refresh rate is too fast 20389 (measured 4 * 1.17 us). 20390 CFG_MAMR_PTA changes from 39 to 128. This result 20391 in a refresh rate of 4 * 7.8 us at the default clock 20392 66 MHz. At 133 MHz the value will be then 4 * 3.8 us. 20393 This is a compromise until a new method is found to 20394 adjust the refresh rate. 20395 20396 Signed-off-by: Martin Krause <martin.krause@tqs.de> 20397 20398commit dabad4b9bc46908e301f73ce76b38b23626a96e9 20399Author: Jens Gehrlein <jens.gehrlein@tqs.de> 20400Date: Thu Sep 27 14:54:46 2007 +0200 20401 20402 TQM860M: Support for 10col SDRAMs, max. 128 MiB 20403 20404 Signed-off-by: Martin Krause <martin.krause@tqs.de> 20405 20406commit 61fb15c516fef5631e305f1976d7b3a679725856 20407Author: Wolfgang Denk <wd@denx.de> 20408Date: Thu Dec 27 01:52:50 2007 +0100 20409 20410 Fix coding style issues; update CHANGELOG. 20411 20412 Signed-off-by: Wolfgang Denk <wd@denx.de> 20413 20414commit 467bcee11fe26ad422f2de971aa70866079870f2 20415Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20416Date: Fri Dec 14 15:36:18 2007 +0100 20417 20418 cfi_flash: Add manufacturer-specific fixups 20419 20420 Run fixups based on the JEDEC manufacturer ID independent of the 20421 command set ID. 20422 20423 This changes current behaviour: Previously, geometry reversal for AMD 20424 chips were done based on the command set ID, while they are now done 20425 based on the JEDEC manufacturer and device ID. 20426 20427 Also add fixup for top-boot Atmel chips. A fixup is needed for 20428 AT49BV6416(T) too, but since u-boot currently only reads the low byte 20429 of the device ID, there's no way to tell it apart from AT49BV642D, 20430 which should not have this fixup. Since AT49BV642D support is 20431 necessary to get ATNGW100 board support into mainline, I've commented 20432 out the fixup for now. 20433 20434 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20435 20436commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a 20437Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20438Date: Fri Dec 14 15:36:17 2007 +0100 20439 20440 cfi_flash: Add cmdset-specific init functions 20441 20442 Move things like reading JEDEC IDs and fixing up geometry reversal 20443 into separate functions. The geometry reversal fixup is now performed 20444 by altering the qry structure directly, which makes the sector init 20445 code slightly cleaner. 20446 20447 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20448 20449commit e23741f4a6d8047520ef0d4971762749b3587d32 20450Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20451Date: Fri Dec 14 15:36:16 2007 +0100 20452 20453 cfi_flash: Read whole QRY structure in one go 20454 20455 Read out the whole CFI Standard Query structure after successful cfi 20456 identification. This allows subsequent code to access this information 20457 directly without having to go through flash_read_uchar() and friends. 20458 20459 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20460 20461commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db 20462Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20463Date: Mon Dec 17 11:02:44 2007 +0100 20464 20465 AVR32: Fix logic inversion in disable_interrupts() 20466 20467 disable_interrupts() should return nonzero if interrupts were 20468 _enabled_ before, not disabled. 20469 20470 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20471 20472commit acac475212cbedb17b321a363a1c878e2b47b37f 20473Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20474Date: Fri Dec 14 16:51:22 2007 +0100 20475 20476 AVR32: Enable interrupts at bootup 20477 20478 The timer code depends on the timer interrupt to keep track of the 20479 upper 32 bits of the cycle counter. This obviously doesn't work when 20480 interrupts are disabled the whole time. 20481 20482 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20483 20484commit 9570bcd87f4db255514f43b6701746c412f8fef0 20485Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20486Date: Thu Nov 15 10:03:45 2007 +0100 20487 20488 AVR32: Fix wrong pin setup for USART3 20489 20490 As reported by Gerhard Berghofer: 20491 20492 in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18 20493 instead of PB18 and PB19. 20494 20495 which is obviously correct. There's currently no code that uses 20496 USART3, but custom boards may run into problems. 20497 20498 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20499 20500commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918 20501Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20502Date: Thu Nov 1 12:44:20 2007 +0100 20503 20504 README: Remove ATSTK1000 daughterboard list 20505 20506 As noted by Kim Phillips, these lists tend to become out of date. 20507 20508 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20509 20510commit c81cbbad21cb0ae983e2e796211202234cdc8be2 20511Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20512Date: Tue Oct 30 14:56:36 2007 +0100 20513 20514 Add ATSTK100[234] to MAINTAINERS 20515 20516 Add all the ATSTK1000 daughterboards to MAINTAINERS along with their 20517 "mother". Also update the entry for ATSTK1000 to be not only about the 20518 AP7000 CPU; it's intended to handle all CPUs in the AT32AP family. 20519 20520 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20521 20522commit 64ff2357b1727213803591813dbc779c924bf772 20523Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20524Date: Mon Oct 29 13:02:54 2007 +0100 20525 20526 AVR32: Add support for the ATSTK1004 board 20527 20528 ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU, 20529 which is a derivative of AT32AP7000. 20530 20531 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20532 20533commit 667568db157f374b85abd7e03596ddd1f0b25681 20534Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20535Date: Mon Oct 29 13:02:54 2007 +0100 20536 20537 AVR32: Add support for the ATSTK1003 board 20538 20539 ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU, 20540 which is a derivative of AT32AP7000. 20541 20542 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20543 20544commit 5fee84a794a51ec830548cda485a770efb018b92 20545Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20546Date: Mon Oct 29 13:23:33 2007 +0100 20547 20548 AVR32: Make some AT32AP700x peripherals optional 20549 20550 Add a chip-features file providing definitions of the form 20551 20552 AT32AP700x_CHIP_HAS_<peripheral> 20553 20554 to indicate the availability of the given peripheral on the currently 20555 selected chip. 20556 20557 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20558 20559commit 36f28f8a9605ee5dcfa330482cfc62171261af97 20560Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20561Date: Mon Oct 29 13:09:56 2007 +0100 20562 20563 AVR32: Rename at32ap7000 -> at32ap700x 20564 20565 The SoC-specific code for all the AT32AP700x CPUs is practically 20566 identical; the only difference is that some chips have less features 20567 than others. By doing this rename, we can add support for the AP7000 20568 derivatives simply by making some features conditional. 20569 20570 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20571 20572commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e 20573Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20574Date: Fri Jun 29 18:22:34 2007 +0200 20575 20576 atmel_mci: Show SR when block read fails 20577 20578 Show controller status as well as card status when an error occurs 20579 during block read. 20580 20581 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20582 20583commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d 20584Author: Stefan Roese <sr@denx.de> 20585Date: Thu Dec 13 14:52:53 2007 +0100 20586 20587 ppc4xx: Bring 4xx fdt support up-to-date 20588 20589 This patch update the 4xx fdt support. It enabled fdt booting 20590 on the AMCC Kilauea and Sequoia for now. More can follow later 20591 quite easily. 20592 20593 Signed-off-by: Stefan Roese <sr@denx.de> 20594 20595commit 12d30aa79779c2aa7a998bbae4c075f822a53004 20596Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20597Date: Thu Dec 13 12:56:34 2007 +0100 20598 20599 cfi_flash: Use map_physmem() and unmap_physmem() 20600 20601 Use map_physmem() and unmap_physmem() to convert from physical to 20602 virtual addresses. This gives the arch a chance to provide an uncached 20603 mapping for flash accesses. 20604 20605 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20606 20607commit 4d7d6936eb29af7cca330937808312aa5f61454d 20608Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20609Date: Thu Dec 13 12:56:33 2007 +0100 20610 20611 Introduce map_physmem() and unmap_physmem() 20612 20613 map_physmem() returns a virtual address which can be used to access a 20614 given physical address without involving the cache. unmap_physmem() 20615 should be called when the virtual address returned by map_physmem() is 20616 no longer needed. 20617 20618 This patch adds a stub implementation which simply returns the 20619 physical address cast to a uchar * for all architectures except AVR32, 20620 which converts the physical address to an uncached virtual mapping. 20621 unmap_physmem() is a no-op on all architectures, but if any 20622 architecture needs to do such mappings through the TLB, this is the 20623 hook where those TLB entries can be invalidated. 20624 20625 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20626 20627commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d 20628Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20629Date: Thu Dec 13 12:56:32 2007 +0100 20630 20631 cfi_flash: Introduce read and write accessors 20632 20633 Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use 20634 them to access the flash memory. This makes it clearer when the flash 20635 is actually being accessed; merely dereferencing a volatile pointer 20636 looks just like any other kind of access. 20637 20638 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20639 20640commit 812711ce6b3a386125dcf0d6a59588e461abbb87 20641Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20642Date: Thu Dec 13 12:56:31 2007 +0100 20643 20644 Implement __raw_{read,write}[bwl] on all architectures 20645 20646 This adds implementations of __raw_read[bwl] and __raw_write[bwl] to 20647 m68k, ppc, nios and nios2. The m68k and ppc implementations were taken 20648 from Linux. 20649 20650 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20651 20652commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd 20653Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20654Date: Sat Oct 6 18:55:36 2007 +0200 20655 20656 cfi_flash: Reorder functions and eliminate extra prototypes 20657 20658 Reorder the functions in cfi_flash.c so that each function only uses 20659 functions that have been defined before it. This allows the static 20660 prototype declarations near the top to be eliminated and might allow 20661 gcc to do a better job inlining functions. 20662 20663 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20664 20665commit 3055793bcbdf24b1f8117f606ffb766d32eb766f 20666Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20667Date: Thu Dec 13 12:56:29 2007 +0100 20668 20669 cfi_flash: Make some needlessly global functions static 20670 20671 Make functions not declared in any header file static. 20672 20673 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20674 20675commit 7e5b9b471518c5652febc68ba62b432193d6abf4 20676Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 20677Date: Thu Dec 13 12:56:28 2007 +0100 20678 20679 cfi_flash: Break long lines 20680 20681 This patch tries to keep all lines in the cfi_flash driver below 80 20682 columns. There are a few lines left which don't fit this requirement 20683 because I couldn't find any trivial way to break them (i.e. it would 20684 take some restructuring, which I intend to do in a later patch.) 20685 20686 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 20687 20688commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a 20689Author: Bartlomiej Sieka <tur@semihalf.com> 20690Date: Tue Dec 11 13:59:57 2007 +0100 20691 20692 CFI: synchronize command offsets with Linux CFI driver 20693 20694 Fixes non-working CFI Flash on the Inka4x0 board. 20695 20696 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 20697 20698commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d 20699Author: Kumar Gala <galak@kernel.crashing.org> 20700Date: Fri Dec 7 12:17:34 2007 -0600 20701 20702 Handle MPC85xx PCIe reset errata (PCI-Ex 38) 20703 20704 On the MPC85xx boards that have PCIe enable the PCIe errata fix. 20705 (MPC8544DS, MPC8548CDS, MPC8568MDS). 20706 20707 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20708 20709commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c 20710Author: Kumar Gala <galak@kernel.crashing.org> 20711Date: Fri Dec 7 12:04:30 2007 -0600 20712 20713 Update Freescale MPC85xx ADS/CDS/MDS board config 20714 20715 * Enabled CONFIG_CMD_ELF 20716 20717 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20718 20719commit d435793229ce29a42797c1edc39f5b34f987f91a 20720Author: Kumar Gala <galak@kernel.crashing.org> 20721Date: Fri Dec 7 04:59:26 2007 -0600 20722 20723 Handle Asynchronous DDR clock on 85xx 20724 20725 The MPC8572 introduces the concept of an asynchronous DDR clock with 20726 regards to the platform clock. 20727 20728 Introduce get_ddr_freq() to report the DDR freq regardless of sync/async 20729 mode. 20730 20731 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20732 20733commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10 20734Author: Kumar Gala <galak@kernel.crashing.org> 20735Date: Thu Nov 29 10:34:28 2007 -0600 20736 20737 Update Freescale MPC85xx ADS/CDS/MDS board config 20738 20739 * Removed some misc environment setup 20740 * Enabled CONFIG_CMDLINE_EDITING 20741 20742 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20743 20744commit 415a613babb84d5e5d5b42e8e553868c71fc3a64 20745Author: Kumar Gala <galak@kernel.crashing.org> 20746Date: Thu Nov 29 10:47:44 2007 -0600 20747 20748 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale. 20749 20750 Minor path corrections needed to ensure buildability. 20751 20752 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20753 20754commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf 20755Author: Kumar Gala <galak@kernel.crashing.org> 20756Date: Thu Nov 29 10:16:18 2007 -0600 20757 20758 Move the MPC8540 ADS board under board/freescale. 20759 20760 Minor path corrections needed to ensure buildability. 20761 20762 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20763 20764commit 870ceac5b3a3486c109396e005af81ae762b5710 20765Author: Kumar Gala <galak@kernel.crashing.org> 20766Date: Thu Nov 29 10:14:50 2007 -0600 20767 20768 Move the MPC8560 ADS board under board/freescale. 20769 20770 Minor path corrections needed to ensure buildability. 20771 20772 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20773 20774commit acbca876fb3fec25cd9c55b0efc81ff618ff5262 20775Author: Kumar Gala <galak@kernel.crashing.org> 20776Date: Thu Nov 29 10:13:47 2007 -0600 20777 20778 Move the MPC8568 MDS board under board/freescale. 20779 20780 Minor path corrections needed to ensure buildability. 20781 20782 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20783 20784commit a853d56c59b33415304531443633808736acfc6e 20785Author: Kumar Gala <galak@kernel.crashing.org> 20786Date: Thu Nov 29 02:18:59 2007 -0600 20787 20788 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx 20789 20790 We already had defines for LAWAR_TRGT_IF_* that we should use 20791 rather than creating new ones. Also, added some missing defines for 20792 PCIE targets. 20793 20794 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20795 20796commit 04db400892da37b76a585e332a0c137954ad2015 20797Author: Kumar Gala <galak@kernel.crashing.org> 20798Date: Thu Nov 29 02:10:09 2007 -0600 20799 20800 Stop using immap_t on 85xx 20801 20802 In the future the offsets to various blocks may not be in same location. 20803 Move to using CFG_MPC85xx_*_ADDR as the base of the registers 20804 instead of getting it via &immap. 20805 20806 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20807 20808commit 2714223f8e04ab3e4133ff65872eef366d90bfea 20809Author: Kumar Gala <galak@kernel.crashing.org> 20810Date: Thu Nov 29 01:23:09 2007 -0600 20811 20812 Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt 20813 20814 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20815 20816commit c480861bf000156e6a3e932c258db59ff2212dd3 20817Author: Kumar Gala <galak@kernel.crashing.org> 20818Date: Thu Nov 29 01:06:19 2007 -0600 20819 20820 Update MPC8568 MDS to use libfdt 20821 20822 Updated the MPC8568 MDS config to use libfdt and assume use of aliases for 20823 ethernet, pci, and serial for the various fixups that are done. 20824 20825 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20826 20827commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7 20828Author: Haiying Wang <Haiying.Wang@freescale.com> 20829Date: Wed Nov 14 15:52:06 2007 -0500 20830 20831 Add PCI Express support on MPC8568MDS 20832 20833 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 20834 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20835 20836commit b90d25497625b90ffa3f2911a0895ca237556ff5 20837Author: Kumar Gala <galak@kernel.crashing.org> 20838Date: Thu Nov 29 00:11:44 2007 -0600 20839 20840 Update MPC85xx CDS to use libfdt 20841 20842 Updated the MPC85xx CDS config to use libfdt and assume use of aliases for 20843 ethernet, pci, and serial for the various fixups that are done. 20844 20845 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20846 20847commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255 20848Author: Kumar Gala <galak@kernel.crashing.org> 20849Date: Wed Nov 28 22:54:27 2007 -0600 20850 20851 Update MPC8540 ADS to use libfdt 20852 20853 Updated the MPC8540 ADS config to use libfdt and assume use of aliases for 20854 ethernet, pci, and serial for the various fixups that are done. 20855 20856 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20857 20858commit 5ce715802f6c50dc78b3405b92f184b1e3710519 20859Author: Kumar Gala <galak@kernel.crashing.org> 20860Date: Wed Nov 28 22:40:31 2007 -0600 20861 20862 Update MPC8560 ADS to use libfdt 20863 20864 Updated the MPC8560 ADS config to use libfdt and assume use of aliases for 20865 ethernet, pci, and serial for the various fixups that are done. 20866 20867 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20868 20869commit aafeefbdb8b029f5ca2a195598d0a501a606eea9 20870Author: Kumar Gala <galak@kernel.crashing.org> 20871Date: Wed Nov 28 00:36:33 2007 -0600 20872 20873 Stop using immap_t for cpm offset on 85xx 20874 20875 In the future the offsets to various blocks may not be in same location. 20876 Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers 20877 instead of getting it via &immap->im_cpm. 20878 20879 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20880 20881commit f59b55a5b8fcadaa99781ba48e7a38e956afa527 20882Author: Kumar Gala <galak@kernel.crashing.org> 20883Date: Tue Nov 27 23:25:02 2007 -0600 20884 20885 Stop using immap_t for guts offset on 85xx 20886 20887 In the future the offsets to various blocks may not be in same location. 20888 Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers 20889 instead of getting it via &immap->im_gur. 20890 20891 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20892 20893commit 50c03c8cf494d91cdec39670d95337c743e16ec9 20894Author: Kumar Gala <galak@kernel.crashing.org> 20895Date: Tue Nov 27 22:42:34 2007 -0600 20896 20897 Update MPC8544 DS config 20898 20899 * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2 20900 * Removed some misc environment setup 20901 * Moved to using fdtfile & fdtaddr as fdt env var names 20902 * Enabled CONFIG_CMDLINE_EDITING 20903 20904 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20905 20906commit addce57e2e4c49e77ffb2020a84690713bb18b47 20907Author: Kumar Gala <galak@kernel.crashing.org> 20908Date: Mon Nov 26 17:12:24 2007 -0600 20909 20910 Update MPC8544DS to use libfdt 20911 20912 Updated the MPC8544DS config to use libfdt and assume use of aliases for 20913 ethernet, pci, and serial for the various fixups that are done. 20914 20915 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20916 20917commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65 20918Author: Kumar Gala <galak@kernel.crashing.org> 20919Date: Thu Nov 29 00:15:30 2007 -0600 20920 20921 Add libfdt based ft_cpu_setup for mpc85xx 20922 20923 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20924 20925commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9 20926Author: Stefan Roese <sr@denx.de> 20927Date: Tue Dec 11 13:38:19 2007 +0100 20928 20929 ppc4xx: Correct GPIO offset in gpio_config() 20930 20931 Thanks to Gary Jennejohn for pointing this out. 20932 20933 Signed-off-by: Stefan Roese <sr@denx.de> 20934 20935commit 8809a2713b1ceaf3da55d9d785470294f15de06a 20936Author: Stefan Roese <sr@denx.de> 20937Date: Tue Dec 11 11:46:01 2007 +0100 20938 20939 rtc: Fix merging problem 20940 20941 Signed-off-by: Stefan Roese <sr@denx.de> 20942 20943commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b 20944Author: Stefan Roese <sr@denx.de> 20945Date: Sat Dec 8 14:47:34 2007 +0100 20946 20947 ppc4xx: 405EX: Correctly enable USB pins 20948 20949 This patch selects the USB data pins in the 405EX GPIO and MFC (multi 20950 function control) registers. This is done for the AMCC Kilauea and 20951 Makalu eval boards. 20952 20953 Signed-off-by: Stefan Roese <sr@denx.de> 20954 20955commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39 20956Author: Stefan Roese <sr@denx.de> 20957Date: Sat Dec 8 08:25:09 2007 +0100 20958 20959 CFI: Coding style cleanup 20960 20961 Signed-off-by: Stefan Roese <sr@denx.de> 20962 20963commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22 20964Author: Michael Schwingen <michael@schwingen.org> 20965Date: Fri Dec 7 23:35:02 2007 +0100 20966 20967 CFI: support JEDEC flash roms in CFI-flash framework 20968 20969 The following patch adds support for non-CFI flash ROMS, by hooking into the 20970 CFI flash code and using most of its code, as recently discussed here in the 20971 thread "Mixing CFI and non-CFI flashs". 20972 20973 Signed-off-by: Michael Schwingen <michael@schwingen.org> 20974 Signed-off-by: Stefan Roese <sr@denx.de> 20975 20976commit c01b17dd856fa120b2970f50d9598546a4927ec3 20977Author: Gerald Van Baren <vanbaren@cideas.com> 20978Date: Wed Nov 28 21:24:50 2007 -0500 20979 20980 Conditionally compile fdt_fixup_ethernet() 20981 20982 Fix compiler warnings: On boards that don't have ethernets defined, 20983 don't compile fdt_fixup_ethernet(). 20984 20985commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7 20986Author: Kumar Gala <galak@kernel.crashing.org> 20987Date: Tue Nov 27 21:59:46 2007 -0600 20988 20989 Convert boards that set memory node to use fdt_fixup_memory() 20990 20991 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20992 20993commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058 20994Author: Kumar Gala <galak@kernel.crashing.org> 20995Date: Mon Nov 26 17:06:15 2007 -0600 20996 20997 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path 20998 20999 We use a combination of the serialN alias and CONFIG_CONS_INDEX to 21000 determine which serial alias we should set linux,stdout-path to.
21001 21002 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21003 21004commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc 21005Author: Kumar Gala <galak@kernel.crashing.org> 21006Date: Mon Nov 26 14:57:45 2007 -0600 21007 21008 Add common memory fixup function 21009 21010 Add the function fdt_fixup_memory() to fixup the /memory node of the fdt 21011 21012 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21013 21014commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157 21015Author: Kumar Gala <galak@kernel.crashing.org> 21016Date: Mon Nov 26 11:19:12 2007 -0600 21017 21018 Conditionally compile fdt_support.c 21019 21020 Modify common/Makefile to conditionally compile fdt_support.c based 21021 on CONFIG_OF_LIBFDT. 21022 21023 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21024 21025commit d88e7ba0980773479e1a64badb293116071b7ef0 21026Author: Kumar Gala <galak@kernel.crashing.org> 21027Date: Mon Nov 26 10:41:40 2007 -0600 21028 21029 Fix build breakage due to libfdt import 21030 21031 The IDS8247 got lost in the update and need an API update 21032 do to rename of functions in libfdt. 21033 21034 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21035 21036commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714 21037Author: Gerald Van Baren <vanbaren@cideas.com> 21038Date: Fri Nov 23 19:43:20 2007 -0500 21039 21040 Add spaces around the = in the fdt print format. 21041 21042 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 21043 21044commit 29592ecba3b932b9b152bcec6c0c0806412db4a3 21045Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21046Date: Fri Dec 7 01:25:38 2007 +0900 21047 21048 sh: Moved driver of the SuperH dependence 21049 21050 The composition of the directory in the drivers/ changed. 21051 I moved SuperH serial driver and marubun PCMCIA driver. 21052 21053 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21054 21055commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2 21056Author: Wolfgang Denk <wd@denx.de> 21057Date: Thu Dec 6 10:21:19 2007 +0100 21058 21059 Release v1.3.1 21060 21061 Signed-off-by: Wolfgang Denk <wd@denx.de> 21062 21063commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb 21064Author: Wolfgang Denk <wd@denx.de> 21065Date: Thu Dec 6 10:21:03 2007 +0100 21066 21067 ADS5121 Board: fix compile problem. 21068 21069 Signed-off-by: Wolfgang Denk <wd@denx.de> 21070 21071commit a27044b14a9e93678a82d7b35f202b93e7687abc 21072Author: Stefan Roese <sr@denx.de> 21073Date: Thu Dec 6 05:58:43 2007 +0100 21074 21075 ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards 21076 21077 This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by 21078 setting the FIXD bit in the SDR0_MFR register. Here a description of the 21079 symptoms: 21080 21081 Problem Description 21082 ------------------------------ 21083 If a DMA is performed between memory and PCI with the DMA 1 Controller 21084 using prefetch, and as a result uses a special purpose buffer selected by 21085 the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29), 21086 the first part of the transfer sequence is performed twice. The 21087 PPC440SPe PCI Controller requests more data than was needed such that in 21088 the case of enforce memory protection, a host CPU exception can occur. 21089 No data is corrupted, because data transfer is stopped in the PCI 21090 Controller. Prefetch enable is specified by setting DMA Configuration 21091 Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0. 21092 21093 Behavior that may be observed in a running system 21094 --------------------------------------------------------------------------- 21095 21096 1. DMA performance is decreased because of the double access on the PCI bus 21097 interface. 21098 2. If an illegal access to some address on the PCI bus is detected at the 21099 system level, a machine check or similar system error may occur. 21100 21101 Workarounds Available 21102 ---------------------------------- 21103 21104 1. Do not program prefetch. Note that a prefetch command cannot be programmed 21105 without selecting a special purpose buffer. 21106 2. To avoid crossing a physical boundary of the PCI slave device, add 512 21107 bytes of address to the PCI address range. 21108 21109 This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com> 21110 from AMCC and slighly changed. 21111 21112 Signed-off-by: Pravin M. Bathija <pbathija@amcc.com> 21113 Signed-off-by: Stefan Roese <sr@denx.de> 21114 21115commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a 21116Author: Stefan Roese <sr@denx.de> 21117Date: Tue Dec 4 16:29:48 2007 +0100 21118 21119 ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support 21120 21121 Signed-off-by: Stefan Roese <sr@denx.de> 21122 21123commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d 21124Author: Wolfgang Denk <wd@denx.de> 21125Date: Mon Dec 3 00:15:28 2007 +0100 21126 21127 Prepare for 1.3.1-rc1 21128 21129 Signed-off-by: Wolfgang Denk <wd@denx.de> 21130 21131commit e15e33433e7c05111968dc9b434a52fd42cbd221 21132Author: Stefan Roese <sr@denx.de> 21133Date: Fri Nov 30 07:15:41 2007 +0100 21134 21135 ppc4xx: Kilauea: Add PCIe reset assertion upon power-up 21136 21137 This manual PCIe reset triggering solves the problem seen with the 21138 Intel EPRO/1000 card, which was not detected (link not established) 21139 upon power-up reset. 21140 21141 Signed-off-by: Stefan Roese <sr@denx.de> 21142 21143commit 260eea5676ca46903a335686cc020b29c4ca46fe 21144Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21145Date: Thu Nov 29 01:21:54 2007 +0900 21146 21147 sh: Add SuperH boards maintainer to MAINTAINERS file 21148 21149 Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file. 21150 21151 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21152 21153commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747 21154Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21155Date: Thu Nov 29 00:13:04 2007 +0900 21156 21157 sh: Add ms7750se support in MAKEALL 21158 21159 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21160 21161commit c7144373427a178332bf9754131c8c34c52c200a 21162Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21163Date: Tue Nov 27 09:44:53 2007 +0100 21164 21165 sh: Add sh3 and sh4 support in MAKEALL 21166 21167 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21168 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21169 21170commit 130080874a3d28450098481a262c5f7c855e908d 21171Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21172Date: Sun Nov 25 02:51:17 2007 +0900 21173 21174 sh: Add document for SuperH. 21175 21176 This document is a summary of information concerning SuperH of U-Boot. 21177 21178 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21179 21180commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d 21181Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21182Date: Sun Nov 25 02:39:31 2007 +0900 21183 21184 sh: Add marubun's pcmcia driver 21185 21186 Marubun pcmcia is a chip for PCMCIA used with SuperH. 21187 Of course, this can be used even by other architectures. 21188 When use this driver, came to be able to use CompactFlash 21189 and Ethernet. 21190 21191 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21192 21193commit febd86b969b975289ed948f1ac0eb9722da41ced 21194Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21195Date: Sun Nov 25 02:32:13 2007 +0900 21196 21197 sh: Update SuperH SCIF driver 21198 21199 - Changed volatile unsigned to vu_. 21200 - Changed Makefile for kconfig. 21201 21202 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 21203 21204commit 8be760903645af09871be50ad0a6f9ebb62b311d 21205Author: Stefan Roese <sr@denx.de> 21206Date: Tue Nov 27 11:57:35 2007 +0100 21207 21208 ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing 21209 21210 After an error in the AMCC 405EX users manual now correctly configure 21211 IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ 21212 usage. 21213 21214 Signed-off-by: Stefan Roese <sr@denx.de> 21215 21216commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788 21217Author: Wolfgang Denk <wd@denx.de> 21218Date: Mon Nov 26 19:18:21 2007 +0100 21219 21220 Cleanup coding style; update CHANGELOG 21221 21222 Signed-off-by: Wolfgang Denk <wd@denx.de> 21223 21224commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b 21225Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21226Date: Sun Nov 25 22:39:25 2007 +0100 21227 21228 MAKEALL: add missing 512x boards in ppc 21229 21230 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21231 21232commit a340c325e668ca7386c2276387681720be9c3757 21233Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21234Date: Sun Nov 25 18:45:47 2007 +0100 21235 21236 Makefile : fix tags ctags etags with new drivers organization 21237 21238 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21239 21240commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e 21241Author: Stefan Roese <sr@denx.de> 21242Date: Mon Nov 26 15:06:14 2007 +0100 21243 21244 ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage 21245 21246 As suggested by Senao, use a different EBC_PB0AP setup for 400MHz 21247 operation. 21248 21249 Signed-off-by: Stefan Roese <sr@denx.de> 21250 21251commit ca1ce226287270bb01e25b8e3674c701f12edf19 21252Author: Stefan Roese <sr@denx.de> 21253Date: Mon Nov 26 15:01:45 2007 +0100 21254 21255 ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt 21256 21257 Signed-off-by: Stefan Roese <sr@denx.de> 21258 21259commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d 21260Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21261Date: Sun Nov 25 18:45:47 2007 +0100 21262 21263 Makefile : fix tags ctags etags with new drivers organization 21264 21265 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21266 21267commit 59829cc189378c142c13d2aa8d9a897d8bef3961 21268Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21269Date: Sat Nov 24 21:26:56 2007 +0100 21270 21271 drivers/mtd : move mtd drivers to drivers/mtd 21272 21273 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21274 21275commit 318c0b90431f2648552e5ade78833f42652ce859 21276Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21277Date: Sat Nov 24 21:17:55 2007 +0100 21278 21279 drivers/misc : move misc drivers to drivers/misc 21280 21281 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21282 21283commit 33daf5b7858807cb4ce4158c2c56524671c14c08 21284Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21285Date: Sat Nov 24 21:13:59 2007 +0100 21286 21287 drivers/block : move block drivers to drivers/block 21288 21289 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21290 21291commit 0c698dcaa70275eb8814f665b545547cee013892 21292Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21293Date: Sat Nov 24 20:59:50 2007 +0100 21294 21295 drivers/rtc : move rtc drivers to drivers/rtc 21296 21297 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21298 21299commit f868cc5a50757d94f36c312395481cb0f187d9e6 21300Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21301Date: Sat Nov 24 20:14:44 2007 +0100 21302 21303 drivers/hwmon : move hardware monitor drviers to drivers/hwmon 21304 21305 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21306 21307commit 16b195c82a18cbfd164800f17a1ef9db2e48331a 21308Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21309Date: Sat Nov 24 19:46:45 2007 +0100 21310 21311 drivers/input : move input drivers to drivers/input 21312 21313 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21314 21315commit e4558666293364fc3af1c1d9381ca933fa0f1275 21316Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21317Date: Sat Nov 24 19:40:11 2007 +0100 21318 21319 drivers/usb : move usb drivers to drivers/usb 21320 21321 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21322 21323commit 1378df792a7ff3abd1bf54a63f5475784f5b083c 21324Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21325Date: Sat Nov 24 19:33:38 2007 +0100 21326 21327 drivers/serial : move serial drivers to drivers/serial 21328 21329 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21330 21331commit 2439e4bfa111babf4bc07ba20efbf3e36036813e 21332Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21333Date: Wed Nov 21 21:19:24 2007 +0100 21334 21335 drivers/net : move net drivers to drivers/net 21336 21337 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21338 21339commit 352d259130b349fe9593b8dada641bd78a9659e5 21340Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21341Date: Tue Nov 20 20:41:48 2007 +0100 21342 21343 drivers/video : move video drivers to drivers/video 21344 21345 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21346 21347commit 73646217186aa17afc8e305c5f06f06dd335eaad 21348Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21349Date: Tue Nov 20 20:33:09 2007 +0100 21350 21351 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia 21352 21353 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21354 21355commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc 21356Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21357Date: Tue Nov 20 20:28:09 2007 +0100 21358 21359 drivers/pci : move pci drivers to drivers/pci 21360 21361 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21362 21363commit 9162352817579840d7802da6d85872b3ca003c97 21364Author: Gerald Van Baren <vanbaren@cideas.com> 21365Date: Thu Nov 22 17:23:23 2007 -0500 21366 21367 Fix fdt printing for updated libfdt 21368 21369 Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup. 21370 21371 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 21372 21373commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c 21374Author: Kumar Gala <galak@kernel.crashing.org> 21375Date: Wed Nov 21 13:30:15 2007 -0600 21376 21377 Add additional fdt fixup helper functions 21378 21379 Added the following fdt fixup helpers: 21380 * do_fixup_by_prop{_u32} - Find matching nodes by property name/value 21381 * do_fixup_by_compat{_u32} - Find matching nodes by compat 21382 21383 The _u32 variants work the same only the property they are setting 21384 is know to be a 32-bit integer instead of a byte buffer. 21385 21386 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21387 21388commit ab544633abdd14f4dd5d92e500b73eb59ef57e67 21389Author: Kumar Gala <galak@kernel.crashing.org> 21390Date: Wed Nov 21 11:11:03 2007 -0600 21391 21392 Add fdt_fixup_ethernet helper to set mac addresses 21393 21394 Added a fixup helper that uses aliases to set mac addresses 21395 in the device tree based on the bd_t 21396 21397 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21398 21399commit dbaf07ce620aab249e3502b20a986234a6af1d3a 21400Author: Kumar Gala <galak@kernel.crashing.org> 21401Date: Wed Nov 21 14:07:46 2007 -0600 21402 21403 Fix warnings from import of libfdt 21404 21405 cmd_fdt.c: In function fdt_print: 21406 cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type 21407 cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type 21408 cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type 21409 cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type 21410 21411 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21412 21413commit 8d04f02f6224e6983f4812ea4da704950ec8539c 21414Author: Kumar Gala <galak@kernel.crashing.org> 21415Date: Wed Oct 24 11:04:22 2007 -0500 21416 21417 Update libfdt from device tree compiler (dtc) 21418 21419 Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from 21420 the device tree compiler (dtc) project. 21421 21422 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21423 21424commit e93becf80d732b64aef81b23e8b6ece02c40533d 21425Author: Kumar Gala <galak@kernel.crashing.org> 21426Date: Sat Nov 3 19:46:28 2007 -0500 21427 21428 Move do_fixup* for libfdt into common code 21429 21430 Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260 21431 into common/fdt_support.c and renamed: 21432 21433 do_fixup() -> do_fixup_by_path() 21434 do_fixup_u32() -> do_fixup_by_path_u32() 21435 21436 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21437 21438commit f738b4a75998f42a7408defadc9baac7a31c92db 21439Author: Kumar Gala <galak@kernel.crashing.org> 21440Date: Thu Oct 25 16:15:07 2007 -0500 21441 21442 Make no options to fdt print default to '/' 21443 21444 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21445 21446commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7 21447Author: Kumar Gala <galak@kernel.crashing.org> 21448Date: Wed Oct 24 10:21:57 2007 -0500 21449 21450 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt 21451 21452 Removed: 21453 fdt_node_is_compatible 21454 fdt_find_node_by_type 21455 fdt_find_compatible_node 21456 21457 To ease merge of newer libfdt as we aren't using them anywhere at this time. 21458 21459 Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same 21460 reason. 21461 21462 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21463 21464commit 98e2867cc85409b919f862e6c16026461ec955df 21465Author: Grant Likely <grant.likely@secretlab.ca> 21466Date: Wed Nov 21 09:19:37 2007 -0700 21467 21468 [BUILD] Remove libraries when updating autoconf.mk 21469 21470 Fix library problems caused by conditional compilation. Using 21471 autoconf.mk to decide which files to compile has caused a problem when 21472 changing configuration from one board to another without clearing out 21473 the library (*.a) files. 21474 21475 It used to be that the linker was always passed the same list of .o 21476 files when building the .a files. However, that is not longer true 21477 with conditional compilation. Now, a different board config will have 21478 a different file list passed to the linker. The problem occurs when 21479 a library has already been built and the board config is changed. 21480 21481 Since the linker will update instead of replace a preexisting library, 21482 then if the file list changes to remove some object files the old 21483 objects will still exist in the library. 21484 21485 The solution is to remove all old library files when autoconf.mk is 21486 made. 21487 21488 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21489 21490commit ed1353d74b9ce8a7fcd660570b848a184d614b5f 21491Author: Kumar Gala <galak@kernel.crashing.org> 21492Date: Wed Nov 21 08:49:50 2007 -0600 21493 21494 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile 21495 21496 Modify libfdt/Makefile to conditionally compile the *.c files based 21497 on the board config. 21498 21499 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21500 21501commit 4a43719a7738712811d822ca8125427b27a55cdc 21502Author: Grant Likely <grant.likely@secretlab.ca> 21503Date: Mon Sep 24 09:05:31 2007 -0600 21504 21505 [BUILD] conditionally compile common/cmd_*.c in common/Makefile 21506 21507 Modify common/Makefile to conditionally compile the cmd_*.c files based 21508 on the board config. 21509 21510 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21511 21512commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1 21513Author: Grant Likely <grant.likely@secretlab.ca> 21514Date: Mon Sep 24 09:05:31 2007 -0600 21515 21516 [BUILD] Generate include/autoconf.mk from board config files 21517 21518 Use cpp and sed to postprocess config.h and import the defined values 21519 into include/autoconf.mk. autoconf.mk is then included by config.mk to 21520 give 'make' access to the board configuration. 21521 21522 Doing this enables conditional compilation at the Makefile level instead 21523 of by wrapping every .c file with #ifdef/#endif wrappers. 21524 21525 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21526 21527commit 68b88999da87ab88e71e1306192905be3450198e 21528Author: Jon Loeliger <jdl@freescale.com> 21529Date: Tue Nov 20 15:02:26 2007 -0600 21530 21531 8610HPCD: Enable the 8610 Display Interface Unit 21532 21533 Signed-off-by: Jon Loeliger <jdl@freescale.com> 21534 21535commit 74f89faa9d1e77ed947e628d3effaa513fe05d05 21536Author: Jon Loeliger <jdl@freescale.com> 21537Date: Tue Nov 20 15:00:53 2007 -0600 21538 21539 Move 8610 DIU interface structure definitions to header file. 21540 21541 These two structures are still needed during the 21542 initialization and setup of the DIU hardware. 21543 So move them to the fsl_diu_fb.h file for now. 21544 Official "blah". 21545 21546 Noticed-by: York Sun <yorksun@freescale.com> 21547 Signed-off-by: Jon Loeliger <jdl@freescale.com> 21548 21549commit 080c646dbf474a109c3f85718fb01ce042a38c45 21550Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21551Date: Tue Nov 20 20:14:18 2007 +0100 21552 21553 drivers/i2c : move i2c drivers to drivers/i2c 21554 21555 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21556 21557commit 9a337ddc154a10a26f117fd147b009abcdeba75a 21558Author: Wolfgang Denk <wd@denx.de> 21559Date: Mon Nov 19 22:20:24 2007 +0100 21560 21561 Prepare for 1.3.0 release. 21562 21563 Signed-off-by: Wolfgang Denk <wd@denx.de> 21564 21565commit f30ad49b16bf998b03c1a5228b6c86369d61c258 21566Author: Haiying Wang <Haiying.Wang@freescale.com> 21567Date: Mon Nov 19 10:02:13 2007 -0500 21568 21569 Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS 21570 21571 CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it. 21572 21573 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 21574 21575commit f8c320609366176b31104d9bf5e295232e1c7f1d 21576Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 21577Date: Mon Nov 19 11:14:16 2007 +0900 21578 21579 [MIPS] board/gth2/lowlevel_init.S: Fix a build warning 21580 21581 lowlevel_init.S: Assembler messages: 21582 lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local. 21583 21584 Looking at codes, the `memtest' and `clearmem' are intentional mixed 21585 use of `global symbols' and `label' for debugging purpose. To make it 21586 build, just disable global-symbols-use for now. As a result `memtest' 21587 still remains as unused, but leave it be... 21588 21589 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 21590 21591commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab 21592Author: Wolfgang Denk <wd@denx.de> 21593Date: Mon Nov 19 12:59:14 2007 +0100 21594 21595 Fix build problems with mp2usb board 21596 21597 Signed-off-by: Wolfgang Denk <wd@denx.de> 21598 21599commit 6bf4c686afca1e86e1c384d59218f914605713bf 21600Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21601Date: Sun Nov 18 18:36:11 2007 +0100 21602 21603 s3c24x0: Fix usb_ohci.c missing in Makefile 21604 and usb_ohci.c warning differ in signedness 21605 21606 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21607 21608commit 6073f61e078da5ddb521b56256bcc36508589883 21609Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21610Date: Sun Nov 18 12:55:02 2007 +0100 21611 21612 pb1x00 board: Fix u16 status declaration when PCMCIA is defined 21613 21614 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21615 21616commit 8412d814ce8bf5570a2b747f1e7fd321097fe987 21617Author: Wolfgang Denk <wd@denx.de> 21618Date: Sun Nov 18 17:11:09 2007 +0100 21619 21620 Fix compiler warnings for ARM systems. 21621 21622 Signed-off-by: Wolfgang Denk <wd@denx.de> 21623 21624commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37 21625Author: Wolfgang Denk <wd@denx.de> 21626Date: Sun Nov 18 16:36:27 2007 +0100 21627 21628 Fix compiler warnings for PPC systems. Update CHANGELOG. 21629 21630 Signed-off-by: Wolfgang Denk <wd@denx.de> 21631 21632commit 653811a3c2b35856bf12e196dcc8c4694e28e420 21633Author: Stefan Roese <sr@denx.de> 21634Date: Sun Nov 18 14:44:44 2007 +0100 21635 21636 ppc4xx: Correct 405EX PCIe UTL register mapping 21637 21638 Map 4k mem space for UTL registers for each port. 21639 21640 Signed-off-by: Stefan Roese <sr@denx.de> 21641 21642commit 079c2c4fa71c0d1ebef394508df9088df8a308d3 21643Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21644Date: Sat Nov 17 11:31:10 2007 +0100 21645 21646 Fix warning differ in signedness in net/net.c and net/nfs.c 21647 21648commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81 21649Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21650Date: Sat Nov 17 20:42:45 2007 +0900 21651 21652 gth2.c: Fix a warning on gth2 build. 21653 21654 gth2.c: In function 'misc_init_r': 21655 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness 21656 21657 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21658 21659commit 2309c130aa4c84b91bd874a41269c923eb61b555 21660Author: Stefan Roese <sr@denx.de> 21661Date: Sat Nov 17 07:58:25 2007 +0100 21662 21663 Fix warning differ in signedness in common/cmd_scsi.c 21664 21665 Signed-off-by: Stefan Roese <sr@denx.de> 21666 21667commit 9ea61b57968554eaf0f474ec7e088b17d367f474 21668Author: Stefan Roese <sr@denx.de> 21669Date: Sat Nov 17 14:52:29 2007 +0100 21670 21671 ppc4xx: Update AMCC Kilauea config file 21672 21673 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE) 21674 21675 Signed-off-by: Stefan Roese <sr@denx.de> 21676 21677commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c 21678Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21679Date: Sat Nov 17 20:05:26 2007 +0900 21680 21681 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker 21682 21683 Current trick to pick up GNU assembler minor version does not work with the 21684 latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to 21685 "(GNU Binutils) ". 21686 21687 $ sde-as --version |grep "GNU assembler" 21688 GNU assembler 2.15.94 mipssde-6.02.02-20050602 21689 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' 21690 2.15.94 21691 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}' 21692 15 21693 $ 21694 21695 $ mips-linux-as --version |grep "GNU assembler" 21696 GNU assembler (GNU Binutils) 2.18 21697 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' 21698 (GNU 21699 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}' 21700 (no output) 21701 $ 21702 21703 As a result of above, you'll see many noises with such binutils: 21704 21705 make -C cpu/mips/ 21706 /bin/sh: line 0: [: : integer expression expected 21707 /bin/sh: line 0: [: : integer expression expected 21708 make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips' 21709 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o incaip_wdt.o incaip_wdt.S 21710 /bin/sh: line 0: [: : integer expression expected 21711 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o cache.o cache.S 21712 /bin/sh: line 0: [: : integer expression expected 21713 mips-linux-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -c -o asc_serial.o asc_serial.c 21714 /bin/sh: line 0: [: : integer expression expected 21715 21716 This patch simplifies the trick and makes it work with both versions of gas. 21717 I also replace an expensive `awk (or gawk)' with `cut'. 21718 21719 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21720 21721commit 16664f72850846e645616da1c0fa5afcd6d15f15 21722Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21723Date: Sat Nov 17 20:05:26 2007 +0900 21724 21725 [MIPS] Remove useless instructions for initializing $gp. 21726 21727 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21728 21729commit 03c031d5660ea946c39af6e2e16267da857c609f 21730Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21731Date: Sat Oct 27 15:27:06 2007 +0900 21732 21733 [MIPS] MIPS 4K core: Coding style cleanups 21734 21735 No logical changes. 21736 21737 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21738 21739commit f5e429d3860bba4c6ae8bead8f78349fa24491b2 21740Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21741Date: Sat Nov 17 20:05:20 2007 +0900 21742 21743 [MIPS] gth2.c: Fix a warning on gth2 build. 21744 21745 gth2.c: In function 'misc_init_r': 21746 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness 21747 21748 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21749 21750commit 4fbd0741b2b6441da10be93e10267122581b7079 21751Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21752Date: Sat Oct 27 15:22:33 2007 +0900 21753 21754 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build. 21755 21756 au1x00_eth.c: In function 'au1x00_miiphy_write': 21757 au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void 21758 21759 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21760 21761commit f01320459736f156707425cf8112f98606301aa4 21762Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21763Date: Sat Oct 27 15:00:25 2007 +0900 21764 21765 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error 21766 21767 au1x00_eth.c: In function 'au1x00_enet_initialize': 21768 au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function) 21769 au1x00_eth.c:246: error: (Each undeclared identifier is reported only once 21770 au1x00_eth.c:246: error: for each function it appears in.) 21771 au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function) 21772 au1x00_eth.c: In function 'au1x00_miiphy_write': 21773 au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void 21774 make[1]: *** [au1x00_eth.o] Error 1 21775 21776 Fixed by moving these two functions forward. 21777 21778 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21779 21780commit b09258c5393edd1087c5f39ae68338f16b49f8b3 21781Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21782Date: Sat Oct 27 15:00:25 2007 +0900 21783 21784 MAKEALL: Added missing pb1000 board 21785 21786 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21787 21788commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369 21789Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21790Date: Sat Oct 27 15:00:24 2007 +0900 21791 21792 [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S 21793 21794 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21795 21796commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82 21797Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21798Date: Sat Oct 27 15:00:24 2007 +0900 21799 21800 [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end} 21801 21802 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21803 21804commit 5947f6999aafa7c54c1390983d264a8463dfea8e 21805Author: Wolfgang Denk <wd@denx.de> 21806Date: Sat Nov 17 02:34:38 2007 +0100 21807 21808 Update CHANGELOIG, prepare for -rc4 21809 21810 Signed-off-by: Wolfgang Denk <wd@denx.de> 21811 21812commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5 21813Author: Luotao Fu <l.fu@pengutronix.de> 21814Date: Wed Nov 14 18:58:33 2007 +0100 21815 21816 Fix the i2c frequency and default address in rsdproto board 21817 21818 rsdproto board support has wrong I2C frequency and wrong return value 21819 handling. 21820 21821 Signed-off-by: Luotao Fu <l.fu@pengutronix.de> 21822 21823commit 429c180edad038f91c989cb14b478228092e7054 21824Author: Wolfgang Denk <wd@denx.de> 21825Date: Sat Nov 17 01:45:38 2007 +0100 21826 21827 powerpc: Backout relocation changes for MPC5121, too. 21828 21829 Apply Grant Likely's backout to MPC5121 code, too. 21830 21831 Pointed out by Rafal Jaworowski <raj@semihalf.com> 21832 21833 Signed-off-by: Wolfgang Denk <wd@denx.de> 21834 21835commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8 21836Author: Grant Likely <grant.likely@secretlab.ca> 21837Date: Tue Nov 13 22:18:33 2007 -0700 21838 21839 powerpc: Backout relocation changes. 21840 21841 Ugh. I *hate* to back this change out, but these compiler flags don't 21842 work for relocation on all versions of GCC. I've not been able to 21843 reproduce the environment in my setup (and hence, not been able to 21844 find a combination that *does* work), so I've got no choice but to go 21845 back to the old gcc flags and linker script. 21846 21847 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21848 21849commit 5c15010efad980ad5498cc565fc1ed70df2f52b4 21850Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21851Date: Tue Nov 13 09:11:05 2007 +0100 21852 21853 Fixed mips_io_port_base build errors. 21854 21855 This patch has been sent on: 21856 - 29 Sep 2007 21857 21858 Although mips_io_port_base is currently a part of IDE command, it is quite 21859 fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move 21860 it to MIPS general part, and introduce `set_io_port_base()' from Linux. 21861 21862 This patch is triggered by multiple definition of `mips_io_port_base' build 21863 error on gth2 (and tb0229 also needs this fix.) 21864 21865 board/gth2/libgth2.a(gth2.o): In function `log_serial_char': 21866 /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base' 21867 common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here 21868 make: *** [u-boot] Error 1 21869 21870 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21871 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21872 21873commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422 21874Author: Wolfgang Denk <wd@denx.de> 21875Date: Sat Nov 17 01:30:40 2007 +0100 21876 21877 Fix a bug in the slave serial programming mode for the Xilinx 21878 Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if 21879 the most significant bit was set, which did not work on any 21880 architecture where "char" defaulted to be an unsigned type. 21881 21882 Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com> 21883 21884 Signed-off-by: Wolfgang Denk <wd@denx.de> 21885 21886commit d08b7233bc252faad8339e7ca0ddfd62fa79903c 21887Author: Jon Loeliger <jdl@freescale.com> 21888Date: Thu Nov 1 12:23:29 2007 -0500 21889 21890 86xx: Fix broken variable reference when #def DEBUGing. 21891 21892 Sometimes you can't reference the DDR2 controller variables. 21893 21894 Signed-off-by: Jon Loeliger <jdl@freescale.com> 21895 21896commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19 21897Author: Jason Jin <Jason.jin@freescale.com> 21898Date: Fri Oct 26 18:32:00 2007 +0800 21899 21900 make 8610 board use pixis reset 21901 21902 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 21903 21904commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836 21905Author: Jason Jin <Jason.jin@freescale.com> 21906Date: Mon Oct 29 19:26:21 2007 +0800 21907 21908 Unify pixis_reset altbank across board families 21909 21910 Basically, refactor the CFG_PIXIS_VBOOT_MASK values 21911 into the separate board config files. 21912 21913 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 21914 Signed-off-by: Jon Loeliger <jdl@freescale.com> 21915 21916commit 64bf555465c7926be13e1046ac0d0f05ac72829c 21917Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21918Date: Wed Nov 7 08:19:21 2007 +0100 21919 21920 Fix warning: pointer targets in assignment differ in signedness 21921 21922 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21923 21924commit 7a60ee7c6248a958c5757d3660a1702723a2786d 21925Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21926Date: Wed Nov 7 08:19:19 2007 +0100 21927 21928 Fix warning differ in signedness in common/cmd_ide.c 21929 21930 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21931 21932commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03 21933Author: Stefan Roese <sr@denx.de> 21934Date: Fri Nov 16 14:16:54 2007 +0100 21935 21936 ppc4xx: Enable 405EX PCIe UTL register configuration 21937 21938 Till now the UTL registers on 405EX were not initialized but left with 21939 their default values. This patch new initializes some of the UTL 21940 registers on 405EX. 21941 21942 Signed-off-by: Stefan Roese <sr@denx.de> 21943 21944commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9 21945Author: Stefan Roese <sr@denx.de> 21946Date: Fri Nov 16 14:00:59 2007 +0100 21947 21948 ppc4xx: Update AMCC Makalu for board rev 1.1 21949 21950 This patch adds changes needed for Makalu rev 1.1: 21951 21952 - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM 21953 - Enable 2nd ethernet port EMAC1 21954 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE) 21955 - Reset PCIe ports via GPIO upon bootup 21956 21957 Signed-off-by: Stefan Roese <sr@denx.de> 21958 21959commit 4d4faae65e115e327425cd514c1a35146a85166b 21960Author: Grant Likely <grant.likely@secretlab.ca> 21961Date: Mon Sep 24 09:05:31 2007 -0600 21962 21963 Group PCI and PCMCIA drivers in drivers/Makefile 21964 21965 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21966 21967commit 5798f87dc10a496d79d3177b9f5a76488987fd35 21968Author: Grant Likely <grant.likely@secretlab.ca> 21969Date: Mon Sep 24 09:05:31 2007 -0600 21970 21971 Group block/flash drivers in drivers/Makefile 21972 21973 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21974 21975commit df58c81551700f058b44cacf55a7997fa63bfe0a 21976Author: Grant Likely <grant.likely@secretlab.ca> 21977Date: Mon Sep 24 09:05:31 2007 -0600 21978 21979 Group USB drivers in drivers/Makefile 21980 21981 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21982 21983commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29 21984Author: Grant Likely <grant.likely@secretlab.ca> 21985Date: Mon Sep 24 09:05:30 2007 -0600 21986 21987 Group i2c drivers in drivers/Makefile 21988 21989 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21990 21991commit ec00c76de0e5971273905998d62d6bb119324218 21992Author: Grant Likely <grant.likely@secretlab.ca> 21993Date: Mon Sep 24 09:05:30 2007 -0600 21994 21995 Group console drivers in drivers/Makefile 21996 21997 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 21998 21999commit 754f230aa01b8c789fc31f8013c2487954073300 22000Author: Grant Likely <grant.likely@secretlab.ca>
22001Date: Mon Sep 24 09:05:30 2007 -0600 22002 22003 Group network drivers in drivers/Makefile 22004 22005 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22006 22007commit f0037c56b0d12cd46215124667b9f83d60ef9391 22008Author: Grant Likely <grant.likely@secretlab.ca> 22009Date: Mon Sep 24 09:05:30 2007 -0600 22010 22011 Build: split COBJS value into multiple lines 22012 22013 This change is in preparation for condtitionial compile support in the 22014 build system. By spliting them all into seperate lines now, subsequent 22015 patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will 22016 be less invasive and easier to review 22017 22018 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22019 22020commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4 22021Author: Grant Likely <grant.likely@secretlab.ca> 22022Date: Mon Sep 24 09:05:30 2007 -0600 22023 22024 Add .gitignore files 22025 22026 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22027 Acked-by: Kim Phillips <kim.phillips@freescale.com> 22028 22029commit 955413f35f054a82e40042f1dbcf501c6a05719b 22030Author: Grant Likely <grant.likely@secretlab.ca> 22031Date: Thu Nov 15 08:27:52 2007 -0700 22032 22033 Revert "Correct relocation fixup for mpc5xx" 22034 22035 This reverts commit 3649cd99ba815b6601868735765602f00ef3692b. 22036 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22037 22038commit e15633888a058aacb31a62d2cf1278e1e4c236ab 22039Author: Grant Likely <grant.likely@secretlab.ca> 22040Date: Thu Nov 15 08:24:32 2007 -0700 22041 22042 Revert "Correct fixup relocation for MPC5xxx" 22043 22044 This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90. 22045 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22046 22047commit 139365fbe566d0fc619a1ed04452ec5388f0cef8 22048Author: Grant Likely <grant.likely@secretlab.ca> 22049Date: Thu Nov 15 08:21:04 2007 -0700 22050 22051 Revert "Correct fixup relocation for mpc8220" 22052 22053 This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00. 22054 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22055 22056commit 70922342369e5e39b286fe21e768a239ca07a514 22057Author: Grant Likely <grant.likely@secretlab.ca> 22058Date: Thu Nov 15 08:20:57 2007 -0700 22059 22060 Revert "Correct fixup relocation for mpc824x" 22061 22062 This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa. 22063 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22064 22065commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a 22066Author: Grant Likely <grant.likely@secretlab.ca> 22067Date: Thu Nov 15 08:20:50 2007 -0700 22068 22069 Revert "Correct fixup relocation for mpc8260" 22070 22071 This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96. 22072 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22073 22074commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6 22075Author: Grant Likely <grant.likely@secretlab.ca> 22076Date: Thu Nov 15 08:20:43 2007 -0700 22077 22078 Revert "Correct fixup relocation for mpc83xx" 22079 22080 This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27. 22081 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22082 22083commit c93945e8f9e300860d2bf73a2549ce5794f8bd00 22084Author: Grant Likely <grant.likely@secretlab.ca> 22085Date: Thu Nov 15 08:20:25 2007 -0700 22086 22087 Revert "[MPC512x] Correct fixup relocation" 22088 22089 This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4. 22090 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 22091 22092commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c 22093Author: Stefan Roese <sr@denx.de> 22094Date: Thu Nov 15 14:25:09 2007 +0100 22095 22096 ppc4xx: Small AMCC Kilauea cleanup 22097 22098 Remove not needed pci_target_init() function. 22099 22100 Signed-off-by: Stefan Roese <sr@denx.de> 22101 22102commit aee747f19b460a0e9da20ff21e90fdaac1cec359 22103Author: Stefan Roese <sr@denx.de> 22104Date: Thu Nov 15 14:23:55 2007 +0100 22105 22106 ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms 22107 22108 - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE 22109 - Cleanup of the 4xx GPIO functions 22110 - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h 22111 22112 Signed-off-by: Stefan Roese <sr@denx.de> 22113 22114commit 8ada0ebf38e4073beea0309188b25d82a112a2ae 22115Author: Stefan Roese <sr@denx.de> 22116Date: Thu Nov 15 14:20:08 2007 +0100 22117 22118 ppc4xx: AMCC Taihu board config file cleanup 22119 22120 This patch makes the AMCC Taihu a little more compatible to the other 22121 AMCC eval boards. 22122 22123 Signed-off-by: Stefan Roese <sr@denx.de> 22124 22125commit 5e71c51d74c963d3174060c078dcacf13bdd02ef 22126Author: Marian Balakowicz <m8@semihalf.com> 22127Date: Thu Nov 15 13:37:28 2007 +0100 22128 22129 [INKA4x0] NG hardware: flash support 22130 22131 Disabled and remove inka4x0 custom flash driver, use CFI flash 22132 driver instead. 22133 22134 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 22135 22136commit 5fb6d7191e206cdde0e23140fd8111caed93a595 22137Author: Marian Balakowicz <m8@semihalf.com> 22138Date: Thu Nov 15 13:29:55 2007 +0100 22139 22140 [INKA4x0] NG hardware: SDRAM support 22141 22142 Add support for three new DDR chips that may be present on a NG 22143 INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT. 22144 22145 Cleanup board/inka4x0/mt48lc16m16a2-75.h file. 22146 22147 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 22148 22149commit f23cb34c367bb27585a4fdb8a75277370e7d0596 22150Author: Marian Balakowicz <m8@semihalf.com> 22151Date: Thu Nov 15 13:24:43 2007 +0100 22152 22153 [INKA4x0] NG hardware: platform code update 22154 22155 - Cleanup compile warnings. 22156 - Add missing '\0' in default environment. 22157 - Increase CFG_MONITOR_LEN to 256 KiB. 22158 - Add required CFG_USE_PPCENV. 22159 22160 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 22161 22162commit 2ae64f5135e51bb18753884d1265b99e89b5aedd 22163Author: Peter Pearse <peter.pearse@arm.com> 22164Date: Thu Nov 15 08:58:00 2007 +0000 22165 22166 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS 22167 Remove warnings re onenand_read() & write() 22168 22169commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7 22170Author: Peter Pearse <peter.pearse@arm.com> 22171Date: Thu Nov 15 08:45:13 2007 +0000 22172 22173 Correction patch 22174 22175commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae 22176Author: Roy Zang <tie-fei.zang@freescale.com> 22177Date: Thu Sep 13 18:52:28 2007 +0800 22178 22179 Enable ULi1575 Ethernet support in 8610HPCD config 22180 22181 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 22182 Acked-by: Jon Loeliger <jdl@freescale.com> 22183 22184commit 54fd6c93c28a0a45352fff5dd92673401ff563f2 22185Author: Stefan Roese <sr@denx.de> 22186Date: Tue Nov 13 08:18:20 2007 +0100 22187 22188 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching 22189 22190 Signed-off-by: Stefan Roese <sr@denx.de> 22191 22192commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93 22193Author: Stefan Roese <sr@denx.de> 22194Date: Tue Nov 13 08:06:11 2007 +0100 22195 22196 ppc4xx: Fix 405EX PCIe UTLSET register setup 22197 22198 Signed-off-by: Stefan Roese <sr@denx.de> 22199 22200commit 1ce55151c85d068f70317a8d65c61058b891afb4 22201Author: Heiko Schocher <hs@denx.de> 22202Date: Tue Nov 13 07:50:29 2007 +0100 22203 22204 [UC101] SRAM now with 2 MB working. 22205 22206 Signed-off-by: Heiko Schocher <hs@denx.de> 22207 22208commit 2d14684341109a69616e4d6016cd61402d55086f 22209Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22210Date: Fri Nov 9 15:37:53 2007 +0100 22211 22212 ppc4xx: Use generic usb-ohci driver for sequoia board 22213 22214 This patch makes the sequoia board use the generic usb-ohci driver 22215 instead of cpu/ppc4xx/usb_ohci.c. 22216 22217 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22218 Signed-off-by: Stefan Roese <sr@denx.de> 22219 22220commit 9be659ac0868dc367caa957c5c725e46b07f6a5f 22221Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22222Date: Fri Nov 9 15:37:23 2007 +0100 22223 22224 ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined 22225 22226 This patch disables the 44x d-cache on 'usb start' and 22227 reenables it on 'usb stop'. This should be seen as a 22228 temporary fix until the generic usb-ohci driver can 22229 life with d-cache enabled. 22230 22231 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22232 Signed-off-by: Stefan Roese <sr@denx.de> 22233 22234commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4 22235Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22236Date: Fri Nov 9 15:36:44 2007 +0100 22237 22238 ppc4xx: Remove redundant code from 4xx network driver 22239 22240 This patch removes some redundant code and decrements the end 22241 address of cache flush and invalidate by 1. 22242 22243 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22244 Signed-off-by: Stefan Roese <sr@denx.de> 22245 22246commit 5ca9881aad8c413ac2a82868a5e3719178254502 22247Author: Peter Pearse <peter.pearse@arm.com> 22248Date: Fri Nov 9 15:24:26 2007 +0000 22249 22250 Add apollon board support 22251 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 22252 22253commit b53313dbfc74525d85f1e7e0102f902d5c863beb 22254Author: Stefan Roese <sr@denx.de> 22255Date: Fri Nov 9 12:19:58 2007 +0100 22256 22257 ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea 22258 22259 Signed-off-by: Stefan Roese <sr@denx.de> 22260 22261commit c7f69c340277935a6c19a956421852da944a365f 22262Author: Stefan Roese <sr@denx.de> 22263Date: Fri Nov 9 12:18:54 2007 +0100 22264 22265 ppc4xx: Make output a little shorter on I2C bootrom detection 22266 22267 Most 4xx PPC capable of using an I2C bootrom for bootstrap setting 22268 already print a line with the information which I2C bootrom is 22269 used for bootstrap configuration. So we don't need this extra line 22270 with "I2C boot EEPROM en-/dis-abled". 22271 22272 This patch also has a little code cleanup integrated. 22273 22274 Signed-off-by: Stefan Roese <sr@denx.de> 22275 22276commit 8d737a28152ec12873f8544cca1fb39a49e5e693 22277Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22278Date: Thu Nov 8 12:50:18 2007 -0600 22279 22280 ColdFire: MCF5329 - Remove reset registers from CCM 22281 22282 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22283 22284commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7 22285Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22286Date: Thu Nov 8 12:31:11 2007 -0600 22287 22288 ColdFire: MCF5329 - Add Reset structure to immap_5329.h 22289 22290 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22291 22292commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21 22293Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22294Date: Thu Nov 8 12:19:01 2007 -0600 22295 22296 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode 22297 22298 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22299 22300commit 225a24b5e062ad94627424508ae814f51dbe1a34 22301Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22302Date: Wed Nov 7 18:00:54 2007 -0600 22303 22304 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files 22305 22306 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22307 22308commit 248c7c14835f34d5d910b45e5600050e58ca6cab 22309Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22310Date: Wed Nov 7 17:56:15 2007 -0600 22311 22312 ColdFire: MCF532x - Update do_reset() using core reset 22313 22314 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22315 22316commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4 22317Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22318Date: Wed Nov 7 17:51:00 2007 -0600 22319 22320 ColdFire: Update cpu flag for 4.2-xx compiler 22321 22322 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 22323 22324commit 070ba56115b4da63b46e974287fa4550d4023386 22325Author: York Sun <yorksun@freescale.com> 22326Date: Wed Oct 31 14:59:04 2007 -0500 22327 22328 8610: Add console frame buffer support to FSL 8610 DIU driver. 22329 22330 Add cfb console support to FSL 8610 DIU driver. 22331 Inspect board version from PIXIS to obtain correct pixel format. 22332 22333 Use #define CONFIG_VIDEO in config file to enable fb console. 22334 22335 To switch monitor, set monitor variable to 22336 0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS 22337 followed by "diufb init". 22338 22339 Preserve logo bitmap at the top of the fb console. 22340 22341 Signed-off-by: York Sun <yorksun@freescale.com> 22342 Signed-off-by: Jon Loeliger <jdl@freescale.com> 22343 22344commit a877880c6949e948bd63cd6ea4e216573d2f53dd 22345Author: York Sun <yorksun@freescale.com> 22346Date: Mon Oct 29 13:58:39 2007 -0500 22347 22348 8610: Add 8610 DIU display driver 22349 22350 1280x1024 and 1024x768 @ 32 bpp are supported now. 22351 DVI, Single-link LVDS, Double-link LVDS are all supported. 22352 22353 Environmental variable "monitor" is used to specify monitor port. 22354 22355 A new command "diufb" is introduced to reinitialize monitor 22356 and display a BMP file in the memory. So far, 1-bit, 4-bit, 22357 8-bit and 24-bit BMP formats are supported. 22358 22359 diufb init 22360 - initialize the diu driver 22361 Enable the port specified in the environmental variable "monitor" 22362 22363 diufb addr 22364 - display bmp file in memory. 22365 The bmp image should be no bigger than the resolution, 1280x1024 22366 for DVI and double-link LVDS, 1024x768 for single-link LVDS. 22367 22368 Note, this driver allocate memory but doesn't free it after use 22369 It is written on purpose -- to avoid a failure of reallocation 22370 due to memory fragement. 22371 22372 ECC of DDR is disabled for DIU performance. L2 data cache is also disabled. 22373 22374 Signed-off-by: York Sun <yorksun@freescale.com> 22375 Signed-off-by: Jon loeliger <jdl@freescale.com> 22376 22377commit 52e5ddfecdda308f75782fae206b677b1810f5f9 22378Author: York Sun <yorksun@freescale.com> 22379Date: Wed Oct 31 10:43:59 2007 -0500 22380 22381 FSL: Add a freescale bitmap logo. 22382 22383 This Freescale logo is a 340 x 128 x 4bpp BMP file 22384 that can be displayed by the DIU Framebuffer driver. 22385 22386 Signed-off-by: York Sun <yorksun@freescale.com> 22387 Signed-off-by: Jon Loeliger <jdl@freescale.com> 22388 22389commit 1815338fbd1c0f94f8276d2891b99caa5a05f622 22390Author: York Sun <yorksun@freescale.com> 22391Date: Mon Oct 29 13:57:53 2007 -0500 22392 22393 8610: Make some extra debug environment variables conditional. 22394 22395 One may #define ENV_DEBUG to get them back again. 22396 22397 Signed-off-by: York Sun <yorksun@freescale.com> 22398 22399commit 761421ccca80a9fb37b19c37aa61d46ef75e0647 22400Author: Jason Jin <Jason.jin@freescale.com> 22401Date: Mon Oct 29 19:26:21 2007 +0800 22402 22403 8610: Actually enable pixis_reset CONFIGs 22404 22405 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 22406 22407commit f3bceaab230b4748d0afc4109b6837308f018b40 22408Author: Jason Jin <Jason.jin@freescale.com> 22409Date: Fri Oct 26 18:31:59 2007 +0800 22410 22411 Fix the BAT definition of PCI IO on 8610 board 22412 22413 The address in the BAT register is aligned with the BAT size. 22414 The original definition actually did not define BAT for PCIE2 IO. 22415 This patch fix this. 22416 22417 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 22418 22419commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56 22420Author: Jason Jin <Jason.jin@freescale.com> 22421Date: Mon Oct 29 19:26:21 2007 +0800 22422 22423 Unify pixis_reset altbank across board families 22424 22425 Basically, refactor the CFG_PIXIS_VBOOT_MASK values 22426 into the separate board config files. 22427 22428 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 22429 Signed-off-by: Jon Loeliger <jdl@freescale.com> 22430 22431commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba 22432Author: Jason Jin <Jason.jin@freescale.com> 22433Date: Fri Oct 26 18:32:00 2007 +0800 22434 22435 make 8610 board use pixis reset 22436 22437 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 22438 22439commit 9c84709eedce9c680dd695984ab7d2328f4f04f5 22440Author: Jon Loeliger <jdl@freescale.com> 22441Date: Thu Nov 1 12:23:29 2007 -0500 22442 22443 86xx: Fix broken variable reference when #def DEBUGing. 22444 22445 Sometimes you can't reference the DDR2 controller variables. 22446 22447 Signed-off-by: Jon Loeliger <jdl@freescale.com> 22448 22449commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58 22450Author: Roy Zang <tie-fei.zang@freescale.com> 22451Date: Mon Nov 5 17:39:24 2007 +0800 22452 22453 Implement general ULi 526x Ethernet driver support in U-boot 22454 22455 This patch implements general ULi 526x Ethernet driver. 22456 Until now, it is the only native Ethernet port on 22457 MPC8610HPCD board, but it could be used on other boards 22458 with ULi 526x Ethernet port as well. 22459 22460 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 22461 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 22462 Acked-by: Jon Loeliger <jdl@freescale.com> 22463 Signed-off-by: Ben Warren <bwarren@qstreams.com> 22464 22465commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd 22466Author: Larry Johnson <lrj@arlinx.com> 22467Date: Thu Nov 1 08:46:50 2007 -0500 22468 22469 NET: Add Ethernet 1000BASE-X support for PPC4xx 22470 22471 This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and 22472 "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which 22473 returns non-zero iff the PHY registers are configured for 1000BASE-X. The 22474 "mii info" command is modified to distinguish between 1000BASE-T and -X. 22475 22476 Signed-off-by: Larry Johnson <lrj@acm.org> 22477 Signed-off-by: Ben Warren <bwarren@qstreams.com> 22478 22479commit 298035df4948b113d29ac0e694717d34b95bc5dc 22480Author: Larry Johnson <lrj@arlinx.com> 22481Date: Wed Oct 31 11:21:29 2007 -0500 22482 22483 NET: Cosmetic changes 22484 22485 Signed-off-by: Larry Johnson <lrj@acm.org> 22486 Signed-off-by: Ben Warren <bwarren@qstreams.com> 22487 22488commit 654f38b3a387886996a5a75771fbfc29cb4f225e 22489Author: Stefan Roese <sr@denx.de> 22490Date: Mon Nov 5 07:43:05 2007 +0100 22491 22492 ppc4xx: Make output a little shorter on PCIe detection 22493 22494 Now not max 3 lines but 2 lines are printed per PCIe port. 22495 22496 Signed-off-by: Stefan Roese <sr@denx.de> 22497 22498commit 992742a5b09d9040adbd156fb90756af66ade310 22499Author: Wolfgang Denk <wd@denx.de> 22500Date: Sat Nov 3 23:09:27 2007 +0100 22501 22502 Cleanup coding style; update CHANGELOG 22503 22504 Signed-off-by: Wolfgang Denk <wd@denx.de> 22505 22506commit e881cb563e32f45832b7b6db77bdcd017adcbb41 22507Author: Bruce Adler <bruce.adler@ccpu.com> 22508Date: Fri Nov 2 13:15:42 2007 -0700 22509 22510 fix wording in README 22511 22512 Changed the wording to properly describe the shadowing 22513 of the environment from ROM to RAM 22514 22515 Signed-off-by: Bruce Adler <bruce.adler@acm.org> 22516 22517commit ad845beef06245426c57b53dcdc01b7dc70e0d45 22518Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 22519Date: Wed Oct 31 02:18:15 2007 +0900 22520 22521 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk 22522 22523 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 22524 22525commit ec22755799466c8a103664bb3a5e647bf9c238f4 22526Author: Vlad Lungu <vlad@comsys.ro> 22527Date: Thu Oct 25 16:08:14 2007 +0300 22528 22529 Trimmed some variables in ne2000.c 22530 22531 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 22532 22533commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0 22534Author: Zhang Wei <wei.zhang@freescale.com> 22535Date: Thu Oct 25 17:51:27 2007 +0800 22536 22537 Fix the issue of usb_kbd driver missing the scan code of key 'z'. 22538 22539 The scan code of the key 'z' is 0x1d, which should be handled. 22540 22541 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI 22542 controller. 22543 22544 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 22545 22546commit bbf4796f6498fbade56d56eff3a0a49b299d93e5 22547Author: Zhang Wei <wei.zhang@freescale.com> 22548Date: Thu Oct 25 17:30:04 2007 +0800 22549 22550 Fix USB support issue for MPC8641HPCN board. 22551 22552 The configuration file has already enabled USB, but it 22553 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB 22554 on MPC8641HPCN can not work because of the wrong USB 22555 register endian. 22556 22557 And add the USB command to U-Boot commands list. 22558 22559 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 22560 22561commit 4e62041023dc3de9d98d977bb080235bc6d035e0 22562Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22563Date: Wed Oct 24 18:16:01 2007 +0200 22564 22565 Use config_cmd_default.h instead of config_cmd_all.h 22566 22567 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22568 22569commit 56622f87857439b1c221e9deef11a9d5bb5d4308 22570Author: Marian Balakowicz <m8@semihalf.com> 22571Date: Wed Oct 24 01:37:36 2007 +0200 22572 22573 TQM5200: Call usb_cpu_init() during board init 22574 22575 usb_cpu_init() configures GPS USB pins, clocks, etc. and 22576 is required for proper operation of kernel USB subsystem. 22577 This setup was previously done in the kernel by the fixup 22578 code which is being removed, thus low level init must be 22579 done by U-boot now. 22580 22581 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 22582 22583commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd 22584Author: Guennadi Liakhovetski <lg@denx.de> 22585Date: Tue Oct 23 16:25:50 2007 +0200 22586 22587 Fix typo in nfs.c 22588 22589 An obvious typo. Originally fixed in linkstation u-boot port. 22590 22591 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22592 22593commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78 22594Author: Guennadi Liakhovetski <lg@denx.de> 22595Date: Tue Oct 23 14:35:05 2007 +0200 22596 22597 Fix a typo in cpu/mpc824x/interrupts.c 22598 22599 Since December 2003 the timer_interrupt_cpu() function in 22600 cpu/mpc824x/interrupts.c contains what seems to be a superfluous 22601 parameter. Remove it. 22602 22603 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22604 22605commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d 22606Author: Sergej Stepanov <Sergej.Stepanov@ids.de> 22607Date: Wed Oct 17 11:13:51 2007 +0200 22608 22609 add ft_cpu_setup(..) on mpc8260 22610 22611 Add ft_cpu_setup(..)-function to adapt it for use with libfdt 22612 based on code from mpc5xxx 22613 22614 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de> 22615 -- 22616 22617commit 6abd82e19ae93c0b4d104e50165e235915ec0875 22618Author: Sergej Stepanov <Sergej.Stepanov@ids.de> 22619Date: Wed Oct 17 11:18:42 2007 +0200 22620 22621 changes for IDS8247 board support 22622 22623 To get the IDS8247 board working following are done: 22624 - FCC2 is deactivated 22625 - FCC1 is activated 22626 - I2C is activated 22627 - CFI driver is activated 22628 - Adapted for use with LIBFDT 22629 22630 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de> 22631 -- 22632 22633commit 3d6cb3b24add6415f86a0f013ea40f5639b90047 22634Author: Stefan Roese <sr@denx.de> 22635Date: Sat Nov 3 12:08:28 2007 +0100 22636 22637 ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support 22638 22639 This patch adds NAND booting support for the AMCC 405EX(r) eval boards. 22640 Again, only one image supports both targets. 22641 22642 Signed-off-by: Stefan Roese <sr@denx.de> 22643 22644commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c 22645Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 22646Date: Wed Oct 24 15:48:37 2007 +0200 22647 22648 ATSTK1002: Remove default ethernet addresses 22649 22650 Wolfgang is right: It's not a good idea to set up default initial 22651 ethernet addresses for a board, even though they belong to the local 22652 range. 22653 22654 This will change the failure mode from "IT manager screams at you for 22655 using duplicate ethernet addresses" to a nice error message explaining 22656 that the ethernet address hasn't been set properly. 22657 22658 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 22659 22660commit e5c794e491a57d829b6d8733e2ed8368a2269abf 22661Author: Justin Flammia <jflammia@savantav.com> 22662Date: Mon Oct 29 17:40:35 2007 -0400 22663 22664 DHCP Client Fix 22665 22666 This is a multi-part message in MIME format. 22667 22668 commit e6e505eae94ed721e123e177489291fc4544b7b8 22669 Author: Justin Flammia <jflammia@savantav.com> 22670 Date: Mon Oct 29 17:19:03 2007 -0400 22671 22672 Found a bug in the way the DHCP Request packet is built, where the IP address 22673 that is offered by the server is bound to prematurely. This patch is a fix of 22674 that bug where the IP address offered by the DHCP server is not used until 22675 after the DHCP ACK from the server is received. 22676 22677 Signed-off-by: Justin Flammia <jflammia@savantav.com> 22678 Signed-off-by: Ben Warren <bwarren@qstreams.com> 22679 22680commit 5d96d40d3f36da33348e68f9ea993f383e11f997 22681Author: Stefan Roese <sr@denx.de> 22682Date: Wed Oct 31 20:58:34 2007 +0100 22683 22684 ppc4xx: Fix acadia_nand build problem 22685 22686 Since the cache handling functions were moved from start.S into cache.S 22687 the acadia NAND booting Makfile needs to be adapted accordingly. 22688 22689 Signed-off-by: Stefan Roese <sr@denx.de> 22690 22691commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949 22692Author: Stefan Roese <sr@denx.de> 22693Date: Wed Oct 31 20:57:11 2007 +0100 22694 22695 ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM 22696 22697 This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files 22698 and to the Sequoia TLB init code. Now the cache can be enabled on 44x 22699 boards by defining CONFIG_4xx_DCACHE in the board config file. This 22700 option will disappear, when more boards use is successfully and no 22701 more known problems exist. 22702 22703 This is tested successfully on Sequoia and Katmai. The only problem that 22704 needs to be fixed is, that USB is not working on Sequoia right now, since 22705 it will need some cache handling code too, similar to the 4xx EMAC driver. 22706 22707 Signed-off-by: Stefan Roese <sr@denx.de> 22708 22709commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738 22710Author: Stefan Roese <sr@denx.de> 22711Date: Wed Oct 31 20:51:10 2007 +0100 22712 22713 ppc4xx: Enable CPU POST test for 4xx with dcache enabled 22714 22715 Now with caches enabled (i- and d-cache) on 44x, we need a chance to 22716 disable the cache for the CPU POST tests, since these tests consist 22717 of self modifying code. This is done via the new change_tlb() function. 22718 22719 Signed-off-by: Stefan Roese <sr@denx.de> 22720 22721commit f71b2888b4b3c870909a0341427b2a914246f81f 22722Author: Stefan Roese <sr@denx.de> 22723Date: Wed Oct 31 20:47:26 2007 +0100 22724 22725 ppc4xx: Change 4xx POST ethernet test to handle cached memory too 22726 22727 This patch enables the 4xx EMAC POST driver to work too, when dcache is 22728 enabled. 22729 22730 Signed-off-by: Stefan Roese <sr@denx.de> 22731 22732commit a2685904061b35a17583d65fe47cdc2686a69eaa 22733Author: Stefan Roese <sr@denx.de> 22734Date: Wed Oct 31 20:45:53 2007 +0100 22735 22736 ppc4xx: Remove temporary TLB entry in POST cache test only for 440 22737 22738 Signed-off-by: Stefan Roese <sr@denx.de> 22739 22740commit ff768cb168d8157c24a25016dbfbeb465e47f420 22741Author: Stefan Roese <sr@denx.de> 22742Date: Wed Oct 31 18:01:24 2007 +0100 22743 22744 ppc4xx: Change 4xx ethernet driver to handle cached memory too 22745 22746 This patch enables the 4xx EMAC driver to work too, when dcache is 22747 enabled. 22748 22749 Signed-off-by: Stefan Roese <sr@denx.de> 22750 22751commit 483e09a223c666269ef81d3573a6591b1046b0ef 22752Author: Stefan Roese <sr@denx.de> 22753Date: Wed Oct 31 17:59:22 2007 +0100 22754 22755 ppc4xx: Add change_tlb function to modify I attribute of TLB(s) 22756 22757 This function is used to either turn cache on or off in a specific 22758 memory area. 22759 22760 Signed-off-by: Stefan Roese <sr@denx.de> 22761 22762commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79 22763Author: Stefan Roese <sr@denx.de> 22764Date: Wed Oct 31 17:57:52 2007 +0100 22765 22766 ppc4xx: Remove cache definition from 4xx board config files 22767 22768 All 4xx board config files don't need the cache definitions anymore. 22769 These are now defined in common headers. 22770 22771 Signed-off-by: Stefan Roese <sr@denx.de> 22772 22773commit 9b94ac61d2176185c30adf0793e079ec30e68687 22774Author: Stefan Roese <sr@denx.de> 22775Date: Wed Oct 31 17:55:58 2007 +0100 22776 22777 ppc4xx: Rework 4xx cache support 22778 22779 New cache handling functions added and all existing functions 22780 moved from start.S into seperate cache.S. 22781 22782 Signed-off-by: Stefan Roese <sr@denx.de> 22783 22784commit 06713773da4ac3d390c63d82641eb553224b27c2 22785Author: Stefan Roese <sr@denx.de> 22786Date: Tue Oct 23 18:03:12 2007 +0200 22787 22788 ppc4xx: Remove compiler warning from previous commit 22789 22790 Signed-off-by: Stefan Roese <sr@denx.de> 22791 22792commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9 22793Author: Stefan Roese <sr@denx.de> 22794Date: Tue Oct 23 14:40:30 2007 +0200 22795 22796 ppc4xx: Remove temporary TLB entry in POST cache test 22797 22798 Signed-off-by: Stefan Roese <sr@denx.de> 22799 22800commit 1338e6a81834099ba19733b69aafd8ef5f098094 22801Author: Stefan Roese <sr@denx.de> 22802Date: Tue Oct 23 14:05:08 2007 +0200 22803 22804 ppc4xx: Change autonegotiation timeout from 4 to 5 seconds 22805 22806 I lately noticed, that newer 4xx board with GBit support sometimes don't 22807 finish link autonegotiation in 4 seconds. Changing this timeout to 5 22808 seconds seems fine here. 22809 22810 Signed-off-by: Stefan Roese <sr@denx.de> 22811 22812commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7 22813Author: Stefan Roese <sr@denx.de> 22814Date: Tue Oct 23 14:03:17 2007 +0200 22815 22816 ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends 22817 22818 This patch changes all in32/out32 calls to use the recommended in_be32/ 22819 out_be32 macros instead. 22820 22821 Signed-off-by: Stefan Roese <sr@denx.de> 22822 22823commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a 22824Author: Stefan Roese <sr@denx.de> 22825Date: Thu Oct 25 12:24:59 2007 +0200 22826 22827 ppc4xx: Fix POST ethernet test for Haleakala 22828 22829 The POST ethernet test needed to be changed to dynamically determine 22830 the count of ethernet devices. This code is cloned from the 4xx 22831 ethernet driver. 22832 22833 Signed-off-by: Stefan Roese <sr@denx.de> 22834 22835commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a 22836Author: Stefan Roese <sr@denx.de> 22837Date: Tue Oct 23 11:31:05 2007 +0200 22838 22839 ppc4xx: Correct UART input clock calculation and passing to fdt 22840 22841 We now use a value in the gd (global data) structure for the UART input 22842 frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely 22843 in get_sys_info(). 22844 22845 Signed-off-by: Stefan Roese <sr@denx.de> 22846 22847commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124 22848Author: Stefan Roese <sr@denx.de> 22849Date: Tue Oct 23 10:10:08 2007 +0200 22850 22851 ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support 22852 22853 The Haleakala is nearly identical with the Kilauea eval board. The only 22854 difference is that the 405EXr only supports one EMAC and one PCIe 22855 interface. This patch adds support for the Haleakala board by using 22856 the identical image for Kilauea and Haleakala. The distinction is done 22857 by comparing the PVR. 22858 22859 Signed-off-by: Stefan Roese <sr@denx.de> 22860 22861commit 9f798766aa85e62eb8fa8c721e148df609b78137 22862Author: Eugene O'Brien <eugene.obrien@advantechamt.com> 22863Date: Tue Oct 23 08:29:10 2007 +0200 22864 22865 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM 22866 22867 This patch also adds a note to the fixed DDR setup for Bamboo NAND booting: 22868 22869 Note: 22870 As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed 22871 DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM 22872 modules are still plugged in. So it is recommended to remove the DIMM 22873 modules while using the NAND booting code with the fixed SDRAM setup! 22874 22875 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com> 22876 Signed-off-by: Stefan Roese <sr@denx.de> 22877 22878commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a 22879Author: Stefan Roese <sr@denx.de> 22880Date: Mon Oct 22 16:24:44 2007 +0200 22881 22882 ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards 22883 22884 Signed-off-by: Stefan Roese <sr@denx.de> 22885 22886commit 3248f63ad89cb031491edb7016587fe6e9a238b9 22887Author: Stefan Roese <sr@denx.de> 22888Date: Mon Oct 22 16:22:40 2007 +0200 22889 22890 ppc4xx: Rework of 4xx serial driver (4) 22891 22892 Change 4xx_uart.c: 22893 22894 - Use in_8/out_8 macros instead of in8/out8 22895 - No need for UART_BASE marco anymore, now really handled via function 22896 parameter 22897 - serial_init_common() introduced 22898 - Further coding style cleanup 22899 22900 Signed-off-by: Stefan Roese <sr@denx.de> 22901 22902commit e61cb8163a66b8a135696ae232e2bead1ce0a049 22903Author: Stefan Roese <sr@denx.de> 22904Date: Mon Oct 22 15:45:49 2007 +0200 22905 22906 ppc4xx: Rework of 4xx serial driver (3) 22907 22908 Change all linker scripts to reference the changed driver name iop480_uart.o. 22909 22910 Signed-off-by: Stefan Roese <sr@denx.de> 22911 22912commit 882ae41274921f9016131806bdeb27e19606f47a 22913Author: Stefan Roese <sr@denx.de> 22914Date: Mon Oct 22 15:44:39 2007 +0200 22915 22916 ppc4xx: Rework of 4xx serial driver (2) 22917 22918 Change all linker scripts to reference the changed driver name 4xx_uart.o. 22919 22920 Note: In most cased all these explicit referencing of these object files 22921 in the linker scripts is not neccessary. Only for manually embedded 22922 environment into the U-Boot image, which is not done is most cases. 22923 22924 Signed-off-by: Stefan Roese <sr@denx.de> 22925 22926commit ad31e40bed042cb670d0036fea96435007afb838 22927Author: Stefan Roese <sr@denx.de> 22928Date: Mon Oct 22 15:09:59 2007 +0200 22929 22930 ppc4xx: Rework of 4xx serial driver (1) 22931 22932 This patch starts the rework of the PPC4xx serial driver. First we split 22933 the file into two seperate files, one 4xx_uart.c with the 405/440 UART 22934 handling code and the other one iop480_uart.c with the UART code for the 22935 PLX-Tech IOP480 PPC (PPC403 based). 22936 22937 Signed-off-by: Stefan Roese <sr@denx.de> 22938 22939commit 764e7417ee5f6e25b1715720e7d7dd3487109385 22940Author: Stefan Roese <sr@denx.de> 22941Date: Mon Oct 22 10:30:38 2007 +0200 22942 22943 ppc4xx: Correct UART input clock calculation and passing to fdt 22944 22945 Signed-off-by: Stefan Roese <sr@denx.de> 22946 22947commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa 22948Author: Stefan Roese <sr@denx.de> 22949Date: Mon Oct 22 07:34:34 2007 +0200 22950 22951 ppc4xx: Add initial AMCC Makalu 405EX support 22952 22953 Signed-off-by: Stefan Roese <sr@denx.de> 22954 22955commit fa8aea20456e6f1dba43f46bcc72024dd9499998 22956Author: Stefan Roese <sr@denx.de> 22957Date: Mon Oct 22 07:33:52 2007 +0200 22958 22959 ppc4xx: Add freqUART to CPU speed detection 22960 22961 This value is needed later for the device tree configuration of 22962 the uart clock. 22963 22964 Signed-off-by: Stefan Roese <sr@denx.de> 22965 22966commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d 22967Author: Stefan Roese <sr@denx.de> 22968Date: Sun Oct 21 14:26:29 2007 +0200 22969 22970 ppc: Small Kilauea cleanup of config file 22971 22972 Signed-off-by: Stefan Roese <sr@denx.de> 22973 22974commit 758c037aeead34b49631b8da3a90b1bba14c0410 22975Author: Stefan Roese <sr@denx.de> 22976Date: Sun Oct 21 08:16:12 2007 +0200 22977 22978 rtc: Add Xicor/Intersil X1205 RTC support 22979 22980 This patch adds support for the Xicor/Intersil X1205 RTC used on the 22981 AMCC Makalu eval board. This driver is basically cloned from the Linux 22982 driver version (2.6.23). 22983 22984 This patch also introduces the Linux bcd.h header for the BCD2BIN/ 22985 BIN2BCD conversions. In the future some of the other U-Boot RTC driver 22986 should be converted to also use this header instead of implementing 22987 their own local copy of these functions/macros. 22988 22989 Signed-off-by: Stefan Roese <sr@denx.de> 22990 22991commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6 22992Author: Stefan Roese <sr@denx.de> 22993Date: Sun Oct 21 08:12:41 2007 +0200 22994 22995 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx 22996 22997 This patch moves some common 4xx macros and the PPC405_SYS_INFO/ 22998 PPC440_SYS_INFO structure into the common ppc4xx.h header. 22999 23000 Lot's of other macros are good candidates to be consolidated this way
23001 in the future. 23002 23003 Signed-off-by: Stefan Roese <sr@denx.de> 23004 23005commit 770c7af5800f598d22730d1f4b70f16c9b33512e 23006Author: Stefan Roese <sr@denx.de> 23007Date: Sun Oct 21 08:05:18 2007 +0200 23008 23009 ppc4xx: Fix size setup in Kilauea DDR2 init routine 23010 23011 The size was initilized wrong. Instead of 256MB, the DDR2 controller 23012 was setup to 512MB. Now the correct values is used. 23013 23014 This patch also does a little cleanup and adds a comment here. 23015 23016 Signed-off-by: Stefan Roese <sr@denx.de> 23017 23018commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a 23019Author: Eugene O'Brien <eugene.obrien@advantechamt.com> 23020Date: Thu Oct 18 17:29:04 2007 +0200 23021 23022 ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors 23023 23024 CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR 23025 number is used to access system registers. 23026 23027 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com> 23028 Signed-off-by: Stefan Roese <sr@denx.de> 23029 23030commit c36c68160333ac5fe41ec3db12a728b7075b3912 23031Author: Stefan Roese <sr@denx.de> 23032Date: Thu Oct 18 07:42:27 2007 +0200 23033 23034 ppc4xx: Change inbound PCIe location for endpoint tests on Katmai 23035 23036 On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which 23037 is the internal SRAM. Since I now ported and tested this endpoint mode 23038 on Kilauea successfully to map to 0 (SDRAM), I also changed this for 23039 Katmai. 23040 23041 Yucca will stay at internal SRAM for now. Not sure if somebody relies on 23042 this setup. 23043 23044 Signed-off-by: Stefan Roese <sr@denx.de> 23045 23046commit 5cb4af4791f61843432155142b6cfac901f66c10 23047Author: Stefan Roese <sr@denx.de> 23048Date: Thu Oct 18 07:39:38 2007 +0200 23049 23050 ppc4xx: Add PCIe endpoint support on Kilauea (405EX) 23051 23052 This patch adds endpoint support for the AMCC Kilauea eval board. It can 23053 be tested by connecting a reworked PCIe cable (only 1x lane singles 23054 connected) to another root-complex. 23055 23056 In this test setup, a 64MB inbound window is configured at BAR0 which maps 23057 to 0 on the PLB side. So accessing this BAR0 from the root-complex will 23058 access the first 64MB of the SDRAM on the PPC side. 23059 23060 Signed-off-by: Stefan Roese <sr@denx.de> 23061 23062commit d4cb2d17946466740afeb195a57d6cb290bf4cc0 23063Author: Stefan Roese <sr@denx.de> 23064Date: Sat Oct 13 16:43:23 2007 +0200 23065 23066 ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode 23067 23068 This patch adds support for dynamic configuration of PCIe ports for the 23069 AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe 23070 boards Yucca & Katmai and the 405EX board Kilauea. 23071 23072 This dynamic configuration is done via the "pcie_mode" environement 23073 variable. This variable can be set to "EP" or "RP" for endpoint or 23074 rootpoint mode. Multiple values can be joined via the ":" delimiter. 23075 Here an example: 23076 23077 pcie_mode=RP:EP:EP 23078 23079 This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2 23080 as endpoint. 23081 23082 Per default Yucca will be configured as: 23083 pcie_mode=RP:EP:EP 23084 23085 Per default Katmai will be configured as: 23086 pcie_mode=RP:RP:REP 23087 23088 Per default Kilauea will be configured as: 23089 pcie_mode=RP:RP 23090 23091 Signed-off-by: Tirumala R Marri <tmarri@amcc.com> 23092 Signed-off-by: Stefan Roese <sr@denx.de> 23093 23094commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f 23095Author: Stefan Roese <sr@denx.de> 23096Date: Thu Oct 11 11:15:59 2007 +0200 23097 23098 ppc4xx: Enable device tree support (fdt) on Kilauea per default 23099 23100 This patch enables the fdt support on the AMCC Kilauea eval board. 23101 Additionally now EBC ranges fdt fixup is included to support NOR 23102 FLASH mapping via the Linux physmap_of driver. 23103 23104 This Kilauea port now support booting arch/ppc and arch/powerpc 23105 Linux kernels. The default environment "net_nfs" is for arch/ppc 23106 and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc 23107 support will be removed. 23108 23109 Signed-off-by: Stefan Roese <sr@denx.de> 23110 23111commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e 23112Author: Stefan Roese <sr@denx.de> 23113Date: Thu Oct 11 11:11:45 2007 +0200 23114 23115 ppc4xx: Add additional debug info to 4xx fdt support 23116 23117 Signed-off-by: Stefan Roese <sr@denx.de> 23118 23119commit db3232ddb058d0ed0bc31f7c5c296748a1afac67 23120Author: Stefan Roese <sr@denx.de> 23121Date: Fri Oct 5 21:28:58 2007 +0200 23122 23123 ppc4xx: Fix small merge problems with CPCI440 and Acadia boards 23124 23125 Signed-off-by: Stefan Roese <sr@denx.de> 23126 23127commit 1941cce71b1ae975602854045061e82f94ecd012 23128Author: Stefan Roese <sr@denx.de> 23129Date: Fri Oct 5 17:35:10 2007 +0200 23130 23131 ppc4xx: Fix small merge problem in 4xx_enet.c 23132 23133 Signed-off-by: Stefan Roese <sr@denx.de> 23134 23135commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf 23136Author: Stefan Roese <sr@denx.de> 23137Date: Fri Oct 5 17:11:30 2007 +0200 23138 23139 ppc4xx: Add initial AMCC Kilauea 405EX support 23140 23141 Signed-off-by: Stefan Roese <sr@denx.de> 23142 23143commit dbbd125721aea6645fdb962f36bd41f59e272f9d 23144Author: Stefan Roese <sr@denx.de> 23145Date: Fri Oct 5 17:10:59 2007 +0200 23146 23147 ppc4xx: Add PPC405EX support 23148 23149 Signed-off-by: Stefan Roese <sr@denx.de> 23150 23151commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31 23152Author: Stefan Roese <sr@denx.de> 23153Date: Fri Oct 5 17:09:36 2007 +0200 23154 23155 ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming) 23156 23157 Signed-off-by: Stefan Roese <sr@denx.de> 23158 23159commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db 23160Author: Stefan Roese <sr@denx.de> 23161Date: Fri Oct 5 17:07:50 2007 +0200 23162 23163 ppc4xx: Add initial fdt support to 4xx (first needed on 405EX) 23164 23165 Signed-off-by: Stefan Roese <sr@denx.de> 23166 23167commit a424a8bb2924b90724b944165d3141f1fa8dfe5b 23168Author: Stefan Roese <sr@denx.de> 23169Date: Fri Oct 5 17:04:57 2007 +0200 23170 23171 POST: Add 405EX support to 4xx UART POST test 23172 23173 Signed-off-by: Stefan Roese <sr@denx.de> 23174 23175commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12 23176Author: Stefan Roese <sr@denx.de> 23177Date: Fri Oct 5 15:10:02 2007 +0200 23178 23179 DTT: Prepare DS1775 driver for use of different I2C addresses 23180 23181 Signed-off-by: Stefan Roese <sr@denx.de> 23182 23183commit 19e93b1e16d267220440d827b920fbad8abfa70f 23184Author: Stefan Roese <sr@denx.de> 23185Date: Fri Oct 5 14:23:43 2007 +0200 23186 23187 ppc4xx: 4xx_pcie: Change PCIe status output to match common style 23188 23189 Signed-off-by: Stefan Roese <sr@denx.de> 23190 23191commit ff68f66bcb0da847845aa2fac11eba6c25938c99 23192Author: Stefan Roese <sr@denx.de> 23193Date: Fri Oct 5 09:22:33 2007 +0200 23194 23195 ppc4xx: 4xx_pcie: Disable debug output as default 23196 23197 Signed-off-by: Stefan Roese <sr@denx.de> 23198 23199commit 97923770cb52b64d69eec958a11b2eda8d46e0f7 23200Author: Stefan Roese <sr@denx.de> 23201Date: Fri Oct 5 09:18:23 2007 +0200 23202 23203 ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added 23204 23205 Signed-off-by: Stefan Roese <sr@denx.de> 23206 23207commit 4dbee8a90df613eb517aadbecebd70f168913d30 23208Author: Stefan Roese <sr@denx.de> 23209Date: Fri Oct 5 07:57:20 2007 +0200 23210 23211 ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai 23212 23213 128MB seems to be the smallest possible value for the memory size 23214 for on PCIe port. With this change now the BAR's of the PCIe cards 23215 are accessible under U-Boot. 23216 23217 One big note: This only works for PCIe port 0 & 1. For port 2 this 23218 currently doesn't work, since the base address is now 0xc0000000 23219 (0xb0000000 + 2 * 0x08000000), and this is already occupied by 23220 CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean 23221 to change the base addresses completely and this change would have 23222 too much impact right now. 23223 23224 This patch adds debug output to the 4xx pcie driver too. 23225 23226 Signed-off-by: Stefan Roese <sr@denx.de> 23227 23228commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2 23229Author: Stefan Roese <sr@denx.de> 23230Date: Wed Oct 3 21:16:32 2007 +0200 23231 23232 ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx 23233 23234 Signed-off-by: Stefan Roese <sr@denx.de> 23235 23236commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a 23237Author: Stefan Roese <sr@denx.de> 23238Date: Wed Oct 3 15:01:02 2007 +0200 23239 23240 ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms 23241 23242 These files were introduced with the IBM 405GP but are currently used on all 23243 4xx PPC platforms. So the name doesn't match the content anymore. This patch 23244 renames the files to 4xx_pci.c/h. 23245 23246 Signed-off-by: Stefan Roese <sr@denx.de> 23247 23248commit 94276eb0a7a35b9e8c053d589ae225b0f017a237 23249Author: Stefan Roese <sr@denx.de> 23250Date: Wed Oct 3 14:14:58 2007 +0200 23251 23252 ppc4xx: Add a comment for 405EX PCIe endpoint configuration 23253 23254 Signed-off-by: Stefan Roese <sr@denx.de> 23255 23256commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626 23257Author: Stefan Roese <sr@denx.de> 23258Date: Wed Oct 3 10:38:09 2007 +0200 23259 23260 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3) 23261 23262 (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access 23263 the SDR registers of the PCIe ports. This makes the overall design 23264 clearer, since it removed a lot of switch statements which are not 23265 needed anymore. 23266 23267 Also, the functions ppc4xx_init_pcie_rootport() and 23268 ppc4xx_init_pcie_entport() are merged into a single function 23269 ppc4xx_init_pcie_port(), since most of the code was duplicated. 23270 This makes maintainance and porting to other 4xx platforms 23271 easier. 23272 23273 Signed-off-by: Stefan Roese <sr@denx.de> 23274 23275commit 026f71106871f31d17d0ea0db9a7547ff92934bc 23276Author: Stefan Roese <sr@denx.de> 23277Date: Wed Oct 3 07:48:09 2007 +0200 23278 23279 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2) 23280 23281 This patch is the first patch of a series to make the 440SPe PCIe code 23282 usable on different 4xx PPC platforms. In preperation for the new 405EX 23283 which is also equipped with PCIe interfaces. 23284 23285 (2) This patch renames the functions from 440spe_ to 4xx_ with a 23286 little additional cleanup 23287 23288 Signed-off-by: Stefan Roese <sr@denx.de> 23289 23290commit c7c6da23028f146d912514b95aefa3da7cf37699 23291Author: Stefan Roese <sr@denx.de> 23292Date: Wed Oct 3 07:34:10 2007 +0200 23293 23294 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1) 23295 23296 This patch is the first patch of a series to make the 440SPe PCIe code 23297 usable on different 4xx PPC platforms. In preperation for the new 405EX 23298 which is also equipped with PCIe interfaces. 23299 23300 (1) This patch renames the files from 440spe_pcie to 4xx_pcie 23301 23302 Signed-off-by: Stefan Roese <sr@denx.de> 23303 23304commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502 23305Author: Marian Balakowicz <m8@semihalf.com> 23306Date: Wed Oct 24 01:37:36 2007 +0200 23307 23308 TQM5200: Call usb_cpu_init() during board init 23309 23310 usb_cpu_init() configures GPS USB pins, clocks, etc. and 23311 is required for proper operation of kernel USB subsystem. 23312 This setup was previously done in the kernel by the fixup 23313 code which is being removed, thus low level init must be 23314 done by U-boot now. 23315 23316 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 23317 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 23318 23319commit b5af773f8d92677e06f3295b45557c9d0a487c24 23320Author: Zhang Wei <wei.zhang@freescale.com> 23321Date: Thu Oct 25 17:51:27 2007 +0800 23322 23323 Fix the issue of usb_kbd driver missing the scan code of key 'z'. 23324 23325 The scan code of the key 'z' is 0x1d, which should be handled. 23326 23327 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI 23328 controller. 23329 23330 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 23331 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 23332 23333commit 85ac988e86f9414fa645b0148dc66c3520a1eb84 23334Author: Rodolfo Giometti <giometti@enneenne.com> 23335Date: Mon Oct 15 11:59:17 2007 +0200 23336 23337 PXA USB OHCI: "usb stop" implementation. 23338 23339 Some USB keys need to be switched off before loading the kernel 23340 otherwise they can remain in an undefined status which prevents them 23341 to be correctly recognized by the kernel. 23342 23343 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 23344 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 23345 23346commit 31548249decf18a6b877a18436b6139dd483fe4a 23347Author: Justin Flammia <jflammia@savantav.com> 23348Date: Mon Oct 29 17:40:35 2007 -0400 23349 23350 DHCP Client Fix 23351 23352 This is a multi-part message in MIME format. 23353 23354 commit e6e505eae94ed721e123e177489291fc4544b7b8 23355 Author: Justin Flammia <jflammia@savantav.com> 23356 Date: Mon Oct 29 17:19:03 2007 -0400 23357 23358 Found a bug in the way the DHCP Request packet is built, where the IP address 23359 that is offered by the server is bound to prematurely. This patch is a fix of 23360 that bug where the IP address offered by the DHCP server is not used until 23361 after the DHCP ACK from the server is received. 23362 23363 Signed-off-by: Justin Flammia <jflammia@savantav.com> 23364 Signed-off-by: Ben Warren <bwarren@qstreams.com> 23365 23366commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed 23367Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23368Date: Thu Oct 25 17:16:22 2007 -0500 23369 23370 ColdFire 54455: Fix correct boot location for atmel and intel 23371 23372 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23373 23374commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb 23375Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23376Date: Thu Oct 25 17:14:00 2007 -0500 23377 23378 ColdFire: Fix build error when CONFIG_WATCHDOG is defined 23379 23380 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23381 23382commit c67e12e705b204cfe914e3e3e693d69a445dcabf 23383Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23384Date: Thu Oct 25 17:12:36 2007 -0500 23385 23386 ColdFire 5329: Assign correct SDRAM size and fix cache 23387 23388 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23389 23390commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b 23391Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23392Date: Thu Oct 25 17:10:23 2007 -0500 23393 23394 ColdFire 5253: Assign correct SDRAM size 23395 23396 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23397 23398commit 2acefa72ee0026f862ab65597ca687428f63a973 23399Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23400Date: Thu Oct 25 17:09:17 2007 -0500 23401 23402 ColdFire 5282: Fix external flash boot and return dramsize 23403 23404 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 23405 23406commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82 23407Author: Bartlomiej Sieka <tur@semihalf.com> 23408Date: Thu Oct 25 17:20:01 2007 +0200 23409 23410 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk). 23411 23412 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 23413 23414commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834 23415Author: Martin Krause <martin.krause@tqs.de> 23416Date: Wed Oct 24 08:42:25 2007 +0200 23417 23418 TQM5200: fix spurious characters on second serial interface 23419 23420 With this patch PSC3 is configured as UART. This is done, because if 23421 the pins of PSC3 are not configured at all (-> all pins are GPI), 23422 due to crosstalk, spurious characters may be send over the RX232_2_TXD 23423 signal line. 23424 23425 Signed-off-by: Martin Krause <martin.krause@tqs.de> 23426 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 23427 23428commit be4a87f11e297a5cededbf7dd71c0248f3874acd 23429Author: Martin Krause <martin.krause@tqs.de> 23430Date: Wed Oct 24 08:41:27 2007 +0200 23431 23432 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller 23433 23434 Some commands for the STK52xx base board try to access the SM501 grafic 23435 controller. But the TQM5200S has no grafic controller (only the TQM5200 23436 and the TQM5200B have). This patch deactivates the commands accessing 23437 the SM501 for the TQM5200S. 23438 23439 Signed-off-by: Martin Krause <martin.krause@tqs.de> 23440 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 23441 23442commit b31f64343ead9482cd439b1adbe4c34026a641b1 23443Author: Martin Krause <martin.krause@tqs.de> 23444Date: Mon Oct 22 16:45:53 2007 +0200 23445 23446 TQM5200: fix spurious characters on second serial interface 23447 23448 With this patch PSC3 is configured as UART. This is done, because if 23449 the pins of PSC3 are not configured at all (-> all pins are GPI), 23450 due to crosstalk, spurious characters may be send over the RX232_2_TXD 23451 signal line. 23452 23453 Signed-off-by: Martin Krause <martin.krause@tqs.de> 23454 23455commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6 23456Author: Martin Krause <martin.krause@tqs.de> 23457Date: Mon Oct 22 16:40:06 2007 +0200 23458 23459 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller 23460 23461 Some commands for the STK52xx base board try to access the SM501 grafic 23462 controller. But the TQM5200S has no grafic controller (only the TQM5200 23463 and the TQM5200B have). This patch deactivates the commands accessing 23464 the SM501 for the TQM5200S. 23465 23466 Signed-off-by: Martin Krause <martin.krause@tqs.de> 23467 23468commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227 23469Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23470Date: Sun Oct 21 09:14:28 2007 +0200 23471 23472 Mips: Fix string functions differ prototype declaration 23473 23474 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23475 23476commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2 23477Author: Ed Swarthout <Ed.Swarthout@freescale.com> 23478Date: Fri Oct 19 17:51:40 2007 -0500 23479 23480 fsl_pci_init enable COMMAND_MEMORY if inbound window 23481 23482 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows 23483 to pciauto_setup_device has the side effect of not getting 23484 COMMAND_MEMORY set. 23485 23486 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 23487 23488commit e9d0d527992566ebef9826962ff1745b2f082b92 23489Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23490Date: Fri Oct 19 10:55:24 2007 +0200 23491 23492 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration 23493 23494 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23495 23496commit 9c4884f54da982ce990c7d1760ac81b0704d3c64 23497Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23498Date: Fri Oct 19 08:10:15 2007 +0200 23499 23500 fix warning: no return statement in function returning non-void 23501 23502 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23503 23504commit e78220f6e514206757acfe247297fc9a328a881f 23505Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23506Date: Fri Oct 19 06:33:45 2007 +0200 23507 23508 xsengine: Fix no partition type specified, use DOS as default 23509 23510 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23511 23512commit 10cdb8dbd67a818823ab9ec88b68fc348903db59 23513Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23514Date: Fri Oct 19 00:24:59 2007 +0200 23515 23516 lubbock: Fix no partition type specified, use DOS as default 23517 23518 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23519 23520commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191 23521Author: Wolfgang Denk <wd@denx.de> 23522Date: Tue Oct 23 16:50:03 2007 +0200 23523 23524 Coding style: keep lists sorted; update CHANGELOG 23525 23526 Signed-off-by: Wolfgang Denk <wd@denx.de> 23527 23528commit 58b74b05c621e2835ecf4e2d3243042cf4186777 23529Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23530Date: Fri Oct 19 00:09:05 2007 +0200 23531 23532 Fix missing drivers makefile entries ds1722.c mw_eeprom.c 23533 23534 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23535 23536commit 96455bfebc9887837095c9051d216f53c61b5f10 23537Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23538Date: Fri Oct 19 00:07:39 2007 +0200 23539 23540 Fix warning differ in signedness in board/innokom/innokom.c 23541 23542 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 23543 23544commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd 23545Author: Marcel Ziswiler <marcel@ziswiler.com> 23546Date: Fri Oct 19 00:25:33 2007 +0200 23547 23548 fix pxa255_idp board 23549 23550 The pxa255_idp being an old unmaintained board showed several issues: 23551 1. CONFIG_INIT_CRITICAL was still defined. 23552 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined. 23553 3. Symbol flash_addr was undeclared. 23554 4. The boards lowlevel_init function was still called memsetup. 23555 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000. 23556 6. Using -march=armv5 instead of -march=armv5te resulted in lots of 23557 'target CPU does not support interworking' warnings on recent compilers. 23558 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as 23559 indexes rather than the register definitions from the pxa-regs header 23560 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to 23561 avoid any ambiguities. 23562 8. There were several redefinition warnings concerning ICMR, OSMR3, 23563 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file. 23564 9. The board configuration file was rather outdated. 23565 10. The part header file defined the vendor, product and revision arrays 23566 as unsigned chars instead of just chars in the block_dev_desc_t 23567 structure. 23568 23569 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 23570 23571commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6 23572Author: Rune Torgersen <runet@innovsys.com> 23573Date: Wed Oct 17 11:56:31 2007 -0500 23574 23575 Make MPC8266ADS command selection more robust 23576 23577 Fix MPC8266 command line definition so it won't break when new commands 23578 are added to u-boot. 23579 Signed-off-by Rune Torgersen <runet@innovsys.com> 23580 23581commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315 23582Author: Bartlomiej Sieka <tur@semihalf.com> 23583Date: Tue Oct 23 13:14:10 2007 +0200 23584 23585 Motion-PRO: Update configuration to accomodate next generation board. 23586 23587 New board has faster oscillator and a different Flash chip. This affects: 23588 - CFG_MPC5XXX_CLKIN 23589 - SDRAM timings 23590 - Flash CS configuration (timings) 23591 - Flash sector size, and thus MTD partition layout 23592 - malloc() arena size (due to bigger Flash sectors) 23593 - smaller memory test range (due to bigger malloc() arena) 23594 23595 This patch also enables more extensive memory testing via "mtest". 23596 23597 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 23598 23599commit eff501904df2bf1724a750062628ba2c51dbb1f8 23600Author: Bartlomiej Sieka <tur@semihalf.com> 23601Date: Tue Oct 23 11:36:07 2007 +0200 23602 23603 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration. 23604 23605 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay 23606 register must be written a value of 0x00000004 as the first step of the 23607 SDRAM contorller configuration. 23608 23609 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 23610 23611commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54 23612Author: Peter Pearse <peter.pearse@arm.com> 23613Date: Tue Oct 23 10:22:16 2007 +0100 23614 23615 Move PL01* serial drivers to drivers/serial and adjust Makefiles. 23616 23617commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc 23618Author: Stefan Roese <sr@denx.de> 23619Date: Tue Oct 23 10:17:42 2007 +0200 23620 23621 ppc4xx: lwmon5: Some further GPIO config changes 23622 23623 Signed-off-by: Stefan Roese <sr@denx.de> 23624 23625commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d 23626Author: Vlad Lungu <vlad@comsys.ro> 23627Date: Sun Oct 21 22:10:10 2007 +0900 23628 23629 [MIPS] Fix UNCACHED_SDRAM 23630 23631 PHYSADDR is for physical address, KSEG1ADDR is for uncached. 23632 23633 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 23634 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23635 23636commit 00101dd7a32d12f698150123e47e4b3420279f86 23637Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23638Date: Sun Oct 21 21:30:42 2007 +0900 23639 23640 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup 23641 23642 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23643 23644commit eb700636db017d310edaeb559b13d82588560674 23645Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23646Date: Sun Oct 21 10:55:37 2007 +0900 23647 23648 [MIPS] u-boot.lds: Define _gp in a standard manner 23649 23650 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23651 23652commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0 23653Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23654Date: Sun Oct 21 10:55:36 2007 +0900 23655 23656 [MIPS] Fix $gp usage 23657 23658 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use. 23659 As a general principle, we should use _gp for $gp. 23660 23661 Thanks to linker script's help we fortunately have _gp which equals to 23662 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not 23663 be able to access to GOT entires, global variables and procedure entry 23664 points. The right thing to do is to use _gp. 23665 23666 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_' 23667 which holds the offset from _gp. When updating GOT entries, we use this 23668 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_. 23669 23670 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then 23671 I made some change to leave over num_got_entries. 23672 23673 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23674 Cc: Vlad Lungu <vlad@comsys.ro> 23675 23676commit cbf2323b5b8285ea01acba7bbb905a3162d9b021 23677Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23678Date: Sun Oct 21 10:55:36 2007 +0900 23679 23680 [MIPS] u-boot.lds: Fix __got_start and __got_end 23681 23682 Ensure that __got_start points to top of the `.got', and __got_end points 23683 to bottom as well, so that we never fail to count num_got_entries. 23684 23685 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23686 23687commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7 23688Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23689Date: Sun Oct 21 10:55:36 2007 +0900 23690 23691 [MIPS] u-boot.lds: Remove duplicated .sdata section 23692 23693 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 23694 23695commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1 23696Author: Wolfgang Denk <wd@denx.de> 23697Date: Sun Oct 21 01:01:17 2007 +0200 23698 23699 Minor coding style cleanup; update CHANGELOG 23700 23701 Signed-off-by: Wolfgang Denk <wd@denx.de> 23702 23703commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c 23704Author: Vlad Lungu <vlad@comsys.ro> 23705Date: Thu Oct 4 20:47:10 2007 +0300 23706 23707 Fix NE2000 driver: 23708 23709 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try 23710 to do anything in eth_stop() if eth_init() was not called. 23711 Simplified RX path in order to avoid timeouts on really really 23712 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is 23713 clever enough to cope with 1 packet per eth_rx(). 23714 23715 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 23716 23717commit df90968b48fb34fa9072fab150db2ac89678f537 23718Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com> 23719Date: Mon Sep 24 13:32:13 2007 -0400 23720 23721 Setting MSR[DE] in do_reset 23722 23723 Hello, 23724 This patch ensures the soft reset of the board for the 85xx boards 23725 by setting the MSR[DE] in the do_reset function. 23726 23727 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com> 23728 23729commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d 23730Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com> 23731Date: Mon Sep 24 13:36:01 2007 -0400 23732 23733 MSR overwrite fix 23734 23735 Hello, 23736 This patch fixes the MSR overwrite in the start.S when moving out of 23737 the last 4K page. 23738 23739 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com> 23740 23741commit 5c7ea64bb74a850a2b2303f853a8270695ad8602 23742Author: Dan Wilson <dwilson@fulcrummicro.com> 23743Date: Fri Oct 19 11:33:48 2007 -0500 23744 23745 tsec driver should clear RHALT on startup 23746 23747 This was causing problems for some people. 23748 23749 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com> 23750 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com> 23751 Signed-off-by: Andy Fleming <afleming@freescale.com> 23752 23753commit 7600d47b8f6a10019e537dc9a62aa1498df58d25 23754Author: Kumar Gala <galak@kernel.crashing.org> 23755Date: Thu Oct 11 00:29:18 2007 -0500 23756 23757 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS 23758 23759 On the MPC85xx CDS we have two issues: 23760 23761 1. The device tree fixup code did not check to see if the property we are 23762 trying to update is actually found. Its possible that it would update 23763 random memory starting at 0. 23764 23765 2. Newer Linux kernel's have moved the location of the PCI nodes to be 23766 sibilings of the soc node and not children. The explicit PATH to the PCI 23767 node would not be found for these device trees. Add the ability to handle 23768 both paths. In the future we shouldn't handle such fixups by explicit path. 23769 23770 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23771 23772commit a3063eec775719b7e91023bbec3f64b3118791df 23773Author: Kumar Gala <galak@kernel.crashing.org> 23774Date: Thu Oct 11 00:18:48 2007 -0500 23775 23776 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS 23777 23778 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured 23779 console. Make it so we match that config what we tell Linux as the early 23780 STDOUT console. 23781 23782 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23783 23784commit e1ce3cb617bb06f91f82f98915391175addf3e82 23785Author: Kumar Gala <galak@kernel.crashing.org> 23786Date: Tue Oct 2 11:12:27 2007 -0500 23787 23788 Remove magic numbers from cache related operations for mpc85xx 23789 23790 The mpc85xx start code uses some magic numbers that we actually 23791 have #defines for in <config.h> so use those instead. 23792 23793 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23794 23795commit 5441f61a3d8b7034f19fc1361183e936198e6dbb 23796Author: Detlev Zundel <dzu@denx.de> 23797Date: Fri Oct 19 16:47:26 2007 +0200 23798 23799 Fix two typos. 23800 23801 Signed-off-by: Detlev Zundel <dzu@denx.de> 23802 23803commit 281df457c1aa50d2752165d0c5c3282d4027b974 23804Author: Tony Li <tony.li@freescale.com> 23805Date: Thu Oct 18 17:47:19 2007 +0800 23806 23807 mpc83xx: Add configure entry for MPC83xx ATM support 23808 23809 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into 23810 Makfile and MAKEALL 23811 23812 Signed-off-by: Tony Li <tony.li@freescale.com> 23813 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 23814 23815commit d2646554f529a9577515eceb0ec5eceee18244ba 23816Author: Tony Li <tony.li@freescale.com> 23817Date: Thu Oct 18 17:44:38 2007 +0800 23818 23819 mpc83xx: pq-mds-pib.c typo error 23820 23821 Correct to val8 from val. 23822 23823 Signed-off-by: Tony Li <tony.li@freescale.com> 23824 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 23825 23826commit 3e11ae80fec1ee12194940955431186abf6009c2 23827Author: Stefan Roese <sr@denx.de> 23828Date: Wed Oct 17 15:40:19 2007 +0200 23829 23830 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command 23831 23832 Signed-off-by: Stefan Roese <sr@denx.de> 23833 23834commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c 23835Author: Jon Loeliger <jdl@freescale.com> 23836Date: Tue Oct 16 15:27:43 2007 -0500 23837 23838 Initial mpc8610hpcd Makefile files. 23839 23840 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 23841 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com> 23842 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 23843 Signed-off-by: Jon Loeliger <jdl@freescale.com> 23844 23845commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7 23846Author: Jon Loeliger <jdl@freescale.com> 23847Date: Tue Oct 16 15:26:51 2007 -0500 23848 23849 Initial mpc8610hpcd cpu/, README and include/ files. 23850 23851 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 23852 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com> 23853 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 23854 Signed-off-by: Jon Loeliger <jdl@freescale.com> 23855 23856commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e 23857Author: Jon Loeliger <jdl@freescale.com> 23858Date: Tue Oct 16 13:54:01 2007 -0500 23859 23860 Initial mpc8610hpcd board files. 23861 23862 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 23863 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com> 23864 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 23865 Signed-off-by: Jon Loeliger <jdl@freescale.com> 23866 23867commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd 23868Author: runet@innovsys.com <runet@innovsys.com> 23869Date: Tue Oct 16 14:50:40 2007 -0500 23870 23871 Make MPC8266ADS board compile again. 23872 23873 Signed-off-by: Runet Torgersen <runet@innovsys.com> 23874 23875commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a 23876Author: Jon Loeliger <jdl@freescale.com> 23877Date: Mon Aug 27 12:41:03 2007 -0500 23878 23879 86xx: Allow for fewer DDR slots per memory controller. 23880 23881 As a direct correlation exists between DDR DIMM slots 23882 and SPD EEPROM addresses used to configure them, use 23883 the individually defined SPD_EEPROM_ADDRESS* values to 23884 determine if a DDR DIMM slot should have its SPD 23885 configuration read or not. 23886 23887 Effectively, this now allows for 1 or 2 DIMM slots 23888 per memory controller. 23889 23890 Signed-off-by: Jon Loeliger <jdl@freescale.com> 23891 23892commit 4d4a945e189a2f384c66432316da2788a0ac1607 23893Author: Rodolfo Giometti <giometti@enneenne.com> 23894Date: Mon Oct 15 11:59:17 2007 +0200 23895 23896 PXA USB OHCI: "usb stop" implementation. 23897 23898 Some USB keys need to be switched off before loading the kernel 23899 otherwise they can remain in an undefined status which prevents them 23900 to be correctly recognized by the kernel. 23901 23902 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 23903 23904commit e2e93442e558cf1500e92861f99713b2f045ea22 23905Author: Stefan Roese <sr@denx.de> 23906Date: Mon Oct 15 11:39:00 2007 +0200 23907 23908 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier 23909 23910 The I2C bootstrap values that can be setup via the "bootstrap" command, 23911 were setup incorrect regarding the generation of the internal sync PCI 23912 clock. The values for PLB clock == 133MHz were slighly incorrect and the 23913 values for PLB clock == 166MHz were totally incorrect. This could 23914 lead to a hangup upon booting while PCI configuration scan. 23915 23916 This patch fixes this issue and configures valid PCI divisor values 23917 for the sync PCI clock, with respect to the provided external async 23918 PCI frequency. 23919 23920 Here the values of the formula in the chapter 14.2 "PCI clocking" 23921 from the 440EPx users manual: 23922 23923 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz 23924 23925 33MHz async PCI frequency: 23926 PLB = 133: 23927 => 32 <= 44.3 <= 65 (div = 3) 23928 23929 PLB = 166: 23930 => 32 <= 55.3 <= 65 (div = 3) 23931 23932 66MHz async PCI frequency: 23933 PLB = 133: 23934 => 65 <= 66.5 <= 132 (div = 2) 23935 23936 PLB = 166: 23937 => 65 <= 83 <= 132 (div = 2) 23938 23939 Signed-off-by: Stefan Roese <sr@denx.de> 23940 23941commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587 23942Author: Stefan Roese <sr@denx.de> 23943Date: Mon Oct 15 11:29:33 2007 +0200 23944 23945 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite 23946 23947 The BCSR status bit for the 66MHz PCI operation was correctly 23948 addressed (MSB/LSB problem). Now the correct currently setup 23949 PCI frequency is displayed upon bootup. 23950 23951 This patch also fixes this problem on Rainier & Yellowstone, since these 23952 boards use the same souce code as Sequoia & Yosemite do. 23953 23954 Signed-off-by: Stefan Roese <sr@denx.de> 23955 23956commit da3aad55cbde80ab6e301aafa82a2c411aa53eff 23957Author: Martin Krause <martin.krause@tqs.de> 23958Date: Wed Sep 26 17:55:56 2007 +0200 23959 23960 TQM860M: adjust for doubled flash sector size. 23961 23962 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with 23963 doubled sector size. 23964 23965 Signed-off-by: Martin Krause <martin.krause@tqs.de> 23966 23967commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d 23968Author: Jens Gehrlein <jens.gehrlein@tqs.de> 23969Date: Wed Sep 26 17:55:54 2007 +0200 23970 23971 TQM8xx: Fix CAN timing. 23972 23973 Signed-off-by: Martin Krause <martin.krause@tqs.de> 23974 23975commit d43e489baf02afae49077791fb22332d240d8656 23976Author: Martin Krause <martin.krause@tqs.de> 23977Date: Thu Sep 27 14:54:36 2007 +0200 23978 23979 TQM866M: fix SDRAM refresh 23980 23981 At 133 MHz the current SDRAM refresh rate is too fast 23982 (measured 4 * 1.17 us). 23983 CFG_MAMR_PTA changes from 39 to 97. This result 23984 in a refresh rate of 4 * 7.8 us at the default clock 23985 50 MHz. At 133 MHz the value will be then 4 * 2.9 us. 23986 This is a compromise until a new method is found to 23987 adjust the refresh rate. 23988 23989 Signed-off-by: Martin Krause <martin.krause@tqs.de> 23990 23991commit 9ef57bbee1c67cc01da2026c242c4692db32be36 23992Author: Martin Krause <martin.krause@tqs.de> 23993Date: Wed Sep 26 17:55:55 2007 +0200 23994 23995 TQM866M: adjust for doubled flash sector size. 23996 23997 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with 23998 doubled sector size. 23999 24000 Signed-off-by: Martin Krause <martin.krause@tqs.de>
24001 24002commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763 24003Author: Michal Simek <monstr@monstr.eu> 24004Date: Sun Oct 14 16:12:29 2007 +0200 24005 24006 [FIX] XUPV2P change command handling 24007 and remove code violation 24008 24009commit 636400198228d96983c06657b17f760f5989958e 24010Author: Wolfgang Denk <wd@denx.de> 24011Date: Sun Oct 14 00:13:19 2007 +0200 24012 24013 Prepare for 1.3.0-rc3 release 24014 24015 Signed-off-by: Wolfgang Denk <wd@denx.de> 24016 24017commit 68f14f77ca5fe5f9cc025c8cae101671f628309f 24018Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 24019Date: Sat Sep 29 13:41:37 2007 +0200 24020 24021 Fix warning differ in signedness in cpu/pxa/mmc.c 24022 24023 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 24024 24025commit fc19e36f741e8bc727c0a330170b3b5db90399ef 24026Author: Wolfgang Denk <wd@denx.de> 24027Date: Sat Oct 13 23:51:14 2007 +0200 24028 24029 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c 24030 24031 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 24032 Signed-off-by: Wolfgang Denk <wd@denx.de> 24033 24034commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296 24035Author: Wolfgang Denk <wd@denx.de> 24036Date: Sat Oct 13 21:15:39 2007 +0200 24037 24038 Coding Style cleanup. 24039 24040 Signed-off-by: Wolfgang Denk <wd@denx.de> 24041 24042commit e1893815b0999410d7a327589611c7b38e95299e 24043Author: Wolfgang Denk <wd@denx.de> 24044Date: Fri Oct 12 15:49:39 2007 +0200 24045 24046 GP3 SSA: enable RTC 24047 24048 Signed-off-by: Wolfgang Denk <wd@denx.de> 24049 24050commit 8002012041f1ff9f997a5727abe5015f70cd2e46 24051Author: Grzegorz Bernacki <gjb@semihalf.com> 24052Date: Tue Oct 9 13:58:24 2007 +0200 24053 24054 [ads5121] EEPROM support added. 24055 24056 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24057 24058commit 7b624ad254b97e5a25dca2304a398b64aeedaffe 24059Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 24060Date: Sat Oct 6 18:55:35 2007 +0200 24061 24062 AVR32: Initialize bi_flash* in board_init_r 24063 24064 The ATSTK1000-specific flash driver intializes bi_flashstart, 24065 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI 24066 driver, don't. 24067 24068 Initialize these in board_init_r instead so that things will still be 24069 set up correctly when we switch to the CFI driver. 24070 24071 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 24072 24073commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8 24074Author: Marian Balakowicz <m8@semihalf.com> 24075Date: Fri Oct 5 10:40:54 2007 +0200 24076 24077 tqm5200: Fix CONFIG_CMD_PCI typo in board config file. 24078 24079 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 24080 24081commit 92869195ef8210758d2176230c0a36897afd50ed 24082Author: Bartlomiej Sieka <tur@semihalf.com> 24083Date: Fri Oct 5 09:46:06 2007 +0200 24084 24085 CM5200: Fix missing null-termination in hostname manipulation code 24086 24087 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24088 24089commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87 24090Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 24091Date: Tue Oct 2 19:09:01 2007 +0200 24092 24093 Fix memtest breakage 24094 24095 CFG_MEMTEST_START uses weird magic involving gd, which fails to 24096 compile. Use hardcoded values instead (we actually know how much RAM 24097 we have on board.) 24098 24099 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 24100 24101commit 738815c0cc44aa329097f868dc1efc49ede9c5ba 24102Author: Stefan Roese <sr@denx.de> 24103Date: Tue Oct 2 11:44:46 2007 +0200 24104 24105 ppc4xx: Coding style cleanup 24106 24107 Signed-off-by: Stefan Roese <sr@denx.de> 24108 24109commit 87c1833a39e944db66385286fd5e28f9b3fcdd50 24110Author: Stefan Roese <sr@denx.de> 24111Date: Tue Oct 2 11:44:19 2007 +0200 24112 24113 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet 24114 24115 Signed-off-by: Stefan Roese <sr@denx.de> 24116 24117commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670 24118Author: Grzegorz Bernacki <gjb@semihalf.com> 24119Date: Mon Oct 1 09:51:50 2007 +0200 24120 24121 Program EPLD to force full duplex mode for PHY. 24122 24123 EPLD forces modes of PHY operation. By default full duplex is turned off. 24124 This fix turns it on. 24125 24126 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24127 24128commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818 24129Author: Timo Ketola <timo.ketola@exertus.fi> 24130Date: Mon Sep 24 14:50:32 2007 +0300 24131 24132 Bugfix: Use only one PTD for one endpoint 24133 24134 Original isp116x-hcd code prepared multiple PTDs for longer than 16 24135 byte transfers for one endpoint. That is unnecessary because the 24136 ISP116x is able to split long data from one PTD into multiple 24137 transactions based on the buffer size of the endpoint. It also caused 24138 serious problems if the endpoint NAKed some of the transactions. In 24139 that case ISP116x wouldn't notice that the other PTDs were for the same 24140 endpoint and would try the other PTDs possibly out of order. That would 24141 break the whole transfer. 24142 24143 This patch makes isp116x_submit_job to use one PTD for one transfer. 24144 24145 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi> 24146 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 24147 24148commit 86ec86c04326c3913178a7679aa910de071da75d 24149Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 24150Date: Thu Sep 27 23:27:47 2007 +0200 24151 24152 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial 24153 24154 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 24155 24156commit 3e954beb614b5b190d7f4f4c3b641437a0132e35 24157Author: Stefan Roese <sr@denx.de> 24158Date: Tue Sep 11 14:12:55 2007 +0200 24159 24160 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test) 24161 24162 Signed-off-by: Stefan Roese <sr@denx.de> 24163 24164commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a 24165Author: Ed Swarthout <Ed.Swarthout@freescale.com> 24166Date: Wed Sep 26 16:35:54 2007 -0500 24167 24168 85xx io out functions need sync after write. 24169 24170 This fixes the mc146818 rtc_read/write functions for 85xx. 24171 24172 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 24173 24174commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae 24175Author: Grant Likely <grant.likely@secretlab.ca> 24176Date: Tue Sep 25 15:48:05 2007 -0600 24177 24178 Fpga: fix incorrect test of CFG_FPGA_XILINX macro 24179 24180 CFG_FPGA_XILINX is a bit value used to test against the value in 24181 CONFIG_FPGA. Testing for a value will always return TRUE. I don't 24182 think that is the intention in this code. 24183 24184 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 24185 24186commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166 24187Author: Michal Simek <monstr@monstr.eu> 24188Date: Mon Sep 24 00:41:30 2007 +0200 24189 24190 [FIX] change command handling and removing code violation 24191 24192commit f240356507038e5ce55e8a24cb2607e9eae6d10c 24193Author: Michal Simek <monstr@monstr.eu> 24194Date: Mon Sep 24 00:36:06 2007 +0200 24195 24196 [FIX] change sets of commands 24197 because changing of command handling brings 24198 compilation problems 24199 24200commit cb1bc63b75a232571eb69aa2c8aa919321655845 24201Author: Michal Simek <monstr@monstr.eu> 24202Date: Mon Sep 24 00:30:42 2007 +0200 24203 24204 [FIX] Email reparation & Copyright 24205 Both codes are written by myself without any 24206 support from CTU 24207 24208commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852 24209Author: Michal Simek <monstr@monstr.eu> 24210Date: Mon Sep 24 00:25:11 2007 +0200 24211 24212 [PATCH] Change macro name for UartLite 24213 because PowerPC 405 can use UartLite as console 24214 24215commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716 24216Author: Michal Simek <monstr@monstr.eu> 24217Date: Mon Sep 24 00:21:19 2007 +0200 24218 24219 [PATCH] Add support for design without interrupt controller 24220 Polling timer 24221 24222commit 0731933ec8ec45d02ba89b52df673d526873cdde 24223Author: Michal Simek <monstr@monstr.eu> 24224Date: Mon Sep 24 00:19:48 2007 +0200 24225 24226 [FIX] resolve problem with cpu without barrel shifter 24227 24228commit db14d77995ce515b728b178b63f82babe60e3d56 24229Author: Michal Simek <monstr@monstr.eu> 24230Date: Mon Sep 24 00:18:46 2007 +0200 24231 24232 [FIX] repair email address 24233 24234commit 481d4328618804add1f818a6c96296121cd0528e 24235Author: Michal Simek <monstr@monstr.eu> 24236Date: Mon Sep 24 00:17:42 2007 +0200 24237 24238 [FIX] repair MFSL commands 24239 24240commit b90c045f035c3cc9b5d2edaed6048dfb74e40763 24241Author: Michal Simek <monstr@monstr.eu> 24242Date: Mon Sep 24 00:08:37 2007 +0200 24243 24244 synchronizition with mainline 24245 24246commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13 24247Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24248Date: Sun Sep 23 02:42:38 2007 +0900 24249 24250 sh: Add support command of ide with sh 24251 24252 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24253 24254commit d91ea45d15cf8e0987456bd211ffbb650824b6f1 24255Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24256Date: Sun Sep 23 02:38:42 2007 +0900 24257 24258 sh: Update Makefile 24259 24260 Add support MS7722SE01 to Makefile. 24261 24262 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24263 24264commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6 24265Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24266Date: Sun Sep 23 02:31:13 2007 +0900 24267 24268 sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board 24269 24270 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24271 24272commit 047375bfa4c3052fa50a748da7ff89e9dad3b364 24273Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24274Date: Sun Sep 23 02:19:24 2007 +0900 24275 24276 sh: Update MS7750SE01 platform 24277 24278 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24279 24280commit 516ad760db3553766267ada01b7d5d727faa4bbd 24281Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24282Date: Sun Sep 23 02:17:08 2007 +0900 24283 24284 sh: Remove comment out code from include/asm-sh/cpu_sh4.h 24285 24286 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24287 24288commit b02bad128669e567fce87d8df823b06a0144b8db 24289Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24290Date: Sun Sep 23 02:12:30 2007 +0900 24291 24292 sh: Update core code of SuperH. 24293 24294 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24295 24296commit 66dcad3a9a53e0766d90e0084123bd8529522fb0 24297Author: Wolfgang Denk <wd@denx.de> 24298Date: Thu Sep 20 00:04:14 2007 +0200 24299 24300 v1.3.0-rc2 24301 24302 Signed-off-by: Wolfgang Denk <wd@denx.de> 24303 24304commit 135e19bc2773ebca487e9a8371f67e1ba202313a 24305Author: Wolfgang Denk <wd@denx.de> 24306Date: Tue Sep 18 21:36:35 2007 +0200 24307 24308 Avoid compiler warning. 24309 24310 Signed-off-by: Wolfgang Denk <wd@denx.de> 24311 24312commit 8a783a65851bc7421ab69f442261215e21b8891a 24313Author: Grant Likely <grant.likely@secretlab.ca> 24314Date: Tue Sep 18 12:24:57 2007 -0600 24315 24316 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config 24317 24318 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded 24319 nulls in a string differently. For example, the following statement: 24320 echo "this is a string\0" > afile 24321 Will produce the following with /bin/bash: 24322 "this is a string\0" 24323 But with /bin/dash, will produce: 24324 "this is a string 24325 24326 Bug fixed by moving the embedded null out of the makefile and into the 24327 config header. Also renamed the macro to avoid usage colision with the same 24328 macro used by other board ports. 24329 24330 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 24331 24332commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35 24333Author: Wolfgang Denk <wd@denx.de> 24334Date: Tue Sep 18 17:40:27 2007 +0200 24335 24336 MCC200: fix build warning 24337 24338 The MCC200 board config file includes version.h for some customer- 24339 specific setting, which causes warnings with "make depend"; build 24340 version.h before depend. 24341 24342 Signed-off-by: Wolfgang Denk <wd@denx.de> 24343 24344commit bd86220f58b99d6896198c385fda132f0c980915 24345Author: Peter Pearse <peter.pearse@arm.com> 24346Date: Tue Sep 18 13:07:54 2007 +0100 24347 24348 Move coloured led API to status_led.h 24349 Improve indentation in drivers/at45.c 24350 24351commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7 24352Author: Eirik Aanonsen <eaa@wprmedical.com> 24353Date: Tue Sep 18 08:47:20 2007 +0200 24354 24355 Update atstk1002 bootargs. 24356 24357 Updates to atstk1002 U-Boot header file: 24358 - Changed bootargs: 24359 * Set the bootargs for at1002 to point to the SD-card partition instead 24360 * ... of the boot flash. 24361 * Removing the rootfstype since that argument are not needed. 24362 24363 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com> 24364 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 24365 24366commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225 24367Author: Eirik Aanonsen <eaa@wprmedical.com> 24368Date: Wed Sep 12 13:32:37 2007 +0200 24369 24370 Add some comments to clocks in atstk1002.h 24371 24372 This patch applies some clarifying comments to how the different 24373 clocks are setup according to atstk1002.h Some of the previous 24374 comments where stating wrongful information. 24375 24376 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 24377 24378commit 97213f32416ead885deafea86774e912ffd60ad0 24379Author: David Saada <David.Saada@ecitele.com> 24380Date: Mon Sep 17 17:04:47 2007 +0200 24381 24382 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver 24383 24384 Signed-off-by: David Saada <david.saada@ecitele.com> 24385 24386commit 30363e98fa470fbecea5e8bc0f1443352754f303 24387Author: Stefan Roese <sr@denx.de> 24388Date: Mon Sep 17 08:20:47 2007 +0200 24389 24390 Small whitespace cleanup of OneNAND patch 24391 24392 Signed-off-by: Stefan Roese <sr@denx.de> 24393 24394commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1 24395Author: Kyungmin Park <kmpark@infradead.org> 24396Date: Mon Sep 10 17:15:14 2007 +0900 24397 24398 OneNAND support (take #2) 24399 24400 [PATCH 3/3] OneNAND support (take #2) 24401 24402 OneNAND support at U-Boot 24403 24404 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 24405 24406commit 17aa2800457df0c06b41516f46f126712c196219 24407Author: Kyungmin Park <kmpark@infradead.org> 24408Date: Mon Sep 10 17:14:34 2007 +0900 24409 24410 OneNAND support (take #2) 24411 24412 [PATCH 2/3] OneNAND support (take #2) 24413 24414 OneNAND support at U-Boot 24415 24416 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 24417 24418commit 916527f4809a7bcd811f1f1daf34af184e31dd8c 24419Author: Kyungmin Park <kmpark@infradead.org> 24420Date: Mon Sep 10 17:13:49 2007 +0900 24421 24422 OneNAND support (take #2) 24423 24424 [PATCH 1/3] OneNAND support (take #2) 24425 24426 OneNAND support at U-Boot 24427 24428 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 24429 24430commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5 24431Author: Michal Simek <monstr@monstr.eu> 24432Date: Sun Sep 16 20:51:57 2007 +0200 24433 24434 [FIX] remove files form repository 24435 24436commit 67c31036acaaaa992fc346cc89db0909a7e733c4 24437Author: Wolfgang Denk <wd@denx.de> 24438Date: Sun Sep 16 17:10:04 2007 +0200 24439 24440 TQM8xx[LM]: Fix broken environment alignment. 24441 24442 With recent toolchains, the environment sectors were no longer aligned to 24443 sector boundaries. The reason was a combination of two bugs: 24444 24445 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined 24446 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where 24447 this gets defined, is not included here (and cannot be included 24448 without causing lots of problems). 24449 24450 Added a new #define CFG_USE_PPCENV for all boards which really 24451 want to put the environment is a ".ppcenv" section. 24452 24453 2) The linker scripts just include environment.o, silently assuming 24454 that the objects in that file are really in the order in which 24455 they are coded in the C file, i. e. "environment" first, then 24456 "redundand_environment", and "env_size" last. However, current 24457 toolchains (GCC-4.x) reorder the objects, causing the environment 24458 data not to start on a flash sector boundary: 24459 24460 Instead of: we got: 24461 24462 40008000 T environment 40008000 T env_size 24463 4000c000 T redundand_environment 40008004 T redundand_environment 24464 40010000 T env_size 4000c004 T environment 24465 24466 Note: this patch fixes just the first part, and cures the alignment 24467 problem by making sure that "env_size" gets placed correctly. However, 24468 we still have a potential issue because primary and redundant 24469 environment sectors are actually swapped, i. e. we have now: 24470 24471 40008000 T redundand_environment 24472 4000c000 T environment 24473 40010000 T env_size 24474 24475 This shall be fixed in the next version. 24476 24477 Signed-off-by: Wolfgang Denk <wd@denx.de> 24478 24479commit eb6da8050797c204c9d010548424186c7ce32fc1 24480Author: Wolfgang Denk <wd@denx.de> 24481Date: Sun Sep 16 02:39:35 2007 +0200 24482 24483 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels 24484 24485 Signed-off-by: Wolfgang Denk <wd@denx.de> 24486 24487commit cd2d1602c54cc6957bdef3872272a4b264893960 24488Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com> 24489Date: Mon Sep 10 14:54:56 2007 -0400 24490 24491 Typo fix in tsec.c 24492 24493 Fixup for the break statement in wrong place. 24494 24495 [Patch by urwithsughosh@gmail.com] 24496 Acked-by: Andy Fleming <afleming@freescale.com> 24497 Signed-off-by: Wolfgang Denk <wd@denx.de> 24498 24499commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7 24500Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 24501Date: Tue Sep 11 17:04:00 2007 +0200 24502 24503 Fix do_div() usage in nand process output 24504 24505 Fix usage of do_div() in nand erase|read|write process output. 24506 24507 The last patch to nand_util.c introduced do_div() instead of libgcc's 24508 implementation. But do_div() returns the quotient in its first 24509 macro parameter and not as result. 24510 24511 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 24512 24513commit c750d2e6692a000a82f29de7bf24e3dc21239161 24514Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 24515Date: Wed Sep 12 12:36:53 2007 +0200 24516 24517 NAND: Add CFG_NAND_QUIET option 24518 24519 This config option sets the default for the progress information 24520 output behavior that can also be configured through the 'quiet' 24521 environment variable. 24522 24523 The legacy NAND code does not print the current progress info 24524 on the console. So this option is for backward compatibility for 24525 units that are in the field and where setting the quiet variable 24526 is not an option. With CFG_NAND_QUIET set to '1' the console 24527 progress info is turned off. This can still be overwritten 24528 through the environment variable. 24529 24530 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 24531 24532commit dcb88630290d2bcd803386dd4c2be73142994c4f 24533Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com> 24534Date: Thu Sep 13 16:06:05 2007 -0700 24535 24536 ColdFire: fix build error becasue of bad type of mii_init() 24537 24538 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 24539 24540commit 314d5b6ce52a4ed19dd295d1364e246c5e605017 24541Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com> 24542Date: Thu Sep 13 16:04:05 2007 -0700 24543 24544 ColdFire: Fix build error caused by pixis.c 24545 24546 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS. 24547 24548 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 24549 24550commit e21659e30660a1377c42af135a6114efe39801d9 24551Author: Sam Sparks <SSparks@twacs.com> 24552Date: Fri Sep 14 11:14:42 2007 -0600 24553 24554 Update MPC8349ITX*_config to place config.tmp in right place. 24555 24556 MPC834ITX*_config does not store config.tmp at the correct locatation, 24557 causing MPC8349ITXGP to have the wrong TEXT_BASE. 24558 24559 Signed-off-by: Sam Sparks <SSparks@twacs.com> 24560 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 24561 24562commit 1218abf1b5817a39a82399b4b928b00750575bda 24563Author: Wolfgang Denk <wd@denx.de> 24564Date: Sat Sep 15 20:48:41 2007 +0200 24565 24566 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global 24567 24568 Signed-off-by: Wolfgang Denk <wd@denx.de> 24569 24570commit 66b3f24d665be678a9dbb125b1e84185400f63b5 24571Author: Dirk Behme <dirk.behme@googlemail.com> 24572Date: Sat Sep 15 11:55:42 2007 +0200 24573 24574 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci 24575 24576 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not 24577 function local. 24578 24579 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 24580 24581 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805 24582 24583commit 991b089d1ce5ad945725e3657a8f106dfa02a38e 24584Author: Michal Simek <monstr@monstr.eu> 24585Date: Sat Sep 15 00:03:35 2007 +0200 24586 24587 Synchronize with U-BOOT mainline 24588 24589commit d7fee32b7e61fe11c64e371cde79faa4768e8350 24590Author: Sam Sparks <SSparks@twacs.com> 24591Date: Fri Sep 14 11:14:42 2007 -0600 24592 24593 Update MPC8349ITX*_config to place config.tmp in right place. 24594 24595 MPC834ITX*_config does not store config.tmp at the correct locatation, 24596 causing MPC8349ITXGP to have the wrong TEXT_BASE. 24597 24598 Signed-off-by: Sam Sparks <SSparks@twacs.com> 24599 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 24600 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 24601 24602commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c 24603Author: Bartlomiej Sieka <tur@semihalf.com> 24604Date: Thu Sep 13 18:21:48 2007 +0200 24605 24606 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9 24607 24608 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 24609 24610commit e1f601b572db5de9aa81a0b77c68a86994fe24c4 24611Author: Bartlomiej Sieka <tur@semihalf.com> 24612Date: Thu Sep 13 16:33:59 2007 +0200 24613 24614 tqm5200: Restore customary env. variable boot commands for powerpc kernels 24615 24616 - update default definitions of kernel_addr and fdt_addr env. variables 24617 - make arch/powerpc booting the default scenario 24618 - update MTD partition layout to match the above 24619 24620 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24621 24622commit f34024d4a328e6edd906456da98d2c537155c4f7 24623Author: Wolfgang Denk <wd@denx.de> 24624Date: Wed Sep 12 00:48:57 2007 +0200 24625 24626 Fix memory corruption problem on STX GP3 SSA Board. 24627 24628 Signed-off-by: Wolfgang Denk <wd@denx.de> 24629 24630commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc 24631Author: Peter Pearse <peter.pearse@arm.com> 24632Date: Tue Sep 11 15:35:01 2007 +0100 24633 24634 Final tidy 24635 24636commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e 24637Author: Grzegorz Bernacki <gjb@semihalf.com> 24638Date: Tue Sep 11 15:42:11 2007 +0200 24639 24640 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to 24641 scan on second pci bus. 24642 24643 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24644 24645commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0 24646Author: Grzegorz Bernacki <gjb@semihalf.com> 24647Date: Tue Sep 11 12:57:52 2007 +0200 24648 24649 [ppc4xx] Individual handling of sdram.c for bamboo_nand build 24650 24651 Bamboo has a file sdram.c which needs special treatment when building in 24652 separate directory. It has to be linked to build directory otherwise it is 24653 not seen. 24654 24655 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24656 24657commit d45963854eff39d575124d859419bb4953ce2c87 24658Author: Michal Simek <monstr@monstr.eu> 24659Date: Tue Sep 11 00:37:04 2007 +0200 24660 24661 [FIX] Microblaze ML401 - repare FLASH handling 24662 24663commit 38c1ef728d19950414a8ab1ccfc53767848fa346 24664Author: Sean MCGOOGAN <sean.mcgoogan@st.com> 24665Date: Mon Sep 10 16:55:59 2007 +0100 24666 24667 Allocate CPU Architecture Code for STMicroelectronics' ST200. 24668 24669 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com> 24670 --------------------------------------------------- 24671 24672commit 754bac48156f8958d8f6a53a51eda88ab5758929 24673Author: Wolfgang Denk <wd@denx.de> 24674Date: Mon Sep 10 20:42:31 2007 +0200 24675 24676 Update version to match current state. 24677 24678 Signed-off-by: Wolfgang Denk <wd@denx.de> 24679 24680commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b 24681Author: Grzegorz Bernacki <gjb@semihalf.com> 24682Date: Mon Sep 10 17:39:08 2007 +0200 24683 24684 [MPC512x] Streamline frame handling in the FEC driver 24685 24686 - convert frame size settings to be derived from a single base 24687 - set frame size to the recommended default value 24688 24689 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24690 24691commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2 24692Author: Kyungmin Park <kmpark@infradead.org> 24693Date: Mon Sep 10 11:34:00 2007 +0900 24694 24695 Remove compiler warning: target CPU does not support interworking 24696 24697 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 24698 24699commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2 24700Author: Wolfgang Denk <wd@denx.de> 24701Date: Sun Sep 9 21:21:33 2007 +0200 24702 24703 Fix compile error in spc1920 config. 24704 24705 Signed-off-by: Markus Klotzbücher <mk@denx.de> 24706 Signed-off-by: Wolfgang Denk <wd@denx.de> 24707 24708commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622 24709Author: Grant Likely <grant.likely@secretlab.ca> 24710Date: Fri Sep 7 09:25:07 2007 -0600 24711 24712 Bugfix: make bootm+libfdt compile on boards with no flash 24713 24714 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 24715 24716commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778 24717Author: Grzegorz Bernacki <gjb@semihalf.com> 24718Date: Fri Sep 7 18:35:37 2007 +0200 24719 24720 [PPC440SPe] PCIe environment settings for Katmai and Yucca 24721 24722 - 'pciconfighost' is set by default in order to be able to scan bridges 24723 behind the primary host/PCIe 24724 24725 - 'pciscandelay' env variable is recognized to allow for user-controlled 24726 delay before the PCIe bus enumeration; some peripheral devices require a 24727 significant delay before they can be scanned (e.g. LSI8408E); without the 24728 delay they are not detected 24729 24730 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24731 24732commit 7f1913938984ef6c6a46cb53e003719196d9c5de 24733Author: Grzegorz Bernacki <gjb@semihalf.com> 24734Date: Fri Sep 7 18:20:23 2007 +0200 24735 24736 [PPC440SPe] Improve PCIe configuration space access 24737 24738 - correct configuration space mapping 24739 - correct bus numbering 24740 - better access to config space 24741 24742 Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the 24743 first device on the first bus. We now allow to configure up to 16 buses; 24744 also, scanning for devices behind the PCIe-PCIe bridge is supported, so 24745 peripheral devices farther in hierarchy can be identified. 24746 24747 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24748 24749commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427 24750Author: Grzegorz Bernacki <gjb@semihalf.com> 24751Date: Fri Sep 7 17:46:18 2007 +0200 24752 24753 [PPC440SPe] Convert machine check exceptions handling 24754 24755 Convert using fixup mechanism to suppressing MCK for the duration of config 24756 read/write transaction: while fixups work fine with the case of a precise 24757 exception, we identified a major drawback with this approach when there's 24758 an imprecise case. In this scenario there is the following race condition: 24759 the fixup is (by design) set to catch the instruction following the one 24760 actually causing the exception; if an interrupt (e.g. decrementer) happens 24761 between those two instructions, the ISR code is executed before the fixup 24762 handler the machine check is no longer protected by the fixup handler as it 24763 appears as within the ISR code. In consequence the fixup approach is being 24764 phased out and replaced with explicit suppressing of MCK during a PCIe 24765 config read/write cycle. 24766 24767 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24768 24769commit ff7640c9ead8806b5d827f2b29f9cb2632add729 24770Author: Wolfgang Denk <wd@denx.de> 24771Date: Fri Sep 7 17:43:36 2007 +0200 24772 24773 Fix typo in MAKEALL script. 24774 24775 Signed-off-by: Wolfgang Denk <wd@denx.de> 24776 24777commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810 24778Author: Grzegorz Bernacki <gjb@semihalf.com> 24779Date: Fri Sep 7 17:09:21 2007 +0200 24780 24781 [MPC512x] Proper handling of larger frames in the FEC driver 24782 24783 When frame larger than local RX buffer is received, it is split and handled 24784 by two buffer descriptors. Prior to this patch the FEC driver discarded 24785 contents of a buffer descriptor without the 'LAST' bit set, so the first 24786 part of the frame was lost in case of larger frames. This fix allows to 24787 safely combine the two pieces into the whole frame. 24788 24789 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 24790 24791commit 8d17979d0359492a822a0a409d26e3a3549b4cd4 24792Author: Rafal Jaworowski <raj@semihalf.com> 24793Date: Fri Sep 7 17:05:36 2007 +0200 24794 24795 [MPC512x] Correct fixup relocation 24796 24797 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 24798 24799commit a89cbbd27a60e6740772000fd0688ffba1c2576a 24800Author: Wolfgang Denk <wd@denx.de> 24801Date: Fri Sep 7 01:21:25 2007 +0200 24802 24803 Update CHANGELOG, minor coding style cleanup. 24804 24805commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3 24806Author: stefano babic <sbabic@denx.de> 24807Date: Thu Aug 30 23:01:49 2007 +0200 24808 24809 PXA270: Added support for TrizepsIV board. 24810 24811 This patch add support for the Trizeps IV module (520Mhz). 24812 24813 Signed-off-by: Stefano Babic <sbabic@denx.de> 24814 24815commit 80172c6181c912fbb34ea3ba0c22b232b419b47f 24816Author: stefano babic <sbabic@denx.de> 24817Date: Thu Aug 30 22:57:04 2007 +0200 24818 24819 PXA270: Add support for multiple serial ports. 24820 24821 This patch adds support for multiple serial ports to the PXA target. 24822 FFUART, BTUART and STUART are supported. 24823 24824 Signed-off-by: Stefano Babic <sbabic@denx.de> 24825 24826commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e 24827Author: stefano babic <sbabic@denx.de> 24828Date: Thu Aug 30 22:48:47 2007 +0200 24829 24830 PXA270: fix compile issue (invalid lvalue) 24831 24832 Code is broken for PXA270 due to "invalid lvalue in assignment". 24833 24834 This patch fix it in pxa-regs.h 24835 24836 Signed-off-by: Stefano Babic <sbabic@denx.de> 24837 24838commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8 24839Author: Jason Jin <Jason.jin@freescale.com> 24840Date: Thu Aug 30 18:19:05 2007 +0800 24841 24842 Add BUILD_DIR support for bios emulator. 24843 24844 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 24845 24846commit b4d8a55145442f136982634862341a3e02002bda 24847Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 24848Date: Fri Aug 31 14:41:51 2007 +0900 24849 24850 [MIPS] Remove inline asm string functions 24851 24852 Stop using inline string functions on MIPS as other ARCHs do so, 24853 since the optimized inline asm versions are not small. 24854 24855 This change is triggered by a following MIPS build error: 24856 common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init': 24857 common/exports.c:32: undefined reference to `strcmp' 24858 make: *** [u-boot] Error 1 24859 24860 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 24861 24862commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5 24863Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 24864Date: Fri Aug 31 14:41:45 2007 +0900 24865 24866 [MIPS] Update asm string header 24867 24868 This patches contains several bugfixes and cleanups in the latest upstream: 24869 24870 - Don't include linux/config.h 24871 - Remove buggy inline version of memscan. 24872 - Merge with Linux 2.6.11-rc3. 24873 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4. 24874 - Goodbye mips64. 31704 lines of code bite the dust. 24875 - Replace extern inline with static inline. 24876 - Fix return value of strncpy. 24877 - Remove a bunch more "$1" clobbers. 24878 24879 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 24880 24881commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2 24882Author: Bartlomiej Sieka <tur@semihalf.com> 24883Date: Tue Sep 4 17:31:22 2007 +0200 24884 24885 Fix do_bootm_linux() so that multi-file images with FDT blob boot. 24886 24887 Fix incorrect blob address calculation in do_bootm_linux() that prevents 24888 booting the kernel from a multi-file image (kernel + initrd + blob). 24889 24890 Also, make minor updates to the U-Boot's output and to the coding style. 24891 24892 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24893 24894commit 041a2554ad619e80dce520c1a33210affcb6a3f2 24895Author: Gary Jennejohn <gary.jennejohn@freenet.de> 24896Date: Fri Aug 31 14:29:04 2007 +0200 24897 24898 Add support for Sil680 IDE controller. 24899 24900 o add drivers/sil680.c to support the Sil680 IDE-controller. 24901 o drivers/Makefile: add sil680.o. 24902 24903 Signed-off-by: Gary Jennejohn <garyj@denx.de> 24904 24905commit e79021223bc339df655e360645a52c457a74b067 24906Author: Grant Likely <grant.likely@secretlab.ca> 24907Date: Thu Sep 6 09:47:40 2007 -0600 24908 24909 bootm/fdt: Only process the fdt if an fdt address was provided 24910 24911 Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style 24912 kernels using the board info structure (instead of passing a device tree) 24913 This change allows the old style booting to be used if the fdt argument 24914 was not passed to 'bootm'. 24915 24916 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 24917 Acked-by: Kim Phillips <kim.phillips@freescale.com> 24918 24919commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43 24920Author: Grant Likely <grant.likely@secretlab.ca> 24921Date: Thu Sep 6 09:46:23 2007 -0600 24922 24923 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT 24924 24925 Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200 24926 24927 Tested on: lite5200b 24928 24929 Note: the fixup functions have not been moved to a common place. This 24930 patch is targeted for immediate merging as in solves a build issue, but 24931 the final name/location of the fixups is still subject to debate. I 24932 propose to merge this now, and move the fixups in the next merge window 24933 to be usable by all targets. 24934 24935 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 24936 24937commit 41bb76e941929f54a73206fb132f7a4c275543a3 24938Author: Grant Likely <grant.likely@secretlab.ca> 24939Date: Thu Sep 6 09:46:17 2007 -0600 24940 24941 libfdt: add convenience function fdt_find_and_setprop() 24942 24943 Given the path to a node, fdt_find_and_setprop() allows a property value 24944 to be set directly. 24945 24946 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 24947 24948commit 80767a6cead9990d9e77e62be947843c2c72f469 24949Author: Peter Pearse <peter.pearse@arm.com> 24950Date: Wed Sep 5 16:04:41 2007 +0100 24951 24952 Changed API name to coloured_led.h 24953 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC 24954 Tidied other cpu/arm920t/start.S code 24955 24956commit 56a9270521baaa00e12639a978302a67f61ef060 24957Author: Kumar Gala <galak@kernel.crashing.org> 24958Date: Thu Aug 30 16:18:18 2007 -0500 24959 24960 Fix ULI RTC support on MPC8544 DS 24961 24962 The RTC on the M1575 ULI chipset requires a dummy read before 24963 we are able to talk to the RTC. We accomplish this by adding a 24964 second memory region to the PHB the ULI is on and read from it. 24965 24966 The second region is added to maintain compatiabilty with Linux's 24967 view of the PCI memory map. 24968 24969 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 24970 24971commit f75e89e9b5714db2b0e80074071dfbdd6f59488a 24972Author: Ed Swarthout <Ed.Swarthout@freescale.com> 24973Date: Thu Aug 30 01:58:48 2007 -0500 24974 24975 ft_board_setup update 85xx/86xx of pci/pcie bus-range property. 24976 24977 pcie is now differentiated from pci. Add 8641 bus-range updates. 24978 24979 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 24980 24981commit 9f5c3d3720e777a572dcdc8af2008b44c7243885 24982Author: Peter Pearse <peter.pearse@arm.com> 24983Date: Tue Sep 4 16:18:38 2007 +0100 24984 24985 Add coloured led interface for ARM boards. 24986 Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered. 24987 24988commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb 24989Author: Peter Pearse <peter.pearse@arm.com> 24990Date: Tue Sep 4 14:49:28 2007 +0100 24991 24992 Move include/led.h to board/at91rm9200dk 24993 24994commit 6e4bf9b24e57c15abc6542e685d06380bc64af27 24995Author: Peter Pearse <peter.pearse@arm.com> 24996Date: Tue Sep 4 14:25:51 2007 +0100 24997 24998 Ran Lindent on drivers/at45.c 24999 25000commit 557ab89d294f08dd532f21d19861b40093200a33
25001Author: Peter Pearse <peter.pearse@arm.com> 25002Date: Tue Sep 4 14:23:50 2007 +0100 25003 25004 Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX 25005 25006commit 81b73dec16fd1227369a191e725e10044a9d56b8 25007Author: Gary Jennejohn <garyj@denx.de> 25008Date: Fri Aug 31 15:21:46 2007 +0200 25009 25010 ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia 25011 25012 The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is 25013 set to non-zero, because it doesn't support MRM (memory-read- 25014 multiple) correctly. We now added the possibility to configure 25015 this register in the board config file, so that the default value 25016 of 8 can be overridden. 25017 25018 Here the details of this patch: 25019 25020 o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow 25021 board-specific settings. As an example the sequoia board requires 0. 25022 Idea from Stefan Roese <sr@denx.de>. 25023 o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the 25024 PCI IO-space. Obtained from Stefan Roese <sr@denx.de>. 25025 o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set 25026 CFG_PCI_CACHE_LINE_SIZE to 0. 25027 25028 Signed-off-by: Gary Jennejohn <garyj@denx.de> 25029 Signed-off-by: Stefan Roese <sr@denx.de> 25030 25031commit 60174746c668b309378a91488dded898e9553eae 25032Author: Wolfgang Denk <wd@denx.de> 25033Date: Fri Aug 31 10:01:51 2007 +0200 25034 25035 Fix TFTP OACK code for short packets. 25036 25037 The old code had a loop limit overflow bug which caused a semi- 25038 infinite loop for small packets, because in "i<len-8", "i" was signed, 25039 but "len" was unsigned, and "len-8" became a huge number for small 25040 values of "len". 25041 25042 This is a workaround which replaces broken commit 8f1bc284. 25043 25044 Signed-off-by: Wolfgang Denk <wd@denx.de> 25045 25046commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee 25047Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 25048Date: Thu Aug 30 15:03:05 2007 +0200 25049 25050 Reduce BOOTDELAY variable to 1 second by default for STK1002 25051 25052 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 25053 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 25054 25055commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a 25056Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 25057Date: Thu Aug 30 15:03:04 2007 +0200 25058 25059 Remove double quotation marks around MAC address for STK1002 25060 25061 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 25062 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 25063 25064commit ff13ac8c7bbebb238e339592de765c546dba1073 25065Author: Wolfgang Denk <wd@denx.de> 25066Date: Thu Aug 30 14:42:15 2007 +0200 25067 25068 Backout commit 8f1bc284 as it causes TFTP to fail. 25069 25070 Signed-off-by: Wolfgang Denk <wd@denx.de> 25071 25072commit 1900fbf255acba8b94fb442a16408ea85a1d46a6 25073Author: Ed Swarthout <Ed.Swarthout@freescale.com> 25074Date: Thu Aug 30 02:26:17 2007 -0500 25075 25076 Revert "Fix MPC8544DS PCIe3 scsi." 25077 25078 This reverts commit 9468e680. 25079 Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient. 25080 25081 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 25082 25083commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774 25084Author: Grant Likely <grant.likely@secretlab.ca> 25085Date: Wed Aug 29 18:26:24 2007 -0600 25086 25087 tftp: don't implicity trust the format of recevied packets 25088 25089 The TFTP OACK code trusts that the incoming packet is formated as 25090 ASCII text and can be processed by string functions. It also has a 25091 loop limit overflow bug where if the packet length is less than 8, it 25092 ends up looping over *all* of memory to find the 'blksize' string. 25093 25094 This patch solves the problem by forcing the packet to be null 25095 terminated and using strstr() to search for the sub string. 25096 25097 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 25098 25099commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143 25100Author: Stefan Roese <sr@denx.de> 25101Date: Wed Aug 29 16:31:18 2007 +0200 25102 25103 ppc4xx: Change lwmon5 default environment to support Linux RTC 25104 25105 The Linux PCF8563 RTC driver doesn't do autoprobing, so we need 25106 to supply the RTC I2C address as bootline parameter. This patch 25107 adds support for this rtc probing parameter to the bootargs: 25108 25109 "rtc-pcf8563.probe=0,0x51" 25110 25111 Signed-off-by: Stefan Roese <sr@denx.de> 25112 25113commit 2602a5c40ae37ab965a4e240854fdaffb51328a4 25114Author: Kim Phillips <kim.phillips@freescale.com> 25115Date: Wed Aug 29 09:06:05 2007 -0500 25116 25117 sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE 25118 25119 this had slipped through the cracks, since the sbc board was added 25120 after I wrote the original patch to remove all these symbols, and 25121 before it was merged. 25122 25123 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25124 25125commit c5bded3c88e48ae648a75d357dc81a8255fa81f1 25126Author: Wolfgang Denk <wd@denx.de> 25127Date: Wed Aug 29 14:05:30 2007 +0200 25128 25129 Add mii_init() prototype 25130 25131 to get rid of a *lot* of compiler warnings. 25132 25133 Signed-off-by: Wolfgang Denk <wd@denx.de> 25134 25135commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f 25136Author: Wolfgang Denk <wd@denx.de> 25137Date: Wed Aug 29 13:35:03 2007 +0200 25138 25139 Disable network support on cmi_mpc5xx board 25140 25141 ..because it caused compiler errors and there seems to be no 25142 board maintainer to take care of this. 25143 25144 Signed-off-by: Wolfgang Denk <wd@denx.de> 25145 25146commit 9468e6804b7e25b0f6f52e53f47bce3175400a16 25147Author: Kumar Gala <galak@kernel.crashing.org> 25148Date: Mon Aug 20 09:44:00 2007 -0500 25149 25150 Fix MPC8544DS PCIe3 scsi. 25151 25152 <ed.swarthout@freescale.com> 25153 25154 The problem is pciauto_setup_device() getting called from fsl_pci_init.c 25155 is allocating memory space it doesn't need. 25156 25157 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com> 25158 Signed-off-by: Andy Fleming <afleming@freescale.com> 25159 25160commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a 25161Author: Ed Swarthout <Ed.Swarthout@freescale.com> 25162Date: Tue Aug 21 09:38:59 2007 -0500 25163 25164 8548cds fixes 25165 25166 Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the 25167 correct consoledev needed for linux boot. 25168 Standardize on fdt{file,addr} var to hold dtb file name. 25169 25170 Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}. 25171 25172 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 25173 25174commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933 25175Author: Haiying Wang <Haiying.Wang@freescale.com> 25176Date: Thu Aug 23 15:20:54 2007 -0400 25177 25178 Enable L2 cache for MPC8568MDS board 25179 25180 The L2 cache size is 512KB for 8568, print out the correct informaiton. 25181 25182 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 25183 25184commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b 25185Author: Jason Jin <Jason.jin@freescale.com> 25186Date: Wed Aug 22 17:54:49 2007 +0800 25187 25188 Remove the bios emulator binary files from MAI board 25189 25190 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 25191 25192commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f 25193Author: Kim Phillips <kim.phillips@freescale.com> 25194Date: Tue Aug 21 17:00:17 2007 -0500 25195 25196 support board vendor-common makefiles 25197 25198 if a board/$(VENDOR)/common/Makefile exists, build it. 25199 25200 also add the first such case, board/freescale/common/Makefile, to 25201 handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as 25202 dictated by board configuration. 25203 25204 thusly get rid of alternate build dir errors such as: 25205 25206 FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory 25207 25208 by putting the common/ mkdir command in its proper place (the common 25209 Makefile). Common bits from existing individual board Makefiles have 25210 been removed. 25211 25212 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25213 25214commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd 25215Author: stefano babic <sbabic@denx.de> 25216Date: Tue Aug 21 15:52:33 2007 +0200 25217 25218 Fix: TFTP is not working on little endian systems 25219 25220 TFTP does not work anymore after multicast tftp 25221 patch was applied on little endian systems. 25222 This patch fix it. 25223 25224 Signed-off-by: Stefano Babic <sbabic@denx.de> 25225 25226commit 5f470948570526e9186f053a3003da7719604e90 25227Author: stefano babic <sbabic@denx.de> 25228Date: Tue Aug 21 15:50:33 2007 +0200 25229 25230 Fix MAC address setting in DM9000 driver. 25231 25232 The logic to check if there is a correct MAC address in the DM9000 25233 EEPROM, added in the last patch, is wrong. Now the MAC address is 25234 always taken from the environment, even if a suitable MAC is present 25235 in the EEPROM. 25236 25237 Signed-off-by: Stefano Babic <sbabic@denx.de> 25238 25239commit 4a8527ef086ec7c89f40674ef024ae6f988a614a 25240Author: Martin Krause <martin.krause@tqs.de> 25241Date: Tue Aug 21 12:40:34 2007 +0200 25242 25243 MPC5xxx: fix some compiler warnings in USB code 25244 25245 Fix the following warnings: 25246 - usb.c:xx: warning: function declaration isn't a prototype 25247 - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer 25248 from pointer wihtout a cast 25249 25250 Signed-off-by: Martin Krause <martin.krase@tqs.de> 25251 25252commit 16e23c3f5dab6937f5109365416808c7f15c122b 25253Author: Ed Swarthout <Ed.Swarthout@freescale.com> 25254Date: Mon Aug 20 23:55:33 2007 -0500 25255 25256 fsl_pci_init - Remove self PCSRBAR allocation 25257 25258 CPU physical address space was being wasted by allocating a 25259 PCSRBAR PCI inbound region to it's memory space. 25260 25261 As a rule, PCSRBAR should be left alone since it does not affect 25262 transactions from self and other masters may have changed it. 25263 25264 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com> 25265 25266commit 0e700ce03a23bb1921149bc77008ace7103d5289 25267Author: Martin Krause <martin.krause@tqs.de> 25268Date: Mon Aug 20 13:56:47 2007 +0200 25269 25270 Fix compiler warning in include/s3c2410.h 25271 25272 This patch fixes the "type qualifiers ignored on fuction return tpye" 25273 warning for include/s3c2410.h 25274 25275 Signed-off-by: Martin Krause <martin.krause@tqs.de> 25276 25277commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea 25278Author: Dirk Behme <dirk.behme@googlemail.com> 25279Date: Mon Aug 20 07:09:05 2007 +0200 25280 25281 Fix compilation error for omap2420h4_config. 25282 25283 omap2420h4 switched to cfi, so remove old (already disabled) flash.c 25284 and flash_probe() calls in env_flash.c. 25285 25286 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 25287 25288commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f 25289Author: Kim Phillips <kim.phillips@freescale.com> 25290Date: Fri Aug 10 14:34:14 2007 -0500 25291 25292 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 25293 25294 and make some minor corrections to the FDT part of the README. 25295 25296 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25297 25298commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de 25299Author: Wolfgang Denk <wd@denx.de> 25300Date: Wed Aug 29 01:32:05 2007 +0200 25301 25302 Minor coding style cleanup. 25303 25304 Signed-off-by: Wolfgang Denk <wd@denx.de> 25305 25306commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3 25307Author: Heiko Schocher <hs@pollux.denx.de> 25308Date: Tue Aug 28 17:40:33 2007 +0200 25309 25310 [UC101] Fix: if no CF in the board, U-Boot resets sometimes. 25311 25312 Signed-off-by: Heiko Schocher <hs@denx.de> 25313 25314commit f98984cb194bb34dbe1db9429d3b51133af30d07 25315Author: Heiko Schocher <hs@pollux.denx.de> 25316Date: Tue Aug 28 17:39:14 2007 +0200 25317 25318 IDE: - make ide_inb () and ide_outb () "weak", so boards can 25319 define there own I/O functions. 25320 (Needed for the pcs440ep board). 25321 - The default I/O Functions are again 8 Bit accesses. 25322 - Added CONFIG_CMD_IDE for the pcs440ep Board. 25323 25324 Signed-off-by: Heiko Schocher <hs@denx.de> 25325 25326commit 2c05fd125744981e5f2828d24e66ccc20a77d25d 25327Author: Semih Hazar <semih.hazar@indefia.com> 25328Date: Mon Aug 20 19:00:01 2007 +0300 25329 25330 AVR32: Change prototype of memset 25331 25332 Signed-off-by: Semih Hazar <semih.hazar@indefia.com> 25333 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 25334 25335commit 9c02defc29b57945b600714cf61ddfd02b02fb14 25336Author: Yuri Tikhonov <yur@emcraft.com> 25337Date: Sat Aug 25 05:07:16 2007 +0200 25338 25339 POST: limit memory test area to not touch global data anymore 25340 25341 As experienced on lwmon5, on some boards the POST memory test can 25342 corrupt the global data buffer (bd). This patch fixes this issue 25343 by checking and limiting this area. 25344 25345 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 25346 Signed-off-by: Stefan Roese <sr@denx.de> 25347 25348commit 75e1a84d483e36be10e206e539b028c4889e1158 25349Author: Stefan Roese <sr@denx.de> 25350Date: Fri Aug 24 15:41:42 2007 +0200 25351 25352 ppc4xx: Add RTC POST test to lwmon5 board configuration 25353 25354 Since this RTC POST test is taking quite a while to complete 25355 it's only initiated upon special keypress same as the complete 25356 memory POST. 25357 25358 Signed-off-by: Stefan Roese <sr@denx.de> 25359 25360commit d7bfa620037a6d2210159387571bdf93aa32c162 25361Author: Stefan Roese <sr@denx.de> 25362Date: Fri Aug 24 15:19:10 2007 +0200 25363 25364 ppc4xx: Change GPIO signal for watchdog triggering on lwmon5 25365 25366 Signed-off-by: Stefan Roese <sr@denx.de> 25367 25368commit c25dd8fc25e9ca3695db996a257d9ba4dab414db 25369Author: Stefan Roese <sr@denx.de> 25370Date: Thu Aug 23 11:02:37 2007 +0200 25371 25372 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board 25373 25374 This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5 25375 board. Now the "eeprom" command can be used to read/write from/to this 25376 device. Additionally a new command was added "eepromwp" to en-/disable 25377 the write-protect of this 2nd EEPROM. 25378 25379 The 1st EEPROM is not affected by this write-protect command. 25380 25381 Signed-off-by: Stefan Roese <sr@denx.de> 25382 25383commit c64fb30e4c5976007d56fc1789c7a0666082b536 25384Author: Stefan Roese <sr@denx.de> 25385Date: Wed Aug 22 08:56:09 2007 +0200 25386 25387 ppc4xx: Remove unused option CFG_INIT_RAM_OCM 25388 25389 Signed-off-by: Stefan Roese <sr@denx.de> 25390 25391commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7 25392Author: Stefan Roese <sr@denx.de> 25393Date: Tue Aug 21 16:27:57 2007 +0200 25394 25395 ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) 25396 25397 This patch adds support for the matrix keyboard on the lwmon5 board. 25398 Since the implementation in the dsPCI is kind of compatible with the 25399 "old" lwmon board, most of the code is copied from the lwmon 25400 board directory. 25401 25402 Signed-off-by: Stefan Roese <sr@denx.de> 25403 25404commit 3e66c078003607a7d1d214c15a5f262bc1b4032f 25405Author: Wolfgang Denk <wd@denx.de> 25406Date: Sun Aug 19 10:27:34 2007 +0200 25407 25408 Fix some build errors. 25409 25410 Signed-off-by: Wolfgang Denk <wd@denx.de> 25411 25412commit 05675735ef77dc23b5e0eb782bad1ff477b55e86 25413Author: Wolfgang Denk <wd@denx.de> 25414Date: Sat Aug 18 22:00:38 2007 +0200 25415 25416 Update CHANGELOG. 25417 25418commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57 25419Author: Kim Phillips <kim.phillips@freescale.com> 25420Date: Thu Aug 16 22:52:39 2007 -0500 25421 25422 lib_ppc: make board_add_ram_info weak 25423 25424 platforms wishing to display RAM diagnostics in addition to size, 25425 can do so, on one line, in their own board_add_ram_info() 25426 implementation. 25427 25428 this consequently eliminates CONFIG_ADD_RAM_INFO. 25429 25430 Thanks to Stefan for the hint. 25431 25432 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25433 25434commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6 25435Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 25436Date: Fri Aug 17 12:43:44 2007 +0900 25437 25438 PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug 25439 25440 This patch has been sent on: 25441 - 6 Jun 2007 25442 25443 Many users of PCI config read routines tend to ignore the function 25444 ret value, and are only concerned about the contents of *val. Based 25445 on this, pci_hose_read_config_{byte,word}_via_dword should initialize 25446 the *val on dword read error. 25447 25448 Without this fix, for example, we'll go on scanning bus with vendor or 25449 header_type uninitialized. This brings many unnecessary config trials. 25450 25451 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 25452 25453commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367 25454Author: Stefan Roese <sr@denx.de> 25455Date: Sat Aug 18 14:37:52 2007 +0200 25456 25457 ColdFire: Fix some remaining problems with CFG_CMD_ 25458 25459 Signed-off-by: Stefan Roese <sr@denx.de> 25460 25461commit 8280f6a1c43247616b68224675188e5ccd124650 25462Author: Stefan Roese <sr@denx.de> 25463Date: Sat Aug 18 14:33:02 2007 +0200 25464 25465 Coding style cleanup 25466 25467 Signed-off-by: Stefan Roese <sr@denx.de> 25468 25469commit 4a442d3186b31893b4f77c6e82f63c4517a5224b 25470Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25471Date: Thu Aug 16 19:23:50 2007 -0500 25472 25473 ColdFire: Add M5235EVB Platform for MCF523x 25474 25475 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25476 25477commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa 25478Author: Kim Phillips <kim.phillips@freescale.com> 25479Date: Fri Aug 17 09:30:00 2007 -0500 25480 25481 mpc83xx: fix typo in DDR2 programming 25482 25483 introduced in the implement board_add_ram_info patch as I was cleaning out the 25484 magic numbers. sorry. 25485 25486 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25487 25488commit e58fe95784d2514fc9c21028dc59f2b319a35d80 25489Author: Kim Phillips <kim.phillips@freescale.com> 25490Date: Thu Aug 16 22:53:09 2007 -0500 25491 25492 mpc83xx: move freescale boards to boards/freescale 25493 25494 includes build fixes. 25495 25496 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25497 25498commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47 25499Author: Kim Phillips <kim.phillips@freescale.com> 25500Date: Thu Aug 16 22:52:59 2007 -0500 25501 25502 mpc83xx: suppress unused variable 'val8' warning 25503 25504 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25505 25506commit bbea46f76f767b919070b4829bf34c86bd223248 25507Author: Kim Phillips <kim.phillips@freescale.com> 25508Date: Thu Aug 16 22:52:48 2007 -0500 25509 25510 mpc83xx: implement board_add_ram_info 25511 25512 add board_add_ram_info, to make memory diagnostic output more 25513 consistent. u-boot banner output now looks like: 25514 25515 DRAM: 256 MB (DDR1, 64-bit, ECC on) 25516 25517 and for boards with SDRAM on the local bus, a line such as this is 25518 added: 25519 25520 SDRAM: 64 MB (local bus) 25521 25522 also replaced some magic numbers with their equivalent define names. 25523 25524 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25525 25526commit 14778585d1389d86d5846efec29e5fce892680ce 25527Author: Tony Li <tony.li@freescale.com> 25528Date: Fri Aug 17 10:35:59 2007 +0800 25529 25530 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support 25531 25532 The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c 25533 And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board. 25534 25535 Signed-off-by Tony Li <tony.li@freescale.com> 25536 25537commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7 25538Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25539Date: Thu Aug 16 15:05:11 2007 -0500 25540 25541 ColdFire: Add M54455EVB for MCF5445x 25542 25543 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25544 25545commit a1436a842654a8d3927d082a8ae9ee0a10da62d7 25546Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25547Date: Thu Aug 16 13:20:50 2007 -0500 25548 25549 ColdFire: Add M5253EVBE platform for MCF52x2 25550 25551 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25552 25553commit a605aacd8324094199402816cc6d9124aba57b8d 25554Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25555Date: Thu Aug 16 05:04:31 2007 -0500 25556 25557 ColdFire: Add M5249EVB platform for MCF52x2 25558 25559 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25560 25561commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e 25562Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25563Date: Wed Aug 15 20:32:06 2007 -0500 25564 25565 ColdFire: Update Freescale MCF52x2 platforms 25566 25567 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25568 25569commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c 25570Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25571Date: Wed Aug 15 19:55:10 2007 -0500 25572 25573 ColdFire: Update EB+MCF-EV123 platform 25574 25575 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25576 25577commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b 25578Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25579Date: Wed Aug 15 19:46:38 2007 -0500 25580 25581 ColdFire: update TASREG platform for MCF52x2 25582 25583 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25584 25585commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2 25586Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25587Date: Wed Aug 15 19:45:51 2007 -0500 25588 25589 ColdFire: update r5200 platform for MCF52x2 25590 25591 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25592 25593commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c 25594Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25595Date: Wed Aug 15 19:43:20 2007 -0500 25596 25597 ColdFire: idmr platform MCF52x2 update 25598 25599 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25600 25601commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0 25602Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25603Date: Wed Aug 15 19:41:06 2007 -0500 25604 25605 ColdFire: cobra5272 platform for MCF52x2 update 25606 25607 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25608 25609commit 56115665b4a64c10c01440c57749b265e0908fa4 25610Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25611Date: Wed Aug 15 19:38:15 2007 -0500 25612 25613 ColdFire: MCF52x2 Header files update 25614 25615 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25616 25617commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d 25618Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25619Date: Wed Aug 15 19:21:21 2007 -0500 25620 25621 ColdFire: MCF52x2 update 25622 25623 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25624 25625commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf 25626Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25627Date: Wed Aug 15 18:46:11 2007 -0500 25628 25629 ColdFire: MCF5329 update cache 25630 25631 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25632 25633commit 7171977fb8fd77cfb6676953fa9a05789c450513 25634Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25635Date: Wed Aug 15 15:40:20 2007 -0500 25636 25637 ColdFire: MCF5329 header file clean up 25638 25639 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25640 25641commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723 25642Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25643Date: Wed Aug 15 15:39:17 2007 -0500 25644 25645 ColdFire: MCF5329 Update and cleanup 25646 25647 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 25648 25649commit 10327dc5541f947c0cf7e31fef86c4706169607a 25650Author: Andy Fleming <afleming@freescale.com> 25651Date: Thu Aug 16 16:35:02 2007 -0500 25652 25653 Add CONFIG_HAS_ETH0 to all boards with TSEC 25654 25655 The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether 25656 to update TSEC1's device-tree node, so we need to add it 25657 to all the boards with TSECs. Do this for 83xx and 86xx, too, 25658 since they will eventually do something similar. 25659 25660 Signed-off-by: Andy Fleming <afleming@freescale.com> 25661 25662commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666 25663Author: Kumar Gala <galak@kernel.crashing.org> 25664Date: Thu Aug 16 15:05:04 2007 -0500 25665 25666 Update MPC8544 DS PCI memory map 25667 25668 The PCIe bus that the ULI M1575 is connected to has no possible way of 25669 needing more than the fixed amount of IO & Memory space needed by the ULI. 25670 25671 So make it use far less IO & memory space and have it use the shared LAW. This 25672 free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed 25673 by each bus. 25674 25675 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 25676 25677commit ea5877e31ed63ade948fd1293895ec23fe01472e 25678Author: Kumar Gala <galak@kernel.crashing.org> 25679Date: Thu Aug 16 11:01:21 2007 -0500 25680 25681 Fix up some fdt issues on 8544DS 25682 25683 It looks like we had a merge issue that duplicated a bit of code 25684 in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get 25685 the MAC address properly set in the device tree on boot for TSEC1 25686 25687 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 25688 25689commit 07bc20560cb9d3d186cca268c05c82762e8c55ad 25690Author: Niklaus Giger <niklaus.giger@netstal.com> 25691Date: Thu Aug 16 15:16:03 2007 +0200 25692 25693 PPC4xx:HCU4/5 cleanup 25694 25695 Minor cleanups to confirm to the u-boot coding style. 25696 Some german expressions -> english. 25697 HCU5 enforces a unique IP adress for a given slot in the rack. 25698 25699 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 25700 25701commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb 25702Author: Niklaus Giger <niklaus.giger@netstal.com> 25703Date: Thu Aug 16 15:16:02 2007 +0200 25704 25705 PPC4xx:HCU4/5 cleanup ecc/sdram init 25706 25707 Make ecc initialisation robust, as DDR2-ECC errors may be generated 25708 while zeroing the RAM. 25709 25710 Return 16 bytes (a cacheline) less than the available memory, as the 25711 board and/or PPC440EPx might have problems accessing the last bytes. 25712 25713 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 25714 25715commit d35b508a55508535b6e8445b718585d27df733d3 25716Author: Kim Phillips <kim.phillips@freescale.com> 25717Date: Wed Aug 15 22:29:56 2007 -0500 25718 25719 fdt: suppress unused variable 'bd' warning 25720 25721 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25722 25723commit 82bd9ee77490588d4da785d75829ca63d0176baf 25724Author: Andy Fleming <afleming@freescale.com> 25725Date: Wed Aug 15 20:06:50 2007 -0500 25726 25727 Fix warnings from of_data copy fix 25728 25729 Forgot to cast of_flat_tree to ulong. 25730 25731 Signed-off-by: Andy Fleming <afleming@freescale.com> 25732 25733commit 7613afda77d5eec0f47d303025b0c661b70e4c73 25734Author: Andy Fleming <afleming@freescale.com> 25735Date: Wed Aug 15 20:03:44 2007 -0500 25736 25737 Don't wait for disconnected TSECs 25738 25739 The TSEC driver's PHY code waits a long time for autonegotiation to 25740 complete, even if the link is down. The PHY knows the link is 25741 down or up before autonegotiation completes, so we can short-circuit 25742 the process if the link is down. 25743 25744 Signed-off-by: Andy Fleming <afleming@freescale.com> 25745 25746commit b96c83d4ae475a70ef2635cd0e748174c44c8601 25747Author: Andy Fleming <afleming@freescale.com> 25748Date: Wed Aug 15 20:03:34 2007 -0500 25749 25750 Fix numerous bugs in the 8568 UEC support 25751 25752 Actually, fixed a large bug in the UEC for *all* platforms. 25753 How did this ever work? 25754 25755 uec_init() did not follow the spec for eth_init(), and returned 25756 0 on success. Switch it to return the link like tsec_init() 25757 (and 0 on error) 25758 25759 The immap for the 8568 was defined based on MPC8568, rather than 25760 CONFIG_MPC8568 25761 25762 CONFIG_QE was off 25763 25764 CONFIG_ETHPRIME was set to "Freescale GETH". Now is "FSL UEC0" 25765 25766 Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is 25767 enabled 25768 25769 Signed-off-by: Andy Fleming <afleming@freescale.com> 25770 25771commit 3a79013e2adda53332dfd0b511066a805e929a9d 25772Author: Andy Fleming <afleming@freescale.com> 25773Date: Wed Aug 15 20:03:25 2007 -0500 25774 25775 Define tsec flag values in config files 25776 25777 The tsec_info structure and array has a "flags" field for each 25778 ethernet controller. This field is the only reason there are 25779 settings. Switch to defining TSECn_FLAGS for each controller 25780 in the config header, and we can greatly simplify the array, and 25781 also simplify the addition of future boards. 25782 25783 Signed-off-by: Andy Fleming <afleming@freescale.com> 25784 25785commit ec7238229507e7f47533a611ea8c53319d234cf3 25786Author: Andy Fleming <afleming@freescale.com> 25787Date: Wed Aug 15 20:03:13 2007 -0500 25788 25789 Add support for building all boards with a TSEC 25790 25791 Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards. 25792 Now we can do a MAKEALL test on all of them! 25793 25794 Signed-off-by: Andy Fleming <afleming@freescale.com> 25795 25796commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8 25797Author: Andy Fleming <afleming@freescale.com> 25798Date: Wed Aug 15 17:30:56 2007 -0500 25799 25800 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards 25801 25802 The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed" 25803 neglected to *also* put the code inside the similar #ifdef 25804 for CONFIG_OF_FLAT_TREE. 25805 25806 Signed-off-by: Andy Fleming <afleming@freescale.com> 25807 25808commit 78f9fef7f406078c8bf7191e665a73f795157746 25809Author: Scott Wood <scottwood@freescale.com> 25810Date: Wed Aug 15 15:46:46 2007 -0500 25811 25812 mpc885ads: Don't define CONFIG_BZIP2. 25813 25814 bzip2 requires a significant chunk of malloc space, and there isn't 25815 enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area 25816 and a downloaded image at 0x400000. 25817 25818 Signed-off-by: Scott Wood <scottwood@freescale.com> 25819 25820commit 002275a3ed8b114885f6702d6d544d0780dfe689 25821Author: Michal Simek <Monstr@seznam.cz> 25822Date: Thu Aug 16 08:54:10 2007 +0200 25823 25824 Bios emulator - fix microblaze toolchain problem 25825 25826 microblaze CPU have problem with bios_emulator code. 25827 Microblaze toolchain doesn't support PRAGMA PACK. 25828 25829 Signed-off-by: Michal Simek <monstr@monstr.eu> 25830 25831commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b 25832Author: Wolfgang Denk <wd@denx.de> 25833Date: Thu Aug 16 11:51:04 2007 +0200 25834 25835 Minor Coding Style fix; Update CHANGELOG file. 25836 25837 Signed-off-by: Wolfgang Denk <wd@denx.de> 25838 25839commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991 25840Author: Stefan Roese <sr@denx.de> 25841Date: Thu Aug 16 11:21:49 2007 +0200 25842 25843 ppc4xx: Remove #warning in esd auto_update.c 25844 25845 Signed-off-by: Stefan Roese <sr@denx.de> 25846 25847commit 2d78074d2e806edc380c1464eb9e5df335ece65e 25848Author: Stefan Roese <sr@denx.de> 25849Date: Fri Jun 22 17:32:28 2007 +0200 25850 25851 ppc7xx: Update CPCI750 board 25852 25853 This small CPCI750 update extends the board specific command 25854 "show_config" to display the Marvell strapping registers and 25855 extends the PCI IDE controller. 25856 25857 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com> 25858 Signed-off-by: Stefan Roese <sr@denx.de> 25859 25860commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e 25861Author: Michal Simek <monstr@monstr.eu> 25862Date: Thu Aug 16 10:46:28 2007 +0200 25863 25864 [FIX] Changes for bios_emulator code for others architecture 25865 25866commit 6e0e2253f039344f8ebd2787285fdba90e6714e8 25867Author: Michal Simek <monstr@monstr.eu> 25868Date: Thu Aug 16 10:45:09 2007 +0200 25869 25870 [FIX] Remove unused include file 25871 25872commit 9de469bd960cc1870bb40d6672ed42726b8b50d7 25873Author: Stefan Roese <sr@denx.de> 25874Date: Thu Aug 16 10:18:33 2007 +0200 25875 25876 ppc4xx: Only enable POST FPU test on Sequoia and not Rainier 25877 25878 Signed-off-by: Stefan Roese <sr@denx.de> 25879 25880commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c 25881Author: Stefan Roese <sr@denx.de> 25882Date: Thu Aug 16 09:54:51 2007 +0200 25883 25884 Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files 25885 25886 Signed-off-by: Stefan Roese <sr@denx.de> 25887 25888commit 02ba7022f62bb75908296c58c63866e1d294b69a 25889Author: Stefan Roese <sr@denx.de> 25890Date: Thu Aug 16 09:52:29 2007 +0200 25891 25892 ppc4xx: Update Sequoia/Rainier bootstrap command 25893 25894 As suggested by David Mitchell, here an update for the Sequoia/Rainier 25895 bootstrap command. 25896 25897 Signed-off-by: Stefan Roese <sr@denx.de> 25898 25899commit 35cc4e4823668e8745854899cfaedd4489beb0ef 25900Author: Kim Phillips <kim.phillips@freescale.com> 25901Date: Wed Aug 15 22:30:39 2007 -0500 25902 25903 mpc83xx: enable libfdt by default on freescale boards 25904 25905 this enables libfdt code by default for the 25906 freescale mpc8313erdb, mpc832xemds, mpc8349emds, 25907 mpc8349itx and gp boards. 25908 25909 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25910 25911commit 3fde9e8b22cfbd7af489214758f9839a206576cb 25912Author: Kim Phillips <kim.phillips@freescale.com> 25913Date: Wed Aug 15 22:30:33 2007 -0500 25914 25915 mpc83xx: migrate remaining freescale boards to libfdt 25916 25917 this adds libfdt support code for the freescale 25918 mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx, 25919 and gp boards. 25920 25921 Boards remain compatible with OF_FLAT_TREE. 25922 25923 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25924 25925commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1 25926Author: Kim Phillips <kim.phillips@freescale.com> 25927Date: Wed Aug 15 22:30:26 2007 -0500 25928 25929 mpc83xx: move common /memory node update mechanism to cpu.c 25930 25931 also adds common prototypes to include/common.h. 25932 25933 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25934 25935commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85 25936Author: Kim Phillips <kim.phillips@freescale.com> 25937Date: Wed Aug 15 22:30:19 2007 -0500 25938 25939 mpc83xx: remaining 8360 libfdt fixes 25940 25941 PCI clocks and QE frequencies weren't being updated, and the core clock 25942 was being updated incorrectly. This patch also adds a /memory node if 25943 it doesn't already exist prior to update. 25944 25945 plus some cosmetic trimming to single line comments. 25946 25947 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25948 25949commit f4b2ac5ed9aaff9920d487bff8a59696c083a524 25950Author: Kim Phillips <kim.phillips@freescale.com> 25951Date: Wed Aug 15 22:30:12 2007 -0500 25952 25953 mpc83xx: fix UEC2->1 typo in libfdt setup code 25954 25955 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25956 25957commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3 25958Author: Kim Phillips <kim.phillips@freescale.com> 25959Date: Wed Aug 15 22:30:05 2007 -0500 25960 25961 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb 25962 25963 and reorder the existing 83xx maintainers alpha. 25964 25965 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25966 25967commit 5b4de9309d7a03aa1db2e5391ab696363391f460 25968Author: Michal Simek <monstr@monstr.eu> 25969Date: Wed Aug 15 21:15:05 2007 +0200 25970 25971 [FIX] Resolve problem with warnings 25972 microblaze toolchain don't support PRAGMA PACK. 25973 25974commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4 25975Author: Michal Simek <monstr@monstr.eu> 25976Date: Wed Aug 15 21:05:07 2007 +0200 25977 25978 [FIX] Correction command setting for Microblaze boards 25979 25980commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5 25981Author: Michal Simek <monstr@monstr.eu> 25982Date: Wed Aug 15 21:03:41 2007 +0200 25983 25984 [FIX] Correction command definition 25985 25986commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8 25987Author: Jon Loeliger <jdl@freescale.com> 25988Date: Wed Aug 15 11:55:35 2007 -0500 25989 25990 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h 25991 25992 Remove a leftover in net/tftp.c while we're at it. 25993 25994 Signed-off-by: Jon Loeliger <jdl@freescale.com> 25995 25996commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44 25997Author: Jon Loeliger <jdl@freescale.com> 25998Date: Wed Aug 15 12:20:40 2007 -0500 25999 26000 Move the MPC8641HPCN board under board/freescale.
26001 26002 Minor path corrections needed to ensure buildability. 26003 26004 Signed-off-by: Jon Loeliger <jdl@freescale.com> 26005 26006commit 8662577fe36fdb6a44b55b998d9daac6392a736a 26007Author: Jon Loeliger <jdl@freescale.com> 26008Date: Wed Aug 15 11:46:22 2007 -0500 26009 26010 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h 26011 26012 Remove a leftover in net/tftp.c while we're at it. 26013 26014 Signed-off-by: Jon Loeliger <jdl@freescale.com> 26015 26016commit 210f463c71917b7a4495c2103c228b9c179ae64d 26017Author: Jerry Van Baren <gvb.uboot@gmail.com> 26018Date: Wed Aug 15 11:13:15 2007 -0400 26019 26020 Fix where the #ifdef CFG_BOOTMAPSZ is placed. 26021 26022 Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb 26023 interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT) 26024 when it should have gone inside of the conditional. As a result, it 26025 broke non-LIBFDT board builds. 26026 26027 Also added a missing "not." to the comment. 26028 26029 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26030 26031commit 0e19209767194a97cec6d93dba9e64d1da8d548e 26032Author: Niklaus Giger <niklaus.giger@netstal.com> 26033Date: Wed Aug 15 12:14:23 2007 +0200 26034 26035 PPC4xx:HCU4/5-Board fix compile warning 26036 26037 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 26038 26039commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7 26040Author: Ed Swarthout <Ed.Swarthout@freescale.com> 26041Date: Tue Aug 14 14:06:45 2007 -0500 26042 26043 Fix malloc size error in ahci_init_one. 26044 26045 Typically this causes scsi init to corrupt the 26046 devlist and break the coninfo command. 26047 Fix a compiler size warning. 26048 26049 Signed-off-by: Jason Jin <jason.jin@freescale.com> 26050 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26051 Acked-by: Andy Fleming <afleming@freescale.com> 26052 26053commit b361acd64fd2525c081b9b288b0804efe209c0e9 26054Author: ksi@koi8.net <ksi@koi8.net> 26055Date: Tue Aug 14 10:02:16 2007 -0700 26056 26057 TI DaVinci - fix unsupported %hhx format 26058 26059 Signed-off-by: Sergey Kubushyn <ksi@koi8.net> 26060 26061commit f01dbb5424a81453c81190dd30e945891466f621 26062Author: Wolfgang Denk <wd@denx.de> 26063Date: Tue Aug 14 18:42:36 2007 +0200 26064 26065 Coding style cleanup. Update CHANGELOG. 26066 26067 Signed-off-by: Wolfgang Denk <wd@denx.de> 26068 26069commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 26070Author: Andy Fleming <afleming@freescale.com> 26071Date: Tue Aug 14 10:32:59 2007 -0500 26072 26073 Fix initrd/dtb interaction 26074 26075 The original code would wrongly relocate the blob to be right before 26076 the initrd if it existed. The blob *must* be within CFG_BOOTMAPSZ, 26077 if it is defined. So we make two changes: 26078 26079 1) flag the blob for relocation whenever its address is above BOOTMAPSZ 26080 26081 2) If the blob is being relocated, relocate it before kbd, not initrd 26082 26083 Signed-off-by: Andy Fleming <afleming@freescale.com> 26084 26085commit e54b970173769307a116bd34028b6d0c2eea2a4e 26086Author: Peter Pearse <peter.pearse@arm.com> 26087Date: Tue Aug 14 15:40:00 2007 +0100 26088 26089 Supply spi interface in at45.c 26090 26091commit 4ce846ec59f36b85d6644a769690ad3feb667575 26092Author: Stefan Roese <sr@denx.de> 26093Date: Tue Aug 14 15:12:01 2007 +0200 26094 26095 POST: Fix merge problem 26096 26097 Signed-off-by: Stefan Roese <sr@denx.de> 26098 26099commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c 26100Author: Stefan Roese <sr@denx.de> 26101Date: Tue Aug 14 15:03:17 2007 +0200 26102 26103 Coding style cleanup 26104 26105 Signed-off-by: Stefan Roese <sr@denx.de> 26106 26107commit 779e975117a75e91fcebe226a63104dbfb924ab1 26108Author: Stefan Roese <sr@denx.de> 26109Date: Tue Aug 14 14:44:41 2007 +0200 26110 26111 ppc4xx: Add initial Zeus (PPC405EP) board support 26112 26113 Signed-off-by: Stefan Roese <sr@denx.de> 26114 26115commit c5a172a5fd636c12467429e3f7910e53773979c6 26116Author: Stefan Roese <sr@denx.de> 26117Date: Tue Aug 14 14:41:55 2007 +0200 26118 26119 POST: Add option for external ethernet loopback test 26120 26121 When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST 26122 is not done using an internal loopback connection, but by assuming 26123 that an external loopback connector is plugged into the board. 26124 26125 Signed-off-by: Stefan Roese <sr@denx.de> 26126 26127commit eb2b4010ae426245172988804ee8d9193fb41038 26128Author: Stefan Roese <sr@denx.de> 26129Date: Tue Aug 14 14:39:44 2007 +0200 26130 26131 POST: Add ppc405 support to cache and UART POST 26132 26133 Signed-off-by: Stefan Roese <sr@denx.de> 26134 26135commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c 26136Author: Peter Pearse <peter.pearse@arm.com> 26137Date: Tue Aug 14 10:46:32 2007 +0100 26138 26139 Replace lost end of at45.c. 26140 26141commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2 26142Author: Peter Pearse <peter.pearse@arm.com> 26143Date: Tue Aug 14 10:30:06 2007 +0100 26144 26145 Update Makefiles for merged and split at45.c. 26146 26147commit 3454cece2db57cb9eb7087995f7e73066a163f71 26148Author: Peter Pearse <peter.pearse@arm.com> 26149Date: Tue Aug 14 10:21:06 2007 +0100 26150 26151 Delete the merged files. 26152 26153commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225 26154Author: Peter Pearse <peter.pearse@arm.com> 26155Date: Tue Aug 14 10:14:05 2007 +0100 26156 26157 Add the files. 26158 26159commit d4fc6012fd0a5c211b825691f44b06f8032c0551 26160Author: Peter Pearse <peter.pearse@arm.com> 26161Date: Tue Aug 14 10:10:52 2007 +0100 26162 26163 Add MACH_TYPE records for several AT91 boards. 26164 Merge to two at45.c files into a common file, split to at45.c and spi.c 26165 Fix spelling error in DM9161 PHY Support. 26166 Initialize at91rm9200 board (and set LED). 26167 Add PIO control for at91rm9200dk LEDs and Mux. 26168 Change dataflash partition boundaries to be compatible with Linux 2.6. 26169 26170 Signed-off-by: Peter Pearse <peter.pearse@arm.com> 26171 Signed-off-by: Ulf Samuelsson <ulf@atmel.com> 26172 26173commit 4ef35e53c693556c54b0c22d6f873de87bade253 26174Author: Wolfgang Denk <wd@denx.de> 26175Date: Tue Aug 14 09:54:46 2007 +0200 26176 26177 Coding style cleanup, update CHANGELOG 26178 26179 Signed-off-by: Wolfgang Denk <wd@denx.de> 26180 26181commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7 26182Author: Wolfgang Denk <wd@denx.de> 26183Date: Tue Aug 14 09:47:27 2007 +0200 26184 26185 Coding style cleanup; rebuild CHANGELOG 26186 26187commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a 26188Author: Randy Vinson <rvinson@linuxbox.(none)> 26189Date: Tue Feb 27 19:42:22 2007 -0700 26190 26191 85xxCDS: Add make targets for legacy systems. 26192 26193 The PCI ID select values on the Arcadia main board differ depending 26194 on the version of the hardware. The standard configuration supports 26195 Rev 3.1. The legacy target supports Rev 2.x. 26196 26197 Signed-off-by Randy Vinson <rvinson@mvista.com> 26198 26199commit e41094c7e38177c755fbd9b182018069614f080d 26200Author: Andy Fleming <afleming@freescale.com> 26201Date: Tue Aug 14 01:50:09 2007 -0500 26202 26203 85xxCDS: Enable the VIA PCI-to-ISA bridge. 26204 26205 Author: Randy Vinson <rvinson@linuxbox.(none)> 26206 26207 Enable the PCI-to-ISA bridge in the VIA Southbridge located on the 26208 Arcadia main board. 26209 26210 Signed-off-by: Randy Vinson <rvinson@mvista.com> 26211 Signed-off-by: York Sun <yorksun@freescale.com> 26212 26213commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71 26214Author: Andy Fleming <afleming@freescale.com> 26215Date: Tue Aug 14 00:14:25 2007 -0500 26216 26217 Add support for UEC to 8568 26218 26219 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 26220 Signed-off-by: Andy Fleming <afleming@freescale.com> 26221 26222commit c59e4091ffe0148398b9e9ff14a019ea038b7432 26223Author: Haiying Wang <Haiying.Wang@freescale.com> 26224Date: Tue Jun 19 14:18:34 2007 -0400 26225 26226 Add PCI support for MPC8568MDS board 26227 26228 This patch is against u-boot-mpc85xx.git of www.denx.com 26229 26230 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 26231 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com> 26232 26233commit d111d6382c99fdea08c2312eeeae8786945e189a 26234Author: Haiying Wang <Haiying.Wang@freescale.com> 26235Date: Tue Jun 19 14:18:32 2007 -0400 26236 26237 Empirically set cpo and clk_adjust for mpc85xx DDR2 support 26238 26239 This patch is against u-boot-mpc85xx.git of www.denx.com 26240 26241 Setting cpo to 0x9 for frequencies higher than 333MHz is verified on 26242 both MPC8548CDS board and MPC8568MDS board, especially for supporting 26243 533MHz DDR2. 26244 26245 Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for 26246 DDR2 on all current board versions especially ver 1.92 or later to bring 26247 up. 26248 26249 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 26250 26251commit 3db0bef59eab1155801618cef5c481e97553b597 26252Author: Kumar Gala <galak@kernel.crashing.org> 26253Date: Tue Aug 7 18:07:27 2007 -0500 26254 26255 Use an absolute address when jumping out of 4k boot page 26256 26257 On e500 when we leave the 4k boot page we should use an absolute address since 26258 we don't know where the board code may want us to be really running at. 26259 26260 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26261 26262commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a 26263Author: Andy Fleming <afleming@freescale.com> 26264Date: Mon Aug 13 14:49:59 2007 -0500 26265 26266 MPC85xx BA bits not set for 3-bit bank address DIMM 26267 26268 The current implementation does not set the number of bank address bits 26269 (BA) in the processor. The default assumes 2 logical bank bits. This 26270 works fine for a DIMM that uses devices with 4 internal banks (SPD 26271 byte17 = 0x4) but needs to be set appropriately for a DIMM that uses 26272 devices with 8 internal banks (SPD byte17 = 0x8). 26273 26274 Signed-off-by: Greg Davis <DavisG@embeddedplanet.com> 26275 26276commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1 26277Author: Andy Fleming <afleming@freescale.com> 26278Date: Mon Aug 13 14:38:06 2007 -0500 26279 26280 Fix minor 85xx warnings 26281 26282 Some patches had inserted warnings into the build: 26283 * mpc8560ads declared data without using it 26284 * cpu_init declared ecm and immap without using it in all CONFIGs 26285 * MPC8548CDS.h had its default filenames changed so that they contained 26286 "\m" in the paths. Made the defaults not Windows-specific (or 26287 anything-specific) 26288 26289 Signed-off-by: Andy Fleming <afleming@freescale.com> 26290 26291commit f2cff6b104f82b993bef6086ce0c97159bbe1add 26292Author: Ed Swarthout <Ed.Swarthout@freescale.com> 26293Date: Fri Jul 27 01:50:52 2007 -0500 26294 26295 8548cds PCIE support. 26296 26297 Make the early L1 cache stack region guarded to prevent speculative 26298 fetches outside the locked range. 26299 26300 Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions. 26301 init.S whitespace cleanup. 26302 26303 Allow TEXT_BASE value to be specified on command line. This allows it 26304 to be set to 0xfffc0000 which cuts the uboot binary in half. 26305 26306 Clear and enable lbc and ecm errors. 26307 26308 Update last_busno in device-tree for pci and pcie. 26309 26310 Remove load of obsolete cpu/mpc85xx/pci.0 26311 26312 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26313 Acked-by: Andy Fleming <afleming@freescale.com> 26314 26315commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962 26316Author: Ed Swarthout <Ed.Swarthout@freescale.com> 26317Date: Fri Jul 27 01:50:51 2007 -0500 26318 26319 8544ds PCIE support 26320 26321 PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address. 26322 26323 Enable LBC and ECM errors and clear error registers. 26324 26325 Add tftpflash env var to get uboot from tftp server and flash it. 26326 26327 Add pci/pcie convenience env vars to display register space: 26328 "run pcie3regs" to see all pcie3 ccsr registers 26329 "run pcie3cfg" to see all cfg registers 26330 Whitespace cleanup and MPC8544DS.h 26331 26332 Enable CONFIG_INTERRUPTS. 26333 26334 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26335 Acked-by: Andy Fleming <afleming@freescale.com> 26336 26337commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85 26338Author: Andy Fleming <afleming@freescale.com> 26339Date: Tue Aug 14 01:34:21 2007 -0500 26340 26341 85xx start.S cleanup and exception support 26342 26343 From: Ed Swarthout <Ed.Swarthout@freescale.com> 26344 26345 Support external interrupts from platform to eliminate system hangs. 26346 Define CONFIG_INTERRUPTS board configure option to enable. 26347 Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC. 26348 26349 Remove extra cpu initialization redundant with hardware initialization. 26350 Whitespace cleanup. 26351 26352 Define and use _START_OFFSET consistent with other processors using 26353 ppc_asm.tmpl 26354 26355 Move additional code from .text to boot page to make room for 26356 exception vectors at start of image. 26357 26358 Handle Machine Check, External and Critical exceptions. 26359 26360 Fix e500 machine check error determination in traps.c 26361 26362 TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half. 26363 26364 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26365 Acked-by: Andy Fleming <afleming@freescale.com> 26366 26367commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47 26368Author: Andy Fleming <afleming@freescale.com> 26369Date: Tue Aug 14 01:33:18 2007 -0500 26370 26371 Add MPC8544DS README 26372 26373 Signed-off-by: Andy Fleming <afleming@freescale.com> 26374 26375commit 40c7f9b0de4e300370adfc704128fa0f79a143b6 26376Author: Ed Swarthout <Ed.Swarthout@freescale.com> 26377Date: Fri Jul 27 01:50:48 2007 -0500 26378 26379 85xx allow debugger to configure ddr. 26380 26381 Only check for mpc8548 rev 1 when compiled for 8548. 26382 26383 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26384 Acked-by: Andy Fleming <afleming@freescale.com> 26385 26386commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704 26387Author: Ed Swarthout <Ed.Swarthout@freescale.com> 26388Date: Fri Jul 27 01:50:47 2007 -0500 26389 26390 mpc85xx L2 cache reporting and SRAM relocation option. 26391 26392 Allow debugger to override flash cs0/cs1 settings to enable alternate 26393 boot regions 26394 26395 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26396 Acked-by: Andy Fleming <afleming@freescale.com> 26397 26398commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f 26399Author: Ed Swarthout <Ed.Swarthout@freescale.com> 26400Date: Fri Jul 27 01:50:46 2007 -0500 26401 26402 e500 needs ppc_asm.tmp MCK_EXCEPTION 26403 26404 Always define MCK_EXCEPTION macro - so e500 can use it too. 26405 26406 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26407 Acked-by: Andy Fleming <afleming@freescale.com> 26408 26409commit 53a5c424bf8655b7b4e2c305a441963259a26a81 26410Author: David Updegraff <dave@cray.com> 26411Date: Mon Jun 11 10:41:07 2007 -0500 26412 26413 multicast tftp: RFC2090 26414 26415 Implemented IETF RFC2090, Multicast TFTP. Initial implementation 26416 on Realtek RTL8139 and Freescale TSEC. 26417 26418 Signed-off-by: David Updegraff <dave@cray.com> 26419 Signed-off-by: Ben Warren <bwarren@qstreams.com> 26420 26421commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1 26422Author: Wilson Callan <wcallan@savantav.com> 26423Date: Sat Jul 28 10:56:13 2007 -0400 26424 26425 New CONFIG_BOOTP_SERVERIP option 26426 26427 Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different 26428 from the bootp server 26429 26430 Signed-off-by: Wilson Callan <wcallan@savantav.com> 26431 Signed-off-by: Ben Warren <bwarren@qstreams.com> 26432 26433commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1 26434Author: Mike Rapoport <mike@compulab.co.il> 26435Date: Sun Aug 12 08:48:27 2007 +0300 26436 26437 Add ability to take MAC address from the environment to DM9000 driver 26438 26439 Signed-off-by: Mike Rapoport <mike@compulab.co.il> 26440 Signed-off-by: Ben Warren <bwarren@qstreams.com> 26441 26442commit be5d72d10d47609326226225181e301fb9a33b58 26443Author: Wolfgang Denk <wd@denx.de> 26444Date: Mon Aug 13 21:57:53 2007 +0200 26445 26446 Minor coding style cleanup. Update CHANGELOG. 26447 26448 Signed-off-by: Wolfgang Denk <wd@denx.de> 26449 26450commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05 26451Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 26452Date: Sat Aug 11 06:54:58 2007 -0500 26453 26454 Modify SBC8641D to use new Freescale PCI routines 26455 26456 PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT 26457 adapter. 26458 26459 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com> 26460 Signde-off-by: Jon Loeliger <jdl@freescale.com> 26461 26462commit a08458303e7f9db67f296980036d3292c35cb45c 26463Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 26464Date: Fri Jun 29 18:38:51 2007 +0200 26465 26466 atmel_mci: Fix data timeout value 26467 26468 Calculate the data timeout based on values from the CSD instead of 26469 just using a hardcoded DTOR value. This is a backport of a similar fix 26470 in BSP 2.0, with one additional fix: the DTOCYC value is rounded up 26471 instead of down. 26472 26473 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 26474 26475commit 0ba8eed28b575626b17e0a7882f923b83e0d7584 26476Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 26477Date: Mon Aug 13 17:22:31 2007 +0200 26478 26479 AVR32: Include <div64.h> instead of <asm/div64.h> 26480 26481 include/asm-avr32/div64.h was recently moved to include/div64.h, but 26482 cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of 26483 the patch was merged perhaps?) 26484 26485 This patch updates cpu/at32ap/interrupts.c so that the avr32 port 26486 compiles again. 26487 26488 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 26489 26490commit f0d1246ed7cb5a88522244c596d7ae7e6f161283 26491Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 26492Date: Wed Jun 27 13:34:26 2007 +0200 26493 26494 atmel_mci: Use 512 byte blocksize if possible 26495 26496 Instead of always using the largest blocksize the card supports, check 26497 if it can support smaller block sizes and use 512 bytes if possible. 26498 Most cards do support this, and other parts of u-boot seem to have 26499 trouble with block sizes different from 512 bytes. 26500 26501 Also enable underrun/overrun protection. 26502 26503 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 26504 Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 26505 26506commit 273db7e1bdd1937e32f1d4507321bb721ebd3118 26507Author: Stefan Roese <sr@denx.de> 26508Date: Mon Aug 13 09:05:33 2007 +0200 26509 26510 ppc4xx: Fix problem in PLL clock calculation 26511 26512 This patch was originall provided by David Mitchell <dmitchell@amcc.com> 26513 and fixes a bug in the PLL clock calculation. 26514 26515 Signed-off-by: Stefan Roese <sr@denx.de> 26516 26517commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b 26518Author: Wolfgang Denk <wd@denx.de> 26519Date: Sun Aug 12 21:34:50 2007 +0200 26520 26521 Update CHANGELOG 26522 26523commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a 26524Author: Wolfgang Denk <wd@denx.de> 26525Date: Sun Aug 12 21:34:34 2007 +0200 26526 26527 Minor alignment of output, 2nd try. 26528 Also update CHANGELOG 26529 26530 Signed-off-by: Wolfgang Denk <wd@denx.de> 26531 26532commit 6b309f22a724fad8418e811751a0741b893419cf 26533Author: Wolfgang Denk <wd@denx.de> 26534Date: Sun Aug 12 20:35:49 2007 +0200 26535 26536 Minor alignment of output 26537 26538 Signed-off-by: Wolfgang Denk <wd@denx.de> 26539 26540commit 6f6d7b9c8559e241e8d232621542b8b59699b07b 26541Author: Wolfgang Denk <wd@denx.de> 26542Date: Sun Aug 12 18:28:18 2007 +0200 26543 26544 Cleanup output on ADS5121 board 26545 26546 Signed-off-by: Wolfgang Denk 26547 26548commit a4d2636f2a859245ed3a401f26189da2dfda4ceb 26549Author: Wolfgang Denk <wd@denx.de> 26550Date: Sun Aug 12 15:11:38 2007 +0200 26551 26552 Adapt board configuration and fix kernel crash on MCC200 board. 26553 26554 The update procedure was modified to turn off the USB subsystem 26555 before exit for MCC200 and TRAB. This is necessary as otherwise the 26556 USB controller continues to write periodically to system memory! 26557 26558 MCC200-specific notes: 26559 - the patch disables the magic key check for MCC200 26560 - the patch contains the configuration changes made 26561 for the new revision of the board. 26562 26563 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 26564 Signed-off-by: Wolfgang Denk <wd@denx.de> 26565 26566commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf 26567Author: Wolfgang Denk <wd@denx.de> 26568Date: Sun Aug 12 14:47:54 2007 +0200 26569 26570 Adjust default configuration of ADS5121 board. 26571 26572 Signed-off-by: Wolfgang Denk <wd@denx.de> 26573 26574commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9 26575Author: Wolfgang Denk <wd@denx.de> 26576Date: Sun Aug 12 14:27:39 2007 +0200 26577 26578 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues. 26579 26580 Signed-off-by: Wolfgang Denk <wd@denx.de> 26581 26582commit 5fe6be6208dda852c3564e384bd78d75784dea3e 26583Author: Gerald Van Baren <vanbaren@cideas.com> 26584Date: Tue Aug 7 21:14:22 2007 -0400 26585 26586 Improve error print messages. 26587 26588 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26589 26590commit 99dffca3b7590a16a00bc475c860b67b2a3f1462 26591Author: Kim Phillips <kim.phillips@freescale.com> 26592Date: Tue Jul 17 13:57:04 2007 -0500 26593 26594 fdt: allow for builds that don't want env and bd_t nodes 26595 26596 protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the 26597 area. 26598 26599 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 26600 26601commit 91148bf7aeba142d6f348805db7625db7da64d6f 26602Author: Kim Phillips <kim.phillips@freescale.com> 26603Date: Tue Jul 17 13:56:53 2007 -0500 26604 26605 fdt: do board setup based on fdt address specified on bootm line 26606 26607 The last fdt patch to bootm did board setup based on the address 26608 specified by a prior fdt address command invocation. The bootm 26609 code, as its call to fdt_chosen does, should use the fdt specified 26610 by the user on the bootm command. Note this restores full 26611 functionality for the 8360's existing default boot environment 26612 values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr' 26613 before booting a kernel). 26614 26615 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 26616 26617commit e125a2ffc209dd34794e326c7175658253beadf3 26618Author: Gerald Van Baren <vanbaren@cideas.com> 26619Date: Tue Jul 10 20:40:39 2007 -0400 26620 26621 Call ft_board_setup() from the bootm command. 26622 26623 In the patch titled "Create new fdt boardsetup command..." I removed the 26624 call to ft_board_setup() from the routine fdt_chosen(), but I forgot 26625 to add a direct call back into cmd_bootm.c 26626 26627 This fixes the oversight by adding the direct call to the bootm command. 26628 26629 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26630 26631commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845 26632Author: Gerald Van Baren <vanbaren@cideas.com> 26633Date: Mon Jun 25 23:25:28 2007 -0400 26634 26635 Create new fdt boardsetup command, fix bug parsing [] form of set values. 26636 26637 Previously ft_board_setup() was called by fdt_chosen() which was not 26638 really correctly structured. This splits ft_board_setup() out by creating 26639 a new fdt boardsetup command. 26640 26641 Fix a bug when parsing fdt set command values which have the square 26642 bracket form [00 11 22 33] - the length was updated incorrectly in when 26643 parsing that form. 26644 26645 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26646 26647commit 6f35ded9e85493595e0eb66a82b502a95326d049 26648Author: Gerald Van Baren <vanbaren@cideas.com> 26649Date: Mon Jun 25 20:55:58 2007 -0400 26650 26651 Tighten up the error messages. 26652 26653 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26654 26655commit c45874b05aae897a6c29d1a97d4bb708fca2756c 26656Author: Gerald Van Baren <vanbaren@cideas.com> 26657Date: Mon Jun 25 19:52:23 2007 -0400 26658 26659 Asthetic improvements: error messages and line lengths. 26660 26661 Tighten up the error messages, split overlength lines. 26662 26663 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26664 26665commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1 26666Author: Gerald Van Baren <vanbaren@cideas.com> 26667Date: Fri May 25 22:08:57 2007 -0400 26668 26669 Fix fdt_chosen() to call ft_board_setup(), clean up long lines. 26670 26671 The fdt_chosen() function was adding/seting some properties ad-hoc 26672 improperly and duplicated (poorly) what was done in ft_board_setup() 26673 26674 Clean up long lines (setting properties, printing errors). 26675 26676 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26677 26678commit 06e19a07701c968f15d72c083b5872a1a11c7b01 26679Author: Gerald Van Baren <vanbaren@cideas.com> 26680Date: Mon May 21 23:27:16 2007 -0400 26681 26682 For fdt_find_node_by_path(), handle the root path properly. 26683 26684 Also removes the special case root path detection in cmd_fdt.c since it 26685 is no longer necessary. 26686 26687 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26688 26689commit 9675ee7208ab965d13ea8d8262d77ac4160ef549 26690Author: Gerald Van Baren <vanbaren@cideas.com> 26691Date: Thu May 17 23:54:36 2007 -0400 26692 26693 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT 26694 26695 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 26696 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 26697 26698commit 1a861169bc3758f9de3aead62b058736c6891246 26699Author: Gerald Van Baren <vanbaren@cideas.com> 26700Date: Wed Jun 6 22:47:58 2007 -0400 26701 26702 Replace fdt_node_offset() with fdt_find_node_by_path(). 26703 26704 The new name matches more closely the kernel's name, which is also 26705 a much better description. 26706 26707 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 26708 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 26709 26710commit addd8ce83078c25f0eca5f23adbdfc64ca50a243 26711Author: Gerald Van Baren <vanbaren@cideas.com> 26712Date: Wed May 16 22:39:59 2007 -0400 26713 26714 Fix cmd_fdt line lengths, refactor code. 26715 26716 Break lines that were greater than 80 characters in length. 26717 Move the fdt print and property parsing code to separate static functions 26718 to reduce coding clutter in the fdt_cmd handling body. 26719 26720 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26721 26722commit 25114033ab21788810c48ba4df103b649da1223b 26723Author: Gerald Van Baren <vanbaren@cideas.com> 26724Date: Sat May 12 09:47:25 2007 -0400 26725 26726 FDT command improvements. 26727 26728 Fix "fdt set" so that it will create a non-existing property. 26729 Add "fdt mknode" to create nodes. 26730 26731 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26732 26733commit 38eb508e8e811e2e57628f445de3a24a23c7d804 26734Author: Gerald Van Baren <vanbaren@cideas.com> 26735Date: Sat May 12 09:45:46 2007 -0400 26736 26737 Reorganize and fix problems (returns) in the bootm command. 26738 26739 Do *NOT* return after the "point of no return" has been passed. 26740 If something goes wrong, the board must be reset after that point. 26741 Move the "Transferring control to Linux" debug message back to where it 26742 belongs: just before transferring control to linux. 26743 26744 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26745 26746commit 89c8757d8f213c47709bdc4efe0695263a6080a6 26747Author: Gerald Van Baren <vanbaren@cideas.com> 26748Date: Tue May 8 21:27:35 2007 -0400 26749 26750 Fix bugs in the CONFIG_OF_LIBFDT 26751 26752 Stupid coding mistakes (identified by Timur Tabi, thanks). 26753 26754 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26755 26756commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec 26757Author: Gerald Van Baren <vanbaren@cideas.com> 26758Date: Wed Apr 25 22:47:15 2007 -0400 26759 26760 Improve fdt move length handling. 26761 26762 Make the length parameter optional: if not specified, do the move using 26763 the current size unchanged. 26764 26765 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26766 26767commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d 26768Author: Gerald Van Baren <vanbaren@cideas.com> 26769Date: Wed Apr 25 22:23:36 2007 -0400 26770 26771 Minor code clean up. 26772 26773 Declare the variable fdt properly as extern. 26774 Call the "set_fn" function pointer the "short way" without the full 26775 dereferencing syntax. 26776 26777 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26778 26779commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6 26780Author: Gerald Van Baren <vanbaren@cideas.com> 26781Date: Wed Apr 25 21:24:27 2007 -0400 26782 26783 Improve error messages, more informative. 26784 26785 Print more than the raw libfdt error message strings. This is especially 26786 useful for cluing in the user when the bootm command aborts due to 26787 blob problems. 26788 26789 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26790 26791commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4 26792Author: Gerald Van Baren <vanbaren@cideas.com> 26793Date: Fri Apr 20 22:46:53 2007 -0400 26794 26795 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT 26796 26797 This is the way u-boot reduces configured-out code. At Wolfgang 26798 Grandegger and Wolfgang Denk's request, make libfdt conform. 26799 26800 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 26801 26802commit 923efd286411ed052d9e074f59f8986d6081061c 26803Author: Bruce Adler <bruce.adler@ccpu.com> 26804Date: Fri Aug 10 14:54:47 2007 -0700 26805 26806 add image size and descriptors for Spartan 3E FPGA chips 26807 26808 Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1) 26809 26810 Signed-off by: Bruce Adler <bruce.adler@ccpu.com> 26811 26812commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70 26813Author: Kim Phillips <kim.phillips@freescale.com> 26814Date: Fri Aug 10 15:34:48 2007 -0500 26815 26816 make MAKEALL more immune to merge conflicts 26817 26818 ..by placing board entries one per line, as suggested by jdl. 26819 26820 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 26821 26822commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f 26823Author: Kim Phillips <kim.phillips@freescale.com> 26824Date: Fri Aug 10 13:28:25 2007 -0500 26825 26826 README: Remove outdated cpu type, board type, and NAME_config lists 26827 26828 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 26829 26830commit 49bb59912d21aacb507eb81fd21fb7af650c706c 26831Author: Dave Liu <r63238@freescale.com> 26832Date: Fri Aug 10 15:48:59 2007 +0800 26833 26834 mpc83xx: Suppress the warning 'burstlen' 26835 26836 suppress the warning 'burstlen' of spd_sdram. 26837 26838 Signed-off-by: Dave Liu <daveliu@freescale.com> 26839 26840commit c646bba6465a45c60746d4cc1602cd06c1960f2d 26841Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 26842Date: Thu Aug 9 15:11:03 2007 -0500 26843 26844 Add support for SBC8641D. Config files. 26845 26846 Add support for Wind River's SBC8641D reference board. 26847 26848 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 26849 Acked-by: Wolfgang Denk <wd@denx.de> 26850 Acked-by: Jon Loeliger <jdl@freescale.com> 26851 26852commit 8ac273271d57321f90505c7a51cdb1ef2113b628 26853Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 26854Date: Thu Aug 9 15:10:53 2007 -0500 26855 26856 Add support for SBC8641D. Board files. 26857 26858 Add support for Wind River's SBC8641D reference board. 26859 26860 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 26861 Acked-by: Wolfgang Denk <wd@denx.de> 26862 Acked-by: Jon Loeliger <jdl@freescale.com> 26863 26864commit c2c0ab4aff86622b837a48a0e560351f9afafb95 26865Author: Stefan Roese <sr@denx.de> 26866Date: Fri Aug 10 20:34:58 2007 +0200 26867 26868 Conding style cleanup 26869 26870 Signed-off-by: Stefan Roese <sr@denx.de> 26871 26872commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e 26873Author: Sergey Kubushyn <ksi@koi8.net> 26874Date: Fri Aug 10 20:26:18 2007 +0200 26875 26876 [ARM] TI DaVinci support, hopefully final 26877 26878 Add support for the following DaVinci boards: 26879 - DV_EVM 26880 - SCHMOOGIE 26881 - SONATA 26882 26883 Changes: 26884 26885 - Split into separate board directories 26886 - Removed changes to MTD_DEBUG (or whatever it's called) 26887 - New CONFIG_CMD party line followed 26888 - Some cosmetic fixes, cleanup etc. 26889 - Patches against the latest U-Boot tree as of now. 26890 - Fixed CONFIG_CMD_NET in net files. 26891 - Fixed CONFIG_CMD_EEPROM for schmoogie. 26892 - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and 26893 DV_EVM. Can't check if it works on SONATA, don't have a board any more, 26894 but it at least compiles. 26895 26896 Here is an excerpt from session log on SCHMOOGIE... 26897 26898 U-Boot 1.2.0-g6c33c785-dirty (Aug 7 2007 - 13:07:17) 26899 26900 DRAM: 128 MB 26901 NAND: 128 MiB 26902 In: serial 26903 Out: serial 26904 Err: serial 26905 ARM Clock : 297MHz 26906 DDR Clock : 162MHz 26907 ETH PHY : DP83848 @ 0x01 26908 U-Boot > iprobe 26909 Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F 26910 U-Boot > ping 192.168.253.10 26911 host 192.168.253.10 is alive 26912 U-Boot > 26913 26914 Signed-off-by: Sergey Kubushyn <ksi@koi8.net> 26915 Acked-by: Dirk Behme <dirk.behme@gmail.com> 26916 Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com> 26917 Acked-by: Stefan Roese <sr@denx.de> 26918 26919commit 2e4d94f1e3c2961428967a33b6ff2520568391b3 26920Author: Ed Swarthout <Ed.Swarthout@freescale.com> 26921Date: Fri Jul 27 01:50:45 2007 -0500 26922 26923 fsl_pci_init cleanup. 26924 26925 Do not enable normal errors created during probe (master abort, perr, 26926 and pcie Invalid Configuration access). 26927 26928 Add CONFIG_PCI_NOSCAN board option to prevent bus scan. 26929 26930 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26931 Acked-by: Andy Fleming <afleming@freescale.com> 26932 26933commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a 26934Author: Ed Swarthout <Ed.Swarthout@freescale.com> 26935Date: Fri Jul 27 01:50:44 2007 -0500 26936 26937 pciauto_setup_device bars_num fix 26938 26939 Passing bars_num=0 to pciauto_setup_device should assign no bars. 26940 26941 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26942 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 26943 Acked-by: Andy Fleming <afleming@freescale.com> 26944 26945commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4 26946Author: Jon Loeliger <jdl@freescale.com> 26947Date: Mon Aug 6 17:39:44 2007 -0500 26948 26949 8641hpcn: Do correct sized pointer math. 26950 26951 When I rebased Ed's patch and cleaned up a few compilation 26952 problems, I apparently rebased my brain on crack first. 26953 Fix that by doing (char *) sized pointer math as needed. 26954 26955 Signed-off-by: Jon Loeliger <jdl@freescale.com> 26956 26957commit cfc7a7f5bb3273c9951173c788001d45118f141f 26958Author: Jon Loeliger <jdl@freescale.com> 26959Date: Thu Aug 2 14:42:20 2007 -0500 26960 26961 cpu/86xx fixes. 26962 26963 Remove rev 1 fixes. 26964 Always set PICGCR_MODE. 26965 Enable machine check and provide board config option 26966 to set and handle SoC error interrupts. 26967 26968 Include MSSSR0 in error message. 26969 26970 Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT. 26971 26972 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 26973 Signed-off-by: Jon Loeliger <jdl@freescale.com> 26974 26975commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42 26976Author: Stefan Roese <sr@denx.de> 26977Date: Fri Aug 10 10:42:25 2007 +0200 26978 26979 Coding style cleanup 26980 26981 Signed-off-by: Stefan Roese <sr@denx.de> 26982 26983commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f 26984Author: Dirk Behme <dirk.behme@googlemail.com> 26985Date: Thu Aug 2 17:42:08 2007 +0200 26986 26987 Make use of generic 64bit division in nand_util.c 26988 26989 Use generic 64bit division in nand_util.c. This makes nand_util.c 26990 independent of any toolchain 64bit division. 26991 26992 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 26993 26994commit f7c086e94e8ce9aad7268af97f73aa6884686f27 26995Author: Dirk Behme <dirk.behme@googlemail.com> 26996Date: Thu Aug 2 17:41:14 2007 +0200 26997 26998 Move 64bit division from avr32 to generic lib 26999 27000 Move the 64bit division from lib_avr32 to lib_generic. With this, all
27001 boards can do_div/__div64_32 if needed, not only avr one. Code is put 27002 to lib_generic, so no larger memory footprint if not used. No code 27003 modifications. Thanks for proposal by HÃ¥vard Skinnemoen. 27004 27005 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 27006 27007commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894 27008Author: Niklaus Giger <niklausgiger@gmx.ch> 27009Date: Fri Jul 27 11:31:22 2007 +0200 27010 27011 Add PPC4xx-HCU4 and HCU5 boards: HCU5 files 27012 27013 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27014 27015commit 6e5de26c6e7580faf16e87745cd488b92b492d0c 27016Author: Niklaus Giger <niklausgiger@gmx.ch> 27017Date: Fri Jul 27 11:30:33 2007 +0200 27018 27019 Add PPC4xx-HCU4 and HCU5 boards: HCU4 files 27020 27021 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27022 27023commit e8397fc78c9394d71de233a4d810fbc9047e4c76 27024Author: Niklaus Giger <niklausgiger@gmx.ch> 27025Date: Fri Jul 27 11:38:26 2007 +0200 27026 27027 Add PPC4xx-HCU4 and HCU5 boards: common files 27028 27029 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27030 27031commit ac982ea5a4f2f993efcf52dca122f5a59df047d8 27032Author: Niklaus Giger <niklausgiger@gmx.ch> 27033Date: Fri Jul 27 11:28:44 2007 +0200 27034 27035 Add PPC4xx-HCU4 and HCU5 boards: make related 27036 27037 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27038 27039commit 137fdd9f474ecb853efdace5200576308c67f18d 27040Author: Niklaus Giger <niklausgiger@gmx.ch> 27041Date: Fri Jul 27 11:28:03 2007 +0200 27042 27043 Add PPC4xx-HCU4 and HCU5 boards: HCU5 config 27044 27045 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27046 27047commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2 27048Author: Niklaus Giger <niklausgiger@gmx.ch> 27049Date: Fri Jul 27 11:27:15 2007 +0200 27050 27051 Add PPC4xx-HCU4 and HCU5 boards: HCU4 config 27052 27053 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27054 27055commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421 27056Author: Niklaus Giger <niklausgiger@gmx.ch> 27057Date: Fri Jul 27 11:25:31 2007 +0200 27058 27059 Add PPC4xx-HCU4 and HCU5 boards: READMEs 27060 27061 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27062 27063commit 641cca9569ce351ddb287fd3343d8b1dcb591db4 27064Author: Niklaus Giger <niklausgiger@gmx.ch> 27065Date: Fri Jul 27 11:37:40 2007 +0200 27066 27067 Add PPC4xx-HCU4 and HCU5 boards: Infrastructure 27068 27069 This series of patches adds support for 2 boards from Netstal Maschinen. 27070 27071 The HCU4 has a PPC405Gpr and 27072 the HCU5 has a PPC440EPX. 27073 27074 The HCU4 has a somehow complicated flash setup, as the booteprom is 27075 only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more 27076 elegant solution. 27077 27078 The HCU5 has only a booteprom as the whole code will be downloaded from a 27079 different board which has HD, CD-ROM, etc and where all code is stored. 27080 27081 This is my third try. I incorporated all suggestions made by Wolfgang and Stefan. 27082 Thanks them a lot. 27083 27084 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27085 27086commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171 27087Author: Stefan Roese <sr@denx.de> 27088Date: Fri Aug 10 08:42:55 2007 +0200 27089 27090 ppc4xx: Update lwmon5 POST configuration 27091 27092 Signed-off-by: Stefan Roese <sr@denx.de> 27093 27094commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4 27095Author: Yuri Tikhonov <yur@emcraft.com> 27096Date: Fri Aug 10 08:25:22 2007 +0200 27097 27098 POST: Add ppc4xx UART POST support without external uart clock (lwmon5) 27099 27100 The patch adds support for UART POST on ppc44x-based boards with no 27101 external serial clocks installed. 27102 27103 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 27104 Acked-by: Stefan Roese <sr@denx.de> 27105 27106commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f 27107Author: Kim Phillips <kim.phillips@freescale.com> 27108Date: Mon Aug 6 18:18:34 2007 -0500 27109 27110 mpc83xx: fix ITX[GP] O=builddir builds 27111 27112 make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'. Stop. 27113 27114 Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or 27115 "BUILD_DIR=<some dir> ./MAKEALL ..." 27116 27117 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27118 27119commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3 27120Author: Dave Liu <r63238@freescale.com> 27121Date: Wed Aug 1 15:00:59 2007 +0800 27122 27123 mpc83xx: Correct the README for DDR ECC 27124 27125 Update the README for DDR ECC, change the name 27126 to README.mpc83xx.ddrecc. 27127 27128 Signed-off-by: Dave Liu <daveliu@freescale.com> 27129 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27130 27131commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 27132Author: Dave Liu <r63238@freescale.com> 27133Date: Wed Aug 1 15:00:15 2007 +0800 27134 27135 mpc83xx: Consolidate the ECC support of 83xx 27136 27137 Remove the duplicated source code of ecc command on the <board>.c, 27138 for reused, move these code to cpu/mpc83xx directory. 27139 27140 Signed-off-by: Dave Liu <daveliu@freescale.com> 27141 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27142 27143commit 036575c544cf1b69654d8fb334bda69c6ff3da36 27144Author: Dave Liu <r63238@freescale.com> 27145Date: Sat Aug 4 13:37:39 2007 +0800 27146 27147 mpc83xx: Correct the burst length for DDR2 with 32 bits 27148 27149 The burst length should be 4 for DDR2 with 32 bits bus 27150 27151 Signed-off-by: Dave Liu <daveliu@freescale.com> 27152 27153commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed 27154Author: Kim Phillips <kim.phillips@freescale.com> 27155Date: Wed Jul 25 19:25:33 2007 -0500 27156 27157 mpc83xx: add support for the MPC8323E RDB 27158 27159 MPC8323E based board with 64MB fixed SDRAM, 16MB flash, 27160 five 10/100 ethernet ports connected via an ICPlus IP175C 27161 switch, one PCI slot, and serial. Features not supported 27162 in this patch are SD card interface, 2 USB ports, and the 27163 two phone ports. 27164 27165 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> 27166 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27167 27168commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359 27169Author: Kim Phillips <kim.phillips@freescale.com> 27170Date: Wed Jul 25 19:25:28 2007 -0500 27171 27172 mpc83xx: fixup generic pci for libfdt 27173 27174 add libfdt support to the generic 83xx pci code 27175 27176 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27177 27178commit f57ac7a7b37109245b69db80839ebee26179966a 27179Author: Kim Phillips <kim.phillips@freescale.com> 27180Date: Wed Jul 25 19:25:22 2007 -0500 27181 27182 mpc83xx: fix 8360 and cpu functions to update fdt being passed 27183 27184 ..and not the global fdt. Rename local fdt vars to blob so as not to 27185 be confused with the global var with the same three-letter name. 27186 27187 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27188 27189commit 8be404459a6b7395415a57bb35e8377e3b2b5acb 27190Author: Jerry Van Baren <gvb.uboot@gmail.com> 27191Date: Wed Jul 4 21:34:24 2007 -0400 27192 27193 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled 27194 27195 Several node strings were not correct (trailing slashes and properties 27196 in the strings) 27197 Added setting of the timebase-frequency. 27198 Improved error messages and use debug() instead of printf(). 27199 27200 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 27201 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27202 27203commit 26d02c9bbac1751c5e19294f000100b48d43a920 27204Author: Jerry Van Baren <gvb.uboot@gmail.com> 27205Date: Wed Jul 4 21:27:30 2007 -0400 27206 27207 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path(). 27208 27209 The new name matches more closely the kernel's name, which is also 27210 a much better description. 27211 27212 These are the mpc83xx changes made necessary by the function name change. 27213 27214 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 27215 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 27216 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27217 27218commit 9be39a67c9f8fef7107f5df09d673005f04d0963 27219Author: Dave Liu <daveliu@freescale.com> 27220Date: Mon Jun 25 10:41:56 2007 +0800 27221 27222 mpc83xx: Add support for the display of reset status 27223 27224 83xx processor family has many reset sources, such as 27225 power on reset, software hard reset, software soft reset, 27226 JTAG, bus monitor, software watchdog, check stop reset, 27227 external hard reset, external software reset. 27228 sometimes, to figure out the fault of system, we need to 27229 know the cause of reset early before the prompt of 27230 u-boot present. 27231 27232 Signed-off-by: Dave Liu <daveliu@freescale.com> 27233 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27234 27235commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d 27236Author: Dave Liu <daveliu@freescale.com> 27237Date: Mon Jun 25 10:41:04 2007 +0800 27238 27239 mpc83xx: Fix the align bug of SDMA buffer 27240 27241 According to the latest user manual, the SDMA temporary 27242 buffer base address must be 4KB aligned. 27243 27244 Signed-off-by: Dave Liu <daveliu@freescale.com> 27245 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27246 27247commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476 27248Author: Dave Liu <daveliu@freescale.com> 27249Date: Mon Jun 25 13:21:12 2007 +0800 27250 27251 mpc83xx: Revise the MPC8360EMDS readme doc 27252 27253 When the rev2.x silicon mount on the MPC8360EMDS baord, 27254 and if you are using the u-boot version after the commit 27255 3fc0bd159103b536e1c54c6f4457a09b3aba66ca. 27256 to make the ethernet interface usable, we have to setup 27257 the jumpers correctly. 27258 27259 Signed-off-by: Dave Liu <daveliu@freescale.com> 27260 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27261 27262commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c 27263Author: Timur Tabi <timur@freescale.com> 27264Date: Tue Jul 3 13:46:32 2007 -0500 27265 27266 FSL I2C driver programs the two I2C busses differently 27267 27268 The i2c_init() function in fsl_i2c.c programs the two I2C busses differently. 27269 The second I2C bus has its slave address programmed incorrectly and is 27270 missing a 5-us delay. 27271 27272 Signed-off-by: Timur Tabi <timur@freescale.com> 27273 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27274 27275commit df33f6b4d6d63693dd9200808b242de1b86cb8e8 27276Author: Timur Tabi <timur@freescale.com> 27277Date: Tue Jul 3 13:04:34 2007 -0500 27278 27279 Update SCCR programming in cpu_init_f() to support all 83xx processors 27280 27281 Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the 27282 bitfields for all 83xx processors. The code to update some bitfields was 27283 compiled only on some processors. Now, the bitfields are programmed as long 27284 as the corresponding CFG_SCCR option is defined in the board header file. 27285 This means that the board header file should not define any CFG_SCCR macros 27286 for bitfields that don't exist on that processor, otherwise the SCCR will be 27287 programmed incorrectly. 27288 27289 Signed-off-by: Timur Tabi <timur@freescale.com> 27290 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27291 27292commit 9546266999f0b9b51372636614211b88d90f0f25 27293Author: Martin Krause <martin.krause@tqs.de> 27294Date: Fri Jun 22 13:04:22 2007 +0200 27295 27296 TQM834x: cleanup configuraton 27297 27298 Remove irritating #undef DEBUG 27299 27300 Signed-off-by: Martin Krause <martin.krause@tqs.de> 27301 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27302 27303commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc 27304Author: david.saada <David.Saada@ecitele.com> 27305Date: Mon Jun 18 09:09:53 2007 -0700 27306 27307 MPC83xx: Fix makefile to generate config.h file in the build directory 27308 27309 MPC83xx: Fix the Makefile config sections to generate the include/config.h 27310 file in the build directory instead of the source directory. 27311 27312 Signed-off-by: David Saada <david.saada@ecitele.com> 27313 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27314 27315commit 1ded0242e437259366792d52b7e9d1e1931d8fa5 27316Author: Lee Nipper <Lee.Nipper@freescale.com> 27317Date: Thu Jun 14 20:07:33 2007 -0500 27318 27319 mpc83xx: Add support for 8360 silicon revision 2.1 27320 27321 This change adds 8360 silicon revision 2.1 support to u-boot. 27322 27323 Signed-off-by: Lee Nipper <lee.nipper@freescale.com> 27324 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27325 27326commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4 27327Author: Kumar Gala <galak@kernel.crashing.org> 27328Date: Wed Aug 8 04:14:28 2007 -0500 27329 27330 Treat ppc64 host as ppc 27331 27332 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 27333 27334commit 0dc4279b08ff82472bec2e2c90858602459febe8 27335Author: Jason Jin <Jason.jin@freescale.com> 27336Date: Wed Aug 8 09:01:46 2007 +0800 27337 27338 Minor fix for bios emulator makefile 27339 27340 Add $(obj) to LIB avoiding objects be built in the source dir 27341 27342 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 27343 27344commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6 27345Author: Jason Jin <Jason.jin@freescale.com> 27346Date: Wed Aug 8 08:33:11 2007 +0800 27347 27348 Add CONFIG_BIOSEMU define to guard all the bios emulator code 27349 27350 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 27351 27352 This patch fix the compile issue on the board that did not enable the bios emulator 27353 27354commit ed8106433522f2ea8933e9808346860d061d7731 27355Author: Zach Sadecki <Zach.Sadecki@ripcode.com> 27356Date: Tue Jul 31 12:27:25 2007 -0500 27357 27358 tsec: fix multiple PHY support 27359 27360 The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx" 27361 broke multiple PHY support in tsec.c. This fixes it. 27362 27363 Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com> 27364 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 27365 27366commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede 27367Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 27368Date: Thu Aug 9 09:08:18 2007 -0500 27369 27370 tsec: Allow Ten Bit Interface address to be configurable 27371 27372 Allow the address of the Ten Bit Interface (TBI) to be changed in the 27373 event of a conflict with another device. 27374 27375 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 27376 27377commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6 27378Author: Stefan Roese <sr@denx.de> 27379Date: Wed Aug 8 09:54:26 2007 +0200 27380 27381 Coding style cleanup 27382 27383 Signed-off-by: Stefan Roese <sr@denx.de> 27384 27385commit a41de1f0d373e09c782dea558385a06247111ba5 27386Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27387Date: Sun Aug 5 05:15:18 2007 -0500 27388 27389 Port enabled for I2C signals and chipselects port configuration. 27390 27391 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27392 27393commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f 27394Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27395Date: Sun Aug 5 04:31:18 2007 -0500 27396 27397 Added NAND support 27398 27399 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27400 27401commit eaf9e447beb3e498818ef8ad0b8c1597cd506149 27402Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27403Date: Sun Aug 5 04:11:20 2007 -0500 27404 27405 Added I2C support 27406 27407 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27408 27409commit 99c03c175d2689093176facf17c58ce2cb320001 27410Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27411Date: Sun Aug 5 03:58:52 2007 -0500 27412 27413 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c 27414 27415 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27416 27417commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731 27418Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27419Date: Sun Aug 5 03:55:21 2007 -0500 27420 27421 Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf() 27422 27423 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27424 27425commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630 27426Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27427Date: Sun Aug 5 03:43:30 2007 -0500 27428 27429 Moved sync() from board file to include/asm-m68k/io.h 27430 27431 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27432 27433commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2 27434Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27435Date: Sun Aug 5 03:30:44 2007 -0500 27436 27437 Declared attributes of void __mii_init(void) as an alias for int mii_init(void) 27438 27439 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27440 27441commit 9998bd37ead85e93953559720710d3b0685c81e6 27442Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27443Date: Sun Aug 5 03:19:10 2007 -0500 27444 27445 Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART 27446 27447 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27448 27449commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c 27450Author: Jason Jin <Jason.jin@freescale.com> 27451Date: Tue Aug 7 16:17:06 2007 +0800 27452 27453 Add CONFIG_BIOSEMU define to guard all the bios emulator code 27454 27455 This patch fix the compile issue on the board that did not enable the bios emulator 27456 27457commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053 27458Author: Wolfgang Denk <wd@denx.de> 27459Date: Tue Aug 7 16:02:13 2007 +0200 27460 27461 Fix missing brace error in fs/fat/fat.c 27462 [pointed out by Roderik Wildenburg] 27463 27464 Signed-off-by: Wolfgang Denk <wd@denx.de> 27465 27466commit 706714d97a0d08d59eda4de2268c39f504688329 27467Author: Michal Simek <monstr@monstr.eu> 27468Date: Mon Aug 6 23:41:53 2007 +0200 27469 27470 [FIX] remove cute code 27471 27472commit f500d9fdeb576288656dac427052ad2c5ca0ad1a 27473Author: Michal Simek <monstr@monstr.eu> 27474Date: Mon Aug 6 23:35:26 2007 +0200 27475 27476 [FIX] Fix romfs code 27477 27478commit ab4b956d3143f8f8174089053f5dfabbb04762b0 27479Author: Michal Simek <monstr@monstr.eu> 27480Date: Mon Aug 6 23:31:49 2007 +0200 27481 27482 [FIX] Coding style cleanup - Wolfgang's suggestions 27483 27484commit 6c33c78557ca6f8da68c01ce33e278695197d3f4 27485Author: Wolfgang Denk <wd@denx.de> 27486Date: Mon Aug 6 23:21:05 2007 +0200 27487 27488 Fixed typo in README (pointed out by Martin Jost). 27489 27490 Signed-off-by: Wolfgang Denk <wd@denx.de> 27491 27492commit 537223afa61f64480df31ce440a9cb386df4a814 27493Author: Stefan Roese <sr@denx.de> 27494Date: Mon Aug 6 21:10:17 2007 +0200 27495 27496 ppc4xx: Update AMCC Bamboo README doc/README.bamboo 27497 27498 As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>, 27499 here an updated Bamboo README. 27500 27501 Signed-off-by: Stefan Roese <sr@denx.de> 27502 27503commit 9c7e4b06214db61bb21f1bcbe57c97519669baae 27504Author: Wolfgang Denk <wd@denx.de> 27505Date: Mon Aug 6 02:17:36 2007 +0200 27506 27507 Coding style cleanup. Update CHANGELOG. 27508 27509 Signed-off-by: Wolfgang Denk <wd@denx.de> 27510 27511commit 221838cc7eb178370ff62aa05920a582e12ac322 27512Author: Jason Jin <Jason.jin@freescale.com> 27513Date: Tue Jul 10 09:03:22 2007 +0800 27514 27515 Remove the bios emulator from MAI board. 27516 27517 The bios emulator in the MAI board can not pass compile 27518 and have a lot of crap in it. remove it and will have a 27519 clean and small bios emulator in the drivers directory 27520 which can be uesed for every board. 27521 27522 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 27523 27524commit 5618332409bb96f4448d1712899369fc80c0b489 27525Author: Jason Jin <Jason.jin@freescale.com> 27526Date: Fri Jul 13 12:14:59 2007 +0800 27527 27528 Fix some compile issues for MAI board. 27529 27530 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 27531 27532commit 0f460a1ee148b648ee242c3157650287d4296260 27533Author: Jason Jin <Jason.jin@freescale.com> 27534Date: Fri Jul 13 12:14:58 2007 +0800 27535 27536 Configurations for ATI video card BIOS emulator 27537 27538 This patch add definition of the BIOS emulator and the ATI framebuffer 27539 driver for MPC8641HPCN board. 27540 27541 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 27542 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 27543 27544commit ece92f85053b8df613edcf05b26a416cbc3d629c 27545Author: Jason Jin <Jason.jin@freescale.com> 27546Date: Fri Jul 6 08:34:56 2007 +0800 27547 27548 This is a BIOS emulator, porting from SciTech for u-boot, mainly for 27549 ATI video card BIOS. and can be used for x86 code emulation by some 27550 modifications. 27551 27552 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 27553 27554commit 5072188acabde3178fac7f5a597150e6e74fd40c 27555Author: Jason Jin <Jason.jin@freescale.com> 27556Date: Fri Jul 6 08:33:33 2007 +0800 27557 27558 This is a framebuffer driver for ATI video card, can work for PCI9200, 27559 X300, X700, X800 ATI video cards. 27560 27561 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 27562 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 27563 27564commit 5728be389e65fd47f34b33c2596271eb4db751ae 27565Author: Wolfgang Denk <wd@denx.de> 27566Date: Mon Aug 6 01:01:49 2007 +0200 27567 27568 Coding style cleanup. Update CHANGELOG. 27569 27570 Signed-off-by: Wolfgang Denk <wd@denx.de> 27571 27572commit 8092fef4c29b395958bb649647da7e3775731517 27573Author: Martin Krause <Martin.Krause@tqs.de> 27574Date: Tue Dec 12 14:26:01 2006 +0100 27575 27576 Add functions to list of exported functions 27577 27578 Additionally export the following fuctions (to make trab_config build again): 27579 - simple_strtol() 27580 - strcmp() 27581 27582 Also bump the ABI version to reflect this change 27583 27584 Signed-off-by: Martin Krause <martin.krause@tqs.de> 27585 27586commit 63cec5814fab5d2b1c86982327433807a5ac0249 27587Author: Ed Swarthout <Ed.Swarthout@freescale.com> 27588Date: Thu Aug 2 14:09:49 2007 -0500 27589 27590 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts. 27591 27592 All of the PCI/PCI-Express driver and initialization code that 27593 was in the MPC8641HPCN port has now been moved into the common 27594 drivers/fsl_pci_init.c. In a subsequent patch, this will be 27595 utilized by the 85xx ports as well. 27596 27597 Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added. 27598 27599 Also enable the second PCI-Express controller on 8641 27600 by getting its BATS and CFG_ setup right. 27601 27602 Fixed a u16 vendor compiler warning in AHCI driver too. 27603 27604 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 27605 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 27606 Signed-off-by: Jon Loeliger <jdl@freescale.com> 27607 27608commit a274ca4f6d68830e7c916f897561cff8c4101c38 27609Author: Michal Simek <monstr@monstr.eu> 27610Date: Sun Aug 5 22:33:05 2007 +0200 27611 27612 [FIX] Coding style cleanup 27613 27614commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f 27615Author: Michal Simek <monstr@monstr.eu> 27616Date: Sun Aug 5 16:13:31 2007 +0200 27617 27618 [FIX] Xilinx Uartlite driver 27619 Because PPC405 can use UARTLITE serial interface and 27620 Microblaze can use Uart16550 serial interface not only Uartlite. 27621 27622commit 98889edd50aadf862071eb5664747ad0d568a20e 27623Author: Michal Simek <monstr@monstr.eu> 27624Date: Sun Aug 5 15:54:53 2007 +0200 27625 27626 [FIX] Change configuration for XUPV2P Microblaze board 27627 27628commit 537091b4eed9302865d03fef3f7212b4fe5cf28f 27629Author: Michal Simek <monstr@monstr.eu> 27630Date: Sun Aug 5 15:53:50 2007 +0200 27631 27632 [PATCH] Added support for Xilinx Emac community driver 27633 27634commit 86b116b1b1e165ca4840daefed36d2e3b8460173 27635Author: Bartlomiej Sieka <tur@semihalf.com> 27636Date: Fri Aug 3 12:08:16 2007 +0200 27637 27638 cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family. 27639 27640 Add the ability for modules from the Schindler cm5200 family to use a 27641 single U-Boot image: 27642 - rename cm1_qp1 to cm5200 27643 - add run-time module detection 27644 - parametrize SDRAM configuration according to the module we are running on 27645 27646 Few minor, board-specific fixes included in this patch: 27647 - better MAC address handling 27648 - updated default environment ('update' command uses +{filesize} now) 27649 - improved error messages in the auto-update code 27650 - allow booting U-Boot from RAM (CFG_RAMBOOT) 27651 27652 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 27653 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 27654 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 27655 27656commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779 27657Author: Andy Fleming <afleming@freescale.com> 27658Date: Fri Aug 3 04:05:25 2007 -0500 27659 27660 Add Marvell 1149 PHY support to the TSEC 27661 27662commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86 27663Author: Wolfgang Denk <wd@denx.de> 27664Date: Thu Aug 2 21:27:46 2007 +0200 27665 27666 Coding style cleanup, update CHANGELOG 27667 27668 Signed-off-by: Wolfgang Denk <wd@denx.de> 27669 27670commit 63e22764d2f8653f68888c667eb65b3996b52680 27671Author: Wolfgang Denk <wd@denx.de> 27672Date: Thu Aug 2 10:11:18 2007 +0200 27673 27674 Minor cleanup of <board>_nand build rules. 27675 27676commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef 27677Author: Stefan Roese <sr@denx.de> 27678Date: Thu Aug 2 08:33:56 2007 +0200 27679 27680 ppc4xx: Code cleanup 27681 27682 Signed-off-by: Stefan Roese <sr@denx.de> 27683 27684commit c92409812206ac67a7fa7aae298539a9c3804a46 27685Author: Grzegorz Bernacki <gjb@semihalf.com> 27686Date: Tue Jul 31 18:51:48 2007 +0200 27687 27688 [ppc440SPe] Graceful recovery from machine check during PCIe configuration 27689 27690 During config transactions on the PCIe bus an attempt to scan for a 27691 non-existent device can lead to a machine check exception with certain 27692 peripheral devices. In order to avoid crashing in such scenarios the 27693 instrumented versions of the config cycle read routines are introduced, so 27694 the exceptions fixups framework can gracefully recover. 27695 27696 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 27697 Acked-by: Rafal Jaworowski <raj@semihalf.com> 27698 27699commit dec99558b9ea75a37940d07f41a3565a50b54ad1 27700Author: Rafal Jaworowski <raj@semihalf.com> 27701Date: Tue Jul 31 18:19:54 2007 +0200 27702 27703 [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A 27704 27705 This brings back separate settings for PCIe bus numbers depending on chip 27706 revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa 27707 commit. 440SPe rev. A does NOT work properly with the same settings as for 27708 the rev. B (no devices are seen on the bus during enumeration). 27709 27710 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 27711 27712commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197 27713Author: Wolfgang Denk <wd@denx.de> 27714Date: Thu Aug 2 00:48:45 2007 +0200 27715 27716 Fix build errors and warnings / code cleanup. 27717 27718 Signed-off-by: Wolfgang Denk <wd@denx.de> 27719 27720commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68 27721Author: Eugene OBrien <eugene.obrien@advantechamt.com> 27722Date: Tue Jul 31 10:24:56 2007 +0200 27723 27724 ppc4xx: Update AMCC Bamboo 440EP support 27725 27726 Changed storage type of cfg_simulate_spd_eeprom to const 27727 Changed storage type of gpio_tab to stack storage 27728 (Cannot access global data declarations in .bss until afer code relocation) 27729 27730 Improved SDRAM tests to catch problems where data is not uniquely addressable 27731 (e.g. incorrectly programmed SDRAM row or columns) 27732 27733 Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules 27734 Fixed AM29LV320DT (OpCode Flash) sector map 27735 27736 Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com> 27737 Signed-off-by: Stefan Roese <sr@denx.de> 27738 27739commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574 27740Author: Stefan Roese <sr@denx.de> 27741Date: Tue Jul 31 08:37:01 2007 +0200 27742 27743 ppc4xx: Update 440EPx lwmon5 board support 27744 27745 - Clear ECC status regs after ECC POST test 27746 - Set dcbz for ECC generation with caches enabled as default 27747 - Code cleanup 27748 27749 Signed-off-by: Stefan Roese <sr@denx.de> 27750 27751commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724 27752Author: Stefan Roese <sr@denx.de> 27753Date: Mon Jul 30 11:04:57 2007 +0200 27754 27755 ppc4xx: Only print ECC related info when the error bis are set 27756 27757 Signed-off-by: Stefan Roese <sr@denx.de> 27758 27759commit e36220a4baf1f188ba60f17e9d0f043069b1362a 27760Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 27761Date: Fri Jul 27 16:44:31 2007 +0200 27762 27763 new FPGA image for PLU405 board 27764 27765 new FPGA image for PLU405 board with improved CompactFlash timing 27766 27767 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 27768 27769commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 27770Author: Rafal Jaworowski <raj@semihalf.com> 27771Date: Fri Jul 27 14:43:59 2007 +0200 27772 27773 [ADS5121] Support for the ADS5121 board 27774 27775 The following MPC5121e subsystems are supported: 27776 27777 - low-level CPU init 27778 - NOR Boot Flash (common CFI driver) 27779 - DDR SDRAM 27780 - FEC 27781 - I2C 27782 - Watchdog 27783 27784 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 27785 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 27786 Signed-off-by: Jan Wrobel <wrr@semihalf.com> 27787 27788commit 1863cfb7b100ba0ee3401799457a01dc058745f8 27789Author: Rafal Jaworowski <raj@semihalf.com> 27790Date: Fri Jul 27 14:22:04 2007 +0200 27791 27792 [PPC] Remove unused MSR_USER definition 27793 27794 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 27795 27796commit d4024bb72dd81695ec099b2199eda0d27c623e62 27797Author: John Otken <john@softadvances.com> 27798Date: Thu Jul 26 17:49:11 2007 +0200 27799 27800 ppc4xx: Add support for AMCC 405EP Taihu board 27801 27802 Signed-off-by: John Otken <john@softadvances.com> 27803 27804commit b66091de6c7390620312c2501db23d8391e7cabb 27805Author: Anatolij Gustschin <agust@denx.de> 27806Date: Thu Jul 26 15:08:01 2007 +0200 27807 27808 ppc4xx: lwmon5: Update Lime initialization 27809 27810 Change Lime SDRAM initialization to now support 100MHz and 27811 133MHz (if enabled). Also the framebuffer is initialized to 27812 display a blue rectangle with a white border. 27813 27814 Signed-off-by: Anatolij Gustschin <agust@denx.de> 27815 Signed-off-by: Stefan Roese <sr@denx.de> 27816 27817commit 9f24a808f17fc0f37b7fb4805f734741335caecc 27818Author: Stefan Roese <sr@denx.de> 27819Date: Tue Jul 24 09:52:52 2007 +0200 27820 27821 ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added 27822 27823 The used Intel NOR FLASH chips have internally two dies, and are now 27824 treated as two seperate chips. 27825 27826 Signed-off-by: Stefan Roese <sr@denx.de> 27827 27828commit aedf5bde179ecfbd0a96130d18996a96518b785f 27829Author: Stefan Roese <sr@denx.de> 27830Date: Tue Jul 24 07:20:09 2007 +0200 27831 27832 ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...) 27833 27834 As suggested by Hakan Eryigit, here an updated setup for the lwmon5 27835 interrupt controller. 27836 27837 Signed-off-by: Stefan Roese <sr@denx.de> 27838 27839commit a71d96eac8130b53a91f93cd10c70fca0db18d52 27840Author: Stefan Roese <sr@denx.de> 27841Date: Fri Jul 20 15:03:44 2007 +0200 27842 27843 ppc4xx: Fix bug with default GPIO output value 27844 27845 As spotted by Matthias Fuchs, the default output values for all GPIO1 27846 outputs were not setup correctly. This patch fixes this issue. 27847 27848 Signed-off-by: Stefan Roese <sr@denx.de> 27849 27850commit 531e3e8b831f357056448fa573137d5fb37000fd 27851Author: Pavel Kolesnikov <concord@emcraft.com> 27852Date: Fri Jul 20 15:03:03 2007 +0200 27853 27854 POST: Add ECC POST for the lwmon5 board 27855 27856 This patch adds ECC Post test for the Lwmon5 board based 27857 on PPC440EPx to U-Boot. 27858 27859 Signed-off-by: Pavel Kolesnikov <concord@emcraft.com> 27860 Acked-by: Yuri Tikhonov <yur@emcraft.com> 27861 Acked-by: Stefan Roese <sr@denx.de> 27862 27863commit cc3023b9f95d7ac959a764471a65001062aecf41 27864Author: Rafal Jaworowski <raj@semihalf.com> 27865Date: Thu Jul 19 17:12:28 2007 +0200 27866 27867 Fix breakage of 8xx boards from recent commit. 27868 27869 This patch fixes the negative consequences for 8xx of the recent 27870 "ppc4xx: Clean up 440 exceptions handling" commit. 27871 27872 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 27873 27874commit c883f6ea32dce91f07670b3aafecf6c99b1e5341 27875Author: Stefan Roese <sr@denx.de> 27876Date: Mon Jul 16 13:11:12 2007 +0200 27877 27878 Coding style cleanup 27879 27880 Signed-off-by: Stefan Roese <sr@denx.de> 27881 27882commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf 27883Author: Stefan Roese <sr@denx.de> 27884Date: Mon Jul 16 10:02:12 2007 +0200 27885 27886 ppc4xx: Code cleanup 27887 27888 Signed-off-by: Stefan Roese <sr@denx.de> 27889 27890commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8 27891Author: Stefan Roese <sr@denx.de> 27892Date: Mon Jul 16 10:01:38 2007 +0200 27893 27894 ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup 27895 27896 Signed-off-by: Stefan Roese <sr@denx.de> 27897 27898commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9 27899Author: Stefan Roese <sr@denx.de> 27900Date: Mon Jul 16 10:00:43 2007 +0200 27901 27902 ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c 27903 27904 The new boardspecific DDR2 controller configuration is used for the Yucca 27905 board. Now the Yucca board with 440SPe Rev. A chips is also supported. 27906 27907 Signed-off-by: Stefan Roese <sr@denx.de> 27908 27909commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e 27910Author: Stefan Roese <sr@denx.de> 27911Date: Mon Jul 16 09:57:00 2007 +0200 27912 27913 ppc4xx: Add new weak functions to support boardspecific DDR2 configuration 27914 27915 The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better 27916 support non default, boardspecific DDR(2) controller configuration. 27917 27918 Signed-off-by: Stefan Roese <sr@denx.de> 27919 27920commit 5743a9207a370b90f09b20ebd61167c806b937f3 27921Author: Stefan Roese <sr@denx.de> 27922Date: Mon Jul 16 08:53:51 2007 +0200 27923 27924 ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup 27925 27926 The new function remove_tlb() can be used to remove the TLB's used to 27927 map a specific memory region. This is especially useful for the DDR(2) 27928 setup routines which configure the SDRAM area temporarily as a cached 27929 area (for speedup on auto-calibration and ECC generation) and later 27930 need this area uncached for normal usage. 27931 27932 Signed-off-by: Stefan Roese <sr@denx.de> 27933 27934commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae 27935Author: Michal Simek <monstr@monstr.eu> 27936Date: Mon Jul 16 00:31:07 2007 +0200 27937 27938 [PATCH] Support for Xilinx EmacLite controller 27939 27940commit 3a6cab844cf74f76639d795e0be8717e02c86af7 27941Author: Wolfgang Denk <wd@denx.de> 27942Date: Sat Jul 14 22:51:02 2007 +0200 27943 27944 Update CHANGELOG 27945 27946 Signed-off-by: Wolfgang Denk <wd@denx.de> 27947 27948commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1 27949Author: Michal Simek <monstr@monstr.eu> 27950Date: Sat Jul 14 13:11:28 2007 +0200 27951 27952 [FIX] support for simply measuring time 27953 27954commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43 27955Author: Michal Simek <monstr@monstr.eu> 27956Date: Sat Jul 14 12:41:23 2007 +0200 27957 27958 [FS] Added support for ROMFS 27959 27960commit 011595307731a7a67a7445d107c279d031e8ab97 27961Author: Heiko Schocher <hs@pollux.denx.de> 27962Date: Sat Jul 14 01:06:58 2007 +0200 27963 27964 [PCS440EP] - fix compile error, if BUILD_DIR is used 27965 27966commit 5a2f1098d81ad58b309e5e558d0492643166a799 27967Author: Michal Simek <monstr@monstr.eu> 27968Date: Sat Jul 14 00:18:48 2007 +0200 27969 27970 [PATCH] Support time without timer 27971 27972commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0 27973Author: Michal Simek <monstr@monstr.eu> 27974Date: Fri Jul 13 21:43:55 2007 +0200 27975 27976 [PATCH] Remove problem with disabled BARREL SHIFTER 27977 27978commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94 27979Author: Michal Simek <monstr@monstr.eu> 27980Date: Fri Jul 13 21:41:44 2007 +0200 27981 27982 [FIX] correct help for rspr 27983 27984commit fad63407154f46246ce80d53a9c669a44362ac67 27985Author: Heiko Schocher <hs@pollux.denx.de> 27986Date: Fri Jul 13 09:54:17 2007 +0200 27987 27988 make show_boot_progress () weak. 27989 27990 Signed-off-by: Heiko Schocher <hs@denx.de> 27991 27992commit 907902472391b6ca1876ec300687562ecaf459b1 27993Author: Heiko Schocher <hs@pollux.denx.de> 27994Date: Fri Jul 13 08:26:05 2007 +0200 27995 27996 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur 27997 - fix compile error, if BUILD_DIR is used 27998 27999 Signed-off-by: Heiko Schocher <hs@denx.de> 28000
28001commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578 28002Author: Stefan Roese <sr@denx.de> 28003Date: Thu Jul 12 16:32:08 2007 +0200 28004 28005 ppc4xx: Change receive buffer handling in the 4xx emac driver 28006 28007 This change fixes a bug in the receive buffer handling, that 28008 could lead to problems upon high network traffic (broadcasts...). 28009 28010 Signed-off-by: Stefan Roese <sr@denx.de> 28011 28012commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360 28013Author: Wolfgang Denk <wd@denx.de> 28014Date: Thu Jul 12 01:45:34 2007 +0200 28015 28016 Update CHANGELOG, minor coding style cleanup. 28017 28018 Signed-off-by: Wolfgang Denk <wd@denx.de> 28019 28020commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654 28021Author: Andy Fleming <afleming@freescale.com> 28022Date: Fri Jun 8 16:41:18 2007 -0500 28023 28024 Remove erroneous errata code from Marvel 88E1111S driver 28025 28026 The Marvel 88E1111S driver for the TSEC was copied from the 28027 88E1101 driver, and included a fix for an erratum which does not 28028 exist on that part. Now it is removed 28029 28030 Signed-off-by: Andy Fleming <afleming@freescale.com> 28031 28032commit 982efcf23fd03647e01e2fbe28a7a36239156cc0 28033Author: Andy Fleming <afleming@freescale.com> 28034Date: Tue Jun 5 16:38:44 2007 -0500 28035 28036 From: eran liberty <eran.liberty@gmail.com> 28037 28038 adds the reset register to 85xx immap 28039 28040 Signed-off-by: Eran Liberty <eran.liberty@gmail.com> 28041 Signed-off-by: Andy Fleming <afleming@freescale.com> 28042 28043commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7 28044Author: Andy Fleming <afleming@freescale.com> 28045Date: Thu May 10 17:50:01 2007 -0500 28046 28047 Polished the 85xx ADS config files 28048 28049 Made the boot commands use device trees by default. 28050 Also moved the ramdisk to 1000000 (I think the previous address 28051 was getting overridden during boot). 28052 28053 Signed-off-by: Andy Fleming <afleming@freescale.com> 28054 28055commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038 28056Author: Ed Swarthout <Ed.Swarthout@freescale.com> 28057Date: Wed May 9 11:03:32 2007 -0500 28058 28059 8544ds: Fix Makefile after moving pixis to board/freescale. 28060 28061 The OBJTREE != SRCTREE build scenario was broken. 28062 This fixes it. 28063 28064 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 28065 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28066 28067commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e 28068Author: Andy Fleming <afleming@freescale.com> 28069Date: Wed May 9 00:54:20 2007 -0500 28070 28071 tsec: Fix PHY code to match first driver 28072 28073 Jarrold Wen noticed that the generic PHY code always matches 28074 under the current implementation. Change it so the first match 28075 wins, and *only* unknown PHYs trigger the generic driver 28076 28077 Signed-off-by: Andy Fleming <afleming@freescale.com> 28078 28079commit ccc091aac61a38cd998d575d92f7232e256d6312 28080Author: Andy Fleming <afleming@freescale.com> 28081Date: Tue May 8 17:27:43 2007 -0500 28082 28083 Add support for CPM device tree configuration to 8560 ADS 28084 28085 * Adds code to modify CPM frequencies 28086 * Cleans up the config file to #define TSEC and (for now) #undef FCC 28087 * Adds the MII command for all 8560 ADS configurations 28088 * Updates config file to provide convenience commands for booting 28089 with a device tree 28090 28091 Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> 28092 Signed-off-by: Andy Fleming <afleming@freescale.com> 28093 28094commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9 28095Author: Andy Fleming <afleming@freescale.com> 28096Date: Tue May 8 17:23:02 2007 -0500 28097 28098 Fix Marvell 88e1145 PHY init code 28099 28100 Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver 28101 where the reset was being done after the errata code instead of 28102 before. 28103 28104 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 28105 Signed-off-by: Andy Fleming <afleming@freescale.com> 28106 28107commit 5dc210dec5bace98a50b6ba905347890091a9bb0 28108Author: Ed Swarthout <Ed.Swarthout@freescale.com> 28109Date: Wed Jul 11 14:52:16 2007 -0500 28110 28111 Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC. 28112 28113 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 28114 28115commit e8b85f3ba4cd8930e0a2fea2100c815d64201765 28116Author: Ed Swarthout <Ed.Swarthout@freescale.com> 28117Date: Wed Jul 11 14:52:08 2007 -0500 28118 28119 pciauto setup bridge 28120 28121 The P2P bridge bus numbers programmed into the device are relative to 28122 hose->first_busno. 28123 28124 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 28125 28126commit 571f49fa717004ca4268b4e24057efc7bf9f987b 28127Author: Ed Swarthout <Ed.Swarthout@freescale.com> 28128Date: Wed Jul 11 14:52:01 2007 -0500 28129 28130 Support PCIe extended config registers 28131 28132 FSL PCIe block has extended cfg registers in the 100 and 400 range. 28133 For example, to read the LTSSM register: pci display <busn>.0 404 1 28134 28135 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 28136 28137commit ba5feb12581bb2912ce301e4866b71f846e9fc07 28138Author: Ed Swarthout <Ed.Swarthout@freescale.com> 28139Date: Wed Jul 11 14:51:48 2007 -0500 28140 28141 Minor improvements to drivers/pci_auto.c 28142 28143 - Make pciauto_{pre,post}scan_setup_bridge non-static 28144 - Added physical address display in debug messages. 28145 28146 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 28147 28148commit 40e81addab7bb74d20ddf681ce9babc880a828ee 28149Author: Ed Swarthout <Ed.Swarthout@freescale.com> 28150Date: Wed Jul 11 14:51:35 2007 -0500 28151 28152 Start pci hose scan from hose->current_busno. 28153 28154 Ensure hose->current_busno is not less than first_busno. This fixes 28155 broken board code which leaves current_busno=0 when first_busno is 28156 greater than 0 for the cases with multiple controllers. 28157 28158 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 28159 28160commit 3865b1fb7843a08ad49a6319a36415752276ff48 28161Author: Stefan Roese <sr@denx.de> 28162Date: Wed Jul 11 12:13:53 2007 +0200 28163 28164 Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup 28165 28166 Signed-off-by: Stefan Roese <sr@denx.de> 28167 28168commit fa1df308926a6f70e3504c57514ef27ac31fd13a 28169Author: Bartlomiej Sieka <tur@semihalf.com> 28170Date: Wed Jul 11 20:11:07 2007 +0200 28171 28172 CM1.QP1: Support for the Schindler CM1.QP1 board. 28173 28174 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 28175 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 28176 28177commit 96e1d75be8193ca79e4215a368bf9d7f2362450f 28178Author: Heiko Schocher <hs@pollux.denx.de> 28179Date: Wed Jul 11 18:39:11 2007 +0200 28180 28181 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed 28182 - now the Flash ST M29W040B is supported (not tested) 28183 - fix the "led" command 28184 - fix compile error, if BUILD_DIR is used 28185 28186 Signed-off-by: Heiko Schocher <hs@denx.de> 28187 28188commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5 28189Author: Stefan Roese <sr@denx.de> 28190Date: Sun Jul 8 13:44:27 2007 +0200 28191 28192 Fix malloc problem introduced with the relocation fixup for the PPC platform 28193 28194 The relocation fixup didn't handle the malloc pointer initialization 28195 correctly. This patch fixes this problem. Tested successfully on 4xx. 28196 The relocation fixup patches for 4xx will follow soon. 28197 28198 Signed-off-by: Stefan Roese <sr@denx.de> 28199 28200commit 0dca874db62718e41253659e60f3a1de7eb418ce 28201Author: TsiChung <tcliew@Goku.(none)> 28202Date: Tue Jul 10 15:45:43 2007 -0500 28203 28204 Cache update and added CFG_UNIFY_CACHE 28205 28206 Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only. 28207 28208 Signed-off-by: TsiChung <tcliew@Goku.(none)> 28209 28210commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005 28211Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28212Date: Thu Jul 5 23:36:16 2007 -0500 28213 28214 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define. 28215 28216 Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER 28217 28218 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28219 28220commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac 28221Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28222Date: Thu Jul 5 23:31:25 2007 -0500 28223 28224 Update header files 28225 28226 Include immap.h and renamed mcfrtc.h to rtc.h 28227 28228 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28229 28230commit 2870e98ac8e5553e9187b12a47e5f46babb53990 28231Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28232Date: Thu Jul 5 23:29:21 2007 -0500 28233 28234 Add mcffec_initialize() 28235 28236 Added mcffec_initialize() in eth_initialize() 28237 28238 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28239 28240commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d 28241Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28242Date: Thu Jul 5 23:27:40 2007 -0500 28243 28244 Update header file and clean up 28245 28246 Include immap.h 28247 28248 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28249 28250commit 0cee9c66318602c856a899ae5fa7579ccba6443a 28251Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28252Date: Thu Jul 5 23:23:15 2007 -0500 28253 28254 New uart structure and defines 28255 28256 Seperated from mcfuart.h 28257 28258 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28259 28260commit a90e79de8d99e9c9d69d60bfff9f24c337165900 28261Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28262Date: Thu Jul 5 23:22:31 2007 -0500 28263 28264 New timer structure and defines 28265 28266 Seperated from mcftimer.h 28267 28268 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28269 28270commit e04acb2eba4782489417240eff76e20e176aec10 28271Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28272Date: Thu Jul 5 23:21:09 2007 -0500 28273 28274 Rename mcfrtc to rtc 28275 28276 Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h 28277 28278 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28279 28280commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5 28281Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28282Date: Thu Jul 5 23:17:36 2007 -0500 28283 28284 Rename mcfserial.c. Update include header 28285 28286 Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h 28287 28288 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28289 28290commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e 28291Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28292Date: Thu Jul 5 23:13:58 2007 -0500 28293 28294 Header file update, clean up and cache handling 28295 28296 Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid. 28297 28298 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28299 28300commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97 28301Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28302Date: Thu Jul 5 23:10:40 2007 -0500 28303 28304 Create interrupts.c and modify Makefile 28305 28306 interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile 28307 28308 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28309 28310commit ddd104f1ed655eda50c06ba636237a83ed943f34 28311Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28312Date: Thu Jul 5 23:06:55 2007 -0500 28313 28314 Enable Icache 28315 28316 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28317 28318commit b9bf3de377b2bae70c983c9b97feae914999e735 28319Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28320Date: Thu Jul 5 23:05:31 2007 -0500 28321 28322 Update header file and some clean up 28323 28324 Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces. 28325 28326 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28327 28328commit 84a015b52ec820a5ae173717d78516de731c89c2 28329Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28330Date: Thu Jul 5 23:03:28 2007 -0500 28331 28332 Update header file and enable icache 28333 28334 Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r(). 28335 28336 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28337 28338commit 7a17e759c7a8b58e910daf54df611e94fc8ca074 28339Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28340Date: Thu Jul 5 23:01:22 2007 -0500 28341 28342 Update header file and removed interrupt_init() 28343 28344 Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c 28345 28346 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28347 28348commit 3b635492c95bd0d6e08f93f699821cba1f602a64 28349Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28350Date: Thu Jul 5 22:57:46 2007 -0500 28351 28352 Update for flash.o and mii.o 28353 28354 Removed flash.o and added mii.o 28355 28356 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28357 28358commit c5ded275d839e4ff79f41718d50a835d989f57bc 28359Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28360Date: Thu Jul 5 22:56:19 2007 -0500 28361 28362 MII functions calls. 28363 28364 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28365 28366commit 427c814104560e29bda14955c67703245aaaa5b4 28367Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28368Date: Thu Jul 5 22:54:42 2007 -0500 28369 28370 Removed MII functions and replaced immap_5329.h and m5329.h with immap.h. 28371 28372 The removed MII routines will be placed in mii.c. 28373 28374 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28375 28376commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2 28377Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28378Date: Thu Jul 5 22:51:05 2007 -0500 28379 28380 Duplicate code 28381 28382 There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file. 28383 28384 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28385 28386commit 2744354a8437b8f78db178e30660215688bff570 28387Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28388Date: Thu Jul 5 22:46:38 2007 -0500 28389 28390 Seperate old structure defines and new structure defines 28391 28392 Removed new uart structure and defines to uart.h 28393 28394 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28395 28396commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230 28397Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28398Date: Thu Jul 5 22:45:01 2007 -0500 28399 28400 Seperate old structure defines and new structure defines 28401 28402 New timer structure and defines will move to new timer.h 28403 28404 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28405 28406commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784 28407Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28408Date: Thu Jul 5 22:42:23 2007 -0500 28409 28410 Clean up 28411 28412 Removed whitespace 28413 28414 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28415 28416commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2 28417Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28418Date: Thu Jul 5 22:41:24 2007 -0500 28419 28420 Clean up 28421 28422 Replaced whitespace with tabs 28423 28424 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28425 28426commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd 28427Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28428Date: Thu Jul 5 22:39:07 2007 -0500 28429 28430 Create new header file and move peripherals base address from configs file to new header file. 28431 28432 Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h. 28433 28434 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28435 28436commit be296e31c4411f96d9cb3d2afc8fcb006867abfa 28437Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28438Date: Thu Jul 5 22:24:58 2007 -0500 28439 28440 Revert file mode 28441 28442 Changed MAKEALL file mode to executable, removed executable file mode from Makefile 28443 28444 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 28445 28446commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582 28447Author: Jon Loeliger <jdl@freescale.com> 28448Date: Tue Jul 10 11:19:50 2007 -0500 28449 28450 disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. 28451 28452 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 28453 Those always evaluated TRUE, and thus were always compiled 28454 even when IDE really wasn't defined/wanted. 28455 28456 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28457 28458commit ddb5d86f0215bcb6c293510c50eb050e92883b7a 28459Author: Jon Loeliger <jdl@freescale.com> 28460Date: Tue Jul 10 11:13:21 2007 -0500 28461 28462 drivers/: Remove lingering references to CFG_CMD_* symbols. 28463 28464 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 28465 Those always evaluated TRUE, and thus were always compiled 28466 even when IDE really wasn't defined/wanted. 28467 28468 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28469 28470commit f40a7f3e3888b42a43674b099e5470022c8c544c 28471Author: Jon Loeliger <jdl@freescale.com> 28472Date: Tue Jul 10 11:07:56 2007 -0500 28473 28474 fs/: Remove lingering references to CFG_CMD_* symbols. 28475 28476 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 28477 Those always evaluated TRUE, and thus were always compiled 28478 even when IDE really wasn't defined/wanted. 28479 28480 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28481 28482commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593 28483Author: Jon Loeliger <jdl@freescale.com> 28484Date: Tue Jul 10 11:05:02 2007 -0500 28485 28486 net/: Remove lingering references to CFG_CMD_* symbols. 28487 28488 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 28489 Those always evaluated TRUE, and thus were always compiled 28490 even when IDE really wasn't defined/wanted. 28491 28492 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28493 28494commit 902531788376046da212afd1661cffb62f3daa1c 28495Author: Jon Loeliger <jdl@freescale.com> 28496Date: Tue Jul 10 11:02:44 2007 -0500 28497 28498 common/: Remove lingering references to CFG_CMD_* symbols. 28499 28500 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 28501 Those always evaluated TRUE, and thus were always compiled 28502 even when IDE really wasn't defined/wanted. 28503 28504 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28505 28506commit d39b57415838c73fb0a37eca84de3c68ba990586 28507Author: Jon Loeliger <jdl@freescale.com> 28508Date: Tue Jul 10 10:48:22 2007 -0500 28509 28510 board/[j-z]*: Remove lingering references to CFG_CMD_* symbols. 28511 28512 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 28513 Those always evaluated TRUE, and thus were always compiled 28514 even when IDE really wasn't defined/wanted. 28515 28516 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28517 28518commit 77a318545d57aefa844752465b94c7e09a3f26d0 28519Author: Jon Loeliger <jdl@freescale.com> 28520Date: Tue Jul 10 10:39:10 2007 -0500 28521 28522 board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols. 28523 28524 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 28525 Those always evaluated TRUE, and thus were always compiled 28526 even when IDE really wasn't defined/wanted. 28527 28528 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28529 28530commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d 28531Author: Jon Loeliger <jdl@freescale.com> 28532Date: Tue Jul 10 10:27:39 2007 -0500 28533 28534 cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols. 28535 28536 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28537 28538commit 079a136c3588814784561d6e4856970ee82d6e2a 28539Author: Jon Loeliger <jdl@freescale.com> 28540Date: Tue Jul 10 10:12:10 2007 -0500 28541 28542 include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 28543 28544 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 28545 used to be included but CONFIG_BOOTP_MASK was not defined. 28546 28547 Remove lingering references to CFG_CMD_* symbols. 28548 28549 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28550 28551commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c 28552Author: Jon Loeliger <jdl@freescale.com> 28553Date: Tue Jul 10 09:38:02 2007 -0500 28554 28555 include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 28556 28557 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 28558 used to be included but CONFIG_BOOTP_MASK was not defined. 28559 28560 Remove lingering references to CFG_CMD_* symbols. 28561 28562 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28563 28564commit 80ff4f99b84b64edca3fd10da365ec1493be1c95 28565Author: Jon Loeliger <jdl@freescale.com> 28566Date: Tue Jul 10 09:29:01 2007 -0500 28567 28568 include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 28569 28570 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 28571 used to be included but CONFIG_BOOTP_MASK was not defined. 28572 28573 Remove lingering references to CFG_CMD_* symbols. 28574 28575 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28576 28577commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a 28578Author: Jon Loeliger <jdl@freescale.com> 28579Date: Tue Jul 10 09:22:23 2007 -0500 28580 28581 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 28582 28583 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 28584 used to be included but CONFIG_BOOTP_MASK was not defined. 28585 28586 Remove lingering references to CFG_CMD_* symbols. 28587 28588 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28589 28590commit 659e2f6736232a08acca8785c206e2b4d9cd07d7 28591Author: Jon Loeliger <jdl@freescale.com> 28592Date: Tue Jul 10 09:10:49 2007 -0500 28593 28594 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 28595 28596 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 28597 used to be included but CONFIG_BOOTP_MASK was not defined. 28598 28599 Remove lingering references to CFG_CMD_* symbols. 28600 28601 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28602 28603commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b 28604Author: Jon Loeliger <jdl@freescale.com> 28605Date: Tue Jul 10 09:02:57 2007 -0500 28606 28607 include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 28608 28609 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 28610 used to be included but CONFIG_BOOTP_MASK was not defined. 28611 28612 Remove lingering references to CFG_CMD_* symbols. 28613 28614 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28615 28616commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3 28617Author: Jon Loeliger <jdl@freescale.com> 28618Date: Mon Jul 9 22:08:34 2007 -0500 28619 28620 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! 28621 28622 All of the choices for CONFIG_BOOTP_ are now documented in 28623 the README file. You must now individually select exactly 28624 the set that you want using a series of 28625 #define CONFIG_BOOTP_<x> 28626 statements in the board port config files now. 28627 28628 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28629 28630commit d3b8c1a743dcd31625c99e6a44590f207eb00028 28631Author: Jon Loeliger <jdl@freescale.com> 28632Date: Mon Jul 9 21:57:31 2007 -0500 28633 28634 include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 28635 28636 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28637 28638commit 2fd90ce575b02d189cbf443c85309bcd001aa393 28639Author: Jon Loeliger <jdl@freescale.com> 28640Date: Mon Jul 9 21:48:26 2007 -0500 28641 28642 include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 28643 28644 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28645 28646commit 37d4bb70586659dedef1658ce1bed071be098aec 28647Author: Jon Loeliger <jdl@freescale.com> 28648Date: Mon Jul 9 21:38:02 2007 -0500 28649 28650 include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 28651 28652 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28653 28654commit 18225e8dd1950bd6dbf35011e436db7f474c187d 28655Author: Jon Loeliger <jdl@freescale.com> 28656Date: Mon Jul 9 21:31:24 2007 -0500 28657 28658 include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 28659 28660 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28661 28662commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d 28663Author: Jon Loeliger <jdl@freescale.com> 28664Date: Mon Jul 9 21:24:19 2007 -0500 28665 28666 include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 28667 28668 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28669 28670commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f 28671Author: Jon Loeliger <jdl@freescale.com> 28672Date: Mon Jul 9 21:16:53 2007 -0500 28673 28674 include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 28675 28676 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28677 28678commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3 28679Author: Jon Loeliger <jdl@freescale.com> 28680Date: Mon Jul 9 19:12:30 2007 -0500 28681 28682 Retire CONFIG_COMMANDS finally. 28683 Strip old CFG_CMD_* symbols out. 28684 28685 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28686 28687commit b5501f7d720fed99ab0b42c83f5dea52868ce007 28688Author: Jon Loeliger <jdl@freescale.com> 28689Date: Mon Jul 9 19:10:03 2007 -0500 28690 28691 Update README.* to reference new CONFIG_CMD_* names now. 28692 28693 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28694 28695commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9 28696Author: Jon Loeliger <jdl@freescale.com> 28697Date: Mon Jul 9 19:06:00 2007 -0500 28698 28699 cpu/m*: Remove obsolete references to CONFIG_COMMANDS 28700 28701 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28702 28703commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa 28704Author: Jon Loeliger <jdl@freescale.com> 28705Date: Mon Jul 9 18:57:22 2007 -0500 28706 28707 cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS 28708 28709 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28710 28711commit ab3abcbabd840928fb1eb5122118ca466b5e5013 28712Author: Jon Loeliger <jdl@freescale.com> 28713Date: Mon Jul 9 18:45:16 2007 -0500 28714 28715 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS 28716 28717 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28718 28719commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9 28720Author: Jon Loeliger <jdl@freescale.com> 28721Date: Mon Jul 9 18:38:39 2007 -0500 28722 28723 board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS 28724 28725 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28726 28727commit c508a4cefd8a953fc64957650506a035e6e3d9d1 28728Author: Jon Loeliger <jdl@freescale.com> 28729Date: Mon Jul 9 18:31:28 2007 -0500 28730 28731 board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS 28732 28733 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28734 28735commit b9307262f8a9f3b5c9e15a6067eadc17407146f6 28736Author: Jon Loeliger <jdl@freescale.com> 28737Date: Mon Jul 9 18:24:55 2007 -0500 28738 28739 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS 28740 28741 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28742 28743commit fcec2eb93e126400009729328e797f12bc94f1fd 28744Author: Jon Loeliger <jdl@freescale.com> 28745Date: Mon Jul 9 18:19:09 2007 -0500 28746 28747 board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS 28748 28749 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28750 28751commit a593814f2be0c9cdc3133cd550b167b8a988328f 28752Author: Jon Loeliger <jdl@freescale.com> 28753Date: Mon Jul 9 18:10:50 2007 -0500 28754 28755 rtc/: Remove obsolete references to CONFIG_COMMANDS 28756 28757 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28758 28759commit 67350568f9d46e66c21829f3513b3db0caeb948b 28760Author: Jon Loeliger <jdl@freescale.com> 28761Date: Mon Jul 9 18:05:38 2007 -0500 28762 28763 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS 28764 28765 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28766 28767commit 7def6b34f910f08d7ef0a14646da067719237ca2 28768Author: Jon Loeliger <jdl@freescale.com> 28769Date: Mon Jul 9 18:02:11 2007 -0500 28770 28771 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS 28772 28773 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28774 28775commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb 28776Author: Jon Loeliger <jdl@freescale.com> 28777Date: Mon Jul 9 17:56:50 2007 -0500 28778 28779 fs/: Remove obsolete references to CONFIG_COMMANDS 28780 28781 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28782 28783commit c91898bbc505aff3e12a807af88e76da18efb7ee 28784Author: Jon Loeliger <jdl@freescale.com> 28785Date: Mon Jul 9 17:46:09 2007 -0500 28786 28787 tools/: Remove obsolete references to CONFIG_COMMANDS 28788 28789 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28790 28791commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01 28792Author: Jon Loeliger <jdl@freescale.com> 28793Date: Mon Jul 9 17:45:14 2007 -0500 28794 28795 net/: Remove obsolete references to CONFIG_COMMANDS 28796 28797 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28798 28799commit cb51c0bf88f95a1bca68324b0126f8eed8b43273 28800Author: Jon Loeliger <jdl@freescale.com> 28801Date: Mon Jul 9 17:39:42 2007 -0500 28802 28803 drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS 28804 28805 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28806 28807commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b 28808Author: Jon Loeliger <jdl@freescale.com> 28809Date: Mon Jul 9 17:30:01 2007 -0500 28810 28811 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS 28812 28813 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28814 28815commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29 28816Author: Jon Loeliger <jdl@freescale.com> 28817Date: Mon Jul 9 17:22:37 2007 -0500 28818 28819 disk/: Remove obsolete references to CONFIG_COMMANDS 28820 28821 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28822 28823commit 639221c76c88215bd55af83ad174fc30d1940f8f 28824Author: Jon Loeliger <jdl@freescale.com> 28825Date: Mon Jul 9 17:15:49 2007 -0500 28826 28827 include/: Remove obsolete references to CONFIG_COMMANDS 28828 Mostly removed from comments here. 28829 28830 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28831 28832commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876 28833Author: Wolfgang Denk <wd@denx.de> 28834Date: Tue Jul 10 00:01:28 2007 +0200 28835 28836 Coding style cleanup; update CHANGELOG. 28837 28838 Signed-off-by: Wolfgang Denk <wd@denx.de> 28839 28840commit c8603cfbd4573379a6076c9c208545ba2bbf019a 28841Author: Stefan Roese <sr@denx.de> 28842Date: Mon Jul 9 11:00:24 2007 +0200 28843 28844 Small coding style cleanup 28845 28846 Signed-off-by: Stefan Roese <sr@denx.de> 28847 28848commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc 28849Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 28850Date: Mon Jul 9 10:10:08 2007 +0200 28851 28852 Migrate esd 405EP boards to new NAND subsystem 28853 28854 Remove unused CFG_NAND_LEGACY define 28855 28856 These boards to not have NAND. 28857 28858 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 28859 28860commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803 28861Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 28862Date: Mon Jul 9 10:10:06 2007 +0200 28863 28864 Migrate esd 405EP boards to new NAND subsystem 28865 28866 Migrate esd 405EP boards to new NAND subsystem 28867 28868 -cleanup 28869 -use correct io accessors (in/out_be32()) 28870 28871 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 28872 28873commit e09f7ab5749c345f924da272bea0521a73af5b11 28874Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 28875Date: Mon Jul 9 10:10:04 2007 +0200 28876 28877 Migrate esd 405EP boards to new NAND subsystem 28878 28879 This patch prepares the migration from the legacy NAND driver 28880 to U-Boot's new NAND subsystem for esd boards. 28881 28882 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 28883 28884commit c3517f919d0f61650cf3027fd4faf0f631142f6c 28885Author: Jon Loeliger <jdl@freescale.com> 28886Date: Sun Jul 8 18:10:08 2007 -0500 28887 28888 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 28889 28890 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28891 28892commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39 28893Author: Jon Loeliger <jdl@freescale.com> 28894Date: Sun Jul 8 18:05:39 2007 -0500 28895 28896 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 28897 28898 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28899 28900commit c76fe47425afc7d5d670ff0539823c85d65d9c42 28901Author: Jon Loeliger <jdl@freescale.com> 28902Date: Sun Jul 8 18:02:23 2007 -0500 28903 28904 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. 28905 28906 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28907 28908commit baa26db4113679b80970ff447d91cc10217742a6 28909Author: Jon Loeliger <jdl@freescale.com> 28910Date: Sun Jul 8 17:51:39 2007 -0500 28911 28912 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 28913 28914 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28915 28916commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd 28917Author: Jon Loeliger <jdl@freescale.com> 28918Date: Sun Jul 8 17:02:01 2007 -0500 28919 28920 Clear up confusion over the CMD_POST and POST_DIAG mess. 28921 28922 For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG 28923 when it really means just CONFIG_CMD_DIAG. There is no CMD_POST. 28924 Clear this mess up some. 28925 28926 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28927 28928commit b3631487105a57ab7cbadfc26efbaf9676275018 28929Author: Jon Loeliger <jdl@freescale.com> 28930Date: Sun Jul 8 15:45:08 2007 -0500 28931 28932 Remove references to the old cmd_confdefs.h include file. 28933 28934 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28935 28936commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6 28937Author: Jon Loeliger <jdl@freescale.com> 28938Date: Sun Jul 8 15:42:59 2007 -0500 28939 28940 include/configs: Catch some CONFIG_CMD_* conversion stragglers. 28941 28942 Use new CONFIG_CMD_* in lwmon5.h board config file. 28943 Fix CONFIG_CMD_* typo braindamage in omap1510inn.h 28944 28945 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28946 28947commit a5562901661bd428f7e5feb333f796372cb81019 28948Author: Jon Loeliger <jdl@freescale.com> 28949Date: Sun Jul 8 15:31:57 2007 -0500 28950 28951 include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files. 28952 28953 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28954 28955commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e 28956Author: Jon Loeliger <jdl@freescale.com> 28957Date: Sun Jul 8 15:02:44 2007 -0500 28958 28959 include/configs: Use new CONFIG_CMD_* in various S* named board config files. 28960 28961 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28962 28963commit e9a0f8f15c11f337967aa0600ad6e8af33037f50 28964Author: Jon Loeliger <jdl@freescale.com> 28965Date: Sun Jul 8 15:12:40 2007 -0500 28966 28967 include/configs: Use new CONFIG_CMD_* in various R* named board config files. 28968 28969 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28970 28971commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f 28972Author: Jon Loeliger <jdl@freescale.com> 28973Date: Sun Jul 8 14:55:07 2007 -0500 28974 28975 include/configs: Use new CONFIG_CMD_* in various Q* named board config files. 28976 28977 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28978 28979commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e 28980Author: Jon Loeliger <jdl@freescale.com> 28981Date: Sun Jul 8 14:49:44 2007 -0500 28982 28983 include/configs: Use new CONFIG_CMD_* in various P* named board config files. 28984 28985 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28986 28987commit e18a1061a8630cb67995fdf99afd3fb50d1b187d 28988Author: Jon Loeliger <jdl@freescale.com> 28989Date: Sun Jul 8 14:21:43 2007 -0500 28990 28991 include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files. 28992 28993 Signed-off-by: Jon Loeliger <jdl@freescale.com> 28994 28995commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2 28996Author: Jon Loeliger <jdl@freescale.com> 28997Date: Sun Jul 8 14:14:17 2007 -0500 28998 28999 include/configs: Use new CONFIG_CMD_* in various M* named board config files. 29000
29001 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29002 29003commit 348f258f24253433e4a2302a0bbceb6740a67246 29004Author: Jon Loeliger <jdl@freescale.com> 29005Date: Sun Jul 8 13:46:18 2007 -0500 29006 29007 include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files. 29008 29009 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29010 29011commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a 29012Author: Jon Loeliger <jdl@freescale.com> 29013Date: Sun Jul 8 10:09:35 2007 -0500 29014 29015 include/configs: Use new CONFIG_CMD_* in various H* named board config files. 29016 29017 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29018 29019commit 60a0876b5106b34220e459c208bbf648073306c0 29020Author: Jon Loeliger <jdl@freescale.com> 29021Date: Sat Jul 7 21:04:26 2007 -0500 29022 29023 include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files. 29024 29025 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29026 29027commit dcaa71562826a2466e894c868d132509dcda8444 29028Author: Jon Loeliger <jdl@freescale.com> 29029Date: Sat Jul 7 20:56:05 2007 -0500 29030 29031 include/configs: Use new CONFIG_CMD_* in various E* named board config files. 29032 29033 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29034 29035commit 3c3227f3c737502311b25b72084573901cbbf17d 29036Author: Jon Loeliger <jdl@freescale.com> 29037Date: Sat Jul 7 20:40:43 2007 -0500 29038 29039 include/configs: Use new CONFIG_CMD_* in various D* named board config files. 29040 29041 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29042 29043commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c 29044Author: Jon Loeliger <jdl@freescale.com> 29045Date: Thu Jul 5 19:52:35 2007 -0500 29046 29047 include/configs: Use new CONFIG_CMD_* in various C* named board config files. 29048 29049 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29050 29051commit de8b2a6e33298dcdb10bdda48db25e53c3089eba 29052Author: Jon Loeliger <jdl@freescale.com> 29053Date: Thu Jul 5 19:32:07 2007 -0500 29054 29055 include/configs: Use new CONFIG_CMD_* in various B* named board config files. 29056 29057 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29058 29059commit 498ff9a228485bd4b9f23d066bada268f9add1dd 29060Author: Jon Loeliger <jdl@freescale.com> 29061Date: Thu Jul 5 19:13:52 2007 -0500 29062 29063 include/configs: Use new CONFIG_CMD_* in various A* named board config files. 29064 29065 Since ADS860.h includes "board/fads/fads.h" with ramifications 29066 on the CONFIG_COMMAND treatment, it too has to be adjusted to 29067 exclude already configured commands in this same commit. 29068 29069 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29070 29071commit 10e038932f22ee80ebd53de312531e70e6590a2f 29072Author: Thomas Knobloch <knobloch@siemens.com> 29073Date: Fri Jul 6 14:58:39 2007 +0200 29074 29075 [NAND] Bad block skipping for command nboot 29076 29077 The old implementation of command nboot does not support reading the image from 29078 NAND flash with skipping of bad blocks. The patch implements a new version of 29079 the nboot command: by calling nboot.jffs2 from the u-boot command line the 29080 command will load the image from NAND flash with respect to bad blocks (by using 29081 nand_read_opts()). This is similar to e.g. the NAND read command: "nand 29082 read.jffs2 ...". 29083 29084 Signed-off-by: Thomas Knobloch <knobloch@siemens.com> 29085 Signed-off-by: Stefan Roese <sr@denx.de> 29086 29087commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f 29088Author: Stefan Roese <sr@denx.de> 29089Date: Fri Jul 6 12:26:51 2007 +0200 29090 29091 ppc4xx: Update lwmon5 default environment 29092 29093 Signed-off-by: Stefan Roese <sr@denx.de> 29094 29095commit 5d187430a055d62f17ca84d75e7245439d1f7e75 29096Author: Stefan Roese <sr@denx.de> 29097Date: Fri Jul 6 11:48:24 2007 +0200 29098 29099 ppc4xx: Update lwmon5 board 29100 29101 Add unlock=yes environment variable to default variables to unlock 29102 the CFI flash by default. 29103 29104 Signed-off-by: Stefan Roese <sr@denx.de> 29105 29106commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e 29107Author: Stefan Roese <sr@denx.de> 29108Date: Fri Jul 6 09:45:47 2007 +0200 29109 29110 Fix problem with get/setdcr commands introduced by cfg patches 29111 29112 Signed-off-by: Stefan Roese <sr@denx.de> 29113 29114commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f 29115Author: Wolfgang Denk <wd@denx.de> 29116Date: Fri Jul 6 02:50:19 2007 +0200 29117 29118 Code cleanup and default config update for STC GP3 SSA board. 29119 29120 Signed-off-by: Wolfgang Denk <wd@denx.de> 29121 29122commit e4dbe1b215f5c6c462e76909d240bd96472b84de 29123Author: Wolfgang Denk <wd@denx.de> 29124Date: Thu Jul 5 17:56:27 2007 +0200 29125 29126 Fixing some typos etc. introduced mainly by cfg patches. 29127 29128 Signed-off-by: Wolfgang Denk <wd@denx.de> 29129 29130commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd 29131Author: Wolfgang Denk <wd@denx.de> 29132Date: Thu Jul 5 11:12:16 2007 +0200 29133 29134 Minor coding style cleanup. Update CHANGELOG. 29135 29136commit dca3b3d6d6396b67e5e84af53452164923c73443 29137Author: Jon Loeliger <jdl@jdl.com> 29138Date: Wed Jul 4 22:33:46 2007 -0500 29139 29140 include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files. 29141 29142 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29143 29144commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7 29145Author: Jon Loeliger <jdl@jdl.com> 29146Date: Wed Jul 4 22:33:38 2007 -0500 29147 29148 include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files. 29149 29150 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29151 29152commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76 29153Author: Jon Loeliger <jdl@jdl.com> 29154Date: Wed Jul 4 22:33:30 2007 -0500 29155 29156 include/configs: Use new CONFIG_CMD_* in various s* named board config files. 29157 29158 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29159 29160commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8 29161Author: Jon Loeliger <jdl@jdl.com> 29162Date: Wed Jul 4 22:33:23 2007 -0500 29163 29164 include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files. 29165 29166 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29167 29168commit 26a34560d56a9df5bc2ae23525d9229736134757 29169Author: Jon Loeliger <jdl@jdl.com> 29170Date: Wed Jul 4 22:33:17 2007 -0500 29171 29172 include/configs: Use new CONFIG_CMD_* in various p* named board config files. 29173 29174 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29175 29176commit a5cb23092a7d31490a33d4ec871468b63babfa3c 29177Author: Jon Loeliger <jdl@jdl.com> 29178Date: Wed Jul 4 22:33:13 2007 -0500 29179 29180 include/configs: Use new CONFIG_CMD_* in various o* named board config files. 29181 29182 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29183 29184commit 929a2bfd142737003a8fc32e1b86e1f2c1850257 29185Author: Jon Loeliger <jdl@jdl.com> 29186Date: Wed Jul 4 22:33:07 2007 -0500 29187 29188 include/configs: Use new CONFIG_CMD_* in various n* named board config files. 29189 29190 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29191 29192commit 5dc11a511960d490f7f01ffd746edfe6277f99b0 29193Author: Jon Loeliger <jdl@jdl.com> 29194Date: Wed Jul 4 22:33:01 2007 -0500 29195 29196 include/configs: Use new CONFIG_CMD_* in various m* named board config files. 29197 29198 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29199 29200commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4 29201Author: Jon Loeliger <jdl@jdl.com> 29202Date: Wed Jul 4 22:32:57 2007 -0500 29203 29204 include/configs: Use new CONFIG_CMD_* in various l* named board config files. 29205 29206 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29207 29208commit bc234c129fa04fb9fa33530930e5cbc6084cd47a 29209Author: Jon Loeliger <jdl@jdl.com> 29210Date: Wed Jul 4 22:32:51 2007 -0500 29211 29212 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files. 29213 29214 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29215 29216commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31 29217Author: Jon Loeliger <jdl@jdl.com> 29218Date: Wed Jul 4 22:32:32 2007 -0500 29219 29220 include/configs: Use new CONFIG_CMD_* in various i* named board config files. 29221 29222 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29223 29224commit 48d5d102a2f2e619c92050b9aedbb69689185bc0 29225Author: Jon Loeliger <jdl@jdl.com> 29226Date: Wed Jul 4 22:32:25 2007 -0500 29227 29228 include/configs: Use new CONFIG_CMD_* in various h* named board config files. 29229 29230 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29231 29232commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36 29233Author: Jon Loeliger <jdl@jdl.com> 29234Date: Wed Jul 4 22:32:19 2007 -0500 29235 29236 include/configs: Use new CONFIG_CMD_* in various g* named board config files. 29237 29238 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29239 29240commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e 29241Author: Jon Loeliger <jdl@jdl.com> 29242Date: Wed Jul 4 22:32:10 2007 -0500 29243 29244 include/configs: Use new CONFIG_CMD_* in various e* named board config files. 29245 29246 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29247 29248commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4 29249Author: Jon Loeliger <jdl@jdl.com> 29250Date: Wed Jul 4 22:32:03 2007 -0500 29251 29252 include/configs: Use new CONFIG_CMD_* in various d* named board config files. 29253 29254 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29255 29256commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b 29257Author: Jon Loeliger <jdl@jdl.com> 29258Date: Wed Jul 4 22:31:56 2007 -0500 29259 29260 include/configs: Use new CONFIG_CMD_* in various c* named board config files. 29261 29262 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29263 29264commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264 29265Author: Jon Loeliger <jdl@jdl.com> 29266Date: Wed Jul 4 22:31:49 2007 -0500 29267 29268 include/configs: Use new CONFIG_CMD_* in various b* named board config files. 29269 29270 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29271 29272commit 0b361c916617aff79e647b40f0e43361e0bbaccf 29273Author: Jon Loeliger <jdl@jdl.com> 29274Date: Wed Jul 4 22:31:42 2007 -0500 29275 29276 include/configs: Use new CONFIG_CMD_* in various a* named board config files. 29277 29278 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29279 29280commit b730cda82e362df6a22f4c59c0a9b97e885b1014 29281Author: Jon Loeliger <jdl@jdl.com> 29282Date: Wed Jul 4 22:31:35 2007 -0500 29283 29284 include/configs: Use new CONFIG_CMD_* in mpc5xx board config files. 29285 29286 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29287 29288commit d794cfefead5fc177cf4f41164e80382e9c9484a 29289Author: Jon Loeliger <jdl@jdl.com> 29290Date: Wed Jul 4 22:31:15 2007 -0500 29291 29292 include/configs: Use new CONFIG_CMD_* in various 5200 board config files. 29293 29294 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29295 29296commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c 29297Author: Jon Loeliger <jdl@jdl.com> 29298Date: Wed Jul 4 22:31:07 2007 -0500 29299 29300 include/configs: Use new CONFIG_CMD_* in STx board config files. 29301 29302 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29303 29304commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc 29305Author: Jon Loeliger <jdl@jdl.com> 29306Date: Wed Jul 4 22:30:58 2007 -0500 29307 29308 include/configs: Use new CONFIG_CMD_* in sbc* board config files. 29309 29310 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29311 29312commit 2694690e285acaa34922f55f4b5ae030da60c55a 29313Author: Jon Loeliger <jdl@jdl.com> 29314Date: Wed Jul 4 22:30:50 2007 -0500 29315 29316 include/configs: Use new CONFIG_CMD_* in TQM board config files. 29317 29318 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29319 29320commit 1cc4c458329765b58e584a19821e796b3c10e976 29321Author: Jon Loeliger <jdl@jdl.com> 29322Date: Wed Jul 4 22:30:28 2007 -0500 29323 29324 include/configs: Use new CONFIG_CMD_* in 82xx board config files. 29325 29326 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29327 29328commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e 29329Author: Jon Loeliger <jdl@jdl.com> 29330Date: Wed Jul 4 22:30:06 2007 -0500 29331 29332 include/configs: Use new CONFIG_CMD_* in 83xx board config files. 29333 29334 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29335 29336commit b44896215a09c60fa40cae906f7ed207bbc2c492 29337Author: Sergei Poselenov <sposelenov@emcraft.com> 29338Date: Thu Jul 5 08:17:37 2007 +0200 29339 29340 Merged POST framework with the current TOT. 29341 29342 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 29343 29344commit b24629fa377214d63bb40d1360e354b6d3e4af56 29345Author: Jon Loeliger <jdl@jdl.com> 29346Date: Wed Jun 13 13:23:15 2007 -0500 29347 29348 mpc86xx: Remove old CFG_CMD_* references. 29349 29350 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29351 29352commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a 29353Author: Jon Loeliger <jdl@jdl.com> 29354Date: Wed Jun 13 13:22:54 2007 -0500 29355 29356 Add MPC8568MDS to MAKEALL 85xx target. 29357 29358 It was missing from the original port submission. 29359 29360 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29361 29362commit 2835e518c969e5124ba1174eef3e8375e12fa7d5 29363Author: Jon Loeliger <jdl@jdl.com> 29364Date: Wed Jun 13 13:22:08 2007 -0500 29365 29366 include/configs: Use new CONFIG_CMD_* in 85xx board config files. 29367 29368 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29369 29370commit 56b304ac2091689506088a9ae67f63fd6300cf16 29371Author: Jon Loeliger <jdl@jdl.com> 29372Date: Wed Jun 13 13:21:37 2007 -0500 29373 29374 Fix #if typo in CONFIG_CMD_* changes. 29375 29376 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29377 29378commit f780b83316d9af1f61d71cc88b1917b387b9b995 29379Author: Niklaus Giger <niklausgiger@gmx.ch> 29380Date: Wed Jun 27 18:11:38 2007 +0200 29381 29382 resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX 29383 29384 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com> 29385 29386commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4 29387Author: Stefan Roese <sr@denx.de> 29388Date: Wed Jul 4 10:06:30 2007 +0200 29389 29390 ppc4xx: Update lwmon5 board 29391 29392 - Add optional ECC generation routine to preserve existing 29393 RAM values. This is needed for the Linux log-buffer support 29394 - Add optional DDR2 setup with CL=4 29395 - GPIO50 not used anymore 29396 - Lime register setup added 29397 29398 Signed-off-by: Stefan Roese <sr@denx.de> 29399 29400commit 6810a34677dbc446334f5e451f1682426dd33b49 29401Author: Grant Likely <grant.likely@secretlab.ca> 29402Date: Tue Jul 3 00:17:28 2007 -0600 29403 29404 Fix Makefile to use $(MKCONFIG) macro for all board ports 29405 29406 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29407 29408commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926 29409Author: Grant Likely <grant.likely@secretlab.ca> 29410Date: Tue Jul 3 00:17:28 2007 -0600 29411 29412 Fix Makefile to use $(MKCONFIG) macro for all board ports 29413 29414 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29415 29416commit 057004f4a4863554d56cc56268bfa7c7d9738e27 29417Author: Grant Likely <grant.likely@secretlab.ca> 29418Date: Tue Jul 3 00:34:49 2007 -0600 29419 29420 Correct fixup relocation for mpc83xx 29421 29422 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29423 29424commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96 29425Author: Grant Likely <grant.likely@secretlab.ca> 29426Date: Tue Jul 3 00:34:44 2007 -0600 29427 29428 Correct fixup relocation for mpc8260 29429 29430 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29431 29432commit f3a52fe05923935db86985daf9438e2f70ac39aa 29433Author: Grant Likely <grant.likely@secretlab.ca> 29434Date: Tue Jul 3 00:34:39 2007 -0600 29435 29436 Correct fixup relocation for mpc824x 29437 29438 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29439 29440commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00 29441Author: Grant Likely <grant.likely@secretlab.ca> 29442Date: Tue Jul 3 00:34:34 2007 -0600 29443 29444 Correct fixup relocation for mpc8220 29445 29446 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29447 29448commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90 29449Author: Grant Likely <grant.likely@secretlab.ca> 29450Date: Tue Jul 3 00:34:29 2007 -0600 29451 29452 Correct fixup relocation for MPC5xxx 29453 29454 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29455 29456commit 3649cd99ba815b6601868735765602f00ef3692b 29457Author: Grant Likely <grant.likely@secretlab.ca> 29458Date: Tue Jul 3 00:34:24 2007 -0600 29459 29460 Correct relocation fixup for mpc5xx 29461 29462 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29463 29464commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325 29465Author: Grant Likely <grant.likely@secretlab.ca> 29466Date: Tue Jul 3 00:34:19 2007 -0600 29467 29468 Don't set gd->reloc_off if relocation of .fixup works correctly 29469 29470 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29471 29472commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28 29473Author: Grant Likely <grant.likely@secretlab.ca> 29474Date: Tue Jul 3 00:34:14 2007 -0600 29475 29476 Remove obsolete mpc83xx linker scripts 29477 29478 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29479 29480commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b 29481Author: Grant Likely <grant.likely@secretlab.ca> 29482Date: Tue Jul 3 00:34:09 2007 -0600 29483 29484 Consolidate mpc8260 linker scripts 29485 29486 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29487 29488commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0 29489Author: Grant Likely <grant.likely@secretlab.ca> 29490Date: Tue Jul 3 00:34:04 2007 -0600 29491 29492 Remove obsolete mpc824x linker scripts 29493 29494 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29495 29496commit f94a3aecebc40ca0939c7d66d010009cf51be9e2 29497Author: Grant Likely <grant.likely@secretlab.ca> 29498Date: Tue Jul 3 00:33:59 2007 -0600 29499 29500 Remove obsolete mpc824x linker scripts (3 of 4) 29501 29502 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29503 29504commit a71c084f3ac7fedf144537db2b2da47323068833 29505Author: Grant Likely <grant.likely@secretlab.ca> 29506Date: Tue Jul 3 00:33:53 2007 -0600 29507 29508 Remove obsolete mpc824x linker scripts (2 of 4) 29509 29510 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29511 29512commit f670a15468d1365241d40022b9408e1004181f5e 29513Author: Grant Likely <grant.likely@secretlab.ca> 29514Date: Tue Jul 3 00:33:48 2007 -0600 29515 29516 Remove obsolete mpc824x linker scripts (1 of 4) 29517 29518 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29519 29520commit 09555bd45a04c0e54f172528d21bc18896550d28 29521Author: Grant Likely <grant.likely@secretlab.ca> 29522Date: Tue Jul 3 00:33:43 2007 -0600 29523 29524 Remove obsolete mpc8220 linker scripts 29525 29526 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29527 29528commit 5efb992f046e51225c93d52f80fecbe433abd789 29529Author: Grant Likely <grant.likely@secretlab.ca> 29530Date: Tue Jul 3 00:33:38 2007 -0600 29531 29532 Remove obsolete mpc5xxx linker scripts (3 of 3) 29533 29534 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29535 29536commit 07c13dfef65b31647e69d8b61daa1eec598add1a 29537Author: Grant Likely <grant.likely@secretlab.ca> 29538Date: Tue Jul 3 00:33:33 2007 -0600 29539 29540 Remove obsolete mpc5xxx linker scripts (2 of 3) 29541 29542 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29543 29544commit b4f67513a624ce85866c66c575bd2d9d7977d7f0 29545Author: Grant Likely <grant.likely@secretlab.ca> 29546Date: Tue Jul 3 00:33:28 2007 -0600 29547 29548 Remove obsolete mpc5xxx linker scripts (1 of 3) 29549 29550 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29551 29552commit b7d8e05f8675249b5f208aa73babeed384a4519d 29553Author: Grant Likely <grant.likely@secretlab.ca> 29554Date: Tue Jul 3 00:33:23 2007 -0600 29555 29556 Remove obsolete mpc5xx linker scripts 29557 29558 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29559 29560commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7 29561Author: Grant Likely <grant.likely@secretlab.ca> 29562Date: Tue Jul 3 00:33:18 2007 -0600 29563 29564 Consolidate mpc83xx linker scripts 29565 29566 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29567 29568commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365 29569Author: Grant Likely <grant.likely@secretlab.ca> 29570Date: Tue Jul 3 00:33:13 2007 -0600 29571 29572 Consolidate mpc8260 linker scripts 29573 29574 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29575 29576commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207 29577Author: Grant Likely <grant.likely@secretlab.ca> 29578Date: Tue Jul 3 00:33:08 2007 -0600 29579 29580 Consolidate mpc824x linker scripts 29581 29582 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29583 29584commit 9c757b789a59a855db57b448dd825329c4e9c4a0 29585Author: Grant Likely <grant.likely@secretlab.ca> 29586Date: Tue Jul 3 00:33:03 2007 -0600 29587 29588 Consolidate mpc8220 linker scripts 29589 29590 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29591 29592commit d181c9a15cd41863fe24840d17848429f27d3c8c 29593Author: Grant Likely <grant.likely@secretlab.ca> 29594Date: Tue Jul 3 00:32:58 2007 -0600 29595 29596 Consolidate mpc5xxx linker scripts 29597 29598 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29599 29600commit 287ac924adb7291bebe5086652a362a30ab28b13 29601Author: Grant Likely <grant.likely@secretlab.ca> 29602Date: Tue Jul 3 00:32:53 2007 -0600 29603 29604 Consolidate mpc5xx linker scripts 29605 29606 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 29607 29608commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd 29609Author: Wolfgang Denk <wd@denx.de> 29610Date: Wed Jul 4 00:43:53 2007 +0200 29611 29612 Fix a few file permission problems. 29613 29614 Signed-off-by: Wolfgang Denk <wd@denx.de> 29615 29616commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c 29617Author: Wolfgang Denk <wd@denx.de> 29618Date: Wed Jul 4 00:38:38 2007 +0200 29619 29620 Minor coding style cleanup. Rebuild CHANGELOG file. 29621 29622commit 2f9c19e496acb6bb50d9299e1aab377625d48c38 29623Author: Jon Loeliger <jdl@jdl.com> 29624Date: Mon Jun 11 19:03:44 2007 -0500 29625 29626 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style. 29627 29628 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29629 29630commit 602ad3b33d9ceef83dbab46be68646d645d637ee 29631Author: Jon Loeliger <jdl@jdl.com> 29632Date: Mon Jun 11 19:03:39 2007 -0500 29633 29634 README: Rewrite command line config to use CONFIG_CMD_* names. 29635 29636 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29637 29638commit 72a074cec68e5bad60d63206c050974e08afd804 29639Author: Jon Loeliger <jdl@jdl.com> 29640Date: Mon Jun 11 19:03:34 2007 -0500 29641 29642 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29643 29644 This is a compatibility step that allows both the older form 29645 and the new form to co-exist for a while until the older can 29646 be removed entirely. 29647 29648 All transformations are of the form: 29649 Before: 29650 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29651 After: 29652 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29653 29654 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29655 29656commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b 29657Author: Jon Loeliger <jdl@jdl.com> 29658Date: Mon Jun 11 19:03:28 2007 -0500 29659 29660 tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29661 29662 This is a compatibility step that allows both the older form 29663 and the new form to co-exist for a while until the older can 29664 be removed entirely. 29665 29666 All transformations are of the form: 29667 Before: 29668 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29669 After: 29670 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29671 29672 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29673 29674commit 9107ebe0d352420895ab69b715697bdebc8caf50 29675Author: Jon Loeliger <jdl@jdl.com> 29676Date: Mon Jun 11 19:03:23 2007 -0500 29677 29678 board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29679 29680 This is a compatibility step that allows both the older form 29681 and the new form to co-exist for a while until the older can 29682 be removed entirely. 29683 29684 All transformations are of the form: 29685 Before: 29686 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29687 After: 29688 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29689 29690 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29691 29692commit 5e378003d592ea828ec69d6defcd4de79096dd5c 29693Author: Jon Loeliger <jdl@jdl.com> 29694Date: Mon Jun 11 19:03:19 2007 -0500 29695 29696 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29697 29698 This is a compatibility step that allows both the older form 29699 and the new form to co-exist for a while until the older can 29700 be removed entirely. 29701 29702 All transformations are of the form: 29703 Before: 29704 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29705 After: 29706 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29707 29708 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29709 29710commit 737184114ec9c9e0ab94d6713536126073bd2472 29711Author: Jon Loeliger <jdl@jdl.com> 29712Date: Mon Jun 11 19:03:15 2007 -0500 29713 29714 cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29715 29716 This is a compatibility step that allows both the older form 29717 and the new form to co-exist for a while until the older can 29718 be removed entirely. 29719 29720 All transformations are of the form: 29721 Before: 29722 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29723 After: 29724 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29725 29726 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29727 29728commit f48070fe5fe440dfb5ee5268c920de70e48ea327 29729Author: Jon Loeliger <jdl@jdl.com> 29730Date: Mon Jun 11 19:03:08 2007 -0500 29731 29732 cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29733 29734 This is a compatibility step that allows both the older form 29735 and the new form to co-exist for a while until the older can 29736 be removed entirely. 29737 29738 All transformations are of the form: 29739 Before: 29740 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29741 After: 29742 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29743 29744 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29745 29746commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2 29747Author: Jon Loeliger <jdl@jdl.com> 29748Date: Mon Jun 11 19:03:03 2007 -0500 29749 29750 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29751 29752 This is a compatibility step that allows both the older form 29753 and the new form to co-exist for a while until the older can 29754 be removed entirely. 29755 29756 All transformations are of the form: 29757 Before: 29758 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29759 After: 29760 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29761 29762 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29763 29764commit 73f032021ec5f13cda8faa4e34b6de80960eb86f 29765Author: Jon Loeliger <jdl@jdl.com> 29766Date: Mon Jun 11 19:02:58 2007 -0500 29767 29768 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29769 29770 This is a compatibility step that allows both the older form 29771 and the new form to co-exist for a while until the older can 29772 be removed entirely. 29773 29774 All transformations are of the form: 29775 Before: 29776 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29777 After: 29778 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29779 29780 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29781 29782commit 98b79003c21c2578206003256de4e781d6b36ca8 29783Author: Jon Loeliger <jdl@jdl.com> 29784Date: Mon Jun 11 19:02:53 2007 -0500 29785 29786 rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29787 29788 This is a compatibility step that allows both the older form 29789 and the new form to co-exist for a while until the older can 29790 be removed entirely. 29791 29792 All transformations are of the form: 29793 Before: 29794 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29795 After: 29796 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29797 29798 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29799 29800commit 6e2115acb6a892d53a6881bf253ae41d3df39156 29801Author: Jon Loeliger <jdl@jdl.com> 29802Date: Mon Jun 11 19:02:49 2007 -0500 29803 29804 net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29805 29806 This is a compatibility step that allows both the older form 29807 and the new form to co-exist for a while until the older can 29808 be removed entirely. 29809 29810 All transformations are of the form: 29811 Before: 29812 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29813 After: 29814 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29815 29816 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29817 29818commit 45cdb9b72c94655c7308b464a2666057c0b286e0 29819Author: Jon Loeliger <jdl@jdl.com> 29820Date: Mon Jun 11 19:02:34 2007 -0500 29821 29822 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29823 29824 This is a compatibility step that allows both the older form 29825 and the new form to co-exist for a while until the older can 29826 be removed entirely. 29827 29828 All transformations are of the form: 29829 Before: 29830 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29831 After: 29832 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29833 29834 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29835 29836commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a 29837Author: Jon Loeliger <jdl@jdl.com> 29838Date: Mon Jun 11 19:02:20 2007 -0500 29839 29840 fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29841 29842 This is a compatibility step that allows both the older form 29843 and the new form to co-exist for a while until the older can 29844 be removed entirely. 29845 29846 All transformations are of the form: 29847 Before: 29848 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29849 After: 29850 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29851 29852 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29853 29854commit d5be43de93ff905c465e509d45a3164ef48d26e7 29855Author: Jon Loeliger <jdl@jdl.com> 29856Date: Mon Jun 11 19:02:10 2007 -0500 29857 29858 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29859 29860 This is a compatibility step that allows both the older form 29861 and the new form to co-exist for a while until the older can 29862 be removed entirely. 29863 29864 All transformations are of the form: 29865 Before: 29866 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29867 After: 29868 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29869 29870 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29871 29872commit b453960d4fdb87b3970d96119b90df2ed024fc4a 29873Author: Jon Loeliger <jdl@jdl.com> 29874Date: Mon Jun 11 19:02:05 2007 -0500 29875 29876 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29877 29878 This is a compatibility step that allows both the older form 29879 and the new form to co-exist for a while until the older can 29880 be removed entirely. 29881 29882 All transformations are of the form: 29883 Before: 29884 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29885 After: 29886 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29887 29888 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29889 29890commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0 29891Author: Jon Loeliger <jdl@jdl.com> 29892Date: Mon Jun 11 19:01:54 2007 -0500 29893 29894 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29895 29896 This is a compatibility step that allows both the older form 29897 and the new form to co-exist for a while until the older can 29898 be removed entirely. 29899 29900 All transformations are of the form: 29901 Before: 29902 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29903 After: 29904 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29905 29906 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29907 29908commit a76adc8142c1d956385a109e0b70f9319ede4d66 29909Author: Jon Loeliger <jdl@jdl.com> 29910Date: Mon Jun 11 19:01:43 2007 -0500 29911 29912 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 29913 29914 This is a compatibility step that allows both the older form 29915 and the new form to co-exist for a while until the older can 29916 be removed entirely. 29917 29918 All transformations are of the form: 29919 Before: 29920 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 29921 After: 29922 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 29923 29924 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29925 29926commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1 29927Author: Jon Loeliger <jdl@jdl.com> 29928Date: Mon Jun 11 19:01:34 2007 -0500 29929 29930 Introduce initial versions of new Command Config files. 29931 29932 Derive three new files from cmd_confdefs.h: 29933 config_bootp.h - Has BOOTP related config options, not commands 29934 config_cmd_all.h - Has a CONFIG_CMD_* definition for every command 29935 config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds. 29936 29937 For now, include "config_bootp.h" for compatability until all 29938 users of it directly include it properly. 29939 29940 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29941 29942commit 1f2a05898658900dc5717761e27abf2052e67e13 29943Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in> 29944Date: Sat Jun 30 18:50:48 2007 +0200 29945 29946 Fix S-ATA support. 29947 29948 Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in> 29949 29950commit a5d71e290f3673269be8eefb4ec44f53412f9461 29951Author: Heiko Schocher <hs@pollux.denx.de> 29952Date: Mon Jun 25 19:11:37 2007 +0200 29953 29954 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG 29955 29956 Signed-off-by: Heiko Schocher <hs@denx.de> 29957 29958commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b 29959Author: Niklaus Giger <niklaus.giger@nestal.com> 29960Date: Mon Jun 25 17:03:13 2007 +0200 29961 29962 ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt 29963 29964 This patch prints the DDR status registers upon machine check 29965 interrupt on the 440EPx/GRx. This can be useful especially when 29966 ECC support is enabled. 29967 29968 I added some small changes to the original patch from Niklaus to 29969 make it compile clean. 29970 29971 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com> 29972 Signed-off-by: Stefan Roese <sr@denx.de> 29973 29974commit 807018fb7faceb429ce0cb47baa2073746b33a4e 29975Author: Niklaus Giger <niklaus.giger@nestal.com> 29976Date: Mon Jun 25 16:50:55 2007 +0200 29977 29978 ppc4xx: Fix O=buildir builds 29979 29980 This patch fixes the problem to assemble cpu/ppc4xx/start.S 29981 experienced last week where building failed having specified 29982 O=../build.sequoia. 29983 29984 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com> 29985 29986commit 466fff1a7bb5fe764a06450626f6098219f446b8 29987Author: Stefan Roese <sr@denx.de> 29988Date: Mon Jun 25 15:57:39 2007 +0200 29989 29990 ppc4xx: Add pci_pre_init() for 405 boards 29991 29992 This patch removes the CFG_PCI_PRE_INIT option completely, since 29993 it's not needed anymore with the patch from Matthias Fuchs with 29994 the "weak" pci_pre_init() implementation. 29995 29996 Signed-off-by: Stefan Roese <sr@denx.de> 29997 29998commit 6f35c53166213c24a5a0e2390ed861136ff73870 29999Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30000Date: Sun Jun 24 17:41:21 2007 +0200
30001 30002 ppc4xx: Maintenance patch for esd's CPCI405 derivats 30003 30004 -add pci_pre_init() for pci interrupt fixup code 30005 -disable phy sleep mode via reset_phy() function 30006 -use correct io accessors 30007 -cleanup 30008 30009 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30010 30011commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8 30012Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30013Date: Sun Jun 24 17:23:41 2007 +0200 30014 30015 ppc4xx: Add pci_pre_init() for 405 boards 30016 30017 This patch adds support for calling a plattform dependant 30018 pci_pre_init() function for 405 boards. This can be used to 30019 move the current pci_405gp_fixup_irq() function into the 30020 board code. 30021 30022 This patch also makes the CFG_PCI_PRE_INIT define obsolete. 30023 A default function with 'weak' attribute is used when 30024 a board specific pci_pre_init() is not implemented. 30025 30026 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30027 30028commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb 30029Author: Wolfgang Denk <wd@denx.de> 30030Date: Fri Jun 22 23:59:00 2007 +0200 30031 30032 Coding stylke cleanup; rebuild CHANGELOG 30033 30034commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9 30035Author: Igor Lisitsin <igor@emcraft.com> 30036Date: Wed Apr 18 14:55:19 2007 +0400 30037 30038 Adapt log buffer code to support Linux 2.6 30039 30040 A new environment variable, "logversion", selects the log buffer 30041 behaviour. If it is not set or set to a value other than 2, then the 30042 old, Linux 2.4.4, behaviour is selected. 30043 30044 Signed-off-by: Igor Lisitsin <igor@emcraft.com> 30045 -- 30046 30047commit a11e06965ec91270c51853407ff1261d3c740386 30048Author: Igor Lisitsin <igor@emcraft.com> 30049Date: Wed Mar 28 19:06:19 2007 +0400 30050 30051 Extend POST support for PPC440 30052 30053 Added memory, CPU, UART, I2C and SPR POST tests for PPC440. 30054 30055 Signed-off-by: Igor Lisitsin <igor@emcraft.com> 30056 -- 30057 30058commit 566a494f592ae3b3c0785d90d4e1ba45574880c4 30059Author: Heiko Schocher <hs@pollux.denx.de> 30060Date: Fri Jun 22 19:11:54 2007 +0200 30061 30062 [PCS440EP] upgrade the PCS440EP board: 30063 - Show on the Status LEDs, some States of the board. 30064 - Get the MAC addresses from the EEProm 30065 - use PREBOOT 30066 - use the CF on the board. 30067 - check the U-Boot image in the Flash with a SHA1 30068 checksum. 30069 - use dynamic TLB entries generation for the SDRAM 30070 30071 Signed-off-by: Heiko Schocher <hs@denx.de> 30072 30073commit 3a1f5c81b0b9557817a789bece839905581c2205 30074Author: Stefan Roese <sr@denx.de> 30075Date: Fri Jun 22 16:58:40 2007 +0200 30076 30077 ppc4xx: Fix problem with extended program_tlb() funtion 30078 30079 The recently extended program_tlb() function had a problem when 30080 multiple TLB's had to be setup (for example with 512MB of SDRAM). The 30081 virtual address was not incremented. This patch fixes this issue 30082 and is tested on Katmai with 512MB SDRAM. 30083 30084 Signed-off-by: Stefan Roese <sr@denx.de> 30085 30086commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f 30087Author: Rafal Jaworowski <raj@semihalf.com> 30088Date: Fri Jun 22 14:58:04 2007 +0200 30089 30090 [ppc] Fix build breakage for all non-4xx PowerPC variants. 30091 30092 - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros 30093 - minor 4xx cleanup 30094 30095commit d677b32855f577ae2690dcd64a172cdd706e0ffc 30096Author: Mike Frysinger <vapier@gentoo.org> 30097Date: Fri Jun 22 10:34:12 2007 +0200 30098 30099 [patch] add nand_init() prototype to nand.h 30100 30101 since nand_init() is expected to be called by other parts of u-boot, there 30102 should be a prototype for it in nand.h 30103 30104 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 30105 Signed-off-by: Stefan Roese <sr@denx.de> 30106 30107commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b 30108Author: Wolfgang Denk <wd@denx.de> 30109Date: Wed Jun 20 18:14:24 2007 +0200 30110 30111 Coding style cleanup. Refresh CHANGELOG. 30112 30113commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024 30114Author: Stefan Roese <sr@denx.de> 30115Date: Tue Jun 19 17:22:44 2007 +0200 30116 30117 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board 30118 30119 This patch adds a board command to configure the I2C bootstrap EEPROM 30120 values. Right now 533 and 667MHz are supported for booting either via NOR 30121 or NAND FLASH. Here the usage: 30122 30123 => bootstrap 533 nor ;to configure the board for 533MHz NOR booting 30124 => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting 30125 30126 Signed-off-by: Stefan Roese <sr@denx.de> 30127 30128commit df8a24cdd30151505cf57bbee5289e91bf53bd1b 30129Author: Stefan Roese <sr@denx.de> 30130Date: Tue Jun 19 16:42:31 2007 +0200 30131 30132 [ppc4xx] Fix problem with NAND booting on AMCC Acadia 30133 30134 The latest changes showed a problem with the location of the NAND-SPL 30135 image in the OCM and the init-data area (incl. cache). This patch 30136 fixes this problem. 30137 30138 Signed-off-by: Stefan Roese <sr@denx.de> 30139 30140commit 86ba99e34194394052d24c04dc40d1263d29a26f 30141Author: Stefan Roese <sr@denx.de> 30142Date: Tue Jun 19 16:40:58 2007 +0200 30143 30144 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c 30145 30146 Signed-off-by: Stefan Roese <sr@denx.de> 30147 30148commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658 30149Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 30150Date: Mon Jun 18 13:50:13 2007 -0500 30151 30152 Added M5329AFEE and M5329BFEE Platforms 30153 30154 Added board/freescale/m5329evb, cpu/mcf532x, drivers/net, 30155 drivers/serial, immap_5329.h, m5329.h, mcfrtc.h, 30156 include/configs/M5329EVB.h, lib_m68k/interrupts.c, and 30157 rtc/mcfrtc.c 30158 30159 Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c, 30160 common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h, 30161 include/asm-m68k/io.h, include/asm-m68k/mcftimer.h, 30162 include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h, 30163 include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c, 30164 lib_m68k/time.c, net/eth.c and rtc/Makefile 30165 30166 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 30167 30168commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27 30169Author: Michal Simek <monstr@monstr.eu> 30170Date: Sun Jun 17 19:04:11 2007 +0200 30171 30172 [fix] email reparation 30173 30174commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc 30175Author: Michal Simek <monstr@monstr.eu> 30176Date: Sun Jun 17 19:03:21 2007 +0200 30177 30178 [FIX] fix microblaze file permitission 30179 30180commit e73846b7cf1e29ae635bf9bb5570269663df2ee5 30181Author: Stefan Roese <sr@denx.de> 30182Date: Fri Jun 15 11:33:41 2007 +0200 30183 30184 [ppc4xx] Change lwmon5 port to work with recent 440 exception rework 30185 30186 Now CONFIG_440 has to be defined in all PPC440 board config files. 30187 30188 Signed-off-by: Stefan Roese <sr@denx.de> 30189 30190commit efa35cf12d914d4caba942acd5a6c45f217de302 30191Author: Grzegorz Bernacki <gjb@semihalf.com> 30192Date: Fri Jun 15 11:19:28 2007 +0200 30193 30194 ppc4xx: Clean up 440 exceptions handling 30195 30196 - Introduced dedicated switches for building 440 and 405 images required 30197 for 440-specific machine instructions like 'rfmci' etc. 30198 30199 - Exception vectors moved to the proper location (_start moved away from 30200 the critical exception handler space, which it occupied) 30201 30202 - CriticalInput now serviced (with default handler) 30203 30204 - MachineCheck properly serviced (added a dedicated handler and return 30205 subroutine) 30206 30207 - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused, 30208 unhandled and those not relevant for 4xx were eliminated) 30209 30210 - Eliminated Linux leftovers, removed dead code 30211 30212 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 30213 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 30214 Signed-off-by: Stefan Roese <sr@denx.de> 30215 30216commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2 30217Author: Stefan Roese <sr@denx.de> 30218Date: Fri Jun 15 08:18:01 2007 +0200 30219 30220 [ppc4xx] Add initial lwmon5 board support 30221 30222 This patch adds initial support for the Liebherr lwmon5 board euqipped 30223 with an AMCC 440EPx PowerPC. 30224 30225 Signed-off-by: Stefan Roese <sr@denx.de> 30226 30227commit 85f737376d5ff3d5f0d45a8b657686326d175307 30228Author: Stefan Roese <sr@denx.de> 30229Date: Fri Jun 15 07:39:43 2007 +0200 30230 30231 [ppc4xx] Extend 44x GPIO setup with default output state 30232 30233 The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup 30234 is extended with the default GPIO output state (level). 30235 30236 Signed-off-by: Stefan Roese <sr@denx.de> 30237 30238commit dbca208518e5e7f01a6420588d1cd6e60db74c2b 30239Author: Stefan Roese <sr@denx.de> 30240Date: Thu Jun 14 11:14:32 2007 +0200 30241 30242 [ppc4xx] Extend program_tlb() with virtual & physical addresses 30243 30244 Now program_tlb() allows to program a TLB (or multiple) with 30245 different virtual and physical addresses. With this change, now one 30246 physical region (e.g. SDRAM) can be mapped 2 times, once with caches 30247 diabled and once with caches enabled. 30248 30249 Signed-off-by: Stefan Roese <sr@denx.de> 30250 30251commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88 30252Author: Detlev Zundel <dzu@denx.de> 30253Date: Wed May 23 19:02:41 2007 +0200 30254 30255 Change 'repeatable' attribute of some commands to sensible values. 30256 30257 Most prominently this changes 'erase' to be non-repeatable. 30258 30259 Signed-off-by: Detlev Zundel <dzu@denx.de> 30260 30261commit 5afb202093f6a001797db92cf695b93a70ea9ab4 30262Author: Detlev Zundel <dzu@denx.de> 30263Date: Wed May 23 18:47:48 2007 +0200 30264 30265 Fix 'run' not to continue after interrupted command 30266 30267 Signed-off-by: Detlev Zundel <dzu@denx.de> 30268 30269commit 9b7464a2c88614e1061f509c48930a3d240d1a35 30270Author: Jason Jin <Jason.jin@freescale.com> 30271Date: Mon Jun 11 15:14:24 2007 +0200 30272 30273 USB: This patch fix readl in ohci swap reg access. 30274 30275 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 30276 30277commit 8f8416fada9faf94b9a92f21fe6000643cb521d5 30278Author: Bartlomiej Sieka <tur@semihalf.com> 30279Date: Fri Jun 8 14:52:22 2007 +0200 30280 30281 TQM5200: Add Flat Device Tree support, update default env. accordingly. 30282 30283 Signed-off-by: Jan Wrobel <wrr@semihalf.com> 30284 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30285 30286commit 9045f33c023f698660a2e45d1b2194c0711abebc 30287Author: Wolfgang Denk <wd@denx.de> 30288Date: Fri Jun 8 10:24:58 2007 +0200 30289 30290 Fix config problems on SC3 board; make ide_reset_timeout work. 30291 30292commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b 30293Author: Benoît Monin <bmonin@adeneo.eu> 30294Date: Fri Jun 8 09:55:24 2007 +0200 30295 30296 [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE 30297 30298 Set the correct value in GPIOx_TCR when configuring the gpio 30299 with CFG_440_GPIO_TABLE. 30300 30301 Signed-off-by: Benoit Monin <bmonin@adeneo.eu> 30302 Signed-off-by: Stefan Roese <sr@denx.de> 30303 30304commit f539edc076cfe52bff919dd512ba8d7af0e22092 30305Author: Vadim Bendebury <vbendeb@google.com> 30306Date: Thu May 24 15:52:25 2007 -0700 30307 30308 cosmetic changes to bcm570x driver 30309 30310 This is a cosmetic only changes submission. 30311 It affects files relevant to bcm570x driver. 30312 the commands used to generate this change was 30313 30314 cd drivers 30315 Lindent -pcs -l80 bcm570x.c bcm570x_lm.h bcm570x_mm.h tigon3.c tigon3.h 30316 30317 The BMW target (the only one using this chip so far) builds cleanly, the 30318 `before and after' generated object files for drivers/bcm570x.c and 30319 drivers/tigon3.o are identical as reported by objdump -d 30320 30321 Signed-off-by: Vadim Bendebury <vbendeb@google.com> 30322 Signed-off-by: Ben Warren <bwarren@qstreams.com> 30323 30324commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7 30325Author: Wolfgang Denk <wd@denx.de> 30326Date: Wed Jun 6 16:26:56 2007 +0200 30327 30328 Coding Style cleanup; generate new CHANGELOG file. 30329 30330 Signed-off-by: Wolfgang Denk <wd@denx.de> 30331 30332commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243 30333Author: Markus Klotzbuecher <mk@denx.de> 30334Date: Wed Jun 6 11:49:44 2007 +0200 30335 30336 TRAB, USB: update trab board configuration for use of generic ohci driver 30337 30338commit dace45acd1c1357daa9322099d07c9a9e08b0024 30339Author: Markus Klotzbuecher <mk@denx.de> 30340Date: Wed Jun 6 11:49:43 2007 +0200 30341 30342 USB: ohci fixes and cleanup for ppc4xx and yosemite board. 30343 30344commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df 30345Author: Markus Klotzbuecher <mk@denx.de> 30346Date: Wed Jun 6 11:49:43 2007 +0200 30347 30348 USB: ohci fixes and cleanup for mpc5xxx and IceCube board config 30349 30350commit fc43be478f2aa37ce38acd85355038866e4162af 30351Author: Markus Klotzbuecher <mk@denx.de> 30352Date: Wed Jun 6 11:49:35 2007 +0200 30353 30354 USB/OHCI: endianness cleanup in the generic ohci driver 30355 30356commit c440bfe6d6d92d66478a7e84402b31f48413617b 30357Author: Stefan Roese <sr@denx.de> 30358Date: Wed Jun 6 11:42:13 2007 +0200 30359 30360 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board 30361 30362 This patch adds NAND booting support for the AMCC Acadia eval board. 30363 30364 Please make sure to configure jumper J7 to position 2-3 when booting 30365 from NOR, and to position 1-2 when booting for NAND. 30366 30367 I also added a board command to configure the I2C bootstrap EEPROM 30368 values. Right now only 267MHz is support for booting either via NOR 30369 or NAND FLASH. Here the usage: 30370 30371 => bootstrap 267 nor ;to configure the board for 267MHz NOR booting 30372 => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting 30373 30374 Signed-off-by: Stefan Roese <sr@denx.de> 30375 30376commit 18135125f909948b85d1d6881ab4ac0efb4a1c58 30377Author: Rodolfo Giometti <giometti@linux.it> 30378Date: Wed Jun 6 10:08:14 2007 +0200 30379 30380 Files include/linux/byteorder/{big,little}_endian.h define 30381 __BIG_ENDIAN and __LITTLE_ENDIAN. 30382 30383 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 30384 30385commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82 30386Author: Zhang Wei <wei.zhang@freescale.com> 30387Date: Wed Jun 6 10:08:14 2007 +0200 30388 30389 Add USB PCI-OHCI, USB keyboard and event poll support to the 30390 MPC8641HPCN board config file. 30391 30392 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 30393 30394commit 4dae14ce8fbdf380017dc54f172218e7d2acc889 30395Author: Zhang Wei <wei.zhang@freescale.com> 30396Date: Wed Jun 6 10:08:14 2007 +0200 30397 30398 USB PCI-OHCI, interrupt pipe and usb event poll support 30399 30400 This patch added USB PCI-OHCI chips support, interrupt pipe support 30401 and usb event poll support. For supporting the USB interrupt pipe, the 30402 globe urb_priv is moved to purb in ed struct. Now, we can process 30403 several urbs at one time. The interrupt pipe support codes are ported 30404 from Linux kernel 2.4. 30405 30406 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 30407 30408commit fdcfaa1b02268b2899e374b35adf936c911a47eb 30409Author: Zhang Wei <wei.zhang@freescale.com> 30410Date: Wed Jun 6 10:08:13 2007 +0200 30411 30412 USB event poll support 30413 30414 This patch adds USB event poll support, which could be used in usbkbd 30415 and other usb devices driver when the asynchronous interrupt 30416 processing is supported. 30417 30418 Signed-off-by: Zhang Wei <wei.zhang@freescale.com 30419 30420commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e 30421Author: Rodolfo Giometti <giometti@linux.it> 30422Date: Wed Jun 6 10:08:12 2007 +0200 30423 30424 ISP116x: delay for crappy USB keys 30425 30426 Using some (very) slow USB keys cause the USB host controller buffers 30427 are not ready to be read by the CPU so we need an extra delay before 30428 reading the USB storage data. 30429 30430 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 30431 30432commit 09444143670c9c2243cb7aba9f70b3713d33bed1 30433Author: Markus Klotzbuecher <mk@denx.de> 30434Date: Wed Jun 6 10:08:12 2007 +0200 30435 30436 Change duplicate usb_cpu_init_fail to usb_board_init_fail 30437 30438 Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing 30439 this out. 30440 30441 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 30442 30443commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e 30444Author: Ed Swarthout <Ed.Swarthout@freescale.com> 30445Date: Tue Jun 5 12:30:52 2007 -0500 30446 30447 mpc8641 image size cleanup 30448 30449 e600 does not have a bootpg restriction. 30450 Move the version string to beginning of image at fff00000. 30451 Resetvec.S is not needed. 30452 Update flash copy instructions. 30453 Add tftpflash env variable 30454 30455 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 30456 Signed-off-by: Jon Loeliger <jdl@freescale.com> 30457 30458commit e3cbe1f93c5722f8ebbad468e30c069a2b511097 30459Author: Benoît Monin <bmonin@adeneo.eu> 30460Date: Mon Jun 4 08:36:05 2007 +0200 30461 30462 [PATCH] Fix ppc4xx bootstrap letter displayed on startup 30463 30464 The attached patch is mainly cosmetic, allowing u-boot to 30465 display the correct bootstrap option letter according to the 30466 datasheets. 30467 30468 The original patch was extended with 405EZ support by Stefan 30469 Roese. 30470 30471 Signed-off-by: Benoit Monin <bmonin@adeneo.eu> 30472 Signed-off-by: Stefan Roese <sr@denx.de> 30473 30474commit 5b1313fb2758ffce8b624457f777d8cc6709608d 30475Author: Nikita V. Youshchenko <yoush@debian.org> 30476Date: Wed May 23 12:45:19 2007 +0400 30477 30478 fix compilation problem for mpc8349itx CFG_RAMBOOT 30479 30480 Current include/configs/MPC8349ITX.h does contain some support for building 30481 image that will be started from memory (without putting in into flash). 30482 It could be triggered by building with TEXT_BASE set to a low value. 30483 30484 However, this support is incomplete: using of low TEXT_BASE causes 30485 defining configuration macros in inconsistent way, which later leads 30486 to compilation errors. In particular. flash support is being disabled, 30487 but then flash structures get referenced. 30488 30489 This patch fixes this, making it possible to build with low TEXT_BASE. 30490 30491 Signed-Off-By: Nikita Youshchenko <yoush@debian.org> 30492 30493 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30494 30495commit 8a364f0970de49949d635e60accf463c6443ef8c 30496Author: Nikita V. Youshchenko <yoush@debian.org> 30497Date: Wed May 23 12:45:25 2007 +0400 30498 30499 add missing 'console' var to default mpc8349itx config 30500 30501 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30502 30503commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7 30504Author: Stefan Roese <sr@denx.de> 30505Date: Fri Jun 1 16:18:17 2007 +0200 30506 30507 ppc4xx: Add missing file for Bamboo NAND booting support 30508 30509 Signed-off-by: Stefan Roese <sr@denx.de> 30510 30511commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b 30512Author: Stefan Roese <sr@denx.de> 30513Date: Fri Jun 1 15:58:19 2007 +0200 30514 30515 ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz 30516 30517 This patch undoes the patch by Jeff Mann with commit-id ada4697d. As 30518 suggested by AMCC it is not recommended to dynamically change the EBC 30519 speed after bootup. So we undo this change to be on the safe side. 30520 30521 Signed-off-by: Stefan Roese <sr@denx.de> 30522 30523commit 9d9096043e8f713d4bf1743d32e1459e6a11644b 30524Author: Stefan Roese <sr@denx.de> 30525Date: Fri Jun 1 15:29:04 2007 +0200 30526 30527 ppc4xx: Update Sequoia NAND booting support with ECC 30528 30529 Signed-off-by: Stefan Roese <sr@denx.de> 30530 30531commit cf959c7d6687567c308e366e9581e1a5aff5cc5b 30532Author: Stefan Roese <sr@denx.de> 30533Date: Fri Jun 1 15:27:11 2007 +0200 30534 30535 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board 30536 30537 This patch adds NAND booting support for the AMCC Bamboo eval board. 30538 Since the NAND-SPL boot image is limited to 4kbytes, this version 30539 only supports the onboard 64MBytes of DDR. The DIMM modules can't be 30540 supported, since the setup code for I2C DIMM autodetection and 30541 configuration is too big for this NAND bootloader. 30542 30543 Signed-off-by: Stefan Roese <sr@denx.de> 30544 30545commit 42be56f53c8b107868e6125c8524ae84293e95a7 30546Author: Stefan Roese <sr@denx.de> 30547Date: Fri Jun 1 15:23:04 2007 +0200 30548 30549 NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c 30550 30551 The U-Boot NAND booting support is now extended to support ECC 30552 upon loading of the NAND U-Boot image. 30553 30554 Tested on AMCC Sequoia (440EPx) and Bamboo (440EP). 30555 30556 Signed-off-by: Stefan Roese <sr@denx.de> 30557 30558commit a471db07fbb65a841ffc9f4f112562b945230f98 30559Author: Stefan Roese <sr@denx.de> 30560Date: Fri Jun 1 15:19:29 2007 +0200 30561 30562 ppc4xx: Prepare Bamboo port for NAND booting support 30563 30564 This patch updates the "normal" Bamboo NOR booting port, so 30565 that it is compatible with the coming soon NAND booting 30566 Bamboo port. 30567 30568 It also enables the 2nd NAND flash on the Bamboo. 30569 30570 Signed-off-by: Stefan Roese <sr@denx.de> 30571 30572commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987 30573Author: Stefan Roese <sr@denx.de> 30574Date: Fri Jun 1 15:16:58 2007 +0200 30575 30576 ppc4xx: Update in_be32() functions and friends to latest Linux version 30577 30578 Signed-off-by: Stefan Roese <sr@denx.de> 30579 30580commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c 30581Author: Stefan Roese <sr@denx.de> 30582Date: Fri Jun 1 15:15:12 2007 +0200 30583 30584 NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c 30585 30586 This patch adds hardware ECC support to the NDFC driver. It also 30587 changes the register access from using the "simple" in32/out32 30588 functions to the in_be32/out_be32 functions, which make sure 30589 that the access is correctly synced. This is the only recommended 30590 access to SoC registers in the current Linux kernel. 30591 30592 Signed-off-by: Stefan Roese <sr@denx.de> 30593 30594commit 17b5e862287cca76f19dcf8b741e61a7d06617f2 30595Author: Stefan Roese <sr@denx.de> 30596Date: Fri Jun 1 15:12:15 2007 +0200 30597 30598 NAND: Update nand_ecc.c to latest Linux version 30599 30600 This patch updates the nand_ecc code to the latest Linux version. 30601 The main reason for this is the more compact code. This makes 30602 it possible to include the ECC code into the NAND bootloader 30603 image (NAND_SPL) for PPC4xx. 30604 30605 Signed-off-by: Stefan Roese <sr@denx.de> 30606 30607commit d2d432760d2199d0e8558fdd9d1789b8131abcf7 30608Author: Stefan Roese <sr@denx.de> 30609Date: Fri Jun 1 15:09:50 2007 +0200 30610 30611 ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo 30612 30613 Signed-off-by: Stefan Roese <sr@denx.de> 30614 30615commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc 30616Author: Stefan Roese <sr@denx.de> 30617Date: Fri Jun 1 13:45:24 2007 +0200 30618 30619 ppc4xx: Change Luan config file to support ECC 30620 30621 With the updated 44x DDR2 driver the Luan board now supports 30622 ECC generation and checking. 30623 30624 Signed-off-by: Stefan Roese <sr@denx.de> 30625 30626commit 7187db73491c8de0fb56efb5e5134ba5ec443089 30627Author: Stefan Roese <sr@denx.de> 30628Date: Fri Jun 1 13:45:00 2007 +0200 30629 30630 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) 30631 30632 Add config option for 180 degree advance clock control as needed 30633 for the AMCC Luan eval board. 30634 30635 Signed-off-by: Stefan Roese <sr@denx.de> 30636 30637commit ee1529838abbfaa35f14e3ffbeaaba693159475f 30638Author: Wolfgang Denk <wd@denx.de> 30639Date: Thu May 31 17:20:09 2007 +0200 30640 30641 Add support for STX GP3SSA (stxssa) Board with 4 MiB flash. 30642 30643 Signed-off-by: Wolfgang Denk <wd@denx.de> 30644 30645commit 7049288fb1f16f1b317140226cdebd07bd416395 30646Author: Bartlomiej Sieka <tur@semihalf.com> 30647Date: Sun May 27 17:26:46 2007 +0200 30648 30649 Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH. 30650 30651 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 30652 30653commit 4520fd4d2c450da49637216aa0e53739b61c60ac 30654Author: Bartlomiej Sieka <tur@semihalf.com> 30655Date: Sun May 27 17:06:36 2007 +0200 30656 30657 Motion-PRO: Add support for redundant environment. 30658 30659 Enable redundant environment, add a MTD partition for it; also add env. 30660 variable command for passing MTD partitions to the kernel command line. 30661 30662 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 30663 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30664 30665commit a26eabeec31746f06d309103690892805696e344 30666Author: Bartlomiej Sieka <tur@semihalf.com> 30667Date: Sun May 27 17:05:11 2007 +0200 30668 30669 Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes. 30670 30671 Allow passing longer command line to the kernel - useful especially 30672 for passing MTD partition layout. 30673 30674 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 30675 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30676 30677commit 9160b96f71483a116de81c68985e8ee306d36764 30678Author: Bartlomiej Sieka <tur@semihalf.com> 30679Date: Sun May 27 17:04:18 2007 +0200 30680 30681 Fix: Add missing NULL termination in strings expanded by macros parser. 30682 30683 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 30684 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30685 30686commit 630ec84aef7228fc1dbfb38dec78541403a786cd 30687Author: Bartlomiej Sieka <tur@semihalf.com> 30688Date: Sun May 27 17:03:37 2007 +0200 30689 30690 Motion-PRO: Update EEPROM's page write bits and write delay. 30691 30692 Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A 30693 have a page write capability of two bytes", and "This device offers fast (1ms) 30694 byte write". Add 3ms of extra delay. 30695 30696 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 30697 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30698 30699commit c00125e07c1ebc125bab40e1e18bceed8be0c162 30700Author: Bartlomiej Sieka <tur@semihalf.com> 30701Date: Sun May 27 16:58:45 2007 +0200 30702 30703 MPC5XXX, Motion-PRO: Fix PHY initialization problem. 30704 30705 After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which 30706 networking does not function. This commit switches PHY to TX mode by clearing 30707 the FX_SEL bit of Mode Control Register. It also reverses commit 30708 008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround. 30709 30710 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 30711 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30712 30713commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db 30714Author: Bartlomiej Sieka <tur@semihalf.com> 30715Date: Sun May 27 16:57:15 2007 +0200 30716 30717 Motion-PRO: Add support for the temperature sensor. 30718 30719 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 30720 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30721 30722commit c75e639630cc132dc19cd1ecda5922c0db0bfbba 30723Author: Bartlomiej Sieka <tur@semihalf.com> 30724Date: Sun May 27 16:55:23 2007 +0200 30725 30726 Motion-PRO: Add displaying of CPLD revision information during boot. 30727 30728 Signed-off-by: Jan Wrobel <wrr@semihalf.com> 30729 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30730 30731commit c99512d6bd3973f01ca2fc4896d829b46e68f150 30732Author: Bartlomiej Sieka <tur@semihalf.com> 30733Date: Sun May 27 16:53:43 2007 +0200 30734 30735 MPC5xxx: Change names of defines related to IPB and PCI clocks. 30736 30737 Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining 30738 them does not cause PCI or IPB clocks to run at the specified speed. 30739 Instead, they configure divisors used to calculate said clocks. This 30740 patch renames the defines according to their real function. 30741 30742 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 30743 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30744 30745commit a11c0b85dc3664bb3c1e781137118730c8f619ab 30746Author: Bartlomiej Sieka <tur@semihalf.com> 30747Date: Sun May 27 16:51:48 2007 +0200 30748 30749 Motion-PRO: Add LED support. 30750 30751 Signed-off-by: Jan Wrobel <wrr@semihalf.com> 30752 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 30753 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 30754 30755commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b 30756Author: Ulf Samuelsson <ulf@atmel.com> 30757Date: Thu May 24 12:12:47 2007 +0200 30758 30759 [PATCH][NAND] Define the Vendor Id for Micron NAND Flash 30760 30761 Signed-off-by: Ulf Samuelsson <ulf@atmel.com> 30762 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 30763 Signed-off-by: Stefan Roese <sr@denx.de> 30764 30765commit d756894722c888d09a9fa1df8323753772d3dcce 30766Author: Stefan Roese <sr@denx.de> 30767Date: Thu May 24 09:49:00 2007 +0200 30768 30769 ppc4xx: Fix small 405EZ OCM initilization bug in start.S 30770 30771 As pointed out by Bruce Adler <bruce.adler@acm.org> this patch 30772 fixes a small bug in the 405EZ OCM initialization. Thanks for 30773 spotting. 30774 30775 Signed-off-by: Stefan Roese <sr@denx.de> 30776 30777commit 5d4a179013d59a76446462e1eb0a969fba63eb81 30778Author: Stefan Roese <sr@denx.de> 30779Date: Thu May 24 08:22:09 2007 +0200 30780 30781 ppc4xx: Update AMCC Acadia support for board revision 1.1 30782 30783 This patch updates the Acadia (405EZ) support for the new 1.1 board 30784 revision. It also adds support for NAND FLASH via the 4xx NDFC. 30785 30786 Please note that the jumper J7 must be in position 2-3 for this 30787 NAND support. Position 1-2 is for NAND booting only. NAND booting 30788 support will follow later. 30789 30790 Signed-off-by: Stefan Roese <sr@denx.de> 30791 30792commit 822d55365bb557e084d0e33625a6dedcc866110b 30793Author: Jon Loeliger <jdl@freescale.com> 30794Date: Wed May 23 14:09:46 2007 -0500 30795 30796 Add LIST_86xx MAKEALL target for PowerPC builds. 30797 30798 Signed-off-by: Jon Loeliger <jdl@freescale.com> 30799 30800commit 9f0077abd69f7a7c756a915b961037302be3e6f2 30801Author: Stefan Roese <sr@denx.de> 30802Date: Tue May 22 12:48:09 2007 +0200 30803 30804 ppc4xx: Use do { ... } while (0) for CPR & SDR access macros 30805 30806 Signed-off-by: Stefan Roese <sr@denx.de> 30807 30808commit 6f3dfc139a838b0841c151efe00ad47db2366e79 30809Author: Stefan Roese <sr@denx.de> 30810Date: Tue May 22 12:46:10 2007 +0200 30811 30812 ppc4xx: Add 405 support to 4xx NAND driver ndfc.c 30813 30814 This patch adds support for 405 PPC's to the 4xx NAND driver 30815 ndfc.c. This is in preparation for the new AMCC 405EZ. 30816 30817 Signed-off-by: Stefan Roese <sr@denx.de> 30818 30819commit 10603d76767426be803dadd4fb688b97eb69481c 30820Author: Stefan Roese <sr@denx.de> 30821Date: Mon May 21 07:41:22 2007 +0200 30822 30823 ppc4xx: Fix problem in 405EZ OCM initialization 30824 30825 As spotted by Bruce Adler this patch fixes an initialization problem 30826 for the 405EZ OCM. 30827 30828 Signed-off-by: Stefan Roese <sr@denx.de> 30829 30830commit 3e3b956906eba9e4ad7931581ecedaad10eccce8 30831Author: Peter Pearse <peter.pearse@arm.com> 30832Date: Fri May 18 16:47:03 2007 +0100 30833 30834 Reduce line lengths to 80 characters max. 30835 30836commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72 30837Author: Peter Pearse <peter.pearse@arm.com> 30838Date: Fri May 18 14:34:07 2007 +0100 30839 30840 Makefile permissions 30841 30842commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d 30843Author: Peter Pearse <peter.pearse@arm.com> 30844Date: Fri May 18 14:33:11 2007 +0100 30845 30846 Makefile permissions 30847 30848commit 255a3577c848706441daee0174543efe205a77f8 30849Author: Kim Phillips <kim.phillips@freescale.com> 30850Date: Wed May 16 16:52:19 2007 -0500 30851 30852 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx 30853 30854 For all practical u-boot purposes, TSECs don't differ throughout the 30855 mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx. 30856 30857 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30858 30859commit 70124c2602ae2d4c5d3dba05b482d91548242de8 30860Author: Stefano Babic <sbabic@denx.de> 30861Date: Wed May 16 14:49:12 2007 +0200 30862 30863 Fix compile problem cause my Microblaze merge 30864 30865 Signed-off-by: Stefano Babic <sbabic@denx.de> 30866 30867commit ada4697d0230d6da552867777f98a67ec3ba2579 30868Author: Jeffrey Mann <mannj@embeddedplanet.com> 30869Date: Wed May 16 13:23:10 2007 +0200 30870 30871 [PATCH] Run new sequoia boards with an EBC speed of 83MHz 30872 30873 Because the Sequoia board does not boot with an EBC faster than 66MHz, 30874 the clock divider are changed after the initial boot process. 30875 30876 This allows for maximum clocking speeds to be achieved on newer boards. 30877 Sequoia boards with 666.66 MHz processors require that the EBC divider 30878 be set to 3 in order to start the initial boot process at a slower EBC 30879 speed. After the initial boot process, the divider can be set back to 2, 30880 which will cause the boards to run at 83.333MHz. This is backward 30881 compatible with boards with 533.33 MHz processors, as these boards will 30882 already be set with an EBC divider of 2. 30883 30884 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 30885 30886commit a7676ea7732f3c596805079fed7e5c9fac652cfc 30887Author: Wolfgang Denk <wd@denx.de> 30888Date: Wed May 16 01:16:53 2007 +0200 30889 30890 Minor Coding Style cleanup, update CHANGELOG. 30891 30892 Signed-off-by: Wolfgang Denk <wd@denx.de> 30893 30894commit d62f64cc23a940eafe712c776b3249e4160753d1 30895Author: Wolfgang Denk <wd@denx.de> 30896Date: Wed May 16 00:13:33 2007 +0200 30897 30898 Coding Style Cleanup, new CHANGELOG 30899 30900commit 3162eb836903c8b247fdc7470dd39bfa6996f495 30901Author: Wolfgang Denk <wd@denx.de> 30902Date: Tue May 15 23:38:05 2007 +0200 30903 30904 Minor coding style cleanup. 30905 30906commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e 30907Author: mushtaq khan <mushtaq_k@procsys.com> 30908Date: Fri Apr 20 14:23:02 2007 +0530 30909 30910 Add driver for S-ATA-controller on Intel processors with South 30911 Bridge, ICH-5, ICH-6 and ICH-7. 30912 30913 Implementation: 30914 30915 1. Code is divided in to two files. All functions, which are 30916 controller specific are kept in "drivers/ata_piix.c" file and 30917 functions, which are not controller specific, are kept in 30918 "common/cmd_sata.c" file. 30919 30920 2. Reading and Writing from the S-ATA drive is done using PIO method. 30921 30922 3. Driver can be configured for 48-bit addressing by defining macro 30923 CONFIG_LBA48, if this macro is not defined driver uses the 28-bit 30924 addressing. 30925 30926 4. S-ATA read function is hooked to the File system, commands like 30927 ext2ls and ext2load file can be used. This has been tested. 30928 30929 5. U-Boot command "SATA_init" is added, which initializes the S-ATA 30930 controller and identifies the S-ATA drives connected to it. 30931 30932 6. U-Boot command "sata" is added, which is used to read/write, print 30933 partition table and get info about the drives present. This I have 30934 implemented in same way as "ide" command is implemented in U-Boot. 30935 30936 7. This driver is for S-ATA in native mode. 30937 30938 8. This driver does not support the Native command queuing and 30939 Hot-plugging. 30940 30941 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com> 30942 30943commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0 30944Author: mushtaq khan <mushtaq_k@procsys.com> 30945Date: Mon Apr 30 15:57:22 2007 +0530 30946 30947 Fixes bug clearing the bss section for i386 30948 30949 Hi, 30950 There is a bug in the code of clearing the bss section for processor 30951 i386.(File: cpu/i386/start.S) 30952 In the code, bss_start addr (starting addr of bss section) is put into 30953 the register %eax, but the code which clears the bss section refers to 30954 the addr pointed by %edi. 30955 30956 This patch fixes this bug by putting bss_start into %edi register. 30957 30958 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com> 30959 30960commit c3243cf7b490057277d61acffe4ad0946f9eb4a4 30961Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 30962Date: Mon Apr 30 16:47:28 2007 -0500 30963 30964 Add support for BCM5464 Quad Phy 30965 30966 Added support for Broadcom's BCM5464 Quad Phy 30967 30968 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com> 30969 30970commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a 30971Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 30972Date: Wed May 9 08:10:57 2007 +0800 30973 30974 Search the exception table with linear algorithm 30975 30976 Search the exception table with linear algorithm instead of 30977 bisecting algorithm. 30978 Because the exception table might be unsorted. 30979 30980 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 30981 30982commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3 30983Author: Aubrey.Li <aubrey.adi@gmail.com> 30984Date: Mon May 14 11:47:35 2007 +0800 30985 30986 Fix compilation issues on MACOSX 30987 30988 Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com> 30989 Signed-off-by: Aubrey Li <aubrey.adi@gmail.com> 30990 30991commit 56fd7162985c412317bbf763a225fba23c64fd31 30992Author: Stephen Williams <steve@icarus.com> 30993Date: Tue May 15 07:55:42 2007 -0700 30994 30995 Fix for compile of JSE target 30996 30997 The attached patch fixes the compile of the JSE board in the 30998 denx git as of 14 may 2007. It is an extremely simple patch, 30999 it just adds the missing define of CFG_SYSTEMACE_WIDTH. 31000
31001 Fix to compile JSE against 20070514 git of u-boot 31002 31003commit 69df3c4da0c93017cceb25a366e794570bd0ed98 31004Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)> 31005Date: Sun May 13 21:01:03 2007 +0900 31006 31007 sh: MS7750SE support. 31008 31009 This adds support for the Hitachi MS7750SE. 31010 31011 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 31012 31013commit 0b135cfc2e524dc249b75057b55dd4cc09842e27 31014Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)> 31015Date: Sun May 13 20:58:00 2007 +0900 31016 31017 sh: First support code of SuperH. 31018 31019 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 31020 31021commit 61936667e86a250ae12fd2dc189d3588f0a59e0b 31022Author: Stefan Roese <sr@denx.de> 31023Date: Fri May 11 12:01:49 2007 +0200 31024 31025 ppc4xx: Add mtcpr/mfcpr access macros 31026 31027 Signed-off-by: Stefan Roese <sr@denx.de> 31028 31029commit 343c48bd84606c4025c8a7c7263fda465d6e284c 31030Author: Stefan Roese <sr@denx.de> 31031Date: Fri May 11 12:01:06 2007 +0200 31032 31033 ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too 31034 31035 Signed-off-by: Stefan Roese <sr@denx.de> 31036 31037commit 7d98ba770a7eaefa29ce927f31a0956df85bf650 31038Author: Piotr Kruszynski <ppk@semihalf.com> 31039Date: Thu May 10 16:55:52 2007 +0200 31040 31041 [Motion-PRO] Add MTD and JFFS2 support, also add default partition 31042 definition. 31043 31044commit 65fb6a676e821f9570a2a376dc204bf611ce5f81 31045Author: Peter Pearse <peter.pearse@arm.com> 31046Date: Wed May 9 11:42:44 2007 +0100 31047 31048 Add the board directory for SMN42 31049 31050commit 160131bf965785419626df6c388729fe0b597992 31051Author: Peter Pearse <peter.pearse@arm.com> 31052Date: Wed May 9 11:41:58 2007 +0100 31053 31054 Add the files for the SMN42 board 31055 31056commit 5c6d2b5a500f8c49670de8910150b78a41f781fc 31057Author: Peter Pearse <peter.pearse@arm.com> 31058Date: Wed May 9 11:40:34 2007 +0100 31059 31060 Remove the deleted files for the SMN42 patch 31061 31062commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761 31063Author: Peter Pearse <peter.pearse@arm.com> 31064Date: Wed May 9 11:37:56 2007 +0100 31065 31066 New board SMN42 branch 31067 31068commit 29f3be0caf0799ca6b89dfd9824c15619a50000f 31069Author: Peter Pearse <peter.pearse@arm.com> 31070Date: Wed May 9 10:24:38 2007 +0100 31071 31072 Makefile permissions 31073 31074commit b84289b595731e8851df46e893845cc1322c9b9b 31075Author: Ed Swarthout <Ed.Swarthout@freescale.com> 31076Date: Tue May 8 14:17:07 2007 -0500 31077 31078 8641hpcn: Fix Makefile after moving pixis to board/freescale. 31079 31080 The OBJTREE != SRCTREE build scenario was broken. 31081 This fixes it. 31082 31083 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31084 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31085 31086commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1 31087Author: Michal Simek <monstr@monstr.eu> 31088Date: Tue May 8 15:57:43 2007 +0200 31089 31090 add: reading special purpose registers 31091 31092commit 1a50f164beb065f360fbddb76029607d6b099698 31093Author: Michal Simek <monstr@monstr.eu> 31094Date: Tue May 8 14:52:52 2007 +0200 31095 31096 add: Microblaze V5 exception handling 31097 31098commit ab874d5047e5d30dbc1e517ff26083efffa98ecb 31099Author: Michal Simek <monstr@monstr.eu> 31100Date: Tue May 8 14:39:11 2007 +0200 31101 31102 add: FSL control read and write 31103 31104commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3 31105Author: Piotr Kruszynski <ppk@semihalf.com> 31106Date: Tue May 8 13:05:44 2007 +0200 31107 31108 [Motion-PRO] Add support for I2C, EEPROM and RTC. 31109 31110commit fa5c2ba123b1bf88455bfc21db5e786ca045029d 31111Author: Bartlomiej Sieka <tur@semihalf.com> 31112Date: Tue May 8 10:23:56 2007 +0200 31113 31114 [Motion-PRO] Add ATA support. Add CF-booting commands to the default 31115 environment. 31116 31117commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839 31118Author: Bartlomiej Sieka <tur@semihalf.com> 31119Date: Tue May 8 09:39:12 2007 +0200 31120 31121 [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This 31122 eliminates networking problems in Linux (timeouts). 31123 31124commit 1f1369c34b629be94702684d41d3fddf0f6193e7 31125Author: Bartlomiej Sieka <tur@semihalf.com> 31126Date: Tue May 8 09:21:57 2007 +0200 31127 31128 [Motion-PRO] Enable Flat Device Tree support and modify default environment 31129 to allow booting of FDT-expecting kernels. 31130 31131commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db 31132Author: Michal Simek <monstr@monstr.eu> 31133Date: Mon May 7 23:58:31 2007 +0200 31134 31135 new: USE_MSR_INTR support 31136 31137commit 008861a2f3ef2c062744d733787c7e530a1b8761 31138Author: Bartlomiej Sieka <tur@semihalf.com> 31139Date: Mon May 7 22:36:15 2007 +0200 31140 31141 [MPC5xxx] There are networking problems on the Motion-PRO board with 31142 current PHY initalization code (tftp timeouts all the time). This commit 31143 temporarily disables PHY initalization sequence to make the networking 31144 operational, until a fix is found. 31145 31146commit abca901869c3760b6c5fecb825db6c1d91a78a93 31147Author: Wolfgang Denk <wd@denx.de> 31148Date: Mon May 7 22:10:36 2007 +0200 31149 31150 Get rid of duplicated file (see include/configs/sbc8560.h instead) 31151 31152 Signed-off-by: Wolfgang Denk <wd@denx.de> 31153 31154commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6 31155Author: Wolfgang Denk <wd@denx.de> 31156Date: Mon May 7 22:07:08 2007 +0200 31157 31158 Get rid of duplicated file (see doc/README.SBC8560 instead) 31159 31160 Signed-off-by: Wolfgang Denk <wd@denx.de> 31161 31162commit a7bac7e9b57ba948051beb19ec5be3a75ce75383 31163Author: Michal Simek <monstr@monstr.eu> 31164Date: Mon May 7 19:43:10 2007 +0200 31165 31166 fix: read and write MSR - repair number of parameters 31167 31168commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee 31169Author: Jeffrey Mann <mannj@embeddedplanet.com> 31170Date: Mon May 7 19:42:49 2007 +0200 31171 31172 [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file 31173 31174 A '3' got cut off in the formatting of the last patch to automatically 31175 change the clock speed of the system clock on sequoia board. 31176 31177 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 31178 Signed-off-by: Stefan Roese <sr@denx.de> 31179 31180commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39 31181Author: Michal Simek <monstr@monstr.eu> 31182Date: Mon May 7 19:33:51 2007 +0200 31183 31184 new: fsl interrupt support 31185 FSL_Has_data is connected to INTC. 31186 31187commit 792032baa7d625e34c981ab6df521911bd8dc861 31188Author: Michal Simek <monstr@monstr.eu> 31189Date: Mon May 7 19:30:12 2007 +0200 31190 31191 fix: interrupt handler 31192 remove asm code 31193 31194commit f3f001a341ef185d0f13841be5b5dc3395aacc31 31195Author: Michal Simek <monstr@monstr.eu> 31196Date: Mon May 7 19:25:08 2007 +0200 31197 31198 fix: remove asm code 31199 31200commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01 31201Author: Michal Simek <monstr@monstr.eu> 31202Date: Mon May 7 19:12:43 2007 +0200 31203 31204 fix: clean interrupt 31205 31206commit 42efed6130c8fcf7da881385b5427065d2801757 31207Author: Michal Simek <monstr@monstr.eu> 31208Date: Mon May 7 17:22:25 2007 +0200 31209 31210 fix: interrupt handler for multiple sources 31211 31212commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6 31213Author: Michal Simek <monstr@monstr.eu> 31214Date: Mon May 7 17:11:09 2007 +0200 31215 31216 new: add writing to msr register 31217 31218commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2 31219Author: Markus Klotzbuecher <mk@denx.de> 31220Date: Mon May 7 16:43:56 2007 +0200 31221 31222 Fix an ancient CHANGELOG conflict 31223 31224commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562 31225Author: Timur Tabi <timur@freescale.com> 31226Date: Sat May 5 08:12:30 2007 +0200 31227 31228 5xxx: write MAC address to mac-address and local-mac-address 31229 31230 Some device trees have a mac-address property, some have local-mac-address, 31231 and some have both. To support all of these device trees, ftp_cpu_setup() 31232 should write the MAC address to mac-address and local-mac-address, if they 31233 exist. 31234 31235 Signed-off-by: Timur Tabi <timur@freescale.com> 31236 Acked-by: Grant Likely <grant.likely@secretlab.ca> 31237 31238commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2 31239Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> 31240Date: Sun Apr 29 14:01:54 2007 +0200 31241 31242 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message 31243 31244 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up 31245 message. Use PVR to distinguish between the two variants, and print proper CPU 31246 information. 31247 31248 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> 31249 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 31250 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 31251 31252commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1 31253Author: Ladislav Michl <ladis@linux-mips.org> 31254Date: Wed Apr 25 16:01:26 2007 +0200 31255 31256 [PATCH] simplify silent console 31257 31258 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 31259 Acked-by: Stefan Roese <sr@denx.de> 31260 31261commit b7598a43f2b421a713d8135e98a42c37d9eb9df0 31262Author: Sergei Shtylyov <sshtylyov@ru.mvista.com> 31263Date: Mon Apr 23 15:30:39 2007 +0200 31264 31265 [PATCH] Avoid assigning PCI resources from zero address 31266 31267 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE 31268 core complains and IDE drivers fails to work. Also, assigning zero to a BAR 31269 was illegal according to PCI 2.1 (the later revisions seem to have excluded the 31270 sentence about "0" being considered an invalid address) -- so, use a reasonable 31271 starting value of 0x1000 (that's what the most Linux archs are using). 31272 31273 Alternatively, one might have fixed the calls to pci_set_region() individually 31274 (some code even seems to have taken care of this issue) but that would have 31275 been a lot more work. :-) 31276 31277 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> 31278 Acked-by: Stefan Roese <sr@denx.de> 31279 31280commit 9ffd451afeb08e5be7ddae680487ec962b2bca25 31281Author: Jeffrey Mann <mannj@embeddedplanet.com> 31282Date: Mon Apr 23 14:00:11 2007 +0200 31283 31284 [patch] setenv(...) can delete environmentalvariables 31285 31286 update setenv() function so that entering a NULL value for the 31287 variable's value will delete the environmental variable 31288 31289 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 31290 Acked-by: Stefan Roese <sr@denx.de> 31291 31292commit ebd0a0ae05a44769c4e27458ad4e9f3438250443 31293Author: Mike Frysinger <vapier@gentoo.org> 31294Date: Mon Apr 23 13:54:24 2007 +0200 31295 31296 [patch] use unsigned char in smc91111 driver for mac 31297 31298 the v_mac variable in the smc91111 driver is declared as a signed char ... 31299 this causes problems when one of the bytes in the MAC is "signed" like 0xE0 31300 because when it gets printed out, you get a display like: 31301 0xFFFFFFE0 and that's no good 31302 31303 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 31304 31305commit ffc50f9bb194343c6303517a517708457a5eb6b8 31306Author: Michal Simek <monstr@monstr.eu> 31307Date: Sat May 5 18:54:42 2007 +0200 31308 31309 new: FSL and MSR support #2 31310 31311commit f7e2e0eb0668136305f78bb9c21be79b48a34247 31312Author: Michal Simek <monstr@monstr.eu> 31313Date: Sat May 5 18:27:16 2007 +0200 31314 31315 new: FSL and MSR support 31316 31317commit 2f15278c2eb911c668b4fe562130b78cf554d139 31318Author: Wolfgang Denk <wd@denx.de> 31319Date: Sat May 5 18:23:11 2007 +0200 31320 31321 Coding stylke cleanup; update CHANGELOG. 31322 31323 Signed-off-by: Wolfgang Denk <wd@denx.de> 31324 31325commit 885ec89b648a899a2f32393fd3ffd9f7234c4402 31326Author: Wolfgang Denk <wd@denx.de> 31327Date: Sat May 5 18:05:02 2007 +0200 31328 31329 Add STX GP3 SSA board to MAKEALL script; update CHANGELOG. 31330 31331 Signed-off-by: Wolfgang Denk <wd@denx.de> 31332 31333commit 5499645b3fe17a548af9dfc479ca6e2455f179a2 31334Author: Wolfgang Denk <wd@denx.de> 31335Date: Sat May 5 17:15:50 2007 +0200 31336 31337 Make "file" command happy with some config.mk files; update CHANGELOG 31338 31339commit e3b8c78bc2489c27ae020986ef0eaca684866cef 31340Author: Jeffrey Mann <mannj@embeddedplanet.com> 31341Date: Sat May 5 08:32:14 2007 +0200 31342 31343 ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz 31344 31345 The AMCC Secquoia board has been changed in a new revision from using a 31346 33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD 31347 indicates the difference. This patch reads that bit and uses the correct 31348 clock speed for the board. This code is backward compatable will all 31349 prior boards. All prior boards will be read as 33.000. 31350 31351 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 31352 Signed-off-by: Stefan Roese <sr@denx.de> 31353 31354commit f544ff6656fca263ed1ebe39899b6d95da67c8b8 31355Author: Stefan Roese <sr@denx.de> 31356Date: Sat May 5 08:29:01 2007 +0200 31357 31358 ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting 31359 31360 Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big 31361 for the 4k NAND boot image so define bus_frequency to 133MHz here 31362 which is save for the refresh counter setup. 31363 31364 Signed-off-by: Stefan Roese <sr@denx.de> 31365 31366commit 2f550ab976405300f5b07bf2890800840d0aa05f 31367Author: Timur Tabi <timur@freescale.com> 31368Date: Sat May 5 08:12:30 2007 +0200 31369 31370 5xxx: write MAC address to mac-address and local-mac-address 31371 31372 Some device trees have a mac-address property, some have local-mac-address, 31373 and some have both. To support all of these device trees, ftp_cpu_setup() 31374 should write the MAC address to mac-address and local-mac-address, if they 31375 exist. 31376 31377 Signed-off-by: Timur Tabi <timur@freescale.com> 31378 Acked-by: Grant Likely <grant.likely@secretlab.ca> 31379 31380commit a79886590593ba1d667c840caa4940c61639f18f 31381Author: Thomas Knobloch <knobloch@siemens.com> 31382Date: Sat May 5 07:04:42 2007 +0200 31383 31384 NAND: Wrong calculation of page number in nand_block_bad() 31385 31386 In case that there is no memory based bad block table available the 31387 function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call 31388 nand_block_bad() directly. When parameter 'getchip' is set to zero, 31389 nand_block_bad() will not right shift the offset to calculate the 31390 correct page number. 31391 31392 Signed-off-by: Thomas Knobloch <knobloch@siemens.com> 31393 Signed-off-by: Stefan Roese <sr@denx.de> 31394 31395commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6 31396Author: Wolfgang Denk <wd@denx.de> 31397Date: Fri May 4 10:02:33 2007 +0200 31398 31399 Fix initrd length corruption in bootm command. 31400 31401 When using FDT Images, the length of an inital ramdisk was 31402 overwritten (bug introduced by commit 87a449c8, 22 Aug 2006). 31403 31404 Patches by Timur Tabi & Johns Daniel. 31405 31406 Signed-off-by: Wolfgang Denk <wd@denx.de> 31407 31408commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96 31409Author: Kim Phillips <kim.phillips@freescale.com> 31410Date: Thu May 3 19:43:52 2007 -0500 31411 31412 mpc83xx: fix trivial error in MAKEALL 31413 31414 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31415 31416commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a 31417Author: Wolfgang Denk <wd@denx.de> 31418Date: Thu May 3 16:34:41 2007 +0200 31419 31420 Update board configuration for STX GP3SSA board: 31421 31422 Enable hush shell, environment in flash rather in EEPROM, 31423 more user-friendly default environment, etc. 31424 The simple EEPROM environment can be selected easily in the board 31425 config file. 31426 31427 Signed-off-by: Wolfgang Denk <wd@denx.de> 31428 31429commit 2c6fb199dc5756fc72f49d1f4de105e089049d65 31430Author: Wolfgang Denk <wd@denx.de> 31431Date: Tue Apr 24 14:37:49 2007 +0200 31432 31433 Cleanup STX GP3SSA code; fix build and compile problems. 31434 31435commit 35171dc04e028ecacc23ad916a66295472555dbf 31436Author: Dan Malek <dan@embeddedalley.com> 31437Date: Fri Jan 5 09:15:34 2007 +0100 31438 31439 Add support for STX GP3SSA (stxssa) Board 31440 31441 Signed-off-by Dan Malek, <dan@embeddedalley.com> 31442 31443commit f2134f8e9eb006bdcd729e89f309c07b2fa45180 31444Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 31445Date: Wed May 2 13:31:53 2007 +0200 31446 31447 macb: Don't restart autonegotiation if we already have link 31448 31449 Rework macb_phy_init so that it doesn't attempt to re-negotiate if the 31450 link is already up. 31451 31452 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 31453 31454commit 04fcb5d38bc90779cd9a710d60702075986f0e29 31455Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 31456Date: Wed May 2 13:22:38 2007 +0200 31457 31458 macb: Introduce a few barriers when dealing with DMA descriptors 31459 31460 There were a few theoretical possibilities that the compiler might 31461 optimize away DMA descriptor reads and/or writes and thus cause 31462 synchronization problems with the hardware. Insert barriers where 31463 we depend on reads/writes actually hitting memory. 31464 31465 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 31466 31467commit ffa621a0d12a1ccd81c936c567f8917a213787a8 31468Author: Andy Fleming <afleming@freescale.com> 31469Date: Sat Feb 24 01:08:13 2007 -0600 31470 31471 Cleaned up some 85xx PCI bugs 31472 31473 * Cleaned up the CDS PCI Config Tables and added NULL entries to 31474 the end 31475 * Fixed PCIe LAWBAR assignemt to use the cpu-relative address 31476 * Fixed 85xx PCI code to assign powar region sizes based on the 31477 config values (rather than hard-coding them) 31478 * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address 31479 31480 Signed-off-by: Andy Fleming <afleming@freescale.com> 31481 31482commit 6743105988fc44d5b0d30388c790607835aae7a6 31483Author: Andy Fleming <afleming@freescale.com> 31484Date: Mon Apr 23 02:54:25 2007 -0500 31485 31486 Add support for the 8568 MDS board 31487 31488 This included some changes to common files: 31489 * Add 8568 processor SVR to various places 31490 * Add support for setting the qe bus-frequency value in the dts 31491 * Add the 8568MDS target to the Makefile 31492 31493 Signed-off-by: Andy Fleming <afleming@freescale.com> 31494 31495commit af1c2b84bf27c8565baddc82d1abb93700d10e2e 31496Author: David Updegraff <dave@cray.com> 31497Date: Fri Apr 20 14:34:48 2007 -0500 31498 31499 Add support for treating unknown PHYs as generic PHYs. 31500 31501 When bringing up u-boot on new boards, PHY support sometimes gets 31502 neglected. Most PHYs don't really need any special support, 31503 though. By adding a generic entry that always matches if nothing 31504 else does, we can provide support for "unsupported" PHYs for the 31505 tsec. 31506 31507 The generic PHY driver supports most PHYs, including gigabit. 31508 31509 Signed-off-by: David Updegraff <dave@cray.com> 31510 Signed-off-by: Andy Fleming <afleming@freescale.com> 31511 31512commit a75af9bfd8fff0499efdbb90601cec5a2afef117 31513Author: James Yang <James.Yang@freescale.com> 31514Date: Wed Feb 7 15:28:04 2007 -0600 31515 31516 Conditionalize 8641 Rev1.0 MCM workarounds 31517 31518 Signed-off-by: James Yang <James.Yang@freescale.com> 31519 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31520 31521commit f64702b7fc8f8df39d31add770df6e372f9e9ce3 31522Author: Timur Tabi <timur@freescale.com> 31523Date: Mon Apr 30 13:59:50 2007 -0500 31524 31525 Fix memory initialization on MPC8349E-mITX 31526 31527 Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP. 31528 This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary 31529 on some ITX boards, notably those with a revision 3.1 CPU. 31530 31531 Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into 31532 ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined. 31533 31534 Signed-off-by: Timur Tabi <timur@freescale.com> 31535 Acked-by: Michael Benedict <MBenedict@twacs.com> 31536 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31537 31538commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3 31539Author: Kim Phillips <kim.phillips@freescale.com> 31540Date: Mon Apr 30 15:26:21 2007 -0500 31541 31542 mpc83xx: replace elaborate boottime verbosity with 'clocks' command 31543 31544 and fix CPU: to align with Board: display text. 31545 31546 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31547 31548commit c1ab82669d9525998c34e802a12cad662723f22a 31549Author: James Yang <James.Yang@freescale.com> 31550Date: Fri Mar 16 13:02:53 2007 -0500 31551 31552 Rewrote picos_to_clk() to avoid rounding errors. 31553 Clarified that conversion is to DRAM clocks rather than platform clocks. 31554 Made function static to spd_sdram.c. 31555 31556 Signed-off-by: James Yang <James.Yang@freescale.com> 31557 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31558 31559commit 8b39501d28754e72726ce7fb02310e56dbdf116a 31560Author: Stefan Roese <sr@denx.de> 31561Date: Sun Apr 29 14:13:01 2007 +0200 31562 31563 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver 31564 31565 Signed-off-by: Stefan Roese <sr@denx.de> 31566 31567commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9 31568Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> 31569Date: Sun Apr 29 14:01:54 2007 +0200 31570 31571 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message 31572 31573 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up 31574 message. Use PVR to distinguish between the two variants, and print proper CPU 31575 information. 31576 31577 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> 31578 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 31579 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 31580 31581commit 5c5d3242935cf3543af01142627494434834cf98 31582Author: Kim Phillips <kim.phillips@freescale.com> 31583Date: Wed Apr 25 12:34:38 2007 -0500 31584 31585 mpc83xx: minor fixups for 8313rdb introduction 31586 31587commit ada4d40091f6ed4a4f0040e08d20db21967e4a67 31588Author: Ladislav Michl <ladis@linux-mips.org> 31589Date: Wed Apr 25 16:01:26 2007 +0200 31590 31591 [PATCH] simplify silent console 31592 31593 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 31594 Acked-by: Stefan Roese <sr@denx.de> 31595 31596commit 144876a380f5756f57412caf74c1d6dc201dd796 31597Author: Michal Simek <monstr@monstr.eu> 31598Date: Tue Apr 24 23:01:02 2007 +0200 31599 31600 [PATCH] MTD partition support, JFFS2 support 31601 31602commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb 31603Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31604Date: Tue Apr 24 14:03:45 2007 +0200 31605 31606 ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content. 31607 31608 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31609 31610commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d 31611Author: Andy Fleming <afleming@freescale.com> 31612Date: Mon Apr 23 02:37:47 2007 -0500 31613 31614 Reworked 85xx speed detection code 31615 31616 Changed the code to read the registers and calculate the clock 31617 rates, rather than using a "switch" statement. 31618 31619 Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com> 31620 31621 Signed-off-by: Andy Fleming <afleming@freescale.com> 31622 31623commit 81f481ca708ed6a56bf9c410e3191dbad581c565 31624Author: Andy Fleming <afleming@freescale.com> 31625Date: Mon Apr 23 02:24:28 2007 -0500 31626 31627 Enable 8544 support 31628 31629 * Add support to the Makefile 31630 * Add 8544 configuration support to the tsec driver 31631 * Add 8544 SVR numbers to processor.h 31632 31633 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31634 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31635 31636commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe 31637Author: Andy Fleming <afleming@freescale.com> 31638Date: Fri Feb 23 17:12:25 2007 -0600 31639 31640 Support 1G size on 8548 31641 31642 e500v2 and newer cores support 1G page sizes. 31643 31644 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31645 Signed-off-by: Andy Fleming <afleming@freescale.com> 31646 31647commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46 31648Author: Andy Fleming <afleming@freescale.com> 31649Date: Fri Feb 23 17:11:16 2007 -0600 31650 31651 Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG 31652 31653 The other pagesz constants use one letter to specify order of 31654 magnitude. Also change the one reference to it in mpc8548cds/init.S 31655 31656 Signed-off-by: Andy Fleming <afleming@freescale.com> 31657 31658commit 1f9a318cea14272edd10d63739e2d326c90f430e 31659Author: Andy Fleming <afleming@freescale.com> 31660Date: Fri Feb 23 16:28:46 2007 -0600 31661 31662 Only set ddrioovcr for 8548 rev1. 31663 31664 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31665 Signed-off-by: Andy Fleming <afleming@freescale.com> 31666 31667commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2 31668Author: Andy Fleming <afleming@freescale.com> 31669Date: Sat Feb 24 01:16:45 2007 -0600 31670 31671 Tweak DDR ECC error counter 31672 31673 Enable single-bit error counter when memory was cleared by ddr controller. 31674 31675 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31676 Signed-off-by: Andy Fleming <afleming@freescale.com> 31677 31678commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b 31679Author: Timur Tabi <timur@freescale.com> 31680Date: Mon Feb 12 13:34:55 2007 -0600 31681 31682 85xx: write MAC address to mac-address and local-mac-address 31683 31684 Some device trees have a mac-address property, some have local-mac-address, 31685 and some have both. To support all of these device trees, ftp_cpu_setup() 31686 should write the MAC address to mac-address and local-mac-address, if they 31687 exist. 31688 31689 Signed-off-by: Timur Tabi <timur@freescale.com> 31690 31691commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4 31692Author: Andy Fleming <afleming@freescale.com> 31693Date: Mon Apr 23 01:44:44 2007 -0500 31694 31695 Some 85xx cpu cleanups 31696 31697 * Cleaned up the TSR[WIS] clearing 31698 * Cleaned up DMA initialization 31699 31700 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31701 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31702 Acked-by: Andy Fleming <afleming@freescale.com> 31703 31704commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb 31705Author: Andy Fleming <afleming@freescale.com> 31706Date: Mon Apr 23 01:32:22 2007 -0500 31707 31708 Add cpu support for the 8544 31709 31710 Recognize new SVR values, and add a few register definitions 31711 31712 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31713 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31714 Acked-by: Andy Fleming <afleming@freescale.com> 31715 31716commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae 31717Author: Jon Loeliger <jdl@freescale.com> 31718Date: Wed Apr 11 16:51:02 2007 -0500 31719 31720 Add MPC8544DS basic port board files. 31721 31722 Add board port under new board/freescale directory 31723 structure and reuse existing PIXIS FPGA support there. 31724 31725 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31726 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31727 31728commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa 31729Author: Jon Loeliger <jdl@freescale.com> 31730Date: Wed Apr 11 16:50:57 2007 -0500 31731 31732 Add MPC8544DS main configuration file. 31733 31734 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31735 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31736 31737commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6 31738Author: Sergei Shtylyov <sshtylyov@ru.mvista.com> 31739Date: Wed Dec 27 22:07:15 2006 +0300 31740 31741 Fix PCI I/O space mapping on Freescale MPC85x0ADS 31742 31743 The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit 31744 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's 31745 describing the local address window used for the PCI I/O space accesses -- fix 31746 this and carry over the necessary changes into the MPC8560ADS code since the 31747 PCI I/O space mapping was also broken for this board (by the earlier commit 31748 087454609e47295443af793a282cddcd91a5f49c). Add the comments clarifying how 31749 the PCI I/O space must be mapped to all the MPC85xx board config. headers. 31750 31751 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> 31752 31753 board/mpc8540ads/init.S | 4 ++-- 31754 board/mpc8560ads/init.S | 4 ++-- 31755 include/configs/MPC8540ADS.h | 5 ++--- 31756 include/configs/MPC8541CDS.h | 2 +- 31757 include/configs/MPC8548CDS.h | 2 +- 31758 include/configs/MPC8560ADS.h | 8 ++++---- 31759 6 files changed, 12 insertions(+), 13 deletions(-) 31760 31761commit 96629cbabdb727d4a5e62542deefc01d498db6dc 31762Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 31763Date: Tue Dec 5 16:42:30 2006 +0800 31764 31765 u-boot: Fix e500 v2 core reset bug 31766 31767 The following patch fixes the e500 v2 core reset bug. 31768 For e500 v2 core, a new reset control register is added to reset the 31769 processor. 31770 31771 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 31772 31773commit 63247a5acd58032e6cf33f525bc3923b467bac88 31774Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 31775Date: Wed Dec 20 11:01:00 2006 +0800 31776 31777 u-boot: v2: Remove the fixed TLB and LAW entrynubmer 31778 31779 Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW 31780 entry number to control the loop. This can reduce the potential risk 31781 for the 85xx processor increasing its TLB adn LAW entry number. 31782 31783 Signed-off-by: Swarthout Edward <swarthout@freescale.com> 31784 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 31785 31786commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf 31787Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 31788Date: Mon Dec 18 17:01:04 2006 +0800 31789 31790 u-boot: Fix the 85xxcds tsec bug 31791 31792 Fix the 85xxcds tsec bug. 31793 When enable PCI, tsec.o should be added to u-boot.lds to make tsec work. 31794 31795 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 31796 31797commit 7337b237ffc4aaf1b9467024fe472a880d852598 31798Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 31799Date: Fri Dec 15 14:43:31 2006 +0800 31800 31801 u-boot: Fix CPU2 errata on MPC8548CDS board 31802 31803 This patch apply workaround of CPU2 errata on MPC8548CDS board. 31804 31805 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com> 31806 31807commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09 31808Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com> 31809Date: Mon Dec 18 16:25:15 2006 +0800 31810 31811 u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default 31812 31813 This patch disables MPC8548CDS 2T_TIMING for DDR by default. 31814 31815 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com> 31816 31817commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7 31818Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 31819Date: Thu Dec 14 14:14:55 2006 +0800 31820 31821 u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board 31822 31823 Enable PCI function and add PEX & rapidio memory map on MPC8548CDS 31824 board. 31825 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 31826 31827commit 96b8a05432f346f36493535c85320b70ec9c7c1b 31828Author: Scott Wood <scottwood@freescale.com> 31829Date: Mon Apr 16 14:54:15 2007 -0500 31830 31831 mpc83xx: Add MPC8313ERDB support. 31832 31833 Signed-off-by: Scott Wood <scottwood@freescale.com> 31834 31835commit 49ea3b6eafe606285ae4d5c378026153dde53200 31836Author: Scott Wood <scottwood@freescale.com> 31837Date: Mon Apr 16 14:34:21 2007 -0500 31838 31839 mpc83xx: Add generic PCI setup code. 31840 31841 Board code can now request the generic setup code rather than having to 31842 copy-and-paste it for themselves. Boards should be converted to use this 31843 once they're tested with it. 31844 31845 Signed-off-by: Scott Wood <scottwood@freescale.com> 31846 31847commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea 31848Author: Scott Wood <scottwood@freescale.com> 31849Date: Mon Apr 16 14:34:19 2007 -0500 31850 31851 mpc83xx: Add 831x support to speed.c. 31852 31853 Signed-off-by: Scott Wood <scottwood@freescale.com> 31854 31855commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f 31856Author: Scott Wood <scottwood@freescale.com> 31857Date: Mon Apr 16 14:34:18 2007 -0500 31858 31859 mpc83xx: Add 831x support to global_data.h 31860 31861 Signed-off-by: Scott Wood <scottwood@freescale.com> 31862 31863commit 95e7ef897e54591e615fc1b458b74c286fe1fb06 31864Author: Scott Wood <scottwood@freescale.com> 31865Date: Mon Apr 16 14:34:16 2007 -0500 31866 31867 mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu(). 31868 31869 Rather than misleadingly define PVR_83xx as the specific type of 83xx 31870 being built for, the PVR of each core revision is defined. checkcpu() now 31871 prints the core that it detects, rather than aborting if it doesn't find 31872 what it thinks it wants. 31873 31874 Signed-off-by: Scott Wood <scottwood@freescale.com> 31875 31876commit a35b0c4950d84cf9e3a9e32b916135956d1ac636 31877Author: Scott Wood <scottwood@freescale.com> 31878Date: Mon Apr 16 14:34:15 2007 -0500 31879 31880 mpc83xx: Recognize SPR values for MPC8311 and MPC8313. 31881 31882 Signed-off-by: Scott Wood <scottwood@freescale.com> 31883 31884commit d87c57b201b4572d16f1b642998faa00c9912b16 31885Author: Scott Wood <scottwood@freescale.com> 31886Date: Mon Apr 16 14:31:55 2007 -0500 31887 31888 mpc83xx: Add register definitions for MPC831x. 31889 31890 Signed-off-by: Scott Wood <scottwood@freescale.com> 31891 31892commit 7fc4c71a143be8666d70803fb25ae60379c95622 31893Author: Stefan Roese <sr@denx.de> 31894Date: Mon Apr 23 15:39:59 2007 +0200 31895 31896 Fix file mode 31897 31898 Signed-off-by: Stefan Roese <sr@denx.de> 31899 31900commit 38257988abfe74d459ca2ad748b109ca04e4efe1 31901Author: Sergei Shtylyov <sshtylyov@ru.mvista.com> 31902Date: Mon Apr 23 15:30:39 2007 +0200 31903 31904 [PATCH] Avoid assigning PCI resources from zero address 31905 31906 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE 31907 core complains and IDE drivers fails to work. Also, assigning zero to a BAR 31908 was illegal according to PCI 2.1 (the later revisions seem to have excluded the 31909 sentence about "0" being considered an invalid address) -- so, use a reasonable 31910 starting value of 0x1000 (that's what the most Linux archs are using). 31911 31912 Alternatively, one might have fixed the calls to pci_set_region() individually 31913 (some code even seems to have taken care of this issue) but that would have 31914 been a lot more work. :-) 31915 31916 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> 31917 Acked-by: Stefan Roese <sr@denx.de> 31918 31919commit afb903a2eb9436baa9270ccc0c27082d86497d89 31920Author: Jeffrey Mann <mannj@embeddedplanet.com> 31921Date: Mon Apr 23 14:00:11 2007 +0200 31922 31923 [patch] setenv(...) can delete environmentalvariables 31924 31925 update setenv() function so that entering a NULL value for the 31926 variable's value will delete the environmental variable 31927 31928 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 31929 Acked-by: Stefan Roese <sr@denx.de> 31930 31931commit 36f104e5caa747d568eff26b369565af57c2ffa6 31932Author: Mike Frysinger <vapier@gentoo.org> 31933Date: Mon Apr 23 13:54:24 2007 +0200 31934 31935 [patch] use unsigned char in smc91111 driver for mac 31936 31937 the v_mac variable in the smc91111 driver is declared as a signed char ... 31938 this causes problems when one of the bytes in the MAC is "signed" like 0xE0 31939 because when it gets printed out, you get a display like: 31940 0xFFFFFFE0 and that's no good 31941 31942 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 31943 31944commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459 31945Author: Rodolfo Giometti <giometti@enneenne.com> 31946Date: Mon Apr 23 13:10:52 2007 +0200 31947 31948 USB: (Another) delay for crappy USB keys. 31949 31950 Some USB keys are slow in giving back an answer when the Root HUB 31951 enables power lines. 31952 31953 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 31954 31955commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522 31956Author: Stefan Roese <sr@denx.de> 31957Date: Mon Apr 23 12:00:22 2007 +0200 31958 31959 Remove BOARDLIBS usage completely 31960 31961 Signed-off-by: Stefan Roese <sr@denx.de> 31962 31963commit 32556443840f127170e4baa8bdd5b567039f6c36 31964Author: Michal Simek <monstr@monstr.eu> 31965Date: Sat Apr 21 21:07:22 2007 +0200 31966 31967 [PATCH] SystemACE support for Microblaze 31968 31969commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f 31970Author: Michal Simek <monstr@monstr.eu> 31971Date: Sat Apr 21 21:02:40 2007 +0200 31972 31973 16bit read/write little endian 31974 31975commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4 31976Author: Michal Simek <monstr@monstr.eu> 31977Date: Sat Apr 21 20:53:31 2007 +0200 31978 31979 Change ML401 parameters - Xilinx BSP 31980 31981commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d 31982Author: Ed Swarthout <Ed.Swarthout@freescale.com> 31983Date: Wed Feb 28 05:37:29 2007 -0600 31984 31985 mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines. 31986 31987 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 31988 31989commit 79cb47391eebef85acadb3f6961ef6c55cace6ac 31990Author: Zhang Wei <wei.zhang@freescale.com> 31991Date: Fri Jan 19 10:42:37 2007 +0800 31992 31993 Enable LAWs for MPC8641 PCI-Ex2. 31994 31995 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 31996 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31997 31998commit bd7851ce1e1f140665b520026abf1042968b1102 31999Author: Jon Loeliger <jdl@freescale.com> 32000Date: Fri Apr 20 14:12:26 2007 -0500
32001 32002 mpc86xx; Write MAC address to mac-address and local-mac-address 32003 32004 Some device trees have a mac-address property, some have local-mac-address, 32005 and some have both. To support all of these device trees, ftp_cpu_setup() 32006 should write the MAC address to mac-address and local-mac-address, if they 32007 exist. 32008 32009 Signed-off-by: Timur Tabi <timur@freescale.com> 32010 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32011 32012commit 7dbdf28b8bd855a8530dc3292e4982575a197060 32013Author: Jon Loeliger <jdl@freescale.com> 32014Date: Fri Apr 20 14:11:38 2007 -0500 32015 32016 mpc86xx: protect memcpy to bad address if a mac-address is missing from dt 32017 32018 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 32019 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32020 32021commit 14da5f7675bbb427c469e3f45006e027b6e21db9 32022Author: Wolfgang Denk <wd@denx.de> 32023Date: Fri Apr 20 17:43:28 2007 +0200 32024 32025 Cleanup compiler warnings, update CHANGELOG 32026 32027 Signed-off-by: Wolfgang Denk <wd@denx.de> 32028 32029commit 6923565db12af34fd5e02d354ee65a8c78ac460f 32030Author: Detlev Zundel <dzu@denx.de> 32031Date: Fri Apr 20 12:01:47 2007 +0200 32032 32033 Fix breakage of NC650 board with respect to nand support. 32034 32035 Signed-off-by: Detlev Zundel <dzu@denx.de> 32036 32037commit 39f23cd90947639ac278a18ff277ec786b5ac167 32038Author: Domen Puncer <domen.puncer@telargo.com> 32039Date: Fri Apr 20 11:13:16 2007 +0200 32040 32041 [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation 32042 32043 G2 core reference manual says decrementer and time base 32044 are decreasing/increasing once every 4 bus clock cycles. 32045 Lets fix it, so time in Linux won't run twice as fast 32046 32047 Signed-off-by: Domen Puncer <domen.puncer@telargo.com> 32048 Acked-by: Grant Likely <grant.likely@secretlab.ca> 32049 32050commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56 32051Author: Gerald Van Baren <vanbaren@cideas.com> 32052Date: Thu Apr 19 23:14:39 2007 -0400 32053 32054 Fix serious pointer bug with bootm and reserve map. 32055 32056 What was suppose to be a stack variable was declared as a pointer, 32057 overwriting random memory. 32058 Also moved the libfdt.a requirement into the main Makefile. That is 32059 The U-Boot Way. 32060 32061commit d21686263574e95cb3e9e9b0496f968b1b897fdb 32062Author: Stefan Roese <sr@denx.de> 32063Date: Thu Apr 19 09:53:52 2007 +0200 32064 32065 ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai 32066 32067 Previous versions used full wait states for the chip select #1 which 32068 is connected to the Xilinix SystemACE controller on the AMCC Katmai 32069 evaluation board. This leads to really slow access and therefore low 32070 performance. This patch now sets up the chip select a lot faster 32071 resulting in much better read/write performance of the Linux driver. 32072 32073 Signed-off-by: Stefan Roese <sr@denx.de> 32074 32075commit 37837828d89084879bee2f2b8c7c68d4695940df 32076Author: Wolfgang Denk <wd@denx.de> 32077Date: Wed Apr 18 17:49:29 2007 +0200 32078 32079 Clenaup, update CHANGELOG 32080 32081 Signed-off-by: Wolfgang Denk <wd@denx.de> 32082 32083commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449 32084Author: Wolfgang Denk <wd@denx.de> 32085Date: Wed Apr 18 17:20:58 2007 +0200 32086 32087 Update CHANGELOG 32088 32089 Signed-off-by: Wolfgang Denk <wd@denx.de> 32090 32091commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b 32092Author: Wolfgang Denk <wd@denx.de> 32093Date: Wed Apr 18 17:07:26 2007 +0200 32094 32095 Cleanup, update CHANGELOG 32096 32097 Sigend-off-by: Wolfgang Denk <wd@denx.de> 32098 32099commit 5f6c732affea9647762d27a4617a2ae64c52dceb 32100Author: Wolfgang Denk <wd@denx.de> 32101Date: Wed Apr 18 16:17:46 2007 +0200 32102 32103 Update CHANGELOG 32104 32105commit ad4eb555671d97f96dc56eab55103b1f86874b01 32106Author: Wolfgang Denk <wd@denx.de> 32107Date: Wed Apr 18 14:30:39 2007 +0200 32108 32109 MCC200 board: remove warning which is obsolete after PSoC firmware changes 32110 32111 Signed-off-by: Wolfgang Denk <wd@denx.de> 32112 32113commit 3747a3f010b2b1442dec3e871c69788b6017aaae 32114Author: Domen Puncer <domen.puncer@telargo.com> 32115Date: Wed Apr 18 12:11:05 2007 +0200 32116 32117 [PATCH] icecube/lite5200b: document wakeup from low-power support 32118 32119 Signed-off-by: Domen Puncer <domen.puncer@telargo.com> 32120 32121commit e673226ff9d6aa91b47ceac74b8c13770b06bb37 32122Author: Stefan Roese <sr@denx.de> 32123Date: Wed Apr 18 12:07:47 2007 +0200 32124 32125 ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM 32126 32127 Signed-off-by: Stefan Roese <sr@denx.de> 32128 32129commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f 32130Author: Stefan Roese <sr@denx.de> 32131Date: Wed Apr 18 12:05:59 2007 +0200 32132 32133 ppc4xx: Add output for bootrom location to 405EZ ports 32134 32135 Now 405EZ ports also show upon bootup from which boot device 32136 they are configured to boot: 32137 32138 U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05) 32139 32140 CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz) 32141 Bootstrap Option E - Boot ROM Location EBC (32 bits) 32142 16 kB I-Cache 16 kB D-Cache 32143 Board: Acadia - AMCC PPC405EZ Evaluation Board 32144 32145 Signed-off-by: Stefan Roese <sr@denx.de> 32146 32147commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85 32148Author: Peter Pearse <peter.pearse@arm.com> 32149Date: Tue Apr 17 13:30:33 2007 +0100 32150 32151 Move ppearse to ARM board list 32152 Add Konstantin Kletschke for scb9328. 32153 Signed-off-by: Peter Pearse <peter.pearse@arm.com> 32154 32155commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3 32156Author: Domen Puncer <domen.puncer@telargo.com> 32157Date: Mon Apr 16 14:00:13 2007 +0200 32158 32159 [PATCH] icecube/lite5200b: wakeup from low-power support 32160 32161 U-Boot part of Lite5200b low power mode support. 32162 Puts SDRAM out of self-refresh and transfers control to 32163 address saved at physical 0x0. 32164 32165 Signed-off-by: Domen Puncer <domen.puncer@telargo.com> 32166 Acked-by: Grant Likely <grant.likely@secretlab.ca> 32167 32168commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460 32169Author: Gerald Van Baren <vanbaren@cideas.com> 32170Date: Sun Apr 15 13:54:26 2007 -0400 32171 32172 Fix the ft_cpu_setup() property settings. 32173 32174 Use "setter" functions instead of flags, cleaner and more flexible. 32175 It also fixes the problem noted by Timur Tabi that the ethernet MAC 32176 addresses were all being set incorrectly to the same MAC address. 32177 32178commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4 32179Author: Gerald Van Baren <vanbaren@cideas.com> 32180Date: Sat Apr 14 22:51:24 2007 -0400 32181 32182 Improve the bootm command for CONFIG_OF_LIBFDT 32183 32184 In bootm, create the "/chosen" node only if it doesn't already exist 32185 (better matches the previous behavior). 32186 Update for proper reserved memory map handling for initrd. 32187 32188commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888 32189Author: Gerald Van Baren <vanbaren@cideas.com> 32190Date: Sat Apr 14 22:46:41 2007 -0400 32191 32192 Add some utilities to manipulate the reserved memory map. 32193 32194commit 8048cdd56f04a756eeea4951f402bf5cc33785db 32195Author: Wolfgang Denk <wd@denx.de> 32196Date: Sat Apr 14 21:16:54 2007 +0200 32197 32198 Update CHANGELOG 32199 32200commit 8e6875183cdca91c134408d119d4abcd48ef6856 32201Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32202Date: Sun Dec 17 18:56:46 2006 +0100 32203 32204 AVR32: Enable MMC support 32205 32206 Set up the portmux for the MMC interface and enable the MMC driver 32207 along with support for DOS partitions, ext2 and FAT filesystems. 32208 32209 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32210 32211commit fc26c97bb6df41b4a95662c34054fe912387bf38 32212Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32213Date: Fri Jan 20 10:03:53 2006 +0100 32214 32215 Atmel MCI driver 32216 32217 Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs. 32218 32219 The AT91 ARM-based CPUs use basically the same hardware, so it should 32220 be possible to share this driver, but no effort has been made so far. 32221 32222 Hardware documentation can be found in the AT32AP7000 data sheet, 32223 which can be downloaded from 32224 32225 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682 32226 32227 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32228 32229commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f 32230Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32231Date: Sun Dec 17 18:55:37 2006 +0100 32232 32233 AVR32: Add clk and gpio infrastructure for mmci 32234 32235 Implement functions for configuring the mmci pins, as well as 32236 functions for getting the clock rate of the mmci controller. 32237 32238 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32239 32240commit 7fac3f69e9f05c5e5326681976c35d129324c4de 32241Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32242Date: Sun Dec 17 18:53:56 2006 +0100 32243 32244 Enable partition support with MMC 32245 32246 Include implementations of init_part() and get_partition_info() when 32247 CONFIG_MMC is set. 32248 32249 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32250 32251commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872 32252Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32253Date: Sun Dec 17 17:14:30 2006 +0100 32254 32255 AVR32: Enable networking 32256 32257 Implement MACB initialization for AVR32 and ATSTK1000, and turn 32258 everything on, including the MACB driver. 32259 32260 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32261 32262commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009 32263Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32264Date: Fri Jan 20 10:03:34 2006 +0100 32265 32266 Atmel MACB ethernet driver 32267 32268 Driver for the Atmel MACB on-chip ethernet controller. 32269 32270 This driver has been tested on the ATSTK1000 board with a AT32AP7000 32271 CPU. It should probably work on AT91SAM926x as well with some minor 32272 modifications. 32273 32274 Hardware documentation can be found in the AT32AP7000 data sheet, 32275 which can be downloaded from 32276 32277 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682 32278 32279 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32280 32281commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556 32282Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32283Date: Sun Dec 17 16:56:14 2006 +0100 32284 32285 AVR32: Add clk and gpio infrastructure for macb0 and macb1 32286 32287 Implement functions for configuring the macb0 and macb1 pins, as 32288 well as functions for getting the clock rate of the various 32289 busses the macb ethernet controllers are connected to. 32290 32291 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32292 32293commit d5acb95b16a0a74c643524342c3437e765426d05 32294Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32295Date: Sun Dec 17 15:39:15 2006 +0100 32296 32297 AVR32: Implement simple DMA memory allocator 32298 32299 Implement dma_alloc_coherent() which returns cache-aligned 32300 uncacheable memory. 32301 32302 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32303 32304commit 91975b0fea773c9e681fea8cf3349669f27685ee 32305Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32306Date: Sun Dec 17 15:46:02 2006 +0100 32307 32308 Import <linux/mii.h> from the Linux kernel 32309 32310 Instead of creating yet another set of MII register definitions 32311 in the macb driver, here's a complete set of definitions for everyone 32312 to use. 32313 32314 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32315 32316commit 1b804b229556a4d862da93c0ec94e79419364b2c 32317Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32318Date: Wed Mar 21 19:47:36 2007 +0100 32319 32320 AVR32: Include more commands for ATSTK1000 32321 32322 Include the imi, imls and jffs commands sets by default on ATSTK1000. 32323 Also define CONFIG_BOOTARGS to something more useful, define 32324 CONFIG_BOOTCOMMAND and enable autoboot by default. 32325 32326 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32327 32328commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d 32329Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32330Date: Wed Mar 21 19:44:48 2007 +0100 32331 32332 AVR32: Provide a definition of struct stat 32333 32334 Copy the definition of struct stat from the Linux kernel. 32335 32336 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32337 32338commit 12f099c08167a7a51aeee623bc16dafd0841271c 32339Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32340Date: Sun Dec 17 14:46:06 2006 +0100 32341 32342 AVR32: Use initdram() instead of board_init_memories() 32343 32344 Conform to the "standard" interface and use initdram() instead of 32345 board_init_memories() on AVR32. This enables us to get rid of the 32346 sdram_size member of the global_data struct as well. 32347 32348 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32349 32350commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c 32351Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32352Date: Mon Nov 20 15:53:10 2006 +0100 32353 32354 AVR32: Relocate u-boot to SDRAM 32355 32356 Relocate the u-boot image into SDRAM like everyone else does. This 32357 means that we can handle much larger .data and .bss than we used to. 32358 32359 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32360 32361commit df548d3c3e2bbc40258713167859ffc2ce99a900 32362Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32363Date: Sun Nov 19 18:06:53 2006 +0100 32364 32365 AVR32: Resource management rewrite 32366 32367 Rewrite the resource management code (i.e. I/O memory, clock gating, 32368 gpio) so it doesn't depend on any global state. This is necessary 32369 because this code is heavily used before relocation to RAM, so we 32370 can't write to any global variables. 32371 32372 As an added bonus, this makes u-boot's memory footprint a bit smaller, 32373 although some functionality has been left out; all clocks are enabled 32374 all the time, and there's no checking for gpio line conflicts. 32375 32376 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32377 32378commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9 32379Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32380Date: Sat Nov 18 18:01:13 2006 +0100 32381 32382 AVR32: Clean up memory-map.h for at32ap7000 32383 32384 Convert spaces to tabs (must have missed this one last time around), 32385 sort the entries by address and group them together by bus 32386 connectivity. 32387 32388 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32389 32390commit 28c699ef69f4b6cdf252e4747b7b590028a88981 32391Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32392Date: Sat Nov 18 17:32:31 2006 +0100 32393 32394 AVR32: Build position-independent u-boot 32395 32396 Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot 32397 position independent. This will make relocation a lot easier. 32398 32399 -mno-init-got means that gcc shouldn't emit code to load the GOT 32400 address into r6 in every function prologue. We do it once and for 32401 all in the early startup assembly code, so enabling this option 32402 makes u-boot a bit faster and smaller. 32403 32404 The assembly parts have always been position-independent, so no code 32405 changes should be necessary. 32406 32407 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32408 32409commit 5374b36de91d006d1df9536259fa9f66b01aa3aa 32410Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32411Date: Sat Nov 18 17:24:31 2006 +0100 32412 32413 AVR32: Use avr32-linux- cross-compilation prefix by default 32414 32415 It doesn't really matter which toolchain you use to compile u-boot, 32416 but the avr32-linux one is probably what most people have installed. 32417 32418 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32419 32420commit c841beeddebece0039e724fb27f4d1a39ee1c6b6 32421Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32422Date: Sat Nov 18 17:15:30 2006 +0100 32423 32424 AVR32: Split start_u_boot into board_init_f and board_init_r 32425 32426 Split the avr32 initialization code into a function to run before 32427 relocation, board_init_f and a function to run after relocation, 32428 board_init_r. For now, board_init_f simply calls board_init_r 32429 at the end. 32430 32431 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32432 32433commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e 32434Author: Heiko Schocher <hs@pollux.denx.de> 32435Date: Sat Apr 14 05:26:48 2007 +0200 32436 32437 [Fix] Set the LED status register on the UC101 for the LXT971 PHY. 32438 clear the Display after reset. 32439 32440 Signed-off-by: Heiko Schocher <hs@denx.de> 32441 32442commit 7882751c78b7ecabfd49b0eff8de27661c71f16c 32443Author: Denis Peter <d.peter@mpl.ch> 32444Date: Fri Apr 13 09:13:33 2007 +0200 32445 32446 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c 32447 32448 Fix bug introduced by "Fix get_partition_info() parameter error in all 32449 other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented 32450 to use diskboot or scsiboot form another device than 0. 32451 32452 Signed-off-by: Denis Peter <d.peter@mpl.ch> 32453 32454commit 0b94504d22e70f537c17a0d38c87edb6e370977d 32455Author: Greg Lopp <lopp@pobox.com> 32456Date: Fri Apr 13 08:02:24 2007 +0200 32457 32458 [PATCH] Fix use of "void *" for block dev read/write buffer pointers 32459 32460 Signed-of-by: Greg Lopp <lopp@pobox.com> 32461 Acked-by: Grant Likely <grant.likely@secretlab.ca> 32462 32463commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9 32464Author: Xie Xiaobo <r63061@freescale.com> 32465Date: Fri Mar 9 19:08:25 2007 +0800 32466 32467 Fix two bugs for MPC83xx DDR2 controller SPD Init 32468 32469 There are a few bugs in the cpu/mpc83xx/spd_sdram.c 32470 the first bug is that the picos_to_clk routine introduces a huge 32471 rounding error in 83xx. 32472 the second bug is that the mode register write recovery field is 32473 tWR-1, not tWR >> 1. 32474 32475commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13 32476Author: Jeffrey Mann <mannj@embeddedplanet.com> 32477Date: Thu Apr 12 14:15:59 2007 +0200 32478 32479 ppc4xx: Fix i2c divisor calcularion for PPC4xx 32480 32481 This patch fixes changes the i2c_init(...) function to use the function 32482 get_OPB_freq() rather than calculating the OPB speed by 32483 sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is 32484 specific per processor. The prior method was not and so was calculating 32485 the wrong speed for some PPC4xx processors. 32486 32487 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 32488 Signed-off-by: Stefan Roese <sr@denx.de> 32489 32490commit 6c9ba919375db977aaad9146bf320c7afd07ae7a 32491Author: Wolfgang Denk <wd@denx.de> 32492Date: Wed Apr 11 17:25:01 2007 +0200 32493 32494 Update CHANGELOG 32495 32496 Signed-off-by: Wolfgang Denk <wd@denx.de> 32497 32498commit 51056dd9863e6a1bc363afbbe1775c58cd967418 32499Author: Wolfgang Denk <wd@denx.de> 32500Date: Wed Apr 11 17:22:55 2007 +0200 32501 32502 Update for SC3 board 32503 32504 * Make IDE timeout configurable through ide_reset_timeout variable. 32505 * Use Newline as "password" string 32506 * Use just a single partition in NAND flash 32507 32508commit 3d98b85800c80dc68227c8f10bf5c93456d6d054 32509Author: Haiying Wang <haiying.wang@freescale.com> 32510Date: Mon Jan 22 12:37:30 2007 -0600 32511 32512 Add PIXIS FPGA support for MPC8641HPCN board. 32513 32514 Move the 8641HPCN's PIXIS code to the new directory 32515 board/freescale/common/ as it will be shared by 32516 future boards not in the same processor family. 32517 32518 Write a "pixis_reset" command that utilizes the FPGA 32519 reset sequencer to support alternate soft-reset options 32520 such as using the "alternate" flash bank, enabling 32521 the watch dog, or choosing different CPU frequencies. 32522 32523 Add documentation for the pixis_reset to README.mpc8641hpcn. 32524 32525 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 32526 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32527 32528commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642 32529Author: Gerald Van Baren <vanbaren@cideas.com> 32530Date: Fri Apr 6 14:19:43 2007 -0400 32531 32532 Moved fdt command support code to fdt_support.c 32533 32534 ...in preparation for improving the bootm command's handling of fdt blobs. 32535 Also cleaned up some coding sloppiness. 32536 32537commit 6679f9299534e488a171a9bb8f9bb891de247aab 32538Author: Gerald Van Baren <vanbaren@cideas.com> 32539Date: Fri Apr 6 14:17:14 2007 -0400 32540 32541 libfdt: Make fdt_check_header() public 32542 32543 Changed _fdt_check_header() to fdt_check_header() and made it part of 32544 the interface - it is a useful routine. 32545 32546 Also did some asthetics cleanup to the include files (headers). 32547 32548commit c0707ce65677650b5ceab0500ee50ae5168afef2 32549Author: Aubrey Li <aubrey.adi@gmail.com> 32550Date: Thu Apr 5 18:34:06 2007 +0800 32551 32552 [Blackfin][PATCH] Kill off a bunch of common local prototypes 32553 32554commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d 32555Author: Aubrey Li <aubrey.adi@gmail.com> 32556Date: Thu Apr 5 18:33:04 2007 +0800 32557 32558 [Blackfin][PATCH] Fix dynamic CPLB generation issue 32559 32560commit 0445e3a264251d75b1be45ef713c70726a2952f0 32561Author: Aubrey Li <aubrey.adi@gmail.com> 32562Date: Thu Apr 5 18:31:47 2007 +0800 32563 32564 [Blackfin][PATCH] minior cleanup 32565 32566commit 155fd766573981090e638b493d5857562151862e 32567Author: Aubrey Li <aubrey.adi@gmail.com> 32568Date: Thu Apr 5 18:31:18 2007 +0800 32569 32570 [Blackfin][PATCH] Fix copyright and update license 32571 32572commit 9fd437bbd75d282f899e1da50be20a2bf38450bc 32573Author: Aubrey Li <aubrey.adi@gmail.com> 32574Date: Thu Apr 5 18:30:25 2007 +0800 32575 32576 [Blackfin][PATCH] Add BF537 EMAC driver initialization 32577 32578commit 889256e8604e0c68db1d866d720894dffede9df6 32579Author: Aubrey Li <aubrey.adi@gmail.com> 32580Date: Thu Apr 5 18:29:55 2007 +0800 32581 32582 [Blackfin][PATCH] call real the system synchronize instruction 32583 32584commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05 32585Author: Aubrey Li <aubrey.adi@gmail.com> 32586Date: Thu Apr 5 18:29:17 2007 +0800 32587 32588 [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it 32589 32590commit dfeeab2cd680df047e68e723b246adf6f33bb556 32591Author: Aubrey Li <aubrey.adi@gmail.com> 32592Date: Thu Apr 5 18:28:34 2007 +0800 32593 32594 [Blackfin][PATCH]: fix flash unaligned copy issue 32595 32596commit 443feb740584e406efa203af909fe2926608e8d5 32597Author: Igor Marnat <marny@rambler.ru> 32598Date: Wed Mar 21 09:55:01 2007 +0300 32599 32600 Update usage of 'nc' in README.NetConsole 32601 32602 Added information about usage of NetConsole on systems where the -l and -p 32603 switches are mutually exclusive. 32604 32605 Signed-off-by: Igor Marnat <marny@rambler.ru> 32606 Signed-off-by: Ben Warren <bwarren@qstreams.com> 32607 32608commit 31c98a88228021b314c89ebb8104fb6473da4471 32609Author: Wolfgang Denk <wd@denx.de> 32610Date: Wed Apr 4 02:09:30 2007 +0200 32611 32612 Minor coding style cleanup. 32613 32614commit 94abd7c0583ebe01e799b25f451201deeaab550d 32615Author: Wolfgang Denk <wd@denx.de> 32616Date: Wed Apr 4 01:49:15 2007 +0200 32617 32618 Minor cleanup. 32619 32620commit 822af351ad2babc7d99033361a5fcacd30f6bc78 32621Author: Rodolfo Giometti <giometti@enneenne.com> 32622Date: Tue Apr 3 14:27:18 2007 +0200 32623 32624 Support for the Philips ISP116x HCD (Host Controller Driver) 32625 32626 Signed-off-by: Rodolfo Giometti <giometti@enneenne.com> 32627 32628commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8 32629Author: Markus Klotzbuecher <mk@denx.de> 32630Date: Tue Apr 3 14:27:08 2007 +0200 32631 32632 USB: cleanup monahans usb support. Remove dead code. 32633 32634 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 32635 32636commit a65c5768e5537530bd1780af3d3fddc3113a163c 32637Author: Stefan Roese <sr@denx.de> 32638Date: Mon Apr 2 10:09:30 2007 +0200 32639 32640 ppc4xx: Change SysACE address on Katmai 32641 32642 With this new base address of the Xilinx SystemACE controller 32643 the Linux driver will be easier to adapt, since it can now be 32644 mapped via the "normal" ioremap() call. 32645 32646 Signed-off-by: Stefan Roese <sr@denx.de> 32647 32648commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73 32649Author: Gerald Van Baren <vanbaren@cideas.com> 32650Date: Sat Mar 31 14:30:53 2007 -0400 32651 32652 Fix some minor whitespace violations. 32653 32654commit 213bf8c822de8eecaf69860684469cdaba2e9e6a 32655Author: Gerald Van Baren <vanbaren@cideas.com> 32656Date: Sat Mar 31 12:23:51 2007 -0400 32657 32658 Add a flattened device tree (fdt) command (2 of 2) 32659 32660 Modifications to the existing code to support the new fdt command. 32661 32662commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e 32663Author: Gerald Van Baren <vanbaren@cideas.com> 32664Date: Sat Mar 31 12:22:10 2007 -0400 32665 32666 Add a flattened device tree (fdt) command (1 of 2) 32667 32668 The fdt command uses David Gibson's libfdt library to manipulate as well 32669 as print the flattened device tree. This patch is the new command, 32670 the second part is the modifications to the existing code. 32671 32672commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e 32673Author: Gerald Van Baren <vanbaren@cideas.com> 32674Date: Sat Mar 31 12:13:43 2007 -0400 32675 32676 libfdt: Enhanced and published fdt_next_tag() 32677 32678 Enhanced the formerly private function _fdt_next_tag() to allow stepping 32679 through the tree, used to produce a human-readable dump, and made 32680 it part of the published interface. 32681 Also added some comments. 32682 32683commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71 32684Author: Gerald Van Baren <vanbaren@cideas.com> 32685Date: Sat Mar 31 12:05:39 2007 -0400 32686 32687 libfdt: Customizations for use by u-boot. 32688 32689 Changes to David Gibson's original source to fit into u-boot's 32690 environment. No functionality changes. 32691 32692commit 35748177c64a4a83a00057e93bb33e40278a2a96 32693Author: Gerald Van Baren <vanbaren@cideas.com> 32694Date: Sat Mar 31 12:00:56 2007 -0400 32695 32696 libfdt: Import libfdt source (2 of 2) 32697 32698 This adds the applicable libfdt source files (unmodified) and a README 32699 to explain where the source came from. 32700 32701commit 7cd5da0fe877e7171a4cdd44880bce783132871a 32702Author: Gerald Van Baren <vanbaren@cideas.com> 32703Date: Sat Mar 31 11:59:59 2007 -0400 32704 32705 libfdt: Import libfdt source (1 of 2) 32706 32707 This adds the applicable libfdt source files (unmodified) and a README 32708 to explain where the source came from. 32709 32710commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b 32711Author: Stefan Roese <sr@denx.de> 32712Date: Sat Mar 31 13:16:23 2007 +0200 32713 32714 ppc4xx: Update Katmai bootstrap command 32715 32716 Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB 32717 is selected. 32718 32719 Signed-off-by: Stefan Roese <sr@denx.de> 32720 32721commit cabee756a6532986729477c3cc1ea16ef8517ad2 32722Author: Stefan Roese <sr@denx.de> 32723Date: Sat Mar 31 13:15:06 2007 +0200 32724 32725 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) 32726 32727 Additional RAM information is now printed upon powerup, like 32728 DDR2 frequency and CAS latency. 32729 32730 Signed-off-by: Stefan Roese <sr@denx.de> 32731 32732commit 60723803431ac75cad085690789e433d5ab9174e 32733Author: Stefan Roese <sr@denx.de> 32734Date: Sat Mar 31 08:48:36 2007 +0200 32735 32736 ppc4xx: Change Yucca config file to support ECC 32737 32738 With the updated 44x DDR2 driver the Yucca board now supports 32739 ECC generation and checking. 32740 32741 Signed-off-by: Stefan Roese <sr@denx.de> 32742 32743commit 490e5730c674b20d708b783a2c5ffd7208f83873 32744Author: Stefan Roese <sr@denx.de> 32745Date: Sat Mar 31 08:47:34 2007 +0200 32746 32747 ppc4xx: Fix "bootstrap" command for Katmai board 32748 32749 The board specific "bootstrap" command is now fixed and can 32750 be used for the AMCC Katmai board to configure different 32751 CPU/PLB/OPB frequencies. 32752 32753 Signed-off-by: Stefan Roese <sr@denx.de> 32754 32755commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1 32756Author: Stefan Roese <sr@denx.de> 32757Date: Sat Mar 31 08:46:08 2007 +0200 32758 32759 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) 32760 32761 Fix a bug in the auto calibration routine. This driver now runs 32762 more reliable with the tested modules. It's also tested with 32763 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai. 32764 32765 Signed-off-by: Stefan Roese <sr@denx.de> 32766 32767commit 342cd097be1e7affe82f42ab3da220959a699e64 32768Author: Michal Simek <monstr@monstr.eu> 32769Date: Fri Mar 30 22:52:09 2007 +0200 32770 32771 [PATCH] Clean include dependence 32772 32773commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906 32774Author: Michal Simek <monstr@monstr.eu> 32775Date: Fri Mar 30 22:42:45 2007 +0200 32776 32777 [CLEAN] Remove inefficient Suzaku code 32778 32779commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d 32780Author: Stefan Roese <sr@denx.de> 32781Date: Wed Mar 28 15:03:16 2007 +0200 32782 32783 Merge some AMCC make targets to keep the top-level Makefile smaller 32784 32785 Signed-off-by: Stefan Roese <sr@denx.de> 32786 32787commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e 32788Author: Stefan Roese <sr@denx.de> 32789Date: Wed Mar 28 14:52:12 2007 +0200 32790 32791 i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined 32792 32793 The "old" i2c commands (iprobe, imd...) are now compiled in again, 32794 even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE 32795 config option. 32796 32797 Signed-off-by: Stefan Roese <sr@denx.de> 32798 32799commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a 32800Author: Michal Simek <monstr@monstr.eu> 32801Date: Tue Mar 27 00:32:16 2007 +0200 32802 32803 PATCH: Resolve GPL license problem 32804 32805commit ae00bb4b2944dc64a485ed72a19754b11af7c223 32806Author: Rodolfo Giometti <giometti@enneenne.com> 32807Date: Mon Mar 26 12:03:36 2007 +0200 32808 32809 PXA: pxa27x USB OHCI support 32810 32811 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 32812 32813commit ae79f60677c208326535647dcbd5c3ec40dbcb0b 32814Author: Markus Klotzbuecher <mk@denx.de> 32815Date: Mon Mar 26 11:21:05 2007 +0200 32816 32817 USB: remove the S3C24X0_merge #define, which was introduced while 32818 merging OHCI drivers. 32819 32820 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 32821 32822commit 1798049522f594013aea29457d46794298c6ae15 32823Author: Michal Simek <root@monstr.eu> 32824Date: Mon Mar 26 01:39:07 2007 +0200 32825 32826 Support for XUPV2P board 32827 Reset support 32828 BSP autoconfig support 32829 32830commit 0d974d5297349504a2ddfa09314be573b5df320a 32831Author: Stefan Roese <sr@denx.de> 32832Date: Sat Mar 24 15:57:09 2007 +0100 32833 32834 [PATCH] Add 4xx GPIO functions 32835 32836 This patch adds some 4xx GPIO functions. It also moves some of the 32837 common code and defines into a common 4xx GPIO header file. 32838 32839 Signed-off-by: Stefan Roese <sr@denx.de> 32840 32841commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11 32842Author: Stefan Roese <sr@denx.de> 32843Date: Sat Mar 24 15:55:58 2007 +0100 32844 32845 [PATCH] Small Sequoia cleanup 32846 32847 Signed-off-by: Stefan Roese <sr@denx.de> 32848 32849commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf 32850Author: Stefan Roese <sr@denx.de> 32851Date: Sat Mar 24 15:45:34 2007 +0100 32852 32853 [PATCH] Clean up 40EZ/Acadia support 32854 32855 This patch cleans up all the open issue of the preliminary 32856 Acadia support. 32857 32858 Signed-off-by: Stefan Roese <sr@denx.de> 32859 32860commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997 32861Author: Jon Loeliger <jdl@freescale.com> 32862Date: Tue Dec 12 11:02:20 2006 -0600 32863 32864 Fix 8641HPCN problem with ld version 2.16 32865 32866 (Dot outside sections problem). 32867 32868 This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540. 32869 32870 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32871 32872commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c 32873Author: Haiying Wang <haiying.wang@freescale.com> 32874Date: Thu Dec 7 10:35:55 2006 -0600 32875 32876 Set Rev 2.x 86xx PIC in mixed mode. 32877 32878 Prevent false interrupt from hanging Linux as MSR[EE] is set 32879 to enable interrupts by changing the PIC out of the default 32880 pass through mode into mixed mode. 32881 32882 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 32883 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32884 32885commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e 32886Author: Jason Jin <jason.jin@freescale.com> 32887Date: Thu Dec 7 10:32:35 2006 -0600 32888 32889 Add flash cmd function to 8641HPCN ramboot 32890 32891 Also fixes some commmand for 8641 HPCN ramboot case. 32892 32893 Signed-off-by: Jason Jin <jason.jin@freescale.com> 32894 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32895 32896commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46 32897Author: Ed Swarthout <ed.swarthout@freescale.com> 32898Date: Thu Dec 7 10:34:14 2006 -0600 32899 32900 Add support for 8641 Rev 2 silicon. 32901 32902 Without this patch, I am unable to get to the prompt on rev 2 silicon. 32903 Only set ddrioovcr for rev1. 32904 32905 Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com> 32906 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32907 32908commit 44ba464b99001f8bd1c456a1e9d59726252f707a 32909Author: Wolfgang Denk <wd@denx.de> 32910Date: Thu Mar 22 00:13:12 2007 +0100 32911 32912 Code cleanup / re-insert previous Copyright entries. 32913 32914 Signed-off-by: Wolfgang Denk <wd@denx.de> 32915 32916commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302 32917Author: Wolfgang Denk <wd@denx.de> 32918Date: Wed Mar 21 23:26:15 2007 +0100 32919 32920 Code cleanup. Update CHANGELOG 32921 32922commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286 32923Author: Stefan Roese <sr@denx.de> 32924Date: Wed Mar 21 14:54:29 2007 +0100 32925 32926 ppc4xx: Fix file mode of include/configs/acadia.h 32927 32928 Signed-off-by: Stefan Roese <sr@denx.de> 32929 32930commit d5f4614c9350d9333e575100fb250aab774d0258 32931Author: Markus Klotzbuecher <mk@denx.de> 32932Date: Wed Mar 21 14:41:46 2007 +0100 32933 32934 SPC1920: fix small clock routing bug 32935 32936 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 32937 32938commit 16c0cc1c82081a493ab87c51980b28336ce1bce8 32939Author: Stefan Roese <sr@denx.de> 32940Date: Wed Mar 21 13:39:57 2007 +0100 32941 32942 [PATCH] Add AMCC Acadia (405EZ) eval board support 32943 32944 This patch adds support for the new AMCC Acadia eval board. 32945 32946 Please note that this Acadia/405EZ support is still in a beta stage. 32947 Still lot's of cleanup needed but we need a preliminary release now. 32948 32949 Signed-off-by: Stefan Roese <sr@denx.de> 32950 32951commit e01bd218b00af73499331a1a701625a852cd286f 32952Author: Stefan Roese <sr@denx.de> 32953Date: Wed Mar 21 13:38:59 2007 +0100 32954 32955 [PATCH] Add AMCC PPC405EZ support 32956 32957 This patch adds support for the new AMCC 405EZ PPC. It is in 32958 preparation for the AMCC Acadia board support. 32959 32960 Please note that this Acadia/405EZ support is still in a beta stage. 32961 Still lot's of cleanup needed but we need a preliminary release now. 32962 32963 Signed-off-by: Stefan Roese <sr@denx.de> 32964 32965commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1 32966Author: Heiko Schocher <hs@pollux.denx.de> 32967Date: Wed Mar 21 08:45:17 2007 +0100 32968 32969 [PATCH] TQM8272: dont change the bits given from the HRCW 32970 for the SIUMCR and BCR Register. 32971 Fix the calculation for the EEprom Size 32972 32973 Signed-off-by: Heiko Schocher <hs@denx.de> 32974 32975commit 654589873dbafcf104dff133ce0d03a4506e9cc3 32976Author: Aubrey Li <aubrey.adi@gmail.com> 32977Date: Tue Mar 20 18:16:24 2007 +0800 32978 32979 [Blackfin][PATCH] Add BF561 EZKIT board support 32980 32981commit a6154fd1cfd020f6da8527e0365b1020a11a71d0 32982Author: Aubrey Li <aubrey.adi@gmail.com> 32983Date: Mon Mar 19 22:55:58 2007 +0800 32984 32985 [Blackfin][PATCH] minor cleanup 32986 32987commit 389b6bb50f745bf5038ce030300d8a8512e96f79 32988Author: Wolfgang Denk <wd@denx.de> 32989Date: Mon Mar 19 13:10:08 2007 +0100 32990 32991 Remove obsoleted POST files. 32992 32993 Signed-off-by: Wolfgang Denk <wd@denx.de> 32994 32995commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6 32996Author: Aubrey Li <aubrey.adi@gmail.com> 32997Date: Mon Mar 19 01:26:11 2007 +0800 32998 32999 [PATCH] Add flash chip M29W320ET/B support 33000
33001commit 26bf7deca364a5b33f39e8f14ddd3f4081345015 33002Author: Aubrey Li <aubrey.adi@gmail.com> 33003Date: Mon Mar 19 01:24:52 2007 +0800 33004 33005 [Blackfin][PATCH] Add BF537 stamp board support 33006 33007commit 8423e5e31a7235d05a482627315fb11d49c17bd7 33008Author: Stefan Roese <sr@denx.de> 33009Date: Fri Mar 16 21:11:42 2007 +0100 33010 33011 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board 33012 33013 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the 33014 DDR memory are dynamically programmed matching the total size 33015 of the equipped memory (DIMM modules). 33016 33017 Signed-off-by: Stefan Roese <sr@denx.de> 33018 33019commit 76d1466f918b881cda2d259254761e73885093c2 33020Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33021Date: Tue Mar 13 13:38:05 2007 +0100 33022 33023 [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405 33024 boards in terms of unification. 33025 33026 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33027 33028commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0 33029Author: Wolfgang Denk <wd@denx.de> 33030Date: Tue Mar 13 16:05:55 2007 +0100 33031 33032 Make SC3 board build with 'make O='; use 'addcons' consistently 33033 (SC3 and Jupiter used to use 'addcon' instead). 33034 33035 Signed-off-by: Wolfgang Denk wd@denx.de 33036 33037commit 8502e30a28e492c756ea2d7df0ace026388fce4b 33038Author: Heiko Schocher <hs@pollux.denx.de> 33039Date: Tue Mar 13 09:40:59 2007 +0100 33040 33041 [PATCH] update board config for jupiter Board: 33042 added Hush Shell, 33043 CONFIG_CMDLINE_EDITING, 33044 CFG_ENV_ADDR_REDUND activated 33045 33046 Signed-off-by: Heiko Schocher <hs@denx.de> 33047 33048commit 0d93de11449390a5984b0236c3612e50f6dbb7e8 33049Author: Aubrey Li <aubrey.adi@gmail.com> 33050Date: Mon Mar 12 12:11:55 2007 +0800 33051 33052 [Blackfin][PATCH] minor cleanup 33053 33054commit bfa5754a58477ac917d21527cd0f079d87cf188e 33055Author: Aubrey Li <aubrey.adi@gmail.com> 33056Date: Mon Mar 12 01:42:06 2007 +0800 33057 33058 [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue 33059 33060commit 8440bb14581a294375c34b91b42512f9753d1130 33061Author: Aubrey Li <aubrey.adi@gmail.com> 33062Date: Mon Mar 12 00:25:14 2007 +0800 33063 33064 [Blackfin][PATCH] code cleanup 33065 33066commit cfc67116a706fd18b8f6a9c11a16753c5626d689 33067Author: Michal Simek <monstr@monstr.eu> 33068Date: Sun Mar 11 13:48:24 2007 +0100 33069 33070 [Microblaze][PATCH] part 2 33071 timer support 33072 interrupt controller support 33073 flash support 33074 ethernet support 33075 cache support 33076 board information support 33077 env support 33078 booting image support 33079 33080 adding support for Xilinx ML401 33081 33082commit 76316a318de91f6184e7c22a10e02d275ade2441 33083Author: Michal Simek <monstr@monstr.eu> 33084Date: Sun Mar 11 13:42:58 2007 +0100 33085 33086 [Microblaze][PATCH] 33087 timer support 33088 interrupt controller support 33089 flash support 33090 ethernet support 33091 cache support 33092 board information support 33093 env support 33094 booting image support 33095 33096 adding support for Xilinx ML401 33097 33098commit 8db13d63157811c839d15a313d9f2d2f5fd10af3 33099Author: Aubrey Li <aubrey.adi@gmail.com> 33100Date: Sat Mar 10 23:49:29 2007 +0800 33101 33102 [Blackfin][PATCH] code cleanup 33103 33104commit ef26a08fef928b7bc11ae2c109e638dc3a016d91 33105Author: Aubrey.Li <aubrey.adi@gmail.com> 33106Date: Fri Mar 9 13:40:56 2007 +0800 33107 33108 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform 33109 33110commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f 33111Author: Aubrey.Li <aubrey.adi@gmail.com> 33112Date: Fri Mar 9 13:38:44 2007 +0800 33113 33114 [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support 33115 33116commit 992423ab43c2bcf6b704853bd00af77450915e20 33117Author: Stefan Roese <sr@denx.de> 33118Date: Thu Mar 8 23:00:08 2007 +0100 33119 33120 ppc4xx: Fix file mode of sequoia.c 33121 33122 Signed-off-by: Stefan Roese <sr@denx.de> 33123 33124commit eb92f613556800f7483666db09d9a237ad911d4a 33125Author: Wolfgang Denk <wd@pollux.denx.de> 33126Date: Thu Mar 8 22:52:51 2007 +0100 33127 33128 Minor cleanup. 33129 33130commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1 33131Author: John Otken john@softadvances.com <john@softadvances.com> 33132Date: Thu Mar 8 09:39:48 2007 -0600 33133 33134 ppc4xx: Clear Sequoia/Rainier security engine reset bits 33135 33136 Signed-off-by: John Otken john@softadvances.com <john@softadvances.com> 33137 33138commit 650a330dd2539130c8c324791e2f9f75aed79d4e 33139Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33140Date: Thu Mar 8 16:26:52 2007 +0100 33141 33142 [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules 33143 33144 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33145 33146commit d9fc703246840c4b268debf48c334ba55c597dc0 33147Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33148Date: Thu Mar 8 16:25:47 2007 +0100 33149 33150 [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined 33151 33152 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33153 33154commit ced5b9029043397348cdc88e0cfcd6b1f629250b 33155Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33156Date: Thu Mar 8 16:23:11 2007 +0100 33157 33158 [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS 33159 33160 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33161 33162commit d8a8ea5c476d37006fc7f85b7f903142795c8b14 33163Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33164Date: Thu Mar 8 16:20:32 2007 +0100 33165 33166 [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM 33167 33168 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33169 33170commit f9fc6a5852a6335840882fa2111925010eea1abe 33171Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33172Date: Wed Mar 7 15:32:01 2007 +0100 33173 33174 fixed ethernet phy configuration for plu405 board 33175 33176 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 33177 33178commit 769104c9356594deb2092e204a39c05b33202d6c 33179Author: Wolfgang Denk <wd@pollux.denx.de> 33180Date: Thu Mar 8 21:49:27 2007 +0100 33181 33182 Minor cleanup 33183 33184commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa 33185Author: Stefan Roese <sr@denx.de> 33186Date: Thu Mar 8 10:13:16 2007 +0100 33187 33188 [PATCH] Update AMCC Luan 440SP eval board support 33189 33190 The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR 33191 inititializition. This includes DDR auto calibration and support 33192 for different DIMM modules, instead of the fixed setup used in 33193 the earlier version. 33194 33195 This patch also enables the cache in FLASH for the startup 33196 phase of U-Boot (while running from FLASH). After relocating to 33197 SDRAM the cache is disabled again. This will speed up the boot 33198 process, especially the SDRAM setup, since there are some loops 33199 for memory testing (auto calibration). 33200 33201 Signed-off-by: Stefan Roese <sr@denx.de> 33202 33203commit 2f5df47351910a2936c7741cf111855829200943 33204Author: Stefan Roese <sr@denx.de> 33205Date: Thu Mar 8 10:10:18 2007 +0100 33206 33207 [PATCH] Update AMCC Yucca 440SPe eval board support 33208 33209 The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR 33210 inititializition. This includes DDR auto calibration and support 33211 for different DIMM modules, instead of the fixed setup used in 33212 the earlier version. 33213 33214 Signed-off-by: Stefan Roese <sr@denx.de> 33215 33216commit 2721a68a9ea91f1e494649ce68b2577261f578e2 33217Author: Stefan Roese <sr@denx.de> 33218Date: Thu Mar 8 10:07:18 2007 +0100 33219 33220 ppc4xx: Small AMCC Katmai 440SPe update 33221 33222 Signed-off-by: Stefan Roese <sr@denx.de> 33223 33224commit df294497479b1dca6dd86318b2a912f72fede0df 33225Author: Stefan Roese <sr@denx.de> 33226Date: Thu Mar 8 10:06:09 2007 +0100 33227 33228 ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP 33229 33230 Signed-off-by: Stefan Roese <sr@denx.de> 33231 33232commit 83853178bd36bca6f0f8f1331476620c84a587fc 33233Author: Ed Swarthout <Ed.Swarthout@freescale.com> 33234Date: Wed Mar 7 12:14:50 2007 -0600 33235 33236 net - Support ping reply when processing net-loop 33237 33238 Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY. 33239 33240 This permits the ping command to test the phy interface when the phy 33241 is put in loopback mode (typically by setting register 0 bit 14). 33242 33243 It also allows the port to respond to an external ping when u-boot is 33244 processing some other net command (such as tftp). This is useful when 33245 tftp appears to hang. 33246 33247 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 33248 Signed-off-by: Ben Warren <bwarren@qstreams.com> 33249 33250commit fa1aef15bcd47736687be1af544506e90fba545d 33251Author: Stefan Roese <sr@denx.de> 33252Date: Wed Mar 7 16:43:00 2007 +0100 33253 33254 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board 33255 33256 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the 33257 DDR memory are dynamically programmed matching the total size 33258 of the equipped memory (DIMM modules). 33259 33260 Signed-off-by: Stefan Roese <sr@denx.de> 33261 33262commit e2ebe696818939e2b974628be9c921ea3fe9de13 33263Author: Stefan Roese <sr@denx.de> 33264Date: Wed Mar 7 16:39:36 2007 +0100 33265 33266 [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's 33267 33268 This patch fixes a problem that occurs when 2 DIMM's are 33269 used. This problem was first spotted and fixed by Gerald Jackson 33270 <gerald.jackson@reaonixsecurity.com> but this patch fixes the 33271 problem in a little more clever way. 33272 33273 This patch also adds the nice functionality to dynamically 33274 create the TLB entries for the SDRAM (tlb.c). So we should 33275 never run into such problems with wrong (too short) TLB 33276 initialization again on these platforms. 33277 33278 As this feature is new to the "old" 44x SPD DDR driver, it 33279 has to be enabled via the CONFIG_PROG_SDRAM_TLB define. 33280 33281 Signed-off-by: Stefan Roese <sr@denx.de> 33282 33283commit 39218433983417b9df087976a79e3f80dd5e83d6 33284Author: Wolfgang Denk <wd@denx.de> 33285Date: Wed Mar 7 16:33:44 2007 +0100 33286 33287 UC101: fix compiler warnings 33288 33289commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce 33290Author: Wolfgang Denk <wd@pollux.denx.de> 33291Date: Wed Mar 7 16:19:46 2007 +0100 33292 33293 HMI1001: fix build error, cleanup compiler warnings. 33294 33295commit ad5bb451ade552c44bef9119d907929ebc2c126f 33296Author: Wolfgang Denk <wd@pollux.denx.de> 33297Date: Tue Mar 6 18:08:43 2007 +0100 33298 33299 Restructure POST directory to support of other CPUs, boards, etc. 33300 33301commit a5284efd125967675b2e9c6ef7b95832268ad360 33302Author: Wolfgang Denk <wd@pollux.denx.de> 33303Date: Tue Mar 6 18:01:47 2007 +0100 33304 33305 Fix HOSTARCH handling. 33306 Patch by Mike Frysinger, Mar 05 2007 33307 33308commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44 33309Author: Stefan Roese <sr@denx.de> 33310Date: Tue Mar 6 07:47:04 2007 +0100 33311 33312 [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup 33313 33314 As provided by the AMCC applications team, this patch optimizes the 33315 DDR2 setup for 166MHz bus speed. The values provided are also save 33316 to use on a "normal" 133MHz PLB bus system. Only the refresh counter 33317 setup has to be adjusted as done in this patch. 33318 33319 For this the NAND booting version had to include the "speed.c" file 33320 from the cpu/ppc4xx directory. With this addition the NAND SPL image 33321 will just fit into the 4kbytes of program space. gcc version 4.x as 33322 provided with ELDK 4.x is needed to generate this optimized code. 33323 33324 Signed-off-by: Stefan Roese <sr@denx.de> 33325 33326commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68 33327Author: Wolfgang Denk <wd@pollux.denx.de> 33328Date: Sun Mar 4 01:36:05 2007 +0100 33329 33330 Some code cleanup. 33331 33332commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148 33333Author: Kim Phillips <kim.phillips@freescale.com> 33334Date: Wed Feb 28 00:02:04 2007 -0600 33335 33336 mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings 33337 33338 (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit) 33339 33340commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf 33341Author: Kumar Gala <galak@kernel.crashing.org> 33342Date: Tue Feb 27 23:51:42 2007 -0600 33343 33344 mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode 33345 33346 The config value for: 33347 * CFG_ACR_PIPE_DEP 33348 * CFG_ACR_RPTCNT 33349 * CFG_SPCR_TSEC1EP 33350 * CFG_SPCR_TSEC2EP 33351 * CFG_SCCR_TSEC1CM 33352 * CFG_SCCR_TSEC2CM 33353 33354 Were not being used when setting the appropriate register 33355 33356 Added: 33357 * CFG_SCCR_USBMPHCM 33358 * CFG_SCCR_USBDRCM 33359 * CFG_SCCR_PCICM 33360 * CFG_SCCR_ENCCM 33361 33362 To allow full config of the SCCR. 33363 33364 Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349 33365 that were just bogus. 33366 33367 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33368 33369commit d51b3cf371cd441030460ef19d36b2924c361b1a 33370Author: Kim Phillips <kim.phillips@freescale.com> 33371Date: Thu Feb 22 20:06:57 2007 -0600 33372 33373 mpc83xx: update [local-]mac-address properties on UEC based devices 33374 33375 8360 and 832x weren't updating their [local-]mac-address 33376 properties. This patch fixes that. 33377 33378 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 33379 33380commit 61f4f912acbe60776c5e00df1ec94094ce672957 33381Author: Timur Tabi <timur@freescale.com> 33382Date: Tue Feb 13 10:41:42 2007 -0600 33383 33384 mpc83xx: write MAC address to mac-address and local-mac-address 33385 33386 Some device trees have a mac-address property, some have local-mac-address, 33387 and some have both. To support all of these device trees, this patch 33388 updates ftp_cpu_setup() to write the MAC address to mac-address if it exists. 33389 This function already updates local-mac-address. 33390 33391 Signed-off-by: Timur Tabi <timur@freescale.com> 33392 33393commit 22d71a71f57fd5d38b27ac3848e50d790360a598 33394Author: Kim Phillips <kim.phillips@freescale.com> 33395Date: Tue Feb 27 18:41:08 2007 -0600 33396 33397 mpc83xx: add command line editing by default 33398 33399commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca 33400Author: Kim Phillips <kim.phillips@freescale.com> 33401Date: Wed Feb 14 19:50:53 2007 -0600 33402 33403 mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers 33404 33405 Disable G1TXCLK, G2TXCLK h/w buffers. This patch 33406 fixes a networking timeout issue with MPC8360EA (Rev.2) PBs. 33407 33408 Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards. 33409 33410 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 33411 Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com> 33412 33413commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f 33414Author: Xie Xiaobo <r63061@freescale.com> 33415Date: Wed Feb 14 18:27:17 2007 +0800 33416 33417 mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx 33418 33419 The code supply fixed and SPD initialization for MPC83xx DDR2 Controller. 33420 it pass DDR/DDR2 compliance tests. 33421 33422 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> 33423 33424commit b110f40bd180c6b560276589beedf753e97c46ce 33425Author: Xie Xiaobo <r63061@freescale.com> 33426Date: Wed Feb 14 18:27:06 2007 +0800 33427 33428 mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS 33429 33430 MPC8360E rev2.0 have new spridr,and PVR value, 33431 The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM. 33432 33433 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> 33434 33435commit 8d172c0f0d85998a256a95b7459a5403a30380ed 33436Author: Xie Xiaobo <r63061@freescale.com> 33437Date: Wed Feb 14 18:26:44 2007 +0800 33438 33439 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS 33440 33441 MPC8349E rev3.1 have new spridr,and PVR value, 33442 The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM. 33443 33444 Signed-off-by: Xie Xiaobo<X.Xie@freescale.com> 33445 33446commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b 33447Author: Joakim Tjernlund <joakim.tjernlund@transmode.se> 33448Date: Wed Jan 31 11:04:19 2007 +0100 33449 33450 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c 33451 33452 Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0) 33453 which is used to se if an slave will ACK after receiving its address. 33454 33455 Correct i2c probing to use this method as the old method could upset 33456 a slave as it wrote a data byte to it. 33457 33458 Add a small delay in i2c_init() to let the controller 33459 shutdown any ongoing I2C activity. 33460 33461 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 33462 33463commit 7a78f148d6a7298e4fface680dc7eacd877b1aba 33464Author: Timur Tabi <timur@freescale.com> 33465Date: Wed Jan 31 15:54:29 2007 -0600 33466 33467 mpc83xx: Add support for the MPC8349E-mITX-GP 33468 33469 Add support for the MPC8349E-mITX-GP, a stripped-down version of the 33470 MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in 33471 HRCW is 0) for the ITX and a README for the ITX and the ITX-GP. 33472 33473 Signed-off-by: Timur Tabi <timur@freescale.com> 33474 33475commit fab16807adad350f618024350c6950165c247c72 33476Author: Timur Tabi <timur@freescale.com> 33477Date: Wed Jan 31 15:54:20 2007 -0600 33478 33479 mpc83xx: Delete sdram_init() for MPC8349E-mITX 33480 33481 There is no SDRAM on any of the 8349 ITX variants, so function sdram_init() 33482 never does anything. This patch deletes it. 33483 33484 Signed-off-by: Timur Tabi <timur@freescale.com> 33485 33486commit a87c856eb411b9365937d0d4b9c21e46adbe1c14 33487Author: Dave Liu <daveliu@freescale.com> 33488Date: Fri Jan 19 10:43:26 2007 +0800 33489 33490 mpc83xx: Fix the LAW1/3 bug 33491 33492 The patch solves the alignment problem of the local bus access windows to 33493 render accessible the memory bank and PHY registers of UPC 1 (starting at 33494 0xf801 0000). What we actually did was to adjust the sizes of the bus 33495 access windows so that the base address alignment requirement would be met. 33496 33497 Signed-off-by: Chereji Marian <marian.chereji@freescale.com> 33498 Signed-off-by: Gridish Shlomi <gridish@freescale.com> 33499 Signed-off-by: Dave Liu <daveliu@freescale.com> 33500 33501commit 97c4b397dce236a7318b304667bf89e59d08b17c 33502Author: Kim Phillips <kim.phillips@freescale.com> 33503Date: Tue Jan 30 16:15:31 2007 -0600 33504 33505 mpc83xx: don't hang if watchdog configured on 8360, 832x 33506 33507 don't hang if watchdog configured on 8360, 832x 33508 33509 The watchdog programming model is the same across all 83xx devices; 33510 make the code reflect that. 33511 33512commit b70047478570e371ce7223be342ce98afea0f7d6 33513Author: Kim Phillips <kim.phillips@freescale.com> 33514Date: Tue Jan 30 16:15:21 2007 -0600 33515 33516 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt 33517 33518 protect memcpy to bad address if a local-mac-address is missing from dt 33519 33520commit 6752ed088c75c26a89b70c46b7326a4cd6015f29 33521Author: Kim Phillips <kim.phillips@freescale.com> 33522Date: Tue Jan 30 16:15:04 2007 -0600 33523 33524 mpc83xx: make 8360 default environment fdt be 8360 (not 8349) 33525 33526 make 8360 default environment fdt be 8360 (not 8349) 33527 33528commit a28899c910024a0226331df07207b1038c300c93 33529Author: Emilian Medve <Emilian.Medve@freescale.com> 33530Date: Tue Jan 30 16:14:50 2007 -0600 33531 33532 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC 33533 33534 The problem is not gcc4 but the code itself. The BD_STATUS() macro can't 33535 be used for busy-waiting since it strips the 'volatile' property from 33536 the bd variable. gcc3 was working by pure luck. 33537 33538 This is a follow on patch to "Fix the UEC driver bug of QE" 33539 33540commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89 33541Author: Kumar Gala <galak@kernel.crashing.org> 33542Date: Tue Jan 30 14:08:30 2007 -0600 33543 33544 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead 33545 33546 The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all 33547 MPC834X class processors. Change the protections from CONFIG_MPC8349 to 33548 CONFIG_MPC834X so they are more generic. 33549 33550 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33551 33552commit ae246dc6c1937c291014eadd90b6d48c438c7cb0 33553Author: Kim Phillips <kim.phillips@freescale.com> 33554Date: Thu Jan 25 13:40:55 2007 -0600 33555 33556 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL 33557 33558commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb 33559Author: Kim Phillips <kim.phillips@freescale.com> 33560Date: Wed Jan 24 17:18:37 2007 -0600 33561 33562 mpc83xx: sort Makefile targets 33563 33564 reordered targets alphabetically 33565 33566commit 91e25769771c1164ed63ffca0add49f934ae3343 33567Author: Paul Gortmaker <paul.gortmaker@windriver.com> 33568Date: Tue Jan 16 11:38:14 2007 -0500 33569 33570 mpc83xx: U-Boot support for Wind River SBC8349 33571 33572 I've redone the SBC8349 support to match git-current, which 33573 incorporates all the MPC834x updates from Freescale since the 1.1.6 33574 release, including the DDR changes. 33575 33576 I've kept all the SBC8349 files as parallel as possible to the 33577 MPC8349EMDS ones for ease of maintenance and to allow for easy 33578 inspection of what was changed to support this board. Hence the SBC8349 33579 U-Boot has FDT support and everything else that the MPC8349EMDS has. 33580 33581 Fortunately the Freescale updates added support for boards using CS0, 33582 but I had to change spd_sdram.c to allow for board specific settings for 33583 the sdram_clk_cntl (it is/was hard coded to zero, and that remains the 33584 default if the board doesn't specify a value.) 33585 33586 Hopefully this should be mergeable as-is and require no whitespace 33587 cleanups or similar, but if something doesn't measure up then let me 33588 know and I'll fix it. 33589 33590 Thanks, 33591 Paul. 33592 33593commit 05031db456ab227f3e3752f37b9b812b65bb83ad 33594Author: Sam Song <samsongshu@yahoo.com.cn> 33595Date: Thu Dec 14 19:03:21 2006 +0800 33596 33597 mpc83xx: Remove a redundant semicolon in mpc8349itx.c 33598 33599 A redundant semicolon existed in mpc8349itx.c 33600 should be removed. 33601 33602 Signed-off-by: Sam Song <samsongshu@yahoo.com.cn> 33603 33604commit f35f358241c549be3f75cfe2eaa642914275b7ba 33605Author: Jerry Van Baren <gerald.vanbaren@comcast.net> 33606Date: Wed Dec 6 21:23:55 2006 -0500 33607 33608 mpc83xx: Put the version (and magic) after the HRCW. 33609 33610 Put the version (and magic) after the HRCW. This puts it in a fixed 33611 location in flash, not at the start of flash but as close as we can get. 33612 33613 Signed-off-by: Jerry Van Baren <vanbaren@cideas.com> 33614 33615commit 48aecd969171a6e99a55fae04933857787f9a5bd 33616Author: Dave Liu <r63238@freescale.com> 33617Date: Thu Dec 7 21:14:51 2006 +0800 33618 33619 mpc83xx: Add the MPC832XEMDS board readme 33620 33621 Add the MPC832XEMDS board readme 33622 33623 Signed-off-by: Dave Liu <daveliu@freescale.com> 33624 33625commit 24c3aca3f1358b113d3215adb5433b156e99f72b 33626Author: Dave Liu <r63238@freescale.com> 33627Date: Thu Dec 7 21:13:15 2006 +0800 33628 33629 mpc83xx: Add support for the MPC832XEMDS board 33630 33631 This patch supports DUART, ETH3/4 and PCI etc. 33632 33633 Signed-off-by: Dave Liu <daveliu@freescale.com> 33634 33635commit e080313c32322e15ab5a18eb896a252858c57284 33636Author: Dave Liu <r63238@freescale.com> 33637Date: Thu Dec 7 21:11:58 2006 +0800 33638 33639 mpc83xx: streamline the 83xx immr head file 33640 33641 For better format and style, I streamlined the 83xx head files, 33642 including immap_83xx.h and mpc83xx.h. In the old head files, 1) 33643 duplicated macro definition appear in the both files; 2) the structure 33644 of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The 33645 macro definition put inside the each structure. So, I cleaned up the 33646 structure of QE immr from immap_83xx.h, deleted the duplicated stuff and 33647 moved the macro definition to mpc83xx.h, Just like MPC8260. 33648 33649 CHANGELOG 33650 33651 *streamline the 83xx immr head file 33652 33653 Signed-off-by: Dave Liu <daveliu@freescale.com> 33654 33655commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0 33656Author: Dave Liu <r63238@freescale.com> 33657Date: Wed Dec 6 11:38:17 2006 +0800 33658 33659 mpc83xx: Fix the UEC driver bug of QE 33660 33661 The patch prevents the GCC tool chain from striping useful code for 33662 optimization. It will make UEC ethernet driver workable, Otherwise the 33663 UEC will fail in tx when you are using gcc4.x. but the driver can work 33664 when using gcc3.4.3. 33665 33666 CHANGELOG 33667 33668 *Prevent the GCC from striping code for optimization, Otherwise the UEC 33669 will tx failed when you are using gcc4.x. 33670 33671 Signed-off-by: Dave Liu <daveliu@freescale.com> 33672 33673commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35 33674Author: Stefan Roese <sr@denx.de> 33675Date: Thu Mar 1 21:11:36 2007 +0100 33676 33677 [PATCH] Update AMCC Katmai 440SPe eval board support 33678 33679 This patch updates the recently added Katmai board support. The biggest 33680 change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2 33681 driver. 33682 33683 Please note, that still some problems are left with some memory 33684 configurations. See the driver for more details. 33685 33686 Signed-off-by: Stefan Roese <sr@denx.de> 33687 33688commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a 33689Author: Stefan Roese <sr@denx.de> 33690Date: Thu Mar 1 07:03:25 2007 +0100 33691 33692 [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM 33693 33694 Signed-off-by: Stefan Roese <sr@denx.de> 33695 33696commit ccbc7036648e465697ca298ba51e0e76dda352a0 33697Author: Wolfgang Denk <wd@pollux.denx.de> 33698Date: Wed Feb 28 01:28:53 2007 +0100 33699 33700 SC3: fix typo in default environment 33701 33702commit e344568b1b46af85ec32d815586f91bc115d6223 33703Author: Sergei Poselenov <sposelenov@emcraft.com> 33704Date: Tue Feb 27 20:15:30 2007 +0300 33705 33706 MCC200: Fixes for update procedure 33707 33708 - fix logic error in image type handling 33709 - make sure file system images (cramfs etc.) get stored in flash 33710 with image header stripped so they can be mounted through MTD 33711 33712commit 743571145b37182757d4e688a77860b36ee77573 33713Author: Wolfgang Denk <wd@pollux.denx.de> 33714Date: Tue Feb 27 14:26:04 2007 +0100 33715 33716 Minor code cleanup. 33717 33718commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72 33719Author: Sergei Poselenov <sposelenov@emcraft.com> 33720Date: Tue Feb 27 12:40:16 2007 +0300 33721 33722 MCC200 update - add LCD Progress Indicator 33723 33724commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44 33725Author: Stefan Roese <sr@denx.de> 33726Date: Thu Feb 22 07:43:34 2007 +0100 33727 33728 [PATCH] get_dev() now unconditionally uses manual relocation 33729 33730 Since the relocation fix is not included yet and we're not sure how 33731 it will be added, this patch removes code that required relocation 33732 to be fixed for now. 33733 33734 Signed-off-by: Stefan Roese <sr@denx.de> 33735 33736commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b 33737Author: Stefan Roese <sr@denx.de> 33738Date: Thu Feb 22 07:40:23 2007 +0100 33739 33740 [PATCH] Change systemace driver to select 8 & 16bit mode 33741 33742 As suggested by Grant Likely this patch enables the Xilinx SystemACE 33743 driver to select 8 or 16bit mode upon startup. 33744 33745 Signed-off-by: Stefan Roese <sr@denx.de> 33746 33747commit 3a197b2fe49d6fa03978e60af2394efe9c70b527 33748Author: Haiying Wang <Haiying.Wang@freescale.com> 33749Date: Wed Feb 21 16:52:31 2007 +0100 33750 33751 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished 33752 33753 Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command 33754 is fully finished. The sync() is defined in each CPU's io.h file. For 33755 those CPUs which do not need sync for now, a dummy sync() is defined in 33756 their io.h as well. 33757 33758 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 33759 33760commit da04995c7dc6772013a9a0dc5c767f190c402478 33761Author: Stefan Roese <sr@denx.de> 33762Date: Wed Feb 21 13:44:34 2007 +0100 33763 33764 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write) 33765 33766 Signed-off-by: Stefan Roese <sr@denx.de> 33767 33768commit 751bb57107d78978ae08e697c3deba816f5be091 33769Author: Stefan Roese <sr@denx.de> 33770Date: Tue Feb 20 13:21:57 2007 +0100 33771 33772 [PATCH] Fix relocation problem with "new" get_dev() function 33773 33774 This patch enables the "new" get_dev() function for block devices 33775 introduced by Grant Likely to be used on systems that still suffer 33776 from the relocation problems (manual relocation neede because of 33777 problems with linker script). 33778 33779 Hopefully we can resolve this relocation issue soon for all platform 33780 so we don't need this additional code anymore. 33781 33782 Signed-off-by: Stefan Roese <sr@denx.de> 33783 33784commit d93e2212f962668b3dce091ff5edc33f2347fe37 33785Author: Stefan Roese <sr@denx.de> 33786Date: Tue Feb 20 13:17:42 2007 +0100 33787 33788 [PATCH] Update SystemACE driver for 16bit access 33789 33790 This patch removes some problems when the Xilinx SystemACE driver 33791 is used with 16bit access on an big endian platform (like the 33792 AMCC Katmai). 33793 33794 Signed-off-by: Stefan Roese <sr@denx.de> 33795 33796commit 874bb7b88fe9b4648e1288a387af2e31014a72f3 33797Author: Stefan Roese <sr@denx.de> 33798Date: Tue Feb 20 13:15:40 2007 +0100 33799 33800 [PATCH] Clean up Katmai (440SPe) linker script 33801 33802 Signed-off-by: Stefan Roese <sr@denx.de> 33803 33804commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f 33805Author: Stefan Roese <sr@denx.de> 33806Date: Tue Feb 20 10:57:08 2007 +0100 33807 33808 [PATCH] Add support for the AMCC Katmai (440SPe) eval board 33809 33810 Signed-off-by: Stefan Roese <sr@denx.de> 33811 33812commit 0dc018ece13effc689e47479ea9ebf1c98a507f5 33813Author: Stefan Roese <sr@denx.de> 33814Date: Tue Feb 20 10:51:26 2007 +0100 33815 33816 [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT 33817 33818 This patch switches to the desired I2C bus when the date/dtt 33819 commands are called. This can be configured using the 33820 CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines. 33821 33822 Signed-off-by: Stefan Roese <sr@denx.de> 33823 33824commit 4037ed3b63923cfcec27f784a89057c3cbabcedb 33825Author: Stefan Roese <sr@denx.de> 33826Date: Tue Feb 20 10:43:34 2007 +0100 33827 33828 [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support 33829 33830 This patch adds support for the DDR2 controller used on the 33831 440SP and 440SPe. It is tested on the Katmai (440SPe) eval 33832 board and works fine with the following DIMM modules: 33833 33834 - Corsair CM2X512-5400C4 (512MByte per DIMM) 33835 - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM) 33836 - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM) 33837 33838 This patch also adds the nice functionality to dynamically 33839 create the TLB entries for the SDRAM (tlb.c). So we should 33840 never run into such problems with wrong (too short) TLB 33841 initialization again on these platforms. 33842 33843 Signed-off-by: Stefan Roese <sr@denx.de> 33844 33845commit 36d830c9830379045f5daa9f542ac1c990c70068 33846Author: Stefan Roese <sr@denx.de> 33847Date: Tue Feb 20 10:35:42 2007 +0100 33848 33849 [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files 33850 33851 Since the existing 4xx SPD SDRAM initialization routines for the 33852 405 SDRAM controller and the 440 DDR controller don't have much in 33853 common this patch splits both drivers into different files. 33854 33855 This is in preparation for the 440 DDR2 controller support (440SP/e). 33856 33857 Signed-off-by: Stefan Roese <sr@denx.de> 33858 33859commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6 33860Author: Stefan Roese <sr@denx.de> 33861Date: Tue Feb 20 10:27:08 2007 +0100 33862 33863 [PATCH] PPC4xx: Add support for multiple I2C busses 33864 33865 This patch adds support for multiple I2C busses on the PPC4xx 33866 platforms. Define CONFIG_I2C_MULTI_BUS in the board config file 33867 to make use of this feature. 33868 33869 It also merges the 405 and 440 i2c header files into one common 33870 file 4xx_i2c.h. 33871 33872 Also the 4xx i2c reset procedure is reworked since I experienced 33873 some problems with the first access on the 440SPe Katmai board. 33874 33875 Signed-off-by: Stefan Roese <sr@denx.de> 33876 33877commit eb867a76238fb38e952c37871b16d0d7fd61c95f 33878Author: Grant Likely <grant.likely@secretlab.ca> 33879Date: Tue Feb 20 09:05:45 2007 +0100 33880 33881 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers 33882 33883 Block device read/write is anonymous data; there is no need to use a 33884 typed pointer. void * is fine. Also add a hook for block_read functions 33885 33886 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33887 33888commit 53758fa20e935cc87eeb0519ed365df753a6f289 33889Author: Grant Likely <grant.likely@secretlab.ca> 33890Date: Tue Feb 20 09:05:38 2007 +0100 33891 33892 [PATCH 8_9] Add block_write hook to block_dev_desc_t 33893 33894 Preparation for future patches which support block device writing 33895 33896 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33897 33898commit f4852ebe6ca946a509667eb68be42026f837be76 33899Author: Grant Likely <grant.likely@secretlab.ca> 33900Date: Tue Feb 20 09:05:31 2007 +0100 33901 33902 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros 33903 33904 Register read/write does not need to be wrapped in a full function. The 33905 patch replaces them with macros. 33906 33907 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33908 33909commit 3a8ce9af6fcb5744a7851b4440c07688acc40844 33910Author: Grant Likely <grant.likely@secretlab.ca> 33911Date: Tue Feb 20 09:05:23 2007 +0100 33912 33913 [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c 33914 33915 The code in this file is not a command; it is a device driver. Put it in 33916 the correct place. There are zero functional changes in this patch, it 33917 only moves the file. 33918 33919 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33920 33921commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4 33922Author: Grant Likely <grant.likely@secretlab.ca> 33923Date: Tue Feb 20 09:05:16 2007 +0100 33924 33925 [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent) 33926 33927 This patch is in preparation of additional changes to the sysace driver. 33928 May as well take this opportunity to fixup the inconsistent whitespace since 33929 this file is about to undergo major changes anyway. 33930 33931 There are zero functional changes in this patch. It only cleans up the 33932 the whitespace. 33933 33934 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33935 33936commit 80ba981d940471fe7e539e64fa3d2bd80002beda 33937Author: Grant Likely <grant.likely@secretlab.ca> 33938Date: Tue Feb 20 09:05:07 2007 +0100 33939 33940 [PATCH 4_4] Remove local implementation of isprint() in ft_build.c 33941 33942 isprint is already defined in ctype.c 33943 33944 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33945 33946commit c95c4280d751ca078c2ff58228d2f2b44ccf0600 33947Author: Grant Likely <grant.likely@secretlab.ca> 33948Date: Tue Feb 20 09:05:00 2007 +0100 33949 33950 [PATCH 3_9] Move buffer print code from md command to common function 33951 33952 Printing a buffer is a darn useful thing. Move the buffer print code 33953 into print_buffer() in lib_generic/ 33954 33955 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33956 33957commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a 33958Author: Grant Likely <grant.likely@secretlab.ca> 33959Date: Tue Feb 20 09:04:52 2007 +0100 33960 33961 [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets 33962 33963 Change the xilinx device drivers and board code to include config.h 33964 instead of xparameters.h directly. config.h always includes the 33965 correct xparameters file. This change reduces the posibility of 33966 including the wrong file when adding a new xilinx board port 33967 33968 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33969 33970commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7 33971Author: Grant Likely <grant.likely@secretlab.ca> 33972Date: Tue Feb 20 09:04:34 2007 +0100 33973 33974 [PATCH 1_4] Merge common get_dev() routines for block devices 33975 33976 Each of the filesystem drivers duplicate the get_dev routine. This change 33977 merges them into a single function in part.c 33978 33979 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33980 33981commit f5fcc3c20b65554e98a165542c36ee0c610a2d81 33982Author: Wolfgang Denk <wd@pollux.denx.de> 33983Date: Mon Feb 19 23:09:51 2007 +0100 33984 33985 MCC200: Software Updater: allow both "ramdisk" and "filesystem" types 33986 as root file system images. 33987 33988commit 489c696ae7211218961d159e43e722d74c36fcbc 33989Author: Sergei Poselenov <sposelenov@emcraft.com> 33990Date: Wed Feb 14 14:30:28 2007 +0300 33991 33992 MCC200: Extensions to Software Update Mechanism 33993 33994 Update / extend Software Update Mechanism for MCC200 board: 33995 33996 - Add support for rootfs image added. The environment variables 33997 "rootfs_st" and "rootfs_nd" can be used to override the default 33998 values of the image start and end. 33999 - Remove excessive key check code. 34000 - Code cleanup.
34001 34002commit 4be23a12f23f1372634edc3215137b09768b7949 34003Author: Stefan Roese <sr@denx.de> 34004Date: Mon Feb 19 08:23:15 2007 +0100 34005 34006 [PATCH] Update Sequoia EBC configuration (NOR FLASH) 34007 34008 As spotted by Matthias Fuchs, the READY input should not be 34009 enabled for the NOR FLASH on the Sequoia board. 34010 34011 Signed-off-by: Stefan Roese <sr@denx.de> 34012 34013commit 2605e90bf676d48123afe5719a846d2b52b24aac 34014Author: Heiko Schocher <hs@pollux.denx.de> 34015Date: Fri Feb 16 07:57:42 2007 +0100 34016 34017 [PATCH] Added support for the jupiter board. 34018 34019 Signed-off-by: Heiko Schocher <hs@denx.de> 34020 34021commit 497d012e5be0194e1084073d0081eb1a844796b2 34022Author: Gary Jennejohn <garyj@pollux.denx.de> 34023Date: Mon Feb 12 13:11:50 2007 +0100 34024 34025 LPC2292: patch from Siemens. 34026 34027commit b0b1a920aebead0d44146e73676ae9d80fffc8e2 34028Author: Stefan Roese <sr@denx.de> 34029Date: Sat Feb 10 08:49:31 2007 +0100 34030 34031 [PATCH] Add missing p3mx.h file to repository (ups) 34032 34033 Signed-off-by: Stefan Roese <sr@denx.de> 34034 34035commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a 34036Author: Bartlomiej Sieka <tur@semihalf.com> 34037Date: Fri Feb 9 10:45:42 2007 +0100 34038 34039 [Motion-PRO] Preliminary support for the Motion-PRO board. 34040 34041commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994 34042Author: Stefan Roese <sr@denx.de> 34043Date: Wed Feb 7 16:51:08 2007 +0100 34044 34045 [PATCH] Update some AMCC 4xx board config files (set initrd_high) 34046 34047 Some boards that can have more than 768MBytes of SDRAM need to 34048 set "initrd_high", so that the initrd can be accessed by the 34049 Linux kernel. 34050 34051 Signed-off-by: Stefan Roese <sr@denx.de> 34052 34053commit 7372ca68227930d03cffa548310524cad5b96733 34054Author: Stefan Roese <sr@denx.de> 34055Date: Fri Feb 2 12:44:22 2007 +0100 34056 34057 [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards 34058 34059 Previously the strapping DCR/SDR was read to determine if the internal PCI 34060 arbiter is enabled or not. This strapping bit can be overridden, so now 34061 the current status is read from the correct DCR/SDR register. 34062 34063 Signed-off-by: Stefan Roese <sr@denx.de> 34064 34065commit 2aa54f651a42d198673318f07a20c89a43e4d197 34066Author: Stefan Roese <sr@denx.de> 34067Date: Fri Feb 2 12:42:08 2007 +0100 34068 34069 [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier 34070 34071 Signed-off-by: Stefan Roese <sr@denx.de> 34072 34073commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b 34074Author: Stefan Roese <sr@denx.de> 34075Date: Thu Feb 1 13:22:41 2007 +0100 34076 34077 [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file 34078 34079 When PCI PNP is enabled the pci pnp configuration routine is called 34080 which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some 34081 problems with some PCI cards. For now disable the PCI PNP configuration. 34082 34083 Signed-off-by: Stefan Roese <sr@denx.de> 34084 34085commit 2902fadade3be7659467e8d074048c6b7068f5c0 34086Author: Stefan Roese <sr@denx.de> 34087Date: Wed Jan 31 16:56:10 2007 +0100 34088 34089 [PATCH] Update 440EPx/440GRx cpu detection 34090 34091 Signed-off-by: Stefan Roese <sr@denx.de> 34092 34093commit d5ea287b02a6945c3977410e364a879dd1a555c8 34094Author: Stefan Roese <sr@denx.de> 34095Date: Wed Jan 31 16:38:04 2007 +0100 34096 34097 [PATCH] Update esd cpci5200 files 34098 34099 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com> 34100 34101commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab 34102Author: Stefan Roese <sr@denx.de> 34103Date: Wed Jan 31 16:37:34 2007 +0100 34104 34105 [PATCH] Add support for esd mecp5200 board 34106 34107 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com> 34108 34109commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff 34110Author: Stefan Roese <sr@denx.de> 34111Date: Wed Jan 31 12:38:50 2007 +0100 34112 34113 [PATCH] Remove unneccessary yellowstone board config file 34114 34115 Signed-off-by: Stefan Roese <sr@denx.de> 34116 34117commit e802594b6fa1b166308820c276b96dc0d7cc731c 34118Author: Stefan Roese <sr@denx.de> 34119Date: Tue Jan 30 17:06:10 2007 +0100 34120 34121 [PATCH] Update Sequoia (440EPx) config file 34122 34123 The config file now handles the 2nd target, the Rainier (440GRx) 34124 evaluation board better. Additionally the PPC input clock was 34125 adjusted to match the correct value of 33.0 MHz. 34126 34127 Signed-off-by: Stefan Roese <sr@denx.de> 34128 34129commit 700200c67e73b83751418abe7815840dca8fd6cb 34130Author: Stefan Roese <sr@denx.de> 34131Date: Tue Jan 30 17:04:19 2007 +0100 34132 34133 [PATCH] Merge Yosemite & Yellowstone board ports 34134 34135 Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR) 34136 share one config file and all board specific files. This way we 34137 don't have to maintain two different sets of files for nearly 34138 identical boards. 34139 34140 Signed-off-by: Stefan Roese <sr@denx.de> 34141 34142commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6 34143Author: Stefan Roese <sr@denx.de> 34144Date: Tue Jan 30 15:01:49 2007 +0100 34145 34146 [PATCH] Update Prodrive SCPU (PDNB3 variant) board 34147 34148 SCPU doesn't use redundant environment in flash. 34149 34150 Signed-off-by: Stefan Roese <sr@denx.de> 34151 34152commit 6304430ed642ea8fa15c9e5af965ac2e033eec45 34153Author: Stefan Roese <sr@denx.de> 34154Date: Tue Jan 30 12:51:07 2007 +0100 34155 34156 [PATCH] alpr: Update alpr board config file 34157 34158 Signed-off-by: Stefan Roese <sr@denx.de> 34159 34160commit f8db84f132b1e335f20f96138a1f09ed97b08664 34161Author: Wolfgang Denk <wd@pollux.denx.de> 34162Date: Tue Jan 30 00:50:40 2007 +0100 34163 34164 LPC2292 SODIMM port coding style cleanup. 34165 34166commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3 34167Author: Gary Jennejohn <garyj@pollux.denx.de> 34168Date: Wed Jan 24 12:16:56 2007 +0100 34169 34170 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists 34171 34172commit 2daf046ba627f85f44195815778140039636244e 34173Author: Bartlomiej Sieka <tur@semihalf.com> 34174Date: Tue Jan 23 17:22:06 2007 +0100 34175 34176 [iDMR] Add MTD and JFFS2 support, also add default partition definition. 34177 34178commit f7db33101fbc9c8f0a10738ce87034875a17aeb9 34179Author: Bartlomiej Sieka <tur@semihalf.com> 34180Date: Tue Jan 23 14:21:14 2007 +0100 34181 34182 [iDMR] Flash driver on initialisation write-protects some sectors, 34183 currently sectors 0-3. Sector 3 does not need to be protected, though 34184 (U-boot occupies sectors 0-1 and the environment sector 2). This commit 34185 fixes this, i.e., only sectors 0-2 are protected. 34186 34187commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de 34188Author: Bartlomiej Sieka <tur@semihalf.com> 34189Date: Tue Jan 23 14:11:22 2007 +0100 34190 34191 [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g., 34192 "mii device" results in "Unexpected exception"). Fixing this properly 34193 requires some clean-up in the FEC drivers infrastructure for ColdFire, so 34194 this commit disables MII commads for now. 34195 34196commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c 34197Author: Bartlomiej Sieka <tur@semihalf.com> 34198Date: Tue Jan 23 13:25:22 2007 +0100 34199 34200 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip 34201 Identification Register (CIR). 34202 34203commit fdef388758506765d4d6a7155c8f1584c63ff581 34204Author: roy zang <tie-fei.zang@freescale.com> 34205Date: Mon Jan 22 13:19:21 2007 +0800 34206 34207 use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP 34208 The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007 34209 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support 34210 mpc7448hpc2 board. 34211 34212commit a4012396645533aef218354eeba754dff0deace8 34213Author: Wolfgang Denk <wd@pollux.denx.de> 34214Date: Fri Jan 19 23:08:39 2007 +0100 34215 34216 Minor code cleanup. 34217 34218commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39 34219Author: Heiko Schocher <hs@pollux.denx.de> 34220Date: Fri Jan 19 19:57:10 2007 +0100 34221 34222 [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT. 34223 34224 Signed-off-by: Heiko Schocher <hs@denx.de> 34225 34226commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167 34227Author: Heiko Schocher <hs@pollux.denx.de> 34228Date: Fri Jan 19 18:05:26 2007 +0100 34229 34230 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver 34231 if you must swap the bytes between reading/writing. 34232 (Needed for the SC3 board) 34233 34234 Signed-off-by: Heiko Schocher <hs@denx.de> 34235 34236commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276 34237Author: Stefan Roese <sr@denx.de> 34238Date: Thu Jan 18 16:05:47 2007 +0100 34239 34240 [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board 34241 34242 Signed-off-by: Stefan Roese <sr@denx.de> 34243 34244commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e 34245Author: Stefan Roese <sr@denx.de> 34246Date: Thu Jan 18 11:54:52 2007 +0100 34247 34248 [PATCH] Update Prodrive P3Mx support 34249 34250 Signed-off-by: Stefan Roese <sr@denx.de> 34251 34252commit 34167a36c29ee946b727465db5c014746a08e978 34253Author: Stefan Roese <sr@denx.de> 34254Date: Thu Jan 18 11:48:10 2007 +0100 34255 34256 [PATCH] Add missing Taishan config file 34257 34258 Signed-off-by: Stefan Roese <sr@denx.de> 34259 34260commit cb4820725e9fc409c5cbc8e83054a6ed522d2111 34261Author: Heiko Schocher <hs@pollux.denx.de> 34262Date: Thu Jan 18 11:28:51 2007 +0100 34263 34264 [PATCH] Fix: Compilerwarnings for SC3 board. 34265 The EBC Configuration Register is now by CFG_EBC_CFG definable 34266 Added JFFS2 support for the SC3 board. 34267 34268 Signed-off-by: Heiko Schocher <hs@denx.de> 34269 34270commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd 34271Author: Stefan Roese <sr@denx.de> 34272Date: Thu Jan 18 10:25:34 2007 +0100 34273 34274 [PATCH] Add support for AMCC Taishan PPC440GX eval board 34275 34276 Signed-off-by: Stefan Roese <sr@denx.de> 34277 34278commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad 34279Author: Wolfgang Denk <wd@pollux.denx.de> 34280Date: Tue Jan 16 18:30:50 2007 +0100 34281 34282 Raname solidcard3 into sc3; add redundant env for sc3 34283 34284commit 1bbbbdd20fcec9933697000dcf55ff7972622596 34285Author: Wolfgang Denk <wd@pollux.denx.de> 34286Date: Tue Jan 16 12:46:35 2007 +0100 34287 34288 Update default environment for Solidcard3 34289 34290commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd 34291Author: Stefan Roese <sr@denx.de> 34292Date: Mon Jan 15 09:46:29 2007 +0100 34293 34294 [PATCH] Fix 440SPe rev B detection from previous patch 34295 34296 Signed-off-by: Stefan Roese <sr@denx.de> 34297 34298commit a443d31410c571ee8f970da819a44d698fdd6b1f 34299Author: Heiko Schocher <hs@pollux.denx.de> 34300Date: Sun Jan 14 13:35:31 2007 +0100 34301 34302 [FIX] correct I2C Writes for the LM81 Sensor. 34303 34304 Signed-off-by: Heiko Schocher <hs@denx.de> 34305 34306commit 0bba5452835f19a61204edcda3a58112fd8e2208 34307Author: Wolfgang Denk <wd@pollux.denx.de> 34308Date: Sat Jan 13 11:17:10 2007 +0100 34309 34310 Undo commit 3033ebb2: reset command does not take any arguments 34311 34312 Haiying Wang's modification to the reset command was broken, undo it. 34313 34314 Signed-off-by: Wolfgang Denk <wd@denx.de> 34315 34316commit 95981778cff0038fd9941044d6a3eda810e33258 34317Author: Stefan Roese <sr@denx.de> 34318Date: Sat Jan 13 08:01:03 2007 +0100 34319 34320 [PATCH] Update 440SP(e) cpu revisions 34321 34322 Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's. 34323 34324 Signed-off-by: Stefan Roese <sr@denx.de> 34325 34326commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7 34327Author: Stefan Roese <sr@denx.de> 34328Date: Sat Jan 13 07:59:56 2007 +0100 34329 34330 [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed 34331 34332 Now the board revision and the current PCI bus speed are printed after 34333 the board message. 34334 34335 Also the EBC initialising is now done via defines in the board config 34336 file. 34337 34338 Signed-off-by: Stefan Roese <sr@denx.de> 34339 34340commit 36adff362c2c0141ff8a810d42a7e478f779130f 34341Author: Stefan Roese <sr@denx.de> 34342Date: Sat Jan 13 07:59:19 2007 +0100 34343 34344 [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed 34345 34346 Now the board revision and the current PCI bus speed are printed after 34347 the board message. 34348 34349 Also the EBC initialising is now done via defines in the board config 34350 file. 34351 34352 Signed-off-by: Stefan Roese <sr@denx.de> 34353 34354commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6 34355Author: Stefan Roese <sr@denx.de> 34356Date: Sat Jan 13 07:57:51 2007 +0100 34357 34358 [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed 34359 34360 Now the board revision and the current PCI bus speed are printed after 34361 the board message. 34362 34363 Signed-off-by: Stefan Roese <sr@denx.de> 34364 34365commit ca43ba18e910206ef8063e4b22d282630bff3fd2 34366Author: Heiko Schocher <hs@pollux.denx.de> 34367Date: Thu Jan 11 15:44:44 2007 +0100 34368 34369 Added support for the SOLIDCARD III board from Eurodesign 34370 34371 Signed-off-by: Heiko Schocher <hs@denx.de> 34372 34373commit 6abaee42621c07e81a2cd189ad4368b5e8c50280 34374Author: Reinhard Thies <Reinhard.Thies@web.de> 34375Date: Wed Jan 10 14:41:14 2007 +0100 34376 34377 Adjusted default environment for cam5200 board. 34378 34379commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9 34380Author: Wolfgang Denk <wd@pollux.denx.de> 34381Date: Wed Jan 10 15:35:52 2007 +0100 34382 34383 Update CHANGELOG 34384 34385commit 787fa15860a57833e50bd30555079a9cd4e519b8 34386Author: Wolfgang Denk <wd@pollux.denx.de> 34387Date: Wed Jan 10 01:28:39 2007 +0100 34388 34389 Fix auto_update for MCC200 board. 34390 34391 The invocation of do_auto_update() is moved to the end of the 34392 misc_init_r() function, after the flash mappings have been 34393 initialized. Please find attached a patch that implements that 34394 change. 34395 34396 Also correct the decoding of the keypad status. With this update, the 34397 key that will trigger the update is Column 2, Row 2. 34398 34399commit d9384de2f571046e71081bae22b49e3d5ca2e3d5 34400Author: Marian Balakowicz <m8@semihalf.com> 34401Date: Wed Jan 10 00:26:15 2007 +0100 34402 34403 CAM5200 flash driver modifications: 34404 - use CFI driver (replaces custom flash driver) for main 'cam5200' target 34405 - add second build target 'cam5200_niosflash' which still uses custom driver 34406 34407commit 67fea022fa957f59653b5238c7496f80a6b70432 34408Author: Markus Klotzbuecher <mk@denx.de> 34409Date: Tue Jan 9 16:02:48 2007 +0100 34410 34411 SPC1920: cleanup memory contoller setup 34412 34413commit 8fc2102faa23593c80381437c09f7745a14deb40 34414Author: Markus Klotzbuecher <mk@denx.de> 34415Date: Tue Jan 9 14:57:14 2007 +0100 34416 34417 Fix the cpu speed setup to work with all boards. 34418 34419commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c 34420Author: Markus Klotzbuecher <mk@denx.de> 34421Date: Tue Jan 9 14:57:13 2007 +0100 34422 34423 SPC1920: add support for the FM18L08 Ramtron FRAM 34424 34425commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223 34426Author: Markus Klotzbuecher <mk@denx.de> 34427Date: Tue Jan 9 14:57:13 2007 +0100 34428 34429 SPC1920: update the HPI register addresses to work with the second 34430 generation of hardware 34431 34432commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e 34433Author: Markus Klotzbuecher <mk@creamnet.de> 34434Date: Tue Jan 9 14:57:13 2007 +0100 34435 34436 Miscellanious spc1920 related cleanups 34437 34438commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120 34439Author: Markus Klotzbuecher <mk@denx.de> 34440Date: Tue Jan 9 14:57:12 2007 +0100 34441 34442 SPC1920 GO/NOGO led should be set to color red in U-Boot 34443 34444commit 0be62728aac459ba268d6d752ed49ec0e2bc7348 34445Author: Markus Klotzbuecher <mk@creamnet.de> 34446Date: Tue Jan 9 14:57:12 2007 +0100 34447 34448 Add support for the DS3231 RTC 34449 34450commit 8139567b60d678584b05f0718a681f2047c5e14f 34451Author: Markus Klotzbuecher <mk@creamnet.de> 34452Date: Tue Jan 9 14:57:11 2007 +0100 34453 34454 SMC1 uses external CLK4 instead of BRG on spc1920 34455 34456commit d8d9de1a02fbd880b613d607143d1f57342affc7 34457Author: Markus Klotzbuecher <mk@creamnet.de> 34458Date: Tue Jan 9 14:57:10 2007 +0100 34459 34460 Update the SPC1920 CMB PLD driver 34461 34462commit 3f34f869162750e5e999fd140f884f5de952bcfe 34463Author: Markus Klotzbuecher <mk@creamnet.de> 34464Date: Tue Jan 9 14:57:10 2007 +0100 34465 34466 Add / enable I2C support on the spc1920 board 34467 34468commit d28707dbce1e9ac2017ad051da4133bf22b4204f 34469Author: Markus Klotzbuecher <mk@creamnet.de> 34470Date: Tue Jan 9 14:57:10 2007 +0100 34471 34472 Add support for the tms320671x host port interface (HPI) 34473 34474commit f4eb54529bb3664c3a562e488b460fe075f79d67 34475Author: Wolfgang Denk <wd@pollux.denx.de> 34476Date: Sun Jan 7 00:13:11 2007 +0100 34477 34478 Prepare for release 1.2.0 34479 34480commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02 34481Author: Stefan Roese <sr@denx.de> 34482Date: Sat Jan 6 15:58:09 2007 +0100 34483 34484 [PATCH] 44x: Fix problem with DDR controller setup (refresh rate) 34485 34486 This patch fixes a problem with an incorrect setup for the refresh 34487 timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c 34488 34489 Signed-off-by: Stefan Roese <sr@denx.de> 34490 34491commit f16c1da9577f06c5fc08651a4065537407de4635 34492Author: Stefan Roese <sr@denx.de> 34493Date: Sat Jan 6 15:56:13 2007 +0100 34494 34495 [PATCH] Update ALPR board files 34496 34497 This update brings the ALPR board support to the newest version. 34498 It also fixes a problem with the NAND driver. 34499 34500 Signed-off-by: Stefan Roese <sr@denx.de> 34501 34502commit cd1d937f90250a32988c37b2b4af8364d25de8ed 34503Author: Stefan Roese <sr@denx.de> 34504Date: Fri Jan 5 11:46:05 2007 +0100 34505 34506 [PATCH] nand: Fix problem with oobsize calculation 34507 34508 Here the description from Brian Brelsford <Brian_Brelsford@dell.com>: 34509 34510 The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part 34511 returns a 0x15. In the code fragment below bits [1:0] determine the 34512 page size, it is ANDed via "(extid & 0x3)" then shifted out. The 34513 next field is also ANDed with 0x3. However this is a one bit field 34514 as defined in the Hynix and Samsung parts in the 4th ID byte that 34515 determins the oobsize, not a two bit field. It works on Samsung as 34516 bits[3:2] are 01. However for the Hynix there is a 11 in these two 34517 bits, so the oob size gets messed up. 34518 34519 I checked the correct linux code and the suggested fix from Brian is 34520 also available in the linux nand mtd driver. 34521 34522 Signed-off-by: Stefan Roese <sr@denx.de> 34523 34524commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e 34525Author: Stefan Roese <sr@denx.de> 34526Date: Fri Jan 5 10:40:36 2007 +0100 34527 34528 [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx) 34529 34530 This fix will make the MAL burst disabling patch for the Linux 34531 EMAC driver obsolete. 34532 34533 Signed-off-by: Stefan Roese <sr@denx.de> 34534 34535commit 023889838282b6237b401664f22dd22dfba2c066 34536Author: Stefan Roese <sr@denx.de> 34537Date: Fri Jan 5 10:38:05 2007 +0100 34538 34539 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board 34540 34541 This code will optimize the DDR2 controller setup on a board specific 34542 basis. 34543 34544 Note: This code doesn't work right now on the NAND booting image for the 34545 Sequoia board, since it doesn't fit into the 4kBytes for the SPL image. 34546 34547 Signed-off-by: Stefan Roese <sr@denx.de> 34548 34549commit cce4acbb68398634b8d011ed7bb0d12269c84230 34550Author: Bartlomiej Sieka <tur@semihalf.com> 34551Date: Thu Dec 28 19:08:21 2006 +0100 34552 34553 Few V38B changes: 34554 - fix a typo in V38B config file 34555 - move watchdog initialisation earlier in the boot process 34556 - add "wdt=off" to default kernel command line (disables kernel watchdog) 34557 34558commit 92eb729bad876725aeea908d2addba0800620840 34559Author: Wolfgang Denk <wd@pollux.denx.de> 34560Date: Wed Dec 27 01:26:13 2006 +0100 34561 34562 Fix bug in adaption of Stefano Babic's CFI driver patch. 34563 34564commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3 34565Author: Wolfgang Denk <wd@pollux.denx.de> 34566Date: Sun Dec 24 01:42:57 2006 +0100 34567 34568 Minor code cleanup. 34569 34570commit d784fdb05900ada3686d5778783e1fb328e9fb66 34571Author: Stefano Babic <sbabic@denx.de> 34572Date: Tue Dec 12 00:22:42 2006 +0100 34573 34574 Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode) 34575 34576commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2 34577Author: Stefan Roese <sr@denx.de> 34578Date: Fri Dec 22 14:29:40 2006 +0100 34579 34580 [PATCH] Fix sequoia flash autodetection (finally correct) 34581 34582 Now 32MByte and 64MByte FLASH is know to work and other 34583 configurations should work too. 34584 34585 Signed-off-by: Stefan Roese <sr@denx.de> 34586 34587commit 82e5236a8b719543643fd26d5827938ab2b94818 34588Author: Wolfgang Denk <wd@pollux.denx.de> 34589Date: Fri Dec 22 10:30:26 2006 +0100 34590 34591 Minor code cleanup; update CHANGELOG. 34592 34593commit fa23044564091f05d9695beb7b5b9a931e7f41a4 34594Author: Heiko Schocher <hs@pollux.denx.de> 34595Date: Thu Dec 21 17:17:02 2006 +0100 34596 34597 Added support for the TQM8272 board from TQ 34598 34599 Signed-off-by: Heiko Schocher <hs@denx.de> 34600 34601commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c 34602Author: Heiko Schocher <hs@pollux.denx.de> 34603Date: Thu Dec 21 16:14:48 2006 +0100 34604 34605 [PATCH] Add support for the UC101 board from MAN. 34606 34607 Signed-off-by: Heiko Schocher <hs@denx.de> 34608 34609commit c84bad0ef60e7055ab0bd49b93069509cecc382a 34610Author: Bartlomiej Sieka <tur@semihalf.com> 34611Date: Wed Dec 20 00:29:43 2006 +0100 34612 34613 Fix to make the baudrate changes immediate for the MCF52x2 family. 34614 34615commit daa6e418bcc0c717752e8de939c213c790286096 34616Author: Bartlomiej Sieka <tur@semihalf.com> 34617Date: Wed Dec 20 00:27:32 2006 +0100 34618 34619 Preliminary support for the iDMR board (ColdFire). 34620 34621commit cdb97a6678826f85e7c69eae6a1c113d034c9b10 34622Author: Andrei Safronov <safronov@pollux.denx.de> 34623Date: Fri Dec 8 16:23:08 2006 +0100 34624 34625 automatic update mechanism 34626 34627commit 9d27b3a0685ff99fc477983f315c04d49f657a8a 34628Author: roy zang <tie-fei.zang@freescale.com> 34629Date: Mon Dec 4 17:56:59 2006 +0800 34630 34631 Slight code clean up. 34632 Add comments, delete duplicate define and remove spaces. 34633 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 34634 34635commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1 34636Author: roy zang <tie-fei.zang@freescale.com> 34637Date: Mon Dec 4 17:54:21 2006 +0800 34638 34639 Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original 34640 multiplier table can not refect the real PLL clock behavior of these 34641 processors. Please refer to the hardware specification for detailed 34642 information of the corresponding processors. 34643 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 34644 34645commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0 34646Author: roy zang <tie-fei.zang@freescale.com> 34647Date: Mon Dec 4 14:46:23 2006 +0800 34648 34649 Remove the static MAC address, ip address, server ip, netmask and 34650 gateway ip for network setting. 34651 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 34652 34653commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf 34654Author: roy zang <tie-fei.zang@freescale.com> 34655Date: Mon Dec 4 14:33:08 2006 +0800 34656 34657 Remove the duplicate memory test code for mpc744ihpc2 board. 34658 If a memory test is needed, please use the functions in 34659 post/memory.c or memtest command. 34660 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 34661 34662commit c9c1eeed7dd193fa65fb194654132040d49d4d3a 34663Author: roy zang <tie-fei.zang@freescale.com> 34664Date: Fri Dec 1 19:01:25 2006 +0800 34665 34666 Fix the exception occuring in RAM table search issue. 34667 The original search_one_table() function code can only processes the search 34668 for the exception occurring in FLASH/ROM, because the exception and fixup 34669 table usually locate in FLASH. If the exception address is also in 34670 FLASH, it will be OK. 34671 If the exception occurs in RAM, after the u-boot relocation, a 34672 relocation offset should be added. 34673 34674 clean up the code in cpu/74xx_7xx/cpu.c 34675 34676 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 34677 34678commit ee311214e0d216f904feea269599d0934bf71f23 34679Author: roy zang <tie-fei.zang@freescale.com> 34680Date: Fri Dec 1 11:47:36 2006 +0800 34681 34682 Clean up the code according to codestyle: 34683 (1) remove some C++ comments. 34684 (2) remove trailing white space. 34685 (3) remove trailing empty line. 34686 (4) Indentation by table. 34687 (5) remove {} in one line condition. 34688 (6) add space before '(' in function call. 34689 Remove some weird printf () output. 34690 Add necessary comments. 34691 Modified Makefile to support building in a separate directory. 34692 34693commit dd520bf314c7add4183c5191692180f576f96b60 34694Author: Wolfgang Denk <wd@pollux.denx.de> 34695Date: Thu Nov 30 18:02:20 2006 +0100 34696 34697 Code cleanup. 34698 34699commit 8d9a8610b8256331132227e9e6585c6bd5742787 34700Author: Wolfgang Denk <wd@pollux.denx.de> 34701Date: Thu Nov 30 01:54:07 2006 +0100 34702 34703 Code cleanup. Update CHANGELOG. 34704 34705commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba 34706Author: Grant Likely <grant.likely@secretlab.ca> 34707Date: Wed Nov 29 16:23:42 2006 +0100 34708 34709 [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals 34710 34711 The soc node of the mpc52xx needs to be loaded with the IPB bus frequency, 34712 not the XLB frequency. 34713 34714 This patch depends on the previous patches for MPC52xx device tree support 34715 34716 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34717 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> 34718 34719commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6 34720Author: Stefan Roese <sr@denx.de> 34721Date: Wed Nov 29 15:42:37 2006 +0100 34722 34723 [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards 34724 34725 This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) 34726 and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are 34727 quite similar and share the same board directory "prodrive/p3mx" 34728 and the same config file "p3mx.h". 34729 34730 Signed-off-by: Stefan Roese <sr@denx.de> 34731 34732commit 1bdd46832aeb569f5e04b1f20f64318525b6525a 34733Author: Stefan Roese <sr@denx.de> 34734Date: Wed Nov 29 12:53:15 2006 +0100 34735 34736 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command 34737 34738 In the bootvx command the load address was only read from the env 34739 variable "loadaddr" and not optionally passed as paramter as described 34740 in the help. This is fixed with this patch. The behaviour is now the 34741 same as in the bootelf command. 34742 34743 Signed-off-by: Stefan Roese <sr@denx.de> 34744 34745commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592 34746Author: Stefan Roese <sr@denx.de> 34747Date: Wed Nov 29 12:03:57 2006 +0100 34748 34749 [PATCH] include/ppc440.h minor error affecting interrupts 34750 34751 Fixed include/ppc440.c for UIC address Bug 34752 34753 Corrects bug affecting the addresses for the universal interrupt 34754 controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips. 34755 34756 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> 34757 Signed-off-by: Stefan Roese <sr@denx.de> 34758 34759commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a 34760Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 34761Date: Tue Nov 28 16:17:27 2006 -0600 34762 34763 Make fsl-i2c not conflict with SOFT I2C 34764 34765 Signed-off-by: Timur Tabi <timur@freescale.com> 34766 34767commit 14198bf768fdc958e3c1afd2404e5262208e98d7 34768Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 34769Date: Tue Nov 28 16:17:18 2006 -0600 34770 34771 Fix I2C master address initialization. 34772 34773 Signed-off-by: Timur Tabi <timur@freescale.com> 34774 34775commit cf3d045e51ca8dcc6cf759827140861d6ac25c04 34776Author: Kim Phillips <kim.phillips@freescale.com> 34777Date: Tue Nov 28 23:31:19 2006 -0600 34778 34779 Assign maintainers for mpc8349emds and mpc8360emds 34780 34781 Dave for mpc8360emds, and me for mpc8349emds. 34782 34783commit 1aa934c81b77f2080d3ca4b226eab67b17a33961 34784Author: Kim Phillips <kim.phillips@freescale.com> 34785Date: Tue Nov 28 23:28:33 2006 -0600 34786 34787 Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c 34788 34789 give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src 34790 since they are passed by reference to ucc_get_cmxucr_reg and assigned. 34791 34792commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5 34793Author: Timur Tabi <timur@freescale.com> 34794Date: Tue Nov 28 12:09:35 2006 -0600 34795 34796 mpc83xx: Miscellaneous code style fixes 34797 34798 Implement various code style fixes and similar changes. 34799 34800 Signed-off-by: Timur Tabi <timur@freescale.com> 34801 34802commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706 34803Author: Stefan Roese <sr@denx.de> 34804Date: Tue Nov 28 17:55:49 2006 +0100 34805 34806 [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux. 34807 34808 This patch adds the code and configuration necessary to boot with an 34809 arch/powerpc Linux kernel. 34810 34811 Signed-off-by: Grant Likely <grant.likely@gmail.com> 34812 Acked-by: Jon Loeliger <jdl@freescale.com> 34813 34814commit e732faec95a83cb468b4850ae807c8301dde8f6a 34815Author: Stefan Roese <sr@denx.de> 34816Date: Tue Nov 28 16:09:24 2006 +0100 34817 34818 [PATCH] PPC4xx: 440SP Rev. C detection added 34819 34820 Signed-off-by: Stefan Roese <sr@denx.de> 34821 34822commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0 34823Author: Stefan Roese <sr@denx.de> 34824Date: Tue Nov 28 11:04:45 2006 +0100 34825 34826 [PATCH] nand: Fix patch merge problem 34827 34828 Signed-off-by: Stefan Roese <sr@denx.de> 34829 34830commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2 34831Author: Stefan Roese <sr@denx.de> 34832Date: Tue Nov 28 11:04:45 2006 +0100 34833 34834 [PATCH] nand: Fix patch merge problem 34835 34836 Signed-off-by: Stefan Roese <sr@denx.de> 34837 34838commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa 34839Author: Wolfgang Denk <wd@pollux.denx.de> 34840Date: Mon Nov 27 22:53:53 2006 +0100 34841 34842 Update CHANGELOG 34843 34844commit f6e495f54cdb8fe340b9c03deab40ad746d52fae 34845Author: Stefan Roese <sr@denx.de> 34846Date: Mon Nov 27 17:43:25 2006 +0100 34847 34848 [PATCH] 4xx_enet.c: Correct the setting of zmiifer register 34849 34850 Patch below corrects the setting of the zmiifer register, it was 34851 overwritting the register rather than ORing the settings. 34852 34853 Signed-off-by: Neil Wilson <NWilson@airspan.com> 34854 Signed-off-by: Stefan Roese <sr@denx.de> 34855 34856commit d1a72545296800b7e219f93104ad5836f0003d66 34857Author: Stefan Roese <sr@denx.de> 34858Date: Mon Nov 27 17:34:10 2006 +0100 34859 34860 [PATCH] Select NAND embedded environment from board configuration 34861 34862 The current NAND Bootloader setup forces the environment 34863 variables to be in line with the bootloader. This change 34864 enables the configuration to be made in the board include 34865 file instead so that it can be individually enabled. 34866 34867 Signed-off-by: Nick Spence <nick.spence@freescale.com> 34868 Signed-off-by: Stefan Roese <sr@denx.de> 34869 34870commit 15784862857c3c2214498defcfed84ff137fb81e 34871Author: Stefan Roese <sr@denx.de> 34872Date: Mon Nov 27 17:22:19 2006 +0100 34873 34874 [PATCH] nand_wait() timeout fixes 34875 34876 Two fixes for the nand_wait() function in 34877 drivers/nand/nand_base.c: 34878 34879 1. Use correct timeouts. The original timeouts in Linux 34880 source are 400ms and 20ms not 40s and 20s 34881 34882 2. Return correct error value in case of timeout. 0 is 34883 interpreted as OK. 34884 34885 Signed-off-by: Rui Sousa <rui.sousa@laposte.net> 34886 Signed-off-by: Stefan Roese <sr@denx.de> 34887 34888commit da5553b095bf04f4f109ad7e565dae3aba47b230 34889Author: Stefan Roese <sr@denx.de> 34890Date: Mon Nov 27 17:04:06 2006 +0100 34891 34892 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel 34893 34894 This patch allows an arch/ppc kernel to be booted by just passing 1 or 2 34895 arguments to bootm. It removes the getenv("disable_of") test that used 34896 to be used for this purpose. 34897 34898 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34899 Acked-by: Jon Loeliger <jdl@freescale.com> 34900 34901commit a9398e018593782c5fa7d0741955fc1256b34c1e 34902Author: Wolfgang Denk <wd@pollux.denx.de> 34903Date: Mon Nov 27 15:32:42 2006 +0100 34904 34905 Minor code cleanup. Update CHANGELOG. 34906 34907commit 1729b92cde575476684bffe819d0b7791b57bff2 34908Author: Stefan Roese <sr@denx.de> 34909Date: Mon Nov 27 14:52:04 2006 +0100 34910 34911 [PATCH] 4xx: Fix problem with board specific reset code (now for real) 34912 34913 Signed-off-by: Stefan Roese <sr@denx.de> 34914 34915commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7 34916Author: Stefan Roese <sr@denx.de> 34917Date: Mon Nov 27 14:49:51 2006 +0100 34918 34919 [PATCH] alpr: remove unused board specific flash driver 34920 34921 Signed-off-by: Stefan Roese <sr@denx.de> 34922 34923commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1 34924Author: Stefan Roese <sr@denx.de> 34925Date: Mon Nov 27 14:48:41 2006 +0100 34926 34927 [PATCH] 4xx: Fix problem with board specific reset code 34928 34929 Signed-off-by: Stefan Roese <sr@denx.de> 34930 34931commit ec0c2ec725aec9524a177a77ce75559e644a931a 34932Author: Stefan Roese <sr@denx.de> 34933Date: Mon Nov 27 14:46:06 2006 +0100 34934 34935 [PATCH] Remove testing 4xx enet PHY setup 34936 34937 Signed-off-by: Stefan Roese <sr@denx.de> 34938 34939commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148 34940Author: Stefan Roese <sr@denx.de> 34941Date: Mon Nov 27 14:12:17 2006 +0100 34942 34943 [PATCH] Update Prodrive ALPR board support (440GX) 34944 34945 Signed-off-by: Stefan Roese <sr@denx.de> 34946 34947commit 58b485776698c3d71ec5a215e392123b4c15afa3 34948Author: Markus Klotzbuecher <mk@denx.de> 34949Date: Mon Nov 27 11:51:21 2006 +0100 34950 34951 Add a small README with information on the generic ohci driver. 34952 34953commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f 34954Author: Markus Klotzbuecher <mk@denx.de> 34955Date: Mon Nov 27 11:46:46 2006 +0100 34956 34957 Fix some endianness issues related to the generic ohci driver 34958 34959commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418 34960Author: Markus Klotzbuecher <mk@denx.de> 34961Date: Mon Nov 27 11:44:58 2006 +0100 34962 34963 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able 34964 to choose between the old and the generic OHCI drivers. 34965 34966commit 53e336e9ffc51035bdc4e5867631b3378761b4df 34967Author: Markus Klotzbuecher <mk@denx.de> 34968Date: Mon Nov 27 11:43:09 2006 +0100 34969 34970 Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver 34971 and adapted board configs TQM5200 and yosemite accordingly. This commit 34972 also makes the maximum number of root hub ports configurable 34973 (CFG_USB_OHCI_MAX_ROOT_PORTS). 34974 34975commit 78d620ebb5871d252270dedfad60c6568993b780 34976Author: Wolfgang Denk <wd@atlas.denx.de> 34977Date: Thu Nov 23 22:58:58 2006 +0100 34978 34979 Updates for TQM5200 modules: 34980 - fix off-by-one error in board/tqm5200/cam5200_flash.c error message 34981 - simplify "udate" definitions 34982 34983commit 2053283304eeddf250d109e6791eb6fa4cad14f7 34984Author: Stefan Roese <sr@denx.de> 34985Date: Wed Nov 22 13:20:50 2006 +0100 34986 34987 [PATCH] PPC4xx start.S: Fix for processor errata 34988 34989 Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx 34990 errata 1.12: 440_33 by moving patch up in code. 34991 34992 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> 34993 Signed-off-by: Stefan Roese <sr@denx.de> 34994 34995commit 4ef6251403f637841000e0fef9e832aa01339822 34996Author: Stefan Roese <sr@denx.de> 34997Date: Mon Nov 20 20:39:52 2006 +0100 34998 34999 [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH 35000
35001 Signed-off-by: Stefan Roese <sr@denx.de> 35002 35003commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0 35004Author: Wolfgang Denk <wd@pollux.denx.de> 35005Date: Mon Nov 20 10:28:30 2006 +0100 35006 35007 Update CHANGELOG 35008 35009commit 260421a21e934a68d31fb6125b0fbd2631a8ca20 35010Author: Stefan Roese <sr@denx.de> 35011Date: Mon Nov 13 13:55:24 2006 +0100 35012 35013 [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated] 35014 35015 * Adds support for AMD command set Top Boot flash geometry reversal 35016 * Adds support for reading JEDEC Manufacturer ID and Device ID 35017 * Adds support for displaying command set, manufacturer id and 35018 device ids (flinfo) 35019 * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined 35020 * Removes outdated change history (refer to git log instead) 35021 35022 Signed-off-by: Tolunay Orkun <listmember@orkun.us> 35023 Signed-off-by: Stefan Roese <sr@denx.de> 35024 35025commit b21b511d4c50408f4853f46f06b601272196223f 35026Author: Wolfgang Denk <wd@pollux.denx.de> 35027Date: Sun Nov 12 21:13:23 2006 +0100 35028 35029 Update CHANGELOG 35030 35031commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245 35032Author: Bartlomiej Sieka <tur@semihalf.com> 35033Date: Sat Nov 11 22:48:22 2006 +0100 35034 35035 Disable the watchdog in the default config for the V38B board. 35036 35037commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a 35038Author: Bartlomiej Sieka <tur@semihalf.com> 35039Date: Sat Nov 11 22:43:00 2006 +0100 35040 35041 Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin 35042 group is enabled for USB earlier (in cpu_init_f() instead of 35043 usb_lowlevel_init()). 35044 35045commit 91650b3e4de688038d4f71279c44858e3e2c6870 35046Author: Wolfgang Denk <wd@pollux.denx.de> 35047Date: Mon Nov 6 17:06:36 2006 +0100 35048 35049 Sequential accesses to non-existent memory must be synchronized, 35050 at least on G2 cores. 35051 35052 This fixes get_ram_size() problems on MPC5200 Rev. B boards. 35053 35054commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa 35055Author: Timur Tabi <timur@freescale.com> 35056Date: Fri Nov 3 19:15:00 2006 -0600 35057 35058 mpc83xx: Update 83xx to use fsl_i2c.c 35059 35060 Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete 35061 cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. 35062 Added multiple I2C bus support to fsl_i2c.c. 35063 35064 Signed-off-by: Timur Tabi <timur@freescale.com> 35065 35066commit d239d74b1c937984bc519083a8e7de373a390f06 35067Author: Timur Tabi <timur@freescale.com> 35068Date: Fri Nov 3 12:00:28 2006 -0600 35069 35070 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR 35071 35072 Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx 35073 tree matches the other 8xxx trees. 35074 35075 Signed-off-by: Timur Tabi <timur@freescale.com> 35076 35077commit f7fb2e703ec9688541416962724adff70a7322cb 35078Author: Kim Phillips <kim.phillips@freescale.com> 35079Date: Thu Nov 2 19:47:11 2006 -0600 35080 35081 mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c 35082 35083commit 90f30a710a3c619b5405860a686c4ddfc495d4b6 35084Author: Dave Liu <daveliu@freescale.com> 35085Date: Thu Nov 2 18:05:50 2006 -0600 35086 35087 mpc83xx: Fix the incorrect dcbz operation 35088 35089 The 834x rev1.x silicon has one CPU5 errata. 35090 35091 The issue is when the data cache locked with 35092 HID0[DLOCK], the dcbz instruction looks like no-op inst. 35093 35094 The right behavior of the data cache is when the data cache 35095 Locked with HID0[DLOCK], the dcbz instruction allocates 35096 new tags in cache. 35097 35098 The 834x rev3.0 and later and 8360 have not this bug inside. 35099 35100 So, when 834x rev3.0/8360 are working with ECC, the dcbz 35101 instruction will corrupt the stack in cache, the processor will 35102 checkstop reset. 35103 35104 However, the 834x rev1.x can work with ECC with these code, 35105 because the sillicon has this cache bug. The dcbz will not 35106 corrupt the stack in cache. 35107 Really, it is the fault code running on fault sillicon. 35108 35109 This patch fix the incorrect dcbz operation. Instead of 35110 CPU FP writing to initialise the ECC. 35111 35112 CHANGELOG: 35113 * Fix the incorrect dcbz operation instead of CPU FP 35114 writing to initialise the ECC memory. Otherwise, it 35115 will corrupt the stack in cache, The processor will checkstop 35116 reset. 35117 35118 Signed-off-by: Dave Liu <daveliu@freescale.com> 35119 35120commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d 35121Author: Kim Phillips <kim.phillips@freescale.com> 35122Date: Wed Nov 1 00:10:40 2006 -0600 35123 35124 mpc83xx: add OF_FLAT_TREE bits to 83xx boards 35125 35126 add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and 35127 STDOUT_PATH configuration bits to mpc8349emds, 35128 mpc8349itx, and mpc8360emds board code. 35129 35130 redo environment to use bootm with the fdtaddr 35131 for booting ARCH=powerpc kernels by default, 35132 and provide default fdtaddr values. 35133 35134commit 48041365b3420589ad464ebc7752e0053538b729 35135Author: Kim Phillips <kim.phillips@freescale.com> 35136Date: Wed Nov 1 00:07:25 2006 -0600 35137 35138 mpc83xx: change ft code to modify local-mac-address property 35139 35140 Update 83xx OF code to update local-mac-address properties 35141 for ethernet instead of the obsolete 'address' property. 35142 35143commit 9ca880a250870a7d55754291b5591d2b5fe89b54 35144Author: Timur Tabi <timur@freescale.com> 35145Date: Tue Oct 31 21:23:16 2006 -0600 35146 35147 mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS 35148 35149 This patch also adds an improved I2C set_speed(), which handles all clock 35150 frequencies. 35151 35152 Signed-off-by: Timur Tabi <timur@freescale.com> 35153 35154commit ac4b5622ce050b5ee1e154b98df630d778661632 35155Author: Dave Liu <daveliu@freescale.com> 35156Date: Tue Oct 31 19:54:59 2006 -0600 35157 35158 mpc83xx: add the README.mpc8360emds 35159 35160 add doc/README.mpc8360emds to accompany the new board support 35161 35162commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef 35163Author: Dave Liu <daveliu@freescale.com> 35164Date: Fri Nov 3 12:11:15 2006 -0600 35165 35166 mpc83xx: add QE ethernet support 35167 35168 this patch adds support for the QUICC Engine based UCC gigabit ethernet device. 35169 35170commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73 35171Author: Dave Liu <daveliu@freescale.com> 35172Date: Fri Nov 3 19:33:44 2006 -0600 35173 35174 mpc83xx: Add MPC8360EMDS basic board support 35175 35176 Add support for the Freescale MPC8360EMDS board. 35177 Includes DDR, DUART, Local Bus, PCI. 35178 35179commit 23892e49352de74f7fac36ff90bb1be143d195e3 35180Author: Dave Liu <daveliu@freescale.com> 35181Date: Tue Oct 31 19:30:40 2006 -0600 35182 35183 mpc83xx: add the QUICC Engine (QE) immap file 35184 35185 common QE immap file. Also required for 8360. 35186 35187commit b701652a4992bdcc62fb1a6038a85beef9e55da4 35188Author: Dave Liu <daveliu@freescale.com> 35189Date: Tue Oct 31 19:25:38 2006 -0600 35190 35191 mpc83xx: Add 8360 specifics to 83xx immap 35192 35193 Mainly add QE device dependencies, with appropriate 8360 protection. 35194 Lindent also run. 35195 35196commit 988833324a7fda482c8ac3ca23eb539f8232e404 35197Author: Timur Tabi <timur@freescale.com> 35198Date: Tue Oct 31 19:14:41 2006 -0600 35199 35200 mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX 35201 35202 PREREQUISITE PATCHES: 35203 35204 * This patch can only be applied after the following patches have been applied: 35205 35206 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2" 35207 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2" 35208 35209 CHANGELOG: 35210 35211 * For the 8349E-mITX, fix some size values in pci_init_board(), enable 35212 the clock for the 2nd USB board (Linux kernel will hang otherwise), 35213 and fix the CONFIG_BOOTARGS macro. 35214 35215 Signed-off-by: Timur Tabi <timur@freescale.com> 35216 35217commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357 35218Author: Timur Tabi <timur@freescale.com> 35219Date: Tue Oct 31 18:44:42 2006 -0600 35220 35221 mpc83xx: Add support for the MPC8349E-mITX 35222 35223 PREREQUISITE PATCHES: 35224 35225 * This patch can only be applied after the following patches have been applied: 35226 35227 1) DNX#2006090742000024 "Add support for multiple I2C buses" 35228 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 35229 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 35230 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 35231 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems" 35232 35233 CHANGELOG: 35234 35235 * Add support for the Freescale MPC8349E-mITX reference design platform. 35236 The second TSEC (Vitesse 7385 switch) is not supported at this time. 35237 35238 Signed-off-by: Timur Tabi <timur@freescale.com> 35239 35240commit 183da6d9b446cc12123455844ad1187e2375626f 35241Author: Ben Warren <bwarren@qstreams.com> 35242Date: Tue Sep 12 10:15:53 2006 -0400 35243 35244 Additional MPC8349 support for multibus i2c 35245 35246 Hello, 35247 35248 Here is a patch for a file that was accidentally left out of a previous 35249 attempt. 35250 35251 It accompanies the patch with ticket DNX#2006090742000024 35252 35253 CHANGELOG: 35254 Change PCI initialization to use new multi-bus I2C API. 35255 35256 regards, 35257 Ben 35258 35259commit b24f119d672b709d153ff2ac091d4aa63ec6877d 35260Author: Ben Warren <bwarren@qstreams.com> 35261Date: Thu Sep 7 16:51:04 2006 -0400 35262 35263 Multi-bus I2C implementation of MPC834x 35264 35265 Hello, 35266 35267 Attached is a patch implementing multiple I2C buses on the MPC834x CPU 35268 family and the MPC8349EMDS board in particular. 35269 This patch requires Patch 1 (Add support for multiple I2C buses). 35270 Testing was performed on a 533MHz board. 35271 35272 /*** Note: This patch replaces ticket DNX#2006083042000027 ***/ 35273 35274 Signed-off-by: Ben Warren <bwarren@qstreams.com> 35275 35276 CHANGELOG: 35277 Implemented driver-level code to support two I2C buses on the 35278 MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds 35279 are 50kHz, 100kHz and 400kHz on each bus. 35280 35281 regards, 35282 Ben 35283 35284commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae 35285Author: Ben Warren <bwarren@qstreams.com> 35286Date: Thu Sep 7 16:50:54 2006 -0400 35287 35288 Add support for multiple I2C buses 35289 35290 Hello, 35291 35292 Attached is a patch providing support for multiple I2C buses at the 35293 command level. The second part of the patch includes an implementation 35294 for the MPC834x CPU and MPC8349EMDS board. 35295 35296 /*** Note: This patch replaces ticket DNX#2006083042000018 ***/ 35297 35298 Signed-off-by: Ben Warren <bwarren@qstreams.com> 35299 35300 Overview: 35301 35302 1. Include new 'i2c' command (based on USB implementation) using 35303 CONFIG_I2C_CMD_TREE. 35304 35305 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that 35306 the commands to change bus number and speed are only available under the 35307 new 'i2c' command mentioned in the first bullet. 35308 35309 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus 35310 systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form 35311 of an array of bus-device pairs. Otherwise, it is an array of uchar. 35312 35313 CHANGELOG: 35314 Added new 'i2c' master command for all I2C interaction. This is 35315 conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for 35316 setting I2C bus speed as well as changing the active bus if the board 35317 has more than one (conditionally compiled with 35318 CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses. 35319 Updated README. 35320 35321 regards, 35322 Ben 35323 35324commit bed85caf872714ebf53013967a695c9d63acfc68 35325Author: Timur Tabi <timur@freescale.com> 35326Date: Tue Oct 31 18:13:36 2006 -0600 35327 35328 mpc83xx: Add support for Errata DDR6 on MPC 834x systems 35329 35330 CHANGELOG: 35331 35332 * Errata DDR6, which affects all current MPC 834x processors, lists changes 35333 required to maintain compatibility with various types of DDR memory. This 35334 patch implements those changes. 35335 35336 Signed-off-by: Timur Tabi <timur@freescale.com> 35337 35338commit afd6e470f639883002c7c59d562690a5cb0f4865 35339Author: Timur Tabi <timur@freescale.com> 35340Date: Wed Oct 25 18:45:23 2006 -0500 35341 35342 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it 35343 35344commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a 35345Author: Timur Tabi <timur@freescale.com> 35346Date: Tue Aug 22 17:07:00 2006 -0500 35347 35348 mpc83xx: Add support for variable flash memory sizes on 83xx systems 35349 35350 CHANGELOG: 35351 35352 * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access 35353 window registers, instead of using a hard-coded value of 8MB. 35354 35355 Signed-off-by: Timur Tabi <timur@freescale.com> 35356 35357commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965 35358Author: Tanya Jiang <tanya.jiang@freescale.com> 35359Date: Thu Aug 3 18:38:13 2006 +0800 35360 35361 mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros 35362 35363 Unified TQM834x variable names with 83xx and consolidated macro 35364 in preparation for the 8360 and other upcoming 83xx devices. 35365 35366 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com> 35367 35368commit f6eda7f80ccc13d658020268c507d7173cf2e8aa 35369Author: Dave Liu <daveliu@freescale.com> 35370Date: Wed Oct 25 14:41:21 2006 -0500 35371 35372 mpc83xx: Changed to unified mpx83xx names and added common 83xx changes 35373 35374 Incorporated the common unified variable names and the changes in preparation 35375 for releasing mpc8360 patches. 35376 35377 Signed-off-by: Dave Liu <daveliu@freescale.com> 35378 35379commit 3894c46c27c64891f93ac04edde86a9fa9758d92 35380Author: Tanya Jiang <tanya.jiang@freescale.com> 35381Date: Thu Aug 3 18:36:02 2006 +0800 35382 35383 mpc83xx: Fix missing build for mpc8349emds pci.c 35384 35385 Make pci build for mpc8349emds 35386 35387 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com> 35388 35389commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219 35390Author: Tanya Jiang <tanya.jiang@freescale.com> 35391Date: Thu Aug 3 18:39:49 2006 +0800 35392 35393 mpc83xx: Removed unused file resetvec.S for mpc83xx cpu 35394 35395 Removed unused file resetvec.S for mpc83xx cpu 35396 35397 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com> 35398 35399commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf 35400Author: Nick Spence <Nick.Spence@freescale.com> 35401Date: Sat Sep 30 00:32:59 2006 -0700 35402 35403 NAND Flash verify across block boundaries 35404 35405 This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is 35406 defined 35407 and the write crosses a block boundary. The pointer to the verification 35408 buffer (bufstart) is not being updated to reflect the starting of the 35409 new 35410 block so the verification of the second block fails. 35411 35412 CHANGELOG: 35413 35414 * Fix NAND FLASH page verification across block boundaries 35415 35416commit f484dc791a3932537213c43c654cc1295c64b84c 35417Author: Nick Spence <nick.spence@freescale.com> 35418Date: Thu Sep 7 07:39:46 2006 -0700 35419 35420 Added RGMII support to the TSECs and Marvell 881111 Phy 35421 35422 Added a phy initialization to adjust the RGMII RX and TX timing 35423 Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode 35424 35425 Signed-off-by: Nick Spence <nick.spence@freescale.com> 35426 35427commit 4831c8b8a97799da77923d6bbb4c260c0d45521c 35428Author: roy zang <tie-fei.zang@freescale.com> 35429Date: Fri Nov 3 13:10:00 2006 +0800 35430 35431 Remove some unused CFG define. 35432 undef CFG_DRAM_TEST 35433 35434commit 99c09c4dec34f77c243bf51bea532e3f339410ad 35435Author: roy zang <tie-fei.zang@freescale.com> 35436Date: Fri Nov 3 13:07:36 2006 +0800 35437 35438 Change the TEXT_BASE from 0xFFF00000 to 0xFF000000. 35439 Both work. 0xFF000000 seems more reasonable. 35440 35441commit c59200443072353044aa4bf737a5a60f9a9af231 35442Author: Wolfgang Denk <wd@pollux.denx.de> 35443Date: Thu Nov 2 15:15:01 2006 +0100 35444 35445 Release U-Boot 1.1.6 35446 35447commit c1fbe4103a0d6c8957f912af902d705ba67836f2 35448Author: roy zang <tie-fei.zang@freescale.com> 35449Date: Thu Nov 2 19:14:48 2006 +0800 35450 35451 This patch comes from Yuli's posted patch on 8/8/2006 35452 titled "CFI Driver Little-Endian write Issue". 35453 35454 http://sourceforge.net/mailarchive/message.php?msg_id=36311999 35455 35456 If that patch applied, please discard this one. 35457 Until now , I do not see his patch is applied. So please apply this one. 35458 35459 Signed-off-by: Yuli Barcohen <yuli@arabellasw.com> 35460 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35461 35462commit b825f158e449e1e9cf74c08e572955e122394c96 35463Author: roy zang <tie-fei.zang@freescale.com> 35464Date: Thu Nov 2 19:12:31 2006 +0800 35465 35466 Tsi108 on chip i2c support. 35467 35468 The i2c Interface provides a master-only, serial interface that can be 35469 used for initializing Tsi108/Tsi109 registers from an EEPROM after a 35470 device reset. 35471 35472 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35473 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35474 35475commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8 35476Author: roy zang <tie-fei.zang@freescale.com> 35477Date: Thu Nov 2 19:11:06 2006 +0800 35478 35479 Tsi108 on chip pci controller support. 35480 35481 If there is no pci card, the tsi108/109 pci configure read will 35482 cause a machine check exception to the processor. PCI error should 35483 also be cleared after the read. 35484 35485 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35486 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35487 35488commit d1927cee977126e547ceeba23e4f978f377cfb8f 35489Author: roy zang <tie-fei.zang@freescale.com> 35490Date: Thu Nov 2 19:08:55 2006 +0800 35491 35492 Tundra tsi108 on chip Ethernet controller support. 35493 35494 The following is a brief description of the Ethernet controller: 35495 The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent 35496 Gigabit Ethernet ports,E0 and E1. It uses a single Management interface 35497 to manage the two physical connection devices (PHYs). Each Ethernet port 35498 has its own statistics monitor that tracks and reports key interface 35499 statistics. Each port supports a 256-entry hash table for address 35500 filtering. In addition, each port is bridged to the Switch Fabric 35501 through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO. 35502 35503 Each Ethernet port also has a pair of internal Ethernet DMA channels to 35504 support the transmit and receive data flows. The Ethernet DMA channels 35505 use descriptors set up in memory, the memory map of the device, and 35506 access via the Switch Fabric. The Ethernet Controller?s DMA arbiter 35507 handles arbitration for the Switch Fabric. The Controller also 35508 has a register businterface for register accesses and status monitor 35509 control. 35510 35511 The PMD (Physical Media Device) interface operates in MII, GMII, or TBI 35512 modes. The MII mode is used for connecting with 10 or 100 Mbit/s PMDs. 35513 The GMII and TBI modes are used to connect with Gigabit PMDs. Internal 35514 data flows to and from the Ethernet Controller through the Switch Fabric. 35515 35516 Each Ethernet port uses its transmit and receive DMA channels to manage 35517 data flows through buffer descriptors that are predefined by the 35518 system (the descriptors can exist anywhere in the system memory map). 35519 These descriptors are data structures that point to buffers filled 35520 with data ready to transmit over Ethernet, or they point to empty 35521 buffers ready to receive data from Ethernet. 35522 35523 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35524 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35525 35526commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e 35527Author: roy zang <tie-fei.zang@freescale.com> 35528Date: Thu Nov 2 19:01:33 2006 +0800 35529 35530 Tundra tsi108 header file. 35531 35532 The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for 35533 PowerPC processors that offers numerous system interconnect options for 35534 embedded application designers. The Tsi108 can interconnect 60x or 35535 MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet, 35536 and Flash. Provided the macro define for tsi108 chip. 35537 35538 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35539 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35540 35541commit 87c4db09699c6b89176b31004afcb83eb1585d47 35542Author: roy zang <tie-fei.zang@freescale.com> 35543Date: Thu Nov 2 18:59:15 2006 +0800 35544 35545 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. 35546 mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2. 35547 35548 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35549 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35550 35551commit 27801b8ab11c61b577e45742a515bb3b23b80241 35552Author: roy zang <tie-fei.zang@freescale.com> 35553Date: Thu Nov 2 18:57:21 2006 +0800 35554 35555 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. 35556 Make ,config.mk and link file for the mpc7448hpc2 board. 35557 35558 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35559 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35560 35561commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6 35562Author: roy zang <tie-fei.zang@freescale.com> 35563Date: Thu Nov 2 18:55:04 2006 +0800 35564 35565 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. 35566 The mpc7448hpc2 board support header file. 35567 35568 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35569 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35570 35571commit 625bb5ddb50b243f931262ca8c46956409471917 35572Author: roy zang <tie-fei.zang@freescale.com> 35573Date: Thu Nov 2 18:52:21 2006 +0800 35574 35575 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. 35576 The mpc7448hpc2 board support low level assemble language init code. 35577 35578 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35579 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35580 35581commit 4c52783b3d024e153c4972b97332e314bc3bdc46 35582Author: roy zang <tie-fei.zang@freescale.com> 35583Date: Thu Nov 2 18:49:51 2006 +0800 35584 35585 General code modification for mpc7448hpc2 board support. 35586 1. Add 7447A and 7448 processor support. 35587 2. Add the following flags. 35588 35589 CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically 35590 (such as by switch on board), this flag should be set. 35591 35592 CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot 35593 relocates to RAM, this flag should be set. 35594 35595 CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the 35596 system hang in exception, this flag should be set. 35597 35598 There is a design issue for tsi108/109 pci configure read. When pci scan 35599 the slots, if there is no pci card, the tsi108/9 will cause a machine 35600 check exception for mpc7448 processor. 35601 35602 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 35603 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35604 35605commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695 35606Author: roy zang <tie-fei.zang@freescale.com> 35607Date: Thu Nov 2 18:34:47 2006 +0800 35608 35609 Add README file for mpc7448hpc2 board. 35610 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 35611 35612commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526 35613Author: Bartlomiej Sieka <tur@semihalf.com> 35614Date: Wed Nov 1 02:04:38 2006 +0100 35615 35616 Finish up support for MarelV38B board 35617 - add watchdog support 35618 - enable GPIO_WKUP_7 pin for input 35619 - code cleanup 35620 35621commit ffa150bc90c943ca265170bd1be3f293674dd5c7 35622Author: Bartlomiej Sieka <tur@semihalf.com> 35623Date: Wed Nov 1 01:45:46 2006 +0100 35624 35625 - Fix issues related to the use of ELDK 4 when compiling for MarelV38B: 35626 * remove warnings when compiling ethaddr.c 35627 * adjust linker script (fixes a crash resulting from incorrect 35628 definition of __u_boot_cmd_start) 35629 - Some MarelV38B code cleanup. 35630 35631commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385 35632Author: Bartlomiej Sieka <tur@semihalf.com> 35633Date: Wed Nov 1 01:38:16 2006 +0100 35634 35635 - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the 35636 MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's 35637 Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with 35638 MPC5XXX_WU_GPIO_DATA_O for affected boards. 35639 35640 - Add defintions for some MPC5XXX GPIO pins. 35641 35642commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8 35643Author: Bartlomiej Sieka <tur@semihalf.com> 35644Date: Wed Nov 1 01:34:29 2006 +0100 35645 35646 Changed MarelV38B board make target to lowercase. Config file cleanup. 35647 35648commit 1954be6e9c9421b45d0a9d05b10356acc7563150 35649Author: Wolfgang Denk <wd@pollux.denx.de> 35650Date: Sun Oct 29 01:03:51 2006 +0200 35651 35652 Automatically adjust ARFLAGS so "make -s" is really silent. 35653 35654commit fae684e89844856383bdf101440889557df3e6b1 35655Author: Stefan Roese <sr@denx.de> 35656Date: Sat Oct 28 16:45:00 2006 +0200 35657 35658 [PATCH] omap925.c: Remove unused functions 35659 35660 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 35661 Signed-off-by: Stefan Roese <sr@denx.de> 35662 35663commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776 35664Author: Stefan Roese <sr@denx.de> 35665Date: Sat Oct 28 17:12:58 2006 +0200 35666 35667 [PATCH] Add some missing machtypes for netstar & voiceblue boards 35668 35669 Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of 35670 numbers in code. 35671 35672 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 35673 Signed-off-by: Stefan Roese <sr@denx.de> 35674 35675commit 856f054410cef52d868feb330168b2a4c4091328 35676Author: Stefan Roese <sr@denx.de> 35677Date: Sat Oct 28 15:55:52 2006 +0200 35678 35679 [PATCH] NAND: Partition name support added to NAND subsystem 35680 35681 chpart, nboot and NAND subsystem related commands now accept also partition 35682 name to specify offset. 35683 35684 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 35685 Signed-off-by: Stefan Roese <sr@denx.de> 35686 35687commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6 35688Author: Wolfgang Denk <wd@pollux.denx.de> 35689Date: Sat Oct 28 02:29:44 2006 +0200 35690 35691 Update CHANGELOG. 35692 35693commit 2751a95abd1b96911081c357e96a12fa97b40dee 35694Author: Wolfgang Denk <wd@pollux.denx.de> 35695Date: Sat Oct 28 02:29:14 2006 +0200 35696 35697 Enable commandline editing and hush shell on all TQM boards. 35698 35699commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7 35700Author: Wolfgang Denk <wd@pollux.denx.de> 35701Date: Sat Oct 28 02:28:02 2006 +0200 35702 35703 README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE 35704 35705commit 471a7be7a042e95e440f5de969c9765214ae8d6e 35706Author: Wolfgang Denk <wd@denx.de> 35707Date: Sat Oct 28 01:14:32 2006 +0200 35708 35709 Check for illegal character '=' in environment variable names. 35710 35711 Make sure the string passed as variable name does not contain a '=' 35712 character. This not only prevents the common error or typing 35713 "setenv foo=bar" instead of "setenv foo bar", but (more importantly) 35714 also closes a backdoor which allowed to delete write-protected 35715 environment variables, for example by using "setenv ethaddr=". 35716 35717commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2 35718Author: Wolfgang Denk <wd@pollux.denx.de> 35719Date: Sat Oct 28 00:38:39 2006 +0200 35720 35721 Minor code cleanup. 35722 35723commit e11887a77d81077416a2d1c5e0354916fee8c034 35724Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 35725Date: Thu Oct 26 17:55:31 2006 +0200 35726 35727 Don't pass any debug options directly to the assembler 35728 35729 When passing the -g option to gcc, gcc automatically selects a 35730 suitable --g<format> option to pass on to the assembler. 35731 Thus, there's no point in forcing a specific debug option on the 35732 assembler using the -Wa mechanism. 35733 35734 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 35735 35736commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393 35737Author: Jon Loeliger <jdl@freescale.com> 35738Date: Fri Oct 27 07:47:22 2006 -0500 35739 35740 MPC86xx: Cleaned up unused and conditionally used local variables. 35741 35742 Signed-off-by: Jon Loeliger <jdl@freescale.com> 35743 35744commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9 35745Author: Wolfgang Denk <wd@pollux.denx.de> 35746Date: Fri Oct 27 11:55:21 2006 +0200 35747 35748 Fix "ar" flags in some Makefiles to allow for silent "make -s" 35749 35750commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f 35751Author: Ben Warren <bwarren@qstreams.com> 35752Date: Thu Oct 26 14:38:25 2006 -0400 35753 35754 Fix TSEC driver (now for real): avoid crashes if PHY is not attached 35755 to a TSEC (e.g. a switch is connected via RMII) or 35756 if the PHY is defective/incorrectly configured. 35757 35758 Signed-off-by: Ben Warren <bwarren@qstreams.com> 35759 35760commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999 35761Author: Ben Warren <bwarren@qstreams.com> 35762Date: Thu Oct 26 14:38:25 2006 -0400 35763 35764 Fix TSEC driver: avoid crashes if PHY is not attached 35765 to a TSEC (e.g. a switch is connected via RMII) or 35766 if the PHY is defective/incorrectly configured. 35767 35768 Signed-off-by: Ben Warren <bwarren@qstreams.com> 35769 35770commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6 35771Author: Wolfgang Denk <wd@pollux.denx.de> 35772Date: Thu Oct 26 16:24:31 2006 +0200 35773 35774 Code cleanup. 35775 35776commit 5e3b0bc19f07ed277d85324ad0427642c8981baf 35777Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 35778Date: Wed Oct 25 15:48:59 2006 +0200 35779 35780 Finish up support for the ATSTK1000/ATSTK1002 boards 35781 35782 Add atstk1002_config target to Makefile and move the AVR32 section 35783 down below Blackfin so that it doesn't end up in the middle of 35784 MIPS. 35785 35786 Drop the autogenerated linker script thing for now. Will have to 35787 revisit how to handle chips with different flash and RAM layout 35788 later. 35789 35790 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 35791 35792commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4 35793Author: Kumar Gala <galak@kernel.crashing.org> 35794Date: Tue Oct 24 23:47:37 2006 -0500 35795 35796 Added support for Multi-Image files that contain a device tree 35797 35798 If a Multi-Image file contains a third image we try to use it as a 35799 device tree. The device tree image is assumed to be uncompressed in the 35800 image file. We automatically allocate space for the device tree in memory 35801 and provide an 8k pad to allow more than a reasonable amount of growth. 35802 35803 Additionally, a device tree that was contained in flash will now automatically 35804 get copied to system memory as part of boot. Previously an error was 35805 reported if one tried to boot a device tree that was in flash. 35806 35807 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 35808 35809commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512 35810Author: Wolfgang Denk <wd@denx.de> 35811Date: Tue Oct 24 21:35:55 2006 +0200 35812 35813 Switch to automatically generated CHANGELOG file. 35814 (use "make CHANGELOG" to update it from time to time) 35815 35816commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6 35817Author: Stefan Roese <sr@denx.de> 35818Date: Tue Oct 24 18:06:48 2006 +0200 35819 35820 Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c 35821 Patch by Stefan Roese, 24 Oct 2006 35822 35823commit 8ae3b713b2286e0c3213b7802062e4c1599010de 35824Author: Wolfgang Denk <wd@pollux.denx.de> 35825Date: Tue Oct 24 17:24:55 2006 +0200 35826 35827 Merge with /home/wd/git/u-boot/master 35828 35829commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e 35830Author: Wolfgang Denk <wd@pollux.denx.de> 35831Date: Tue Oct 24 15:32:57 2006 +0200 35832 35833 Code cleanup 35834 35835commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e 35836Author: Wolfgang Denk <wd@pollux.denx.de> 35837Date: Tue Oct 24 14:51:36 2006 +0200 35838 35839 Move atstk1000 files into vendor specific directory. 35840 Patch by Haavard Skinnemoen, 12 Sep 2006 35841 35842commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37 35843Author: Wolfgang Denk <wd@pollux.denx.de> 35844Date: Tue Oct 24 14:42:37 2006 +0200 35845 35846 Add ATSTK1000 and ATSTK1002 board support 35847 Patch by Haavard Skinnemoen, 06 Sep 2006 35848 35849 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU 35850 daughterboard. 35851 35852 ATSTK1000 is a full-featured development board for AT32AP CPUs. It 35853 has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, 35854 and connectors for USART, PS/2, VGA, USB, MMC/SD cards and 35855 CompactFlash cards. For more information, please see this page: 35856 35857 http://www.atmel.com/dyn/products/tools.asp?family_id=682 35858 35859 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the 35860 AT32AP7000 chip. 35861 35862 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 35863 35864commit f93ae788c3640fcde5db383471d45548ff4060d0 35865Author: Wolfgang Denk <wd@pollux.denx.de> 35866Date: Tue Oct 24 14:31:24 2006 +0200 35867 35868 Add common serial driver for Atmel AT32 and AT91 chips 35869 Patch by Haavard Skinnemoen, 06 Sep 2006 35870 35871 This is a first attempt at creating a common serial driver for Atmel 35872 chips. For now, it supports the AT32AP7000 AVR32 chip, but it should 35873 be possible to support AT91RM9200 and other ARM-based chips with some 35874 minor modifications. 35875 35876 There's nothing fundamentally AVR32-specific in this driver, but it 35877 does use some features which are currently only defined for the 35878 AT32AP CPU port: 35879 * pm_get_clock_freq: Obtain the clock frequency of a given domain 35880 * gd->console_uart: A "struct device" containing information about 35881 register mappings, gpio resources and clocks associated with the 35882 UART device. 35883 35884 For more information about these features, please see the "AT32AP 35885 CPU" patch. 35886 35887commit 72a087e04705c26cad982879ebd06b5281bf825a 35888Author: Wolfgang Denk <wd@pollux.denx.de> 35889Date: Tue Oct 24 14:27:35 2006 +0200 35890 35891 Add AT32AP CPU and AT32AP7000 SoC support 35892 Patch by Haavard Skinnemoen, 06 Sep 2006 35893 35894 This patch adds support for the AT32AP CPU family and the AT32AP7000 35895 chip, which is the first chip implementing the AVR32 architecture. 35896 35897 The AT32AP CPU core is a high-performance implementation featuring a 35898 7-stage pipeline, separate instruction- and data caches, and a MMU. 35899 For more information, please see the "AVR32 AP Technical Reference": 35900 35901 http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf 35902 35903 In addition to this, the AT32AP7000 chip comes with a large set of 35904 integrated peripherals, many of which are shared with the AT91 series 35905 of ARM-based microcontrollers from Atmel. Full data sheet is 35906 available here: 35907 35908 http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf 35909 35910 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 35911 35912commit 7b64fef33c66be648826c0ff9758298ef13d0604 35913Author: Wolfgang Denk <wd@pollux.denx.de> 35914Date: Tue Oct 24 14:21:16 2006 +0200 35915 35916 Add AVR32 architecture support 35917 Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 35918 35919 This patch adds common infrastructure code for the Atmel AVR32 35920 architecture. See doc/README.AVR32 for details. 35921 35922 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 35923 35924commit 2da2d9a4766063b9848f3a35ad6025499cf87265 35925Author: Wolfgang Denk <wd@pollux.denx.de> 35926Date: Tue Oct 24 13:57:33 2006 +0200 35927 35928 Use -g instead of -gstabs in AFLAGS_DEBUG 35929 Patch by Haavard Skinnemoen, 30 Aug 2006 35930 35931 In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no 35932 matter what the target's preferred debugging format is. This patch 35933 simply replaces -gstabs with -g, so that the default debugging format 35934 for the architecture is used. 35935 35936commit 965829872169c2996023840d98e1d85ad148d629 35937Author: Wolfgang Denk <wd@pollux.denx.de> 35938Date: Tue Oct 24 13:55:18 2006 +0200 35939 35940 Fix/workaround broken dependency handling with make 3.81 35941 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200 35942 35943commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a 35944Author: Marian Balakowicz <m8@semihalf.com> 35945Date: Mon Oct 23 22:17:05 2006 +0200 35946 35947 Fix sequoia separate object direcory building problems. 35948 35949commit 3dfa9cfdcee78b30da3432318b32821ffabe974b 35950Author: Jon Loeliger <jdl@freescale.com> 35951Date: Fri Oct 20 17:16:35 2006 -0500 35952 35953 Use generic I2C register block on 85xx and 86xx. 35954 35955 Replace private IMMAP I2C structures with generic reg block 35956 and allow 86xx to have multiple I2C device busses. 35957 35958 Signed-off-by: Jon Loeliger <jdl@freescale.com> 35959 35960commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c 35961Author: Jon Loeliger <jdl@freescale.com> 35962Date: Fri Oct 20 15:54:34 2006 -0500 35963 35964 Fix compilation warnings on a few 85xx boards. 35965 35966 Signed-off-by: Jon Loeliger <jdl@freescale.com> 35967 35968commit 2047672684cf85cb6f96a1fbc993180aaaf19a99 35969Author: Jon Loeliger <jdl@freescale.com> 35970Date: Fri Oct 20 15:50:15 2006 -0500 35971 35972 Converted all 85xx boards to use a common FSL I2C driver. 35973 Introduced COFIG_FSL_I2C to select the common FSL I2C driver. 35974 And removed hard i2c path from a few u-boot.lds scipts too. 35975 Minor whitespace cleanups along the way. 35976 35977 Signed-off-by: Jon Loeliger <jdl@freescale.com> 35978 35979commit 4d45f69e362b05892c9e92a7907e5820995612aa 35980Author: Jon Loeliger <jdl@freescale.com> 35981Date: Thu Oct 19 12:02:24 2006 -0500 35982 35983 Rewrite a series of goto statements as a sequences of 35984 conditional expressions instead. 35985 35986 Use consistent return code 0/-1 for good/bad indicators. 35987 35988 Include one fewer file if the driver isn't used at all. 35989 35990 Signed-off-by: Jon Loeliger <jdl@freescale.com> 35991 35992commit 7237c033b02fe295880435f1eb80819a0c987532 35993Author: Jon Loeliger <jdl@freescale.com> 35994Date: Thu Oct 19 11:02:16 2006 -0500 35995 35996 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c 35997 35998 in an effort to begin to unify the umpteen FSL I2C drivers that 35999 are all otherwise very similar. 36000
36001 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36002 36003commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b 36004Author: Jon Loeliger <jdl@freescale.com> 36005Date: Thu Oct 19 11:33:52 2006 -0500 36006 36007 * Fix a bunch of compiler warnings for gcc 4.0 36008 36009 Signed-off-by: Matthew McClintock <msm@freescale.com> 36010 36011commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2 36012Author: Stefan Roese <sr@denx.de> 36013Date: Tue Oct 17 06:14:31 2006 +0200 36014 36015 Add monitor functions for indirect access to PPC440 DCR's 36016 Patch by Leonid Baryudin, 12 Oct 2006 36017 36018commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09 36019Author: Jon Loeliger <jdl@freescale.com> 36020Date: Fri Oct 13 16:47:53 2006 -0500 36021 36022 Fixed leading whitespace issues. 36023 Removed spurious LAWAR thing. 36024 36025 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36026 36027commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391 36028Author: Jon Loeliger <jdl@freescale.com> 36029Date: Thu Oct 12 10:42:36 2006 -0500 36030 36031 Remove unneeded include files and local variable. 36032 36033 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36034 36035commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5 36036Author: Grant Likely <grant.likely@secretlab.ca> 36037Date: Tue Oct 10 00:23:32 2006 -0600 36038 36039 Fix possible uninitialized variable compiler warning. 36040 36041 When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in 36042 do_bootm_linux() may be uninitialized. There is no possibility in the 36043 current code that len will get used uninitialized, but this fix follows 36044 the existing convention of setting both len and data to zero at the same 36045 time. 36046 36047 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 36048 36049commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e 36050Author: Matthew McClintock <msm@freescale.com> 36051Date: Wed Oct 11 15:13:01 2006 -0500 36052 36053 * Fix a bunch of compiler warnings for gcc 4.0 36054 36055 Signed-off-by: Matthew McClintock <msm@freescale.com> 36056 36057commit bf651baa365e5447246aad6a633ccd667cf24a39 36058Author: Jon Loeliger <jdl@freescale.com> 36059Date: Wed Oct 11 10:10:43 2006 -0500 36060 36061 Move "ar" flags to config.mk to allow for silent "make -s" 36062 36063commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e 36064Author: Jon Loeliger <jdl@freescale.com> 36065Date: Tue Oct 10 17:19:03 2006 -0500 36066 36067 Coding style changes to remove local varible blocks 36068 and reformat a bit nicer. 36069 36070commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a 36071Author: Jon Loeliger <jdl@freescale.com> 36072Date: Tue Oct 10 17:16:04 2006 -0500 36073 36074 Fix whitespace issues. 36075 36076commit 7b382b7125f2397cce63253df62f183e3dfa2770 36077Author: Jon Loeliger <jdl@freescale.com> 36078Date: Tue Oct 10 17:14:45 2006 -0500 36079 36080 Fix whitespace issues. 36081 36082commit e10390ddd736b0dad1528eec4b0fe35c0827139a 36083Author: Jon Loeliger <jdl@freescale.com> 36084Date: Tue Oct 10 17:06:53 2006 -0500 36085 36086 Fix whitespace issues. 36087 36088commit 89875e96ba3f023157bf50d5f8e33bf254964a76 36089Author: Jon Loeliger <jdl@freescale.com> 36090Date: Tue Oct 10 17:03:43 2006 -0500 36091 36092 Ran lindent and cleaned up whitespace issues. 36093 Format for 80-columns too. 36094 36095commit 333961ae7095fc66d8a041fce1ac9ee873b09d86 36096Author: Jon Loeliger <jdl@freescale.com> 36097Date: Tue Oct 10 17:02:22 2006 -0500 36098 36099 Fix whitespace and 80-col issues. 36100 36101commit 5c912cb1c31266c66ca59b36f9b6f87296421d75 36102Author: Stefan Roese <sr@denx.de> 36103Date: Sat Oct 7 11:36:51 2006 +0200 36104 36105 CFG_NAND_QUIET_TEST added to not warn upon missing NAND device 36106 Patch by Stefan Roese, 07 Oct 2006 36107 36108commit 5bc528fa4da751d472397b308137238a6465afd2 36109Author: Stefan Roese <sr@denx.de> 36110Date: Sat Oct 7 11:35:25 2006 +0200 36111 36112 Update ALPR code (NAND support working now) 36113 Patch by Stefan Roese, 07 Oct 2006 36114 36115commit 77d5034847d328753b80c46b83f960a14a26f40e 36116Author: Stefan Roese <sr@denx.de> 36117Date: Sat Oct 7 11:33:03 2006 +0200 36118 36119 Remove compile warnings in fpga code 36120 Patch by Stefan Roese, 07 Oct 2006 36121 36122commit f3443867e90d2979a7dd1c65b0d537777e1f9850 36123Author: Stefan Roese <sr@denx.de> 36124Date: Sat Oct 7 11:30:52 2006 +0200 36125 36126 Add CONFIG_BOARD_RESET to configure board specific reset function 36127 Patch by Stefan Roese, 07 Oct 2006 36128 36129commit f55df18187e7a45cb73fec4370d12135e6691ae1 36130Author: John Traill <john.traill@freescale.com> 36131Date: Fri Sep 29 08:23:12 2006 +0100 36132 36133 Fix missing tCycle/modfreq calculation. 36134 36135 Signed-off-by: John Traill <john.traill@freescale.com> 36136 36137commit 8272dc2f58f2473d8995fcc9b916440cfba080f0 36138Author: Andy Fleming <afleming@freescale.com> 36139Date: Wed Sep 13 10:33:35 2006 -0500 36140 36141 Updated config headers to add default FDT-based booting 36142 36143commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3 36144Author: Andy Fleming <afleming@freescale.com> 36145Date: Wed Sep 13 10:34:18 2006 -0500 36146 36147 Add support for eTSEC 3 & 4 on 8548 CDS 36148 36149 * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. 36150 This will only work on rev 1.3 boards (but doesn't break older boards) 36151 * Cleaned up some comments to reflect the expanded role of tsec 36152 in other systems 36153 36154commit 084d648b109c8984f83674043c1a7fa3885ef801 36155Author: Andy Fleming <afleming@freescale.com> 36156Date: Wed Sep 13 10:33:56 2006 -0500 36157 36158 Added code to support 2.6.18 PCI changes in u-boot 36159 36160 * Added code to swizzle the IRQ map for the PCI 36161 36162commit afbdc649f8751e4f4f1a6f527edfe139773f2c15 36163Author: Jon Loeliger <jdl@freescale.com> 36164Date: Tue Sep 19 09:34:10 2006 -0500 36165 36166 Modified makefile for new build mechanism. 36167 36168 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36169 36170commit d14ba6a798beb753e7a864500414fcc2d198b8bc 36171Author: Jon Loeliger <jdl@freescale.com> 36172Date: Thu Sep 14 08:40:36 2006 -0500 36173 36174 Handle 86xx SVR values according to the new Reference Manual. 36175 Both 8641 and 8641D have SVR == 0x8090, and are distinguished 36176 by the byte in bits 16-23 instead. 36177 Thanks to Jason Jin for noticing. 36178 36179 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36180 36181commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7 36182Author: Zhang Wei <wei.zhang@freescale.com> 36183Date: Mon Aug 28 14:25:31 2006 +0800 36184 36185 Fixed an OF-tree off-by-one bug when adding a new property name. 36186 This bug will cause the kernel booting to pause a long time. 36187 36188 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 36189 (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit) 36190 36191commit 9bff7a69a885adebbd2bd45990494ec4cf998a30 36192Author: Jon Loeliger <jdl@freescale.com> 36193Date: Tue Aug 29 11:05:09 2006 -0500 36194 36195 Remove trailing empty lines. 36196 36197commit cd6d73d5b895a5935ac4fde0a356288142a584e0 36198Author: Jon Loeliger <jdl@freescale.com> 36199Date: Tue Aug 29 09:48:49 2006 -0500 36200 36201 Remove bogus msync and use volatile asm. 36202 36203commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e 36204Author: Jon Loeliger <jdl@freescale.com> 36205Date: Tue Aug 29 08:17:14 2006 -0500 36206 36207 Add myself as maintainer for MPC8641HPCN. 36208 36209commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d 36210Author: Zhang Wei <wei.zhang@freescale.com> 36211Date: Mon Aug 28 14:25:31 2006 +0800 36212 36213 Fixed an OF-tree off-by-one bug when adding a new property name. 36214 This bug will cause the kernel booting to pause a long time. 36215 36216 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 36217 36218commit 5567806b67d0ae83493aa8823ad3b6c914f581d7 36219Author: Haiying Wang <haiying.wang@freescale.com> 36220Date: Fri Aug 25 14:38:34 2006 -0400 36221 36222 Change ramdiskaddr and dtbaddr 36223 Remove PEX fluff commands. 36224 36225 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 36226 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36227 36228commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e 36229Author: Matthew McClintock <msm@freescale.com> 36230Date: Wed Aug 23 13:32:45 2006 -0500 36231 36232 * Another small fix for booting with disable_of 36233 36234 Signed-off-by: Matthew McClintock <msm@freescale.com> 36235 36236commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c 36237Author: Jon Loeliger <jdl@freescale.com> 36238Date: Wed Aug 23 11:04:43 2006 -0500 36239 36240 Cleanup and lindent new AHCI driver. 36241 36242commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de 36243Author: Jin Zhengxiong <jason@bus.ap.freescale.net> 36244Date: Wed Aug 23 19:15:12 2006 +0800 36245 36246 Add AHCI define and sata support for MPC8641HPCN board. 36247 36248 Signed-off-by:Jason Jin<jason.jin@freescale.com> 36249 36250commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4 36251Author: Jin Zhengxiong <jason@bus.ap.freescale.net> 36252Date: Wed Aug 23 19:10:44 2006 +0800 36253 36254 Add AHCI support to u-boot 36255 36256 Add AHCI support in u-boot, enable the sata disk controllers which 36257 following the AHCI protocol. 36258 36259 Signed-off-by:Jason Jin<jason.jin@freescale.com> 36260 36261commit d8ea2acf5f137cae99417df4f573d036ee384668 36262Author: Zhang Wei <wei.zhang@freescale.com> 36263Date: Wed Aug 23 17:54:32 2006 +0800 36264 36265 Add dtb boot-up parameter to default boot commands. 36266 36267 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 36268 36269commit b93775c2036b99baa390ea425c4771895bbc63c4 36270Author: Jon Loeliger <jdl@freescale.com> 36271Date: Tue Aug 22 18:26:08 2006 -0500 36272 36273 Cleanup even more poorly introduced whitespace. 36274 36275commit ae6241685cbcf0c79a3636530d2ceab1fb291a94 36276Author: Jon Loeliger <jdl@freescale.com> 36277Date: Tue Aug 22 18:07:00 2006 -0500 36278 36279 Cleanup more poorly introduced whitespace. 36280 36281commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57 36282Author: Jon Loeliger <jdl@freescale.com> 36283Date: Tue Aug 22 17:54:05 2006 -0500 36284 36285 Cleanup poorly introduced whitespace. 36286 36287commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3 36288Author: Jon Loeliger <jdl@freescale.com> 36289Date: Tue Aug 22 12:25:27 2006 -0500 36290 36291 General indent and whitespace cleanups. 36292 36293commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f 36294Author: Jon Loeliger <jdl@freescale.com> 36295Date: Tue Aug 22 12:06:18 2006 -0500 36296 36297 General indent and whitespace cleanups. 36298 36299commit 41a0e8b304d3ff55fe27a230507aac79684016ac 36300Author: Jon Loeliger <jdl@freescale.com> 36301Date: Tue Aug 22 10:42:21 2006 -0500 36302 36303 Cleanup compiler warnings. 36304 36305commit 5de62c47a8628b3da4d73f7c07027f32a3342d40 36306Author: Matthew McClintock <msm@freescale.com> 36307Date: Tue Aug 22 09:31:59 2006 -0500 36308 36309 Fix disable_of booting 36310 36311 Signed-off-by: Matthew McClintock <msm@freescale.com> 36312 36313commit 87a449c8ac396420cb24260f717ea9e6faa82047 36314Author: Matthew McClintock <msm@freescale.com> 36315Date: Tue Aug 22 09:23:55 2006 -0500 36316 36317 Support for FDT in uImage format, error when using FDT from flash 36318 36319 Signed-off-by: Matthew McClintock <msm@freescale.com> 36320 36321commit 75c299c38369d01addd5e054b8a16217b70f4a86 36322Author: Haiying Wang <haiying.wang@freescale.com> 36323Date: Tue Aug 15 15:12:55 2006 -0400 36324 36325 Unlock cache before kernel starts up for MPC86xx 36326 36327commit 67256678f00c09b0a7f19e862e5c1847553d31bc 36328Author: Haiying Wang <haiying.wang@freescale.com> 36329Date: Tue Aug 15 15:13:15 2006 -0400 36330 36331 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR 36332 36333commit 1c8f6d8fb028f156094d05f2d14298e6479364ac 36334Author: Haiying Wang <haiying.wang@freescale.com> 36335Date: Tue Aug 15 15:12:55 2006 -0400 36336 36337 Unlock cache before kernel starts up for MPC86xx 36338 36339commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04 36340Author: Haiying Wang <haiying.wang@freescale.com> 36341Date: Tue Aug 15 15:13:15 2006 -0400 36342 36343 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR 36344 36345commit 86c8e17f25e972a7e272950a0735fad84e082b88 36346Author: Matthew McClintock <msm@freescale.com> 36347Date: Wed Aug 16 13:59:47 2006 -0500 36348 36349 * Fix disable_of booting 36350 36351 Signed-off-by: Matthew McClintock <msm@freescale.com> 36352 36353commit 25c751e9adc86e22fe3b5b47cf2806379b575db7 36354Author: Matthew McClintock <msm@freescale.com> 36355Date: Wed Aug 16 10:54:09 2006 -0500 36356 36357 * Support for FDT in uImage format, error when using FDT from flash 36358 36359 Signed-off-by: Matthew McClintock <msm@freescale.com> 36360 36361commit 899620c2d66d4eef3b2a0034d062e71d45d886c9 36362Author: Stefan Roese <sr@denx.de> 36363Date: Tue Aug 15 14:22:35 2006 +0200 36364 36365 Add initial support for the ALPR board from Prodrive 36366 NAND needs some additional testing 36367 Patch by Heiko Schocher, 15 Aug 2006 36368 36369commit f0ff4692ff3372dec55074a8eb444943ab095abb 36370Author: Stefan Roese <sr@denx.de> 36371Date: Tue Aug 15 14:15:51 2006 +0200 36372 36373 Add FPGA Altera Cyclone 2 support 36374 Patch by Heiko Schocher, 15 Aug 2006 36375 36376commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b 36377Author: Jon Loeliger <jdl@freescale.com> 36378Date: Mon Aug 14 15:33:38 2006 -0500 36379 36380 Fix BAT0 to actually be cacheable, non-guarded as documented. 36381 36382 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36383 36384commit 40bc83559db5745681909fd7382ae509567e116d 36385Author: Jon Loeliger <jdl@freescale.com> 36386Date: Wed Aug 9 15:32:16 2006 -0500 36387 36388 Removed MPC8641HPCN DTS source file from build. 36389 It is no longer linked into U-Boot; its sources are 36390 now located in the kernel tree. 36391 36392 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36393 36394commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb 36395Author: Matthew McClintock <msm@freescale.com> 36396Date: Wed Jun 28 10:47:03 2006 -0500 36397 36398 * Switched default PCI speed for 8540 ADS back to 33MHz 36399 36400 * Added comments and a printf to warn that PCI-X won't 36401 work at 33MHz 36402 Patch by Andy Fleming 17-Mar-2006 36403 36404 Signed-off-by: Andy Fleming <afleming@freescale.com> 36405 36406commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39 36407Author: Matthew McClintock <msm@freescale.com> 36408Date: Wed Jun 28 10:46:35 2006 -0500 36409 36410 * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006 36411 36412 Signed-off-by: Andy Fleming <afleming@freescale.com> 36413 36414commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452 36415Author: Matthew McClintock <msm@freescale.com> 36416Date: Wed Jun 28 10:46:13 2006 -0500 36417 36418 * Added VIA configuration table 36419 36420 * Added support for PCI2 on CDS 36421 Patch by Andy Fleming 17-Mar-2006 36422 36423 Signed-off-by: Andy Fleming <afleming@freescale.com> 36424 36425commit c88f9fe66b64247e5b6a38410ba315ca25596d16 36426Author: Matthew McClintock <msm@freescale.com> 36427Date: Wed Jun 28 10:45:41 2006 -0500 36428 36429 * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006 36430 36431 Signed-off-by: Andy Fleming <afleming@freescale.com> 36432 36433commit 97074ed9655309b64231bc2cee69fe85399f8055 36434Author: Matthew McClintock <msm@freescale.com> 36435Date: Wed Jun 28 10:45:17 2006 -0500 36436 36437 * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006 36438 36439 Signed-off-by: Andy Fleming <afleming@freescale.com> 36440 36441commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2 36442Author: Matthew McClintock <msm@freescale.com> 36443Date: Wed Jun 28 10:44:49 2006 -0500 36444 36445 * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006 36446 36447 Signed-off-by: Andy Fleming <afleming@freescale.com> 36448 36449commit a4e11558b810ef2cddffdf7b9d86bc1130441960 36450Author: Matthew McClintock <msm@freescale.com> 36451Date: Wed Jun 28 10:44:23 2006 -0500 36452 36453 * Made sure the code which disables prefetch for PCI devices sets the size of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006 36454 36455 Signed-off-by: Andy Fleming <afleming@freescale.com> 36456 36457commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b 36458Author: Matthew McClintock <msm@freescale.com> 36459Date: Wed Jun 28 10:43:36 2006 -0500 36460 36461 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006 36462 36463 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36464 36465commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4 36466Author: Matthew McClintock <msm@freescale.com> 36467Date: Wed Jun 28 10:43:00 2006 -0500 36468 36469 * Removed the oftree.dts for stxxtx in light of the changes to the flat device tree handling code Patch by Matthew McClintock 26-June-2006 36470 36471commit 5498d90312aad9f6bdbf047986027c35b03cd163 36472Author: Matthew McClintock <msm@freescale.com> 36473Date: Wed Jun 28 10:42:24 2006 -0500 36474 36475 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006 36476 36477commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe 36478Author: Matthew McClintock <msm@freescale.com> 36479Date: Wed Jun 28 10:41:37 2006 -0500 36480 36481 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006 36482 36483commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a 36484Author: John Traill <john.traill@freescale.com> 36485Date: Wed Aug 9 14:33:50 2006 +0100 36486 36487 Add Rapidio support for the MPC8641HPCN 36488 36489 Signed-off-by: John Traill <john.traill@freescale.com> 36490 36491commit 91a414c7d1fb0eac912592cd995b30c9f23045c9 36492Author: John Traill <john.traill@freescale.com> 36493Date: Tue Aug 8 11:32:43 2006 +0100 36494 36495 Fix caslat calculation 36496 36497 Signed-off-by: John Traill <john.traill@freescale.com> 36498 36499commit 709d3073e74153278e7904a70819bbef7df50e1a 36500Author: Jon Loeliger <jdl@freescale.com> 36501Date: Thu Aug 3 16:17:56 2006 -0500 36502 36503 Convert to mac-address in ethernet nodes. 36504 36505commit 71748af833ca1017edf1415be376366ff2937d17 36506Author: Haiying Wang <haiying.wang@freescale.com> 36507Date: Fri Jul 28 12:41:35 2006 -0400 36508 36509 Correct the irq value of DUART2 36510 36511commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c 36512Author: Haiying Wang <haiying.wang@freescale.com> 36513Date: Fri Jul 28 12:41:41 2006 -0400 36514 36515 Change the space size of PEX IO in README 36516 36517commit 239db37c94f7a92941c4465feceb867c609241c5 36518Author: Haiying Wang <haiying.wang@freescale.com> 36519Date: Fri Jul 28 12:41:18 2006 -0400 36520 36521 Move get_board_sys_clk to board directory 36522 36523commit 492900b985439fbce1a118afde1e35def870db03 36524Author: John Traill <john.traill@freescale.com> 36525Date: Fri Jul 28 09:03:54 2006 +0100 36526 36527 Fix 8641HPCN pollution 36528 36529commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2 36530Author: John Traill <john.traill@freescale.com> 36531Date: Fri Jul 28 08:16:06 2006 +0100 36532 36533 Fix 8641HPCN timebase 36534 36535commit c86360b830f1eecd7a72208575dde4f57879faea 36536Author: Zhang Wei <wei.zhang@freescale.com> 36537Date: Fri Jul 28 00:01:34 2006 +0800 36538 36539 Fixed OF device tree of mpc86xxhpcn board. 36540 36541 The changes works in with kernel irq mapping rework. 36542 36543 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 36544 36545commit bea3f28d285942bf3f7ab339ce85178ded544225 36546Author: Haiying Wang <haiying.wang@freescale.com> 36547Date: Wed Jul 12 10:48:05 2006 -0400 36548 36549 Add support for reading and writing mac addresses to or from ID EEPROM. 36550 36551 Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). 36552 With attached patch, we can use command "mac/mac read/mac save/" 36553 to read and write EEPROM under u-boot prompt. 36554 36555 U-boot will calculate the checksum of EEPROM while bootup, 36556 if it is right, then u-boot will check whether the mac address 36557 of eTSEC0/1/2/3 is availalbe (non-zero). 36558 36559 If there is mac address availabe in EEPROM, u-boot will use it, 36560 otherewise, u-boot will use the mac address defined in 36561 MPC8641HPCN.h. This matches the requirement to set unique mac address 36562 for each TSEC port. 36563 36564 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 36565 Signed-off-by: York Sun <yorksun@freescale.com> 36566 36567commit fcb28e763415e0e4e66b0f45842d1557ae198e5e 36568Author: Jin Zhengxiong <Jason.Jin@freescale.com> 36569Date: Thu Jul 13 10:35:10 2006 -0500 36570 36571 Fixed initrd issue by define big RAM 36572 36573 Signed-off-by:Jason Jin <Jason.jin@freescale.com> 36574 36575commit e6cd2a1785d74ec3d30a86f1cb360be8de478151 36576Author: Jason Jin <Jason.jin@freescale.com> 36577Date: Fri Jul 7 10:01:45 2006 -0500 36578 36579 We made a u-boot patch to fix the hang up issue 36580 when booting filesystem from ramdisk. 36581 36582 Signed-off-by:Jason Jin <Jason.jin@freescale.com> 36583 36584commit 38433ccc5850ee70549af0b2bc5b920355ef5388 36585Author: Matthew McClintock <msm@freescale.com> 36586Date: Wed Jun 28 10:47:03 2006 -0500 36587 36588 * Switched default PCI speed for 8540 ADS back to 33MHz 36589 * Added comments and a printf to warn that PCI-X won't 36590 work at 33MHz 36591 Patch by Andy Fleming 17-Mar-2006 36592 36593 Signed-off-by: Andy Fleming <afleming@freescale.com> 36594 36595commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19 36596Author: Matthew McClintock <msm@freescale.com> 36597Date: Wed Jun 28 10:46:35 2006 -0500 36598 36599 * Fixed a bug where 8555 PCI code used the old variable and 36600 function names 36601 Patch by Andy Fleming 17-Mar-2006 36602 36603 Signed-off-by: Andy Fleming <afleming@freescale.com> 36604 36605commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac 36606Author: Matthew McClintock <msm@freescale.com> 36607Date: Wed Jun 28 10:46:13 2006 -0500 36608 36609 * Added VIA configuration table 36610 * Added support for PCI2 on CDS 36611 Patch by Andy Fleming 17-Mar-2006 36612 36613 Signed-off-by: Andy Fleming <afleming@freescale.com> 36614 36615commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc 36616Author: Matthew McClintock <msm@freescale.com> 36617Date: Wed Jun 28 10:45:41 2006 -0500 36618 36619 * Fixed PCI memory definitions 36620 Patch by Andy Fleming 17-Mar-2006 36621 36622 Signed-off-by: Andy Fleming <afleming@freescale.com> 36623 36624commit 087454609e47295443af793a282cddcd91a5f49c 36625Author: Matthew McClintock <msm@freescale.com> 36626Date: Wed Jun 28 10:45:17 2006 -0500 36627 36628 * Added support for initializing second PCI bus on 85xx 36629 Patch by Andy Fleming 17-Mar-2006 36630 36631 Signed-off-by: Andy Fleming <afleming@freescale.com> 36632 36633commit b636aaeb6fd516a442fb611bbeeddf3077a687fb 36634Author: Matthew McClintock <msm@freescale.com> 36635Date: Wed Jun 28 10:44:49 2006 -0500 36636 36637 * Added PCI-X #defines for PCI-X initialization 36638 Patch by Andy Fleming on 17-Mar-2006 36639 36640 Signed-off-by: Andy Fleming <afleming@freescale.com> 36641 36642commit 20abbc6fffa115690107cc942c7abf84bdc03a1b 36643Author: Matthew McClintock <msm@freescale.com> 36644Date: Wed Jun 28 10:44:23 2006 -0500 36645 36646 * Made sure the code which disables prefetch for PCI devices 36647 sets the size of the prefetch region to 0 36648 Patch by Andy Fleming on 17-Mar-2006 36649 36650 Signed-off-by: Andy Fleming <afleming@freescale.com> 36651 36652commit 40d5fa35d02df22580593bf0039ab173367e8ef0 36653Author: Matthew McClintock <msm@freescale.com> 36654Date: Wed Jun 28 10:43:36 2006 -0500 36655 36656 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards 36657 Patch by Jon Loeliger 17-Jan-2006 36658 36659 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36660 36661commit be7e8b0cb5a0c49dc180075b96df296a893bf146 36662Author: Matthew McClintock <msm@freescale.com> 36663Date: Wed Jun 28 10:43:00 2006 -0500 36664 36665 * Removed the oftree.dts for stxxtx in light of the changes 36666 to the flat device tree handling code 36667 Patch by Matthew McClintock 26-June-2006 36668 36669commit 1b380ec225665e73959677f3893dc658c5925e05 36670Author: Matthew McClintock <msm@freescale.com> 36671Date: Wed Jun 28 10:42:24 2006 -0500 36672 36673 * Patch to modify ft_build.c to update flat device trees in place 36674 Patch by Matthew McClintock 26-June-2006 36675 36676commit 98a9c4d468a942a09ebe8979bec508017f3e4462 36677Author: Matthew McClintock <msm@freescale.com> 36678Date: Wed Jun 28 10:41:37 2006 -0500 36679 36680 * Modify bootm command to support booting with flat device trees 36681 Patch by Matthew McClintock 26-June-2006 36682 36683commit da012ab661fd4ab169dd7b9b32201a4df62cf34a 36684Author: Jin Zhengxiong <Jason.Jin@freescale.com> 36685Date: Wed Jun 28 08:43:56 2006 -0500 36686 36687 Change Id to symbolic name for RTL8139 36688 36689 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 36690 36691commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0 36692Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com> 36693Date: Tue Jun 27 18:12:10 2006 +0800 36694 36695 Fix RTL8139 in big endian 36696 36697 signed-off-by: Jason Jin <Jason.Jin@freescale.com> 36698 signed-off-by: Wei Zhang <wei.zhang@freescale.com> 36699 36700commit fcfb9a57947fc203b99fe81ab0578f7286261f9f 36701Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com> 36702Date: Tue Jun 27 18:12:23 2006 +0800 36703 36704 Fix Tsec bug when no link 36705 36706 When tftp a non-exist file from the tftp server, u-boot will check 36707 the link of all eth port. The original file will return wrong link 36708 state on the no link ports. 36709 36710 signed-off-by: Jason Jin <Jason.Jin@freescale.com> 36711 36712commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2 36713Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com> 36714Date: Tue Jun 27 18:12:02 2006 +0800 36715 36716 Fix bug for io_bar size during pci scan 36717 36718 During the pci scan process, Some devices return bar_reponse with the 36719 highest bytes 0, such as the pci bridge in uli1575 return bar_response 36720 with 0xffffff, So the bar_size should be manually set under 64K. 36721 36722 Signed-off-by: Jason Jin <jason.jin@freescale.com> 36723 36724commit fa7db9c377bc2353a17bf1d381d65a6c418728f0 36725Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com> 36726Date: Tue Jun 27 18:11:54 2006 +0800 36727 36728 Enable PCIE1 for MPC8641HPCN board 36729 36730 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 36731 36732commit 99d70e3a47affb9bae041a2caece7cd516e213b3 36733Author: Wolfgang Denk <wd@pollux.denx.de> 36734Date: Mon Jun 26 11:06:00 2006 +0200 36735 36736 More code cleanup 36737 36738commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba 36739Author: Jon Loeliger <jdl@freescale.com> 36740Date: Thu Jun 22 08:51:46 2006 -0500 36741 36742 Fix bug in 8641hpcn reset command with no args. 36743 36744 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 36745 Acked-by: Jon Loeliger <jdl@freescale.com> 36746 36747commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc 36748Author: Zhang Wei <wei.zhang@freescale.com> 36749Date: Tue Jun 20 17:47:15 2006 +0800 36750 36751 Reworked IRQ mapping in OF-tree. 36752 36753commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c 36754Author: Jon Loeliger <jdl@freescale.com> 36755Date: Thu Jun 15 21:33:37 2006 -0500 36756 36757 Do not enable address translation on secondary CPUs. 36758 Do not set up BATs on secondary CPUs. Let Linux do the nasty. 36759 36760 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36761 36762commit 386eda022473394ad8f36b86f2bdc9b4cb816291 36763Author: Wolfgang Denk <wd@pollux.denx.de> 36764Date: Wed Jun 14 18:14:56 2006 +0200 36765 36766 Code cleanup 36767 36768commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70 36769Author: Wolfgang Denk <wd@pollux.denx.de> 36770Date: Wed Jun 14 17:45:53 2006 +0200 36771 36772 Various USB related patches 36773 - Add support for mpc8xx USB device. 36774 - Add support for Common Device Class - Abstract Control Model USB console. 36775 - Add support for flow control in USB slave devices. 36776 - Add support for switching between gserial and cdc_acm using environment. 36777 - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h 36778 - Update usbcore slightly to ease host enumeration. 36779 - Fix non-portable endian problems in usbdcore and usbdcore_ep0. 36780 - Add AdderUSB_config as a defconfig to enable usage of the USB console 36781 by default with the Adder87x U-Boot port. 36782 Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006 36783 36784commit 8ecc971618f56029ad99d3516f8b297a6ed58971 36785Author: Jon Loeliger <jdl@jdl.com> 36786Date: Wed Jun 7 10:53:55 2006 -0500 36787 36788 Fix a get_board_sys_clk() use-before-def warning. 36789 36790 Signed-off-by: Jon Loeliger <jdl@jdl.com> 36791 36792commit d9bf4858fca5aa4d651b283270f77da72ebadfd5 36793Author: Jon Loeliger <jdl@jdl.com> 36794Date: Wed Jun 7 10:52:49 2006 -0500 36795 36796 Allow DTC path to be passed in. 36797 36798 Signed-off-by: Jon Loeliger <jdl@jdl.com> 36799 36800commit c83ae9ea6d93abbe751bf8a3396236a084e56f87 36801Author: Haiying Wang <haiying.wang@freescale.com> 36802Date: Tue Jun 6 16:54:29 2006 -0400 36803 36804 Modify the IRQ of DUART2 36805 36806commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e 36807Author: Jon Loeliger <jdl@jdl.com> 36808Date: Wed May 31 13:55:35 2006 -0500 36809 36810 Review cleanups. 36811 36812 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36813 36814commit cb5965fb95b77a49f4e6af95248e0c849f4af03e 36815Author: Jon Loeliger <jdl@jdl.com> 36816Date: Wed May 31 12:44:44 2006 -0500 36817 36818 White space cleanup. 36819 Some 80-column cleanups. 36820 Convert printf() to puts() where possible. 36821 Use #include "spd_sdram.h" as needed. 36822 Enhanced reset command usage message a bit. 36823 36824 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36825 36826commit 3d5c5be547445dd3bd2eb7368d80df03ea437970 36827Author: Jon Loeliger <jdl@jdl.com> 36828Date: Wed May 31 11:39:34 2006 -0500 36829 36830 Removed unneeded local_bus_init() from 8641HPCN board. 36831 36832 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36833 36834commit 4d3d729c16c392d2982d3266b659d333c927697d 36835Author: Jon Loeliger <jdl@jdl.com> 36836Date: Wed May 31 11:24:28 2006 -0500 36837 36838 Moved mpc8641hpcn_board_reset() out of cpu/ into board/. 36839 36840 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36841 36842commit b2a941de060350ad15878d8219825f4950e9bb8e 36843Author: Jon Loeliger <jdl@jdl.com> 36844Date: Wed May 31 10:07:28 2006 -0500 36845 36846 Remove dead debug code. 36847 36848 Signed-off-by: Jon Loeliger <jdl@jdl.com> 36849 36850commit 126aa70f10ba3d20e0a6f4d32328250513b77770 36851Author: Jon Loeliger <jdl@freescale.com> 36852Date: Tue May 30 17:47:00 2006 -0500 36853 36854 Move mpc86xx PIXIS code to board directory 36855 36856 First cut at moving the PIXIS platform code out of 36857 the 86xx cpu directory and into board/mpc8641hpcn 36858 where it belongs. 36859 36860 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36861 36862commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9 36863Author: Markus Klotzbuecher <mk@denx.de> 36864Date: Tue May 30 16:56:14 2006 +0200 36865 36866 Support generic OHCI support for the s3c24x0 cpu. 36867 36868commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8 36869Author: Haiying Wang <Haiying.Wang@freescale.com> 36870Date: Tue May 30 09:10:32 2006 -0500 36871 36872 Improve "reset" command's interaction with watchdog. 36873 36874 "reset altbank" will reset another bank WITHOUT watch dog timer enabled 36875 "reset altbank wd" will reset another bank WITH watch dog enabled 36876 "diswd" will disable watch dog after u-boot boots up successfully 36877 36878 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 36879 36880commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a 36881Author: Haiying Wang <Haiying.Wang@freescale.com> 36882Date: Tue May 30 08:51:19 2006 -0500 36883 36884 Fix two SDRAM setup bugs. 36885 36886 Fix ECC setup bug. 36887 Enable 1T/2T based on number of DIMMs present. 36888 36889 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 36890 36891commit d11fec5015334deb2010e36ce00bb118cc5429a5 36892Author: Haiying Wang <Haiying.Wang@freescale.com> 36893Date: Fri May 26 10:24:48 2006 -0500 36894 36895 Add first draft of the MPC8641HPCN doc/README. 36896 36897 Signed-off-by: Jon Loeliger <jdl@jdl.com> 36898 36899commit ed45d6c930b5939718a87ee12e25cf9a05978d4a 36900Author: Haiying Wang <Haiying.Wang@freescale.com> 36901Date: Fri May 26 10:13:04 2006 -0500 36902 36903 Added pci@8000 block. 36904 Updated ethernet interrupt mappings (moved up 48). 36905 Cleaned up a few comments. 36906 36907 Signed-off-by: Jon Loeliger <jdl@jdl.com> 36908 36909commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7 36910Author: Haiying Wang <Haiying.Wang@freescale.com> 36911Date: Fri May 26 10:01:16 2006 -0500 36912 36913 Allow args on reset command. 36914 36915 Signed-off-by: Jon Loeliger <jdl@jdl.com> 36916 36917commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc 36918Author: Markus Klotzbuecher <mk@denx.de> 36919Date: Tue May 23 13:38:35 2006 +0200 36920 36921 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some 36922 fixes to the latter. 36923 36924commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9 36925Author: Markus Klotzbuecher <mk@denx.de> 36926Date: Tue May 23 10:33:11 2006 +0200 36927 36928 More cleanup for the delta board and the generic usb_ohci driver. Added 36929 CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific 36930 initialization and cleanup hooks respectively. 36931 36932commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10 36933Author: Markus Klotzbuecher <mk@denx.de> 36934Date: Mon May 22 16:33:54 2006 +0200 36935 36936 This patch adds USB storage support for the delta board. This is the first 36937 board to make use of a generic OHCI driver, that calls hooks for board 36938 dependant initialization. 36939 36940commit 14e37081ff3cac7ebe6e93836523429853b6b292 36941Author: Jon Loeliger <jdl@jdl.com> 36942Date: Fri May 19 13:28:39 2006 -0500 36943 36944 Change arbitration to round-robin for SMP linux. 36945 36946commit 9a655876e5995be80f49054e2509500e871e4d3a 36947Author: Jon Loeliger <jdl@jdl.com> 36948Date: Fri May 19 13:26:34 2006 -0500 36949 36950 Enable dual DDR controllers and interleaving. 36951 36952commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c 36953Author: Jon Loeliger <jdl@jdl.com> 36954Date: Fri May 19 13:22:44 2006 -0500 36955 36956 Update 86xx address map and LAWBARs. 36957 36958commit cccce5d0581bb0ba4602799a4b5112e58d1579cb 36959Author: Jon Loeliger <jdl@jdl.com> 36960Date: Fri May 19 13:14:15 2006 -0500 36961 36962 Remove L2 Cache invalidate polling. 36963 36964commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8 36965Author: Jon Loeliger <jdl@jdl.com> 36966Date: Fri May 19 12:33:09 2006 -0500 36967 36968 Enable 2nd CPU and I2C. 36969 36970commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54 36971Author: Jon Loeliger <jdl@freescale.com> 36972Date: Mon May 15 07:26:56 2006 -0500 36973 36974 Update interrupt mapping. 36975 36976commit 6cfea33477b04b63ed47386ed1629529484c33ba 36977Author: Haiying Wang <Haiying.Wang@freescale.com> 36978Date: Wed May 10 09:38:06 2006 -0500 36979 36980 Remove unneeded INIT_RAM_LOCK cache twiddling. 36981 Correctly tracks r29 as global data pointer now. 36982 36983 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 36984 36985commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c 36986Author: Jon Loeliger <jdl@freescale.com> 36987Date: Wed May 10 09:33:07 2006 -0500 36988 36989 Remove unnecessary flash.c file. 36990 36991commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8 36992Author: Jon Loeliger <jdl@freescale.com> 36993Date: Tue May 9 08:23:49 2006 -0500 36994 36995 Get MPC8641HPCN flash images working. 36996 36997 Enable the CFI driver. 36998 Remove bogus LAWBAR7 cruft. 36999 Use correct TEXT_BASE, Fixup load script. 37000 Enable SPD EEPROM during DDR setup.
37001 Use generic RFC 1918 IP addresses by default. 37002 37003commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca 37004Author: Jon Loeliger <jdl@freescale.com> 37005Date: Thu Apr 27 10:15:16 2006 -0500 37006 37007 Cleanup whitespaces and style issues. 37008 Removed //-style comments. 37009 Use 80-column lines. 37010 Remove trailing whitespace. 37011 Remove dead code and debug cruft. 37012 37013commit a2320a6bf8113a09544c42d160d10ac69d049a03 37014Author: Jon Loeliger <jdl@freescale.com> 37015Date: Thu Apr 27 08:22:39 2006 -0500 37016 37017 Revert bad PCI prefetch limit change. 37018 37019commit debb7354d1ea4f694154818df5e5b523f5c1cc1d 37020Author: Jon Loeliger <jdl@freescale.com> 37021Date: Wed Apr 26 17:58:56 2006 -0500 37022 37023 Initial support for MPC8641 HPCN board. 37024